It’s getting more and more unhinged on LinkedIn.

  • figjam@midwest.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 days ago

    This has been the nature of technical innovation since forever. Carriage mechanics were replaced by car mechanics and leech farmers were replaced by phlebotamists

  • Mubelotix@jlai.lu
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    I’m almost 22 and I have six years of intensive Rust usage, confirmed by many projects and contributions on Github. Switching to Rust was the best decision I ever made, because this post is partly true

  • drosophila@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    6 days ago

    This is such an incredible self-own.

    Either:

    • C++ is such a horrific language and Rust is so vastly superior that a person with 6 months of experience in Rust can be as productive and valuable as someone with 30 years of experience in C++.

    • The person writing the post, and according to them C++ programmers in general, bring virtually nothing to the table other than knowing the syntax and semantics of C++, even after 30 years of programming.

  • soulsource@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 days ago

    This is so fucking stupid, I can’t even.

    For your mental health, have some reasonable arguments about Rust: https://www.heise.de/hintergrund/Entwicklung-Warum-Rust-die-Antwort-auf-miese-Software-und-Programmierfehler-ist-4879795.html

    Since it’s in German, here are the key points of the article (written from memory - the article is quite old, so I might misremember - best read the article yourself):

    • Software development is stuck in a vicious cycle regarding project budgets.
      • Some competitors don’t know better and just budget the “happy path”, that assumes that everything during development goes right.
        • The author uses a term for this which I like a lot: “Hybris of the programmer”
      • Other competitors know better, but still have to lie in order to remain competitive when it comes to prices
      • Therefore almost all software projects end up with a way too low budget
        • So we get buggy software
    • Rust might be a way out of this misery, because
      • it is understood that it takes longer to develop something with Rust
      • but on the flip-side the safety-guarantees rule out a lot of bugs
      • so customers who choose to have their project implemented using Rust are fully aware of the higher costs, but also the higher quality
      • and developers have a well known argument for the higher costs, and also have data that shows how this higher investment will yield a better quality product.
    • taladar@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      8 days ago

      Probably from the same spot where they get the idea that languages literally designed within the first few decades of our profession are the pinnacle of technical excellence and can never be surpassed.

  • entropicdrift@lemmy.sdf.org
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    Anti-Rust crusaders: “C is easy actually and Rust is pointlessly annoying and hard to learn”

    Also anti-Rust crusaders:

    • qprimed@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      ancient amateur C coder here (not even c++). picked up python about 5 years ago (cuz why not?). been playing around with rust for a bit (like it so far). only issue is recoded tools getting released under mit license instead of gpl (cuz, get off my lawn!).

        • qprimed@lemmy.ml
          link
          fedilink
          English
          arrow-up
          0
          ·
          7 days ago

          yeah. I took one look at c++ and gagged at what had been done to my beautifully tight, simple language. it just felt like such a bolt-on.

          python fit neatly into a void. then came rust. that got me interested again.

      • pivot_root@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        8 days ago

        get with the times old man. nobody uses rust anymore, its already 10 years old and it takes soooooooooooo long to build. ur not gonna get anywhere unless u can l33tcode in rustscript these days. dinosaur

        /s

    • Shanmugha@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      7 days ago

      Disclaimer: the damn screenshot just won’t load for me, so this is just a personal rant

      Rust crusaders: it forces you to write good and safe code! This is superior to other languages!

      Me: fucking fuck off, will ya. I need to become competent enough to write good and safe code (meaning think about problems before they happen), not some fucking kindergarten. Rust may be a good language, but the above argument sucks so very much

      • entropicdrift@lemmy.sdf.org
        link
        fedilink
        arrow-up
        0
        ·
        7 days ago

        The screenshot is a conspiracy-laden ramble about how Rust is being introduced to lower the pay of systems-level SWEs by allowing companies to hire younger people, for the record.

        • Shanmugha@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          7 days ago

          Thank you, kind soul.

          He. As if language is something that a dev doing systems-level architecture can’t pick up as the need arises. I did have a good laugh

  • vii@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 days ago

    This is triggering me really good. Especially the part about seniors competing with juniors. Has this person ever met … people?

  • Buelldozer@lemmy.today
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    Rust is a conspiracy to bring down wages! Rust is a conspiracy to replace GPL with MIT to gain control of Linux! Rust is a conspiracy to impregnate your dog!

    • pivot_root@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      8 days ago

      Rust is one of the harder languages for beginners to learn because of its borrow checker and strict ownership model, but it shouldn’t take more than a month or two for a competent senior to pick up.

      It’s going to be deeply unpleasant and seem like a problem if:

      • You’re writing dangerously bad C or C++ code already.
      • You’ve only ever used Python or JavaScript.
      • You try to shoehorn OOP and inheritance into it (Rust idioms are composition and functional programming).
      • You refuse to use/learn pattern matching.
      • You’re a pedant about “pretty” syntax.

      If someone is at a senior level and any of those apply, they probably shouldn’t be at a senior level, though.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        8 days ago

        Can confirm, I’m a senior and I didn’t have much trouble with Rust. After a couple weeks, I was writing useful code. After a month, I generally stopped cussing at the compiler.

        I’m still finding odd surprises here and there, but it’s honestly no big deal. I’m about as productive in Rust as I am in Python, which I use at my day job, though I use them for very different domains.

      • Jocarnail@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        8 days ago

        I’m still learning Rust coming from Python and R and honestly point 2 and 3 are not even that bad. Sure I have been bashing my head against some corners, and the lack of OOP was somewhat unexpected, but imho the language really helps you think about what you are doing.

        • sugar_in_your_tea@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          8 days ago

          the lack of OOP

          Rust absolutely has OOP, that’s what Traits are for. It just doesn’t have classical inheritance, so you structure your patterns a bit differently.

          That said, I lean more into functional-inspired style anyway, which tends to work pretty well w/ Rust.

            • sugar_in_your_tea@sh.itjust.works
              link
              fedilink
              arrow-up
              0
              ·
              5 days ago

              At its core, OOP is just commingling data and operations, whereas FP is separating data from operations on data. I’m not an expert at Haskell (I cut my FP teeth on Lisp), but that’s essentially what typeclasses look like to me.

              The Rust book has a section on OOP, and the main thing to remember is that Rust solves OOP through composition instead of inheritance. Rust doesn’t have inheritance in any meaningful way, but it can solve problems in a similar way as classical OOP.

              • beleza pura@lemmy.eco.br
                link
                fedilink
                arrow-up
                0
                ·
                edit-2
                5 days ago

                i would strongly disagree with that characterization of both fp and oo. classifying rust as oo weakens it imo, and the fact that you can easily solve all the problems oo solves in rust, as your linked document shows, is not proof rust is oo, but rather that oo is unnecessary to solve those problems

                object orientation is classes done wrong. typeclasses (and traits) are classes done right

      • barsoap@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        8 days ago

        You’re a pedant about “pretty” syntax.

        Oh I’m definitely whinging about it but it doesn’t make me stop using Rust. People coming from C or especially C++ don’t really have a leg to stand on, though, neither do people coming from ML. It’s Haskell people who get hit hardest.

  • peregrin5@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 days ago

    Bruh. Just put Rust on your resume. It’s not like they’ll actually check and you can still Google everything.

  • Red_October@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    This really implies a level of competence and understanding among the highest levels of management that I think we all know just isn’t there.

  • Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    8 days ago

    Here’s a shocking (/s) observation: it’s about different things for different people.

    For seniors like the author, it may be about companies trying to replace them with cheaper professionals. For companies, it may be about renewing the workforce. For product owners / tech leads, it could be about the opportunity of using a rewrite to pick a stack that better aligns with the problems they’re trying to solve. For regulators it may be about its safety features and eliminating entire categories of common issues. For juniors, it may be about choosing a language they actually like working with.