Type Help by William Rous
The Unsolvable Mystery
In case you are still looking for a distraction for the weekend - the excellent paranormal murder-mystery "Type Help" by William Rous is now available in German with a translation by yours truly. Feel free to send any comments about the translation directly to me. william-rous.itch.io/type-help
01.08.2025 10:48
👍 3
🔁 2
💬 0
📌 0
@matropert.bsky.social was asking us at @accuconf.bsky.social why there's not more tech worker unions. Maybe it's time.
21.04.2025 06:54
👍 1
🔁 0
💬 0
📌 0
An essay by Cory Doctorow based on his Ursula Franklin lecture from last month details the vital role of tech workers in protecting society; and how it is being undermined right now archive.is/202504202025...
21.04.2025 06:42
👍 0
🔁 0
💬 1
📌 0
Why Modules?: It's not about build time - Steve Downey
YouTube video by CppNorth
All that being said, I'd like to reiterate a point that has been repeatedly made by Daniela, Steve and others: The main benefits of a modularized build are not the build times. www.youtube.com/watch?v=oEq7...
14.03.2025 07:49
👍 2
🔁 0
💬 1
📌 0
There is also an issue of full rebuild times vs. incremental build times. So, long story short, it's complicated. I would expect the average C++ code base to experience noticeably faster build times with modules. But it's also not the least bit hard to construct scenarios where they are slower.
14.03.2025 07:44
👍 0
🔁 0
💬 2
📌 0
Have not encountered the LTO issue myself, this might just be a bug. The slowdown is not surprising per se, as Modules build needs to do more work in some areas (dependency scanning) and less in others (repeated header parsing) and introduces non-parallelizable portions to the build graph on top.
14.03.2025 07:38
👍 1
🔁 0
💬 1
📌 0