"The best doctors are the quickest to Google." "The best scientists are the quickest to Google." "The best engineers are the quickest to Google." Are the above statements true? Quite possibly. I would argue that the best in their fields are those writing the answers that are indexed by Google to be found by others. However, usually the best in their fields are also good at using Google. Unfortunately, the worst in th…
My doctor said "I don't know, I have to go look that up". He's probably going to stay my doctor for a very long time for that one sentence.
The best programmers are the quickest to Google
21–30 of 205 posts
Re: The best programmers are the quickest to Google
#22Re: The best programmers are the quickest to Google
#23Earlier quoted context omitted.
My doctor said "I don't know, I have to go look that up". He's probably going to stay my doctor for a very long time for that one sentence.
I suffer from a cross disciplinary illness, in which very few doctors have experience (because it doesn't fit into one of the major well defined specialties). You can't imagine how happy it makes me when a doctor tells me "I have to go look that up", as opposed to.. no.. there's nothing to worry about, you're just imagining that, or whatever
Re: The best programmers are the quickest to Google
#24Re: The best programmers are the quickest to Google
#25In that environment, you learn quickly what skills separate a good programmer from a bad one. The traits I found the most useful:
-Learning speed (ability to quickly grasp a completely foreign concept)
-Creativity (without a template of how others do it, you are the trail blazer)
-Patience, because the really bad programmers wouldn't even try, they would curse it as stupid and leave or get someone else to do the work.
Re: The best programmers are the quickest to Google
#26Yes and no. I'm a co-founder of http://devbootcamp.com so I see this every day in the context of people learning to be programmers. "The best programmers I know understand how to architect and build large projects piece by piece. They can focus on the macro because don’t get hung up in the pieces. They know how to use Google to find solutions fast. DRY." I agree with the first and second bit and strictly speaking the…
Google should be used as a reference. It should not be used in place of educated judgement.
This goes along with the ideology that you should not trouble yourself with monkey-memorization. When learning to program (for instance), concepts are far more important and useful, as you are constantly faced with making educated decisions. Decisions should not be made based on reference material alone.
Re: The best programmers are the quickest to Google
#27It's so frustrating to see people trying to google a problem, but fumbling with a poorly written query and/or focus on the wrong search result hit snippets.
Re: The best programmers are the quickest to Google
#28From my experience of not doing this early on, the quicker you take this advice, the quicker you will build really cool things.
Too much NIH syndrome, and NIH among those least qualified to invent it usually
Re: The best programmers are the quickest to Google
#29It depends on what you're working on. If you're working at the cutting edge, you will find that Google often doesn't have the answers you need... simply because they aren't out there.
Most often, however, you are just querying the database wrong. You either don't know the specific jargon or you are searching for an overloaded term.
Its kinda like when I get pitched by non technical people who are keen on starting up and they come with this "revolutionary, never seen before webapp" idea. Usually within two Google queries I will have some established players already working on the specific market, or at least digital corpses of some previous players. When I get no results, even after an hour or two of searching - that usually means that there is no market, where the would be founders are seeing it.
"Cutting edge" is often a synonym for "not having a clue" :D.
Re: The best programmers are the quickest to Google
#30Googling is hit or miss--that great source for how to set up ssh certificates in Apache might rank poorly tomorrow, and pages which don't do show how to make a pem might be top ranked tomorrow.
Evernote has saved me tons of time... I look at it as a digital extension of my brain.