Daily Shaarli

All links of one day in a single page.

June 12, 2026

File Pilot - Next-gen file explorer

Well, a way to get a usable file explorer in windows. It's crazy Microsoft doesn't improve the file explorer and let some projects take over their own software.

Simple and Quick Design Tricks for Developers to Improve Your Websites | Matthew Hoelter
  • choose fonts wisely
  • optimize the font display:
    body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
  • golden ratio for line-height
  • keep the amount of characters per line to 90
  • prefer SVG and WEBP formats
15 Best Dark GTK Themes for Your Linux Desktop
Les prix de l'électricité, du gaz et de l'eau vont prochainement augmenter: quel impact sur votre budget?

Mis à part que la nouvelle prend les consommateurs pour des idiots
"Le mieux, c'est donc d'être particulièrement vigilant sur votre consommation d'eau dans les mois à venir." ou "Mauvaise nouvelle pour votre porte-feuille." avec des phrases et des tournures génériques et fades;

tous les prix vont légèrement augmenter cet été, après une augmentation du gaz au premier semestre.

Super Toast Story

Ok :D

Website Style Guide Resources

590 Website Style Guide Resources

The Unexpected Importance of the Trailing Slash – Tookmund – A place for my random thoughts about software

The trailing slash can have different behaviors on POSIX-style CLIs, Docker, rsync. So it means something.

Write HTML Right
Gregable: Why you should learn just a little Awk - An Awk Tutorial by Example
What the WhatsApp Lawsuit Reveals About Government Communications Risk

Encryption is only a first step: there are others in order to control the devices we use daily. "Sovereign control" means answering yes to each of the following:

  • Do you own the encryption keys — not the platform provider?
  • Are backups protected end-to-end, by default, without manual configuration?
  • Is metadata shielded from external observation, including communication patterns, timing, and participant identity?
  • Do you control who can access message content, with no external request system that can override that?
  • Do you govern which devices, users, and integrations can access sensitive channels?
  • Can the platform be deployed on infrastructure you control, in jurisdictions that meet your data residency requirements?
Style Guide Guide | Style Guide Guide

A template to start creating a design system

Create atomic design systems with Pattern Lab - Pattern Lab

A design system documentation tool

What they don’t tell you when you translate your app – Eric Bailey

I lost my notes. The post explains a lot that is not considered while "only a translation". From the other specific translations: dates, expressions, name format, etc...

to the undergoing system to be maintained: a N+1 feature (each changes needs to be internationalized and localized accordingly), testing, user tests needs to be in other languages too.

Wiki - ReuseLessSoftware

Vendor the dependencies in the project directly. It will avoid to install the dependencies every time.

So just by not updating dependencies automatically, you turn every single package in an ecosystem into a fire-break for supply chain attacks.

Homebrew: 6.0.0
The TRPL Project | Total Reciprocity Public License

A high-reciprocity copyleft license designed to close the SaaS, API, and Code Generation loopholes. If they use your code, they must share theirs.

If You are Asking for Human Attention, Demonstrate Human Effort | Tom Bedor's Blog

100%