Articles
Long-form writing on tech, culture, and the edges of the internet.
Three filled lines in the HuggingFace postmortem
A HuggingFace hack postmortem by METR and Redwood confirms only authorship, subject, and focus. Mechanism is not confirmed, so no control change is authorized.
Volume 5 lands on both desks at once
Tmp.0ut Volume 5 is dual-use tooling. Its publication proves which of your controls enforced identity and which only concealed a now-public method.
Your browser tab runs as root on Omarchy
In Omarchy, any user process reaches root. The user-to-root boundary is gone, turning initial access into full host compromise and lateral movement.
Nobody has to break into GitHub
GitHub incidents are feature abuse under valid credentials. The break is at the execution boundary, and standing scope is the real exposure.
Nobody had to hack your meetings.
Over 180,000 tl;dv meetings were left open because access to recorded content was not conditioned on validated identity. What that failure exposes.
The record is the authority
A for-sale DNS record sells naming authority itself, and every control above DNS keeps validating the name for whoever now holds the record.
Patching would not have stopped this breach
A Metabase zero-day converted an analytics application's standing data access into attacker access, leaving reach and scope as the only controls in play.
The benchmark isn't your bottleneck
Qwen3.8 Max topped the agentic index, but a benchmark win is a signal to test against your own tasks, not a reason to migrate your automation.
One grep, full repo access
A security camera shipped a full-scope GitHub PAT in its login page bundle. The credential exposure, supply-chain exploit path, GitHub audit-log telemetry, and why rotation - not removal - is the only fix.
CVE-2026-44843 turns one chat message into credential theft
CVE-2026-44843 turns a single chat message into credential loss. An operator breakdown of the one-hop path from unauthenticated input to identity material.
The camera on your shelf handed out your GPS
A TP-Link Kasa camera returned home GPS over unauthenticated UDP for six years. The mechanism, the pattern it exposes, and what must now be true.
Rust solved the compatibility trap with editions
SQLite's backward-compatibility promise freezes its worst defaults. Rust-style editions could ship strict typing and enforced constraints without breaking old files.