Systology

My knowledge base for studying systems at scale, drawing from real-world engineering and synthesized learnings across multiple domains.

func main() {
    fmt.Println("Use Cmd/Ctrl+K for search 🙏")
}

Deep Dives

View all →

Long-form investigations, experiments, and research notes exploring projects with methodology, findings, and next steps.

Video Analysis

Multimodal video feature extraction: Apple-native vs. C++/Python.

extensibility, machine-learning, media

Ragchain

Local-first RAG stack combining BM25 and vector retrieval with on-device LLM inference.

embeddings, indexing, machine-learning, privacy, retrieval

System-design sketches and trade-offs summarizing problem statements, constraints, and architecture options.

Search & Retrieval Engine

High-performance document search and retrieval systems.

indexing, machine-learning, monitoring, privacy, retrieval

Principles

View all →

Reusable rules, heuristics, and frameworks distilled from practical projects to guide system design and implementation.

Content-Addressable Storage

Designing immutable, hash-indexed data stores for integrity and efficiency.

deduplication, indexing, integrity, systems-programming

Web App

Web application design using the standard 12-factor principles.

data-pipelines, monitoring, queuing, traffic-control