Jun 18, 2026
C++GPU ComputingCompilers
C++26 reflection collapses every program entity into one scalar handle, std::meta::info. I ask whether you can steal that trick to select a GPU backend at runtime, and stay honest about why the host/device gap does not vanish.
Read more
Mar 25, 2026
ML SystemsGPU Computing
A deep dive into four attention mechanisms that power modern LLMs, from the original transformer to the serving tricks that make inference feasible at scale.
Read more
Mar 24, 2026
Signal ProcessingEssay
A 20 year old paper turned an intractable search problem into a hash table lookup. Fourier transforms, constellation maps, and the most elegant algorithm I have ever encountered.
Read more
Mar 23, 2026
ScienceEssay
What it means to harness a star's full output, why Dyson Spheres are the defining structure of a Type II civilization, and where humanity sits on the Kardashev Scale right now.
Read more
Mar 22, 2026
GPU ComputingCUDA
Four generations of NVIDIA GPUs, from the perspective of someone who actually writes the kernels that run on them. What the specs mean when you are profiling at 2am.
Read more
Mar 21, 2026
EssayAITechnology
Why civilizational scale engineering challenges require not one brilliant mind but thousands working simultaneously, and why that means superhuman AI is not optional.
Read more
Mar 20, 2026
Open SourceGPU Computing
The story behind gpucheck, a pytest plugin for GPU kernels. 511 test configs, 8 real bugs found in Triton and PyTorch, and why the GPU community deserves better testing tools.
Read more