Pst. Don't exclude people without college degrees. They're often far more resourceful, in my experience, and there's little that college gives you as a developer. Hire the person, not the school.
there's little that college gives you as a developer I hear this fallacy a lot. A lot of people seem to give it a pass and nod along with it, maybe because it makes them feel better or maybe because it seems like the politically correct thing to say in a room full of talented hackers, only some of whom went to college. While you in no way need to go to college to be a developer, I think people should be highly skepti…
Poll: What is your highest educational qualification?
101–110 of 136 posts
Re: Poll: What is your highest educational qualification?
#102I attended a networking event recently where I was pitching to a guy who had a high rank in our local university's IT program and is respected as an entrepreneur also. Anyway, he was challenging me on everything I was saying (which I thanked him for at the end), and one question was: "If what you are doing is so great, why aren't the big boys already doing it." My first response was that the key is to do it better, w…
However, Larry Page got enormous benefits from his PhD: he met Sergey; he had connection with Andy Bechtolsheim; great people around him; and Stanford supported his patent (they own it). Actually, these are mainly contacts acquired through Stanford (similar to "location"), not of a PhD program itself. I don't recall Larry learning anything from doing a PhD itself, as opposed to doing the work independently.
BTW: I had a very critical advisor like that, and it was really unpleasant. Not everything he said was helpful or relevant - but some were. And at the end, I was rightfully grateful - and also rightfully annoyed. I think seeing criticism as impersonal, specific and temporary is helpful; as well as responding only to the factual denotations, not connotations (including attitude and tone); and responding without connotations myself.
Re: Poll: What is your highest educational qualification?
#103Earlier quoted context omitted.
It's a pretty useless metric. How many lines of code did the people who invented quicksort (pick great algo of your choice) write in their first implementation? It's certainly important to have some minimum # so you can say you know what writing software is like, but imho judging by counting lines of code is roughly equivalent to judging mathematicians by # of lines in their proofs... that is to say, totally ridiculo…
Somewhat useless, but not totally ridiculous. I brought this up to show that the I have received 10x the education from the code I have written professionally than from all my formal schooling. I realize as well as anyone here that the best code usually have less lines. At least mine does. But "years of experience" has less meaning, believe me. So do title, company, number of jobs, number of customers, etc., etc., et…
Spending a few months working on hard problems without a functional debugger can compleatly change how you aproach programming. But, so does finaly understanding how to use a debugger. Spending a few weeks reading other peoples code to document a working system was also an incredably valuable experence.
PS: The closest thing to a single nuber I can think of is "how many diffrent months of experence do you have?"
Re: Poll: What is your highest educational qualification?
#104 bachelor's: in the top 75%
master's: in the top 33%
doctorate: in the top 10%
(I'm assuming that a higher degree is "better", though some would differ. I've heard evidence that startup success inversely correlates with education. Some high-profile anecdotes: Bill Gates doesn't have a bachelors, Woz didn't have one at the time he designed the Apple, and I think the only degrees that Larry and Sergey got were their bachelors).Re: Poll: What is your highest educational qualification?
#105Earlier quoted context omitted.
But it's a D. There are other D's besides a Ph.D.: there's the Psy.D and others: (from Wikipedia) The Doctor of Psychology (Psy.D.) degree is an applied doctorate on the same level as (in alphabetical order) the D.B.A. (Doctor of Business Administration), D.D.S. (Doctor of Dental Surgery), D.Div. (Doctor of Divinity), D.M. (Doctor of Ministry), D.M.F.T. (Doctor of Marriage and Family Therapy), N.D. (Doctor of Naturop…
So which one is best to have around if you happen to get hit by a bus?
Thanks to the popularity of physical injury or wrongful death lawsuits, the J.D. will be with you soon regardless of who else is around when the bus hits you.
Re: Poll: What is your highest educational qualification?
#106I don't have a high school diploma but I'm in college. Voted for "elementary school" :)
I bailed out of high school after three years and went to college. I tried to avoid getting my high school diploma (skipped my graduation), but they mailed it to me. I tried to avoid getting my college diploma (skipped my graduation) but they mailed it to me. I've got to come up with better tactics to avoid credentials...
You do, however, manage to get out of spending an afternoon wearing robes and a squareish hat.
Re: Poll: What is your highest educational qualification?
#107Re: Poll: What is your highest educational qualification?
#108Earlier quoted context omitted.
It's a pretty useless metric. How many lines of code did the people who invented quicksort (pick great algo of your choice) write in their first implementation? It's certainly important to have some minimum # so you can say you know what writing software is like, but imho judging by counting lines of code is roughly equivalent to judging mathematicians by # of lines in their proofs... that is to say, totally ridiculo…
Somewhat useless, but not totally ridiculous. I brought this up to show that the I have received 10x the education from the code I have written professionally than from all my formal schooling. I realize as well as anyone here that the best code usually have less lines. At least mine does. But "years of experience" has less meaning, believe me. So do title, company, number of jobs, number of customers, etc., etc., et…
Re: Poll: What is your highest educational qualification?
#109Re: Poll: What is your highest educational qualification?
#110I attended a networking event recently where I was pitching to a guy who had a high rank in our local university's IT program and is respected as an entrepreneur also. Anyway, he was challenging me on everything I was saying (which I thanked him for at the end), and one question was: "If what you are doing is so great, why aren't the big boys already doing it." My first response was that the key is to do it better, w…
I don't quite understand what he meant, as "working on a doctorate" isn't an answer to "why aren't the big boys already doing it?" However, Larry Page got enormous benefits from his PhD: he met Sergey; he had connection with Andy Bechtolsheim; great people around him; and Stanford supported his patent (they own it). Actually, these are mainly contacts acquired through Stanford (similar to "location"), not of a PhD pr…
Seeing as one major focus of a PhD is to learn to do independent research, this statement is essentially vacuous. It also disregards the influence on his thinking process from his advisor (Winograd) and fellow graduate students.