01
Section · 4 projects PROJECTS / the things I've built
Tools, systems, shipped
Infrastructure experiments, developer tools, side projects. Some shipped; all learned from.
Filter ·
NO PROJECTS MATCHING SELECTED TAG.
· SHIPPED ·
C SHIPPED
MapReduce: building Google's framework from the OSTEP spec
A C implementation of the Google MapReduce framework scaled for a single machine. Partitioning, sorted bucket chains, and thread-local iteration.
Spec OSTEP
Language C11
Python SHIPPED
Lockdiff: making lockfile diffs readable
A small tool that pulls the signal out of tedious lockfile diffs, focusing on what actually matters: added, removed, and bumped packages.
Version v0.2
License MIT
C SHIPPED
HiveParser: a multi-threaded log parser in C
A weekend log parser that taught me what 'mechanical sympathy' actually feels like — heap locks, false sharing, and the moment eight threads finally stopped tripping over each other.
C SHIPPED
turtsh: A UNIX Shell in C
A minimal POSIX shell implementation. Fork, exec, and parallel process management.