Experiments
These are small browser tools I built to make a few systems ideas easier to poke at. They are static, client-side pages with controls, visuals, and enough state to learn from the model directly.
Event Loop Visualizer
A small event loop visualizer for call stack, microtasks, tasks, timers, and execution order.
Learning Dynamics Lab
A client-side optimizer visualizer for comparing SGD, Momentum, RMSProp, and Adam on simple 2D loss surfaces.
Load Flow
A browser AC load flow workspace for editing one-line models and solving bus voltages and branch flows.
Mandelbrot Explorer
An in-browser Mandelbrot explorer with arbitrary-precision viewport math, progressive rendering, and shareable zoom state.
PID Controller Simulator
Fixed-step PID simulation for trying gains and seeing rise time, overshoot, oscillation, and settling behavior.