Thanks
To filter in uBlock:
Addons -> uBlock Origin -> Preferences -> My Filters, Append something like:
# top (title / url)
news.ycombinator.com##tr.athing span.titleline > a:has-text(/(lockchain|202[3-9]$|GPT|LLM|OpenAI)/):upward(tr)
# bottom (stats / comments)
news.ycombinator.com##tr.athing span.titleline > a:has-text(/(lockchain|202[3-9]$|GPT|LLM|OpenAI)/):upward(tr) + *
It's not perfect but that would hide some of the blockchain submissions, some that have title that ends with a year and a few of the LLM submissions. This example could probably be improved quite a bit. Edit as you see fit.[1] - https://addons.mozilla.org/en-US/firefox/addon/ublock-origin...
AI is dominating the tech news due to its impact in many sectors, unfortunately the rocks available to hide under will become fewer, and this is just a reflection of the world we live in.
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(LLM):upward(tr):remove() news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/OpenAI\b/):upward(tr):remove() news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bstable\Wdiffusion\b/i):upward(tr):remove() news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bdall-e\b/i):upward(tr):remove() news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bChatGPT/i):upward(tr):remove() news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bGPT/):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bTwitter\b/):upward(tr):remove() news.ycombinator.com##html:not([op="item"]) tr.athing span.titleline > a:has-text(/\bMusk\b/):upward(tr):remove()
news.ycombinator.com##html:not([op="item"]) tr.spacer + tr:not(.athing):remove() news.ycombinator.com##html:not([op="item"]) tr.spacer + tr.spacer:remove()
The AI content is dominating due to a voting system.
In this comment 'dang explains his thoughts about keeping HN as a “non-siloed” site: