Daily Shaarli
October 11, 2022
Sous traiter son travail de dev, y dépenser 1/5 de son salaire et
Au cours des dernières années il avait reçu d'excellentes remarques. Son code était propre, bien écrit, et soumis en temps opportun. Trimestre après trimestre, son examen de performance l'avait élu meilleur développeur de l'entreprise.
LOL
I learned about what WebDAV is on the way: https://en.wikipedia.org/wiki/WebDAV
Only 8KB gzipped! And fast installed with only one file :)
A CSS-only tree view
A small project but cool :D
Spectre me fait penser à une autre extension de navigateur...
Ah oui: https://crypto.stanford.edu/PwdHash/ et lesspass
computedEager utility has optimizations over computed in some cases.
when you have a simple operation, with a rarely changing return value – often a boolean.
Stick to computed
when you have a complex calculation going on, which can actually profit from caching and lazy evaluation and should only be (re-)calculated if really necessary.