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.

Does HN enable keyword filters? e.g., no “AI” posts 'til this hype cycle is over

3 pointsby scotuswroteusabout 2 years ago
Do I need a client to turn off all of these links to various pictures of Sam Altman under dystopian predictions about &quot;AI,&quot; or is there a settings option I&#x27;m missing that I can just use here in my browser?<p>Love yall

3 comments

sovok_xabout 2 years ago
If you use uBlock you can just filter out those posts with a couple of rules like I do:<p><pre><code> news.ycombinator.com###hnmain .athing:not(.comtr):has-text(&#x2F;corona|covid|\bAI\b|GPT|wordle|Ukrain|Russi|\bChin[ae]|death|quarantin&#x2F;i):xpath(following-sibling::tr[1]) news.ycombinator.com###hnmain .athing:not(.comtr):has-text(&#x2F;corona|covid|\bAI\b|GPT|wordle|Ukrain|Russi|\bChin[ae]|death|quarantin&#x2F;i)</code></pre>
PaulHouleabout 2 years ago
You need one of these<p><a href="https:&#x2F;&#x2F;ontology2.com&#x2F;essays&#x2F;ClassifyingHackerNewsArticles&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ontology2.com&#x2F;essays&#x2F;ClassifyingHackerNewsArticles&#x2F;</a><p>which is motivated by this<p><a href="https:&#x2F;&#x2F;ontology2.com&#x2F;essays&#x2F;HackerNewsForHackers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ontology2.com&#x2F;essays&#x2F;HackerNewsForHackers&#x2F;</a><p>which was written by a legendary &quot;True Scottsman&quot;. Lately I&#x27;ve been working on a smart RSS reader based on the same ideas but is much more industrialized. Of course my values are different, I am sure to upvote anything from arXiv about practical text classification... It also can do scary things to you: first I got frustrated because it couldn&#x27;t tell the difference between the NFL (liked) and Premier League (hated) but the feature engineering to fix that got me studying the structure of soccer literature and before I knew it I was a soccer fan hanging on the result of every Arsenal and Man City game.
评论 #35631237 未加载
surprisetalkabout 2 years ago
You can use this script to remove any keywords from HN.<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35274050" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35274050</a><p>Instructions in comments.
评论 #35631236 未加载