357 private links
Rust is not just great, it's inevitable. [...] like solar
If you compare this map of solar energy potential from Global Solar Atlas to this table of current solar capacity, you will easily see that we are still at the beginning of the solar revolution.
The same is true for Rust. Improved reliability, reduced time-to-market, far lower costs. Which rational actor wouldn't want that? As the Cloudflare, Proton and Signal case studies have demonstrated, investing in Rust today will yield far better returns than other technological investments you can make
Comment fonctionne donc le paiement par carte bancaire en 14 minutes
m.wikipedia.org is merged with the main domain. It reduces the complexity, and two versions of the website.
- Copy and paste blocked?
- Contextual menu blocked?
- Keyboard shortcuts blocked?
- Autoplaying videos?
- URL tracking parameters?
Inconsistencies spotted. The URL scheme are hidden or displayed without clear rules
But the bigger problem, the ultimate cause, behind today's chaos is the creeping centralisation of the internet and a society that is sleepwalking into assuming the net is always on and always working.
Outages like today's are a good thing because they're a warning.
As the same result as a monoculture of banana, the internet need different actors and diversity of services.
It uses an S3 bucket for it.
les chercheurs ont réussi à fabriquer une substance dont la densité est inférieure à celle de l’hélium et à peine supérieure à celle de l’hydrogène. Cet exploit ne se limite pas à un simple record inscrit dans les livres d’histoire ; il ouvre la porte à des révolutions technologiques concrètes, allant de la dépollution des océans à la conception des batteries du futur, en passant par l’isolation des prochaines missions martiennes.
Sa structure est un motif hexagonal parfait de l'épaisseur d'un seul atome.
Cette configuration bidimensionnelle confère au graphène des propriétés extraordinaires : il est extrêmement conducteur, flexible et théoriquement deux cents fois plus résistant que l’acier à poids égal.
Grâce à l'Université du Zhejiang en Chine, la méthode de liophilisation puis de sublimation permet d'obtenir une mousse de carbone pur, ayant une densité de 0.16 milligramme par centimètre cube (à comparer avec la densité de l'air ambiant de 1.2 milligramme); soit sept fois plus léger.
Le matériau est élastique, comprimable jusqu'à 80% son volume initial. Il peut absorber les chocs, donc ce serait un matériau très pertinent pour l'industrie aérospatiale.
Au vu de sa structure, ce serait aussi un isolant excellent.
Le matériau est hydrophobe mais lipophile: il peut donc attirer les huils et hydrocarbures. [...] Un gramme d’aérogel de graphène peut absorber jusqu’à 900 fois son propre poids en pétrole.
Il semble aussi intéressant pour stocker l'énergie en allégeant le poids des batteries. De même en biomédecine, le matériau pourrait être utilisé comme "échafaudage" pour faire crôitre des cellules osseuses ou nerveuses.
Le principal frein du matériau est le coût de production, mais le procédé de fabrication semble s'industrialiser.
Dioxus is the promise of having a single code base for your mobile apps and web apps and desktop apps.
The project goal is to be a real fullstack framework. A single code base for the client and for the server.
After server side rendering and client side rendering:
So boom, third generation, full stack, best of both worlds. We do the render on the server like before, and we stream it to the client, which can display it as it’s being received. But alongside that rendered HTML, the server also sends the structured data that it used to render the HTML.
Now the whole point of having the server stream markup is that we can show it early before the app is even loaded on the client.
Dioxus offers many hooks prefixed use_ to add reactivity. "If you break the rules of hooks, you don’t get a build error or even a runtime error. You just get a weird behavior, which can be hard to debug."
A second issue is
So does Dioxus spark joy? Not yet. In the meantime, I’ll be doing Rust on the backend, and TypeScript on the frontend.
The Dioxus team is doing a lot of hard, interesting work. They have a Flexbox implementation that they’re sharing with Servo. They’re doing their own HTML and CSS renderer now to make desktop applications without a full-fledged web engine.
2/3 of the Trump and MAGA accounts are located outside of the USA. Maybe there are reasons to undermine the country with troll farm or AI bots
Le propriétaire de l'application Whatsapp Meta est une entreprise décrite de manière néfaste, et ne respectant pas la loi en Europe. L'application a plusieurs failles de sécurité aussi.
Au contraire de Signal.
Voilà pourquoi ces deux outils sont politiques, comme tout.
L’inverse n’est pas vrai : vous pouvez venir sur Signal comme vous êtes, et sans risque.
The "cloud" is really some else's computer. By contrast, local doesn't just mean the laptop you're holding. It includes anything you own and control: PC, server, NAS.
I love the diagram :smile:
Not because I want to avoid cloud-like features, but because local gives me the same benefits without giving away control.
A way to cheat the git commit graph: commits can be generated at different times.
What is Yggdrasil? I didn't know it.
Ok, so Tyr avoid email and the email adress is derived from the public key: <64-hex-characters>@yggmail
They are CSS "cascading" variables, and they can also be custom properties with @property.