Journalism Dreams, the “Heat Index” scandal and why it may not matter. An analysis of AI slop in common media outlets like the Chicago Tribune. Ultimately, the author concludes that not much matters, as LLM content is almost an expectation for Americans.
The Who Cares Era, which cites the article above. The author defines the modern era, where completely disposable things are shoddily produced for people to mostly ignore. In many ways, algorithms bend everything to some mathematical average, which is deemed “good enough”.
A guide to hosting Forgejo on NixOS, their wiki makes setup a breeze. I was able to self-host on my local network, I’m going to be experimenting with automated deployments after code is merged for private projects.
Rocket, an async web framework for Rust. It’s always interesting to see the state of various development frameworks for languages that might not traditionally be in the space. Rust is typically for critical, processing-intensive, systems problems, but of course, there’s web support too!
Mock Service Worker introduction, another neat webkit tool focused on mocking API responses at the network layer, giving it better control over what real data can be sent vs. mocked.