Earlier quoted context omitted.
Those articles are coming from Bing as of right now. Our offering is based on analyzing those articles and summarizing them/picking out the most relevant parts. We definitely plan to augment (and eventually replace Bing) with our own index.
Have you considered using blacklists? You could cooperate with Brave and their Goggles: https://news.ycombinator.com/item?id=31837986
Launch HN: Hello (YC S22) – A search engine for developers
121–130 of 208 posts
Re: Launch HN: Hello (YC S22) – A search engine for developers
#122Thought I'd try this on a problem I've been researching today (which I resolved) where my service worker for offline PWA usage was working for everything except audio files. I searched the following in say hello.so. "Service worker fails on request for audio file" I got back a couple of results related to general service worker use but none that get close to discussing the core problem that lead to the solution. The…
The description of the steps you took is super helpful feedback - thanks! Hello performs best on "how-to" questions at the moment. We're still working to improve troubleshooting type queries.
Then again maybe that's just me.
Re: Launch HN: Hello (YC S22) – A search engine for developers
#123Earlier quoted context omitted.
In your first comment, you say you want high information density. In this one, you say if there are irrelevant results on Google, you'll just ignore them and scroll past. I get that there's always a high bar to switch to a new tool, and Google obviously has certain advantages that are tough to replicate, but it seems like you're applying a bit of a double standard. If Google shows me a bunch of ads and irrelevant res…
Both things can be true and you are omitting/ignoring part of my comment about irrelevant results. Higher density of information means I can scan faster and see more with less/no scrolling. As for irrelevant results I called out that the relevant results were above the videos (irrelevant, to me in this context, content). Lastly, I very rarely get ads when doing technical searches so that doesn't really factor in here…
Re: Launch HN: Hello (YC S22) – A search engine for developers
#124Re: Launch HN: Hello (YC S22) – A search engine for developers
#125The animations and page jumpiness are a bit off-putting and slow, but it is a beta!
Re: Launch HN: Hello (YC S22) – A search engine for developers
#126Earlier quoted context omitted.
Both things can be true and you are omitting/ignoring part of my comment about irrelevant results. Higher density of information means I can scan faster and see more with less/no scrolling. As for irrelevant results I called out that the relevant results were above the videos (irrelevant, to me in this context, content). Lastly, I very rarely get ads when doing technical searches so that doesn't really factor in here…
Right, but you still have to click on those links manually and potentially scan lots of text yourself for relevancy. Our goal is to automate that.
EDIT: Building on what I said:
I use Github CoPilot and have been very happy with it. It's far from perfect and even when it spits out good code I have to do minor cleanup but it does save me time and "sparks joy" when it works. When it doesn't work it doesn't really get in my way. If CP required I change my entire method of programing, IDE, or if I had to go into a "special mode" to use it then it would be next to worthless to me.
As it stands you don't have a good fallback (regular results). Your product should be additive to what currently exists in the space. Not "a step forward if we guess the correct answer and a massive step backwards if we don't". I 100% believe you can make changes such that the results function as a perfect fallback (I've outlined them in various places of this thread).
Re: Launch HN: Hello (YC S22) – A search engine for developers
#127Re: Launch HN: Hello (YC S22) – A search engine for developers
#128Re: Launch HN: Hello (YC S22) – A search engine for developers
#129> Training a sequence-to-sequence language model (T5 derivative) on our custom dataset designed for factual generation yielded much better results with less hallucination. Could you elaborate more on this or point to a paper/benchmark results?
Re: Launch HN: Hello (YC S22) – A search engine for developers
#130I'm seeing the same page as result 1, 2 and 3. Interestingly only 1 out of those 3 results were scraped from that page. Even more curiously only 1 out of those 3 results were even valid code. https://beta.sayhello.so/search?q=hello+world+in+brainfuck Nice idea for the project though. Good luck with it
Our code extraction/ranking model hasn't been trained on that language yet, so it's definitely an out-of-domain example. We'll keep working on expanding our repertoire!