←back to thread

305 points evolve2k | 1 comments | | HN request time: 0.205s | source
Show context
joeblau ◴[] No.5878236[source]
I love DDG and I used it for 6 months but the problem I had is that when I was looking for things related to coding or Linux--it fell short. I would type in an error from Objective-c, Node.js, Java, JavaScript or Scala and nothing helpful would return. This forced me to return to Google which I ended up doing so often that I switched my default search engine back :(.
replies(2): >>5878290 #>>5878722 #
1. 3rd3 ◴[] No.5878722[source]
We could create a search machine decision plugin for Firefox that forwards tricky queries to Google. Maybe a simple rule like

  .*[\d|\.|\"|\,|\(].*|.{42,}
is already sufficient.