DR
Blog Game
← Home

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
Mar 2026

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
Mar 2026

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
Feb 2025

Building a Voxel Engine with Signed Distance Fields

How I built Plenum — a sparse DAG-backed SDF voxel engine in Rust.

rust ·graphics ·voxels
Dec 2024