this post was submitted on 29 Apr 2025
191 points (98.5% liked)
Technology
69449 readers
3483 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
All you need for this is a global overlay network and a global DNS untied from physical infrastructure. Cryptographic identities (hash of pubkey will do) instead of IP addresses (because NATs are PITA and too many people use mobile devices behind big bad NATs), and finding (in something like Kademlia) records signed by authority you yourself chose to trust instead of asking DNS.
Then come encryption and dynamic routing and synchronization of published states.
One can have some kind of Kademlia for discovery of projects too, but on the next level.
I2P comes close, but it's more focused on anonymity.
OK, I'm not sure what I wrote makes sense. These things are easy to grasp somehow, but hard to understand well.
yeah it seems you forgot what you wanted to say midway.
to extend on it, I2P, Tor and other mixnets provide the only safe way currently to host projects that others don't like, because such sites cannot be taken down. that's both a blessing and a curse
I wanted to say something about easily hosting searchable repositories, and solving a few of the problems because of which the Web as it exists still has users.