I'm not sure if it's malice... but for sure they harmed RSS use a lot during the years.
Interesting library if you got to do a lots of heavy analysis work with strings.
Neat extension to blend your web browsing and discovering people on the Fediverse.
Nice list of tips and recent git features to manage large repositories.
Something is definitely bonkers regarding the use of JavaScript on the web. The amount of bloat is staggering.
Neat article about colorspaces. Definitely worth reading if you're curious about the topic. It also has interactive bits to ease the understanding.
A trip down memory lane when such attacks were indeed common. Nowadays, we know better though.
Turns out to be an interesting discussion about modularity. It's probably a good approach even for a one liner in a script.
Check out the docs branch for detailed explanations. This exhibits a loop hole in the Rust compiler allowing to break lifetime inference... and from there all the usual guarantees go through the window.
Interesting, I didn't know that user space schedulers were coming to Linux. It opens the door to exciting experiments.
Nice tricks to debug the very early boot process, starting at PID 1. gdbserver saves the day here.
This is indeed an odd situation... there is no good explanation about why this is like this.
Interesting explanation of the guarantees such a system must provide and their consequences.
Very funny glitch. This anti-spam system is smart... too bad the wrong victim got in the crosshair.
Definitely true, this is mostly about avoiding false positives. Still I don't like online assessments platforms either... you need to see how the candidate is doing, interact with them, etc.
Or why wording matters... this is clearly a user design fail in this case.
Lots of ideas indeed. Having your own website gives so much freedom in what you can do there.
Looks like a nice way to automate the creation of changelogs.
Looks like an interesting trick for more dynamic HTML frontends with very limited used of Javascript. Inspired by htmx it seems to go one step further in the same direction.
The streaming trap is getting obvious at this point.