Daily Shaarli

All links of one day in a single page.

June 22, 2026

Yale researchers propose ‘copyleft’ rules for generative AI
thumbnail

This is an interesting proposal, let's hope it gets picked up and appear in more licenses.

Improvements to std::format in C++26

Those improvements are welcome. I wish we'd see more std::format uses.

Configuration is a liability, just like code

Indeed, we try to limit the amount of code we need to maintain. But configuration can bring its own complexity and maintenance burden as well.

What can wonky APIs tell us about the web?
thumbnail

Designing APIs for the Web platform is hard and error-prone. This is why it carries baggage, here is a good example.