• @[email protected]
    link
    fedilink
    511 month ago

    FTA: "However, I will say that the social media brigading just makes me not want to have anything at all to do with your approach.

    "Because if we have issues in the kernel development model, then social media sure as hell isn’t the solution. The same way it sure as hell wasn’t the solution to politics.

    “Technical patches and discussions matter. Social media brigading - no thank you.” -Linus

    Yeah, I have to issue an unqualified agreement here. Linus isn’t saying no to Rust, he’s smackin’ that ass for bringing drama out into social media instead of working through it in normal technical discussion channels.

    • @[email protected]
      link
      fedilink
      English
      211 month ago

      It sounds like he tried that, and nobody with authority responded until he went outside the list. Even now, Linus hasn’t actually answered the question of whether more rust code should be allowed.

      • @[email protected]
        link
        fedilink
        English
        41 month ago

        No offense, but reading through the comments it’s apparent you’re not very familiar with systems programming nor linux development. This is a common problem with vocal ‘rustaceans’, rust is their hammer regardless of the domain.

        Although considering rust is prudent, there are still a ton of advantages to using C for systems programming. It is not a binary choice, there are pros and cons, and every project should choose what aligns with their priorities.

        No one has ever stated that linux will be in the kernel. It was ‘go ahead and give it a shot’, which includes convincing maintainers to accept your patches. Linus has delegated trust to subsystems maintainers and an established process.

        Hellwig could have been more tactful, but like it or not, arguments against a cross-language codebase have merit. Framing it as a ‘clear confession of sabotage of the r4l project’, attempting to weaponize the CoC, and trying to drum up an army via social media was all out of line.

        Success was never a given, if they want r4l to succeed then they have to get patches approved and crying wolf ain’t gonna cut it.

        • @[email protected]
          link
          fedilink
          English
          029 days ago

          Isn’t on of the issues on why they wanted rust is a lack of new blood in the kernel development?

        • @[email protected]
          link
          fedilink
          English
          141 month ago

          So he won’t answer on-list. He won’t respond to off-list. I don’t blame marcan for getting frustrated.

          • @[email protected]
            link
            fedilink
            6
            edit-2
            1 month ago

            Yeah, I don’t blame him for being frustrated. I definitely empathize with him here. I don’t know about the culture around committing to the kernal, but maybe it would be better to fork and make the case with action?

            • @[email protected]
              link
              fedilink
              English
              81 month ago

              Forking the Linux kernel is unlikely to go anywhere.

              There is Redox, a Unix-like whole OS implemented in Rust, though I don’t know if being able to run unmodified Linux binaries is one of their goals. It looks like they’re expecting most software to be ported.