User contributions for Razzi

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

13 February 2024

12 February 2024

  • 13:0713:07, 12 February 2024 diff hist +1,523 N Blog: 2024-02-12Created 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..."

10 February 2024

9 February 2024

8 February 2024

7 February 2024

3 February 2024

  • 12:4412:44, 3 February 2024 diff hist +547 N Blog: 2024-02-03Created 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..." current

2 February 2024

1 February 2024

30 January 2024

27 January 2024

25 January 2024

  • 15:0215:02, 25 January 2024 diff hist +667 Blog: 2024-01-25No edit summary current
  • 14:4814:48, 25 January 2024 diff hist +1,093 N Blog: 2024-01-25Created 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:..."
  • 00:4400:44, 25 January 2024 diff hist +712 Blog: 2024-01-24No edit summary current

24 January 2024

23 January 2024

  • 20:4120:41, 23 January 2024 diff hist +319 N Blog: 2024-01-23Created 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" current
  • 00:5300:53, 23 January 2024 diff hist +551 Blog: 2024-01-22No edit summary current

22 January 2024

20 January 2024

19 January 2024

18 January 2024

17 January 2024

  • 16:0216:02, 17 January 2024 diff hist +78 People Razzi followsNo edit summary
  • 15:1715:17, 17 January 2024 diff hist +10,832 N Blog: 2024-01-17Created 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..." current

12 January 2024

  • 16:0116:01, 12 January 2024 diff hist +352 Blog: 2024-01-12No edit summary current
  • 15:5815:58, 12 January 2024 diff hist +289 N Blog: 2024-01-12Created page with "Sourcehut is coming back up https://outage.sr.ht/ They are available in #sr.ht on libera Made a new function url-size and updated hub to use a regex so it works with git@ and https:// git urls Thinking about hosting git repositories using secure scuttlebutt, worth experimenting with it"

11 January 2024

  • 11:4711:47, 11 January 2024 diff hist +8 Blog: 2024-01-11No edit summary current
  • 11:4711:47, 11 January 2024 diff hist +358 N Blog: 2024-01-11Created page with "Link roll up from mac https://media.libreplanet.org/u/libreplanet/tag/libreplanet-2023-video/ https://www.youtube.com/watch?v=byNwCHc_IIM made it 28 mins https://awesomekling.substack.com/p/ladybird-a-new-cross-platform-browser-project https://www.youtube.com/watch?v=27Iv8Jf4vZ0 Sourcehut is down huh https://status.sr.ht/issues/2023-01-10-network-outage/"

10 January 2024

  • 17:5417:54, 10 January 2024 diff hist +196 N Blog: 2024-01-10Created page with "Interestingly, creating your own operating system with private keys baked in is akin to creating a backup of your disk, which has an operating system with user data baked in including private keys" current

9 January 2024

8 January 2024

  • 16:4216:42, 8 January 2024 diff hist +241 Blog: 2024-01-08No edit summary current Tag: Visual edit
  • 13:4713:47, 8 January 2024 diff hist +908 N Blog: 2024-01-08Created 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..."

7 January 2024

6 January 2024

5 January 2024

4 January 2024

3 January 2024

29 December 2023

  • 07:1307:13, 29 December 2023 diff hist +372 Blog: 2023-12-29No edit summary current
  • 05:4605:46, 29 December 2023 diff hist +3,364 N Blog: 2023-12-29Created 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:1205:12, 29 December 2023 diff hist +78 People Razzi followsNo edit summary
  • 05:0405:04, 29 December 2023 diff hist +1,078 N Technologies list 2023Created 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..." current
  • 02:0702:07, 29 December 2023 diff hist +65 People Razzi followsNo edit summary Tag: Visual edit

28 December 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)