Systems, software, and applied math.

Implementation notes on C++, Python, algorithms, and the small design choices that make technical work easier to reason about.

Robot Swimming Trials: Technical Note

An exact occupancy-problem derivation for Jane Street's Robot Swimming Trials puzzle, including the first exploitable race count and verification checks.

Segregated explicit free-list malloc allocator

A technical design note for a CS:APP malloc-lab allocator covering block layout, segregated free lists, coalescing, reallocation, and performance tradeoffs.