6 ARTIFACTS IN SYSTEM.
Templates Before Sequences: Why I Wrote dRain in Rust
An online log template miner built as the missing link between trafilo and the capstone's Markov module.
Streaming from Scratch: Why I Built a Systems Framework
A streaming event-handler framework in C built to solve telemetry constraints, featuring per-bucket sharding and sliding windows.
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.
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.
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.
turtsh: A UNIX Shell in C
A minimal POSIX shell implementation. Fork, exec, and parallel process management.