top of page
All Posts


The Future of Reverse Engineering: Seeing Beyond the Bytes
For years, I've been wrestling with a fundamental problem in reverse engineering: how do we truly understand a massive binary blob? Our...
1 day ago3 min read
The Universal Instruction Stream: Why All Code is (Theoretically) The Same
As programmers, our purpose is to define sequences of instructions. That's our craft, our raison d'être. But what if I told you that, at...
1 day ago4 min read
X86 is Turing-Complete Without Data Fetches: A Deep Dive into Instruction-Only Computation
. We're all familiar with the fundamental assumption of computation: to do anything meaningful, you need to access data. Load, store,...
1 day ago4 min read
Vim as a Turing Machine: A Deep Dive into Pure Command-Line Computation
You know Vim, right? That venerable text editor we all love. But how well do you really  know it? Today, I want to pull back the curtain...
1 day ago4 min read
bottom of page