Daily Shaarli

All links of one day in a single page.

June 24, 2026

Blogging Can Just Be Stating The Obvious - Jim Nielsen’s Blog

Just see or have access to the content.

Also

So it must be that a key ingredient to blogging is simple: have a willingness to state something that seems obvious to you but nobody else is saying it.

Deep dive into iroh: A replacement for WireGuard or a P2P layer for your application?

The TL;DR is that iroh is a library and an architectural pattern to establish peer-to-peer QUIC connections between machines, even if they are behind routers (NAT gateways). It's not a replacement for WireGuard, HTTPS or BitTorrent, instead, it's a building block that you can use to build applications on top of it, but you need to bring your own application protocol and business logic. It's just a very dumb, very reliable pipe between 2 machines anywhere in the world.

Instead of building over UDP, the project builds over QUIC (that is over UDP).

Concepts:

  • Endpoint: base unit of iroh. Two endpoints can establish a connection.
  • Address: instead of IP addresses, endpoints have addresses that are Ed25519 signing keys.
  • Connection: a QUIC connection between 2 endpoints. The connection use QUIC multipath extension, so the connection can flow through multiple pyssical paths.
  • Relays: help endpoints punch holes through NATs and relay traffic when it's not possible. They allow to be internet-reachable. The default is the public relays provided by the N0 company, but a relay can be hosted and use privately.
  • Discovery / Lookup: through DNS and pkarr signed packets to map an Ed25519 key to IP addresses.
  • Transport: over UDP and QUIC handles the reliability and encryption. The transport can be carried over Bluetooth, Tor, radio or serial.
  • protocol: application level communication (advertised in TLS' ALPN field of QUIC). A few are provided by iroh's team such as Blobs, RPC, HTTP/3

A perfect timing because:

  • there is a growing sentiment against big tech and the US era of cooperation's end. Thus some are turning to build open and decentralized solutions.
  • the invasion of Ukraine and industrial advances in China have revealed to the world the incredible leverage offered by cheap drones and robots. There is an area of semi-autonomous machines that need to communicate over heterogenous physical networks (radio, satellite, Wifi, ...) which is completely different that the traditional everything-over-internet (IP) model.

Current limitations of Iroh:

  • rebrand to "P2P made easy" instead of "IP addresses break, dial keys instead"
  • less bloated public API
  • easier integration with application-layer protocols (plug-and-play HTTP/3)
  • advanced routing and relay-to-relay communication.
NAS et fortes chaleurs : protéger, surveiller et entretenir (2026) - Cachem

Rappel qu'il faut faire attention à son matériel aussi.

Animating The Dialog Element Using View Transitions - Pqina

That's a way

TypeScript 7 RC : le compilateur réécrit en Go, environ 10x plus rapide

C'est une bonne nouvelle.

Voici l'annonce officielle: https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-rc/

Dans le noyau Linux 7.2, la suppression du vieux strncpy a réclamé un audit gigantesque - Next

6 ans de travail, 362 commits pour remplacer une fonction.

Les riches contribuables font le ménage dans leurs holdings, mettant à l’abri lingots, maisons et voitures de sport

wtf

Astro 7.0 | Astro
Affaire Lyhanna : Gérald Darmanin promet un « choc numérique » à la Justice, et de l’IA - Next

Un mauvais pressentiment: un mélange d'effet d'annonce pour dire qu'on fait quelque chose, mêlé à une solution technologique venant de politiques. Cela finit rarement bien.

Printing Gaussian Splats | Patreon

Priting in 3D around an object to conserve it.

QUIC is much more than a replacement for TCP

We could have machines sending raw QUIC packets directly over the physical link or with minimal encapsulation + metadata for routing, in some case bypassing the need for a networking stack (i.e. directly talking to the optic fiber driver).

grasp: a simple protocol for decentralized git

It is based on Nostr.

(via https://korben.info/grasp-protocol.html)

John Carmack (@ID_AA_Carmack): "I admire Fabrice Bellard. He is almost certainly a better overall programmer than I am." | XCancel

Encore un kudo pour Fabrice Bellard, cette fois de John Carmack.

Over/Under Interview • Robb Knight

About the movie Avengers, weeknotes, stickers, BuJo (the brand is bad, but the system has a lot of good ideas), Tacos.

Vidéo : « Un exemple de noblesse humaine »… Malgré l’élimination cruelle de la Jordanie, la FIFA salue le fair-play des Jordaniens - Yahoo Actualités France

Une différence culturelle

JSON-LD Explained for Personal Websites | Ethan Hawksley

Note it's similar to microformat in HTML.

PeerWeb - Decentralized Website Hosting

PeerWeb is a revolutionary way to host and share websites using WebTorrent technology. Instead of relying on centralized servers, websites are distributed across a peer-to-peer network, making them censorship-resistant and always available. 🌍✨

Upload it and share the link.

🌍 Keep hosting - Leave this tab open or use our desktop client for permanent hosting

The project seems interesting :)

(via https://sebsauvage.net/links/?OsmsxQ)

Wiggly/Wavy Input Range Slider

It's a chrome-only thing for now using shape()

Pluralistic: The (real) dead economy theory (17 Jun 2026) – Pluralistic: Daily links from Cory Doctorow

As John Quiggin writes, the pre-2020 Musk was the Musk of Tesla, batteries and Starlink. The post-2020 Musk is the Musk of Starship, robotaxis, Cybertrucks and Twitter – a string of commercial flops and assets that literally exploded.

It matches the "Dead Economy Theory" from https://www.owenmcgrann.com/p/the-dead-economy-theory.

The actual dead economy risk is that our institutions and markets will continue to move capital from productive activity into memestocks, vibes, and bubbles.

That's not just a dead economy – it's one that'll kill everyone you love and everything that matters.