Google used to be better, I feel. Nowadays when you add a particular word to make the search specific (otherwise it's too general), Google decides for you, there aren't many results with that keyword, so it excludes the word and gives you a list of irrelevant things. Yeah I know to put the words I want in quotes, but why doesn't it do that by default?
Google works much better when you use the information they know about you. At the office, I get much better work related searches than at home. This has the benefit of profiling my coworkers and not just me, and the searches/ sites visited are generally work related. Edit: I don't like Google's intrusiveness either. I do not use it much at home. The searches are better when you teach it with better data. Searching in…
Get better at Googling
241–250 of 297 posts
Re: Get better at Googling
#242Earlier quoted context omitted.
It's really sad. There used to be a time when I'd try to recall a specific page on the internet and I'd be able to use a zillion search operators to narrow in to the page that I was looking for. Now, that's impossible. I've noticed search for everything kind of sucks now as every platform has tried to become curators.
Every platform only wants to return links to sites that run ads or commerce sites that buy ads. Providing useful information is a loss leader that needs to be optimized out of existence so that the C levels get a bonus for a job well done.
Re: Get better at Googling
#243Earlier 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
#244Earlier quoted context omitted.
A developer who is new to a technology absolutely needs to read the documents. No matter how good or bad, it's important because it probably tells you a lot of stuff you wouldn't learn on your own (or that someone else will teach you wrong). I do a lot of GCP work anymore, and the amount of devs who make service authentication way more complicated than it needs to be is really freaking high. It's clear that the peopl…
Cases where docs are not enough: - Beginners do not understand doc's jargon, or they need to learn too much stuffs to understand it that they'd rather quit. So they end up relying on third party sources/implementations - No English knowledge and no translations
Re: Get better at Googling
#245I suspect that testing job candidates for Google-fu would be much more productive that trying to find out whether they remember off the top of their head how some obscure algorithm works.
Re: Get better at Googling
#246Earlier quoted context omitted.
Obviously. If the docs are garbage then you are going to have to find alternatives. However these days devs have never had it better.
Laughs in shitty Oracle docs.
Re: Get better at Googling
#247> 1. Use quotes to force an exact-match search Almost never works these days. Google now usually just quantizes your search terms into an ad or ultra popular news article written 3 minutes ago. It also ignores all your operators most of the time. Bonus: If you use something like inurl: You get blocked for a "hacking attempt". Google also has blocked Tor and VPNs since 2006 or so. In fact, they are the one big search…
"What Google Search is trying to be is a thing you can ask questions and get an answer back. For example converting feet to inches..."
Wolfram Alpha does that better anyways. https://www.wolframalpha.com/Re: Get better at Googling
#248This is great list, but what is the most important in search is not operators. It is context. Every time I work with students and they are stuck, I ask them to Google the issue. 9 out of 10 they will write something like: how to upload an image? Instead, they should first specify the context. Is it an issue on the front end? Are they looking for the correct input type for file upload? Or is it the php method to recei…
What you suggest is what us old school people do, since that's what worked best in the early years of search.
Re: Get better at Googling
#249> 1. Use quotes to force an exact-match search Almost never works these days. Google now usually just quantizes your search terms into an ad or ultra popular news article written 3 minutes ago. It also ignores all your operators most of the time. Bonus: If you use something like inurl: You get blocked for a "hacking attempt". Google also has blocked Tor and VPNs since 2006 or so. In fact, they are the one big search…
I'm struck by the profundity of this loss. It's almost as bad as if something like archive.org were to just disappear. SaaS is so ephemeral. One day, you have access to a version of Google that works absurdly well. The next, it's gone forever. I used to use Google so much that it felt like a border collie in those dog competitions. I knew how it behaved, I had a bank of commands/searches that I had half-memorized and…
They put so much weight on recent * news * mainstream. Very black mirror.
Even searching for explicit contrary takes will instead give you the same recent * mainstream * news.
Re: Get better at Googling
#250I've noticed filetype:pdf no longer really works - tons of sites that require you to sign up for an account before seeing the file. Used to be a great method to find pdfs of textbooks / other resources.