this post was submitted on 18 Aug 2025
1099 points (99.1% liked)

Technology

74993 readers
2734 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] vacuumflower@lemmy.sdf.org 2 points 3 weeks ago

I've personally played with Gemini a few months ago, and now want a new Internet as opposed to a new Web.

Replace IP protocols with something better. With some kind of relative addressing, and delay-tolerant synchronization being preferred to real-time connections between two computers. So that there were no permanent global addresses at all, and no centralized DNS.

With the main "Web" over that being just replicated posts with tags hyperlinked by IDs, with IDs determined by content. Structured, like semantic web, so that a program could easily use such a post as directory of other posts or a source of text or retrieve binary content.

With user identities being a kind of post content, and post authorship being too a kind of post content or maybe tag content, cryptographically signed.

Except that would require to resolve post dependencies and retrieve them too with some depth limit, not just the post one currently opens, because, if it'd be like with bittorrent, half the hyperlinks in found posts would soon become dead, and also user identities would possibly soon become dead, making authorship check impossible.

And posts (suppose even sites of that flatweb) being found by tags, maybe by author tag, maybe by some "channel" tag, maybe by "name" tag, one can imagine plenty of things.

The main thing is to replace "clients connecting to a service" with "persons operating on messages replicated on the network", with networked computers sharing data like echo or ripples on the water. In what would be the general application layer for such a system.

OK, this is very complex to do and probably stupid.

It's also not exactly the same level as IP protocols, so this can work over the Internet, just like the Internet worked just fine, for some people, over packet radio and UUCP or FTN email gates and copper landlines. Just for the Internet to be the main layer in terms of which we find services, on the IP protocols, TCP, UDP, ICMP, all that, and various ones and DNS on application layer, - that I consider wrong, it's too hierarchical. So it's not a "replacement".