Interactive visualizations of low-level systems concepts that normally live behind abstractions. Each experiment lets you poke at the internals directly.
The browser is a surprisingly good environment for systems exploration. TypedArrays give you raw byte access, DataView handles endianness, and Canvas makes visualization immediate.
Future experiments will use Rust compiled to WASM for performance-critical paths like memory allocators and binary parsers.