Comment on
Should programming.dev defederate from Meta if they implement ActivityPub?
Yes, defederate. Facebook/Meta have show time and time again that they are up to no good.
Comment on
Should programming.dev defederate from Meta if they implement ActivityPub?
Yes, defederate. Facebook/Meta have show time and time again that they are up to no good.
Comment on
Why YAML sucks?
Reply in thread
JSON does lack comments. And numbers that are not 64 floats.
Comment on
last time when did you use Regular Expressions?
Usually many times a day... Even today which have been mostly meetings.
Comment on
Learning Async Rust With Entirely Too Many Web Servers
I rather like the approach of taking a well known problem ie handling http requests. And solving it using a bunch of different ways. I read in a "ah this maps to that" kind of way.
Comment on
Is there a good "no hello" website that doesn't come across as rude?
I learned the concept as "1st rule of IRC: Never ask to ask." Or some variation there of.
Comment on
People keep telling me that Nuon is probably the most obscure video game platform ever created. Oh, they've not heard how the greybeards entertain themselves.
I had completely forgotten Abuse. I had it on my SGI Indy2 back when the game was new.
Comment on
Build your own SQLite (in rust), Part 1: Listing tables
The series is of to a good start. It's rare to se blog posts doing simple i/o without resorting to some parsing framework or other. Learning about the SQLite file format is nice too.