USAF Gets New Autonomous Gliders to Resupply Troops in High-Risk Environments 3 min read Military Intelligence USAF Gets New Autonomous Gliders to Resupply Troops in High-Risk Environments Max Headroom 2025.05.08 17 The Air Force has added new self-guided gliders to deliver cargo to “high-risk environments” without putting a...Read More
Denmark to field unmanned vessels for monitoring busy shipping routes 2 min read Military Intelligence Denmark to field unmanned vessels for monitoring busy shipping routes Max Headroom 2025.05.08 18 VILNIUS, Lithuania — U.S.-based Saildrone will deploy four large unmanned surface vessels in Danish waters next month...Read More
T-7 Making Progress on New Ejection Seat, on Track for November 2027 IOC 3 min read Military Intelligence T-7 Making Progress on New Ejection Seat, on Track for November 2027 IOC Max Headroom 2025.05.08 15 The Air Force announced a successful ejection seat test for its T-7A trainer, and an official told...Read More
What the Supreme Court’s Transgender Ban Really Means 3 min read Military Intelligence What the Supreme Court’s Transgender Ban Really Means Max Headroom 2025.05.08 13 The Supreme Court’s May 6 decision to grant the Trump administration’s request to block a lower court’s...Read More
Golang concurrency explained 6 min read Computer Engineering Golang concurrency explained Max Headroom 2025.05.08 19 Introduction If you want to learn about Golang, you’ll pretty quickly run into its main selling points:...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 20 In Python, you can check a list for emptiness in two ways: if not mylist if len(mylist)...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 19 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 17 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 Crypto Currency Designing a database storage engine Max Headroom 2025.05.08 19 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 20 “Do not try to bend the spoon. That’s impossible. Instead, only try to realize the truth… there...Read More