299 private links
Installer pv, puis passer de
zcat data-export.gz | mysql -u measuser -p -h db_host -P 3306 mydatabase
à
pv -pret --name ' Importing.. ' data-export.gz | zcat | mysql -u measuser -p -h db_host -P 3306 mydatabase
La question n’est pas de savoir si vous êtes manager, lead, expert ou mouton à cinq pattes, la question c’est quel impact vous avez.
Passé un certain cap: le collectif prime très largement sur l'individu. Il est juste plus facile de faire progresser de 1% une uipe de 30 personnes que soi-même de 30%.
Sauf à avoir une connaissance pointue qui se trouve difficilement ailleurs et qui est essentielle au développement de l’entreprise, la progression de carrière de l’expert technique passe aussi par l’encadrement des plus jeunes, la communication non-violente, la collaboration, la prise d’initiatives, la prise de responsabilités, et beaucoup de savoir-être qui permettent de faire rayonner cette expertise.
Tant de bon conseil que je notes afin de les suivre pour l'avenir de ma carrière professionnelle, et de même dans la vie de tous les jours.
Pick your main color and this tool generate the platette that is WCAG compliant.
It generates individual Sass variables or css variables.
Summary:
RGB is known to be limited.
HSL provides a much more explicit way to describe the color:
- a position on a color wheel: hue (0-360, described as turn or degrees)
- how much of this color: saturation
- lightness
Looks better !
HWB: Hue, hiteness and Blackness. It is useful for creating monochrome color palette.
LAB is recommended if you want a color to look the same on-screen as, say, printed on a t-shirt.
It uses three axes: lightness, a-axis (green to red) and b-axis (blue to yellow)
LCH is much more interesting for web development though. it stands for Lightness, Chroma and Hue.
- lightness: a pourcentage that can exceeds 100.
- hue : is working the same as in HSL
- Chroma : respresents the amount of color. It is similar to the saturation. In the browsers, there is often an upper bound.
More about it: https://lea.verou.me/2020/04/lch-colors-in-css-what-why-and-how/
A comparison between LCH and HSL : https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4253d9b2-46d7-4b10-9e1a-b5f3ac6cea1c/5-modern-css-color.png
Tip: Holding down SHIFT and clicking the color swatch in the inspector in Chrome and Firefox dev tools will toggle the color value between hex, RGB and HSL!
Thanks for this cool tip !
Check the Level 5 Color specification for more about incoming color possibilities.
I find Vite to be a good compromise between having the benefits of TS and the slow build step. Use es-build to transpile and does not do type checking since it passes that responsibility onto the IDE.
Totally agree with this comment !
It is still possible to run the type checker all in once if needed.
Yes: the ecosystem of a web framework is as important as the framework itself. At least for entreprises that needs fast benefits !
Et comprendre pourquoi un fichier de 17kB peut prendre en réalité 32 kB 😉
Selon une étude publiée récemment par la Commission européenne...
Le postulat:
Plus précisément, l'étude a démontré que le milliard d'euros environ que les entreprises de l'UE ont investi dans les logiciels libres en 2018 ont déjà généré entre 65 et 95 milliards d'euros de croissance économique
Nice !
L'étude prend cependant uniquement Github comme source de vérité :/
Un témoignage...
Dans le cadre du Blue Climate Initiative, des prix à l’innovation ont été remis à différentes entreprises ; comme ici la création d’un resort de luxe écologique, sur un atoll privatisé pour que les touristes se « reconnectent avec la nature »
Bien l'entre-soi et l'hypocrysie ?
« Il n’y aura pas d’exploitation minière dans les aires “en protection forte” », a rassuré Benoît Faraco
Donc les aires marines protégées peuvent être exploitée ? C'est quoi alors une aire "protégée en protection normale" ?
Benoît Faraco a annoncé à la presse que « le président de la République a lancé au niveau national, dans le cadre de France 2030, un grand programme qui vise à permettre l’exploration des grands fonds marins en débloquant plusieurs centaines de millions d’euros sur les dix prochaines années »
En quoi est-il grand ? Débloquer de l'argent pour cela, c'est aussi ne pas l'investir autre part...
Encore un contreexemple de discours des politiques francaises: il faut ceci, mais derriére, eux ils font cela.
Et puis bon. c'est financé par le budget de l'État.
Les prix s'envolent, et la société TotalEnergies, comme BP et Shell au Royaume-Uni, ont des profits stratosphériques par rapport à leur habitude, en dépis de cette situation de crise...
With jc and the option to convert the output to json
Interop 2022 is a benchmark, agreed on by representatives of three major browser implementations, and developed through a process of public nomination and review with input from supporters Apple, Bocoup, Google, Igalia, Microsoft, and Mozilla.
It focuses on 15 areas identified by developers as being particularly troublesome.
The goal of these multi-year interoperability efforts, in the form of Compat 2021, Interop 2022 and much more, is to fully acknowledge and address the pain points developers have experienced through for many years. And it's not a one-browser effort but rather a strong collaboration between all major browser vendors and friends for improving the web platform across the board.
Free subset of the streamline collection
Only supported by chrome for now
- A Save-Data header is sent on each HTTP request. This allows dynamic backends to change the HTML returned.
- The NetworkInformation.saveData JavaScript API. This allows client-side JavaScript to check this and act accordingly.
- The upcoming prefers-reduced-data media query, which allows CSS to set different options depending on this setting. This is available behind a flag in Chrome, but not yet on by default while it finishes standardization.
Some websites are broken because the version detected only supports 2 digit instead of 3 or an amount of digits...