this post was submitted on 18 Aug 2024
814 points (97.9% liked)

Fediverse

28380 readers
1399 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 !moderators@lemmy.world!

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
 

Probably better to post in the github issue rather than replying here.

https://github.com/LemmyNet/lemmy/issues/4967

you are viewing a single comment's thread
view the rest of the comments
[–] subignition@fedia.io 2 points 2 months ago (1 children)

Would the client not be able to sort the received posts after filtering? Granted things could be fairly inconsistent from one page to the next. Or maybe something like "Score: 0 (blocked: 1k)" to indicate the proportion of activity being taken out of consideration?

Definitely not confident that this is a good idea or anything btw, just spitballing

[–] SorteKanin@feddit.dk 3 points 2 months ago (1 children)

Would the client not be able to sort the received posts after filtering?

Your client only gets a page of the sorting at a time. You would only be able to sort that single page, but to do an actual sorting, you'll need more posts than just what appears on the front page.

[–] subignition@fedia.io 2 points 2 months ago

Right, that is what I meant by "inconsistent from one page to another". The received posts would be in an unfiltered state on each page and so the order could be very different depending on the local blocklist, probably resulting in stuff like the top of page 2 having a higher score than the bottom of page 1 pretty frequently.