This is more useful than I thought it was going to be. Specially the "-" for exclusion is new to me, and I can recollect a few times where that would have been handy to know.
Get better at Googling
11–20 of 297 posts
Re: Get better at Googling
#12Earlier quoted context omitted.
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.
Re: Get better at Googling
#13Earlier quoted context omitted.
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.
Re: Get better at Googling
#14https://ahrefs.com/blog/google-advanced-search-operators/
"Google Dorking"
Re: Get better at Googling
#15This is more useful than I thought it was going to be. Specially the "-" for exclusion is new to me, and I can recollect a few times where that would have been handy to know.
Re: Get better at Googling
#16Another commenter suggested just searching for your error message. Try searching for "cannot read property of undefined" and scroll through the results. There are dozens of dodgy domains like asdfsdf.cornelius714.site that are just scrapes of stackoverflow or other forums.
Re: Get better at Googling
#17The core skill is to know how to acquire information and filter the noise from the signal.
Today yesterday it was the user manual, today its google, tomorrow its stackoverflow. And beyond that, who knows !
Re: Get better at Googling
#18The "AROUND" proximity search is neat as well, especially for words with dual meaning. like:
bootstrap AROUND(6) cpu
Finds "bootstrap" within 6 words of "cpu", which culls out most (not all) of the unwanted results about the bootstrap js library.
This article seems to cover most of the ones I'm aware of: https://ahrefs.com/blog/google-advanced-search-operators/
Edit: Changed around(6) to AROUND(6). Apparently the lowercase version doesn't work, as it's highlighting the word "around" in the results.
Re: Get better at Googling
#19You can't google yourself out of every situation. You must be willing to dive deep into a topic, read a lot, think and understand things well.
What googling often means is that you just open on the top 10 hits, scroll through, read two paragraphs, and if the solution is not immediately clear, you go to the next page...