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
[–] Marxine@lemmy.world 2 points 1 year ago (1 children)

As long as we make it clear to users "you can interact with content on other servers independent of your choice" and recommend instances in a way to distribute load, I think we can manage.

Something like recommending instances based on location or main content focus could also help.

[–] astral_avocado@lemmynsfw.com 1 points 1 year ago* (last edited 1 year ago) (1 children)

The author is directly saying that the more instances you have, the higher load on each of them. Because they're all replicating and sending traffic to each other. Then again I don't know enough to verify that, and Lemmy seems to be working just fine for me for the past week.

[–] TheBeege@lemmy.world 4 points 1 year ago

There are technical ways to solve this. If we can identify some way for instances to determine users' interests and allow instances to query based on interests, that can reduce load. We can do all sorts of caching to reduce load even further.

It complicates the system, which is a risk, but it leads to a better user experience and better performance.

We just need the right people with enough time and desire to implement these kinds of technical solutions.

Guess it's time for me read the ActivityPub spec.