Friday links 27 June 2025
Some links for technical articles on various topics I read.
std::mem is... interesting -
Explore some of the functionalities in the std::mem
module of the Rust
standard library.
How much code does that proc macro generate? - Nicholas Nethercote tells us how you can answer this question with new tooling in the Rust toolchain.
PNG is back - A quick overview of the PNG spec 3. Spoiler: Animated PNG, HDR support and Exif support.
JavaScript broke the web (and called it progress) - How the JavaScript ecosystem is over complicated for no reason with only making the user facing stuff worse.
QtWayland 6.6 Brings Robustness Through Compositor Handoffs - Improvements in Wayland support in Qt 6.6, brought to kwin (KDE compositor), fixing some stuff that Wayland should better at than X11, but ended up being worse.
jemalloc Postmortem - jemalloc from its inception to the end.