this post was submitted on 05 Sep 2023
0 points (NaN% liked)

Fediverse

27123 readers
226 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

Libp2p or similar stack could be used to provide the phone instance an address, caching could be distributed among peers. Of course, as long as other servers also support libp2p.

What would be the up/downsides?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

Yes, the proposal is something like Nostr, but the clients can also relay data on request if they're online. A little more decentralized.

Worth mentioning that the idea is not to make Lemmy abandon ActivityPub, but to allow further decentralisation.

There wouldn't be a need to keep all data like a blockchain to query all data since most sort by hot/recent. Something like Gossipsub would suffice for most users.

But whenever an user queries for old or specific data, the request could be directed to a relay that archives and sorts all data.