[ SECTION / POSTS ]
Posts
27 POSTS01
POSTS / 2026.07.24 / 8 MIN
6 Lazy Hacks for Claude Code & Codex CLI: Spend Less, Ship More
Engineer-tested tips for Claude Code and OpenAI Codex CLI: context budgets, CLAUDE.md/AGENTS.md, verification loops, subagents, headless mode, and session management so …
↗
02
//
POSTS / 2026.07.12 / 11 MIN
The Great Framework Showdown: Superpowers vs. BMAD vs. SpecKit vs. OpenSpec vs. GSD
Five frameworks, 170k+ GitHub stars, five radically different bets on how to make AI-generated code reliable. A practitioner's comparison.
↗
03
POSTS / 2026.04.20 / 13 MIN
Linux 7.0: One Bash Script, One Weekend, 23 Years of Kernel Bugs
Linux 7.0 shipped on April 12. One researcher found a 23-year-old NFSv4 vulnerability with a bash script and Claude over a weekend. Rust officially lost its …
↗
04
POSTS / 2026.03.22 / 6 MIN
Some Things Just Take Time
Armin Ronacher on software development in the AI era: why a 50-year-old oak tree cannot be mass-produced, and why the things that truly matter all need time.
↗
05
POSTS / 2026.03.21 / 5 MIN
Stop Blaming Your Database — It's Your Pagination That's Slow
Database queries getting slower as users scroll deeper? OFFSET pagination is the culprit more often than not. Here's why and what to do about it.
↗
06
POSTS / 2026.03.18 / 4 MIN
Mistral Forge Deep Dive: The Nuclear Weapon for Enterprise Fine-tuning
Spent 3 hours reading the official documentation. Forge wants to turn fine-tuning into an all-in-one service - you just feed it data, and it handles everything else. But …
↗
07
POSTS / 2026.02.27 / 7 MIN
Quadtree: From Brute Force to Spatial Indexing
When you need to find nearby restaurants among a million points, brute force requires calculating a million distances. A quadtree cuts space into grids, reducing searches …
↗
POSTS / 2026.07.24 / 8 MIN
6 Lazy Hacks for Claude Code & Codex CLI: Spend Less, Ship More
Engineer-tested tips for Claude Code and OpenAI Codex CLI: context budgets, CLAUDE.md/AGENTS.md, verification loops, subagents, headless mode, and session management so …
↗
02
//
POSTS / 2026.07.12 / 11 MIN
The Great Framework Showdown: Superpowers vs. BMAD vs. SpecKit vs. OpenSpec vs. GSD
Five frameworks, 170k+ GitHub stars, five radically different bets on how to make AI-generated code reliable. A practitioner's comparison.
↗
03
POSTS / 2026.04.20 / 13 MIN
Linux 7.0: One Bash Script, One Weekend, 23 Years of Kernel Bugs
Linux 7.0 shipped on April 12. One researcher found a 23-year-old NFSv4 vulnerability with a bash script and Claude over a weekend. Rust officially lost its …
↗
04
POSTS / 2026.03.22 / 6 MIN
Some Things Just Take Time
Armin Ronacher on software development in the AI era: why a 50-year-old oak tree cannot be mass-produced, and why the things that truly matter all need time.
↗
05
POSTS / 2026.03.21 / 5 MIN
Stop Blaming Your Database — It's Your Pagination That's Slow
Database queries getting slower as users scroll deeper? OFFSET pagination is the culprit more often than not. Here's why and what to do about it.
↗
06
POSTS / 2026.03.18 / 4 MIN
Mistral Forge Deep Dive: The Nuclear Weapon for Enterprise Fine-tuning
Spent 3 hours reading the official documentation. Forge wants to turn fine-tuning into an all-in-one service - you just feed it data, and it handles everything else. But …
↗
07
POSTS / 2026.02.27 / 7 MIN
Quadtree: From Brute Force to Spatial Indexing
When you need to find nearby restaurants among a million points, brute force requires calculating a million distances. A quadtree cuts space into grids, reducing searches …
↗