Live data from Hacker News

Get better at Googling

markodenic.com

1–10 of 297 posts

Re: Get better at Googling

#5
So far the most useful thing I have found has been the bangs from duckduckgo.

With it I can avoid an additional search and go directly search the place I want to look whether that is python docs, rust docs, Wikipedia, reddit or Amazon. Heck I can forward myself directly to google too.

All of this with just a !w, !a, !python3, !rust, !g added to my query.

I understand why google doesn't support this, largely because they want people to stay on the google page and be subject to ads.

I just question the utility of showing advertisements for at least programming related queries where I think the direct to websites seems a lot more useful.

Re: Get better at Googling

#8
post #5

So far the most useful thing I have found has been the bangs from duckduckgo. With it I can avoid an additional search and go directly search the place I want to look whether that is python docs, rust docs, Wikipedia, reddit or Amazon. Heck I can forward myself directly to google too. All of this with just a !w, !a, !python3, !rust, !g added to my query. I understand why google doesn't support this, largely because t…

https://mosermichael.github.io/duckduckbang/html/main.html - all the bang operators on one page, in accessible form. (here is the code that builds the search page https://github.com/MoserMichael/duckduckbang )

Re: Get better at Googling

#9
Using search engines effectively is such a great, often overlooked skill. It's something that folks often think as a given, but being able to quickly find an answer or resource can appear as "techno voodoo" to some.

I've tried to make a habit of not telling people "just Google it!" when they ask me a question, and instead "Let's Google it" - to open up for an opportunity to help someone try to find an answer by "asking" in a different way.

Re: Get better at Googling

#10
post #4

Also just Google any error messages (minus your specific bits)...

That, and knowing how to ask questions on StackOverflow or in IRC/Discord/Slack/Matrix.

Man, I really wish SO had a "Close question because answer is in the documentation" option. They'd see their traffic halve overnight.
Post reply on HN