System76
No mentions found
This entity hasn't been tracked yet, or Iris is still building its knowledge base.
Related Articles from SNS
Restartable Sequences
May 31st, 2026 @ justine's web page The best kept secret at the frontier of system programming right now is the Linux 4.18+ (c. 2018) concept of restartable sequences or rseq for short. They allow you to create thread-safe data structures without locks or atomics which scale to microprocessors with many cores. It's currently only possible to use rseq on Linux using handwritten assembly code.
Alpine Linux 3.24.0 Released
Released We are pleased to announce the release of Alpine Linux 3.24.0, the first release in the v3.24 stable series. Highlights Significant changes Python setuptools 82.0.0 removed pkg_resources py3-setuptools has been upgraded to 82.0.0, which removed the deprecated pkg_resources module. Projects that still depend on it will no longer work and should migrate to its successors.