Curated river of news

Reader

Latest posts from blogs I follow

2877 entries
58 pages

AI And The Ship of Theseus(opens in new tab)

Because code gets cheaper and cheaper to write, this includes re-implementations. I mentioned recently that I had an AI port one of my libraries to another language and it ended up choosing a different design for that implementation. In many ...

Embrace the uncertainty(opens in new tab)

Nobody knows what the future of software engineering looks like, and that's incredibly uncomfortable. But instead of waiting for someone to hand us the answer, I think the move is to embrace the uncertainty, because these moments of deep uncertainty ...

Antidote(opens in new tab)

If you love building things, and the process of building is just as important to you as the result itself, it’s not unreasonable that you’re in a slump these days. The world is telling you that your thinking process is ...

#471: The ORM pattern of 2026?(opens in new tab)

Topics covered in this episode: Raw+DC: The ORM pattern of 2026? pytest-check releases Dataclass Wizard SQLiteo - ā€œnative macOS SQLite browser built for normal peopleā€ Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: ...

2026.02 - Release Notes(opens in new tab)

TL;DR - In 2026.02, I built an AI orchestrator, launched CloudSeed Rust, moved to a terminal-focused dev workflow, wrote several posts, stuck to my exercise routines, and generally led a very balanced...

Python in Digital Humanities(opens in new tab)

Digital humanities sounds niche, until you realize it can mean a searchable archive of U.S. amendment proposals, Irish folklore, or pigment science in ancient art. Today I’m talking with David Flood from Harvard’s DARTH team about an unglamorous problem: What ...

The Great Transition(opens in new tab)

https://youtu.be/6pP8x8sXoaM The Great Transition—multiple streams converging/images/the-great-transition.webp/images/the-great-transition.webp I'm going to try to encapsulate a whole bunch of stuff that's going on right now and wrap it into a single container. It's actually very difficult to do ...

šŸ“ Sushi Izuki(opens in new tab)

Finally got a chance to visit @izukiorlando with @instantsal this week. Generally, I set my expectations for sushi in Florida to quite low, especially if the restaurant isn't Japanese-owned. Izuki blew away those admittedly reserved expectations with one of the ...

Developing Measurements with Cat Hicks(opens in new tab)

SoCal Linux Expo - discount "FAFOF" -https://www.socallinuxexpo.org/Kubecon EU Amsterdam - https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/Linuxfest North West - https://linuxfestnorthwest.org/Newsletter - https://sub.fafo.fm/Dr. Cat Hicks takes a different approach to traditional engineer productivity measurements. Instead of turning engineers into velocity numbers she takes a holistic approach ...

My AI wishlist(opens in new tab)

May the hardware shortages empower European and Chinese companies to drastically boost investments into RISC-V hardware so it could become a viable architecture for production workloads earlier than expected.

A fuzzer for the Toy Optimizer(opens in new tab)

Another entry in the Toy Optimizer series. It’s hard to get compiler optimizers right. Even if you build up a painstaking test suite by hand, you will likely miss corner cases, especially corner cases at the interactions of multiple components ...