Live data from Hacker News

Get better at Googling

markodenic.com

31–40 of 297 posts

Re: Get better at Googling

#31
No, that's not it.

You Google bubble is the most important asset.

I was routinely ask to search the same thing as a colleague. And I regularly got better answers since I trained my bubble on technical queries. While the other person had more interests and Google returned varied results.

So, if you get a hobby in landscaping, don't ruin your search bubble by polluting it with that.

Re: Get better at Googling

#32
post #25

Long-term, more important than Googling, is building a mental picture of 'who can be trusted to give solid advice or write great code'. Nowadays, I don't hit StackOverflow, but go to GitHub to look at what the best Software Engineers I know did to solve a problem. For each topic, there is somebody that comes to mind that I think is better than everybody else, and I look to them for direction.

The GitHub Code Search feature is really useful. If I run into a weird problem that's somewhat outside "mainstream" programming (e.g. 2D Line Arrangements with CGAL), I'll often use Code Search to try to find repos that are using the API I'm using to see how they used it.

Re: Get better at Googling

#35

I know it was not the most important thing by a long shot, but having a named that is verbifiable was/is still handy. "Just google it". You can't do the same with other search tools. "Just bing it" is the closest, but "binging" is not only not an important skill, it's something they do on Netflix. Yahooing? Ducking? Dogpiling? Altavisting? Binging? The ability for the word 'google' to be transformed to multiple use c…

"Searching"?

Re: Get better at Googling

#36

I know it was not the most important thing by a long shot, but having a named that is verbifiable was/is still handy. "Just google it". You can't do the same with other search tools. "Just bing it" is the closest, but "binging" is not only not an important skill, it's something they do on Netflix. Yahooing? Ducking? Dogpiling? Altavisting? Binging? The ability for the word 'google' to be transformed to multiple use c…

"Searching"?

sure, but google had the ability to be commoditized - people "google" even when they're just 'searching' (and the browser is set to default to DDG, for example). "googling=searching" for a sizable portion of the population, much like "kleenex=tissue" or "Xerox=copy" (back in the day).

You could just say 'Xerox these reports' and people knew what you meant, even if your office had a Ricoh copier.

Re: Get better at Googling

#37

What's often overlooked and omitted from this sort of guide is a person's ability to identify the trustworthiness and usefulness of a website that shows up in search results. It's not enough to juggle operands and search hacks. You also need to know which result to click. Another commenter suggested just searching for your error message. Try searching for "cannot read property of undefined" and scroll through the res…

The academic and scholarly field you are referencing in your first paragraph is referred to as “information literacy“

We’re looking at this and students generally we look for the number of stages that need to be completed:

Identification of the need for new information

Searching and strategies for finding the needed information.

Assessment of the usefulness of the information

Evaluation of the credibility of the information

Use of the information to progress a project forward

Reflection on the process and identification of opportunities for improvement

Re: Get better at Googling

#38
To abstract it a bit more - the core skill is being able to learn search engine syntax and search operators. Much in the same way that learning regex can be incredibly rewarding.

I've (unfortunately) met senior managers that equate googling with incompetence, because they've assumed that coders who rely too much on google (or other search engines) simply can't or don't want to learn languages enough to do stuff by memory.

But, it's just a tool, like any other. I've worked with people that simply could not look up things, and would grind to a halt if they could not find any clues in their regular literature.

Re: Get better at Googling

#39
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…

You can drop the "3" from !python3, it has the same result.

Re: Get better at Googling

#40
Agreed! By the way, with SearchMage WebExtension you can enhance google and other search engines so that you get useful features like easier navigation, easier filtering, search profiles, removal of spam domains, optional infinite scroll etc.

https://chrome.google.com/webstore/detail/searchmage/oldjnha...

https://addons.mozilla.org/firefox/addon/searchmage-search-e...

Post reply on HN