387 private links
Wikipédia a 20 ans ! Le documentaire est aussi disponible en allemand 😄
So much cool informations about kernel interfaces and docker:
- Docker is basically built on top of kernel namespaces,
- On Unix systems, every processes information is stored inside
/proc - Control the resources used through /sys/fs/cgroup interface (cgroup → control group)
- Inside each dir of cgroup, there is a docker directory ! These directories contain informations for each container.
Wow it is great to know the basics of the container under the hood !
Without comment, the code explains itself.
About functions in python and how they can be used, called, callback, *args, **kwargs and more.
Pep talk to use microservices 🤣
Wow ! Une superbe interview sur VLC et le logiciel libre :)
WD-40 ist das Leben 🤣
A great video on Vue 3; providing reflexions about web frameworks
The fox say HEHEHEHEHE !
Mystery solved
Vue3 will be better on every points
- structure of the component will be better
- the use of TypeScript will improve code support for IDE and the support itself for the development in Vue with TS.
- DOM will be definitely faster
- Only compile and deliver features that will be used
Relevant thoughts along the video about the specificity of web frameworks :)
Vue3 seems promising !
the length of the key encryption is not so important as I thought. Well explained.
I can finally ditch Go and use a real language: Rust
😁