Notes

Experiments, ideas, and field notes

Short, hand-written pages for ideas I want to explore—algorithms, games, and the day-to-day craft of building teams and products.

raylib · wasm · games

Raylib WASM demo

A wireframe asteroids mini-scene running in the browser via raylib + WebAssembly.

Read note →
algorithm · games · randomness

BubbleRand: A deliberately lazy sampler

A playful, intentionally inefficient randomizer that bubble-sorts slices of a distribution before taking the midpoint.

Read note →