Posts
All the articles I've posted.
-
Analyzing the Claude Code Source: Architecture, Toolchain, and Code Stats
A deep dive into the Claude Code source distribution — its project structure, build toolchain, technology stack, and lines-of-code breakdown.
-
Anatomy of Claude Code: File and Folder Sizes
A breakdown of the file and folder sizes in the Claude Code source distribution, revealing where the bulk of the codebase lives.
-
Jekyll, Static Site Generators, and Static Site Hosting
A concept note covering static site generators, static site hosting services, and why Jekyll with GitHub Pages remains the simplest way to publish a website.
-
Bubblewrap: Linux Sandboxing with Namespaces and sysctl
A deep dive into bubblewrap (bwrap), the unprivileged Linux sandboxing tool — how it works, the kernel primitives behind it, its use in AI agents, and practical setup including sysctl configuration.