Slashdot Mirror


Torvalds Gets Tough on Kernel Contributors

ChocLinux writes "Linus Torvalds is cracking down on developers that add last-minute changes to the kernel during the two-week merge window. He says: 'If people miss the merge window or start abusing it with hurried last-minute things that just cause problems for -rc1, I'll just refuse to merge, and laugh in their faces derisively when they whine plaintively at me, and tell them there's going to be a new opening soon enough.'"

246 comments

  1. Good by bblazer · · Score: 4, Interesting

    While I think that his language is a bit inflammatory, I think that it is something that needs to be done. All the last minute changes must make things very difficult to manage.

    --
    My .bashrc can beat up your .bashrc!
    1. Re:Good by Anonymous Coward · · Score: 0

      He is right to refuse last minute rushed changes, but why does he have to be a little bitch about it?

    2. Re:Good by garcia · · Score: 2, Informative

      While I think that his language is a bit inflammatory, I think that it is something that needs to be done.

      Well, I guess he can't win huh? It's difficult being in his position. He wants the work to get done and he wants to make people happy. I guess him saying, "People always complain that I'm being too soft. Not so this time," is the result of all the grief he puts up with.

      Just let it go as long as the patches still come in ;)

    3. Re:Good by external400kdiskette · · Score: 1

      Well inflammatory is right but you have to expect that this would piss anyone off quite a lot if it's such a recurring theme and people have no intention to change their attitude some action had to be taken.

    4. Re:Good by planetoid · · Score: 1, Funny

      It's not really inflammatory if you can't help imagining the speaker saying it in a high-pitched, nasal voice.

      --
      Slashdot requires you to wait longer between hitting 'reply' and submitting a comment.
    5. Re:Good by Anonymous Coward · · Score: 0

      Yes it's good. One needs to be strict with software merge deadlines, assuming they're reasonable. A few extra features are rarely worth the headaches, unpaid overtime, and bugs which can get introduced with a lax deadline policy.

    6. Re:Good by slavemowgli · · Score: 3, Interesting

      It sure makes you wonder what the two-week window is actually good for, though. I mean... the whole thing was done in order to make sure that there'd be a time for submitting new stuff, and a time for shaking out bugs, and so that people would be able to tell the two apart.

      So, why the fuss about last-minute merges now? If they're still in the two-week window, they should be fine; if they're not, well, then they're too late and won't get merged, but that was already clear anyway. And stuff that's not up to par quality-wise yet will (should) not be merged at all, anyway - it's not as if the code quality requirements were lowered for the two-week merge window.

      What Linus seems to be doing is to effectively reduce the two-week window to a "something-less-than-two-weeks" window where noone knows exactly how much the difference is, but it does not get rid of the underlying problem: there still is a deadline, and people will still submit lots of stuff just before the deadline's there. It doesn't matter whether it's two weeks or 13 days or whatever.

      The whole *point* of the "merge for two weeks, then stop merging and focus on bug fixes" was to be able live with this, so to speak. If you can't fight them, make them join you; if you can't prevent people from submitting stuff in the last minute, make sure that there's enough time *after* the last minute so that last-minute merges won't hurt you. If Linus finds it necessary to crack down on last-minute merges now - which, as I said above, is not really possible in practice (the only way to do it would be to not merge anything at all anymore, but that's obviously not a practical solution) - because there are too many, that just shows that patch pressure is too high already; further increasing it won't help. Rather, you have to look at *why* patch pressure is so high, and do something about that. For example, why not extend the two-week window to three or four weeks? It might mean that new kernel versions appear less often, but in these days of git and distributed development where tree changes are so easy to push/pull and where every distributor uses their own, heavily-patched version of the kernel, anyway, why does it matter so much? Linus has always taken a stance that quality is more important than meeting arbitrary deadlines, I think.

      Or maybe I'm misunderstanding what he actually wanted to say - I did RTFA, but zdnet is not exactly what I'd call a high-quality source for kernel development news. Caveat lector...

      --
      quidquid latine dictum sit altum videtur.
    7. Re:Good by Anonymous Coward · · Score: 0

      If you follow the LKML, Linus appears to be drunk most of the time.

    8. Re:Good by ozmanjusri · · Score: 5, Insightful

      but why does he have to be a little bitch about it?

      Linus frequently expresses himself using a type of wry humour which is quite alien to US audiences. It's not bitchy, it just doesn't translate well.

      --
      "I've got more toys than Teruhisa Kitahara."
    9. Re:Good by Aadain2001 · · Score: 4, Insightful

      There is a BIG difference between bug fixes and merges, and adding new features. I haven't RTFA, but based on the summary it seems like Linus wants to keep those two weeks dedicated to fixing bugs, merging changes, etc, not adding in new features that were not even coded until that two week window. That is what all the weeks leading up to the merge window is for. Once those two weeks hit, the focus should be 100% on making sure everything works, works together, and is stable. I say, good for Linus! Sometimes the only way to make people listen is to be tough with them.

      --
      Space for rent, inquire within
    10. Re:Good by Anonymous Coward · · Score: 0

      I would generally expect a merge window like this to generally be "time to merge things that are ready at the beginning of the window", and that there's 2 weeks to attempt to do it.

      If a subsystem maintainer doesn't have their code landed and generally ready at the beginning couple of days, then there is no time for integration testing and merging with all of the other subsystems that are going in. And that integration testing can *reasonably* take 2 weeks to get done without anyone actually hacking on the code itself.

    11. Re:Good by mwood · · Score: 1

      That's just Linus. I'd take it as a means of emphasis, not a personal attack.

      Besides, if I ignore The Rules I *deserve* to be laughed at.

    12. Re:Good by Anonymous Coward · · Score: 4, Funny

      Yeah, if I had written software that then got taken by major coporations to make a fortune and I never saw a dime, I'd be pretty dedicated to the sauce too.

    13. Re:Good by Anonymous Coward · · Score: 4, Insightful

      It sure makes you wonder what the two-week window is actually good for, though. I mean... the whole thing was done in order to make sure that there'd be a time for submitting new stuff, and a time for shaking out bugs, and so that people would be able to tell the two apart.


      RTFA or not, you've apparently never been part of a large, ongoing software project that was any good. You DO NOT submit "new stuff" during the merge window! That's what the previous 50 weeks in the year were for.

      Two weeks is a manageably aggressive timeframe during which to reconcile compatibility issues across a moderately large codebase. The acceptance of entirely new code during this window potentially starts the reconciliation process all over again at square one. Usually it would be less than that, but if you accept one new submission, you almost have to accept them all. So it could still become a never-ending process, indistinguishable from the preceeding development cycle which the merge window is supposed to define.

      Therefore, if you're going to have a cutoff date at all, you've really got to be strict about it or the merge becomes a nightmare.

      If you really do have something new and important which absolutely does need to get into the release, then the cutoff date would have been selected to accomodate your new code.

      It's not as if there's no dialogue...

    14. Re:Good by Xyrus · · Score: 1

      While true, his latest comments remind me more of the Evil Emperor from Star Wars rather than the benevolent dictator some like to portray him as.

      Seriously, I think he could be a little more cordial, even in jest.

      ~X~

      --
      ~X~
    15. Re:Good by Lord_Dweomer · · Score: 0
      "While I think that his language is a bit inflammatory"

      Now, put your tongue in your cheek, and reread his comment, maybe you'll see it from a different perspective.

      --
      Buy Steampunk Clothing Online!
    16. Re:Good by kberg108 · · Score: 0

      Bit inflammtory? You must live in Califonia. If he really wants get his point across he should drop a few F bombs and maybe throw a chair someone. :)

      --
      I like things that are sweet and not things that are lame. --
    17. Re:Good by leonmergen · · Score: 0, Flamebait

      Linus frequently expresses himself using a type of wry humour which is quite alien to US audiences. It's not bitchy, it just doesn't translate well.

      Then he needs to realize this, given the fact that he's at the head of a very important open source organisation, and should chose his words more careful... when these types of quotes get posted on sites like ZDNet, this only contributes to the fact that people think Linux is poorly maintained and has a low software quality...

      --
      - Leon Mergen
      http://www.solatis.com
    18. Re:Good by akshunj · · Score: 0, Troll

      RTFA, hey? I'm guessing that's a very clever acronym for "reading the fine article." I hope that's working out for you guys. Being clever, that is.

      Is it truly sooooo difficult to write in anything other than geek-code?

      Also, I have always admired Linus, but his email persona seems quite different from the soft-spoken, calm and thoughtful guy he presents in live interviews. Some of the stuff he writes on the kernel list makes him look like a dick. Timid in person, but aggressive in email smacks of cowardice and gives me quite a different opinion of him these days...

      --Akshun J

    19. Re:Good by SilverspurG · · Score: 0, Offtopic

      It's not cowardice. It's the alpha male syndrome. Alpha males, in our society, tend to get beat on by authorities for frightening the people around them. This is mostly because bleeding heart liberals think that everyone is special. Even the idiots who challenge an alpha male's authority without having the strength to back it up are, after the subsequent beat-down, given a lollipop and coddled while the alpha male gets disciplined for being such a meany-monster. Some alpha males learn how to be timid and soft-spoken in person so that no one can say they felt physically intimidated.

      On e-mail lists there's no possibility of a physical attack so alpha males are free to express themselves fully.

      --
      fast as fast can be. you'll never catch me.
    20. Re:Good by fataugie · · Score: 2, Funny

      HIs language is commensurate with the amount of pissing and moaning that goes on.

      When I worked as a cook, we were responsible for cleaning the kitchen during the shift (the place never closed). We'd be carrying buckets of hot grease or water and people would be drawn to walking in front of you it seemed. So, we took up yelling a warning when we were about to carry out hot stuff:

      "HOT STUFF...MAKE WAY OR I'LL BURN YOU AND LAUGH"

      It worked perfectly. And for those who didn't beleive, they found out the hard way.

      --

      WTF? Over?

    21. Re:Good by rhizome · · Score: 5, Funny

      when these types of quotes get posted on sites like ZDNet, this only contributes to the fact that people think Linux is poorly maintained and has a low software quality...

      Yeah, he should act more like Steve Ballmer.

      --
      When I was a kid, we only had one Darth.
    22. Re:Good by Anonymous Coward · · Score: 1, Insightful

      but why does he have to be a little bitch about it?

      I find that people who are constantly late, or underestimate the time something takes to do something right, never quite understand the cost of doing things late or the last minute. They certainly don't understand (or care) how it effects others.

      If it were me, I'd be a big bitch about it. But then again, nobody likes me - it's a trade off.

    23. Re:Good by iabervon · · Score: 3, Informative

      In general, the maintainers want to avoid having to deal with a lot of stuff in a short time period, which means encouraging people to submit things at different times or have people not expecting a quick response. Linus is also partially making the point that if some feature gets excluded from a cycle, 6 weeks just isn't all that long to wait for it to get in the next cycle.

      The first thing that came up is that Andrew Morton doesn't know which of the things in the testing tree are going in this cycle, because people haven't said anything in the middle of the window. So the first problem would be solved if everybody said at the beginning of the window that they're intending to submit something, but not quite yet.

      The real issue, it turns out, is that James Bottomley (the SCSI maintainer) is in an untenable position. He's supposed to get patches from developers, integrate them, and submit them to Linus. But the developers waited for 2.6.14 to come out before they rebased their patches on it, and then took most of the window rebasing the patches, leaving James not enough time to determine for sure if all of these patches actually work correctly together before the window closes.

      Furthermore, Linus would like to get infrastructure changes in before driver changes, so that it's easier to debug. It's hard to figure out what's wrong if you get both an infrastructure change that shouldn't affect anything in the driver, but might due to a bug and a driver change that should affect the driver behavior. It's a lot nicer if you can say whether the infrastructure change had any effect at all on what the driver does, and know right away which part to debug. But that depends on getting things included in a particular order.

      I suspect that part of the problem is that the new release cycle is new, and contributors are not yet convinced that they can rebase their patches against 2.6.14-rc3 and have them apply cleanly to 2.6.14, and it will not be such an issue once people have gotten used to it.

    24. Re:Good by Anonymous Coward · · Score: 2, Funny

      >>>Linus frequently expresses himself using a type of wry humour which is quite alien to US audiences. It's not bitchy, it just doesn't translate well.

      remember this one???? hehehe ok, now someone thats not ac can post the same reference and take credit for the reference as usual....

      Linux 2.0.36 patch - patch-2.0.36.gz (15-Nov-98)

                From: Linus Torvalds
                Subject: Linux-2.0.36..

                Is out there.

                I won't claim any false credit for this: all the 2.0.x work was
                done by Alan Cox as the maintainer, and the 2.0.36 that is out
                there is exactly the same as Alan's "pre-22" version that he
                asked people to check out. He just asked me to "sprinkle some
                holy penguin-pee on it" to bless it and make it official. This I
                have done (*).

                2.0.36 is a lot of updates, mostly to various drivers. ISDN,
                various SCSI drivers and network cards have been updated quite
                heavily. ISDN to the degree that you need to make sure you have
                the most recent tools in order to play well with it.

                Have fun,

                            Linus

                (*) This, btw, is not something I would suggest you do in your
                living room. Getting a penguin to pee on demand is _messy_. We're
                talking yellow spots on the walls, on the ceiling, yea verily
                even behind the fridge.

                However. I would also advice against doing this outside - it may
                be a lot easier to clean up, but you're likely to get reported
                and arrested for public lewdness. Never mind that you had a
                perfectly good explanation for it all.

                Here are the Release Notes from Alan Cox (who put together the 2.0.36
      release for Linus):

    25. Re:Good by akshunj · · Score: 0

      It's not cowardice. It's the alpha male syndrome. Alpha males, in our society, tend to get beat on by authorities for frightening the people around them. This is mostly because bleeding heart liberals think that everyone is special. Even the idiots who challenge an alpha male's authority without having the strength to back it up are, after the subsequent beat-down, given a lollipop and coddled while the alpha male gets disciplined for being such a meany-monster. Some alpha males learn how to be timid and soft-spoken in person so that no one can say they felt physically intimidated.

      On e-mail lists there's no possibility of a physical attack so alpha males are free to express themselves fully.


      That's a load of b/s. Alpha male "humans" in the wilderness of the business world provide leadership and assert authority is as direct a manner as possible. The distance and anonymity that email provides is ABSOLUTELY distasteful to them when delivering a beat-down to a rival. Alpha males assert dominance through eye contact, tone of voice, physical proximity, etc. You're saying that because the liberal world "hates" on alpha males, Linus has learned to be a pussy when the camera is on, and issue his beat downs from a distance. If that's the case, he would surely no longer be considered an alpha male. He would be a neutered coward in my book. A true alpha male would assert dominance in every way and absorb the impact. There are various ways of making this palatable to the public, but acting contrary to your nature just because the camera is on is chicken-shit. A calm and smiling Linus could easily get away with telling people that it's his way or the highway, and weak-minded people need to get over themselves (see Dick Cheney or Rumsfeld who are both classic alpha males). In reality, in the last interview I saw with him, he was quite the self apologist saying that he often wrote abrasive emails without thinking. I say he's being cowardly because I don't think he'd take the risk of talking like that to someone's face. True alpha males PREFER that kind of risk. That's how they reinforce their dominance. Put another way, I LOVE it when customers are pissed about something and rant on the phone about coming into my office and telling me to shove it. And then they meet me in person (black, 6' and 230lbs). All of a sudden they are little lambs. Personally, if I am bold enough to talk trash in an email, you can be damn sure I'll say the same to your face.

    26. Re:Good by Anonymous Coward · · Score: 0

      Linus was included in the IPO of two big Linux companies (I think Red Hat and VA Linux), even though he wasn't an employee, and his code was free. When the no-sell deadline on both those IPOs was up he sold immediatly, again, because he wasn't directly related to the company. Anyway, the point is Linus has made about a (singular) million bucks from Linux from those IPOs.

    27. Re:Good by flibuste · · Score: 2, Insightful

      Yes, but you cannot laugh in the face of people who voluntarily help for absolutely no money.

      There is a line between managing someone and mocking him. Roughly 100% of the time, mockery leads to nothing productive. And mocking your people is not being "tougher", it's being an incompetent manager.

    28. Re:Good by 4of12 · · Score: 4, Insightful
      It's difficult being in his position.

      This announcement is good management practice though.

      The public declaration of harsh measures means people won't be so hurt by rejection of their MyLifesBlood patches to the kernel - it's not personal anymore, just policy:)

      Much of Linux success can be attributed to Linus ability to balance personalities and technologies. And, believe me, there are some Piece of Work personalities that happen to be tied together in single person packages with rare intellects and feverish workaholicism. Many technical managers are doing great if they can just not too badly piss off the prima donnas responsible for the great ideas and the hard work.

      --
      "Provided by the management for your protection."
    29. Re:Good by Anonymous Coward · · Score: 0
      Linus frequently expresses himself using a type of wry humour which is quite alien to US audiences. It's not bitchy, it just doesn't translate well.
      Wry humor is "quite alien to US audiences?" What a pompous tool. We invented the Simpsons, Aussie Bob. Since you feel the need to incorporate your Aussie status into both your slashdot userid ("ozman"jusri) and your hotmail address "aussie_bob", methinks it may just be your inferiority complex showing through.
    30. Re:Good by HiThere · · Score: 1

      I think you've hit the nail squarely on the head. Linus is so often calm and placid, that I think this counts as "fair warning", and was intentionally constructed to get people's attention. It seems to have worked, for that end, anyway. Now people don't have much grounds for complaint if their non-essential changes during the two-week freezing get rejected.

      (Of course, they will complain anyway, people being what they are, but their audience will know that they were warned ahead of time.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    31. Re:Good by Anonymous Coward · · Score: 0

      He is still trying to come to terms with the latest geopolitical developments - Australia is now officialy considered New Zealand's West Island.

      --Kiwi

    32. Re:Good by jdavidb · · Score: 1

      when these types of quotes get posted on sites like ZDNet, this only contributes to the fact that people think Linux is poorly maintained and has a low software quality

      That's an odd thought; it contributed to my impression that Linux is being well-maintained, since the position Linus is taking is the position that must be taken in order to maintain software well.

    33. Re:Good by SilverspurG · · Score: 2, Funny
      There's a big difference between the behavior of an alpha male in the wilderness (where inflicting death is an acceptable form of asserting dominance) and the behavior of an alpha male in human society governed by etiquette.

      Linus has learned this difference. Apparently you haven't.
      A true alpha male would assert dominance in every way and absorb the impact
      That's not the way it works in the business world. Every alpha male that has acted the way you suggest in the business world eventually ends up with their balls stuffed in their mouth. Either you learn when to hold your tongue, learn when to act civil, and learn when and where it's acceptable to overtly assert dominance, or you learn what your nuts taste like.
      --
      fast as fast can be. you'll never catch me.
    34. Re:Good by akshunj · · Score: 0

      Hmmm. You have no examples as to "how it works in the business world" except for theoretical ball-stuffing and tasting. (I go on record by saying that I'm a little disturbed with the direction you've taken this discussion.) I have cited a couple of high profile alpha males who are highly successful in the business world because they walk their talk. You contend that a true alpha male does NOT walk the talk because of social ettiquette? Um, now I'm lost, especially with no examples. Methinks the bleeding hearts have gotten to you...

    35. Re:Good by Master+of+Transhuman · · Score: 1

      "We" invented the Simpsons?

      Who is "we"? George Bush?

      Take your patriotic pompous tool ass back to the toilet and dump your shit where it belongs.

      The poster was quite correct - most Americans have the sense of humor of a Puritan. Otherwise we wouldn't be discussing Linus's comments at all.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    36. Re:Good by Master+of+Transhuman · · Score: 1


      And if you weren't black, 6'3" and 230 lbs, you'd be a punk, right?

      I saw plenty of your fellows in the Federal prison system. When a C.O. told them what to do, they shut up.

      I'm 5'8", weigh 200 pounds, am out of shape, wear glasses, and I'd still tell you to fuck yourself in the ass. In prison, I'd get my ass kicked, so I shut up. Out here, after you kick my ass, I'll show up at your house - six months later -with a .45 after dark and leave you bleeding on the carpet - and the rest of the world will wonder how an asshole like you lasted that long.

      Alpha males, my ass. An alpha male is a cheap punk who only survives because the rest of the world are beta followers. But he gets his sooner or later because the bottom line of primate behavior is that NOBODY is allowed to be above anybody else for long.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    37. Re:Good by Anonymous Coward · · Score: 0
      And if you weren't black, 6'3" and 230 lbs, you'd be a punk, right?

      I saw plenty of your fellows in the Federal prison system.

      No doubt, looking up at them as you sucked on their cocks.

    38. Re:Good by __aaclcg7560 · · Score: 1

      Yeah, he should act more like Steve Ballmer.

      One enfant terrible is enough for the entire software industry.

    39. Re:Good by SilverspurG · · Score: 1
      You have no examples as to "how it works in the business world"
      You have no idea.
      I have cited a couple of high profile alpha males who are highly successful in the business world because they walk their talk
      Michael Jordan's wife has him by the nuts. TO just got his ass spanked. Dennis Rodman does what? Manage street corners these days? Would you care to cite any examples of alpha males who were allowed to keep shooting their mouths off past the point when their immediate usefulness ended?

      No.
      --
      fast as fast can be. you'll never catch me.
    40. Re:Good by Aadain2001 · · Score: 1

      I can!

      George W. Bush
      Donald Trump
      Bill Gates
      Steve Jobs


      These are a few people who are true "alpha" males and are very successful in their respective fields. Of course, they aren't always the most loved people, but they do a hell of a job at leading.

      --
      Space for rent, inquire within
    41. Re:Good by SilverspurG · · Score: 1
      These are a few people who are true "alpha" males and are very successful in their respective fields
      Hardly.

      George Bush: He's a beta male propped up by a wealthy family and lots of political connections.
      Donald Trump: Even Donald Trump, when dealing with investors, know when to keep his mouth shut.
      Bill Gates: An alpha male? What are you shooting for, Funny?
      Steve Jobs: Steve Jobs has figured out how to stare everyone else down. He doesn't need to jump in conflict, as the arguing party seems to think is required for conflict.

      Being an alpha male requires playing the card game. It does not require trash talk on every hand.
      --
      fast as fast can be. you'll never catch me.
    42. Re:Good by Anonymous Coward · · Score: 0

      That joke went whooshing by so far over your head that you probably barely saw the jet stream. HAND.

    43. Re:Good by mikefe · · Score: 1

      I'm 5'8", weigh 200 pounds

      Well I'm 5'10 and 270 pounds and I can just "accidentally" trip and fall on you and be done with it. No need for a gun.

      --
      There: Something at a specific location.
      Their: Owned by someone.
      Please make sure your english compiles.
    44. Re:Good by ozmanjusri · · Score: 1

      Since my comment was an observation, not a criticism, methinks the whiny AC doth protest too much...

      --
      "I've got more toys than Teruhisa Kitahara."
    45. Re:Good by Anonymous Coward · · Score: 0

      The Real alpha male is "Anonymous Coward" on slashdot, everyone here knows that!

    46. Re:Good by Master+of+Transhuman · · Score: 1

      Three more /. punks weigh in...

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    47. Re:Good by Anonymous Coward · · Score: 0

      Sounds like somebody got bullied in high school.

    48. Re:Good by akshunj · · Score: 0

      Would you care to cite any examples of alpha males who were allowed to keep shooting their mouths off past the point when their immediate usefulness ended?

      No, because that wasn't my point. We were talking about (at least *I* was) so-called alpha males who were essentially wusses in person, but fierce at a distance (in email and the like). My point was that anyone who does not assert their dominance in person is not an alpha male. Period. It doesn't mean that they don't exercise restraint and tact in the business world, but it DOES mean that a guy like Rumsfeld sounds the same in a memo to his staff as he does when he's being interviewed about the war. He is a classic alpha male. Others include Cheney (another classic), Steve Ballmer, George Lucas (ask any actor who has worked with him, and compare to his interviews), Arnold Schwartzenegger, Dr. Dre, and the list goes on. These people assert dominance EVERY time they get the opportunity and NEVER wuss out for fear of public reprisal.

      Do you concede the point??

    49. Re:Good by Phreakiture · · Score: 1

      it just doesn't translate well.

      Nonsense it doesn't translate well. You just have to understand that Linus has a wry sense of humour and it all just falls into place.

      As the heading on /. sometimes says.... It's funny. Laugh.

      --
      www.wavefront-av.com
    50. Re:Good by ccp · · Score: 1


      While I think that his language is a bit inflammatory

      Man, here's a quarter, go buy some sense of humor. ;>)

      Cheers,

    51. Re:Good by DocFloyd · · Score: 1

      Personally, I find it a little refreshing. It's direct and to the point. No beating around the bush and "suggesting" a different behavior.

    52. Re:Good by jimmypw · · Score: 0

      Regardless Linux is still a product and every product has to go through extensive quality control testing. True laughing in their face does sound a bit harsh however consider it a metaphor. he has to draw the line somwhere and its not like the code will never get in to a constantly evolving kernel.

    53. Re:Good by sudog · · Score: 1

      You==stupid.

    54. Re:Good by flibuste · · Score: 1

      Your variable naming looks inconsistent (capital, no capital?), and I'd add spaces around the equal operator for better readability. Something like..

      var Idiot idiot != alwaysTheOneYouThinkOf();

    55. Re:Good by Hognoxious · · Score: 1
      I'll show up at your house - six months later -with a .45[1] after dark and leave you bleeding on the carpet
      I'm about the same size as you. Of course, if I had a gun, I could pwn someone much larger. If someone smaller than me had a gun, he (or indeed she) could pwn me.

      The mere fact that you fantasize about having a gun and raping[2] people you've never met just proves what an inadequate, pathetic nonce you are.

      [1] Are you allowed to own a firearm - what with you being a criminal shitbag and a psychopathic, delusional lunatic etc?
      [2] I know you do, I've met your type before. But here's a hint, I could go home at night.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    56. Re:Good by Master+of+Transhuman · · Score: 1


      It's not the gun, moron, it's the balls to use it and the smarts to use it properly.

      As for whether it's factually legal for me to own one, no, it isn't. The only issue in my mind is whether I could ever be CONNECTED to actually possessing one again. Anything else is irrelevant.

      As for pathetic nonces, nigger bitches who boast about how big they are are a dime a dozen in the joint. And when a couple white guys roll in on them with lead pipes or shanks, it really doesn't matter how big they are - they're going out with blood on their skulls.

      I have no idea what you're talking about with regard to raping anybody. The morons above were babbling about jailhouse sex, not me.

      Monkeys who have to flex their muscles to threaten someone don't impress me - and people who are impressed by those monkeys don't impress me either. That was my point, which you evidently didn't comprehend.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  2. Also said... by Grendel+Drago · · Score: 5, Funny

    Torvalds later added, "I am legion. All shall kiss my smoldering hoof."

    --
    Laws do not persuade just because they threaten. --Seneca
    1. Re:Also said... by OneSmartFellow · · Score: 2, Informative

      Promethea: Volume 1 "Bringing Down The Temple", Sept 2000 by Alan Moore

    2. Re:Also said... by ScrewMaster · · Score: 1

      "All your patch are belong to me."

      --
      The higher the technology, the sharper that two-edged sword.
  3. Sweet by Anonymous Coward · · Score: 0

    Linus tries to be a bit like fuckin' hard Theo but fails miserably. ;)

  4. Get Tough! by vaderhelmet · · Score: 4, Insightful

    This sort of thing happens in the corporate environment (at least where stability is valued over new features). I don't see why we shouldn't have some of the same process in OSS. I think this is a bold, yet helpful move by Linus and I congratulate him on taking a stand!

    1. Re:Get Tough! by frostfreek · · Score: 1

      And, does your manager laugh in your face, derisively? Talk about a great way to motivate.
      Just who does he think he is, Bill Gates or something?

    2. Re:Get Tough! by IANAAC · · Score: 1
      And, does your manager laugh in your face, derisively?

      You must not be in corporate America. Bosses laugh at you derisively all the time.

      Thank god I have the type of boss that, while practicing the above-mentioned behaviour, can take it as well as give it.

    3. Re:Get Tough! by scsirob · · Score: 1

      So, can you name *one* company that will favor stability over time-to-market??

      --
      To Terminate, or not to Terminate, that's the question - SCSIROB
    4. Re:Get Tough! by the_xaqster · · Score: 1

      Depends on how often I whine plaintively at him.....

      --
      I'm just here to regulate Funkyness
    5. Re:Get Tough! by Anonymous Coward · · Score: 0

      Nah, sounds more like Steve Jobs, actually.

    6. Re:Get Tough! by Anonymous Coward · · Score: 1, Funny

      It's much worse when girls do that to you.

    7. Re:Get Tough! by Anonymous Coward · · Score: 1, Insightful

      Um, SBC? I'm a consultant there.

      It's called "sustaining" instead of "enhancing" the software. If you mix up which is which, they yell at you bloody murder.

      Most companys have things called "schedules", "budgets", and "project scope", if you exceed one or more of those, they go "apeshit" and you get "fired".

      Not everyone is making new software, in fact most companies are now trying to dig themselves out of the hole they dug in the late 90's with their "time to market is king" strategy.

      The project I'm doing now is replacing seven megs of C++ spaghetti code with a java implementation that isn't even a thousand lines of code. I'm not even using any java classes outside of java.net, java.util, and java.lang. One of the SBC guys tried to add an "enhancement" by allowing more than one phone number to be entered (the back end system supported it), and he was fired.

      I totally see where linux is coming from. If people aren't even in Unit Testing for their stuff at this point, there's no point in even trying to merge.

  5. Obligatory Futurama by Anonymous Coward · · Score: 5, Funny

    Prof. Farnsworth: This will not stand! I'll take you on, you air balling bozos!
    Bubblegum: You old man? Ha! Sweet Clive, laugh derisively at him.
    Sweet Clive: Ahaha, ahaha, aahahaha.

    1. Re:Obligatory Futurama by Anonymous Coward · · Score: 0

      Farnsworth:While you were gone, the 'Trotters held a press conference to announce that I was a jive sucka.

  6. Whaaa?!? by Moby+Cock · · Score: 5, Funny

    Linus has a new title:

    Not-So-Benevolent (But Exceedingly Pragmatic) Dictator for Life?

    1. Re:Whaaa?!? by dfn5 · · Score: 4, Funny
      Linus has a new title:

      Not-So-Benevolent (But Exceedingly Pragmatic) Dictator for Life?

      I, for one, welcome our new Linux Kernel Overlord.

      --
      -- Thou hast strayed far from the path of the Avatar.
    2. Re:Whaaa?!? by bhtooefr · · Score: 0, Offtopic

      ...of old people in Soviet Korea, who are the only ones used by $sys$Sony?

    3. Re:Whaaa?!? by gstoddart · · Score: 1
      Not-So-Benevolent (But Exceedingly Pragmatic) Dictator for Life?

      I, for one, welcome our new Linux Kernel Overlord.

      But ... but ... he's the same old Linux Kernel Overlord ... just with a few new ass-whoopin' superpowers.
      --
      Lost at C:>. Found at C.
    4. Re:Whaaa?!? by AuMatar · · Score: 1

      Meet the new boss
      Same as the old boss.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    5. Re:Whaaa?!? by $0.02 · · Score: 1

      So, that's what his middle name (Benedict) stands for.

      --
      If enithin kan gow rong it whil. (Murfey)
  7. And Linus complains about Slashdot.... by teewurstmann · · Score: 0, Troll
    If Linus talks down to other developers that contribute to Linux in such a primitive way, he shouldn't complain about Slashdot, as he did here: http://lkml.org/lkml/2005/8/20/95. Quote:
    Gaah. I don't tend to bother about slashdot, because quite frankly, the whole _point_ of slashdot is to have this big public wanking session with people getting together and making their own "insightful" comment on any random topic, whether they know anything about it or not.
    1. Re:And Linus complains about Slashdot.... by imsabbel · · Score: 4, Insightful

      So you are arguing that Linus shoudlt claim slashdot is all about making unqualified comments and circle jerking them up to +5 insightful,
      by making a unqualified comment about linux kernel management and getting modded up for it...

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    2. Re:And Linus complains about Slashdot.... by Slashcrap · · Score: 5, Insightful

      If Linus talks down to other developers that contribute to Linux in such a primitive way, he shouldn't complain about Slashdot, as he did here: http://lkml.org/lkml/2005/8/20/95. Quote:

              Gaah. I don't tend to bother about slashdot, because quite frankly, the whole _point_ of slashdot is to have this big public wanking session with people getting together and making their own "insightful" comment on any random topic, whether they know anything about it or not.


      Congratulations! We have a winner! The 3rd Annual Slashdot unintentional irony award goes to titwurstman!

      He beat all comers this year due to his use of a quote suggesting that people on Slashdot comment on things they know nothing about, to support his Slashdot comment on something he knows nothing about!

      The Slashdot editors have now permanently closed the competition, as it is widely agreed that nobody will ever top this year's winner!

    3. Re:And Linus complains about Slashdot.... by nurhussein · · Score: 5, Funny

      If Linus talks down to other developers that contribute to Linux in such a primitive way, he shouldn't complain about Slashdot, as he did here: http://lkml.org/lkml/2005/8/20/95.

      Well said, fellow slashdot user teewurstmann of id 755953! With that post, you certainly took Linus Torvalds to task for daring to belittle the collective intelligentsia that is SLASHDOT! As a mere senior kernel developer, founder of the Linux kernel project and leader of the mainline kernel development process certainly he needs to be shown his place by our community of insightful commentators. From mom's basement I stab at thee!

    4. Re:And Linus complains about Slashdot.... by Qbertino · · Score: 4, Informative

      Well isn't that cute. Nice try at a piece of Troll FUD.
      And you "wisely" drop the following sentence from what your quoting.

      Here's the quote in context:

      >>>
      Gaah. I don't tend to bother about slashdot, because quite frankly, the
      whole _point_ of slashdot is to have this big public wanking session with
      people getting together and making their own "insightful" comment on any
      random topic, whether they know anything about it or not.

      [ And don't get me wrong - I follow slashdot too, exactly because it's fun
          to see people argue. I'm not complaining ;]

      And I don't tend to worry about the Inquirer and the Register, because
      both of them are all about being rough and saying things in ways that
      might not be acceptable in other places, and that's what makes them fun to
      read. So when they then write something nasty about Linux (or me), hey, it
      goes with the territory.

      So much for Linus complaining about slashdot.
      You trolling Sucker. :-)

      --
      We suffer more in our imagination than in reality. - Seneca
    5. Re:And Linus complains about Slashdot.... by Anonymous Coward · · Score: 0

      The difference is that people on slashdot generally don't know what they're talking about, whereas Linus certainly does know all about the woes of last-minute changes

    6. Re:And Linus complains about Slashdot.... by hylander_sb · · Score: 2

      the quote continues:

      [ And don't get me wrong - I follow slashdot too, exactly because it's fun
          to see people argue. I'm not complaining ;]

      He says he's not complaining. Sounds like he's just making a characterization of how discussions go around here...not too far off the mark.

    7. Re:And Linus complains about Slashdot.... by hylander_sb · · Score: 0, Offtopic

      Not only that, but his post was modded "Insightful" for an added measure of selfreferential yumminess!

    8. Re:And Linus complains about Slashdot.... by Anonymous Coward · · Score: 4, Funny
      So much for Linus complaining about slashdot.
      You trolling Sucker. :-)
      --
      [My english is better than most other people's german, so please point out mistakes politely. Thank you.]
      Sucker is spelt with an "F"
    9. Re:And Linus complains about Slashdot.... by Anonymous Coward · · Score: 0

      Ohh i wonder if he's one of the Anonymous Cowards replying to this... wait!, i'm an Anonymous Coward, what if i'm him!!!

    10. Re:And Linus complains about Slashdot.... by scruffy · · Score: 1

      How dare he? It is time to unleash the CowboyNeal dogs on him.

    11. Re:And Linus complains about Slashdot.... by xs650 · · Score: 1
      [My english is better than most other people's german, so please point out mistakes politely. Thank you.]

      Your English is better than most American's English; however, in Engish one capitalizes language names.

      You're welcome.

    12. Re:And Linus complains about Slashdot.... by jschrod · · Score: 1
      Ah, that's what you do in Engish. And what does one do in English?

      (Sorry, couldn't resist. :-)

      --

      Joachim

      People don't write Manifestos any more -- what's going on in this world? [Frank Zappa]

    13. Re:And Linus complains about Slashdot.... by macshit · · Score: 1

      This post has been a service by your local Irony Nazi.

      Ironically, you appear not to know much about irony...

      [There are several commonly used meanings; the one you objected to is if anything the "classic" definition of irony.]

      --
      We live, as we dream -- alone....
    14. Re:And Linus complains about Slashdot.... by macshit · · Score: 1

      So I ask on what basis you make the statement "Ironically, you appear not to know much about irony..."

      Well, I'm not sure that it's a very good example, but a self-proclaimed "irony nazi", making a post complaining about the meaning of irony, is expected to at least get this one thing right -- but you didn't. And the fact that it's ironic makes it more ironic... :-)

      A friend once explained to me that the dramatic use of irony tends to make the point that "man cannot outwit the gods", and demonstrates this by strongly emphasizing the (as your quote puts it) incongruence between the outcome implied by a character's conceit and the actual outcome, making the point of failure be exactly that which was claimed as the least likely possibility -- e.g., someone crusading against immorality being brought down by a sex scandal.

      --
      We live, as we dream -- alone....
    15. Re:And Linus complains about Slashdot.... by macshit · · Score: 1

      I could go back and do the same analysis of why the original post was not ironic either

      Er, given that your first "analysis" failed, why risk it?

      --
      We live, as we dream -- alone....
    16. Re:And Linus complains about Slashdot.... by macshit · · Score: 1

      Oh, BTW, just FYI, since you seemed to miss the point of my last post: your original post was an example of type #3 irony in the list posted (further illustrated by my 2nd paragraph).

      --
      We live, as we dream -- alone....
    17. Re:And Linus complains about Slashdot.... by Anonymous Coward · · Score: 0

      Hey baboon, it's different if a post is ironic or if there is irony in the post (unintentional).

      Best Regards,
      The Million Monkeys

    18. Re:And Linus complains about Slashdot.... by oztiks · · Score: 0, Offtopic

      For the most of it (and i dont care for being trolled because it proves my point) slashdot is a very bias place to discuss topics, even about slashdot itself! if anything people shouldnt be modding such threads down as flamebait, because it shows how bias slashdot is! but moreso they should be taking what linus is saying on board and start modding threads with a little bit more refinement ...

      There are alot of people out here who talk utter crap just to get good karma points whilst others who speak a strong point of view on a particular issue get flamed down for sharing their thoughts ...

    19. Re:And Linus complains about Slashdot.... by ScrewMaster · · Score: 1

      {choke gasp} thank you for that.

      --
      The higher the technology, the sharper that two-edged sword.
  8. Huh? by poodlehat · · Score: 1

    Could someone please explain that one to me?

    1. Re:Huh? by Curtman · · Score: 3, Informative

      "Could someone please explain that one to me?"

      It appears to be a reference to a really bad comic book.

    2. Re:Huh? by hackwrench · · Score: 2, Informative

      "My name is legion for we are many" is a quote from the Bible Mark 5, vs. 9. and "smoldering hoof" is from one of the mythical forms of Satan and the notion that Hell is hot.

    3. Re:Huh? by Anonymous Coward · · Score: 0

      Really bad comic? It looks like it was created by Alan Moore. Ever hear of Watchmen? I'd be surprised if that comic sucks.

  9. Enough time? by NCraig · · Score: 1
    From the article:
    The kernel development team recently set a policy that new features must be added to the next version of the kernel during the two weeks after the release of the previous version.
    I admittedly know nothing about the kernel development process, but two weeks sounds like too little time. Won't this stifle new features and improvements?
    1. Re:Enough time? by Anonymous Coward · · Score: 2, Insightful

      two weeks sounds like too little time

      You don't have to make the code in two weeks, you just have to submit it within that time frame, or wait untill next if you are not ready yet. So you can for example start coding now, and post the code after 10 years, but inside the 2 week time frame (assuming this policy is still used then, and your code still works with the current kernel at that time).

    2. Re:Enough time? by mwood · · Score: 2, Insightful

      The best thing that could happen to mankind is the stifling of certain new features and improvements. My modal reaction to "upgrades" from certain other software suppliers is, "how do I disable that?"

      Anyway if you miss the window for kernel J.K.L there's always J.K.L+1 coming along. Meanwhile people with a burning desire for your patch can get it from you. It's annoying, but the person you should be annoyed with lives in your mirror.

    3. Re:Enough time? by Jack+Earl · · Score: 1

      They will just get released in the next version.

    4. Re:Enough time? by thesandtiger · · Score: 1

      It's annoying, but the person you should be annoyed with lives in your mirror.

      THERE'S A PERSON LIVING IN MY MIRROR!?!?!

      Oh, shit... call the police... call Homeland Security... there's a person living in my mirror! I'm looking right at her right now! She looks terrified!

      --
      Since I can't tell them apart, I treat all ACs as the same person.
  10. In other news... by Call+Me+Black+Cloud · · Score: 5, Funny


    Steve Ballmer referred to him as an "amateur" and offered to tutor him in the art of anger.

    1. Re:In other news... by Anonymous Coward · · Score: 5, Funny

      This is where the collaborative open-source model is doomed to fail vs the proprietary model: it is simply impossible to throw a chair on the Internet. With this handicap, Mr. Torvalds will never be able to match Mr. Ballmer's leadership abilities.

    2. Re:In other news... by MoonRug · · Score: 1

      ... and also offered to show how to show appreciation of all the kernel folks:

      "DEVELOPERS DEVELOPERS DEVELOPERS DEVELOPERS (gaaaasp) DEVELOPERS DEVELOPERS DEVELOPers DEVell (gassssp) ... "

    3. Re:In other news... by ArsenneLupin · · Score: 4, Funny
      Steve Ballmer referred to him as an "amateur" and offered to tutor him in the art of anger.

      Indeed, being the chairman of a world-wide OS development team is not a trivial task!

    4. Re:In other news... by babyrat · · Score: 1

      I threw a chair once - landed on a network cable, dragged the switch on the floor and we lost our internet connection for a while. So apparently you CAN throw a chair on the internet.

  11. Language? by h_benderson · · Score: 0
    'If people miss the merge window or start abusing it with hurried last-minute things that just cause problems for -rc1, I'll just refuse to merge, and laugh in their faces derisively when they whine plaintively at me, and tell them there's going to be a new opening soon enough.'
    Linus should choose his words a bit wiser than that. It makes him sound like an arrogant a-hole on a powertrip.

    That said, I completely agree with his point and I would do the same if I were in his position (except the derisively laughing, of course).
    1. Re:Language? by Turn-X+Alphonse · · Score: 1

      "If you want to put stuff in the kernel then do it when it's easiest for us to check it. If you refuse to cause problems and keep doing this then I'll tell you to piss off" would be a nicer translation.

      --
      I like muppets.
    2. Re:Language? by rylin · · Score: 0

      I refuse to cause problems.

    3. Re:Language? by Turn-X+Alphonse · · Score: 0, Offtopic

      It's 3 pm and I aint slept yet. Fuck off ya bastard :/

      --
      I like muppets.
    4. Re:Language? by mwood · · Score: 0, Offtopic

      So you believe that winged monkeys really *do* fly out of people's backsides from time to time? Look up "figurative language" -- it could change your life!

      Anyway, on email the closest you can get to derisive laughter is "/\/\/\/\/\/\". Oh, the cruelty!

    5. Re:Language? by mforbes · · Score: 1

      If you refuse to cause problems[...]

      I do not think that word means what you think it means.
      </pedant>

      (For those tempted to take this post seriously: haven't you ever watched The Princess Bride?)

      --

      Allegedly real newspaper headline from 1998:
      Man Struck by Lightning Faces Battery Charge

  12. Why not? by IANAAC · · Score: 3, Insightful
    ... he shouldn't complain about Slashdot ...

    Why not? He was stating an opinion, nothing more.

    Controlling a process and stating an opinion are two entirely different things.'

  13. Much ado about nothing by WindBourne · · Score: 5, Insightful

    This is simply a manager telling others off that they can not miss deadlines. It happens all the time in any business. Difference is, that Linux development is in the open.

    --
    I prefer the "u" in honour as it seems to be missing these days.
    1. Re:Much ado about nothing by nine-times · · Score: 1
      Difference is, that Linux development is in the open.

      Which means, if you don't like it, make your own damn kernel!

    2. Re:Much ado about nothing by Xyrus · · Score: 0

      So when Linus does this, it's a good thing, but when a business does this, it's bad?

      I'm sorry, but when you're being an asshole, you're being an asshole. It doesn't matter if you're the Emperor of Linux or the President of the United States. Being an asshole transcends all boundries.

      Don't be an apologist, or make excuses about his lack of respect or decency to those who work hard for the OSS community. It only makes you sound like a battered wife: "He only beats me when he's drunk."

      The guy was being an asshole. Emperor or not, he's getting all the flack he deserves.

      ~X~

      --
      ~X~
    3. Re:Much ado about nothing by DavidpFitz · · Score: 1
      This is simply a manager telling others off that they can not miss deadlines. It happens all the time in any business. Difference is, that Linux development is in the open.
      Except of course, that it's not. Linus seems to be getting pissed off that people are getting their work in *just before* the deadline, not actually missing it. If your manager told you off for submitting your work shortly before your deadline, you'd be pretty pissed off about it.

      If the 2 week window is too long, then shorten it. But don't bitch off about people who are playing by the rules.
    4. Re:Much ado about nothing by DustMagnet · · Score: 1

      Except of course, that it's not. Linus seems to be getting pissed off that people are getting their work in *just before* the deadline, not actually missing it. If your manager told you off for submitting your work shortly before your deadline, you'd be pretty pissed off about it.

      That's now how I read this: If people miss the merge window or start abusing it with hurried last-minute things that just cause problems for -rc1, I'll just refuse to merge

      I read that as being upset about people missing the deadline or submitting crap right before the deadline because they aren't ready. I think a dope slap would be better for these people.

      --
      'SBEMAIL!' is better than a goat!!
    5. Re:Much ado about nothing by syphax · · Score: 2, Insightful

      Telling people that they have to meet their deadlines does not make you an asshole. It's *how* you tell them that differentiates the assholes from the (rare) good managers.

      the 'and laugh in their faces derisively' comment is just an indication that Linus thinks this is important. I don't know Linus, and I think I only know one person who ever might Linus, but I know from reading enough articles what his personality and sense of humor are like. Threatening to laugh derisively at someone is a little different from throwing a chair in anger...

      --
      Simple Unexpected Concrete Credible Emotional Stories
    6. Re:Much ado about nothing by WindBourne · · Score: 2, Insightful
      but when a business does this, it's bad?

      Excuse me, but who is saying that it is bad in business? I flat out said that it goes on all the time. When I worked on HP-UX, we had about 5 of us who did not check in our work continually. When merges occured, it caused issues and managers would get pissed. And yes, they would sound off just like Linus did. I never felt that it was "bad", as they were justified.

      In fact, where do you see anybody saying that a business doing it is bad? Your statement has the same logic of "You still beating your wife?"

      --
      I prefer the "u" in honour as it seems to be missing these days.
    7. Re:Much ado about nothing by Anonymous Coward · · Score: 0

      Bollocks.

      I read this thread on the linux kernel mailing list the other day. Its often worth a read of lkml for entertainment purposes if nothing else. If you think this is an example of Linux being an arse - its not even close. He's actually more concerned with Andrew Morton getting too much to do than himself, and how best to manage this process for everybody.

      It's not hard to find a thread where he really does call someone out for being a prick about something, but even then 95% of the time, its ripping their code apart. Linus is often calling himself an idiot for not seeing something, especially if it had to be pointed out to him. Not that he can't be an arse (the other 5%) - he can, we all get frustrated at some point. Having read tons of his posts, he's actually quite grateful and courteous when people are willing to test patches and hunt down bugs even if they don't do kernel programming.

      The "laugh in their faces" line is just typical torvalds humour. Nothing to see here, move along...

    8. Re:Much ado about nothing by HiThere · · Score: 1

      It's a literary reference, that I can't quite pull out of my memory, because it's been slightly paraphrased. Perhaps it's a Monty Python reference?

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    9. Re:Much ado about nothing by Zebidiah · · Score: 1
      Monty Python and the Holy Grail perhaps.

      Sir Galahad: Is there someone else up there we could talk to?

      French Soldier: No, now go away before I taunt you a second time.

    10. Re:Much ado about nothing by HiThere · · Score: 1

      No... but it might well be one of the exchanges with the french soldier. I sort of think it was "... [Go away??] or I shall ... in your general directions.", or something like that.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    11. Re:Much ado about nothing by Zebidiah · · Score: 1
      All I can think of that might match that is:

      "I fart in your general direction"

  14. Right attitude! by Anonymous Coward · · Score: 0

    That is _exactly_ the right attitude you must have if you're going to maintain anything near as complex thing as Linux kernel.
     
    If I'd be Linus, I'd say "Fuck off!" instead of saying it politely like that.

  15. You call that tough? by Qbertino · · Score: 1, Funny

    He's merely doing his job as lead maintainer - which usually includes a little verbal dutch rub for the team once in a while.
    Getting tough is more like "Do that once more and I'll have Don Papa and his mob minions knocking at your door with a fresh set of baseball clubs!" or something like that.

    --
    We suffer more in our imagination than in reality. - Seneca
    1. Re:You call that tough? by LWATCDR · · Score: 1

      "Do that once more and I'll have Don Papa and his mob minions knocking at your door with a fresh set of baseball clubs!"

      What are baseball clubs?

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    2. Re:You call that tough? by Anonymous Coward · · Score: 0

      They're instruments of pain, as opposed to the same used to bat baseballs you can instead use them to club (or clobber) those in need of a little physical motivation *cracks knucles* capiche? j/k :)

      Yeah I know you were just aiming to be a language nazi but noone cares about that. If you ask stupid enough rethorical questions you can't really complain about being taken the piss at.

    3. Re:You call that tough? by swv3752 · · Score: 1

      A basball bat used for breaking legs.

      --
      Just a Tuna in the Sea of Life
    4. Re:You call that tough? by LWATCDR · · Score: 1

      Actually I have never heard of a Baseball bat being called a baseball club.
      Grammar Nazi? Not on your life. I was more wondering if it was just an odd translation. Is this a common term?

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  16. I... by JymBrittain · · Score: 0, Redundant

    I, for one, welcome our Linux Overlord.

  17. Let us not forget by Anonymous Coward · · Score: 0

    He did sort of start the whole linux thing.
    I know i sure as --ll get pissed off when I just finish a project at work and they throw in two more requests AFTER testing is over.
    That, and I sort of suspect his wording could be do to English not being his main language.

    1. Re:Let us not forget by Zen+Punk · · Score: 2, Insightful

      Go read some of Linus's LKML or Usenet posts. He is conversationally fluent in English. You would have no way to tell he is not from an English-speaking country if you didn't know beforehand.

      --
      Sleep is futile.
    2. Re:Let us not forget by east+coast · · Score: 1

      I know i sure as --ll get pissed off when I just finish a project at work and they throw in two more requests AFTER testing is over.

      Really? Most coders know this is standard operating procedure.

      --
      Dedicated Cthulhu Cultist since 4523 BC.
    3. Re:Let us not forget by oneandoneis2 · · Score: 2, Funny

      Go read some of Linus's LKML or Usenet posts. He is conversationally fluent in English. You would have no way to tell he is not from an English-speaking country if you didn't know beforehand.

      You would if you heard him speak - he completely mis-pronounces the word "Linux", for example ;o)

      --
      So.. it has come to this
    4. Re:Let us not forget by yfkar · · Score: 1

      Perhaps we're not the best ones to tell him how "Linux" should be pronounced. ;)

    5. Re:Let us not forget by Anonymous Coward · · Score: 0

      I sort of suspect his wording could be do to English not being his main language.
      Apparently English is not your native language either.

  18. Re:If my boss by germ!nation · · Score: 2, Insightful

    "If my boss used this tone with me, I would quit the job."

    If you were chucking code into a major public release candidate 2 weeks before launch, I'm sure your quitting window would be rather short as you would be fired before too long.

    No one involved is a child; suck it up, do some push-ups if required, and make sure you do things right next time.

  19. Last minute changes by Anonymous Coward · · Score: 0

    This is currently a huge issue with my team. Marketing makes demands at the last minute, and often even after General Availability releases. Changes at that point are very simply a bad idea.

  20. Re:If my boss by Soruk · · Score: 1

    But, if you were constantly submitting work late, holding up your colleagues or trying to do it in a rush so breaking something, then your boss would have every right to take this tone with you.

    --
    -- Soruk
  21. More like this? by MECC · · Score: 5, Funny

    Developer: Here's my patch. Sorry its late...
    Linus: The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee....

    --
    "We are all geniuses when we dream"
    - E.M. Cioran
    1. Re:More like this? by Anonymous Coward · · Score: 1

      LINUS: We happy?

      No answer from the transfixed Marcelo Tosatti.

      LINUS: Marcelo!

      Marcelo looks up at Linus.

      LINUS: We happy?

      Merging the patch.

      MARCELO: We're happy.

    2. Re:More like this? by sasdrtx · · Score: 1

      BANG!

      Oh, I'm sorry... did I break your concentration?

      --
      Most people don't even think inside the box.
  22. Take lessons from Steve Balmer by Nonillion · · Score: 0, Troll

    I guess Linus could follow the likes of Steve Balmer and use colorful words like "kill" "fuckers" and then throw chairs.

    --
    "I bow to no man" - Riddick
    1. Re:Take lessons from Steve Balmer by SpinJaunt · · Score: 2, Funny

      Throw Penguins damn it..

      --
      /. is good for you.
    2. Re:Take lessons from Steve Balmer by Anonymous Coward · · Score: 0

      ok ok, but do we really need 7 or 8 posts like this in every damn thread.

  23. Re:If my boss by Anonymous Coward · · Score: 0, Funny

    Let me guess, you don't have a job...

  24. Well Said! by Lee_in_KC · · Score: 2, Insightful

    " If my boss used this tone with me, I would quit the job."

    Spoken like a true college Sophomore.

    1. Re:Well Said! by Lee_in_KC · · Score: 1

      Flamebait!! How redundant from a /. poster!

      Have you considered that possibly I meant it as I said it? Do you know that "Sophomore" means "wise fool"? There's a reason. Next time I'll make my whole post in Latin so it sounds more cool.

      I could have take a LOOOONG time to explain that anyone that could possibly say they would quit a job if they got yelled at by their boss would be a career unemployment recipient, but that takes much longer. I applaud Linus' stance and hope that maybe this will be a clue for the rest of the world that OSS needs to be as serious as any other development effort or it's doomed to be relegated to ... well, folks like we have here complaining about Linus.

      God I can't quit laughing here ... flamebait .... maybe I'm baiting you to use your mod points on something other than "insightful"?

  25. "Just for Fun" by McSnickered · · Score: 4, Funny

    In Torvalds' book, "Just for Fun", he laughs in the reader's face derisively as they look at the printed words plaintively.

    Somewhere, there's got to be a "Deep Thought" by Jack Handy about Linus T.

    "Contrary to what most people say, the most dangerous animal in the world is not the lion or the tiger or even the elephant. It's a shark riding on an elephant's back, just trampling and eating everything they see." ~ Jack Handy

    --
    They call me the working man. I guess that's what I am.
    1. Re:"Just for Fun" by Jesus_666 · · Score: 1

      I hear there's soon going to be a collector's edition of the book. It comes with a built-in speaker that constantly pays a loop of Linus laughing derisively when the book is open as well as a foreword by Steve Ballmer and an exclusive demo of Duke Nukem Forever.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  26. I laugh in your general direction by minus9 · · Score: 4, Insightful

    Having just read the thirty or so posts that have been made as I write this, I cannot believe I am the only one who read the "laugh derisively" bit as tongue-in-cheek.

    Do you really imagine Linus will start jumping on planes and seeking out kernel contributers to laugh in their faces. Bloody hell, I know geeks have trouble with anything not strictly literal but sheesh.

    I read it as "Certain people are repeatedly making changes at the last minute and I'd really rather they didn't".

    1. Re:I laugh in your general direction by pqdave · · Score: 1
      Do you really imagine Linus will start jumping on planes and seeking out kernel contributers to laugh in their faces. Bloody hell, I know geeks have trouble with anything not strictly literal but sheesh.

      ...and if it were true, how many kernel contributors would increase their late patches just for the chance to meet Linus?

    2. Re:I laugh in your general direction by Anonymous Coward · · Score: 0

      That would be true except Finns have no sense of humour.

      The company I work for does a lot of work with a certain Finnish ex-toilet roll company and there's
      seminars in how to work with Finns (I work in the UK). They speak only when necessary, so that implies they don't tell jokes.

    3. Re:I laugh in your general direction by stienman · · Score: 1

      Do you really imagine Linus will start jumping on planes and seeking out kernel contributers to laugh in their faces.

      Who wouldn't want to?

      -Adam

    4. Re:I laugh in your general direction by thesandtiger · · Score: 1

      I agree 110%. I think the people who saw it as anything other than a joke should spend less time developing software and more time developing a basic emotional inventory or, at least, a sense of humor.

      --
      Since I can't tell them apart, I treat all ACs as the same person.
    5. Re:I laugh in your general direction by cdrdude · · Score: 0

      Do you really imagine Linus will start jumping on planes and seeking out kernel contributers to laugh in their faces. Yes.

      --
      This sig is neither interesting, nor humorous. Including meta-humor.
    6. Re:I laugh in your general direction by Hast · · Score: 1

      That's becuase they also have seminars on how to work with British people. Particularly those in the toilet industry.

    7. Re:I laugh in your general direction by ScrewMaster · · Score: 1

      Just what the hell is a ex- toilet roll?

      And besides, sometimes telling a joke is necessary.

      --
      The higher the technology, the sharper that two-edged sword.
  27. Re:Just what we need... by gentleolas · · Score: 1

    Who knows his team's motivations better? They probably like the dominating tone! ;-) Whip-CRACK!

  28. He's absolutely right! by Spy+der+Mann · · Score: 4, Insightful

    Think of this: All the reported bugs have been fixed, you're about to make a new release, and a last minute change introduces an awry bug that forces you to make ANOTHER release.

    And what happens if in that "another release" another guy makes ONE MORE last minute change and... well you get the idea.

    I've seen this happen at sourceforge projects, and this is what gives Open Source such a bad reputation - buggy projects. Sure, 999 bugs have been fixed, but 10 major flaws are introduced with the next version. Just search any SF project's bugs for "crash" or "segfault", and you'll get the idea (and these are reports about RELEASES, not cvs). And why does this happen? Because of devs NOT RESPECTING the timings!

    So, please guys, p-l-e-a-s-e, respect the timing! This is Linux we're talking about, not some hobby project.

    1. Re:He's absolutely right! by Spy+der+Mann · · Score: 1

      I'm talking about Linux 2.6+. Not Linux 1.0 which was a hobby at the time. (Or are you saying most web servers in the world are running on a hobby project?)

    2. Re:He's absolutely right! by wolf31o2 · · Score: 1
      (Or are you saying most web servers in the world are running on a hobby project?)

      Yup. I'm pretty sure that he is saying exactly that.

  29. Re:No comments and by Anonymous Coward · · Score: 0
  30. Re:If my boss by pentalive · · Score: 1

    Sure they can quit, apply their skill to some other project. Enough of them do that and the kernel just stops in it's tracks. For that matter, what's to stop a group of them from forking the kernel?

  31. Fork it! by BigPoppaT · · Score: 2, Insightful

    For all you who don't like how Linus is handling this, hey fork the code, start your own development.

    Maybe his phrasing was a bit harsh, but remember that he is not just a developer - he really plays the role of Project Manager here, and sometimes the PM has to send a wakeup call. That's what this sounds like. Not that big a deal.

    Think about all the failed FOSS projects where nobody did this - UserLinux and Hurd spring to mind. (Now for some posts telling me that Hurd isn't a failure, even though it's not production-ready after what, 16 years now?) Makes you kind of glad Linus is managing this thing.

    1. Re:Fork it! by Slack3r78 · · Score: 1

      If I'm not mistaken, HURD recently scrapped a good amount of the work that's been done to migrate to a new Kernel. Amused me because it was just after they'd finally gotten their first userspace binary running on the system.

    2. Re:Fork it! by slashdot_commentator · · Score: 1

      It was a good move. L3 is a much more elegant microkernel than Mach. To not do so, would have been to try to build on top of an obsolete, significantly flawed microkernel. An analogous incident was when Netscape chucked its next generation browser version work, and rebuild off of the gecko project now known as Mozilla. It was a hideous, suicidal decision from a business point of view, but we enjoy the fruits of that decision today.

      Note I do not claim we will see the completion of a usable HURD OS in the near (or far) future.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    3. Re:Fork it! by HiThere · · Score: 1

      Actually, I consider the Hurd to be very important. It's niche isn't to be competition to Linux, but rather to be the place where OS R&D is done that's too speculative to be done on Linux. True, this could be done on a fork of Linux, but there's really no reason to do that. But keeping the Hurd in reserve has several rather nice security features. E.g., it's a deep reserve, in case there are point legal changes that render both Linux and the BSDs unuseable, there is a fair chance that the Hurd would be able to adapt. And with sufficient support it could be fairly quickly be taken from research status to working status.

      That said, I must admit that I've never used it. And I haven't used Plan9, or any of the other alternatives, either. But I do consider that it's important that they exist. If a giant meteor impact occurs, and wipes out the dinosaurs, we want the mammals to be able to evolve, and not need to retreat and re-evolve from microbes. (Take that metaphorically, please. Otherwise it will sound like gibberish.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  32. Ouch. by kelleher · · Score: 1, Funny
    and having been a college sophmore once I must agree with you...

    Those were the days - back when I knew everything and wouldn't take constructive critisism from anyone!

    1. Re:Ouch. by jahudabudy · · Score: 1

      and having been a college sophmore once

      Ha! I was a college sophomore twice. Well, twice as long as most, anyway :-)

      --
      ...sometimes, in order to hurt someone very badly, you have to tell that person terrible lies. - PA
  33. YES! by zaguar · · Score: 1

    It's _important_ _to_ _write_ _like_ _this_ so you can get _your_ point _across_!

    --
    "Sure there's porn and piracy on the Web but there's probably a downside too."
  34. Soon Linus' conversion will be complete by DarthBallmer · · Score: 2, Funny

    Linus, give in to your hate and anger, feel the power of the Dark Side of the Force.

    1. Re:Soon Linus' conversion will be complete by Anonymous Coward · · Score: 0

      Dark Side of the FOSS, perhaps?

  35. Re:Soup NAZI by Anonymous Coward · · Score: 0



    No soup for ju! NEXT! (drones move up one in the FIFO)

  36. Kharma Whore by Anonymous Coward · · Score: 0

    Mod 5? For that? Kharma whore. Moderation is a joke here.

  37. Not exactly. by Grendel+Drago · · Score: 1

    Well, I guess he can't win huh? It's difficult being in his position. He wants the work to get done and he wants to make people happy. I guess him saying, "People always complain that I'm being too soft. Not so this time," is the result of all the grief he puts up with.

    Not really; his goal is to release the best kernel possible. (I think he says "world domination", but that's what he means.) I've never seen Linus referred to as being a big squishy-bear when talking about his kernel management style.

    --
    Laws do not persuade just because they threaten. --Seneca
  38. Amen by Anonymous Coward · · Score: 0

    Linus hath spoken

  39. Re:If my boss by ArsenneLupin · · Score: 1
    If my boss used this tone with me, I would quit the job.

    But if you do, better make sure that there is no chair within reach...

    Oops, wrong OS!

  40. Wry, yeah, the wife is wry all right by Anonymous Coward · · Score: 0

    Wry, yeah, the wife is wry all right, the little bitch! J/k dear.

  41. Linus Matures by birder · · Score: 1

    It's interesting to see how the development of Linux becomes more "professional" to use that word as Linus matures. The result of this is developers have to mature at his rate also.

  42. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  43. Assessment is off I think by Spirckle · · Score: 1

    Some people talk in person one way out of a reactive impulse. Email allows you to think about your message for its optimum effectiveness to its audience. I kind of liked what Torvalds wrote and how he worded his email. Sometimes ticking people off is more effective than always placating. If Torvalds realizes that he is TOO placating in person he might at second thought write his email in a tougher way. Nothing wrong with it. It shows a complex mind at work.

    --
    Using the best knowledge of today to create the problems of tomorrow.
    1. Re:Assessment is off I think by akshunj · · Score: 0

      I'm just saying that he's inconsistent. Easy-going for the public eye, and a dick on the email list. Sometimes you have to be a dick. I get that. I've been called worse. But it's just not consistent with what he says when the cameras are rolling. He, in fact, says he sometimes fires off emails WITHOUT thinking. Anyways, I'm not losing sleep over it. It has certainly dropped him a couple of pegs in my book, though. I'm sure he's not losing sleep about my lack of support. :-) --Akshun J

  44. Surprised /.ers are supporting this by Brad_sk · · Score: 1

    Its really nice that /. folks are supporting this...Atleast now they are not bashing MS by saying the service packs don't have all fixes. Its just not possible to take each and every fix until last minute.

  45. *laughs* by Jesus_666 · · Score: 0, Offtopic

    If you have mod points, please mod parent +1 funny, funny, FUNNY FUNNY FUNNY FUNNY FUNNY FUNNY FUNNY...

    --
    USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  46. The irony is killing me!!! by dbc · · Score: 3, Funny

    As a manager, I have tried many times to make this same thing stick. This, in a situation where I had influence over promotions, raises, and of course also could put people on written warning and move them out of the company if need be.

    But, Linus has discovered the secret of actually making it happen! Just don't pay people in the first place! Genius!

    This is why Linux is so successfull.

  47. playing by the rules? or gaming the system? by Julian+Morrison · · Score: 1

    I suspect his comments are directed at groups who, instead of accepting that they've missed the window, decide to game the rules by submitting unfinished code in order to co-opt the bugfix window to complete the project. As though "/*TODO: write this*/" was a valid bug. That's an attempt to play Linus for a fool, and he's quite right to stomp on it.

  48. Define 'bad'. by Grendel+Drago · · Score: 0, Offtopic

    Could you define "bad"? Do you mean, "I didn't like it"? 'Cause winning a Harvey and several Eisners is generally a sign of goodness.

    --
    Laws do not persuade just because they threaten. --Seneca
  49. An observation by rinkjustice · · Score: 1

    I'll just refuse to merge, and laugh in their faces derisively when they whine plaintively at me

    I had to chuckle when I read that. Even when Linus is trying to be cruel, he still comes off as charming and agreeable.

  50. And Let Me Be The First To Say... by Zevon+2000 · · Score: 1
    I don't think that word means what you think it means.

    Either that or your just too dim to understand what the parent was talking about. That would also explain how someone who claims to be in favor of strict, precise meanings of words would refer to himself as a "Nazi".

    --
    "Someone somewhere had to wear pants for the first time. The meek and indecisive do not change our world." -Montville
  51. Re:Just what we need... by Jesus_666 · · Score: 1

    Thank you for putting a truly disturbing image in my head.

    --
    USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  52. Linus isn't the only one that's had to do this by TwoTailedFox · · Score: 1

    Now, call me crazy, but why don't the Linux Kernel Development Team use something like SVN, to do changes like this?

    You have 'trunk'. Freely Editable by Devs, and the place for new features to be written.

    You then have a 'branch'. Say Linus wants an RC-1 of Trunk. he'd just copy across Trunk to an RC1 branch, let everyone make fixes to it, and then backport the fixes to the Trunk. This gives a more stable approach ro "Feature/Code Freeze".

    Or am I right in assuming the Kernel is too large a portion of Software to be developed like this?

    --
    ~The TwoTailedFox posts again....
    1. Re:Linus isn't the only one that's had to do this by jZnat · · Score: 1

      The Kernel is a huuuuuuuge source code to manage, and Subversion as well as many other versioning systems introduce way too much overhead as the size of the code increases. That's why Linus used the proprietary BitKeeper for so long, and now why he uses his own solution (Git?) that basically serve only to track changes to files and whatnot across several developers.

      I use Subversion for my own projects, but they aren't anywhere near the size of the Linux Kernel. Some of the largest projects I've ever seen on something like CVS or SVN have been Mozilla, GNOME, and KDE, and those are generally much smaller than a kernel.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    2. Re:Linus isn't the only one that's had to do this by Jussi+K.+Kojootti · · Score: 1
      Some of the largest projects I've ever seen on something like CVS or SVN have been Mozilla, GNOME, and KDE, and those are generally much smaller than a kernel.
      That's bull, they're easily in the same ballpark. Mozilla is actually larger (if you include all components in their versioning system) that the kernel -- a whopping 30 million lines of code, if I recall correctly.

      The actual problem is the need for parallelism in kernel development not present in the other projects (they work fine with a centralized SCM).

  53. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  54. branches? by gr8_phk · · Score: 1

    He could just create a branch that is for regressions and bug fixes only. Then new features could just keep going into the tip. Look at GCC for example. If you look on kernel.org, there's nothing there but the last stable version and the current development version. Where does he think people are going to want to submit their patchs for new stuff? Duh.

    1. Re:branches? by Aadain2001 · · Score: 1

      Well, they could always hold off on their new feature patches for two weeks, wait for the stable version to be finished (it is only two weeks afterall) and then start submitting new feature patches. Duh.

      --
      Space for rent, inquire within
  55. linus has my sympathy by jilles · · Score: 3, Insightful

    I have some experience coordinating releases of a software product. A key thing I have come to realize is that developers don't understand that last minute patches cause more problems than they solve. Inevitably something they regard as important creeps in and that's when you need to just say no. Convince me it's critical (stuff breaks down visibly, data is lost, etc.) or wait until the next release. I've seen this go wrong more than once. Some dork commits something 30 minutes before the release and a week later we're handing out patches for bugs that fix introduced. Unlike OSS, delays are usually hard to negotiate in a commercial setting

    With a product as complex as a kernel you need lots of time to properly test and integrate stuff. A kernel release needs to be stable & reliable. Last minute changes with unkown impact are unacceptable unless they fix something that absolutely needs to be fixed.

    The git scm tool that linus uses actually supports this development style very well. Developers develop and send in patches to a central repository. Linus pulls the important patches and patches his private repository for a few weeks and then locks it down for testing. That's why he can afford to tell developers to wait or adjust to his schedule.

    In this respect he is quite ahead of the clearcase/cvs and svn using masses. These tools do not support this kind of development very well. The mental model of the developers is still that they need to get their stuff in the trunk asap. With git the model is get your patch out, have it tested, optimized and when it is mature and ready Linus will merge it when this fits his release schedule. For complicated changes this process should be slow or otherwise Linus ends up doing the work that should have been done before the merge.

    This model is way better than freeze trunk, tell everybody to not do anything for a few months and then release.

    --

    Jilles
    1. Re:linus has my sympathy by GvG · · Score: 1

      Of course, with svn you can just create a release branch where only bugfixes are allowed.

    2. Re:linus has my sympathy by Anonymous Coward · · Score: 0

      You see this all the time in the MMO market (SOE, etc.). Especially if you play on the testing servers full-time and know what made it to test and when.

      Sure enough, the devs think they know better and put code into the live/production pass that never went through testing. Which results in at least one follow-up patch the following day (or the same day if they really screw the pooch).

  56. I for one by Anonymous Coward · · Score: 0

    welcome our new two week curmudgeonly overlords.

  57. I'm having a reconcilliation problem... by way2trivial · · Score: 1

    I read your post, and your sigline..... Mr. Pot? I'd like to introduce you to Mz. Kettle

    --
    every day http://en.wikipedia.org/wiki/Special:Random
    1. Re:I'm having a reconcilliation problem... by Jesus_666 · · Score: 1

      What, you mean BDSM Linus is going to become a Slashdot meme? Oh my $DEITY...

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  58. Careful, Linus... by brouski · · Score: 0, Troll

    ...That sounds dangerously close to a standard!

    --
    Proud member of the American Non Sequitur Society. We might not make much sense, but boy do we love pizza!
  59. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  60. That's it, I'm forking the kernel :) by Anonymous Coward · · Score: 0

    If anyone wan't to download my new distribution, it going to be call Billix. Its going to be everything linux is, without all the attitude...

  61. Linus better watch out. by Anonymous Coward · · Score: 0

    this guy has a satire peice on the un takeing over linux, I think he is making fun of them wanting to take over the internet. his thing is here: http://gaheath.com/wordpress/?p=9

  62. What a Jerk! by Anonymous Coward · · Score: 0

    Linus is such a jerk, prepotent and arrogant. Look back to kernel dev. and see how many times he was late.

  63. Nerd anger is pretty funny by Anonymous Coward · · Score: 0

    Nerd anger is pretty funny

  64. Flamer. by Anonymous Coward · · Score: 0

    Torvalds is a flamer.

    He's a troll on the Linux Kernel Mailing List.

  65. Master of Transhuman == prison bitch by Anonymous Coward · · Score: 0

    Yeah, the Master of Transhuman's /. nick is actually a play on his experiences as a prison bitch in the federal pokey.

    Word has it that he liked to be on the receiving end, if'n you know what I mean...

  66. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  67. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  68. crazy adverbs by Anonymous Coward · · Score: 0

    I'll just refuse to merge, and laugh in their faces derisively when they whine plaintively at me

    I will peruse this article apathetically and when I read what Linus wrote pompously then I will laugh uproariously as I eat my dinner voraciously and drink my beer gleefully. C'mon Linus...don't be an ass.

  69. ObVonnegut by Doctor+Memory · · Score: 1

    there's a person living in my mirror!

    Where I'm from, we call them leaks...

    --
    Just junk food for thought...
  70. Linus has gone off the deep end by jistanidiot · · Score: 0

    Why can't anyone see it?!? First he tries to use trademark laws to force people to stop using Linux, then he says we shouldn't have standards, now he won't accept changes the kernel?!? And this is just what has been on /. the last 6 months. No telling what other outrages are going on else where. When will it end? It is time to remove Linus from all open source projects. He needs some time alone in a nice mental hospital.

  71. Re:Good- What Language was used;Who translated? by phila152 · · Score: 1
    Excuse my ignorance, but what language was used by Linus, and who translated to get that exact quote that is being examined under a microscope? It seems to me that a literal translation would probably miss the subtle undercurrent of tongue-in-cheek humor, or any irony that a speaker intended. While I do not speak any other languages, I know that even (or maybe especially) in English there are many ways to interpret any given comment or quote.

    I do think that everyone understands the overall intent though.