What hapened to Post/Comment Scores in User Profiles?
It looks like this was a larger decision from the lemmy development community in an attempt to eliminate karma farming. They say it’s psychologically damaging, and as someone who looks at them a lot, they may be right.
Here’s a GitHub thread discussing it where our Voyager dev weighs in:
I would too, but it would undoubtedly be much more resource intensive and so probably not feasible for a free app.
And even if they charged users for it, doing it at the app level would be challenging and inefficient. It’s the kind of thing that really has to be cached, so voyager and any other app that wants the feature would have to independently calculate, store, and recalculate for each lemmy user periodically. Having multiple apps doing this would put more strain on the public api than storing it centrally, and that unwanted strain would most likely cause conflict from the devs that wanted the karma score removed to begin with.
Well each user is running an app, they can each computer for themselves at the very least
As far as other users go, when you open a user and you see their comment history, the app can certainly sum up the votes of the comments displayed without doing any extra queries. That ratio may be useful to identify trolls, or good actors
Voyager could probably add a hidden feature, like long press post count label to switch to karma and compute karma, maybe for last 500 or so posts & comments (10 total requests).
Because it would be a hidden feature requiring manual activation I doubt it would add server load. And being hidden means it also wouldn't be an issue with karma farming.
I‘m frankly not sure what I should think about that. I get the argument of chasing points being harmful, but I would imagine that it also drives interaction and gives some motivation to participate – and Lemmy definitely benefits from participation. I also like myself some reports and statistics.