350 private links
The snippet:
legend {
padding: 0;
display: table;
}
fieldset {
border: 0;
padding: 0.01em 0 0 0;
margin: 0;
min-width: 0;
}
body:not(:-moz-handler-blocked) fieldset {
display: table-cell;
}Raw HTML and CSS?
- It's fast
- It's easy
- Pure HTML is evergreen
- I can host it anywhere, often for free
- Accessibility and SEO benefits are automatic
- It won’t need security patches
- There are no build steps
-apple-visual-effect: -apple-system-glass-material;
Whoever it was at Apple that decided to make this a CSS property is a genius because it makes it incredibly easy to provide different rules based on Liquid Glass support.
But it's not documented! So we can assume Apple use the property somewhere in a WebView in order to make the web app looks like native.
I totally agree: using HTML as much as possible, then CSS, then JS to enhance it in this order.
The API can respond with HTML fragments anyway for an HTML table.
Les vidéos de KurzGesagt sont toujours excellentes
sometimes when you get down to implementing a measure, you find an endless maze of increasingly confusing corner cases.
How to find real human visiting the pages?
The best experience made by the author is to use a setTimeout of 3 seconds that pings a log endpoint.
The truth is uglier: developers burn out because of the system around coding, not the coding itself.
- Unclear priorities
- Constant interruptions (lack of possible focus)
- Politics
- Context chaos
Protections: draw hard boundaries, make priorities visible, limit your context surface, build allies, document the cost, know when to walk
Comme d'habitude, on ne saît pas comment sont alloués les aides aux entreprises, ainsi que leurs montants?!
Imaginez MacDonal's pour les cantines. Pourtant c'est Microsoft pour l'éducation nationale.
The more you want to calculate at query time, the more you want views, calculated columns and stored or user routines. The more you want to calculate at normalized base update time, the more you want cascades and triggers. The more you want to calculate at some other (scheduled or ad hoc) time, the more you use snapshots aka materialized views and updated denormalized bases. You can combine these. Any time the database is accessed it can be enabled by and restricted by stored routines or other api.
Until you can show that they are in adequate, views and calculated columns are the simplest.
The whole idea of a DBMS is to store a representation of your application state as the database (which normalization reduces the redundancy of) and then you query and let the DBMS implement and optimize calculation of the answer. You haven't presented a reason for not doing that in the most straightforward way possible.
Deux autres points importants ont rencontré un consensus. Le premier est l’hypocrisie — pour reprendre les mots d’Hélène Laporte — sur l’acétamipride. La loi Duplomb prévoyait sa réintroduction et la disposition a été censurée par le Conseil constitutionnel. Mais, le texte ne prévoit pas l’interdiction d’importation des produits qui auraient été traités avec cette substance. Dès lors, pour plusieurs députés sur tous les bancs, il y a une distorsion de concurrence pour les agriculteurs français, par rapport à leurs homologues turcs ou italiens.
L’autre éléphant dans la pièce aujourd’hui était le MERCOSUR. Une part non négligeable des députés sont opposés à ce traité de libre-échange et ont profité de la séance pour le rappeler, tout comme certains ont rappelé que sur les substances jugées problématiques, dont l’acétamipride, le bon niveau de décision était européen et non national.
ça apprendra à faire des gaines écologiques 🤣
Seach content in collapsible sections.
That's great!
we’re going from running 177 Cassandra nodes to just 72 ScyllaDB nodes. Each ScyllaDB node has 9 TB of disk space, up from the average of 4 TB per Cassandra node.
They migrated away from CassandraDB to ScyllaDB with a rust-based data service
and the paper about it: https://interestingengineering.com/military/next-gen-ai-end-invisible-submarines.
Meanwhile they increase their detection: https://thequantuminsider.com/2025/04/27/china-tests-drone-mounted-quantum-sensor-that-could-reshape-submarine-detection/. Note this work only under stable and controlled conditions.
The #USA are also building something able to detect submarines at 6km https://thequantuminsider.com/2025/04/27/china-tests-drone-mounted-quantum-sensor-that-could-reshape-submarine-detection/
Auto-complétion d'adresses? Oui
Avec une image docker de https://photon.komoot.io/: https://github.com/rtuszik/photon-docker
Pourtant, un malaise s’est installé peu à peu chez lui. Si, avec l’âge, il a pris conscience des enjeux écologiques, il constate que ses créateurs de contenus préférés — qu’il suit aussi sur d’autres plateformes, comme Instagram et X — sont loin d’engager une quelconque réflexion à ce sujet.
Yep