Hacker News new | ask | show | jobs
by Wump 2577 days ago
100% agree with this take. I mentioned it in another comment, but I've actually been working on a project which is essentially a better search engine for programming questions that's integrated in your IDE.

When possible, you try to pull out code snippets from SO/github/reference sites/etc that answer the query with high confidence. (Essentially like "instant answers" in google, but making it better by focusing on programming questions.)

The challenge is the level of noise and ambiguity that you get back in search results, and actually sorting through that to surface the right answers.