317 private links
CSS builds results in faster loading times.
Buildless CSS has also advantages.
But the @import nesting must be avoided.
The author focus is on https://kelpui.com/docs/tools/install/
Get what you want of the CSS library and it spits out the import
While copying the code, the right abstraction reveals itself.
If you start too early, you might end up with a bad abstraction that doesn’t fit the problem. You know it’s wrong because it feels clunky. Some typical symptoms include:
Removing a wrong abstraction is hard work.
Clean up afterwards :)
font-size-adjust: ex-height 0.5 instructs the browser to scale the font such that the letter "x" is exactly half of the box.
A use-case for font-size-adjust I find much more compelling is that you probably are going to use several fonts on a web-page. And you also might change fonts in the future. And they will have different intrinsic size because that’s how the things are. Part of the mess is avoidable by pinning the meaning of font size.
0.53 is the invariant ratio for Helvetica.
Quelques réflexions sur la gestion d'un testament numérique
Links in RSS works. So we can use RSS for more than "following new content".
Make screenshot with a JS library.
It may be a way to bring back visual testing in UIs (or use it with Cypress or Playwright)
Il y a l'impression que l'État taxe trop, doit redonner pour ques les grands groupes arrive à concurrencer les firmes transnationales.
La directrice générale adjointe du Trésor, Claire Cheremetinski. « Il n’y a pas de tableau qui recense toutes les aides de l’Etat aux entreprises, finit-elle par reconnaître. Il serait très bien d’avoir un tel tableau pour le suivi des aides, mais il n’existe pas. »
Finally, the organization has user data privacy concerns, as it now has to retain, manage, and protect a sizable database of email addresses linked to issuance records to notify the appropriate parties.
Securam ProLogic ne réglera pas cette porte dérobée.
DateTimeFormat, NumberFormat, ListFormat, RelativeTimeFormat (!), PluralRules, DisplayNames
The Great Barrier Reef has experienced the largest annual decline in coral cover in two of the three regions since AIMS began monitoring 39 years ago.
(via https://reporterre.net/La-Grande-Barriere-de-corail-n-a-jamais-autant-souffert-du-blanchissement)
I totally agree.
- When there is more than one text directionality
- When the respective expression would be shorter than the non-logical equivalent.
The second point is healthy for every project.
Bouygues a bien publié une page https://site.infos.bouyguestelecom.fr/pages/2644, mais elle n'est pas référencée dans les moteurs de recherche.
L'information est aussi partagée sur https://techcrunch.com/2025/08/07/data-breach-at-french-telecom-giant-bouygues-affects-millions-of-customers/
The language tag registry exists on https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
The document provides decisions to handle i18n naming conventions.
Instead of BlurHash that needs aditionnal JS for 83 bits string, some CSS snippets can do the work for Low Quality Image Placeholders (LQIP).
The big disadvantage of pure CSS approaches is that you typically litter your markup with lengthy inline styles or obnoxious data URLs.
A blurHash like method in CSS can also be used and that's what the author is describing.
A more simpler solution is to use one color as placeholder.