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 139 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 111 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 104 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 301 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 506 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 563 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 628 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 619 If you have downloaded an ISO image of another operating system, say Rocky Linux or OpenSense, and...Read More
OSINT Resources 1 min read Computer Engineering UNCLASSIFIED OSINT Resources Patrick Berry 2022.05.04 464 I added a resource page for currently functional OSINT tools HERE. I frequently find myself doing some...Read More
Sortable Tables – CSS Only 5 min read Computer Engineering Sortable Tables – CSS Only Patrick Berry 2022.05.04 405 Javascript sucks. Example Sortable Table What’s going on here? More Examples In an effort to eschew Javascript...Read More