All public logs

Jump to navigation Jump to search

Combined display of all available logs of razwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 14:49, 9 January 2024 Razzi talk contribs created page Blog: 2024-01-09 (Created page with " unmap <a-f> is how to prevent firefox vimium with alt as accelerator key from overriding search functionality. Thought I had documented this but apparently not...")
  • 13:47, 8 January 2024 Razzi talk contribs created page Blog: 2024-01-08 (Created page with "https://www.oftc.net/NickServ/CertFP/ setting up certificate Ok certificate request in ~/hack/oftc-certs: <pre> oftc-certs $ openssl req -nodes -newkey ed25519 -keyout nick.key -x509 -days 3650 -out nick.cer ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there...")
  • 00:26, 5 January 2024 Razzi talk contribs created page Blog: 2024-01-04 (Created page with "Ok more clarity on the oftc irc situation. It uses a custom ircd https://github.com/oftc/oftc-ircservices/ but it's on track to migrate to atheme: https://github.com/oftc/oftc2atheme")
  • 16:14, 3 January 2024 Razzi talk contribs created page Blog: 2024-01-03 (Created page with "New year ya Ok looking into this issue to get deno into apt. https://github.com/denoland/deno/issues/1583 + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961337 One thing I notice from my local clone of https://github.com/denoland/deno/ is that dependency versions keep changing. Each of these will require a new debian upload. For example we have the following diff git diff c08319262..9526520cf Cargo.lock <pre> name = "comrak" name = "deno_core" name = "deno_d...")
  • 05:46, 29 December 2023 Razzi talk contribs created page Blog: 2023-12-29 (Created page with "Helix is somewhat similar to deno and here is its progress towards debian packaging: https://github.com/helix-editor/helix/issues/6824 Cat is also somewhat similar in that it is built using rust but much simpler; it has already made its way into debian. Here is its debian info: <pre> helix $ apt show bat Package: bat Version: 0.22.1-4 Built-Using: rust-ansi-colours (= 1.1.1-1), rust-onig-sys (= 69.8.0-1), rustc (= 1.63.0+dfsg1-2) Priority: optional Section: utils Sour...")
  • 05:04, 29 December 2023 Razzi talk contribs created page Technologies list 2023 (Created page with "Ok technologies that come to mind as 2023 comes to a close * vim * emacs * helix * firefox * windows * wsl * firefox dev tools * powershell * fish * debian * ubuntu * pass * puppet * redis * haproxy * kafka * apt * processing * supercollider * php * python * git * awk * javascript * typescript * signal * elixir * perl * django * flask * css * html * graal * maven * ant * ripgrep * n * jekyll * clang * gcc * alpine * musl * qemu * hare * sourcehut * ssh * mastodon * bitc...")
  • 16:34, 28 December 2023 Razzi talk contribs created page Emacs rices (Created page with "Want to make the indent function of elisp aligned like this post: https://emacs.stackexchange.com/questions/10230/how-to-indent-keywords-aligned The long answer with advice didn't work, but the code from fuco1 did. It's mit licensed; could package it up as its own package. Here it is in all its glory <pre> (eval-after-load "lisp-mode" '(defun lisp-indent-function (indent-point state) "This function is the normal value of the variable `lisp-indent-function'. The...")
  • 02:43, 28 December 2023 Razzi talk contribs created page Blog: 2023-12-28 (Created page with "Back at it packaging deno. This tutorial https://wiki.debian.org/Packaging/Intro gave me the following helpful command: $ dch --create -v 1.0-1 --package hithere Always happy to have a way to write out bespoke file formats automatically.")
  • 01:50, 27 December 2023 Razzi talk contribs created page Blog: 2023-12-27 (Created page with "Ok struggling with basic pid kinda stuff for a `ronin status` https://serverfault.com/questions/159334/what-permissions-are-needed-to-write-a-pid-file-in-var-run means I can't do a pid in /var/run I guess, unless I create it during the apt install... I guess...")
  • 04:12, 26 December 2023 Razzi talk contribs created page Blog: 2023-12-26 (Created page with "Having some fun looking at the international math olympiad questions historically: https://www.imo-official.org/problems.aspx but dang they're hard!")
  • 02:54, 25 December 2023 Razzi talk contribs created page Blog: 2023-12-25 (Created page with "Hehe what a funky site https://piuparts.debian.org/")
  • 07:01, 24 December 2023 Razzi talk contribs created page Blog: 2023-12-24 (Created page with "Wow, got dark mode working! Mostly everything worked with sudo apt upgrade, just had to answer some prompts (not trivial bc the console was janked) then run update.php. That one worked immediately with no prompts or anything, then everything works here including a new menu option for dark mode. Woo!")
  • 06:23, 24 December 2023 Razzi talk contribs created page User:Razzi/vector.css (Try copying the dark mode less extension code compiled to css)
  • 02:43, 24 December 2023 Razzi talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** People Razzi Follows * SEARCH * TO...")
  • 03:26, 23 December 2023 Razzi talk contribs created page Blog: 2023-12-23 (Created page with "Could publish my take about how tech layoffs follow logically from the fact that code stays at a company after employees leave, that the core technology of websites like googl...")
  • 18:04, 22 December 2023 Razzi talk contribs created page Nodes (Created page with "45.79.9.183")
  • 03:44, 22 December 2023 Razzi talk contribs created page Blog: 2023-12-22 (Created page with "And now I can see why I gave up on windows as a development environment with emacs, lack of vterm support! https://github.com/akermu/emacs-libvterm/issues/12")
  • 00:56, 22 December 2023 Razzi talk contribs created page Blog: 2023-12-21 (Created page with "Ok so the trick is going to be, rather than getting dumb jump working in vim, getting lsp working and then using that to do the import. But maybe a really dumb dumb jump is al...")
  • 01:26, 20 December 2023 Razzi talk contribs created page Blog: 2023-12-20 (Created page with "Draft of a guide to debian * it's its own operating system, less addons than ubuntu and smaller and good stuff. Wikimedia uses it * install kitty as terminal emulator, change...")
  • 02:32, 19 December 2023 Razzi talk contribs created page Blog: 2023-12-19 (Created page with "Ok I learned any-jump.vim uses gpl-licensed data from dumb-jump.el, also this explains how it works, it's literally a copy paste of the regexes with some vim ui magic. I adde...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)