←back to thread

469 points bookofjoe | 2 comments | | HN request time: 0.473s | source

I would very much like to enjoy HN the way I did years ago, as a place where I'd discover things that I never otherwise would have come across.

The increasing AI/LLM domination of the site has made it much less appealing to me.

1. sgc ◴[] No.44573784[source]
ublock origin filter example, removes post, post actions/stats, and spacer:

news.ycombinator.com##tr.submission:has(:has-text(/LLM|agentic/)) + tr + tr

news.ycombinator.com##tr.submission:has(:has-text(/LLM|agentic/)) + tr

news.ycombinator.com##tr.submission:has(*:has-text(/LLM|agentic/))

replies(1): >>44580418 #
2. frm88 ◴[] No.44580418[source]
Thank you for this - works like a charmandno need for a github project like the one proposed above.