Daily Shaarli

All links of one day in a single page.

November 13, 2025

Linux process priorities demystified
thumbnail

Does a nice job explaining how the scheduling can be investigated from outside the kernel. It is a good introduction on the topic.

Hardening the C++ Standard Library at massive scale

Interesting work from Apple and Google to have better hardening in libc++. It's nice to see it ripples through the upcoming C++26 standard as well.

Announcing Magika 1.0: now faster, smarter, and rebuilt in Rust
thumbnail

Looks more and more like an interesting solution for file type detection.

Meta's Chief AI Scientist Yann LeCun To Depart And Launch AI Start-Up Focused On 'World Models'

I was actually wondering when this would happen. Was just a matter of time, would have expected this move a couple of months ago.

channels-console: Real-time monitoring, metrics and logs for Rust channels
thumbnail

Early days but this looks like interesting tooling to inspect and debug programs using Rust channels.