And careful with those unix systems. Every time someone compiles Minix, Andrew Tanenbaum shaves a raccoon’s ass.
- 1 post
- 52 comments
Pretty well. I did have to create an “old-nixpkgs” variable for some of my packages (deadbeef is currently broken in 25.11 and warsow was removed). Rebuilt my configs on my work laptop, gaming desktop, and 1 of my servers without a hitch. Will wait on my DB server until my next offsite backup just in case…
How’d your 25.11 channel migration go, fellow Nix-enjoyer?
Gary Bernhardt’s old talks are a classic. Wish there were more people still doing humorous introspection in the programming landscape like this.
- 7 months
I don’t see a problem. The broken escalator is still stairs.
If you liked that, you’ll like his “Wat” talk. https://www.destroyallsoftware.com/talks/wat
xoggy@programming.devto
Programmer Humor@programming.dev•I'm not sure, but it might be something about UUIDsEnglish
9 monthsThe feeling you get when searching your codebase for references to your “uid” variable but this cheeky boy keeps popping up.
- 9 months
Not sure I understand the point of mcfly. zsh and fish have this functionality built in, where pressing Up with a command partially typed will give auto-completions to that partial match.
xoggy@programming.devto
Programming@programming.dev•Stack Overflow data reveals the hidden productivity tax of ‘almost right’ AI codeEnglish
10 monthsI prefer the term slot machine coding because you keep thinking you almost have a jackpot but there’s one lemon in there so you get that rush to keep pulling the lever and expecting different results.
xoggy@programming.devto
Programmer Humor@programming.dev•Seems someone out there is really mad about memory safetyEnglish
11 monthsNah, this guy is clearly riled up about lifetimes.
- 11 months
For brotli compression, first check if nginx/angie has the correct modules (
brotliandbrotli_static) (nginx -V). If not, you can install it like so: https://www.getpagespeed.com/server-setup/nginx/brotli-staticThen create your brotli bomb by modifying the original author’s fish command:
fish zip_bomb.fish | brotli --best > bomb.html.br
- 11 months
UB must be Undefined Behavior.
- 1 year
These microservices are fun to look at, but the legacy side actually gets the job done.
Took me a minute. And for good measure… ;
xoggy@programming.devto
Programming@programming.dev•Why WebAssembly (WASM) is the Future of High-Performance Web Apps
1 yearthe future of complex web apps*
I can see in-browser games and containerized desktop application benefiting from wasm, but simple ecommerce sites without all the fluff can be just as performant with SSR or a multi-page application. For instance several years ago I built the frontend and middleware for the Hart Tools and Ryobi Tools websites using Nuxt for SSR and Algolia for the search. Images are the majority of CPU and network load and the websites are snappy as a result. Even this tech stack is overkill for what the websites need to do but my point is for general use case this or a similar tech stack won’t benefit from introducing wasm.
Since he’s touching the keyboard with unwashed hands it’s probably best he didn’t wipe.




When things look gnarly they pull out root.