350 private links
Awww this is a revolution in the Vue state management pattern 😍
type Subset<Parent, Sub extends Parent> = Sub;
type IconName = 'cars' | 'mars' | 'truck' | 'warning'
type VehicleIconName = Subset<IconName, 'cars' | 'truck' | 'invalidName'>it simply takes a
:valueproperty and emits an@inputevent with the updated date
And here you go with v-model !
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 !
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é.
Oh yeah !
About GCs
Similar to the dichotomy between static and dynamic typing, I think that Rust is proving out a new niche in the concept of garbage collection. That is, historically, we think of GC as something dynamic, that is, it involves a run-time component that does stuff at runtime. However, the idea of automatic memory management doesn’t inherently mean that it has to execute at runtime.
Une excellente liste à garder sous le coude
32 bytes for the game of life !!! WOW
(via https://sebsauvage.net/links/?Fo3tDw)
❤️
Un programme qui s'exécute de façon concurrente, c'est un programme qui, à un instant T, est en train de réaliser plusieurs tâches en même temps, comme notre employé de fast-food qui est capable de monter plusieurs commandes à la fois.
Un programme qui s'exécute de façon parallèle, c'est UNE tâche qui a été découpée en plusieurs morceaux pour être réalisée par PLUSIEURS acteurs en même temps, la plupart du temps pour qu'elle se termine plus vite.