Hacker News new | ask | show | jobs
by philwelch 5786 days ago
No, even if you only look at the people who work really hard for a very long time, some of them do better than others, and some of them just plain don't make it. I'm not talking about the guy that watched TV six hours a day instead of studying--I'm talking about the guy that works his ass off and doesn't keep up with the top of the class. You've never meet--or even heard of--those people?
2 comments

My experience has always been that people that do bad in school is because they simply don't work at it. Or that they've neglected years of school and suddenly studying really hard will not make up for all the years of neglect.

Cramming at the end of a semester will not help you at all. It has to be slow and incremental. Baby steps and it has to be consistent. If you keep this up for years eventually you get to a point where it seems that you are learning so much faster than everybody else but it really is just that you have been at it for years already and learning new information using the context of all the previous information makes it a lot easy to learn.

At most schools that might be true. But it beggars belief that, for instance, any human being could graduate summa cum laude (or even magna cum laude) with an engineering degree at MIT when hundreds of lifelong hardworking and genuinely smart individuals try and fail at that feat every year. (Substitute for MIT any top-flight engineering program.)
I agree. It's inspiring to believe and act like anyone can do anything. But this boils down to the nature-nurture debate - how much of what you do is "built in"? Experimentally this always seems to come out in the 30-70% range. Given evolution, it's pretty much axiomatic that some people are better than others at certain things. It's hard to believe that hard work alone can defeat every sub-optimal genetic combination out there.

(I've met some of the people you describe also.)

"Talent" certainly seems to play a role (though "hard work + less talent" will beat "little work + more talent" more often than not unless the talent difference is extreme), but what is talent exactly? What is the nature of it?

I was watching someone take one of these online IQ tests and they were doing a question where you had to add up a bunch of numbers and tell if the result was even or odd. The person reached for a calculator. I laughed and said what the answer was. That person might have thought I was some kind of math genius. In reality, as a software developer I've learned a lot of interesting shortcuts for these kinds of things. I know that if I represent the numbers as base 2 that there is only one bit that has an odd value. I know that even numbers don't have this bit set and can thus be ignored (0 + n = n = id function). I also know that adding an even number of odd numbers gives and even number and an odd number of odds gives an odd. So given this knowledge I don't need to add up anything, just count the odd numbers. Which I can do quite quickly. The thing that made me so much more efficient than the other person was knowing a trick.

Is this the nature of "talent"? If Joe Plumber plays golf for 10k hours and Tiger Woods 10k, could the reason Tiger is so much better be that he knows these "tricks"? He knows how to make his 10k hours be more effective?

>You've never meet--or even heard of--those people?

I have (in the context of programming). The thing that always struck me about them was that they seemed to be working far too hard.