Stallman
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.
Linux Lite 8.0 sheds Chrome, slims down, and finds its name fits better than ever
Linux Lite 8.0 is now available, rebuilt atop Ubuntu 26.04 and with its custom helper apps rewritten around GTK4. It arrives almost exactly two years after we looked at Linux Lite 7, itself two years after Linux Lite 6.0. The regularity of the release cycle is a sign of its maturity: the project is now 14 years old.
Reproducibility is the New Copyleft: Defining AGI-oriented Reproducible Builds
arXiv:2606.03019v1 Announce Type: new Abstract: Copyleft, as implemented in licenses such as the GNU General Public License, was a legal hack that used copyright to guarantee user freedom by tying the availability of source code to every act of distribution. Its normative force rested on an implicit technical premise: that source code and object code stand in a well-defined, humanly auditable, and reproducible relationship. Large language models and, prospectively, Artificial General...