Show HN: I made a search engine for Hacker News
41–50 of 87 posts
Re: Show HN: I made a search engine for Hacker News
#42Re: Show HN: I made a search engine for Hacker News
#43Re: Show HN: I made a search engine for Hacker News
#44Nice work. I wonder if there may be a better application for the Vectara capabilities than search? Algolia has already done the search thing, can the Vectara search be 10x better? What I do find missing from HN is the ability for me to see things that may be of interest to me, but that I may have missed. I like how I get everything in the main feed which is pure popularity, but I don't have the time to go through all…
[1] my hunch is that some human expert curation is involved.
Re: Show HN: I made a search engine for Hacker News
#45Nice work. I wonder if there may be a better application for the Vectara capabilities than search? Algolia has already done the search thing, can the Vectara search be 10x better? What I do find missing from HN is the ability for me to see things that may be of interest to me, but that I may have missed. I like how I get everything in the main feed which is pure popularity, but I don't have the time to go through all…
(I've been thinking about this not just in terms of HN, but treating all my RSS feeds as one undifferentiated stream and just having a chatbot sort incoming items into whatever bucket it deems most appropriate).
What's stopping me is that it might work, and I doubt making the internet even stickier is good for me long term.
Re: Show HN: I made a search engine for Hacker News
#46One of the most frequent searches I do is to look for a specific comment that I know a user made recently. For example, I might want to look for my own comment here: https://news.ycombinator.com/item?id=40801389 (sorry, this is a slightly political one but I just picked it randomly for test purposes).
Searching Vectara for "n4r9 NHS" produces no results: https://hackernews.demo.vectara.com/?query=n4r9+NHS&filter=
HN's own search however produces the goods in the top result: https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...
[ EDIT except for this very post :p ]
Maybe 6 days ago is outside the dataset that this is based on?
Some other thoughts/suggestions:
- Ability to click through to the comment itself? At the moment it looks like the link goes just to the main comments page and then I have to find the relevant comment on the page.
- Filter comments vs posts?
- Order by datetime?
- Filter within a date range?
Re: Show HN: I made a search engine for Hacker News
#47My personal opinion is that I'll keep using the HN search for the foreseeable time.
Re: Show HN: I made a search engine for Hacker News
#48Nice work. I wonder if there may be a better application for the Vectara capabilities than search? Algolia has already done the search thing, can the Vectara search be 10x better? What I do find missing from HN is the ability for me to see things that may be of interest to me, but that I may have missed. I like how I get everything in the main feed which is pure popularity, but I don't have the time to go through all…
I posted an RSS reader that can do this recently [2] and I'm actively hacking on another [3]. But there's many RSS tools that can do this.
Re: Show HN: I made a search engine for Hacker News
#49Nice work. I wonder if there may be a better application for the Vectara capabilities than search? Algolia has already done the search thing, can the Vectara search be 10x better? What I do find missing from HN is the ability for me to see things that may be of interest to me, but that I may have missed. I like how I get everything in the main feed which is pure popularity, but I don't have the time to go through all…
I've been wondering if segmentation might be the way to go. Have the chatbot look at all the items, cluster them into a few buckets of its choosing, then throw each new item into the most appropriate bucket. (I've been thinking about this not just in terms of HN, but treating all my RSS feeds as one undifferentiated stream and just having a chatbot sort incoming items into whatever bucket it deems most appropriate).…