Slashdot Mirror


Linus Torvalds Promises Profanity Over Linux 3.10-rc5

hypnosec writes "Linus Torvalds has released Linux 3.10-rc5, and he is certainly not happy with the changes merged last week. Rc5 is bigger than rc4 and has code scattered across its entire code base because it addresses many outstanding problems. In the release announcement, Torvalds noted, 'I wish I could say that things are calming down, but I'd be lying. rc5 is noticeably bigger than rc4, both in number of commits and in files changed (although rc4 actually had more lines changed, so there's that).' Torvalds has warned that he is going to start cursing again, and said, 'I'm going to call you guys out on, and try to come up with new ways to insult you, your mother, and your deceased pet hamster.'"

14 of 334 comments (clear)

  1. Profanity? by Anonymous Coward · · Score: 5, Insightful

    Calm and measured explanations of just what the coders are doing wrong would be ever so much more helpful. If all Linus is going to do is mouth off then perhaps it's time he just STFU and GTFO.

    1. Re:Profanity? by Anonymous Coward · · Score: 5, Insightful

      He did explained, which is "donâ(TM)t stop sending him non-critical stuff, he is going to start cursing again."

      Obviously, people have not gotten his memo for the last 10 kernel releases- we've been hearing about this complaint since 3.0.

      He is pissed because he has to waste time going thru the code for every single commit that should not go into a RC build.

      At this point there's really only 2 things he can do- deny the commits, or/and swear at the dev. What else can he do, fire them?

    2. Re:Profanity? by Nivag064 · · Score: 5, Insightful

      You obviously don't appreciate his sense of humour.

      If you think he puts other people down, he can do worse to himself. I remember reading emails years ago when he released a kernel update saying in very picturesque language that he stuffed up the previous release.

      He has also found being polite, can be worse for people.

      I wish I was good enough for him to insult me! However, I am not a kernel hacker, so fat chance.

      If someone sends a patch which is terrible from an unknown, he is likely just to ignore it, but a good patch that did the job would go into the kernel with no fuss. If someone competent sends in a patch he doesn't like, with something he thinks is really bad, he will say so in no uncertain terms.

      I have been reading what he has written and seeing videos of him, from time to time for over 20 years, so I understand where he is coming from and have immense respect for him.

      He is neither a smarmy politician or a hypocritical religious evangelist - he is extremely honest, competent, & caring. Don't judge him by such superficial considerations that you seem to use.

    3. Re:Profanity? by epyT-R · · Score: 3, Insightful

      Being blunt and direct is the only way to fight the catty, passive aggressive behavior seen in modern social interaction. If anything, to people like linus, saying dumb things and then hiding behind your feelings when called out on it is dickish.

    4. Re:Profanity? by Kjella · · Score: 4, Insightful

      Calm and measured explanations of just what the coders are doing wrong would be ever so much more helpful. If all Linus is going to do is mouth off then perhaps it's time he just STFU and GTFO.

      Mostly he's talking to seasoned veterans at kernel development who damn well know what the rules are, they just choose to bend them. They're always pushing and he's the one who has to push back, measured explanations is as useless as explaining to boys that trying to sneak a peek into the girl's locker room is wrong. Of course they knew that but they did it anyway and a "please don't do that" won't discourage anyone from trying again. Even if he rejects the patches unless he talks back he becomes the wall people throw crap at to see what sticks. Usually The I'd call developers who should know better behaving in ways that are destructive to the project a management problem, but he's the project manager so his way of resolving it is to give people a well-deserved ass chewing on the LKML. Don't knock it if it works...

      --
      Live today, because you never know what tomorrow brings
    5. Re:Profanity? by PPH · · Score: 5, Insightful

      Expletives are like rim shots. They work well to emphasize a certain point. Trouble is; some people are stuck playing drum solos.

      --
      Have gnu, will travel.
    6. Re: Profanity? by Merls+the+Sneaky · · Score: 4, Insightful

      People who make these sorts of arguments against using profanity only convey "I will use and ad hominem to dissuade its use because I personally do not like profanity".

  2. Re:profanity by UnknowingFool · · Score: 5, Insightful

    Am I the only one that sees the dead hamster thing as a joke? Linus is not happy but he also seems to be making light of the situation. As for businesses choosing MS over Linux, I suppose you don't wander into many server rooms. I know in ones I've been in, there are as many or more Linux servers than Windows servers.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  3. Re:profanity by Anonymous Coward · · Score: 5, Insightful

    Business owners aren't reading the linux kernel mailing list.

  4. Re:profanity by 93+Escort+Wagon · · Score: 5, Insightful

    Oh come on. Did people shun Microsoft when Ballmer did the Sweaty Monkey Dance or threaten to "fucking kill Google"?

    No one of consequence cares when Linus Torcalds acts like a petulant child - if they have an interest in Linux, they're more concerned about support availability and duration.

    --
    #DeleteChrome
  5. Re:Yay; Linus the motivator by UnknowingFool · · Score: 5, Insightful

    You understand what "release candidate" is right? A release candidate is not a time for adding new enhancements. It should be for streamlining and tightening the code for release. The fact that RC5 is bigger than RC4 means that people either were not doing their jobs in the previous 3 releases or that the code submitted earlier was so crappy that it needs more work. Release candidates should get smaller than the previous not larger.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  6. Re:Well... by Anonymous Coward · · Score: 3, Insightful

    I don't think you understand how software engineering works, Computer science maybe, but software engineering, clearly not. Or maybe you just didn't read TFA.

    The problem isn't that the release is too broken, nor that a lot of critical fixes are needed. It's that devs are committing excessive non-critical stuff. At this point in the release cycle, ONLY critical stuff should be committed.

    Linus has every right to be a bit angered. He's done so effectively, in a way that will get the devs attention (hopefully) and he's made a joke out of it. If that has no effect, he has every right to become MORE than a bit angered.

  7. Re:Here is my message to Linus by Anonymous Coward · · Score: 5, Insightful

    Mine is "Thanks!"

  8. Re:Well... by toopok4k3 · · Score: 4, Insightful

    The thing is, those belong to the next kernel version at RC state. Not as RC fixes. People are screwing up by not following the proper process.