Hacker News new | ask | show | jobs
by orourkek 1669 days ago
> This is what everyone in this thread seems to be missing. Google is exactly as useful to me as it was 25 years ago, in fact much more so in fact by way of several orders of magnitude more information being available on the web.

> About ten years ago I had to switch to consistently using double quotes for technical searches to raise the signal-to-noise ratio, ...

I remember double quotes being infinitely more useful 10 years ago than they are today and much more strict (i.e. good for technical searches). You could put actual code syntax into double quotes and it would return meaningful results containing that syntax. Nowadays there is no way I'm aware of to force google to respect every single character within double quotes — it's much more fuzzy now and frequently characters like `!;.,/\|{}[]` are ignored/dropped from inside quotes and the quality of (technical) results suffers. It's the 80/20 optimization problem discussed elsewhere in this thread...

1 comments

This is a decent point, I never search google for literal code samples