I wouldn’t like to actually block a community all together here, but yeah, I would like to see less posts of that community. Is there a way to do this, either in Jerboa or the web UI?

  • PriorProject@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    ·
    edit-2
    1 year ago

    Lemmy doesn’t have a concept of what a “post like this” is. It only categorizes posts based on simple statistics like “number of recent votes”, which I believe drive the “hot” ranking or number of recent comments (active), or the date of the post.

    Creating a concept of a “post like this” would generally require an AI/ML classification pipeline. This kind of thing is common at big social media companies, but it’s pretty computationally expensive compared to regular browsing. It’s also somewhat ideologically fraught as it’s the same tech big social media companies use to create algorithmic echo chambers and drive unhealthy engagement. I realize your proposed use-case is pretty innocuous… but I suspect many folks will extrapolate to view the proposal through that lens.

    I don’t see folks champing at the bit to immediately add a feature that would add to the capacity woes the biggest instances are already feeling, but I’m equally sure you’re not alone in desiring features that would need to be built on top of classification pipelines. Maybe someday Lemmy will have one, but it doesn’t exist today.

    Edit: Maybe a less general approach to this would be to offer a weighting for each community, and lemmy would skip some percentage of posts to that sub in your feed. This isn’t how most commercial sites would do this, but it’s simple and maybe close to what you want. It also doesn’t exist today though.

    • 15Redstones@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 year ago

      I think it’d make sense to have a sorting by (number of recent votes)/(number of votes in other recent posts in that community). That way posts from larger communities have less of an advantage.

    • PCChipsM922U@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      Edit: Maybe a less general approach to this would be to offer a weighting for each community, and lemmy would skip some percentage of posts to that sub in your feed. This isn’t how most commercial sites would do this, but it’s simple and maybe close to what you want. It also doesn’t exist today though.

      That is a good idea, others have suggested this as well. Like maybe add weight to certain communities, but be only profile wise, so you can tweak your own profile, which won’t intefre with other’s feeds.

      Also, a warn prompt when blocking communities would be nice as well. I’ve blocked a few communities by mistake, unblocked them afterwards, but had to log in the web UI to unblock them, there is no unblock community/user option in Jerboa.

    • cyanarchy@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      Want to thank you for digging into why these are difficult concepts to reconcile. It seems incredibly simple in hindsight but the explanation is helpful.