This December, I'll be posting an article & video each day until Christmas in the Advent of Compiler Optimisations! #AoCO2025
Each day we'll explore a fun optimisation in C or C++; some low-level, x86 or ARM-specific, some high-level. Hope you'll join me!
🔜 39C3
Every Sora AI vid. burns 1 kW hour & emits 466 grams of carbon. The Sora 2 platform alone emits nearly a quarter of the carbon of all Meta/Facebook.
👉🏻 https://reclaimedsystems.substack.com/p/every-sora-ai-video-burns-1-kilowatt
The Algol68 compiler fronted has been merged in GCC and the very next gcc16 will ship it! Cant mention the author here, but good job Jose!
You can write '2' (0x32) anywhere in the filesystem of a Linux-based network switch. How do you get root?
That's basically what my talk at GreHack conference was about - enjoy!
https://youtu.be/F4CudbWHZ7Y?t=504 https://youtu.be/X-ZJH4d2tuE?t=1162
Some old buildings from the era of socialism in Hungary #Modernism
https://telex.hu/foto/2025/11/29/balaton-modern-epiteszet
Look! I made a thing. Maybe it'll help you make something too!
I got tired of wiring up input pre-amps on every new project, so I made a breadboard compatible module with a nice quality audio OpAmp. So if you do #synthdiy or other DIY electronics, maybe this can save you time too!
Pro-Tip, you can turn your crummy “consumer” SSD (mostly) into an enterprise drive by formatting it correctly.
You can easily get 10x endurance by giving up ~5% of space.
Crucial MX500 1TB: 0.2 DWPD
Micron 5300 PRO 960GB (same NAND!): 1.5 DWPD
my favorite thanksgiving tradition is the annual grill software update
https://bird.makeup/users/hardpass4/statuses/1463886150171566084
@pancake I had a lot of fun writing a PowerShell module to expose the cdb engine into PowerShell itself so you could use the full features of the shell rather than be stuck in cdb's implementation of one: https://www.leeholmes.com/extracting-forensic-script-content-from-powershell-process-dumps/
Also, this other project hasn't seen a lot of love recently, but I love the idea: a shell that exposes cdb information as structured data, letting you CD into stack traces, etc.: https://github.com/microsoft/DbgShell