28 NOTES
Advanced Platform Development
Rebuilding a complete self-hosted data platform from FOSS on Kubernetes, one working component at a time.
→ Start hereHive still maps a table name to a directory of files
→ Read this noteflowchart LR CSV["CSV in SeaweedFS<br/>one file, one directory"] -->|"CREATE TABLE<br/>external_location"| HIVE["Hive catalog<br/>file metastore"] WH["Iceberg / Postgres warehouse"] --> T["Trino 476"] HIVE --> T T --> J["JOIN"]
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