Daily Shaarli

All links of one day in a single page.

September 4, 2025

Git exclude, a handy feature you might not know about

A nice git trick, there are options between the global .gitignore file and the local ones in the repository.

Your Phone Already Has Social Credit
thumbnail

Interesting point of view. We point to China's system, but it's of course already in Western countries too... we just like to lie about it.

Sharing a mutable reference with Python

This is not an easy case, even with the support of PyO3. This short article gives a nice blueprint to share a reference between Rust and Python.

Wild Performance Tricks

Nice bag of tricks for better Rust performance at low level. The compiler is indeed helping quite a bit here.

Video Game Blurs (and how the best one works)

Very interesting exploration of the various types of blurs used in games and GUIs. Starting simple then building up all the way to the Dual Kawase Blur... and a bit beyond.