
The Smartest Thing SQL Does Is Play Dumb
Foreign keys enforce relationships on every insert, update, and delete. But the moment you query, you are on your own. By design.

Senior Software Engineer

Foreign keys enforce relationships on every insert, update, and delete. But the moment you query, you are on your own. By design.

Refactoring is not technical debt repayment. It is how production software stays honest.

Skills, plugins, elaborate prompting systems: they feel productive. But the best interface for an LLM is the one it was designed for: conversation.

The Gutenberg inspector sidebar ties your controls to a single tab. There is no escape hatch. So I built one.

The desktop app gives you the conference talk. The terminal gives you the answer.

How offscreen buffers, raw pixel arrays, and Web Workers let a browser tab chew through one billion samples without breaking a sweat.

Flowcharts are not implementation details. When treated as contracts, Mermaid diagrams become the most effective way to guide AI agents through complex codebases.

DRY violations go beyond code. Claude Code plugins fix the repeated setup problem across projects, but the system has growing pains worth knowing about.

Why WordPress REST API read permissions ignore your custom capabilities on private CPTs, and how to fix it with a custom controller and test it with Playwright.