Daily Shaarli

All links of one day in a single page.

September 3, 2025

Adding #[derive(From)] to Rust

This is indeed a welcome improvement in my opinion. It's nice to get a glimpse of the process of adding such features in Rust.

Passwords are okay, impulsive Internet isn't

This is quite a rant. Now I admit I'm not in love with passkeys and this piece shows quite well a lot of arguments against them.

Implementing a foil sticker effect
thumbnail

Nice effect, well explained with a shader implementation.

Making XML human-readable without XSLT
thumbnail

This is indeed a nice trick. There are ways without XSLT, it might even be less painful.