TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Anonymize HN – a Chrome extension to anonymize Hacker News users

45 点作者 danthelion将近 2 年前
I wrote a small Chrome extension that allows the user to replace all usernames on Hacker News with either the string `anonymous` or a deterministic hashed value.

13 条评论

kaycebasques将近 2 年前
Interesting idea! Presumably you pay a lot of attention to who has written a comment and want to remove that bias? In my case I usually don't recognize the author for any given comment so I don't really have that problem.
评论 #37125728 未加载
评论 #37124172 未加载
评论 #37127661 未加载
评论 #37138548 未加载
Bilal_io将近 2 年前
It would be vrry interesting to clone and repurpose this extension to show tags next to known users from a centralized database. Example's of the tags would be "mod", "{name of tool/library/language} author", "expert in {area}", "CEO of {comapny name}", etc.
harha_将近 2 年前
I like the idea, but honestly I very rarely pay attention to usernames here.
searchableguy将近 2 年前
Do people recognise usernames on HN? I would be surprised if anyone remembered or recognised my username on HN and added any association to my comments.
评论 #37125281 未加载
评论 #37126293 未加载
评论 #37125748 未加载
评论 #37125392 未加载
评论 #37124934 未加载
评论 #37127330 未加载
评论 #37125259 未加载
mpsprd将近 2 年前
Tangentially, I always found the discussion flow on image boards interesting because of the &quot;anonymous chorus&quot; of replies.<p>It creates special patterns: cryptic references to spot non-initiates, people role-playing a straw man and replying to themselves, shunning people using confirmed user names, etc. There is jargon for all of this but it is too offensive for this venue.
评论 #37126318 未加载
renewiltord将近 2 年前
Two amusing related things:<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;roshan&#x2F;hnncnn">https:&#x2F;&#x2F;github.com&#x2F;roshan&#x2F;hnncnn</a> (no comments and usernames on the front page)<p>- <a href="https:&#x2F;&#x2F;stylometry.net&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;stylometry.net&#x2F;</a> (no longer works, but stylometry for various HN users - it was pretty good!)
neontomo将近 2 年前
Might be interesting to combine with:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30668137">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30668137</a><p><a href="https:&#x2F;&#x2F;greasyfork.org&#x2F;en&#x2F;scripts&#x2F;441566-hn-avatars-in-396-bytes" rel="nofollow noreferrer">https:&#x2F;&#x2F;greasyfork.org&#x2F;en&#x2F;scripts&#x2F;441566-hn-avatars-in-396-b...</a><p>Description:<p><i>The concept is to use HN usernames as the seed into a deterministic avatar generator. This generator is built from the famously simple xorshift32 PRNG, which both provides a random variable for the image generator steps, and &quot;pseudo-hashes&quot; the seed string to provide the initial PRNG state using a non-linear step (adding each codepoint - which is likely not very robust against collisions compared to proper hashing algorithms, but is simple and good enough).</i><p>And do away with the username, but still keep an avatar based on their username to make it easier to follow the flow of a thread.
评论 #37125522 未加载
badrabbit将近 2 年前
Like others I rarely pay attention to the username, except all the &quot;famous&quot; people on HN you just can&#x27;t miss when they are posting. But I think you mean psuedonimyze? Because you can easily tell who is posting using stylometry or just human brain pattern recognition.
评论 #37124346 未加载
hu3将近 2 年前
Nice. Another suggestion is to randomize message order (so removes top voted bias) and to perhaps un-gray downvoted messages.
评论 #37124753 未加载
nbittich将近 2 年前
I stopped at &quot;a chrome extension&quot;, if you are using chrome, you shouldn&#x27;t care about anonymity
fortran77将近 2 年前
For some reason, on this site usernames rarely matter to me. I know only 1 or 2 people by username.
mdwalters将近 2 年前
Is this also for Firefox?
评论 #37124937 未加载
评论 #37124147 未加载
pessimizer将近 2 年前
I try my best to treat every forum like &#x2F;b&#x2F;. All people are is what they just said. I&#x27;m not having a conversation with an individual, I&#x27;m having a conversation with a venue. I&#x27;m grabbing the floor and addressing the chair.<p>I bet if HN went forced anon, it wouldn&#x27;t make much of a difference in posting and upvoting patterns.
评论 #37124300 未加载
评论 #37124284 未加载