Ragnar {Groot Koerkamp}
banner
curiouscoding.nl
Ragnar {Groot Koerkamp}
@curiouscoding.nl
PhD on high troughput bioinformatics @ ETH Zurich;
IMO, ICPC, Xoogler, Rust, road-cycling, hiking, wild camping, photography
(yes, i want a low latency/high throughput notification sound... not some silly 400ms fadeout, not some silly combination of 3 beeps. Just. ONE. Beep.)

Anyway 'Plink' seems to be the fastest and has 2 mostly overlapping tones I suppose.
November 23, 2025 at 8:50 PM
haha, my resting position is definitely thumbs-on-alt, pinky-on-caps. But alt is my window switching key :)
(and yes, I need both Lalt+(shift)+tab and Ralt+n/p so I can do single handed workspace switching with both hands :)
November 22, 2025 at 11:31 PM
you should right-align that second column ;)
November 21, 2025 at 8:23 PM
ugh, so if you zoom out using ctrl+-, the box showing the text shrinks accordingly, instead of filling up the free space.

I'm sorry but this is just rediculous for a site that's basically a text viewer?
November 21, 2025 at 6:08 PM
Reposted by Ragnar {Groot Koerkamp}
The fact that AI coding assistants can even exist at all is a damning sign that we all spend far too much time solving the same problems over and over
November 20, 2025 at 12:43 AM
Well... that didn't turn out to work anyway.

So no windows after all 🙈
November 20, 2025 at 8:12 AM
Also, no windows sadly. Somehow it doesn't pick up the `target-cpu=native` flag, or whatever github CI uses to build on doesn't actually have x86-64-v3 in the first place.
November 19, 2025 at 8:59 PM
Allright will add that as well :) Thanks!
November 19, 2025 at 8:58 PM
Damn; cargo dist sounds nice and clean but then it generates a 300 line github workflow 😭

configuration-as-code never works
November 19, 2025 at 2:39 PM
Do you ship binaries with or without debug info?
Stripping them completely does sometimes give speedups, but backtraces on errors and debuggability are worth something too.
November 19, 2025 at 2:30 PM