TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Two sets of upvoting/downvoting buttons?

5 pointsby kinkdrover 8 years ago
Do you think it would make sense if forums like hackernews&#x2F;reddit&#x2F;etc.. would have two sets of upvote&#x2F;downvote buttons?<p>The first set would be used as a &quot;contributes to discussion - vs - does not contribute&#x2F;flame&quot; indicator, while the second set would be used for &quot;I agree&#x2F;support this view - vs - I disagree&#x2F;don&#x27;t support it&quot;.<p>The usage of the voting at the moment seems a bit unsymmetrical, the up button is usually used to show support of the argument, while the down button is used, correctly the most times, to indicate a comment that is inflammatory&#x2F;troll or doesn&#x27;t add anything to the discussion.

4 comments

wvenableover 8 years ago
I&#x27;ve thought this as well but you probably only need 3 buttons: agree, disagree, and inappropriate.<p>Basically pressing either agree or disagree is also saying that it contributes to the discussion. Clicking inappropriate is the same as downvoting as it is now. Finding the right terminology might be difficult.<p>I&#x27;d love to see this as an experiment to see how it changes the discussions here.
评论 #13122155 未加载
kahrkunneover 8 years ago
I don&#x27;t think there&#x27;s any point to having agree&#x2F;disagree buttons. What should they do, push posts down that most people disagree with? Clearly that would be a mistake and a sure way to create an echo chamber.
评论 #13120053 未加载
评论 #13119637 未加载
skylarkover 8 years ago
I&#x27;d argue that the UX for up&#x2F;downvoting is already correct. Vote up if you agree, down if you disagree. It&#x27;s intuitive and how most people use those buttons.<p>You can attack this problem from a different angle: Factor the number of reports&#x2F;flags into the karma calculation and unweight downvoting itself. The report button on Reddit is essentially a &quot;this content is inappropriate&quot; button - why not use it as a part of the scoring system?
评论 #13122875 未加载
grzmover 8 years ago
Five buttons total:<p>- two sets of buttons: agree&#x2F;disagree &amp; good&#x2F;bad argument<p>- one flag button for inappropriate&#x2F;abuse<p>Edit to add: karma calculations left as an exercise for the reader ;)