6

How does a Phuks user eliminate automatic downvoting of every comment and submission to this site?

In my circumstance downvoting may even affect those who interact with me. Look at my history.

Is there a way to directly contact Admins to address this?

How does a Phuks user eliminate automatic downvoting of every comment and submission to this site? In my circumstance downvoting may even affect those who interact with me. Look at my history. Is there a way to directly contact Admins to address this?

28 comments

[–] pembo210 1 points (+1|-0) Edited

we talked about making a new sort that ranks the votes based on the user levels. It's a super intensive query and needs a bunch of caching to store all the active users and what their levels are every few mins/hours.

[–] smallpond 1 points (+1|-0)

new sort that ranks the votes based on the user levels

You mean ranks posts based on user level? I don't understand..

[–] pembo210 1 points (+1|-0) Edited

yeah, oops, i meant sort the posts by number of votes over time, but the votes have different values depending on who they came from or ignore votes from people with a high dv/uv ratio.

say like five upvotes from five level one users on a post, that post would be equal to another post with one upvote from a level ten user.

[–] smallpond 1 points (+1|-0)

That sounds like a bad idea to me. Overweighting the votes of high-level users (or even users with a low dv/uv ratio) is just going to give people incentive to game a system that is easy to game.

Aside: if you develop a spam problem in future, users who actively try to control spam may be disadvantaged.