347 private links
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 / Downto switch between tabs around
It's the 20%/80% result I was searching for.
Being competitive, to me, means:
- being able to work on most of the issues I want in the company in some fashion
- having accumulated a certain stature and respect from both the engineering and business side which I can trade for space and agency
- being in a place where I can break company soft/hard rules to get things done.
Looking back at the process to get to that place trying to reverse-engineer it, a lot of it boils down to building relationships, maximizing knowledge acquisition and shipping.
The author describes a strategy for identifying and learning from the most impactful people in a company. He first tries to find the company’s “wizards” — the small group of people who contribute disproportionately to important work. This involves evaluating:
- How others perceive and talk about them
- What they actually do and how closely their work connects to the company’s core systems
- The quality and impact of their code or output
After identifying these high performers, the author studies them closely by following their communication, reading their work, reviewing their projects, and understanding their areas of expertise and relationships across the organization.
The ultimate goal is to learn from these people, absorb their knowledge and skills, build strong working relationships, and become someone they want to collaborate with. The key idea is that proximity to exceptional people accelerates personal growth and effectiveness.
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.