I have not written a line of code in five months
Some honest notes after several months building software with LLM agents: what works, what breaks, and why architecture, tests, context, and taste matter more than ever.
Some honest notes after several months building software with LLM agents: what works, what breaks, and why architecture, tests, context, and taste matter more than ever.
PostgreSQL VACUUM and autovacuum can briefly take an AccessExclusiveLock when truncating empty pages at the end of a table. Here is why it happens and how vacuum_truncate=false avoids it.
A small exploration of Rust futures, executors, and why async Rust can run perfectly well on a single thread when the runtime is built that way.
A short 2019 note about keeping SPA filter state in the URL query string so reloads and shared links show the same page state.