this post was submitted on 03 Aug 2023
75 points (95.2% liked)

Lemmy

523 readers
3 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

Otherwise, if we have a lot of medium sized instances but the most popular communities are hosted on just a few huge instances, doesn't that defeat the purpose of distributing load across many instances?

If that's the case, how do we solve the cumbersome user experience of having to subscribe to the same community over and over again across a ton of medium instances?

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

I've been thinking about this all morning and have come up with this:

When the link is the same, we can just union on the thread and sort it as any other thread.

When the link is not the same, but the content is similar, I wonder if you could run a semantic comparison (I'm only just starting to learn about this), and when the comparison scores above a certain threshold, union the threads.

Self-text posts might just make sense to leave alone.