Blog · 4 articles
Notes on the craft.
Long-form on systems architecture, microfrontends, WebGL / shaders, and on-device AI. Search by title, tag or topic — the filter is live, no submit button.
Showing 4 of 4
- 11 min
Building a 3D ring configurator in Expo
A React-Native-first take on the classic R3F ring configurator: GLB loading on device, four metal materials, gesture-driven rotation, Zustand state, and ARKit / ARCore preview — all behind one Expo build.
- expo
- react-native
- three.js
- r3f
- 23 min
Making AI feel realtime with hybrid segmentation
Segmentation is the substrate for nearly every AI photo workflow worth shipping in 2026 — inpainting, object swaps, controlled generation. Here is how to make it feel instant on the web by splitting SAM2 across a notebook on the user's hardware and a decoder in their browser.
- sam2
- onnx
- webgpu
- segmentation
- 4 min
Running ONNX models in the browser without losing your weekend
A working recipe for shipping image segmentation in a tab — Web Workers, WASM, pre-encoded embeddings, and the small things that decide whether the demo is fast or felt-fast.
- onnx
- wasm
- ai
- web-worker
- 1 min
Welcome to the new blog
A short tour of the new MDX-powered writing setup, complete with syntax-highlighted code blocks rendered by Shiki at build time.
- meta
- next.js
- mdx