Notes, when they happen.

Problems, decisions, and discoveries from ongoing systems work, written down when they seem worth remembering.

Selected notes

A curated path through investigations, measured debugging, and recovery work.

  1. Why Llama 4 took minutes to load

    What looked like a context-size or memory problem on my Strix Halo system turned out to be a model-loading problem tied to mmap.

Explore by subject

Registry Control Plane

Registry operations, delivery, and the project behind them.

Local AI

Running and evaluating AI systems on local hardware.

OpenWrt and networking

Build infrastructure and practical network systems.

Self-hosting

Operating services and the systems around them.

AI security

Practical safety boundaries for AI-assisted systems.

Archive

14 notes

2026

  1. Giving Coding Agents a Map

    An introduction to RepoMemory, a local context layer that helps coding agents find the right part of a repository.

  2. Why Llama 4 took minutes to load

    What looked like a context-size or memory problem on my Strix Halo system turned out to be a model-loading problem tied to mmap.