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
😁
Sounds like Death Note :D
Quicknotes :
Five 9s : 99.999% uptime [where are they now ?, AN]
Avoid loss of capabilities
Robustness is declining
Productivity is declining [not sure about that..., AN]
The argument that software is advancing is obviously false
Techonology, by itself, will degrade
We must simplify by itself, at every level:
- the hardware
- the OS
- the libraries
- the application code
- the communication systems (e.g. internet)
- how we compile
- how we debug
- how we distribute
- how people interface with software
Surviving as a developper : removing complexity is the right short-term play, even if it doesn't seem so.