Daily Shaarli

All links of one day in a single page.

November 19, 2025

Cloudflare outage on November 18, 2025
thumbnail

Wondering what happened at Cloudflare? Here is their postmortem, this is an interesting read.
Now for Rust developers... this is a good illustration of why you should stay clear from unwrap() in production code.

Needy Programs
thumbnail

Kind of ignore the security impact of the needed upgrades, but apart from this I largely agree. Most applications try to push more features in your face nowadays, unneeded notifications and all... this is frankly exhausting the users.

Floodfill algorithm in Python
thumbnail

This is a nice little algorithm and it shows how to approach it in Python while keeping it efficient in term of operations.