this post was submitted on 22 Oct 2024
-25 points (16.2% liked)

World News

39023 readers
3306 users here now

A community for discussing events around the World

Rules:

Similarly, if you see posts along these lines, do not engage. Report them, block them, and live a happier life than they do. We see too many slapfights that boil down to "Mom! He's bugging me!" and "I'm not touching you!" Going forward, slapfights will result in removed comments and temp bans to cool off.

We ask that the users report any comment or post that violate the rules, to use critical thinking when reading, posting or commenting. Users that post off-topic spam, advocate violence, have multiple comments or posts removed, weaponize reports or violate the code of conduct will be banned.

All posts and comments will be reviewed on a case-by-case basis. This means that some content that violates the rules may be allowed, while other content that does not violate the rules may be removed. The moderators retain the right to remove any content and ban users.


Lemmy World Partners

News [email protected]

Politics [email protected]

World Politics [email protected]


Recommendations

For Firefox users, there is media bias / propaganda / fact check plugin.

https://addons.mozilla.org/en-US/firefox/addon/media-bias-fact-check/

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 weeks ago (12 children)

I would be curious to know, but I don't see a way to check that in the Lemmy API. Would need some way of searching user data based on criteria.

[–] [email protected] 1 points 3 weeks ago (10 children)

Hey, I might be able to help you out here. I'm pretty sure this can be figured out if one has access to the underlying raw vote data. Which all instance admins do (more or less).

So running this SQL query on my pyfedi instance,

select user_name, sum(effect) from post_reply_vote v inner join "user" u on u.id = v.author_id group by user_name order by sum(effect) asc;

The first two rows,

UniversalMonk | -23315
MediaBiasFactChecker | -19231

So this account is indeed the most downvoted (or at least the most downvoted that my instance knows about). Interestingly enough the MediaBiasFactChecker bot is the 2nd most downvoted instance.

Number 3 is a human afaik and shows up as -4147 so the margin between this account and the next most downvoted human is indeed a very large one.

[–] [email protected] 1 points 3 weeks ago (7 children)

So that number three spot is suspect to me too. I would've assumed a lot of users over time would have broken -4000. Also aren't you the dude defending UM to me yesterday? What's your deal?

[–] [email protected] 1 points 3 weeks ago

So that number three spot is suspect to me too. I would’ve assumed a lot of users over time would have broken -4000.

There are two explanations that come to my mind.

I've only been running my own instance for a couple of months at this point, and so I only have the history from then on. Anything older and my instance wouldn't know about it since it didn't exist to receive that info.

The second one - we're seeing changes now with the downvoting process. I personally use pyfedi ( flagship instance is at piefed.social ) - and pyfedi is, erm, opinionated. For example, by design, it automatically hides posts and comments in it's UI if the downvotes are too negative (by default a score of -20 or greater, though this is configurable by the admin). Pyfedi also implemented anonymous downvoting, but users whose reputation are too low (based on how many downvotes they are getting) won't be able to use this feature.

In short, being downvoted all the time is starting to bite. So my guess is that folks who do this might be changing accounts in order to avoid too negative a score in an attempt to avoid some of these consequences.

load more comments (6 replies)
load more comments (8 replies)
load more comments (9 replies)