-
What a Custom Linux Desktop Actually Looks Like
A walkthrough of a Hyprland setup on Arch Linux — what it is, what it can do, and why you might care even if you've never used Linux.
Read article -
Building Kiroku-TUI: My First Rust TUI and Why I Needed It
Why I built a terminal-based note manager in Rust, and what I learned along the way.
Read article -
Our Place: Building a Shared Home Across 9,000 Kilometers
A deep dive into the features and engineering of a 'Digital Apartment' designed for a long-distance relationship.
Read article -
Deep Dive: What actually happens when you type 'ls'?
A journey from the shell prompt to the kernel and back. Understanding fork(), execve(), and how Linux directories actually work.
Read article -
De-Magicking AI: Writing a Neural Network in Pure C
Why I ditched PyTorch to fight with malloc, pointers, and the chain rule.
Read article -
C vs Node.js: I fought the Event Loop, and the Loop (almost) won
My journey attempting to beat Node.js with raw C. From blocking I/O failures to multi-threaded Epoll, I learned just how optimized V8 really is.
Read article -
The Invisible Navigator: Why I Revisit A* in Java
From Google Maps to video games: dissecting the algorithm that guides us, using the language that built the enterprise.
Read article -
The Only Linux Course You Need: OverTheWire Bandit (0-10)
Why grep and find are better than Metasploit, and a walkthrough of the first 10 levels of Bandit with blurred flags.
Read article -
Smart Cracking: Teaching Python to 'Guess' Like a Human
Why brute force is dead, and how I built a Markov Chain engine to predict passwords based on probability.
Read article -
Demystifying Non-Blocking I/O in C
Why I used select() and POSIX sockets to build a port scanner that doesn't hang.
Read article -
My Homelab is a Surface Pro 9
Running a converged microservices stack with Docker, Caddy, and CrowdSec on limited hardware.
Read article -
Hello World: The Terminal is My Home
Why I built this site, my shift from web-dev to low-level systems, and what to expect from my digital garden.
Read article