293 private links
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...
simple.css includes the following right out the box:
- A good looking sans-serif local font stack.
- Typographic best practices.
- Automagic flipping to dark mode.
- Fully responsive.
- Sensible defaults that format standard HTML elements.
- Super lightweight; less than 4 KB in size.
Simple metadata cleaner
More git tips and tricks.
Aliases are underused