Disclaimer: I pretty much don’t like Rust, but most criticism of it boils down to culture war.

  • caseyweederman@lemmy.ca
    link
    fedilink
    arrow-up
    45
    ·
    22 hours ago

    The art was generated by AI, and likely the content and the text. Why are you all taking this so seriously?

    • HyperfocusSurfer@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      19 hours ago

      The issue is probably the dropping of support for several obscure architectures used by 3 people combined due to there being no llvm support rust relies on

      • marcos@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        18 hours ago

        It is. But I doubt they are used by 3 combined people.

        The Debian project needs to keep the machines for compiling and testing. And there’s probably no other machine of those architectures available for the enthusiasts to actually use.

      • Jesus_666@lemmy.world
        link
        fedilink
        English
        arrow-up
        16
        arrow-down
        1
        ·
        edit-2
        23 hours ago

        Processor architectures maybe. They put Rust into Debian and it’s so bad that now e.g. amd64 is ruined forever for any OS and won’t see any new processors in the future. We’ll have to move to a different architecture. I didn’t watch the video since I treasure my brain cells too much but that’s what I choose to read into it.

        (A more reasonable reading is that Debian now ships a kernel that includes Rust code and coincidentally has also dropped builds for several obscure architectures but I do not feel obliged to assume reason with a title and thumbnail like that.)

    • ZILtoid1991@lemmy.worldOP
      link
      fedilink
      arrow-up
      19
      arrow-down
      1
      ·
      23 hours ago

      It’s 70-80% culture war bullshit, the rest is actual complaints for the language (or at least the use of language) often bundled with culture war bullshit.

    • lambalicious@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      3
      ·
      20 hours ago

      Partly it’s more of “destroy an ecosystem”. Among languages, Rust is at the frontlines of a continuing trend to remove GPL-licensed, community toolkits and put corporate-friendly, AI-friendly toolkits in their place, eg.: replacing grep with openaigrep, which would basically be step 2 in the process of privatizing or corporatizing the Linux ecosystem (and leads to the loss of a number of user freedoms).

  • trxxruraxvr@lemmy.world
    link
    fedilink
    arrow-up
    31
    arrow-down
    5
    ·
    1 day ago

    Some people just drink the cool aid and decide they have found their new Lord and savior in a programming language. Others just add a new tool to their toolbox.

    • ZILtoid1991@lemmy.worldOP
      link
      fedilink
      arrow-up
      31
      arrow-down
      1
      ·
      1 day ago

      And some people pretend Rust is literally Satan, because the Code of Conduct, meanwhile companies like Twitter use it, projects like Ladybird use it, etc.

        • ZILtoid1991@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          ·
          19 hours ago

          I know. My main grief with it is that it should have been a memory safe language closer in looks and paradigm with C, but many of those alternatives are still new. Would have solved some of the drama surrounding Rust integration.

    • jimmy90@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      21 hours ago

      Rust is the future. Notice how the C design committees are scrambling to replicate what rust does while C continues to lay eggs everywhere it goes

    • FuglyDuck@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      21 hours ago

      Feed it through a coffee grinder and mix it with similarly powdered aluminum.

      Then set that on fire (bonus points for doing it on lake ice. That’s fun!)

      Oh. Uh. Not that kind of rust?

    • ulterno@programming.dev
      link
      fedilink
      English
      arrow-up
      5
      ·
      22 hours ago

      I am starting to learn Rust and the only reason I don’t intend on using it for GUI stuff for the time being is because I just like QtWidgets a lot and GUI toolkits in Rust are a pretty new thing.

      Apart from that, pretty much all logic can benefit from a language that forces people to be more explicit.

      Although I won’t consider it for larger projects until the borrow checker gets the overhaul it needs, because I’d rather not start hating another language.

      • Traister101@lemmy.today
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        22 hours ago

        What about the borrow checker needs an overhaul? Seems to do it’s job quite well. If you want to remove it then you should use like C++ or Zig or something since the borrow checker is fairly fundemenal to the design of the language

        • ulterno@programming.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          16 hours ago

          This is second hand info, but some people have had problems in bigger projects where the borrow checker ends up rejecting valid Rust code.

          I think I have seen those comments right here in Lemmy.