Posts tagged: testing

One Runtime to Debug: Killing the Last Python Call Site

A repo-wide hunt found exactly one live Python shell-out. Killing it took Java interop, and keeping it dead took a guard with a negative control. One runtime means bugs arrive with names attached.

The Flight Recorder Sealed Its Own Coffin

My AI agent wrote the test suite for my tamper-evident flight recorder — caught two bugs I shipped, then exposed a paradox where the recorder invalidated its own seal by logging it.

Six Security Automation Tools in Babashka: A Zero-Dependency Monorepo

How I built six security automation assistants as a babashka monorepo with pure functions, a self-contained CSV parser, and 175 assertions of golden tests — zero external dependencies, zero linter warnings, zero bugs.