The article is missing several operators that are useful. Like inurl:, intitle:, allintitle:, etc. The "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.…
Wow had no idea most of these operators existed. Thanks for sharing (and to the original post too, I didn't know a couple of those e.g. before:)
Get better at Googling
171–180 of 297 posts
Re: Get better at Googling
#172Earlier quoted context omitted.
As with anything, everyone has their own style of learning. Yes, a large portion of developers just copy/paste from SO. However, many people also use the results of what they find on Google to learn concepts that the actual docs for just aren't that good.
I wish I had the time to learn everything I copy from SO/SE. Sometimes when you need to get something done and you find something that works as is, it is easier to test it and move on to something more important. We don't have infinite time.
Re: Get better at Googling
#173Earlier quoted context omitted.
From the linked article: > “search term” > Force an exact-match search. Use this to refine results for ambiguous searches, or to exclude synonyms when searching for single words. Author claimed they tested all of the operators, but this one in particular I can confirm haven't worked reliably for me for over a decade and across a number of machines and accounts. Some times it can be traced down to things like me searc…
Try opening the “Search tools” menu in the results page and selecting “Verbatim”... I think that makes “literal” searches work, because otherwise Google uses synonyms and language analysis to attempt to match your search to results.
Now it just fails inconsistently (i.e. it sometimes works).
Re: Get better at Googling
#174The article is missing several operators that are useful. Like inurl:, intitle:, allintitle:, etc. The "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.…
"bootstrap cpu" gives far higher quality results.
Re: Get better at Googling
#175Google is okay for research on how other people have achieved something. But generally these days I am of the opinion it just teaches you bad habits. I really wish people would just read the docs instead of just googling. I am working on a large typescript solution and almost every error in the application is due to the original developers not reading the docs and instead just googling stuff from stack overflow. Also…
But on the second point, I find myself having to use the g! Operator of ddg to get the result I need.
Recently it was looking for a workaround I knew existed for a documented defect. ( weirdly not documented on the bug tracker of the library ... go figure )
Google gave me the result, Duck Duck go was serving me the doc or the bug tracker.
Hmm. Actually maybe Google just remembered that from my previous search.
Re: Get better at Googling
#176Earlier quoted context omitted.
Before google vendors supplied printed documentation.
Also, more of your software was likely to be from a vendor, not FOSS you paid $0 for. That means phone or even in-person support, in addition to a real manual, for stuff like your IDE, OS, and compiler. I dunno about everyone else, but a lot of my Googling that couldn't be replaced by a simple reference manual for the language(s) I'm using is environment bullshit . It's a result of using a giant, complex, mostly-free…
Re: Get better at Googling
#177There are so many devs who can‘t properly Google, but there are equally many devs who can‘t get a couple of books about a subject (that alone is a skill not many devs have mastered), dive into it and take the time to understand. Either they never learned how to properly read or they don‘t have the patience, and thus look for a shortcut. It‘s okay if you are familiar with a tech to look up how this or that can be solv…
Re: Get better at Googling
#178Earlier quoted context omitted.
Yes I keep bookmarks or often document the links in my brief of the project. Or I've used the links so much I know the site path to get to a doc. You're trying to find a hole in my logic, but you're ignoring what I'm saying: Searching the web isn't an important skill, just as going to the library to research isn't an important skill. The skill is reading, research, and organizing research itself. Google just makes it…
> You're trying to find a hole in my logic, but you're ignoring what I'm saying I think you're ignoring what everyone else is saying and that is that Googling is not about Googling, it's just a tool for researching. It's not all about Googling some random blog post about how to manage cache invalidation, it's shorthand of knowing how to use search engines to get you to the right page, documentation, scholarly article…
Re: Get better at Googling
#179Re: Get better at Googling
#180I used to be a pro at using Alta Vista. Google was so much better, enabling me to get much better results without the tricks that I never mastered it to the same extent.