Notes from the build.
Writeups on defensive tooling, device automation, and the architecture decisions behind the projects — including the ones I got wrong first.
Reading honeypot noise
A public honeypot collects an enormous amount of traffic that means almost nothing. The useful work is not capture — it is compression.
ADB at scale, without wiping the wrong phone
Wrapping around 200 ADB operations taught me that the interesting engineering is not the commands — it is the guardrails and the parsing.
A framework beats twelve scripts
Twelve scripts that each work fine will still fail you together. What they lack is not features — it is shared conventions.