Daily Shaarli

All links of one day in a single page.

October 11, 2022

Un développeur salarié sous-traitait son travail en Chine - Le Monde Informatique

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

kd2org/webdav-manager.js: Lightweight JS WebDAV client

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 :)

Tree views in CSS

A CSS-only tree view

Demindiro/agreper: Minimal, no-JS web forum software

A small project but cool :D

Spectre

Spectre me fait penser à une autre extension de navigateur...

Ah oui: https://crypto.stanford.edu/PwdHash/ et lesspass

When You SHOULDN'T Use Computed in Vue - YouTube

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.

See https://vueuse.org/shared/computedeager/