300 private links
Voilà. Comme le soutien SebSauvage, ce n'est plus la fête du côté des GAFAMs.
TL;DR; instead of
- padding-left: use padding-inline-start
- padding-right: use padding-inline-end
- padding-top and -bottom: use padding-block
- width: use inline-size
- height: block-size
- overflow-x or -y: use overflow-inline or overflow-block
- position: top: use inset-block-start
Here is the pattern:
inlinefor the reading axis. For us, it is left to right.blockfor the other (thickness) axis. For us, it is top to bottom.
« En deux siècles, la productivité du travail a été multipliée par trente et le temps de travail divisé par deux. Sans cette diminution, nous aurions deux fois plus de chômeurs aujourd’hui », assure Jean-Marie Harribey.
When shown the huge list of operating systems curl runs on, people often ask me which is the strangest, or hardest, operating system to keep curl support for. The answer is always, and will probably always remain: Windows.
No other operating system has so many custom, special, weird and quirky ways that require special-case solutions in the code.
Réimplémenter le jeu Pigeon Pigeon avec une interface web, seul ou à plusieurs joueurs.
Je poses cela ici
I like these relative paths added in the text of the links. I wonder how accessible it is?
Generate memes cat
Send me a picture of your dog to get it tinyfied!
Using JS to generate a default avatar with one letter:
function genAvatar(name) {
try {
// Match General_Category=Letter
const match = name.match(/\p{L}/u);
return (match && match[0]) || null;
} catch {
return name[0] || null;
}
}- cookie jarring
- love bombing
- soft ghosting
Des concepts inventés pour... rien. Quel est l'utilité de ces cpncepts? D'où les bullshit concepts.
Free speech really should be free. To bypass the new censorship regime at twitter, use this URL shortener to link to Mastodon or other censored destinations. Considering recent policy decisions on twitter, please be aware that use of links generated from this site may constitute a violation of their policy.
An URL shortener
A game where you need to pick the design that is most correct. Test your attention to details!
A good starting point for Vue experienced programmers with Tailwind
Lien du projet: https://github.com/lettier/gifcurry
The strategy of all billionaires: giving their money to their own fundation.
Fait assez curieux, la bureaucratie assure sa domination non pas en exigeant des données fiables ou contrôlées, mais se satisfait de ce que chaque case soit remplie. L’expérience a montré que répondre n’importe quoi à ces inquisitions n’a aucune conséquence.
La loi de Goodhart devrait pourtant être connue de nos élites : lorsqu’une mesure devient un objectif, elle cesse d’être une bonne mesure. Un indicateur manipulable transformé en objectif a immédiatement des effets pervers.