28 NOTES
Advanced Platform Development
Rebuilding a complete self-hosted data platform from FOSS on Kubernetes, one working component at a time.
→ Start herefewbottles.com is GitHub Pages, Cloudflare, four JSON files, and a bitmask in localStorage
→ Read this note
flowchart LR
Phone["Phone / browser"]
CF["Cloudflare<br/>DNS, TLS, CDN"]
GH["GitHub Pages<br/>origin"]
LS[("localStorage")]
JSON["data/*.json"]
Phone -->|"fewbottles.com"| CF
CF --> GH
GH --> JSON
Phone --> LS
Rebuilding a complete self-hosted data platform from FOSS on Kubernetes, one working component at a time.
→ Start hereThe Model Context Protocol taken apart one JSON message at a time, written by hand in Go.
→ Start hereMeasured studies of MCP agent behavior: knowledge-layer ablation, stored-knowledge use, the measurement harness, knowledge pollution, and cross-reference document completion.
→ Start hereMechanical verification for AI-written code: strict linting, coverage gates, mutation testing, and a pre-commit gate that refuses the commit.
→ Start here