work

Projects

Open source tools and experiments — systems programming, infra, and things I built because they didn't exist yet.

01

ship

production

A minimal docker-like container environment built from scratch. Handles Linux namespaces, cgroups, and image layering.

GoMakefile
02

ns

in dev

An authoritative DNS nameserver written in Go. Handles zone files, record resolution, and recursive queries.

GoMakefile
03

waykey

production

A Waybar module that displays keyboard interactions in real time. Written in C with a Python + Shell wrapper.

CPythonShell
04

exstore

in dev

A Redis-like in-memory key-value store built in Elixir. Supports TTL, pub/sub, and a custom wire protocol.

Elixir