Featured
Abundant Intelligence Series
Using AI Series
Application Design Series
Recent
Cursor: The compression of mechanical work
AI-assisted coding with Cursor IDE
What if we got online shopping wrong?
Reimagining e-commerce as open protocol
Building my go-to web server with TypeScript and Koa
A lightweight TypeScript web server
My journey into expert systems with Python
Linked to expert-system experimentBuilding an inference engine in Python
Let's dive into assembly and build our first functions (Intel x86-64)
Linked to libft-asm experimentFirst steps into x86-64 assembly
Building a program that writes itself (a quine)
Linked to dr-quine experimentCode that prints its own source
Decoding the magic, my journey building nm and otool
Linked to nm-otool experimentReverse engineering macOS binaries in C
Hashing in C, a deep dive into SHA-256 and MD5
Linked to md5-sha256 experimentImplementing cryptographic hash functions in C
Master memory management, I built my own malloc, and you should too
Linked to malloc experimentBuilding malloc from scratch to understand memory