Show HN: HNRelevant – Add a "related" section to Hacker News
21–30 of 37 posts
Re: Show HN: HNRelevant – Add a "related" section to Hacker News
#22This is excellent. Is there a way to filter out low comments dupe posts?
Re: Show HN: HNRelevant – Add a "related" section to Hacker News
#23Edit: that was actually pretty easy you can see it here: https://webfu.se/+hn/
Re: Show HN: HNRelevant – Add a "related" section to Hacker News
#24mine 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
Re: Show HN: HNRelevant – Add a "related" section to Hacker News
#25This 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.
Re: Show HN: HNRelevant – Add a "related" section to Hacker News
#26Thought 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…
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.
Re: Show HN: HNRelevant – Add a "related" section to Hacker News
#27Thought 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…
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.
Re: Show HN: HNRelevant – Add a "related" section to Hacker News
#28Re: Show HN: HNRelevant – Add a "related" section to Hacker News
#29This is excellent. Is there a way to filter out low comments dupe posts?
Re: Show HN: HNRelevant – Add a "related" section to Hacker News
#30Thought 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…
Not the exact implementation you suggest, but similar: 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.