Daily Shaarli
August 12, 2020
De l'utilité du pseudonyme, avec de nombreux exemples
So, if you want to contribute to open-source — as a whole — here are my tips:
- Find problems which you are intrinsically motivated to work on.
- Focus on developing skills to get up to speed on new codebases fast.
- Don’t be afraid to work on any project — new languages, tools, libraries; learn enough of them and it’ll only get easier to learn more.
- When you file bug reports with a FOSS project, get into the habit of following up with a patch which addresses the problem.
- Get used to introducing yourself to maintainers and talking through the code; it always pays to ask.
Damn. I must keep some time to learn Rust, definitively.
If your goal is to learn Rust, you will likely fail because the return on investment is too low.
Ok go for learning by examples with espanso !
MeiliSearch seems to be a promising tool !
07 80 99 37 34
Hahaha excellent !
Recommendation: In performance-sensitive code, you should avoid creating or copying thousands or millions of non-trivial objects.
In javascript, it is sometimes hard to avoid that 😞