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)
  • 03:31, 19 February 2024 Razzi talk contribs created page Blog: 2024-02-19 (Created page with "Realizing it's not actually trivial for a copy operator to do a whole line, and not dump the line after the current character on paste. Need p to be aware of clipboard length I guess, then paste after current line if the clipboard has its own newline... I guess the oscyank has probably been doing the right thing, it'd say the number of characters that would include a newline. Tired, bedtime.")
  • 00:06, 19 February 2024 Razzi talk contribs created page Blog: 2024-02-18 (Created page with "cool got rid of needrestart which was posting the "need restart" messages like <pre> No services need to be restarted. No containers need to be restarted. No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. </pre>")
  • 00:59, 16 February 2024 Razzi talk contribs created page Blog: 2024-02-15 (Created page with "The pretty silly CVE disclosure Bad Apple!! https://m1racles.com/")
  • 01:59, 13 February 2024 Razzi talk contribs created page Blog: 2024-02-13 (Created page with "How does this work but it doesn't seem to when you use the read and write methods on the io objects? <pre> proc = subprocess.Popen(['bc'], stdin=subprocess.PIPE, stdout=subprocess.PIPE) os.write(proc.stdin.fileno(), b'100+200\n') print(os.read(proc.stdout.fileno(), 4096)) </pre>")
  • 13:07, 12 February 2024 Razzi talk contribs created page Blog: 2024-02-12 (Created page with "Started on this quest to have a scheme repl where the outputs are italicized, like the SICP book. Printing italics is pretty easy: <pre> In [1]: line = 'a' In [2]: print(f'\x1B[3m{line}\x1B[0m') a </pre> ''It's italic, trust me!'' But when it comes to spawning a scheme subprocess and interacting with its stdin and stdout, I took many turns, eventually trying nodejs since its asynchronous io model more closely fits this use case. Here's what worked (or at least is a...")
  • 00:13, 10 February 2024 Razzi talk contribs uploaded File:Debtree for fish.jpg
  • 00:13, 10 February 2024 Razzi talk contribs created page File:Debtree for fish.jpg
  • 12:32, 9 February 2024 Razzi talk contribs created page Blog: 2024-02-09 (Created page with "Ok rather than any of the nice projects I talked about on 2/7, I now have... the idea of making a ronin alternative, that uses podman instead of qemu. Coincidentally, I can see this converging, as I dig into the implementation of podman and see qemu. <pre> $ podman system connection list Name URI Identity Default podman-machine-default ssh://[email protected]....")
  • 13:00, 7 February 2024 Razzi talk contribs created page Blog: 2024-02-07 (Created page with "Quick repo sync! cat ~/.repos.txt | xargs -I{} -P (nproc) fish -c 'sync-repo {}'")
  • 12:44, 3 February 2024 Razzi talk contribs created page Blog: 2024-02-03 (Created page with "Weirdly, running `man hexdump` invoked xcodebuild and lagged for a while, so I thought I'd cut out the middleman and learned how to do this: groff -mandoc /usr/share/man/man1/hexdump.1 -Tascii Then I can groff -mandoc /usr/share/man/man1/hexdump.1 -Tascii | less Makes me think about how groff is antiquated and I don't know how to write its bespoke text format, so probably a better approach for a modern os would be to write man pages in md, or maybe just html? Is it...")
  • 01:49, 1 February 2024 Razzi talk contribs created page Blog: 2024-02-01 (Created page with "Found this song https://freemusicarchive.org/music/Yung_Kartz/August_2018/Mars_1797 while cleaning up my old functions; I found my krui function. Still works!")
  • 14:47, 30 January 2024 Razzi talk contribs created page Blog: 2024-01-30 (Created page with "After much fussing with homebrew dependencies including a 6hr llvm 17 install, I got the source of virt-manager and it's installing alpine linux: <pre> virt-manager $ ./virt-install --name='alpine1' --memory 2048 --vcpus 2 --disk size=8 --cdrom $HOME/Downloads/alpine-virt-3.19.1-x86_64.iso --os-variant alpinelinux3.19 WARNING KVM acceleration not available, using 'qemu' WARNING Unable to connect to graphical console: virt-viewer not installed. Please install the 'virt...")
  • 00:57, 27 January 2024 Razzi talk contribs created page Blog: 2024-01-26 (Created page with "Cool looking thing https://github.com/atomiks/rehype-pretty-code for code blocks with metadata")
  • 14:48, 25 January 2024 Razzi talk contribs created page Blog: 2024-01-25 (Created page with "Ok a new day, a new machine to configure for oftc certificate. Based on https://wiki.abuissa.net/wiki/Blog:_2024-01-08 Basing this on https://www.oftc.net/NickServ/CertFP/#weechat $ mkdir-cd ~/.config/weechat/certs certs $ openssl req -batch -noenc -newkey ed25519 -keyout nick.key -x509 -days 3650 -out nick.cer ----- certs $ ls nick.cer nick.key certs $ chmod 400 nick.key certs $ cat nick.cer nick.key > nick.pem certs $ chmod 400 nick.pem Back in weechat:...")
  • 22:08, 24 January 2024 Razzi talk contribs created page Blog: 2024-01-24 (Created page with "Got this clip of a huge combat on twitch stream https://clips.twitch.tv/ObedientBlushingCrabYee-LXkN_6PeFZAFcKb6")
  • 20:41, 23 January 2024 Razzi talk contribs created page Blog: 2024-01-23 (Created page with "Was able to connect to twitch over irc: https://gist.github.com/noromanba/df3d975613713f60e6ae The key: https://twitchapps.com/tmi/ then /server add twitch irc.twitch.tv/6667 -password=oauth:*** -nicks=TWITCH_NAME -username=TWITCH_NAME Thinking of trying nix on usb again: https://nixos.org/download.html#nixos-iso")
  • 02:58, 22 January 2024 Razzi talk contribs created page Blog: 2024-01-22 (Created page with "Thought I'd look into cryptography some more: https://www.signal.org/docs/specifications/pqxdh/ lists as options for curve ed25519 and ed448. Seems ed448 has more bits of security. Interested in seeing how it performs. ssh doesn't even support it! There's an implementation from zx2c4: https://git.zx2c4.com/goldilocks/about/ also Cloudflare https://github.com/cloudflare/circl Also was reading about https://signal.org/blog/secure-value-recovery/ and saw "BIP39 passphrase...")
  • 01:11, 20 January 2024 Razzi talk contribs created page Blog: 2024-01-20 (Created page with "Django is hiring for a fellow position: https://www.djangoproject.com/weblog/2024/jan/19/django-fellow-applicants-2024/")
  • 23:06, 18 January 2024 Razzi talk contribs created page Blog: 2024-01-18 (Created page with "Noticed `fish_indent` will take the space out from echo > file.txt so it becomes echo >file.txt I like the original more, and it's consistent with https://fishshell.com/docs/current/tutorial.html#pipes-and-redirections")
  • 15:17, 17 January 2024 Razzi talk contribs created page Blog: 2024-01-17 (Created page with "Had an idea of how to handle creating abbrs seamlessly: add the new abbr with "abbr -a $argv" then dump `abbr` to abbrs file. But on my ubuntu computer, I have many UVAR implemented abbrs, and have to clear them first. Here they are: <pre> SETUVAR _fish_abbr__2D_:cd\x20\x2d SETUVAR _fish_abbr__2E_c:\x2e/configure SETUVAR _fish_abbr__2E_v:\x7e/\x2evim SETUVAR _fish_abbr__2F_:search SETUVAR _fish_abbr_a:rg SETUVAR _fish_abbr_a_2F_:sudo\x20apt\x20search SETUVAR _fish_abbr...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)