Daily Shaarli
August 18, 2022
Le droit aux congés payés est ouvert au salarié, quels que soient son emploi, sa qualification, la nature de sa rémunération et son horaire de travail. Le salarié à temps partiel dispose des mêmes droits que le salarié à temps complet.
Le salarié à temps plein a droit à un congé de 2,5 jours ouvrables par mois de travail effectif chez le même employeur, soit 30 jours ouvrables (cinq semaines) pour une année complète de travail.
TL;DR;
apply every hover effect on devices that can not support the hover effect (smartphones, ...).
Use the @media (hover: hover)
media query to target devices that have the :hover
effect available, or @media (hover: none)
.
- Don’t Disable Copy-Paste For Passwords
- Don’t Rely on Passwords Alone
- Drop Strict Password Requirements
- Social Sign-In Isn’t For Everyone
- Replace Security Questions With 2FA
- Users Need Options For Access Recovers
5% de carburant économisé en moins pour juste 15% de temps en plus
C'est beaucoup!
7 L/100km est beaucoup. 4L/100km devrait être la norme
la climatisation pompe également de la puissance. Prendre une voiture blanche au lieu d'une noire fait gagner 10-15 degrés. Suffit de poser la main sur le capot de voiture de différentes couleurs pour s'en rendre compte. Les voitures noires consommeront bien plus en clim.
The files can be put in a directory (automatically created) with the -e
option. So we don't need specific commands (tar, zip, 7z, ...) anymore?
J'ai passé plusieurs décennies à écrire du C et du C++, voire même un peu d'ASM. Et franchement, je suis admiratif des quelques codeurs "safe".
C'est comme jongler avec des tronçonneuses: ce n'est pas parce-que certain y arrivent qu'il faut en faire une recommandation.
Magasin de pancartes inutiles x)
Microsoft long ago figured out that the secret to succeeding in Enterprise software is making CIOs & CTOs happy, not end users.
Based on a Microsoft Teams vs Slack daily users comparison
Le message que je transmets aux nouveaux c’est « Pose toutes les questions maintenant, même celles qui te paraissent honteuses, parce que plus tu tardes plus tu auras honte de ne toujours pas savoir. L’intégration dans l’équipe t’offre l’opportunité de le faire. »
A more subtle unspoken rule dictates approximately how long you are expected to struggle with something by yourself before asking someone else to help you.
AppImage is similar to dmg files for MacOS. If you have the file, you can run the app.
A Snap image contains all dependencies. A snap app will run in isolated mode. The rights of the contained application depend on the level defined in the snap: classic, strict, or dev mode. There is therefore a real security benefit since a given piece of software will only have very controlled interactions with the rest of the system. A snap app is often two or 3 times larger though.
Flatpak is similar to Snap. Differences occur for the developers, who have nearly nothing at the beginning, and the user must approve every data request (personal data, network, process). Security has been criticized though. Executables take also a noticeable amount of storage.
Mentoring for the win. But how frequent?The author thinks about once a week
A state of the art library for vue components
Using AI to generate point'n'click games, then improve the quality and done :)
Bien vrai, le scepticisme c’est questionner les assertions, c’est ne pas tout croire sur parole et aller examiner les études et les données et aller la critiquer (au sens de « esprit critique »).
1.As a software engineer, you are not there to take requirements blindly. You are there to partner with your business and product partners. That means you have to earn an equal seat at the table on product decisions.
- Being smart or good at what you do does not give you the right to be a jerk. Empathy as an engineer is a superpower. Caring about those you work with will do more for your career than writing beautiful defect-free code.
- As someone in the code, every day, you will see things that others will never see. You will know what's possible; they'll guess what's possible. Some of the best product features are born because engineers found clever ways to solve something. Look out for those things.
- You are there to add value first. All the code you wrote will end up in the recycling bin of some computer if it does not add value directly or indirectly to the business. It doesn't matter how pretty your code is or how much you love it if it doesn't add value.
- Your code should follow this pattern: Make it work → Make it fast → Make it beautiful [make it right is included in the make it work IMHO]. Reminder: You won't have a chance to make it fast or beautiful if it doesn't add value.
- Build relationships with engineers in other teams and other companies. Learn about the problems they are solving. Learn different architecture and designs than the ones your team uses. You never know when their solutions will save you days of work.
- You don't need permission to add value. If you see something and know you can fix or improve it, do it. Nobody will ever say to you, "why did you add all that value? WTF is wrong with you!?" Every time I've done that unexpectedly, I've earned outsized rewards.
- 10x engineers do exist and so do .1x engineers too. If you think they don’t exist, that’s just because you haven’t worked with any of them yet.
- Just because you think someone shouldn’t be hired, that does not mean they aren’t a good engineer. It also does not mean they don’t have a strong work ethic. A strong work ethic is the most important thing, and it's nearly impossible to tease out in an interview.
- Advocate for junior engineers. Without junior engineers on the team, no one will grow. Help others grow; you'll grow too.
- Have empathy for the people you interview. You could be in that situation. The set of things to know is large, even if you only ask basics. Plus, on a whiteboard, the other person is being judged. They have a lot to lose, maybe hundreds of thousands in income.
- Even though you work with computers, your career and future depend on people. Until AI runs things, people still run the world, and relationships matter a lot. Build relationships with people outside of engineering, listen to their problems. It will change your trajectory.