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.

Show HN: HN Demetricator – An extension that removes upvote and comment counts

92 pointsby brianyu8almost 5 years ago

14 comments

andykxalmost 5 years ago
I&#x27;m curious, do others perceive undeserved upvotes as an issue? As far as communities like this go, I think HN is pretty fair about what kind of content is valuable.<p>Sure, maybe some high-quality niche articles don&#x27;t get a ton of attention, but that&#x27;s the nature of writing about niche topics.
评论 #23804888 未加载
评论 #23805353 未加载
评论 #23805098 未加载
评论 #23805076 未加载
评论 #23807947 未加载
评论 #23805488 未加载
pwdisswordfish2almost 5 years ago
Great idea. I have been having this idea for years of doing a little stream editing to change the color of the grey text to match the other comments. But I use a text-only browser so I cannot see text colors anyway.<p>I think what happens is we learn to &quot;play to the crowd&quot; when posting comments, knowing certain &quot;inside the box&quot; ruminations will garner support. This seems almost like a form of self-censorship that we are doing, sometimes without even realising it.<p>Is there really any definition of a &quot;vote&quot;? It is ambiguous. Better that we ask commenters &quot;Is this what you mean?&quot; Many times voters are probably misinterpreting comments. It is quite challenging to write comments where every single reader gleans the same meaning.<p>Another idea is you could pull new comments from the Firebase endpoint and insert them into their respective threads, randomising the order, or maybe just have chronological order. It would be an interesting experiment, if nothing else.<p>The web today has seemingly become a series of filtered, ordered &quot;lists&quot; where the top spots are the only content that is deemed to matter (and, for the vast majority, the only content that is seen). Not saying this is necessarily ill-advised, but one has to consider the effects, which are becoming more difficult to understand as we lose <i>the ability to choose</i> non-opinionated ordering (alpha, chronological, etc.).
评论 #23813960 未加载
thih9almost 5 years ago
To offer a different perspective, I find upvote counts useful.<p>Part of why I’m on HN is to follow the community and understand what the community finds important.<p>In practice I read submissions that look interesting to me and I also read those that received an unusually high number of votes, even if I find them uninteresting or disagree with them.
aaanotherhnfolkalmost 5 years ago
I&#x27;ve worked on some rules for this in my similarly motivated extension Disengaged[0].<p>Another thing it does which I think helps a lot is automatically collapses subreplies.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;a13o&#x2F;disengaged" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;a13o&#x2F;disengaged</a>
评论 #23806870 未加载
jgiliasalmost 5 years ago
Everything that&#x27;s on the front page is massively upvoted already anyway. I&#x27;d suggest checking the &#x27;new&#x27; tab from time to time instead.
评论 #23805066 未加载
scott113341almost 5 years ago
I have a similar script, except that it removes posts that link to domains that I&#x27;ve found to frequently be non-interesting or low-quality.<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;scott113341&#x2F;56c03bc7f285eefbea0a6146bcb59134" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;scott113341&#x2F;56c03bc7f285eefbea0a6146...</a>
nerfhammeralmost 5 years ago
I actually kind of miss being able to see comment vote counts.<p>Now you can only see that a comment is voted higher or lower than its siblings, if any. The vote count could show you that HN thought a comment was 50 times better than a sibling, or whatever. Of course it&#x27;s subjected to biases, but rank-order voting is as well in basically the same ways, but the absolute count just gives you more information.<p>(re: a bias towards first-mover advantage specifically, we should obviously have an exponentially weighted moving average of the votes over time decayed to the current timestamp rather than an absolute vote count, of course.)
neimanalmost 5 years ago
Great. I think that social media concept is awesome. I want to follow people in my feed, I want to create discussions with them.<p>But how those main social networks did it, with likes or other shallow simplifications of human response, with not showing stuff from those I follow in a linear order, instead pushing &quot;engaging&quot; content to my face, is just terrible.
627467almost 5 years ago
I personally rely on frontpage and comment count as an indicator as to weather I should spend anymore time to read that article&#x2F;comments. I do read all titles though so metrics are not the only factor.<p>I do realize that in using HN in this way I&#x27;m &quot;leeching&quot; off of hn curators work rather than contributing to curating new things myself...
评论 #23806986 未加载
oltdanielalmost 5 years ago
I wouldn&#x27;t see a good point for this. HN is focused on these counts, because only they allow you to identify the &quot;importance&quot; and &quot;discussion size&quot;. Would be like twitter without a like and retweet counter. How do I know its important? Is it something I support and give a like, to boost its rank?<p>Something like [1] is more useful than hiding information.<p>1: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23804469" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23804469</a>
评论 #23806158 未加载
评论 #23806144 未加载
评论 #23809282 未加载
caymanjimalmost 5 years ago
Upvoting this, ironically enough.
meesterdudealmost 5 years ago
i use ublock rules to hide scores and disable downvoted comment fading, but i haven&#x27;t blocked comment count. HN has been much better for me since making these changes.
评论 #23805145 未加载
评论 #23805027 未加载
trevealmost 5 years ago
I tried to build a similar extension for Stack Overflow that would remove the downvote button and close button, but it got rejected by the Chrome Web Store :(
评论 #23806024 未加载
k__almost 5 years ago
I&#x27;d really like a bigger hide button.