← Home Mar 2026 Mar 2026 Feb 2025 Dec 2024
Blog
Technical writing on systems engineering, Rust, and graphics.
Prompt Injection Is a Geometry Problem
Detecting adversarial instructions in data using embedding space geometry, and the dangers of AI-assisted confirmation bias.
security ·embeddings ·ai ·ml
The Most Expensive Code You Ship Does Nothing
Most backend code is just plumbing — reshaping data, enforcing auth, proxying queries. What if the database handled all of that natively?
databases ·surrealdb ·architecture ·enterprise
Marchless Cubes: SIMD-Accelerated Voxel Meshing Without Marching
How bitwise operations and SIMD intrinsics can replace marching cubes for dramatically faster voxel mesh extraction.
rust ·graphics ·simd ·performance
Building a Voxel Engine with Signed Distance Fields
How I built Plenum — a sparse DAG-backed SDF voxel engine in Rust.
rust ·graphics ·voxels