293 private links
Extract the text from the images
Pourtant, on sait bien que, parfois, ce ne sont pas les réponses proposées (et divergentes) qui sont vraiment importantes, mais les questions. Ainsi, avoir des controverses sur « l'immigration » plutôt que, par exemple, sur « le chômage » n'est pas neutre.
Encore moins de succès pour des sujets pourtant cruciaux comme la domination de certains acteurs privés du logiciel sur des services publics essentiels. C'est ainsi que les différents accords étatiques avec Microsoft, pour l'éducation, la santé ou pour les armées n'ont suscité que l'intérêt d'une poignée de militants libristes alors que ces accords structurent le fonctionnement de l'État. Mais ces controverses sont moins spectaculaires et permettent moins de postures « humanistes ».
Un rappel que j'aime bien : la Sécurité sociale a été instaurée en France dans un pays ruiné par la guerre. Et aujourd'hui, alors que la guerre est loin et qu'on a fait d'innombrables progrès techniques depuis, elle ne serait plus réaliste ?
vipe allows you to run your editor in the middle of a unix pipeline and edit the data that is being piped between programs.
It uses the variable EDITOR for it.
Tracer un rayon de 1km autour de la maison, par géolocalisation ou manuellement
Les cours du collège de france sont disponibles en libre accès sur leur site
About the history of Text editors and IDE, then the rise of VSCode. Why VSCode is the main IDE and will be for a long time.
The most important thing I look for when choosing which tools to use is longevity. Learning software is an investment, and if you have to switch to another application later, you lose some of that investment.
fn tokenize<'a>(code: &'a str) -> impl Iterator<Item=&'a str> {
...
}Internet est pour les humains, le commun ❤️
In case of conflict, consider users over authors over implementors over specifiers over theoretical purity.
avec un article de Mark Nottingham: RFC8890: The Internet is for End Users
Because Firebase (Firebase Real-Time Database) and Firestore (Firebase Cloud Firestore) might be useful for some cases; but are garbage most of the time.
The real problem is that Mozilla didn't use that money to achieve financial independence and instead just spent it each year, doing the organisational equivalent of living hand-to-mouth.
Legit.
And the rest is legit too :
- dependancy to Google searches
- as private NGO, heads of Mozilla are paid in millions and its administration cost 30%, way to much compared to other NGO.
- why prividing a VPN as it is not the best way to provide privacy, the browser still be identified by a fingerprint; though some informations are blocked
- ineffective side projects, which divide resources; at least there are trials
Pour trouver des informations sur les entreprises, on peut retenir deux services:
TL,DR
Make fun with personal project. Even if the project already exists, make what you like. It can be of any size, smaller or bigger as wanted. Because you can. And it always be useful.
"The best code is written when you are supposed to do something else" - Melinda Varian
Open source is different, it’s an artifact, it’s a transposition in code of what you really want to do, of what you feel software should be, or just of all your fun and joy, or even anger you are feeling while coding. And you want it to rock, to be perfect, and you can’t sleep at night if there is a fucking heisenbug.
The real right you have, and often don’t exploit, is that you are the only one that can decide about the design of your software.
A guide to use and understand the context managers from the ground
J'ai la haine contre ce genre de comportement, et contre ces lois décadentes.
Cela reforce mon opinion qu'une religion (toute) puissante est néfaste pour la société.
Principles :
- Incremental improvement
- Reuse what exists (Don't reinvent the wheel principle)
- Five Whys
- Keep it simple stupid (KISS principle)
- Perfect is the enemy of good enough (or make it works, make it right, make it fast)
- Postpone complexity : "premature optimization is the root of all evil" - Donald E. Knuth