Fixing build times with rubicon
October 02, 2024A somewhat reasonable use of dynamic linking
Amos presents rubicon, which through terrible dynamic linking crimes, brought joy again into developing their website
A somewhat reasonable use of dynamic linking
Amos presents rubicon, which through terrible dynamic linking crimes, brought joy again into developing their website
How to think in a-sync
An introduction to how the 'plumbing' of async tasks and drivers wait, sleep, and are notified for efficient cooperative action; and a glowing overview of the maitake-sync crate's main primitives
How global is your context? And does it really need atomic reference counting?
It should be easy to talk to all of your small computer friends
A conceptual introduction to structured communication protocols, and the design decisions behind the postcard-rpc crate
The only thing more evil than one singleton is multiple singletons
An overview of Thread Local Variables, and the challenges they pose for experimental dynamic linking support