« Making The World A Better Place »
SSH quick cheat sheet
Show SSH fingerprint and visual
ssh-keygen -lv -f .ssh/pub_key.pub
Méthode BISOU
Les questions a se poser avant d’acheter quelque chose.
- Besoin : est-ce que l’achat répond à un besoin réel ?
- Immédiatement : est-ce que je peux attendre avant de placer l’achat
- Semblable : est-ce que je n’ai pas déjà quelque chose de similaire chez moi ?
- Origine : où et qui a fabriqué ce que je souhaite acheter ?
- Utilité : où se situe cet achat sur la pyramide des besoins de Maslow ?
Source
- https://lesecolohumanistes.fr/la-methode-bisou/
- et bien d’autres…
Pourquoi je garde mon iPhone 12 mini
Après avoir lu un article de The Verge et regardé une vidéo sur le sujet, j’ai eu envie de vous expliquer à mon tour pourquoi j’utilise encore un iPhone 12 mini au quotidien.
Pourquoi un iPhone mini ?
- Il tient dans la main, et il est possible d’atteindre tout l’écran d’une seule main.
- À l’époque où je l’ai acheté, il ne coûtait plus très cher.
- J’avais quand même hésité entre le 12 mini et le 13 mini, mais j’ai finalement choisi le 12.
- Ce sont les dernières générations à proposer des couleurs « fun » : j’ai pris le blanc.
- Mon père avait lui aussi pris un 12 mini (bleu).
- La recharge sans fil.
- Un écran OLED.
- La 5G et un Wi-Fi décent.
- MagSafe.
Ce qui pourrait me faire changer d’avis
- Le stockage de base de 64 Go sur le premier modèle que j’avais.
- Le manque de fonctionnalités d’IA locales, même si les applications comme Gemini et ChatGPT fonctionnent très bien.
- L’absence d’écran toujours allumé.
- Une batterie neuve.
Scène post-générique
Je dois vous avouer que je triche quand même un peu :
…How to fix my Apple external hard drive
After a couple of hard restarts, my external USB hard drive finally showed up as “unprepared” on my Mac mini. That was when I started to sweat.
I knew the hard drive was old and certainly flaky. However, it was not making any strange sounds, so I assumed the problem was not hardware-related. It was more likely an issue with bad sectors being written. This meant several things:
- first, all the data was not lost yet
- second, a lot of it could be retrieved with the right tools
- third, I must not “prepare” the disk, as that would wipe all its contents.
I think the hardest part about losing data is not what you actually lose, especially because anything important should already be backed up. It is what you do not know you have lost: the infamous unknown unknown.
…Bash redirects cheat sheet
Without further introduction.
> # écrire dans un fichier attention créé ou écrase un fichier déjà existant
>> # ajouter à la fin d’un fichier
2> # rediriger les erreurs (ou 2>>), la sortie standard reste l'écran ou le terminal
2>&1 # rediriger les erreurs dans stdout (on peut aussi utiliser &>)
>/dev/null # pour tout envoyer dans /dev/null
- Standard IN: stdin
- Standard OUT: stout
- Standard ERROR: stderr
GROW
Management. Leadership. Coaching.
Framework
- Goal to achieve
- Reality to ground ourselves
- Options to stimulate creativity and choices
- Wrap-up / will or way forward to ensure commitment to action and ownership
Oxytocin Generators for Building Trust
Oxytocin, the “trust hormone,” can be stimulated to improve team relationships. Based on research by Paul Zak, here are key strategies:
- Recognize Excellence: Celebrate individual and team successes to boost feelings of value.
- Induce ‘Challenge Stress’: Present stimulating challenges (not overwhelming ones) to foster growth.
- Give People Discretion: Allow individuals to choose how they accomplish tasks to increase engagement.
- Enable Job Crafting: Encourage employees to adapt their roles to their strengths and interests.
- Share Information Broadly: Promote transparency to reduce uncertainty and build trust.
- Intentionally Build Relationships: Organize positive social interactions (e.g., virtual coffee chats, team-building activities).
- Facilitate Whole-Person Growth: Support personal development beyond work (e.g., training, wellness programs).
- Show Vulnerability: Share your own challenges to humanize interactions.