Show HN: HNRelevant – Add a "related" section to Hacker News
122 points| imadj | 9 months ago |github.com
Since then, it remained simple but better, new features include:
- Improved accuracy by also using comments to help gauge the topic of discussion and the right keywords.
- Published as plugin for more browsers: Chrome, Firefox (including android), and more recently Microsoft Edge.
- Support for narrow screens and mobile devices.
- Added preference controls.
You're here because you love interesting HN discussions but they're often buried away like hidden gems, so give it a try and let me know what you think.
RugnirViking|9 months ago
(no shade to you, OP. Seems like a cool idea, great that it exists. Just that if there were the option to turn this off on most social media I would probably take it)
imadj|9 months ago
> if there were the option to turn this off on most social media I would probably take it
This extension has 'manual' mode which only show the search field by default and then you get to fetch results at your command. Very much like an embedded search engine.
Its functionality is more like the book recommendations you come across on goodreads. It only shows when you visit a discussion you're interested in. The nature of this website by itself is quite different from other social media.
But I understand where you're coming from and appreciate you raising awareness.
unknown|9 months ago
[deleted]
always_imposter|9 months ago
[deleted]
dan_voronov|9 months ago
There is a compatibility issue with the "Modern for Hacker News. A redesigned web interface for Hacker News." browser extension (I use Firefox). If it is active, I do not see the block with related news.
Can this be fixed?
imadj|9 months ago
I need to investigate what kind of mutations the other extension is doing to HN interface and figure out a way to be compatible with it on top of the native one.
I opened a GitHub issue if you're interested in following the status there: https://github.com/imdj/HNRelevant/issues/24
UPDATE: Based on initial look it seems that the 'Modern for Hacker News' extension completely restructures the DOM and uses its own class names. If someone have suggestions to be compatible with different designs, I'm down to do it.
fvlasveld|9 months ago
somebehemoth|9 months ago
imadj|9 months ago
quantadev|9 months ago
This would mean you could do things like:
1) Write a blog post, and then find all other blog posts that were the 'closest to yours' that was ever written.
2) Do basic "Search" in a way that's probably more powerful than even the Google Page-Rank Algo, by being able to look up every web page that exists based on a Cosine Similarity.
It's a shame Web3 didn't really ever "go viral" in a big way, or else we'd be able to do this stuff right now.
never_inline|9 months ago
People act like embeddings are all you need for search.
Curse of dimensionality also means what you think is the most similar is not necessarily the most similar thing in vector space. See the last Hn discussion on word embeddings for some examples.
cosmicgadget|9 months ago
https://news.ycombinator.com/item?id=43797896
The idea is to then allow bloggers to link relevant posts so readers can easily traverse the web.
insin|9 months ago
swyx|9 months ago
mine is here: https://github.com/swyxio/hnx
- displays the latest links from Y Combinator's Hacker News
- Offers a link for submitting the url of the current tab.
- shows previous results when submitting in case someone recently submitted
call-me-al|9 months ago
nichol4s|9 months ago
Edit: that was actually pretty easy you can see it here: https://webfu.se/+hn/
cosmicgadget|9 months ago
drsh0|9 months ago
imadj|9 months ago
I think I know why it was hard to identify the font. I used two:
The larger text (Orange) is 'Space Grotesk': https://fonts.google.com/specimen/Space+Grotesk
The smaller text in black is 'Roc Grotesk'
mfkhalil|9 months ago
anjel|9 months ago
imadj|9 months ago
imadj|9 months ago
MrCoffee7|9 months ago
imadj|9 months ago
- Visit a submission page like this Show HN.
- Check permissions for the extension. Maybe they were skipped on installation somehow.
- Are you using other extensions for HN? they might obstruct this extension from integrating with the site.
smusamashah|9 months ago
unknown|9 months ago
[deleted]