Linux people doing Linux things, it seems.

  • rhabarbaOP
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    12 days ago

    Why? I mean, I, personally, try to be as polyglot as possible, but not everyone working on the Linux kernel is even interested in doing anything that’s not C kernel code, nor is it their profession.

    • treadful@lemmy.zip
      link
      fedilink
      English
      arrow-up
      13
      ·
      12 days ago

      Learning is key in this field. Being able to learn new things allows you to move from one thing to the next as needed. You also learn a lot from experiencing different things. Other ways of doing things, other points of view, other concepts that you may have not been exposed to before.

      It also expands your employment potential and general usefulness. Knowing only one thing will severely limit your abilities.

      • rhabarbaOP
        link
        fedilink
        arrow-up
        7
        arrow-down
        2
        ·
        12 days ago

        It also expands your employment potential and general usefulness.

        I have already mentioned that programming is not everyone’s profession. Not everyone chooses what they do in their unpaid free time primarily based on whether it makes them a more useful person. I think the very phrase ‘my usefulness’ is dangerous.

        Are we only worth something as drones?

        • treadful@lemmy.zip
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          12 days ago

          I never said anything about someone’s usefulness as a person. Their usefulness as a software developer was the topic at hand. Maybe it’s not your profession but a hobby but the point stands.

          I think the very phrase ‘my usefulness’ is dangerous. Are we only worth something as drones?

          And yet it’s drones that do one thing and only one thing their entire lives, never learn and grow.

          • rhabarbaOP
            link
            fedilink
            English
            arrow-up
            5
            arrow-down
            2
            ·
            12 days ago

            Maybe it’s not your profession but a hobby but the point stands.

            To be honest, I’ve hardly ever asked myself how I could best please a potential employer with any of my hobbies. But I recognise that you’re probably taking a different approach.

      • Dudewitbow@lemmy.zip
        link
        fedilink
        arrow-up
        4
        ·
        12 days ago

        employment potential and learning are generally problems if you are young. if you are old, the time investment to learn a new language is generally not self beneficial as your time of employability starts to dwindle.

        Linux ultimately will have to run into the situation of if the people want the newer language to become the mainstream, they need to be more proactive at the development of the kernel itself instead of relying on yhe older generation, who does ot the way they only know how, as relearning and rewriting everything ultimately to them, a waste of time at their point in life.

        think like proton was for gaming. you dont(and will not) convince all devs to make linux compatible games using a vulkan branch. the solution in that front was to create a translation layer to offload most of that work off because its nonsensical to expect every dev to learn vulkan. this would be applied moreso to the linux kernel, so the only realistic option (imo) is that the ones who are working in rust need to make the rust based kernel and hope that it takes off in a few years to actually gain traction.

        • treadful@lemmy.zip
          link
          fedilink
          English
          arrow-up
          5
          ·
          12 days ago

          employment potential and learning are generally problems if you are young. if you are old, the time investment to learn a new language is generally not self beneficial as your time of employability starts to dwindle.

          Middle age software engineer here. Very disagree. Hoping to code until arthritis gets me. My point wasn’t only for employment (more of a perk), but primarily self-improvement and improvement on your craft. The day I can no longer do that, that may be the end for me.

          That said, I don’t know what Linux community should do about Rust adoption. I just wanted to point out that I think it’s very important for all devs to be able to embrace learning new things and expand and refine their skillset.

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      6
      ·
      12 days ago

      One problem is (even Linus acknowledged it in some interview, sorry I have no source) that in future C might no longer be the popular language to learn. I mean learning basics is one thing, but getting good at C and writing in the Kernel, while trying to dodge memory issues is a huge task to ask.

      Lot of people learn Rust instead for systems programming today. Meaning in future it might be very useful to get new people into Kernel programming. And as said before, those who are not interested into Rust are perfectly fine using C. The Kernel is huge! Even new code in C is allowed, so this is not something that is going away. Remember, its an addition to the base, not replacement.