Show HN: Chrome extension to hide AI/GPT related submissions from HN (chrome.google.com)
Hi All, since I am consistently overwhelmed with all the all the ai/gpt news on the hn front page I built this simple extension to filter out such articles and show them on the extension popup if I'm in the mood to read. I am interested in the topic but just tired of reading the similar discussions (local models, llama on mac, ai taking away our jobs, etc) all the time. Every few days I search for topics on hn.algolia.com and go over any exciting development.
Ironically, since this was the first time I built an extension chat-gpt helped build 90% of the extension since . Also once installed, this show hn will disappear from your feed too :)
Firefox : https://addons.mozilla.org/en-US/firefox/addon/hacker-news-f...
Github : https://github.com/prashantkhurana/Hacker-News-Filter-AI
48 comments
[ 3.0 ms ] story [ 91.2 ms ] threadPeople would speak of "the net" c. 1999 similarly, like it was this nebulous creature rising up off its operating table! I guess we say "cloud" now so maybe nothing's changed.
Missing HN submissions about it won't leave me/you/anyone a barbarian. :)
Just the other day I wanted to pick up where I left off on 'Crime and Punishment' but couldn't remember all the long russian names... So I asked ChatGPT to give me a non-spoiler short description of the main characters ONLY from the first half of the book, and it worked flawlessly.
I find it a bit strange (although entirely predictable) that some people would try to forget about whole matter and hide from it as if it did not exist. The reality is that the IT world is going to go through some fundamental shifts in near future and very likely a lot of people will either lose jobs or do completely different work or do it with a completely different set of tools and skills.
We are now all trying to figure out what's in store for us and prepare for it, or be left out.
I find articles on HN actually pretty useful. And unlike some other hysterias, the whole preoccupation with AI to be healthy and useful.
We have been hearing this for a decade, that's why we are sick of hearing it again. Just do the fundamental shifts already.
But that's not true. What we have been seeing was attempts that looked marginally useful. Helpdesk chats that were only able to handle simplest problems and would respond with something stupid more often than not. Things that did not really look threatening to actual people doing their jobs well.
What I saw recently, on the other hand, is something that can actually perform useful, novel work and that can actually replace some marginally productive people. And this is very important difference.
(Nah, I see how clever this is :p Nice work!)
It is much safer for the consumer as the browser extension will automatically update without ever notifying you, and can access everything on every page of every website. It just makes me uncomfortable.
I will port the code out tonight, but thanks very much for sharing!
EDIT: Here is the TamperMonkey script: https://pastebin.com/D555pGkj (sorry it's not installable in one click, I didn't want to share my GitHub account)
Here's an example of the filter:
hckrnews.com##.entry:has-text(/(orange|pineapple|kiwi)/i)
Or it could be written as multiple lines if that looks cleaner:
hckrnews.com##.entry:has-text(/orange/i)
hckrnews.com##.entry:has-text(/pineapple/i)
hckrnews.com##.entry:has-text(/kiwi/i)