Daily Shaarli

All links of one day in a single page.

September 6, 2024

OAuth from First Principles

Nice post explaining the basics of OAuth. If you wonder why the flow seems so convoluted, this article is for you.

Rust for Linux revisited

Politics in the Linux kernel can indeed be tough. The alternative path proposed to the Rust-for-Linux team is indeed an interesting one, it could bear interesting results quickly.

Is Linux collapsing under its own weight? On Rust for Linux

Interesting analysis. For sure the Rust for Linux drama tells something about the Linux kernel community and its complicated social norms.

LazyFS: A FUSE Filesystem which can be used to simulate data loss on unsynced writes
thumbnail

That sounds like a very interesting tool to simulate and test potential data loss scenarios. This is generally a bit difficult to do, should make it easier.