228 private links
A joke about rust infrastructure. It becomes obsolete as time goes.
I still use the mouse to switch between tabs. I learn here that:
- the first 8 tabs can be switched with
Command
+<n>
/Alt
+<n>
command
+option
+Arrow right or left
/Ctrl
+Alt
+Up / Down
to switch between tabs around
It's the 20%/80% result I was searching for.
How Excalidraw handle E2E encryption
- avoid uneccessary default features
- use specialized lighter crates
The migration schematics automate code changes between angular versions
Réduire les déchets seraient un moyen de régler le problème
I have the same idea for a node js backend serving a fancy UI :)
It would be better to split the UI and the server while developing to benefit from hot reloading.
Example: https://git.sr.ht/~pyrossh/rust-embed/tree/master/item/examples/axum-spa/main.rs
Diversity, Equity and Inclusion.
Ok
ou comment supprimer le service worker d'une PWA lorsque ce n'est pas prévu au départ.
Ce qui est marrant (enfin, façon de parler), c’est que j’aurais pu éviter tout ce cirque si j’avais mieux préparé mon coup dès le départ. Genre, prévoir un “kill switch” dans mon Service Workers, c’est à dire un truc qui permet de les désactiver à distance. Ou encore mieux, utiliser un système de versioning automatique pour forcer les mises à jour.
Le contenu est séparé en trois partie:
- la pile à lire
- marques pages
- historique
Je joint le commentaire pertinent du Hollandais Volant: https://lehollandaisvolant.net/?id=20250530124547
These fake video can still be spotted on few details, but they start to feel real
The UI is not free anymore and is removed from the community version
All smallest possible file per format
- relying on shared mutation
- treat the compiler as something trying to help
- ignoring proper module organization
You have to unlearn a few habits.
- Writing Rust code like other languages
- Neglecting the most important 20% of Rust. Trying to learn everything at once: you don't need to learn all at once. Focus on the 20% that gives the 80%.
- Being a productive procrastinator: watch a video or read a blog post.
- Thinking you can vibe code Rust like JS...
Hands on practice! The programmer has to internalize the concepts of Rust. Getting a grasp is not enough.
A music from random video.Classic French
About the use of URL shortener of GodBolt.
The redirect chains we built were clever workarounds that bought us time, but ultimately, the only way to truly keep a promise of “URLs that last forever” is to own the entire stack.