Live data from Hacker News

Ask HN: Make AI Filter for Hacker News

news.ycombinator.com

1–9 of 9 posts

Re: Ask HN: Make AI Filter for Hacker News

#4

I think if you can build an AI to identify AI-generated text, you could actually create a billion-dollar business.

it's not about the content, but topic. i am tired of reading about AI stuff. i am not interested in it whatsoever and it has been polluting HN for a long time time.

Re: Ask HN: Make AI Filter for Hacker News

#6
In uBlock Origin -> My Filters:

    # Filter some topics
    # top (title / url)
    news.ycombinator.com##tr.athing span.titleline > a:has-text(/(laude|lockchain|coin|202[3-9]$)/):upward(tr)
    # bottom (stats / comments)
    news.ycombinator.com##tr.athing span.titleline > a:has-text(/(laude|lockchain|coin|202[3-9]$)/):upward(tr) + *
    #
Customize as desired.

Re: Ask HN: Make AI Filter for Hacker News

#9
post #8

I would be interested in something like this as well. I feel inundated in AI-related projects and news, and I'm only tangentially interested in that.

I shared my solution here: https://news.ycombinator.com/item?id=47672767

Thanks for that.