291 private links
box-shadow with inset 😍
a sparse file is a type of computer file that attempts to use file system space more efficiently when the file itself is partially empty. This is achieved by writing brief information (metadata) representing the empty blocks to disk instead of the actual "empty" space which makes up the block, using less disk space. The full block size is written to disk as the actual size only when the block contains "real" (non-empty) data.
So many of them 😱
it simply takes a
:valueproperty and emits an@inputevent with the updated date
And here you go with v-model !
En court : certains logiciels sont compliqués parce que les personnes qui ont investis du temps pour l'utiliser éprouve du plaisir en le maîtrisant maintenant. Ils ne veulent donc pas qu'il sois simplifié.
(+ éventuellement la perte de valeur liée à la maîtrise de ce logiciel, si son utilisation est simplifiée → un coût irrécupérable)
L'UI de ce service mail à l'air excellent
These are at least file-like? I don’t understand why they have to be “special features”, though, if you already have an app whose primary task is to sync files. It already does that. Why are some files more special than others?
The answer is simple: the only way Dropbox can survive is by building and selling more features. You’ll never have peace of mind with them.
The EICAR test file is a computer file that was developed to test the response of computer antivirus (AV) programs. 😏
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Similarly for email spam detection (GTUB - Generic Test for Unsolicited Bulk Email) :
XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X
Wikipédia ❤️
Yay ! A great way to get the fundamentals of a compiler !
Des noms de poules on vous dit !
CORS est devenu incontournable pour le développement web (front et back) ! Cette documentation explique sont fonctionnement.
Comme d'habitude, la documentation de MDN est de qualité.
Wow ! C'est propre tout ça.
J'aime beaucoup les trois premières, peut-être parce qu'elle concerne surtout soi-même et c'est ce qui me concerne le plus actuellement. Les ADRs me semblent aussi très utiles sur le long terme !
- Le Brain Dump 🧠
- La méthode Mikado 🥢
- L'over-comitting ➿
- Les Architecture Decisions Records (ADR) 📝
- Le Approval Testing ✅
- Générer un output capturable dudit code dans un test
- Utiliser la couverture de tests pour trouver toutes les combinaisons
- Introduire des mutations pour vérifier la qualité des tests
- L'analyse de Hotspots
- Les katas