321 private links
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.
This guy shows a lot of little tricks in vim ^^
Related :
Wow details in PHP 7 which are mostly unknown.
Why object are better for memory usage than array (packed; i.e. containing only values) and arrays (key/value pairs)
Oui !
Un résumé sur la programmation d'un exécuteur Rust de code JS.
Et le gars, il écrit du code JS analysé et parsé en Rust. Pour ensuite produire du code WebAssembly et ếtre exécuté en tant que code JS importé grâce à WebAssembly. <3