Jon Jones ready to ‘lead the pack’ in 100 humans vs. 1 gorilla battle but ‘I would need a lot of help’ 2 min read Real Sports Jon Jones ready to ‘lead the pack’ in 100 humans vs. 1 gorilla battle but ‘I would need a lot of help’ Tyler Durden 2025.05.08 8 Jon Jones | Photo by Sarah Stier/Getty Images Jon Jones has arguably already cemented himself as the...Read More
Jack Hermansson returns from 16-month layoff to face Gregory Rodrigues at UFC 317 1 min read Real Sports Jack Hermansson returns from 16-month layoff to face Gregory Rodrigues at UFC 317 Tyler Durden 2025.05.08 7 Jack Hermansson | Photo by Jeff Bottari/Zuffa LLC via Getty Images Veteran middleweights Jack Hermansson and Gregory...Read More
Belal Muhammad wants to show off ‘Canelo hands’ against Jack Della Maddalena at UFC 315 4 min read Real Sports Belal Muhammad wants to show off ‘Canelo hands’ against Jack Della Maddalena at UFC 315 Tyler Durden 2025.05.08 8 Photo by Chris Unger/Zuffa LLC Belal Muhammad already has a nickname but “The Bully” wants to add...Read More
Python Performance: Why ‘if not list’ is 2x Faster Than Using len() 15 min read Computer Engineering Python Performance: Why ‘if not list’ is 2x Faster Than Using len() Max Headroom 2025.05.08 6 In Python, you can check a list for emptiness in two ways: if not mylist if len(mylist)...Read More
Golang concurrency explained 6 min read Computer Engineering Golang concurrency explained Max Headroom 2025.05.08 6 Introduction If you want to learn about Golang, you’ll pretty quickly run into its main selling points:...Read More
Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know 25 min read Computer Engineering Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know Max Headroom 2025.05.08 6 Even the most elegant algorithms can run painfully slow when they fight against your computer’s underlying hardware....Read More
How MySQL indexes work? 14 min read Computer Engineering How MySQL indexes work? Max Headroom 2025.05.08 6 In the last 13 years, I’ve used many programming languages, frameworks, tools, etc. One thing became clear:...Read More
Designing a database storage engine 12 min read Computer Engineering Designing a database storage engine Max Headroom 2025.05.08 5 DBMS (database management system) vs storage engine There are two important concepts in databases: DBMS Storage engine...Read More
Seeing the Matrix: A First-Principles Approach to Computer Architecture 8 min read Computer Engineering Seeing the Matrix: A First-Principles Approach to Computer Architecture Max Headroom 2025.05.08 7 “Do not try to bend the spoon. That’s impossible. Instead, only try to realize the truth… there...Read More
🎉 Book release: Building a database engine 1 min read Computer Engineering 🎉 Book release: Building a database engine Max Headroom 2025.05.08 5 After 12 months of intense research and development, my new book, Building a database engine is finally...Read More