321 private links
Aujourd’hui c’est Google Chrome qui a la main et on voit apparaitre le même schéma que par le passé. [...]
La situation n’est pas exactement la même que celle des années 2000 mais elle n’est pas si éloignées que ça.Il y a plein de navigateurs mais en réalité Brave, Opera, Vivaldi, Internet Explorer et les autres sont des dérivés de Chromium. Chromium c’est la base open source de Chrome, contrôlée par Google.
Une fois qu’on a retiré tout ce qui se base sur Chromium, il reste Safari et Firefox.
Why Firefox forks is not a solution.
- No fork is doing large-scale engineering work on the browser.
- Some forks keep insecure APIs
- Mozilla code is still running under the hood. They must be trusted as for the Firefox browser.
- The fork is still 99.99% Mozilla code contributions
- The fork can need more time to apply fixes
Le soucis c'est la portée: une très faible partie de la population vont lire Sebsauvage ou LeHollandaisVolant.
Il faut pour cela que ces habitudes soient à la portée de tous, partagé massivement.
Le raisonnement se tient. Avec les évènements actuels, on peut justifier que la licence MIT est une licence conservatrice.
Voir The Value of Open Source Software
Le soucis avec la licence MIT et autres très permissive peut être réduit au paradoxe de la tolérance:
le paradoxe de la tolérance : en étant tolérant avec tout le monde sans limite, on tolère aussi des intolérants qui vont nuire à la tolérance générale.
Concernant les entreprises produisant des services numériques
On estime que les firmes devraient dépenser 3 fois plus en logiciel si l’open source n’existait pas.
Concernant l'IA, la position actuelle est partagée par AI Industry is Trying to Subvert the Definition of “Open Source AI”.
Mon rêve en ce moment, ça serait d'avoir un note pour chaque outil numérique qui évaluerait si les données sont revendues ou non, si c'est sécurisé ou non, le risque que ça soit acheté par une multinationale peu scrupuleuse...
tosdr.org/fr ya ce site qui pourrait ressembler un peu a ce que tu voudrais
Yes tosdr et @exodus sont des supers ressources !
(Exodus Privacy)
The browser provides a default text size based on user preferences, and our text should be relative to that preference. Establishing our root font-size with an em value helps keep that relationship intact.
About the definition of one rem:
I really do want sites to usually just give me text around 24px (or ‘large’), because that’s a pretty good default for me.
Sites with smaller body text would ideally increase their font size, but sites with the same size or larger text certainly shouldn’t get even bigger.
Yes I share this assumption.
I slightly better approach:
html {
font-size: clamp(1em, 0.9em + 1vw, 1.5em);
}
A love letter to the personal website
A reflection of your personality in HTML and CSS (and a little bit of JS, as a treat). This could be a professional portfolio, listing your accomplishments. It might be a blog where you write about things that matter to you. It could even be something very weird and pointless (even better) – I love a good single-joke website. Ultimately, it's your space and you can do whatever you want with it. It can be a single-joke website.
On the other side, it is now intimidating to be a newcomer now with all these frameworks. They skip right over the basics.
The website we use today for fun are also businesses. They need an account to view the content. They have a barrier to entry.
Your website, your rules. There's no reply guys on your own website if you want to. it doesn't have the downsides of Twitter.
You can be a creator anywhere on the internet these days, but there's only a small handful of places where you actually own your own content. Your own website is one of them.
Now AI is generating slop. During the talk, Maggie asks: is there a future in which we need to have some kind of "reverse Turing test" to prove our humanity on the internet?
The whole point of WWW is to be decentralised and independent. It was released as an open standard so that access could be as democratic as possible.
To bring the WWW spirit back, we can carve out our own individual spaces on the web. HTML is accessible, and there are many web services to build websites nowadays. So why aren't we doing it? we don’t build websites for ourselves like we used to, we build them for the audiences we want.
Try something. For the nerds: try out. The site deploys in less than 30s. Try new CSS things as lomng as you rely on progressive enhancement.
The personal site isn't dead. It's just been forgotten in the commercialised, capitalist web of today. We owe it to ourselves to rediscover this lost art. [...] So, once again my digital call to arms: build your own website. Make it fun. Make it pointless. But most importantly: make it yours.
Greg Morris started Micro Social: https://gregmorris.co.uk/2025/02/12/micro-social-the-launch.html
As I wrote about right at the start, I wanted Micro Social to be very targeted in the way it worked. Providing something that I wanted from a micro.blog app, and not becoming all things to all people. It’s easy to get side tracked, though. The app is already a long way away from what I intended it to be, with features and abilities that I didn’t even dream of when I started.
Saying no to these users is hard, but it has to be because he can not do everything.
Les personnes qui insistent pour nous dégafamiser et nous linuxiser à l'os ONT RAISON.
Non elles ne sont pas "maladroites" ou "trop insistantes", ou "elles desservent leur cause" ou je ne sais quoi encore, on les déteste parce qu'elle nous mettent le nez dans notre propre caca. Et que changer implique de renoncer à notre petit confort.
Et c'est pareil pour les végans."Tu devrais installer Linux" est effectivement la meilleure réponse à "J'ai un problème avec mon Windows" même si ça ne nous fait pas plaisir et que ça ne va pas dépanner notre Windows.
Excellente utilisation de Mastodon : Ca se débat gentiment, ça se commente, ça se conseille, ça se fourgue des recettes, ça geeke dans tous les coins, l'ambiance est bonne, je suis extrêmement satisfaite.
First things first, you’ll need an account on crates.io to acquire an API token. To do so, visit the home page and log in via a GitHub account (required for now).
Free software is too dependent on MicrosoftHub but for Rust libraries, it is worse, a MicrosoftHub account is mandatory: "log in via a GitHub account (required for now)" I believe it is the only big programming language in that case?
(via https://mastodon.gougere.fr/@bortzmeyer/114008682103118141)
What cost AI per token in electricity and water?
TL;DR; concurrencer les GAFAM c'est
- Open source: Mistral, Mappy, Mastodon, ...
- relocaliser sans centralisation, sinon il y a bien le risque de recréer des GAFAMs
My dream was to be a web developer who creates simple, elegant, and fast products, but I’m starting to lose hope. First of all, I can’t keep up with the endless stream of new technologies. Secondly, simple and fast products are not in high demand, making it an already niche area.
Avoid, at all costs, arriving at a scenario where the ground-up rewrite starts to look attractive
Aim to be 90% done in 50% of the available time
Think about pathological data
Edge cases are our entire job.
There is usually a simpler way to write it
Write code to be testable
It is insufficient for code to be provably correct; it should be obviously, visibly, trivially correct
Documentation matters
Good documentation is more than just nice to have—it's a powerful way to spread knowledge. For development teams, clear documentation keeps everyone aligned, helps make decisions visible, and ensures no one has to reinvent the wheel when new people join. For users, it saves time. Poor documentation, on the other hand, leads to confusion, support tickets, and more work for everyone involved.
... all common and good tips. They are generics and I don't find anything actionable though.
Try writing a tax code in chat messages. You can’t. [...] That’s why we use documents
You program by writing documents instead of chatting.
Suite à la prise de fonction du président des État-Unis, Sebsauvage effectue un rappel de ce premier mois.