386 private links
Le coefficient d'un kWh de chauffage en électrique va passer de 2.3 à 1.9, favorisant ainsi ce mode de chauffage.
Comment une personne est arrivée à un bordel dans sa vie à cause de mélanges des lois transgenres.
Put an id inside the <details> body
Après 10 ans, les points perdus sont récupéré
L'entreprise mandate par les États-Unis poir gérer ses fonds de crypto-monnaies est quand même inquiétante.
Le CTO ou CEO veut que le code généré pour la plateforme passe de 40 à 50% d'ici octobre
Les developpeurs de GitHub étaient contre l'intégration de l'IA de cette manière.
Optimizing some endpoints in Rust inside a go app.
The results shows nearly 2x performance.
Raw match() is fine
À propos des cartouches d'encres vides à 29% d'encre. En fait, la mémoire eprom de ces cartouches peuvent être écrasé afin de réinitialiser le compteur du nombre de page imprimable...
Cat Mansion Eau, but in french please :)
interpolate-size is a way to animate height: auto or width. It is only supported in Chrome for now.
A quick example:
@supports (interpolate-size: allow-keywords) {
:root {
interpolate-size: allow-keywords;
}
details {
transition: height 0.5s ease;
height: 2.5rem;
&[open] {
height: auto;
overflow: clip;
}
}
}
A more generic one:
:root {
interpolate-size: allow-keywords;
}
details {
--calculated-details-padding: var(--details-padding, 1em);
transition: height var(--details-transition-speed, 150ms) linear;
height: calc(1lh + (var(--calculated-details-padding) * 2));
padding: var(--calculated-details-padding);
background: var(--details-bg, white);
color: var(--details-color, currentColor);
}
details[open] {
height: auto;
overflow: clip;
}Faire un tour 6.7k toute les heures.
Cette course contre soi-même porte un nom: https://fr.wikipedia.org/wiki/Backyard_ultra
Une innovation afin de se protéger
Take a moment and think; what does everybody needs here?
What are the things this team struggle with?
How can I write up a doc, show what is wrong and propose a solution?