Posts
All the articles I've posted.
-
The Media Store Pattern
Content-addressable storage as an infrastructure primitive that naturally caches and deduplicates intermediate pipeline artifacts.
-
The RFC Process for Multi-Repo Ecosystems
A design document protocol that lives in the owning repo, cross-references dependencies, and coordinates architectural shifts.
-
Bridging Local Compute and Cloud APIs
Using Tailscale Funnel to bridge Cloudflare Workers with local GPU workstations or APIs sitting behind CGNAT.
-
Streaming Data Pipelines with Async Generators
Why async generators are the right primitive for data pipelines—backpressure, composition, and natural event flow.
-
Layered Architecture for Distributed Data Systems
How dependency injection separates pure logic from I/O, enabling testable, multi-runtime data systems.
-
Local Testing of Distributed Systems
How to test complex distributed systems using in-memory databases, mock filesystems, and dependency injection.
-
Automating Slate.js Editors from a Chrome Extension
The only technique that reliably gets text into Slate's internal model from a Chrome MV3 extension service worker.
-
The Faceless Channel Playbook
Building an AI-Powered short-form video engine. The floor for quality has risen; survive by treating AI as a production accelerator.
-
The Bandwidth Wall: Why Physical-First Backup Is Not a Workaround
Cloud backup has a physics problem. At any realistic residential upload speed, terabytes of data cannot cross the internet in a human time frame.
-
Metadata Economics in Personal Storage
Why the catalog is cheaper than you think: demonstrating the 1,000:1 ratio between content byte size and metadata index size.