234 private links
Cet outil est issu d’un constat et d’un manque. Il existe plusieurs sites Internet qui sont des silos de consultation de dictionnaires, mais aucun n’est vraiment complet dans la couverture des dictionnaires ou bien n’est spécialisé. D’un autre côté, le projet Wikisource — où nous sommes contributeurs — dispose d’un grand nombre de dictionnaires informatisés, relus et sectionnés dont la consultation n’est possible qu’ouvrage par ouvrage. Et n’est pas aisée, surtout pour les ouvrages de plus grande taille.
A framework similar to Express (JS) in API design
Only transfer the useful part of a font. It subsets static Unicode-ranges, so only a part of the font will be downloaded.
A feature: provide default formatting without relying on third party tools or extension.
WCAG 3.0 rebrands to W3C Accessibility guidelines: it will cover applications, tools, connected devices and emerging interfaces like voice interaction and extended reality. It moves from a model of compliance toward a model of effectiveness.
It does not more comply or not comply anymore, but provide a scale to measure each outcome. The conformance will be summarized to Bronze (similar to AA), Silver (broader coverage, higher scores and usability validation from people with disabilities) and Gold. Teams can claim conformance for specific scopes (checkout flow, mobile app or a specific feature).
Tab and enter is the minimum.
There is more than 500 shortcuts.
Shortlist:
- focus indicators
- logical tab order
- skip navigation links
- keyboard-accessible interactive elements
- test them
AMP email will silently be less used.
Email encryption, even if gmail is anouncing so, is not a win yet.
Email as the Interface can be a great way indeed. See https://shaarli.lyokolux.space/shaare/RT9psQ
Notion integrated emails in 2024. See https://www.notion.com/product/mail. All services want to integrate emails. Other tools are doing so.
- Please make each program do one thing well
- It's only an add-on
- it more complexity than first though: dates of brith, email address patterns, time zones, diferent names of humans...
- A waste of developer time
Advantages of email-first application:
- widespread corporate adoption
- asynchronous
- push system
- one less application: lots of business folks spend most of their days in email clients already.
- less features: email forces you to be very deliberate about design user interactions and simplifying processes
- easier to delight: getting a weekly email is more fun than logging into the service
- less competition
- scaling is crazy cheap
- interesting technical challenges
There are cycle in web development. For example, Server Rendering -> SPA -> MPA -> Server Rendering
Nothing new for me, but the explanations are great. I came down to follow the same path to learn!
Vibe coding does not mean “using AI tools to help write code”. It means “generating code with AI without caring about the code that is produced”.
Un récent arrêt de la Cour de cassation estime que l’identification d’un salarié à partir de son adresse IP, interne au réseau de l’entreprise et enregistrée au sein de fichiers de journalisation, n’est licite que si ce dernier a donné son consentement explicite pour ce recueil. »
This is great news! We need more sources of energy.
Caution though because it's 2 MW of thermal power.
As mentionned by https://lehollandaisvolant.net/?id=20250502124701,
Thorium is much more abundant than uranium, and its reactor technology makes it inherently stable. [...] The default state of a thorium reactor is not runaway, but shutdown. It has to be kept running to produce useful energy.
12.5% de la population serait asexuelle en France.
When JS tools are written in other programming languages, it increases the barrier to contribute in these tools. The contributors need to know a second language.
A rewrite in another language is already a rewrite, which means things will be better built.
Node performance is often slow, but it works without cache... Let's try export NODE_COMPILE_CACHE=1 first.
Moreover JS is easily debuggable.
Change is difficult but people can change. It is right to ask them to do so because things change when people change. [...] Change is life. Be open, and don’t be afraid to ask others to be open, too.
Let people time to change. Avoid to punish the behavior you want to see, encourage this behavior instead..