387 private links
The return value is unclear:
- The old API treats zero as false (parameter not handled)
- The new API expects an error code (zero is success).
- To add some fun, any non-zero result is passed to ERR_PTR() and used as a pointer for further parsing. Well, (char*)1 is neither IS_ERR_OR_NULL() nor a valid pointer…
:root {
--w: calc(100vw/1px); /* screen width */
--h: calc(100vh/1px); /* screen height */
/* The result is an integer without a unit! */
}
A version with better support:
:root {
--w: calc(100vw/1px); /* screen width */
--h: calc(100vh/1px); /* screen height */
/* The result is an integer without a unit! */
}Microsoft Teams führt demnächst eine Funktion ein, die automatisch den Arbeitsort von Mitarbeitern über die Büro-WLAN-Verbindung verfolgt.
- Use longer passwords
- Drop complexity requirements
- No more forced password resets
- Maintain a password blocklist
- Eliminate security questions and hints
- Use modern security tools (MFA, password managers)
Un pastiche sur l'argumentaire en faveur de l'IA.
Un autre commentaire similaire à propos du fast-food: https://mamot.fr/@krazykitty/115428219040400965
Clippy has gone a long way
The new minor version make the tools faster.
The Rust-Coreutils v0.3.0 supports 83.91% of the GNU Coreutils 9.8.
It's a decreased compared to the 87.06% of the GNU coreutils 9.7.
S3 is the format used in companies nowadays.
WebDAV is however here since a long time and works well.
En résumé, la préférence pour le Mac chez de nombreux ingénieurs logiciels repose sur :
- La puissance d’un environnement Unix natif, qui simplifie le développement et la gestion des outils.
- Une expérience utilisateur stable et “out-of-the-box”, qui minimise les tracas liés aux mises à jour et à la maintenance.
- Une qualité matérielle et une intégration écosystémique qui renforcent la productivité au quotidien.
Le magazine 60 millions de consommateurs ne sera plus édité puisque sa maison mère l'Institut nation de la consommation va fermer.
Créé en 1966, l’INC devait à l’origine servir de relais technique et scientifique entre l’État et les associations de consommateurs.
L’avenir de 60 millions de consommateurs dépend désormais de la recherche d’un repreneur. Le gouvernement souhaite confier l’activité de presse à un acteur privé, mais les perspectives restent floues. La question de la préservation de son indépendance éditoriale se pose déjà avec acuité.
The original developer can stop it.
If it where a company, the program would disappear. The program however is still maintained with a fork because it's a free software.
Une vidéo claire sur le sujet.
Website: https://pdf-lib.js.org/
Wrapping every string to a newtype ensure the string can be extended as wished and at least differenciated from normal strings without meaning
The project: https://github.com/kustomzone/sierra-db
::selection ans ::backdrop does not inherit from root. So :root does not guarantee the CSS variable. The html selector does not solve this.
There is currently no global context in CSS, but root is the best workaround currently.
This is going to catch a lot of people off-guard because I, like many others, expect CSS Custom properties defined on :root to just be available everywhere.
The following discussion is there https://github.com/w3c/csswg-drafts/issues/6641