One Law to Rule All Code Optimizations 10 min read Computer Engineering One Law to Rule All Code Optimizations Max Headroom 2025.06.09 111 “One ring to rule them all, one ring to find them, one ring to bring them all...Read More
Measuring performance in Laravel Apps 19 min read Computer Engineering Measuring performance in Laravel Apps Max Headroom 2025.06.04 118 Introduction If you want to optimize performance, you need ways to effectively measure it. But even before...Read More
Elevating the Human-Computer Interface Through Mechanical Keyboards 13 min read Computer Engineering Featured Self Hosting Elevating the Human-Computer Interface Through Mechanical Keyboards Max Headroom 2025.05.28 344 My Lemokey P1 Pro 75% keyboard, customized with Gateron Baby Kangaroo 2.0 tactile switches My Journey and Comprehensive...Read More
Debugging X86-64 Assembly with GDB 1 min read Computer Engineering Debugging X86-64 Assembly with GDB Max Headroom 2025.05.27 139 We ended the last article with a minimal x86-64 assembly program that assembled and ran, but then...Read More
Building (and Breaking) Your First X86 Assembly Program 2 min read Computer Engineering Building (and Breaking) Your First X86 Assembly Program Max Headroom 2025.05.16 124 Introduction Recap from the previous article: In the last couple of articles, we built a simple but...Read More
Vincente’s Rules for Software Development 2 min read Computer Engineering Featured Vincente’s Rules for Software Development Vincente D'Ingianni 2024.05.23 500 Vincente’s Rules for Software Development (adapted from Gerry Dubois) Know your hardware A cloud is just someone...Read More
How to Reset PRAM on a Mac 3 min read Apple Computer Engineering Featured How to Reset PRAM on a Mac Max Headroom 2023.12.02 683 Resetting your PRAM (or NVRAM) is a common troubleshooting technique when a Mac is misbehaving. We’ll cover...Read More
How to Reset a Mac System Management Controller 4 min read Apple Computer Engineering Featured How to Reset a Mac System Management Controller Max Headroom 2023.12.02 748 The System Management Controller, or SMC, is a critical low-level component on Mac hardware. The SMC controls...Read More
Create Disk Images on Mac OS With The dd Command 2 min read Apple Computer Engineering Featured Create Disk Images on Mac OS With The dd Command Max Headroom 2023.06.14 676 The procedure is as follows: Open the Terminal app Get disk list with the diskutil list To...Read More
How to Copy an ISO to a USB Drive from MacOS with dd 3 min read Apple Computer Engineering Featured How to Copy an ISO to a USB Drive from MacOS with dd Max Headroom 2023.01.30 674 If you have downloaded an ISO image of another operating system, say Rocky Linux or OpenSense, and...Read More