• @michel
    link
    84 years ago

    Apart from the potential to use Rust or another language for parts of the kernel, this part is exciting:

    “I think that the fact Apple is moving to Arm will help the Arm ecosystem from a development standpoint… I’m hoping that in a few years there will be a powerful Arm desktop that can actually be used for development.”

    • @SirLotsaLocks
      link
      14 years ago

      I don’t know much about linux on arm but what makes manjaro arm not powerful?

      • treeshateorcsOP
        link
        44 years ago

        i think linus was talking about hardware

        • @SirLotsaLocks
          link
          14 years ago

          Ah I see. This really is going to be interesting to watch, because with software like adobe I saw someone say they might use a method to port to arm that could allow for easy porting to other ARM os like linux and windows.

        • @SirLotsaLocks
          link
          14 years ago

          Ah I see. This really is going to be interesting to watch because with software like adobe I saw someone say they might use a method to port to arm that could allow for easy porting to other ARM os like linux and windows.

  • adamsky
    link
    8
    edit-2
    4 years ago

    Glad that Rust has been mentioned. After all the more bugs we are able to weed out with the help of smarter compilers the less maintenance work is going to need to be done.

    • Ephera
      link
      44 years ago

      I also imagine it’s going to become gradually harder to find maintainers, because a lot of new devs grow up in the cushioned environment of Java and just don’t want to learn a language where you have to think a lot to even just use the language correctly.

      Rust is those cushions for low-level languages and as such a new dev, I’ve really just flung myself at Rust, because I’ve wanted to play around with lower-level stuff, but always shied away from C.

      • adamsky
        link
        24 years ago

        Good point. This was also true for me, I’m only getting more into C now after spending almost 3 years learning lower-level stuff with Rust.

  • @Kamui
    link
    54 years ago

    “Kernel colonel” lol I see what they did there :grinning squinting face:

  • @lorabe
    link
    34 years ago

    “Will code move on to a language such as Rust? ‘I’m convinced it’s going to happen’ says kernel colonel”

    Heck yeah.

  • @kilroy
    link
    1
    edit-2
    4 years ago

    deleted by creator

    • @Aeolun
      link
      44 years ago

      I presume that that is exactly why it’s hard to find maintainers. There’s plenty of web devs out in the world, but fairly few low level people.

      • @brombek
        link
        04 years ago

        They should make kernel programmable with JS and Go so all the web devs can hack on Linux. /s

    • @oio
      link
      44 years ago

      From what I’ve seen, people start off by working with the code until they become trusted enough to be offered the job. More specifically they have contributed code and have been involved in the community to the point where they have knowledge+expertise of a subsystem such that they are as capable or more than the current/prior maintainers.

    • @michel
      link
      24 years ago

      Project Eudyptula was an interesting attempt - basically a set of programming challenges that build up to actually submitting a kernel patch.

      It’s on hiatus now though, but they still let existing users finish. I should try and find my old challenge emails and finish them!

      http://eudyptula-challenge.org/

      • @kilroy
        link
        1
        edit-2
        4 years ago

        deleted by creator