Slashdot Mirror


Ask Slashdot: Is Tech Talent More Important Than Skill?

snydeq writes "Taming technology is sometimes more art than science, but the difference can sometimes be hard to discern, writes Deep End's Paul Venezia. 'You've probably come across colleagues who were extremely skilled at their jobs — system administrators who can bend a zsh shell to their every whim, or developers who can write lengthy functions that compile without a whimper the first time. You've probably also come across colleagues who were extremely talented — who could instantly visualize a new infrastructure addition and sketch it out to extreme detail on a whiteboard while they assembled it in their head, for example, or who could devise a new, elegant UI without breaking a sweat. The truly gifted among us exhibit both of those traits, but most fall into one category or another. There is a difference between skill and talent. Such is true in many vocations, of course, but IT can present a stark contrast between the two.'"Assuming Venezia is correct, which do you think is more important?

32 of 277 comments (clear)

  1. Neither by Quinn_Inuit · · Score: 5, Insightful

    Hard work usually wins the day.

    --

    Stop learning! Only you can prevent esoterrorism.
    1. Re:Neither by Anonymous Coward · · Score: 5, Insightful

      No way.

      Someone who's willing to spend 12 hours a day trying their best, but not actually getting anything done is far less useful than someone who slacks of 7 hours of the day and gets a monumental amount done in the 60 minutes they are actually working. Usually the people doing that are pretty skilled and pretty talented - and have the bonus that when the shit hits the fan, you can usually get weeks worth of work done in surprisingly short time spans.

    2. Re:Neither by hibiki_r · · Score: 4, Insightful

      A programmer with no talent that is a hard worker will still have tons of trouble doing anything new. And if the work is not new, do I really want someone to write more boring code?

      Now, there's such thing as a developer that spends the entire day goofing off, and those won't do any good. But after you pass a very basic level of dedication, it's the smart developers that have a clear advantage.

      If there's anything that the question is missing, is social skills. A very good developer that sits by himself is valuable, but if he can help others be better, and can communicate with users and people in other disciplines properly, he'll be far more useful.

    3. Re:Neither by Skapare · · Score: 4, Insightful

      This so often depends on what the task is. If management chooses to let you decide how to go from problem to solution, this kind of thing can happen for a lot of people. If management is already dictating specifics of the solution, then it is most likely to end up as a disaster (except people with the special unique skill of knowing how to deal with idiot managers).

      --
      now we need to go OSS in diesel cars
    4. Re:Neither by aralin · · Score: 4, Insightful

      Oracle was trying in 2-3 projects over the span of 10 years to create a certain NDA covered technology. One of those tries involved a team of 700 people over 5 years. All those attempts failed and have been scraped, in some cases whole teams of people layed off. The attempt that eventually succeeded was one talented architect with 2 developers working for 6 months.

      Hard work my ass.

      --
      If programs would be read like poetry, most programmers would be Vogons.
    5. Re:Neither by Tough+Love · · Score: 5, Insightful

      Hard work usually wins the day.

      Hard work by a dullard is only effective for dull tasks.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    6. Re:Neither by Concerned+Onlooker · · Score: 4, Insightful

      I'm going with Coolidge on this one.

      "Nothing in the world can take the place of Persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination alone are omnipotent. The slogan 'Press On' has solved and always will solve the problems of the human race."
      -- Calvin Coolidge

      --
      http://www.rootstrikers.org/
    7. Re:Neither by JaredOfEuropa · · Score: 5, Insightful

      Cute, but wrong. The world is full of persistent, determined failures. If you lack skills and talent, you will not succeed by persisting. If you lack the skills of a carpenter and the talent of an architect, you can "press" on all you want but it's unlikely that you'll build a house that stays up. You might come up with some sort of servicable shelter, but that's hardly contributing towards "solving the problems of the human race".

      Persistence is important of course; without persistence you are unlikely to develop your skills and talents. Solving hard problems takes persistence. But there is a difference between persisting in attacking a hard problem and not giving up after a failure or three, and persisting in trying and trying again when you simply lack the skills for the job. As GP points out, persistence can make up for some lack of skill, but it will not bring you on the same level as a highly skilled person.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    8. Re:Neither by gbjbaanb · · Score: 3, Insightful

      And if the work is not new, do I really want someone to write more boring code?

      yes.

      Part of the problem with the IT industry is the continual churn of 'new' stuff as everyone seeks to find ways to enhance their CVs. If we focussed on solving problems with existing tooling, we'd have a mature industry with standards and established practices, and have mature, stable products that worked!

      Its the so-called smart developers that aren't happy with yesterday's solutions and want to rewrite it because they're often not smart enough to maintain existing code.Maybe the smart ones are the ones who do the work on boring code after all.

    9. Re:Neither by leaen · · Score: 5, Interesting

      I'm going with Coolidge on this one. "Nothing in the world can take the place of Persistence...

      This is not true, to quote Kurt von Hammerstein:

      I divide my officers into four groups. There are clever, diligent, stupid, and lazy officers. Usually two characteristics are combined. Some are clever and diligent -- their place is the General Staff. The next lot are stupid and lazy -- they make up 90 percent of every army and are suited to routine duties. Anyone who is both clever and lazy is qualified for the highest leadership duties, because he possesses the intellectual clarity and the composure necessary for difficult decisions. One must beware of anyone who is stupid and diligent -- he must not be entrusted with any responsibility because he will always cause only mischief.

      I seen plenty of programmers that are persistent but their code is flawed on so many levels that if I wrote that code myself it would save me time over convincing managers that their code needs fixing and fixing it.

  2. Huh? by Edward+Scissorhands · · Score: 4, Insightful

    I don't understand the difference. Who cares? If someone can get the job done, that's what counts.

    1. Re:Huh? by Gorobei · · Score: 5, Insightful

      I don't understand the difference. Who cares? If someone can get the job done, that's what counts.

      Ah, grasshopper, as you gain respect and seniority, you will find the success of your project becomes more and more dependent on other people.

      If you want to continue to succeed, you need to understand these peoples' strengths.

      1. No skill, no talent: avoid these people, have them write doc or something.
      2. Skill, no talent: give them designs or procedures. They will execute well if they understand what you want.
      3. No skill, talent. Mentor them and watch them closely. You will get a Scala engine running 20 lines of code in the middle of your Java app if you don't pay attention.
      4. Skill & Talent. Just chat will them about what you need. You'll get what you need in no time.

  3. Whichever One I Have by Anonymous Coward · · Score: 5, Funny

    Assuming Venezia is correct, which do you think is more important?

    Whichever one I've got, with justification to follow.

  4. Talent, obviously by Anonymous Coward · · Score: 3, Insightful

    Skill can be acquired.

  5. Re:"Ideas people" are worthless by Anonymous Coward · · Score: 3, Insightful

    You would hate academia.

  6. He's using silly terms to confuse himself. by sirwired · · Score: 4, Insightful

    The terms to use aren't "Talent" and "Skill" (those are pretty darn close to synonyms)... If you use those two terms, of COURSE you confuse yourself.

    I believe in IT we would refer to the two people as a Coder vs. an Architect. And yes, one person is often better at one of those things than the other. And this sort split is virtually universal across professions; it's not special to IT in any way.

    1. Re:He's using silly terms to confuse himself. by sandytaru · · Score: 3, Interesting

      In IT, at least, they're given two different job titles. I think in other professions it isn't as clear cut. I'm great at visualizing interconnected systems and jiggering logic, but ask me to code and I get stuck in my own personal infinite loop. That's why I'm an analyst and not a programmer.

      --
      Occasionally living proof of the Ballmer peak.
    2. Re:He's using silly terms to confuse himself. by Princeofcups · · Score: 3, Funny

      I believe in IT we would refer to the two people as a Coder vs. an Architect. And yes, one person is often better at one of those things than the other. And this sort split is virtually universal across professions; it's not special to IT in any way.

      For sysadmins, we call it Windows verses Unix. :-)

      --
      The only thing worse than a Democrat is a Republican.
    3. Re:He's using silly terms to confuse himself. by Gothmolly · · Score: 5, Funny

      Except in modern practice, 'coder' is a monkey who took an 8 week Khan Academy course in Java, while an 'architect' is a guy who knows powerpoint. Most frequently observed alongside 'managers' whose skillset includes Outlook, and 'the rest of the employees' who watch as their companies fold/outsource anything important.

      --
      I want to delete my account but Slashdot doesn't allow it.
  7. Different Jobs by sycodon · · Score: 5, Insightful

    What is described is two different jobs.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
  8. Wrong word choice by hurwak-feg · · Score: 3, Insightful

    I think Venezia is using the wrong words. I think Creativity vs Skill would be a better comparison. Talent in a sense is just a measure of how quickly one can learn a skill. Both talent and creativity are important. Creativity is needed to find innovative and unconventional (can be good or bad) solutions to problems. Skill is needed to be able to understand the problem and actually produce the work. Programming, systems administration, troubleshooting applications, and other IT tasks/roles all have skills and knowledge that one must acquire before being able to accomplish tasks the job requires. Without the skills and knowledge to fully understand the problem/task, the most creative (talented as Venezia puts it) person in the world won't be able to perform the task required of them. The reverse is also true. Someone could have the depth of knowledge to translate something as abstract as Python to machine code in their head, but if they lack the creativity to apply it or consider non technical approaches (which can be better in some cases) to the task or problem, they aren't very useful either. TLDR - Both are important.

  9. Grow up by Alomex · · Score: 3, Insightful

    We used to ask these questions back when we were seven:

    Who do you love more, your mom or your dad?

    Oh grow up. Both are important and there is absolutely no reason or need to create a linear ordering among them.

  10. Different? Sure! But a meaningless difference. by Chas · · Score: 4, Insightful

    Skill or talent!

    Stupid. Stupid. Stupid.

    This is essentially a false dichotomy. Creativity vs technical excellence.

    Sure, you can have creativity without technical excellence. There's hordes of crappy garage bands out there that can attest to this.

    You can also have technical excellence without creativity. Think about some of the ugliest, most painful-to-read code you have ever seen, but that happens to just work.

    You do NOT prioritize one over the other (well, you can, but you're a dumbass of Jobsian proportions if you do).

    Ideally, you want them to co-exist, harmoniously, in your people. Or, if that isn't happening, you make sure that they can interact amiably.

    --


    Chas - The one, the only.
    THANK GOD!!!
  11. Re:Skill by foniksonik · · Score: 4, Interesting

    I hire talent because I know I can teach skills.

    Don't know source control? Let me teach you GIT.
    Don't know shell scripting? Let me teach you Bash.
    Build server? Jenkins
    Build tool chain? Make/Ant/Maven/Grunt
    Web server? Nginx/Apache
    Reverse proxy and load balancing? Squid
    Programming language? Java/C
    Scripting language? Node/Python
    Data modeling / schema? No/SQL
    Design pattern? decorator, observer, module, factory

    Don't know what to do with your new skills? Sorry, I can tell you what I want to do with your skills but what you want to do is up to you. If you can't think of anything then you're just a worker bee. You can work on contract but I won't hire you.

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
  12. Sadly true by bensyverson · · Score: 3, Insightful

    That's true, and it's sad. People overspecialize these days, and underestimate themselves as a result. If you can optimize integer math, you can think big picture, and vice versa. Creativity is creativity.

    1. Re:Sadly true by Dahamma · · Score: 5, Insightful

      If you can optimize integer math, you can think big picture, and vice versa.

      Actually, after interviewing literally thousands of software developers over my career, I can tell you that is absolutely NOT true...

  13. Re:Huh? You think docs are unimportant? by satch89450 · · Score: 4, Insightful

    OK, I have QA training in my background as well as programming skills, so apply appropriate amounts of salt: some of the most interesting blunders in design, and blunders in implementation, are exposed when a good technical writer tries to makes sense of what s/he sees, and fails. In the process of trying to teach others how it all works, all the warts, cracks, crocks, and kludges are exposed in all its glory. What doesn't make sense in a manual will most likely not make sense in the real world. Think of it as scaffolding for the mind. "According to the specification, when I do THIS then X is supposed to happen; instead Y happens." And so forth.

    When I was in a large programming group in the 70s, I was the guy sitting at a Wang word processor, banging out design specs and cursing some of the square-heads that couldn't seem to design their way out of a paper bag. When my company decided they wanted to build their own replacement computer for one they had been buying for years, they turned to me to "reverse engineer" the computer -- including all the proprietary extensions and additions -- so the hardware group would have something to design to, and the SQA people to test the implementation against.

    Actually, it's an old story in Engineering. When you try to explain something, you see holes that you were blind to for days, months, even years. It's an "Aha!" generator.

  14. Perhaps, however... apk by Anonymous Coward · · Score: 3, Interesting

    Ok - I know plenty of guys that can do both ideals described, & I've seen it over a professional career as a developer from 1994-2009 fulltime. I've been fortunate to have been exposed to, worked with, and spoken to such folks thru academia right into the professional world... they ARE out there. They are BUILT, not born, most of the time. Field's TOO big for 'natural intellect' (skill via nature) to be the sole determinant.

    I'm talking guys I saw go on WAY past where I was, & were better @ the game when I knew them professionally (going to MS, Symantec, & others + excelling)...

    They didn't do it on natural skill alone.

    They kept @ it, almost 24x7... why? Most loved it.

    (Their motivator wasn't money alone)

    On talent & intellect: A few BLEW MY DOORS OUT totally on both fronts, admittedly & probably still do.

    (Yes, nobody "knows it all", & it takes time to say, learn not only to be a developer/coder, but also a DBA, webmaster, & even business process analyst/system analyst too - hence why specialization & teams exist + help - since no man is an "army of 1", especially on larger projects with gigantic business process logic behind them).

    That's just my 2 cents though based on my personal experience & observation: Not "the biggest sampleset" statistically of course. However, the 'power' of great people, is that they provide examples & can 'inspire' YOU to be "that better man" (it's their greatest talent). I am thankful to have even KNOWN such folks in my life in athletics, academia, professionally, or even online.

    Still - I think a human being is a marvellous machine, especially when properly motivated - & that yes, our minds (and bodies) are what I call "plastic": Meaning you can BE anything you like, or DO anything you like, minus say, natural constraints in physicality or "mental strength" for lack of a better expression... takes all kinds to make a world, & some folks yes, are NATURALLY thru gifts of nature/God/genetics etc., 'superior' (for a while @ least) to others for certain tasks too!)

    We ARE "built to work" & when pushed? We improve, in just about anything.

    APK

    P.S.=> I'll still stick by the experience is the best teacher and hard workers rule I posted earlier... you can have all the natural talent in the world. but imo @ least & experience? It's NOT enough!

    E.G. #1 of 2-> I've seen it as an NCAA athlete (1985 Letter K http://www.lemoynedolphins.com/sports/mlax/history/mlaxletterwinners ) in the physical world (e.g. guys that outright SUCKED their 1st year, e.g. http://en.wikipedia.org/wiki/Neil_Olshey (hey Neil, if you SEE this? Assist 'behind the back' vs. University of Buffalo to you per "yours truly"), lol he is an example of that, could barely play 1st year, but good athlete, in the end he rocked) but came back later like gangbusters via training hard & focusing - others 'coasted' on natural talent & those benchwarmers took their jobs from them in fact in SOME cases)

    Alongside

    E.G. #2 of 2 -> Where 'intellect rules' in computers (same basic deal, folks CAN improve if they're motivated & love what they're doing which imo is the MOST important factor)

    I've seen it, & on many a level in this field and others in fact.

    Still what I saw? Is if/when you don't work @ it + keep at it (not bad if you love what you do though), you atrophy or will NEVER make it on inborn talent alone - that can be the biggest shame waste though - wasted talent... apk

  15. Is this whole story a troll? by Diomedes01 · · Score: 5, Insightful

    Is this whole story a troll? The false dichotomy proposed between the (poorly-labelled) attributes of "talent" and "skill" is disingenuous. The comparison between acquired knowledge (what the author refers to as "skill") and inductive reasoning about a proposed new piece of functionality/infrastructure/etc (referred to by as "talent" in this bizarre example) is contrived, and somewhat arbitrary. I almost never read or discuss Slashdot stories anymore, and this s a great example of the underlying problem. Now, all you kids get off my lawn, and leave me in peace.

    --
    "To hope's end I rode and to heart's breaking: Now for wrath, now for ruin and a red nightfall!"
  16. true for jobs other than programmer, though ... by raymorris · · Score: 5, Insightful

    Working hard and smart at the same time is normally a winning combination.

    It's been aid that laziness is a popular characteristic of a good programmers. a programmer's JOB is to make the computer work for you. Hard work in programming sometimes means writing 18 different classes in one day, to handle 18 different columns. a better approach is to write one abstract class and a couple of subclasses that handle the different columns is polymorphically.

    Many times I've deleted a hundred lines of code and replaced it with four lines that do the same task more reliably and more elegantly. My predecessor worked hard. I worked smart.

    That said, reading a 1300 page book to learn HOW to do it in four lines was "hard work". I suspect programmers should listen to the old advice about sharpening the axe and spend a lot of their mental energy learning how to accomplish more faster, rather than producing more lines of code per day. The number of bugs is proportional to the number of lines of code, so the person who writes more lines per day really just creates more problems per day.

  17. Hard work? by dutchwhizzman · · Score: 3, Insightful

    Hard work may win you a pay check. Politics is what usually wins you a bigger pay check in IT. You can be skilled and talented all you want, but if you can't get your ideas across, you'll be sitting in a corner working your butt off without any recognition at all. You need people skills just as much as technical skills these days to survive.

    --
    I was promised a flying car. Where is my flying car?
  18. Re:Talent is a myth... by Eskarel · · Score: 3, Insightful

    Talent isn't a myth, but it isn't what people think it is.

    Being talented doesn't make you a phenomenal programmer because you still have to learn to program. Being talented however allows you to understand what it is you are doing in a way that makes becoming a phenomenal programmer vastly easier. This makes talented people look like better programmers when in fact what they are actually better at is understanding and learning programming, or music, or whatever else it might be. That's really only a semantic difference though because at equal levels of skill(and particularly at close to zero skill) talent shows up in the results.

    Does that mean skill and hard work don't matter? Of course not. It does however mean that if you want to perform as well as someone who is much more talented than you, you will have to work significantly harder than them.