Hey so, I have been working on a specialized search engine (at least you can think of it in this way). And for me a lot of the gains came because we could structure and restrain the search space in a meaningful way, such that we could build better distance metrics than a pure text search could do. I wonder what you think about that. Maybe one could submit a code snippet, or mark something as an error, or ask for a re…
Launch HN: Hello (YC S22) – A search engine for developers
141–150 of 208 posts
Re: Launch HN: Hello (YC S22) – A search engine for developers
#142One of your examples at the bottom of the page, is the "IsPalindrome". I guess the assumption is I would click on the "see Reference" as it doesn't provide any context for the code. This context of a real person explaining it is one of the benefits of sites like Stack Overflow, so I would think about this element of UX. Also, I noticed in your palindrome reference example, it didn't choose the accepted answer from St…
Showing an answer written by a human as a part of the code snippet is also a good idea.
Re: Launch HN: Hello (YC S22) – A search engine for developers
#143Congrats on the launch! Looks promising, so I'll try it out for a couple of days. One feature request at first glance: please default to the system font stack for code snippets. I see you're currently using Consolas, a Microsoft typeface, which is not pleasant to see as a mac user. You can use this to default to the system font on every platform: font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Mono", "Droid Sa…
Re: Launch HN: Hello (YC S22) – A search engine for developers
#144Re: Launch HN: Hello (YC S22) – A search engine for developers
#145It would be amazing if this could be used for internal documentation however. Like we have so much documentation on our wiki which is just disorganised.
Re: Launch HN: Hello (YC S22) – A search engine for developers
#146Personally I’ve never really had an issue with Google - I think my mental model with how it works is to the point it makes sense. It would be amazing if this could be used for internal documentation however. Like we have so much documentation on our wiki which is just disorganised.
Re: Launch HN: Hello (YC S22) – A search engine for developers
#147Personally I’ve never really had an issue with Google - I think my mental model with how it works is to the point it makes sense. It would be amazing if this could be used for internal documentation however. Like we have so much documentation on our wiki which is just disorganised.
Re: Launch HN: Hello (YC S22) – A search engine for developers
#148Thought 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.