Experimental lab
Spikes and prototypes that might graduate into real projects—or stay as learning notes.
- Python
- WebGPU
Not every project needs a hero image. This entry omits image so you can confirm the card still looks balanced.
Ideas in flight
- Prototype shaders in the browser
- Notebook-style experiments with plots
- One-off data munging scripts
Ordered mini-roadmap
- Validate the idea with a notebook
- Extract a library if it repeats twice
- Archive or promote
def experiment(seed: int) -> float:
"""Tiny sample for highlighting."""
return (seed % 97) / 97.0
Optional fields omitted on purpose: demo, image.