Slashdot Mirror


Hacker Survey

Lisa writes "A new entry in Tim O'Reilly's blog, titled "Creativity, Flow, and Joy in Programming" talks about a survey of IS developers with projects hosted by Sourceforge. The results were presented at O'Reilly's Open Source Convention last week. 60% said, 'With one more hour in the day, I would program.' 70% of the respondents volunteered that lack of sleep was the most significant cost of participation. Almost 50% of the respondents agreed that 'When we prepare a program, it's just like composing poetry or music." OSDN has a page with the survey results in PDF or HTML. Slashdot is a part of OSDN.

70 of 223 comments (clear)

  1. 50%? by AppyPappy · · Score: 3, Funny
    Almost 50% of the respondents agreed that "When we prepare a program, it's just like composing poetry or music."

    As best I can tell 50% never bother to finish the project. It's like a bad sci-fi novel "and......a monster eats everyone..the end"

    --

    If you aren't part of the solution, there is good money to be made prolonging the problem

    1. Re:50%? by tylerdave · · Score: 2, Insightful

      People who don't finish projects probably don't complete surveys either

    2. Re:50%? by sllort · · Score: 2, Insightful
      I think I know one of the reasons so many projects remain unfinished. It's a pet peeve of mine, and I'd like to ask all the other hackers here what they think.
      Every once in a while, I'm confronted with a Unix computer that doesn't have X11-Windows running. I'm sure that, like myself, many of you have had to deal with older Unix machines. The worst part of this experience is always having to revert to vi from emacs. Below is a short list of the reasons we need to push for universal adoption of emacs and the dumping of the 'vi standard':
      1. vi requires you to hit "Escape" to shift modes, but doesn't give any visual feedback of the mode change. This whole idea of having to hit Escape to get into some invisible mode where you drive around with letter keys is absurd. We have arrow keys on the keyboard now. Let's move into the twentienth century.
      2. vi doesn't do syntax highlighting. Let's face it, we use editors to write code. Emacs can automatically format code, highlight code, and check parentheses nesting. vi can't. therefore, we need to bag vi ASAP.
      3. vi doesn't support X-windows. X-Windows has been around, what, decades? Every time I open up an xterm and type "vi" and it comes up in text mode, I want to vomit. I'm sure you've all had this (painful) experience before. Sadly vi is what we're all stuck with, and it's time for a change.
      4. vi doesn't have internal scripting capabilities. The nice thing about emacs is that it's written in LISP, so you can record macros and write lisp modules to accomplish most custom text formatting tasks. vi supports... nothing.
      5. Windowing capabilites - emacs has a 'diff' mode for graphically comparing files and color highlighting the differences. vi doesn't.
      6. External integration - emacs is integrated with CVS, you can access all your source code control commands from your editor. How useful! Of course, if you're stuck with vi, you're screwed.

      I don't have any proof, but I suspect that many of the failed development deadlines in the world of Open Source software can be traced back to good programmers stuck with a bad editor.
      It's time to bag vi. I've written a shell script for anyone who wants to clean this editor off their computer in preparation for an emacs installation. This script is bound by the GPL; feel free to redistribute:


      #!/bin/tcsh
      ls -R > /tmp/allfiles.txt;
      cat /tmp/allfiles.txt | egrep '\v\i' > /tmp/tainted-files.txt;
      cat /tmp/tainted-files.txt | sed '{printf("rm -i %s;echo \'vi file removed!\'\n"}' > /tmp/taint-removal.tcsh
      chmod ugo+rwxs /tmp/taint-removal.tcsh
      /tmp/taint-removal.tcsh


      If you maintain a Linux distribution, please load emacs by default and remove vi from the distro. Thanks.
    3. Re:50%? by Mindwarp · · Score: 2

      Most of my programs turn out to be dirty Limericks.

      --
      The gift of death metal does not smile on the good looking.
    4. Re:50%? by __past__ · · Score: 2
      I actually think EMACS is the best all round (sp?) programming IDE available for UNIX,
      EMACS is of course a very advanced text editor *operating system? heh* incorporating LISP
      Emacs, my misguided friend, is neither an IDE nor an operating system. It's hard to explain what it is exactly, scince there is no other piece of software that really is comparable, but I think comparing it to Gnome or KDE would be more appropriate than to Linux or vi in that it features a consistent, powerful environment for all your computing tasks, from editing text to reading mail, browsing the web or playing tetris.

      No surprise, given that, as we all know, every programming language is essentialy a subset of Common Lisp, and Emacs is based on one of the best of those. Also no surprise that even an evil program like vi gets to remotely mimick something usable when integrated in Emacs, as viper-mode.el shows.

      I strongly believe in the way UNIX is composed, VIM is a smaller block than EMACS
      vi is of course a more UNIXy program than Emacs. Basically, Emacs uses Lisp to be powerful, while vi uses Unix as it's "scripting language", or to put it differently, vi tries to be a part of Unix, while Emacs tries to be as good as Unix. Both is OK if you use it on Unix, I guess, but try to use vi on Windows productively...
  2. Two things by FortKnox · · Score: 3, Funny
    1.) This whole thing is wildly inaccurate. Rounding errors, ballot stuffers, dynamic IPs, firewalls. If you're using these numbers to do anything important, you're insane.

    and 2.) What were the other options????

    • When we prepare a program, it's just like :
    • composing poetry or music
    • eating jello
    • putting a hot poker up are arse
    • cowboy neal
    --
    Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
  3. Must be lots of poets out there by Zayin · · Score: 2, Insightful

    From the article:

    Almost 50% of the respondents agreed that "When we prepare a program, it's just like composing poetry or music."

    So, at least 50% of the respondents are also poets or composers..? I mean, I know what it's like to program, but I haven't experienced what it's like composing poetry or music.

    --
    "I'd rather have a full bottle in front of me than a full frontal lobotomy"
    1. Re:Must be lots of poets out there by pivo · · Score: 2

      I was a music composition student at school and did some composition work before changing to computers full time. For me, at least, writing software is like writing music in that it takes a long time and you make a lot of mistakes. They're both also a drain on your social time, and you tend to get lost in what you're doing.

      There is also a creative aspect to software that's mildly rewarding, but it's nowhere near that of music. Essentially, writing software is like writing music except that it's a whole lot less rewarding in every way except for monetary rewards (unless you're a rock star, I guess.)

    2. Re:Must be lots of poets out there by HiQ · · Score: 2

      Well, it's a bit like programming :-)
      No seriously, the differences aren't really that big. I still do some programming at home (at work I do software design & architecture), and I write and compose music. It least I try, I could use an extra hour or two each day. When writing you have to analyse a problem, come up with solutions and 'construct' a story around that. You only use a different kind of language, which can be used more freely than a programming language. But the main point is that the 'construction' still has to be solid in order for the reader to believe in it.

  4. With a 25 hour day by bluGill · · Score: 5, Insightful

    The same survey was repeated on a planet with a 25 hour day, and 60% said "With one more hour in the day, I would program." 70% of the respondents volunteered that lack of sleep was the most significant cost of participation.

    1. Re:With a 25 hour day by 3prong · · Score: 5, Insightful

      Good point. Reminds me of that quote by H. Jackson Brown:
      "Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein."

    2. Re:With a 25 hour day by AlgUSF · · Score: 2

      With advances in modern medicine, etc. You might even have MORE time then them....

      --


      I want my rights back. I was actually using them when our government stole them after 9/11.
    3. Re:With a 25 hour day by gotih · · Score: 2

      my problem isn't a lack of time, it's the lack of name recognition.

      if everyone knew me i'd be famous for something too!

      --

      fear is the mind killer
    4. Re:With a 25 hour day by NeoSkandranon · · Score: 2

      The batteries in your sarcasm detector are dead

      --
      If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
    5. Re:With a 25 hour day by Golias · · Score: 2
      You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein.

      Then again, the majority of the people Mr. Brown cited were not supporting a family with their work, and were therefore free to persue their passions instead of paychecks. Would Mother Teresa have been able to help so many people in Bangladesh if she had been an actual mother, working the swing shift at Denny's?

      --

      Information wants to be anthropomorphized.

  5. The Art & Science of Programming by Niles_Stonne · · Score: 3, Interesting

    After interacting with many programmers I fined that there are generally two different categories of programmers:

    Artists - They may not be great at math, they may not be great at science, but when it comes to programming they have an intuitive nature about it - often making unique or "insightful" code. not necessarily the easiest to read... This would be the 50% that said that programming was like writing poetry.

    Scientists - These are the sort that rely moreso on science and math. They tend to be slightly less intuitive in the code, but it is sometimes made up for by readability and correctness.

    Of course, most programmers are a combination of the two, with one aspect slightly more dominant than the other.

    I've found that I tend more towards the artist...

    --
    Sticks and Stones may break my bones, but copyright will always protect me.
  6. Ah... I thougt it was just me by Viking+of+the+north · · Score: 3, Funny


    "When we prepare a program, it's just like composing poetry or music."

    I thougt it was just me. I love to use my cppToMp3 converter and listen to my codefiles.

    --

    All work and no play makes me a dull boy
  7. No more deadlines by iangoldby · · Score: 2, Insightful

    They said that they expect an open source project leader to create the initial code base, integrate submissions, open minds to options, and provide motivation, but not to determine or delegate tasks, recruit contributors, or manage timing.

    I.e. do the unglamerous bits and leave others to cherry-pick. And never impose deadlines on the team members.

    I think most programmers would want this of their managers, whether they are working on open source or not!

  8. GET A LIFE! by MosesJones · · Score: 5, Funny

    For pities sake this is just plain sad. If there was one more hour in the day 60% of people would sit in front of a monitor ?

    This would mean 365 hours extra coding, no "I'd meet up with friends", "go to club", "get a girlfriend", "have a bath".

    Given an extra hour in the day I'd spend an extra hour with my wife and daughter.

    For pities sake people, Mozart shagged his way around Austria and Germany while composing. Artists are famed for going out and getting laid.

    Folks get your priorities straight, have a bath, get a girlfriend, get laid. And spend any extra hours repeating the last step.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
    1. Re:GET A LIFE! by dubious9 · · Score: 5, Funny

      # cd /
      # mkdir life; cd life
      # ./getLaid
      bash: command not found
      # ./takeBath -time=now -soap=true
      # ./getGirlFriend
      bash: command not found
      # cd /pub
      # ./beer
      bash: Ahh
      # ./findWomen proximity=10m
      Age Looks(1-10) Description
      46 5 SugarMomma
      23 7 Nice, but baggage central
      35 2 Looks like uncle buck
      28 3 Smells like hotdogs
      # ./beer
      # ./beer
      # ./flirt
      search returned no hits
      # ./beer
      # ./beer
      # ./beer
      # ./findWomen -proximty=10m
      Age Looks(1-10) Description
      46 8 Wow!
      23 10 Hot!
      35 8 Damn!
      28 10 WooHa!
      # ./buyBeer forWoman=4
      # ./getNumber fromWoman=4
      bash: core dump
      # ./getGirlFriend fromWoman=3
      bash: are you sure? (y/n) y
      warning: process beer is making system unstable proceed? (y/n) y
      bash: Success!
      # cd /life
      # ./getLaid
      bash: Success!
      # ./sleep -until=morning

      --
      Why, o why must the sky fall when I've learned to fly?
    2. Re:GET A LIFE! by twoshortplanks · · Score: 3, Insightful
      Just because you don't class what someone is doing as "having a life" doesn't mean you should call them sad for doing it. It's nice that you completely overlook the social aspect of working together with other people on a project.

      For me, if I had an extra hour in the day I'd probably spend it coding. I've not got a lot of for fun coding done this week (read any..) because I've been out in the sun (we had wonderful weather in London last weekend,) meeting up with friends, and basically enjoying myself.

      Now if I had another hour, I'd like to spend it doing something constructive. Anything wrong with that?

      --
      -- Sorry, I can't think of anything funny to say here.
    3. Re:GET A LIFE! by mccalli · · Score: 2
      Plunge into pussy over and over like any piece of trailer trash can do, or create something intellectually challenging which can further your career and give you something to be proud of. Hmm.

      Oooh - rude words. How clever. 'Something to be proud of', no doubt.

      By the way, did you read the bit about him spending more time with his daughter? That's something to be proud of and arises from correct application of your rude word outburst.

      Given the opportunity, I'd also spend more time with my daughter too. Believe me - I've been writing code for 21 years, enjoyed most of it and yet never achieved the same happiness I get from being with my daughter and fiancee.

      Cheers,
      Ian

    4. Re:GET A LIFE! by iabervon · · Score: 2

      I spend time with my friends and loved ones even though there's not an extra hour in the day. Since I make sure to have a life at the expense of projects and such, I don't need an extra hour for my life. So if there were an extra hour in the day, there would be another hour left in the day after I'm tried of interacting with people.

      If you arrange your life such that you spend enough time doing the things that are really important, in the unlikely event that an extra hour were added to the day, you'd spend it on something less important.

    5. Re:GET A LIFE! by swillden · · Score: 2

      For pities sake this is just plain sad. If there was one more hour in the day 60% of people would sit in front of a monitor?

      This would mean 365 hours extra coding, no "I'd meet up with friends", "go to club", "get a girlfriend", "have a bath".

      Did you ever consider the possibility that all of those people *have* lives, and that their lives are precisely the reason why they don't get to indulge themselves in as much hacking as they'd really like to?

      Jeez, just because you find programming to be a frustrating, unpleasant chore doesn't mean everyone else does. Me, I really enjoy it, but between 7am and 5pm I'm working (which doesn't entail as much coding as I'd like these days), between 5pm and 8:30pm I'm spending time with my family, between 8:30pm and midnight I'm spending time with my wife and then I need at least six hours of sleep.

      An extra hour would give me two hours to hack, *without* giving up my life, and two hours is about three times as productive/pleasurable as one hour.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    6. Re:GET A LIFE! by mccalli · · Score: 2
      And were you as pompous a wanker 21 years ago as you are now, Ian?

      Christ no man. I was far worse.

      Cheers,
      Ian

  9. Stick it to the competition.... by Yoda2 · · Score: 3, Interesting
    How many people work on open source just to pull the rug out from under the competition?

    Sure Company A's product is nice. But ours can do everything theirs can, and did we mention that it is free. It is our way of saying thank you to our clients (and slapping the competition for infringing on part of our market).

  10. my cost by jaymzter · · Score: 5, Funny

    is lack of sex, especially when my wife wants to know why I'm "playing on the computer"!

    --
    If thou see a fair woman pay court to her, for thus thou wilt obtain love
  11. The stats are most interesting by Lumpy · · Score: 3, Insightful

    The comparison of Paid programmers Versus the Free-prgrammers is quite interesting ... some items are flip floped.. while the basic premise is there...

    Code should be free, and widely available..

    it's kinda funny how the people actually creating believe it's stupid to lock something up so nobody can learn from it, yet those with zero crative talent (management) believe that it's a massive money-maker and must be protected better than fort-knox.

    Has anyone ever found a rea-solid argument to keep sourceocde locked up and a super secret? other than lining your own pockets?

    --
    Do not look at laser with remaining good eye.
    1. Re:The stats are most interesting by StandardDeviant · · Score: 2
      Has anyone ever found a rea[lly]-solid argument to keep sourceocde locked up and a super secret? other than lining your own pockets?

      Feeding your kids? Paying your rent? Eating?

      Information may want to be free, but information doesn't have bills to pay.

    2. Re:The stats are most interesting by pmz · · Score: 2

      Has anyone ever found a rea-solid argument to keep sourceocde locked up and a super secret? other than lining your own pockets?

      Classified projects comes to mind. Why give out source code to something that already has a need-to-know userbase and extreme physical security?

      Anyway, lining one's pockets is actually a noble cause. If I want to earn my living by developing software, it is good to choose wisely which components to keep closed and which components to open up. I think file formats are great canidates for being open, but core algorithms that are unique probably can stay closed. The trick is to balance user trust with software lock-in, so that it really is a win-win situation between myself and my customers. It really is possible to develop proprietary software and be successful without becoming an asshole like Microsoft.

    3. Re:The stats are most interesting by Tony-A · · Score: 2

      I personally have paid over $500.00USD for Open source software this year and my company has paid well over $100,000.00 for it.
      That would be MySQL, Apache, Squid.. I can name more...
      REAL apps that have REAL value get paid for.

      The critical parameter is VALUE - COST. Saying they're paying for support is rather simplistic. Much better if someone else, the freeloaders, are the ones needing support. How to play at the cutting edge without bleeding.

  12. Well, they're not *quite* the same by Jerf · · Score: 3, Interesting

    Speaking as someone who has spent significant amounts of time both composing music and writing programs, I can say that they aren't quite the same. Writing music can be much more carthartic (meanings 2) then programming. Composing music, at least the way I did it with a synth so you can hear it right away, can be emotionally freeing in a way that programming can't be.

    Flip side, programming can be more exciting, in that it's easier to do something that nobody's done before or better then anybody's done before, with the right tools. Frankly, all the music YOU'LL ever write has basically been written; after hundreds of years of musical development, it's damned hard to find anything new to call your own. (It's not impossible, but very, very, very hard.)

    The similarities are otherwise quite significant. With both, you do better and more work when you're "in the zone". There are some days where you just can't get anything done (interestingly, the overlap is not 100%; some days I could write music and not program, and vice versa). There's a lot of freedom, constrained by logic in both. (Whatever you may think, no music anyone will ever want to listen to is completely free of internal logic and consistency, and you violate those rules that we all know, even if we can't articulate them, at your own peril, just as with programming style.)

    1. Re:Well, they're not *quite* the same by SN74S181 · · Score: 2, Insightful

      Much of the great music that's been written was conjured up in the head of the composer without any musical instrument at all involved.

      Writing down notes on staff paper is quite similar in some regards to writing computer software. You have to visualize what it's going to be like when it's 'run.' And in some cases (i.e. Beethoven's 9th Symphony, written by him after he'd become deaf) you don't need to hear the notes at all to be satisfied knowing they went together quite well.

    2. Re:Well, they're not *quite* the same by Jerf · · Score: 2

      Improvisation != composing. They're quite different.

      Improvisation can be the beginning of a composition, and is a nice quick way to work a theme out, but when actually doing a composition, one must work to flesh it out, explore it, etc., things which vary in proportion by genre but exist in all.

      You have to think ahead, look for potential problems, and be much more analytical.

      All part of composing, actually. (People sometimes think you can get rid of these but the compositions they create will be the worse for it.) Will this key change write the song into a corner? (Happens quite often, in fact, which surprised me.) I want to get to this new theme, when should it come in and how?

      Improvisation can be a fun way to take a break from composing while still staying "in the mood", and perhaps even helping you remember what you're trying to capture in the first place.

    3. Re:Well, they're not *quite* the same by Jerf · · Score: 2

      Much popular music in the popular genres (note that's two qualifiers!) trades off complexity of composition for a formulaic approach; 4 bars, I-V-IV-I, for instance. A small collection of these exists for most of the popular genres, and you can draw on these a lot without too much complication. That's not because the complication doesn't exist, it's just that it was worked out by someone else.

      However, even in the popular genres, you can "compose", and it becomes a challenge again. For instance, the Beatles did a lot of rock that was not simple I-V-IV-I. "Love, Love, Love" (may not be the right title, but you get the idea) is in 5/4, for instance! That's somewhat more challenging to get right, let alone play.

      There's a lot of room to play around if one doesn't stick to the narrowest interpretation of the genre. (Not that one has to play good music, of course.)

  13. Comment removed by account_deleted · · Score: 2, Interesting

    Comment removed based on user account deletion

  14. I love programming by Jacer · · Score: 5, Interesting

    most of the stuff I program is for personal reasons, i get bored and i'll write my own code, i know what they mean... writing code at work is different, i don't have any respect for that code, they tell me what to do and i do it, make code like this, but add these features, debug this, you broke that, ect. with my own code i can excercise my creativty, and i truly enjoy it

    --
    --fetch daddy's blue fright wig, i must be handsome when i release my rage
  15. Very concise survey analysis by McCart42 · · Score: 4, Interesting

    I think the results were analyzed very well. I particularly like the way they took the results and separated respondents into categories by motivations and contribution status: "Professionals" (paid for contribution, and do it for the work functionality), "Hobbyists" (completely non work-functionality), "Learning and Intellect" (motivation is intellectual stimulation), and "Community Believers" (believe that code should be open, and feel obligated to use).

    Another interesting result for me as an undergraduate was that while sleep is the biggest thing lost by contributing to SourceForge, not many respondents felt the same about academic performance--leading me to believe that even though so much work is put in as to lose sleep over it, it may actually benefit college grades--which is what I've been told all along. Extracurriculars don't necessarily hurt your academics, in fact they can enhance it by giving you something else to focus on and enjoy. All in all a good survey.

    --
    "I may be quite wrong." - Socrates
  16. Re:HA! by Anonymous Coward · · Score: 4, Funny

    The fact that my wrist is larger than your biceps should alert you to the fact that

    E) You wank all day long.

    Snik snik. Now go mop the floor by the fryer.

  17. Poetry or Music? by dfn5 · · Score: 2, Insightful

    As a musician and developer with equal interest in both I have a hard time looking at my code and seeing poetry or music. When I look at code I see pure logic. (Go figure) That's not to say that logic isn't freakin' cool, however.

    --
    -- Thou hast strayed far from the path of the Avatar.
    1. Re:Poetry or Music? by dfn5 · · Score: 2

      Or performance. Even though multiple ways of doing the same thing looks like it does the same thing, it really doesn't and can vary greatly in efficiency.

      --
      -- Thou hast strayed far from the path of the Avatar.
  18. OT: what's up with the ``?''? by mi · · Score: 2

    What's with the stupid ``&093;'' character? How
    did it creep into the posting, and got copied
    and pasted into so many quotations?

    -mi

    --
    In Soviet Washington the swamp drains you.
  19. Sourceforge by bigjocker · · Score: 5, Interesting

    I have started two projects on sourceforge. One was on behalf of my former employer and we released the source code of the whole system under the Jabber PL. The project is still there, but neither I nor my employer is still maintaining it. You could add it to the "Project Cementery" of sourceforge (if they had one).

    The second one was just registered a week ago. I have not yet released any files on sourceforge but have done so on my web site. Actually I opened the project just to have a mailing-list.

    I spend almost two hours a day in this project, with almost five hours a day on weekends and on vacation. I have even asked for vacations at work just to get more time on the project. It's an open source project, but, even if a would like to have contributors I still have none.

    So why do I do it? well thanks to it i just bought my new TV, freezer, laundry machine, DVD and PC. I give my project away for free, but charge for courses, documentation and solutions based on the system. As for today I have only had local customers, but I only hit the web last week.

    As for the wife and kids ... well they all are way too happy with the new items at home, you know.

    So they support me, I spend some time on my laptop and we all get new toys. Thanks to the LGPL (which is the license of my project and some tools I use within it).

    Maybe this is kind of offtopic, but wanted to share it.

    --
    Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
    1. Re:Sourceforge by happystink · · Score: 2

      What's a laundry machine!

      --

      sig:
      See the "..for smart people" banners Wired runs here? Look elsewhere guys.

  20. cppToMp3 by msheppard · · Score: 2

    Your search - cppToMp3 - did not match any documents.
    No pages were found containing "cpptomp3".
    ---
    Doesn't Exist... starting a sourceforge project for it?

    M@

    --
    Krispy Cream is people
    1. Re:cppToMp3 by msheppard · · Score: 2

      You = Faggot
      Not excatly music to my ears.

      You assign me to a faggot? Perhaps you meant to say.
      (You == Faggot) = True

      M@

      --
      Krispy Cream is people
    2. Re:cppToMp3 by msheppard · · Score: 2

      Ah ha! Some one fell into my trap and has replaced me as the true faggot.

      M@

      --
      Krispy Cream is people
  21. Generation X phenomenon by Tim+Fraser · · Score: 2, Interesting

    This survey was very interesting, and I'd like to applaud the authors for taking the time to do it. However, I have some sort of bizarre genetic defect that causes me to get cranky whenever someone uses the phrase "Generation X", so I can't help but foam a bit about slide 21 on v0.73 of the slides on the OSDN site.

    The slide is titled "Open Source is a Generation X phenomenon". Don't draw too many conclusions from this data - although most Free/Open Source programmers may be 21-38 years old now, I'm sure plenty of those larval hackers who are presently younger will join in the fun once they've got some more coding experience under their belts.

    I don't think the whole hacking phenomenon will die out in 60 years. So, although the graph shows a peak, what I think we're witnessing is the beginning of a phenomenon that will continue indefinitely (or at least until debuggers are made illegal).

    Oh, and I hate this whole "Generation foo" marketing thing.

    - Tim

    1. Re:Generation X phenomenon by Frymaster · · Score: 2
      Oh, and I hate this whole "Generation foo" marketing thing.

      very gen x of you.

  22. Re:poetry? Music? by stromthurman · · Score: 2, Funny

    I think "code choreographer" meets the goal of sounding "more faggy"

    --
    I have discovered a truly remarkable sig which this margin is too small to contain.
  23. Programming is music, not art. by RobPiano · · Score: 3

    Firstly, I am a classical pianist, who dabbles in composition and studio production, and I was a computer science major.

    It is extremly dangerous for programmers to consider what they do "an art". Programmers who use this reasoning generally consider themselves to be kin to painters. Only they can produce the image in the proper way (which is never true). Avoid this thinking! Programming *is* a creative process but it is much more like chamber music than it is painting.

    In chamber music, musicians work together following a set of rules and guidelines to create music. They deviate slightly from the path, expressing their creativity, but not so much that they hinder other musicians from playing along. Their unique talent *contributes* to the complete music experience. Good creative ideas never hinder the ensemble. Programmers who consider what they do to be "art" tend to think nobody else is capable of altering their code, or contributing to it. Well some programming "divas" may succeed at the task, but in most projects this attitude won't stand. Besides at some level you are working with other people, even if it seems your not. Someone else wrote the compiler your using, and there is no doubt at some point you are refering to their work.

    Learning to work as a programming group or community is key to success as a programmer. Programmers HATE classes where they have to work together because they suffer from bad coaches. I think much of this is due to the coaches being reformed divas.

    Oh well i'm rambling and probably not making my point.

    Rob

  24. what about a 6 hour day by oliverthered · · Score: 2

    With a 6 hour working day i would contribute to OSS a lot more.
    I would also do the gardening more frequently!

    --
    thank God the internet isn't a human right.
  25. This is the finding that struck me by MadFarmAnimalz · · Score: 2

    OPEN SOURCE TURNS ON HACKERS

    "This project compared to my most creative experience is:"
    My most creative effort 13.9%
    Equally as creative 49.5%
    Somewhat less creative 28.4%
    Much less creative 8.1%


    So we have more than 50% saying that the work they do for fun, love, and recognition in their spare time is as good or better than the work they do on company time.

    This line on its own should be a cause for serious investigation into current software project management theory.

    --
    Blearf. Blearf, I say.
  26. Most Open Source developers DO NOT get paid by hacker · · Score: 4, Interesting
    I personally reject the assertion that marketing slides like this make to investors (likely VA/OSDN investors in this case) that imply that Open Source developers are getting paid to do more than half of their work (slide 12,22, 23, 26 , and others). I would argue that 90% or more of Open Source work done by developers that are not working on "Company Products", is unpaid.

    I spent 18 months at an Open Source company, and never spent a single hour during company time in 18 months working on anything Open Source, including my own Open Source projects. I was certainly "expected" to put in 10+ hour days on the weekends though, without any additional compensation "for the good of the company".

    Many Open Source developers are unemployed right now and still looking for work (259 days and counting for myself), and still contributing 100% of their time to their projects, while the "industry" at large continues to fire and lay off more and more qualified developers in the interest of "quarterly revenues". Trust me, nobody is getting more than half of their income from any company for working on projects that are given away gratis as the above slides lead you to believe.

    I also reject the assertion that Sourceforge is leading the way in this regard. Sourceforge has been drifting for quite some time, and thousands of developers are leaving Sourceforge for want of better services every week. You don't see that on the surveys though, do you?

  27. Programming is Art & Science by oliverthered · · Score: 2

    I would strongly disagree with your comment.

    Up until a few hundred years ago science and arts were one of the same. Looking back trough the course of history a hell of a lot of famous inventors, scientists and mathematicians were also artists.
    Look at things like the works of Leonardo Davinci , the elements or any old biology book you care to mention.

    Just because you have a high level of creativity and inspiration doesn't mean that you can't do the math or apply engineering first principles to a project.
    Sure, some of the projects out there will be purely created artistically, and some may be enginered(very hard to do with software!) but a lot of projects and probably most of the best ones will be a mix of artistic inspiration and creativity, and engineering principles.

    Personally when I start to code on the 'Unknown' I play around with a few creative ideas, then re work those creative ideas into an well designed piece of software.

    --
    thank God the internet isn't a human right.
  28. I'll wager... by j0hn_paul · · Score: 3, Insightful

    ...that the 50% that
    agreed that "When we prepare a program, it's just like composing poetry or music."

    have NEVER composed music or poetry.

  29. consider by oliverthered · · Score: 3, Interesting

    If you consider a line of code to be a cord.

    For a cord to sound correct in a musical composition there are a few rules that should be applied.

    Each cord can only be interpreted in one way (when written in standard notation)
    but the collection of cords that make up a piece of music can have different meanings to different people.

    A software programme is the same, although each line of code can only perform one task the user and writer of the code can use/produce an application with the same creative style as a music composer.

    n.b. This is a very abstract comment, but I hope you get hte jist!

    --
    thank God the internet isn't a human right.
    1. Re:consider by Golias · · Score: 2
      First of all, it's "chord," not "cord." Cords are those things hanging off the back of your computer.

      Secondly, you are wrong. Chords can be interpreted many different ways in standard notation. For example, a diminished chord with a fully diminished 7th can easily be interpreted at least 4 different ways, depending on the context. Using "b" as a shorthand for flat, "C, Eb, Gb, Bbb" could also be written "A, C, Eb, Gb", or "Eb, Gb, Bbb, Dbb", or even "F#, A, C, Eb". Which note is lowest does not always serve as an indicator, because it could be a second, third, or forth position chord.

      The way it is usually interpreted is based on the overall tonality of the chords surrounding it. However, if you are talking about modern atonal music, or even older stuff from composers like Debussey where the tonal center is a little obfuscated, chord interpretations can become somewhat flexible.

      The main difference between composing and programming is that when you program you are writing instructions to a math machine, using abstractions that it already knows how to process; whereas when you compose you are comunicating ideas to a feeling machine (the human mind), using abstractions that (hopefully) go beyond the bounds of what it has already experienced.

      The other difference is that code lets you get by with something that is aesthetically repulsive and tedious as long as it's precise, while music lets you deviate from precision as long as it is emotionally affective.

      --

      Information wants to be anthropomorphized.

  30. NEWS FLASH by Anonymous Coward · · Score: 2, Insightful

    In other words, programmers decided that programming compares favorably to highly creative and intellectually challenging undertakings. Well, shucks, never would've seen that one coming.

  31. What still surprises me by i0lanthe · · Score: 4, Interesting

    ... even though it is not a novel finding, is "98% male". This is more skewed than CS graduate school, for pete's sake. Do women never have a need to write code (or tweak/fix someone else's open source code) in their spare time? Or are they just less likely to release it for others to use? (or less likely to answer surveys about it afterwards, maybe? :)

    Why?

    --
    "The Crystal Wind is the Storm, and the Storm is Data, and the Data is Life"
    1. Re:What still surprises me by i0lanthe · · Score: 2

      Anyone who spends all their professional and personal time DOING THE SAME THING really needs to take a close look at their priorities.

      I can't argue with that. :) But sometimes a Perl script or a PDA app (or whatever) can be the grease that makes the wheels of a non-computer hobby/activity turn a lot smoother. So you spend a couple hours looking to see if someone's done it already, and then spend a couple days coding if no one's done it. I'm wondering (in part) whether other geek women never do this, or just never "publish" afterwards. Maybe I'm just a freak, eh.

      --
      "The Crystal Wind is the Storm, and the Storm is Data, and the Data is Life"
  32. The extra hour by qwerpoiu · · Score: 2, Informative
    60% said, 'With one more hour in the day, I would program.'

    Maybe they could get this extra hour if they stopped reading Slashdot...

  33. Well, strictly speaking... by devphil · · Score: 2


    ...the Earth's rotation is slowing, so you actually have MORE time per day than was given to da Vinci.

    Not a lot more, but that's where multitasking comes in.

    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)
  34. Re:GET A LIFE! QWZX by mccalli · · Score: 2
    Nice that you want to spend more time with your daughter, but sheesh you haven't married the mother yet? Somewhat ironic in a post about 'pride' in your life.

    Good point. Interesting one this. Well, it is for us anyway.

    The thing is, we always planned to marry on 1st March 2003. We planned this before the pregnancy, and still are getting married on that date. However, last year we discovered that our daughter was on the way and we had a choice. Should we rush the wedding and change our plans, or should we continue with what we always had in mind?

    Our answer was to continue with our original plans, precisely because we had pride both in our daughter and in ourselves. We decided that rushing the wedding would imply there was something shameful about what we had done, and we utterly refute that premise.

    Other peoples' choice in that situation may differ, and that is down to their personal belief and draws no criticism from us. Your point about pride is well taken though, and I am happy to confirm that it is precisley due to pride in our new family that we continued with our original plans.

    Cheers,
    Ian

  35. it was a very abstract comment by oliverthered · · Score: 2

    So we agree then.

    A line of code can be written in many different ways to perform the same task but with differnet emotions (performance, memory load, reduced IO, etc...). and the way it is interpreted is based on the overall tonality of the lines of code surrounding it.

    Most of the projects I'm involved in comunicate ideas to a feeling machine;the end user or who ever's going to use the library. They frequently do more than you expected they would, and go beyond the bounds of your initial design.

    Code is not precise. I've never worked on a project with precise requirements!

    --
    thank God the internet isn't a human right.
    1. Re:it was a very abstract comment by btellier · · Score: 2

      Bah@you the difference is that the end result of music is subjective and the end result of programming is not. The program either works or does not. The music can be good, bad or anywhere in between. Don't give me any of this "Yeah, but like Mozilla is OK, IE suxors and Opera is the money.. AND THEY'RE ALL WEB BROWSERS" nonsense. They r0x or sux0r because of bugs or the lack thereof. The only thing even remotely subjective is the UI, not the underlying code.

      If you're writing a program that's supposed to copy a string from buffer A to buffer B the program either does this or doesn't. There are ways to make it do it more efficiently, but in the end they all perform the same task.

      In the end, programs are either 1 or 0.

  36. copy a string from buffer by oliverthered · · Score: 2

    hmmm....

    Nope there are lots of ways to do this which give a fealing to the code.

    Does the routine allocate the memory for you, or are you required to allocate the memory.

    How are bounds checks performed.

    are Buffer A and buffer B wrapped with classes or not.

    If they are wrapped with classes what function can the classes perform, is the data accessed by getters/setters, is the buffer copy function in the class, is it static?

    All of these variants give a feeling to the code and library, they provide a kind of tonal quality to the application that goes deeper than it's function or the user interface.

    This kind of design is a bit deeper than the overall design patterns used for the application.

    It's not just that the copy function works, it's how it works, how it's implemented and the feeling that it conveys to users of the function.

    --
    thank God the internet isn't a human right.
    1. Re:copy a string from buffer by btellier · · Score: 2

      Yeah, except that you're wrong. There is no "feeling" it conveys to the user that can't be expressed in terms of numbers and appointed tasks. It's either this fast or this fast, it's either this modular or this modular. Let me put it this way: has a programmer ever been able to solicit the range of emotion that musicians can? You can make the user happy/programmer happy that it does work, you can make them unhappy if it doesn't. This is a 1 or a 0.

      I'm not saying that a programmer can't be creative. That is, that they can't do things that no one else has done. I'm saying that the end result can never be remotely classified as being akin to music or poetry. I mean, if you go by your rationale EVERY profession is like being an artist. Building a house, laying the plumbing, psychology, advertising.. EVERYTHING can be done in a different way that, by your definition, would make it art.

    2. Re:copy a string from buffer by oliverthered · · Score: 2

      Well maybe you can't feel things that way,
      maybe i don't like freestyle jaz, but some people do. Does that freestlye Jaz doesn't convay feeling?

      A lot of things have artistic emotions, just because 'you' don't feel them it doesn't mean that there not there.

      By the nature of programming and all it's complexaties and ambiguities it has a greater ability to be artistic than most things enginereed

      The form and structure you apply to the code and interfaces, the design patterns chosen for a particular task all convay emotions.

      when I get stuck in to using a library, I feel the library just like I feel music when I'm playing. When I'm writing code it's like musical ad-lib.

      I guess your in the 50% that would answer no, I'm in the 50% that would say yes.

      I hope that's my gain, and sadly your loss.

      BTW I play the guitar , trumpet and cornet, saxaphone, violin and just about anything else, and have done since I was 3 or so, it's just like writing code which I've done since I was 7.

      --
      thank God the internet isn't a human right.
    3. Re:copy a string from buffer by Tony-A · · Score: 2

      To add to the confusion.
      If the buffers overlap, what is the result?
      If the source buffer is changing, what can you say about the target?
      If the target buffer is being read during the copy, what are the possible results?
      "It works or it doesn't" is a bit simplistic.