On every lemmy app/instance I’ve checked, it seems that the post and comment scores on users’ profiles have been replaced by post and comment counts.

I often look at scores to quickly check a person’s credibility/involvement, and the count is much less helpful than the score in that regard. I could see this data maybe being removed because it was too server intensive to calculate, but maybe there’s some other reason.

I’ve searched and can’t seem to find any explanation for this change in release notes, but maybe I’m just not searching correctly. Does anyone know why this change was made?

  • jet@hackertalks.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    8 months ago

    https://github.com/LemmyNet/lemmy/issues/3393#issuecomment-1779400639

    Public karma counts and karma farming are one of the things we really don’t want to replicate from reddit, there was a discussion about it for lemmy-ui, and it was decided to stop showing them because of how psychologically harmful it is.

    We should’ve removed these a long time ago from the API. As a substitute, you can show the post_count and comment_count instead of those scores.

    • eric@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      Damn, linked right to the dev’s comments on git. Thanks you so much for that.