302 private links
Sous le coude à explorer un des ses 4
Après les questions soulevées par LeHollandaisVolant, je me demande : qu'en est-il de l'économie; mais à ce niveau, on s'en fout un peu, non ?
Group together to watch a or more video on Netflix
On verra oui !
(shared via https://sebsauvage.net/links/?x914lQ)
Another privacy issue
Monkey fix to detect component with vue devtools and storybook :
- copy the iFrame src value from the source code
- put this address into another browser tab (when story is named
inside a Badge group: http://localhost:6006/[INSERT THE SRC OF THE IFRAME HERE])
I tried this feature on macOS for work and ... it's so good. Here is the way to get it works with GNU/Linux and Gnome environment
Enfin un récapitulatif !
il s'agit de la source d'information la plus sérieuse que j'ai trouvé sur le sujet. Au-delà du titre que je trouve aguicheur, les explications données sont claires et précises; ce dont on a besoin.
Oui 2,3% de mortalité; mais ce pourcentage s'applique aux 5% (en moyenne) qui développent une infection critique. Les risques de développer une infection critique augmente avec l'âge : 1% pour les -10 ans; 8% pour les 70-79 ans; 15% pour les +80 ans.
J'aurais envie d'expliquer plus en détail, mais l'article couvre tous le sujet et indique les informations qu'il faut prendre avec des pincettes; alors prenez le temps de lire et de vous forger votre propre avis.
Soyons bien informé !
(shared by http://orangina-rouge.org/shaarli/?d9D0Rw)
Ah merde ! Je suis aussi un vieux con qui râle dans ma tête :')
Cool ! Most of the major tech companies are contributing to Openstreetmap :)
Not only adding some blank line but clean the terminal for real : printf "\033c"or tput reset:
<input type="text" name="token" id="token" inputmode="numeric" pattern="[0-9]*" autocomplete="one-time-code" />
(shared by http://warriordudimanche.net/article1244/5e673e02c0058)
Dummy objects are passed around but never actually used. Usually they are just used to fill parameter lists.
Fake objects actually have working implementations, but usually take some shortcut which makes them not suitable for production (an in memory database is a good example).
Stubs provide canned answers to calls made during the test, usually not responding at all to anything outside what's programmed in for the test.
Spies are stubs that also record some information based on how they were called. One form of this might be an email service that records how many messages it was sent.
Mocks are what we are talking about here: objects pre-programmed with expectations which form a specification of the calls they are expected to receive.