this post was submitted on 05 Jul 2023
9 points (100.0% liked)

Technology

58115 readers
4871 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Aside from the usability learning curve he talks about, the other very pointed criticism is scalability problems that instance owners face. From what I understand, Lemmy and Mastodon are both similar in that they use the ActivityPub protocol. Could Lemmy get too big to scale and still be decentralized?

you are viewing a single comment's thread
view the rest of the comments
[–] TheBeege@lemmy.world 3 points 1 year ago (1 children)

There's a key difference. ActivityPub is a user-facing technology, in terms of the way data is exchanged.

Linux as the backbone of the internet is not user-facing.

The average user doesn't care or even know if some web server is using Linux or not. The average user does care if it's difficult for them to find and see interesting content on their content consumption platform.

We need to improve the new user experience and ways to introduce users to content they may care about. We need a way for instances to have awareness each other and what communities are available without user-initiated federation. Maybe we need some semi-federation by default. Or maybe we need some global index that all instances can share. Ideally, we should have some kind of recommendation system at the community level to help users find communities they may be interested in.

[–] blazarious@mylem.me 2 points 1 year ago

Yes, those are good points!