Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: RFC: Hide Very Bad Answers From Visitors -- suggestions

by Discipulus (Canon)
on Jul 25, 2018 at 07:46 UTC ( [id://1219229]=note: print w/replies, xml ) Need Help??


in reply to RFC: Hide Very Bad Answers From Visitors

Hello jdporter and thanks for your work,

while this is a good idea I have some humble suggestions. First I'd like this new feature to be available also to logged users, better if controlled via user settings.

Second I do not like the complete invisibility of these post: I'd prefere an advice like This post and the eventual replies to this post are not shown because of the poor quality of it's content followed by a link to the original content and a link to this policy.

About the treshold: perhaps a fixed negative number it's not the best idea. Infact a node with +30 -37 in my opinion is not automatically a bad node. It's a very controversial one not necessary a bad one. I imagine nodes about perl6 as an example of this kind of nodes. So perhaps some kind of formulas is better: maybe making positive nodes votes more heavy can serve: (pos * 1.2 - neg) < -6 or something like this. In the above example +30 -37 will lead to -1 and nothing will happen; but +25 -37 will lead to fade out the post ( 25 * 1.2 - 37 = -7 ).

My original idea was to decrease the font size of such nodes, as exposed responding in the thread Re: Let's Make PerlMonks Great Again! -- font size you for sure remember. Lowering the font size and put a tag like This post is in lower font size because of low consideration of the content or something like this is, imho, a better solution even if not easier to implement.

Anyway thanks

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

Replies are listed 'Best First'.
Re^2: RFC: Hide Very Bad Answers From Visitors -- suggestions
by QM (Parson) on Jul 25, 2018 at 10:37 UTC
    There needs to be an absolute and relative filter. If there is only a relative filter, and a node has only 1 vote, negative, the node is filtered.

    Instead, set a vote minimum, perhaps 10. If there are less than 10 votes, and the sum is -7, filter the node.

    If there are more than 10 votes, then use a formula, like:

    if (($count > 10) and ($sum / $count < -0.2)) { filter(node); }

    -QM
    --
    Quantum Mechanics: The dreams stuff is made of

      If ... a node has only 1 vote, negative, the node is filtered.

      It's impossible to have a rep of -7 with only one vote. :-)

      I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1219229]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-18 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found