Live data from Hacker News

Show HN: HNRelevant – Add a "related" section to Hacker News

github.com

31–37 of 37 posts

Re: Show HN: HNRelevant – Add a "related" section to Hacker News

#31

Thought Experiment: Imagine if we had a true "Perma-Web" where something like IPFS was keeping a permanent record of every web page. Then we could have a "Semantic Web" where each webpage maps to a single point (it's Vector Embedding) in higher dimensional space. 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…

Cosine similarity alone can't give you good results. For example, if you want to search specific names or acronyms, cosine similarity won't help much. 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.

I'm not claiming Cosine Similarity can do things it can't do. I'm claiming it's useful to find related pages, in a very powerful way, and I'm correct.

Re: Show HN: HNRelevant – Add a "related" section to Hacker News

#32

Earlier quoted context omitted.

Cosine similarity alone can't give you good results. For example, if you want to search specific names or acronyms, cosine similarity won't help much. 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.

I'm not claiming Cosine Similarity can do things it can't do. I'm claiming it's useful to find related pages, in a very powerful way, and I'm correct.

You literally wrote it can be more powerful than Google search.

Re: Show HN: HNRelevant – Add a "related" section to Hacker News

#33

Earlier quoted context omitted.

I'm not claiming Cosine Similarity can do things it can't do. I'm claiming it's useful to find related pages, in a very powerful way, and I'm correct.

You literally wrote it can be more powerful than Google search.

Because Cosine Similarity is that powerful.

Re: Show HN: HNRelevant – Add a "related" section to Hacker News

#34
post #24

can we use this thread to share other useful HN tooling? 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

I recently ported to Manifest V3 the Refined Hacker News extension: https://github.com/alexferrari88/refined-hacker-news (not yet in the Chrome store, it needs to be manually installed but it's a small thing)

Re: Show HN: HNRelevant – Add a "related" section to Hacker News

#35
post #9

sounds like fun. Perhaps a little too much fun. This sort of algorithmic thing keeps people on social media all day. So be aware folks this can only lose you time working. (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)

It's harsh to compare this to social media personalized feeds when it's fundamentally different. > 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 com…

I think of it like stack overflow's recommended questions feed, which I also turn off. Its fun, but a time sink

Re: Show HN: HNRelevant – Add a "related" section to Hacker News

#36
post #17

It is not working for me on Chrome, even though I have the "Auto Pilot" option set on. What do I need to do to get it to work?

It shouldn't need anything other than the permissions requested on install. - 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.

I got your extension to work on Chrome. I was looking for the info from HNRelevant in a different place on the webpage from where it actually was, as most extensions put the added info from the extension on the right side of the webpage instead of below it.

Re: Show HN: HNRelevant – Add a "related" section to Hacker News

#37
post #9

Earlier quoted context omitted.

It's harsh to compare this to social media personalized feeds when it's fundamentally different. > 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 com…

I think of it like stack overflow's recommended questions feed, which I also turn off. Its fun, but a time sink

So this is a principle you live by to avoid time sinks in any form. Fair.

I'm interested, what makes HN frontpage different? Why spend time on HN but avoid "fun" submissions? To me the extension serves as almost a shortcut to help you find interesting stories you're looking for. I imagine you also closely monitor and limit the time you spend on HN as well?

Do you have recommendation for books or articles that resonate or helped influence you regarding this.

Post reply on HN