Stories
Slash Boxes
Comments

SoylentNews is people

posted by chromas on Monday September 17 2018, @12:21PM   Printer-friendly
from the intervention!-intervention! dept.

Linux 4.19-rc4 Released As Linus Temporarily Steps Away From Kernel Maintainership

Linux 4.19-rc4 is out today as the very latest weekly development test kernel for Linux 4.19. It's another fairly routine kernel update at this stage, but more shocking is that Linus Torvalds will be taking a temporary leave from kernel maintainership and Greg Kroah-Hartman will take over the rest of the Linux 4.19 cycle.

Following the recent decision to change the location of the Linux Kernel Summit after Torvalds accidentally booked his flights to the wrong dates/location, plus other discussions happening recently, Linus Torvalds is taking a temporary leave. "I am going to take time off and get some assistance on how to understand people's emotions and respond appropriately," he wrote as part of today's 4.19-rc4 announcement.

So it begins.

Also at ZDNet.

The Linux kernel has adopted a new code of conduct. The link to the code of conduct is here.

It seems Linus Torvalds is also taking a break from being the top kernel maintainer.

The short story is Linus screwing up his scheduling to the Linux maintainers conference which was entirely rescheduled around his mistake. Then he was approached by people who are concerned about his blunt (or some consider rude) comments on the kernel dev mailing list.

I, personally, will miss Linus and I hope he gets things figured out.

The Register:

Linux kernel firebrand Linus Torvalds has apologized for his explosive rants, and vowed to take a break from the open-source project and seek help.

In a mailing list message on Sunday, Torvalds admitted his "flippant attacks in emails" to fellow Linux programmers and project contributors "have been both unprofessional and uncalled for. Especially at times when I made it personal ... I know now this was not OK and I am truly sorry."

"I need to change some of my behavior," he added, "and I want to apologize to the people that my personal behavior hurt and possibly drove away from kernel development entirely."

Torvalds, who created the Linux operating system kernel in 1991 and has overseen its development ever since, also promised to take a breather from the project – like the sabbatical he took to create Git – and do some self-reflection to, well, be nicer to everyone.

Elon Musk was in the news recently for blowups, as well. Should technology professionals make stress management and interpersonal skills part of their professional regimen, for their own long-term personal and professional health?


Original Submission #1Original Submission #2Original Submission #3

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Interesting) by VLM on Monday September 17 2018, @02:29PM (3 children)

    by VLM (445) Subscriber Badge on Monday September 17 2018, @02:29PM (#735979)

    Good riddance to the old bastard. We need some fresh young Rust in our Linux.

    If we're going to reinvent the wheel with dotcom stuff, we should reimplement the linux kernel in php or javascript.

    I'd trust my ethernet driver to jQuery and my filesystem code to script.aculo.us, wouldn't you? Lets put the ARP table in CouchDB, what could possibly go wrong?

    Semi-seriously I'm amused at the idea of someday a cheap "dollar cost" microcontroller will exist that can USEFULLY run java byte code, then an OS written in java would be interesting to think about. You could run the same kernel (admittedly with wildly different drivers) on my laptop, server, or washing machine.

    Starting Score:    1  point
    Moderation   +1  
       Interesting=1, Total=1
    Extra 'Interesting' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 3, Informative) by c0lo on Monday September 17 2018, @02:45PM

    by c0lo (156) Subscriber Badge on Monday September 17 2018, @02:45PM (#735988) Journal

    Semi-seriously I'm amused at the idea of someday a cheap "dollar cost" microcontroller will exist that can USEFULLY run java byte code, then an OS written in java would be interesting to think about.

    SUN tried and failed commercially [wikipedia.org].
    Many others didn't care about the large scale commercial side of a Java processor, thus many exist in their niche markets [wikipedia.org] - so... go wild with Java OS.

    --
    https://www.youtube.com/watch?v=aoFiw2jMy-0 https://soylentnews.org/~MichaelDavidCrawford
  • (Score: 0) by Anonymous Coward on Monday September 17 2018, @06:02PM (1 child)

    by Anonymous Coward on Monday September 17 2018, @06:02PM (#736092)

    Semi-seriously I'm amused at the idea of someday a cheap "dollar cost" microcontroller will exist that can USEFULLY run java byte code

    Those Chinese ESP32s run micropython to serve html and stuff. I guess that counts?

    • (Score: 2) by VLM on Monday September 17 2018, @09:00PM

      by VLM (445) Subscriber Badge on Monday September 17 2018, @09:00PM (#736180)

      I'm very familiar with the ESP8266 little brother, but there's no java involved.

      I mean in practice you can run FreeRTOS or whatever on most anything but the idea of java is intriguing.

      Someday people gonna write Clojure and compile it and run the java byte code on their 50 cent microcontroller. Technology just isn't there yet, although getting close.