Standard Search
About 6 results
https://mucking.leaflet.pub/3mdimv7umjc2f · 28 Jan 2026
Why start a blog in 2026 anyway...
https://aicoding.leaflet.pub/3md5ftetaes2e · 24 Jan 2026 · 🦋 Bluesky
Here’s a simple test you can apply to any software system you work on: Imagine deleting the entire implementation. Not refactoring it. Not archiving it. Not putting it behind a feature flag. Deleting it. rm -rf src/ If that thought makes your stomach dro...
https://aicoding.leaflet.pub/3mcbiyal7jc2y · 13 Jan 2026 · 🦋 Bluesky
When code can be thrown away and recreated, the unit of change is no longer lines of code. It’s reasons. Version control has to follow. Regenerable systems quietly invalidate an assumption that has underpinned software engineering for decades: that the t...
https://aicoding.leaflet.pub/3mbp5ukeuzs22 · 5 Jan 2026 · 🦋 Bluesky
Why Regeneration Does Not Mean Starting Over
https://aicoding.leaflet.pub/3mbhnolyzds2d · 2 Jan 2026 · 🦋 Bluesky
As I mentioned in a previous post, at Wunderlist, we had a rule: any new service had to be "this big", a constraint I'd demonstrate by holding my fingers a few inches apart. The metric wasn't about lines of code. It was about replaceability. If a service w...
https://aicoding.leaflet.pub/3mb526js42k26 · 29 Dec 2025 · 🦋 Bluesky
Why behavior outlives implementations