Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
33 Indlæg 31 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • clarfonthey@toot.catC clarfonthey@toot.cat

    @cwebber yeah uh, the general consensus within the project is very LLM-negative, but a vocal minority has been extremely LLM-positive, which is why the project only has a stopgap anti-slop-PR measure until a larger policy is written

    it really feels like some major shifts are going to have to happen

    orman@furry.engineerO This user is from outside of this forum
    orman@furry.engineerO This user is from outside of this forum
    orman@furry.engineer
    wrote sidst redigeret af
    #20

    @clarfonthey @cwebber Sounds like a description of software in general - there's only a tiny sliver of people who are positive about LLMs but don't say anything

    1 Reply Last reply
    0
    • sharpcheddargoblin@kolektiva.socialS This user is from outside of this forum
      sharpcheddargoblin@kolektiva.socialS This user is from outside of this forum
      sharpcheddargoblin@kolektiva.social
      wrote sidst redigeret af
      #21

      @SRAZKVT I've bounced off of learning Rust from a technical standpoint a few times now, what's the deal with the community? Maybe I'll have to write it off entirely.

      1 Reply Last reply
      0
      • cwebber@social.coopC cwebber@social.coop

        The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

        Except it turns out that article was drafted by an LLM https://www.reddit.com/r/rust/comments/1rz15t3/what_we_heard_about_rusts_challenges_and_how_we/obiwu24/

        They claim nearly every line was rewritten by a human but I'm not sure how you could send a worse signal to your community about how much you aren't listening than having an LLM draft a post saying we're really listening, honest

        unlambda@hachyderm.ioU This user is from outside of this forum
        unlambda@hachyderm.ioU This user is from outside of this forum
        unlambda@hachyderm.io
        wrote sidst redigeret af
        #22

        @cwebber Fuck. This just sucks so much.

        1 Reply Last reply
        0
        • cwebber@social.coopC cwebber@social.coop

          The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

          Except it turns out that article was drafted by an LLM https://www.reddit.com/r/rust/comments/1rz15t3/what_we_heard_about_rusts_challenges_and_how_we/obiwu24/

          They claim nearly every line was rewritten by a human but I'm not sure how you could send a worse signal to your community about how much you aren't listening than having an LLM draft a post saying we're really listening, honest

          lumi@snug.moeL This user is from outside of this forum
          lumi@snug.moeL This user is from outside of this forum
          lumi@snug.moe
          wrote sidst redigeret af
          #23

          @cwebber ugh, as someone who loves the rust programming language, it's been so depressing to see everything around it progressively get worse

          there are many reasons why i love rust:
          - having a haskell-like type system is super nice
          - mutable xor shared is a very good idea
          - the borrow checker is great to work and promotes having simple ownership graphs
          - have a crate as the basic compilation unit, rather than a rust file, is a very sane trade-off, and i like it more than having per-file compilation units
          - the culture around correctness is very nice
          - rustfmt creating a very consistent way to use rust
          - embracing inclusivity from the start

          there is a reason why i have "rust is my favorite dirty haskell" on my profile

          but then, there are a lot of things which are very bad:
          - being co-opted by corporations very quickly
          - embracing github and discord
          - no stance against proprietary software
          - no stance against centralization
          - crates.io is very centralized and does not play well with distribution package managers
          - cargo being the one blessed build tool, rather than embracing variety
          - rust applications being annoying to package properly in distributions

          seeing people who i used to respect a lot, like fasterthanlime[0][1] and niko matsakis[2][3][4] embracing the slop machines has also been very depressing

          it really makes me look more in the direction of embracing c and zig, but those have their own issues

          there is a lot to like about zig, and the project itself seems to have a moral compass[5]. the compiler has a stance against llms and moved away from github. sadly the zig ecosystem does not seem to share this stance. for example ghostty[6] embraces it

          0:
          ewie.online/posts/20260214-arborium-is-ai-slopw/
          1:
          github.com/facet-rs/facet/tree/main/.claude
          2:
          github.com/nikomatsakis/zulook
          3:
          github.com/nikomatsakis/retcon/tree/main/.claude
          4:
          github.com/nikomatsakis/dada/tree/main/.claude
          5:
          codeberg.org/ziglang/zig#strict-no-llm-no-ai-policy
          6:
          github.com/ghostty-org/ghostty/blob/main/AI_POLICY.md#ai-is-welcome-here

          mi@awawa.catM marcusxms@helvede.netM 2 Replies Last reply
          0
          • lumi@snug.moeL lumi@snug.moe

            @cwebber ugh, as someone who loves the rust programming language, it's been so depressing to see everything around it progressively get worse

            there are many reasons why i love rust:
            - having a haskell-like type system is super nice
            - mutable xor shared is a very good idea
            - the borrow checker is great to work and promotes having simple ownership graphs
            - have a crate as the basic compilation unit, rather than a rust file, is a very sane trade-off, and i like it more than having per-file compilation units
            - the culture around correctness is very nice
            - rustfmt creating a very consistent way to use rust
            - embracing inclusivity from the start

            there is a reason why i have "rust is my favorite dirty haskell" on my profile

            but then, there are a lot of things which are very bad:
            - being co-opted by corporations very quickly
            - embracing github and discord
            - no stance against proprietary software
            - no stance against centralization
            - crates.io is very centralized and does not play well with distribution package managers
            - cargo being the one blessed build tool, rather than embracing variety
            - rust applications being annoying to package properly in distributions

            seeing people who i used to respect a lot, like fasterthanlime[0][1] and niko matsakis[2][3][4] embracing the slop machines has also been very depressing

            it really makes me look more in the direction of embracing c and zig, but those have their own issues

            there is a lot to like about zig, and the project itself seems to have a moral compass[5]. the compiler has a stance against llms and moved away from github. sadly the zig ecosystem does not seem to share this stance. for example ghostty[6] embraces it

            0:
            ewie.online/posts/20260214-arborium-is-ai-slopw/
            1:
            github.com/facet-rs/facet/tree/main/.claude
            2:
            github.com/nikomatsakis/zulook
            3:
            github.com/nikomatsakis/retcon/tree/main/.claude
            4:
            github.com/nikomatsakis/dada/tree/main/.claude
            5:
            codeberg.org/ziglang/zig#strict-no-llm-no-ai-policy
            6:
            github.com/ghostty-org/ghostty/blob/main/AI_POLICY.md#ai-is-welcome-here

            mi@awawa.catM This user is from outside of this forum
            mi@awawa.catM This user is from outside of this forum
            mi@awawa.cat
            wrote sidst redigeret af
            #24
            @lumi @cwebber Maintaining a simplistic build tool to replace cargo and enable packaging rust dependencies differently would be a huge motion to disempower their authority. I beg for everyone to endorse such goals whenever they see someone fiddle around the idea.
            navi@social.vlhl.devN 1 Reply Last reply
            0
            • mi@awawa.catM mi@awawa.cat
              @lumi @cwebber Maintaining a simplistic build tool to replace cargo and enable packaging rust dependencies differently would be a huge motion to disempower their authority. I beg for everyone to endorse such goals whenever they see someone fiddle around the idea.
              navi@social.vlhl.devN This user is from outside of this forum
              navi@social.vlhl.devN This user is from outside of this forum
              navi@social.vlhl.dev
              wrote sidst redigeret af
              #25
              @mi @lumi @cwebber

              https://mesonbuild.com/Rust.html
              https://mesonbuild.com/Wrap-dependency-system-manual.html

              :3

              it's still a pain to do because the tooling expects the cargo workflow, so e.g., system provided crates won't ever be a simple thing until rustc fixes itself

              so this would be more of a band-aid than a final solution
              mi@awawa.catM 1 Reply Last reply
              0
              • cwebber@social.coopC cwebber@social.coop

                The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

                Except it turns out that article was drafted by an LLM https://www.reddit.com/r/rust/comments/1rz15t3/what_we_heard_about_rusts_challenges_and_how_we/obiwu24/

                They claim nearly every line was rewritten by a human but I'm not sure how you could send a worse signal to your community about how much you aren't listening than having an LLM draft a post saying we're really listening, honest

                bytebro@mastodonapp.ukB This user is from outside of this forum
                bytebro@mastodonapp.ukB This user is from outside of this forum
                bytebro@mastodonapp.uk
                wrote sidst redigeret af
                #26

                @cwebber

                Splendidly ironic. Muppets.

                1 Reply Last reply
                0
                • cwebber@social.coopC cwebber@social.coop

                  The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

                  Except it turns out that article was drafted by an LLM https://www.reddit.com/r/rust/comments/1rz15t3/what_we_heard_about_rusts_challenges_and_how_we/obiwu24/

                  They claim nearly every line was rewritten by a human but I'm not sure how you could send a worse signal to your community about how much you aren't listening than having an LLM draft a post saying we're really listening, honest

                  powerfromspace1@mstdn.socialP This user is from outside of this forum
                  powerfromspace1@mstdn.socialP This user is from outside of this forum
                  powerfromspace1@mstdn.social
                  wrote sidst redigeret af
                  #27

                  @cwebber ha ha how apropos for our age

                  1 Reply Last reply
                  0
                  • cwebber@social.coopC cwebber@social.coop

                    The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

                    Except it turns out that article was drafted by an LLM https://www.reddit.com/r/rust/comments/1rz15t3/what_we_heard_about_rusts_challenges_and_how_we/obiwu24/

                    They claim nearly every line was rewritten by a human but I'm not sure how you could send a worse signal to your community about how much you aren't listening than having an LLM draft a post saying we're really listening, honest

                    numodular@c.imN This user is from outside of this forum
                    numodular@c.imN This user is from outside of this forum
                    numodular@c.im
                    wrote sidst redigeret af
                    #28

                    @cwebber But... I just want to... project my inadequacies onto an artificial medium, so I can feel more organically viable...

                    Yours,
                    'Unbridled' Capitalism

                    1 Reply Last reply
                    0
                    • cwebber@social.coopC cwebber@social.coop

                      The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

                      Except it turns out that article was drafted by an LLM https://www.reddit.com/r/rust/comments/1rz15t3/what_we_heard_about_rusts_challenges_and_how_we/obiwu24/

                      They claim nearly every line was rewritten by a human but I'm not sure how you could send a worse signal to your community about how much you aren't listening than having an LLM draft a post saying we're really listening, honest

                      hemera@meow.socialH This user is from outside of this forum
                      hemera@meow.socialH This user is from outside of this forum
                      hemera@meow.social
                      wrote sidst redigeret af
                      #29

                      @cwebber Ah fun, and the moment I get LLM vibes I can't help but have my eyes glaze over and I can't ready anymore...

                      1 Reply Last reply
                      0
                      • cwebber@social.coopC cwebber@social.coop

                        The Rust project puts out an article about how they're listening to their community https://blog.rust-lang.org/2026/03/20/rust-challenges/

                        Except it turns out that article was drafted by an LLM https://www.reddit.com/r/rust/comments/1rz15t3/what_we_heard_about_rusts_challenges_and_how_we/obiwu24/

                        They claim nearly every line was rewritten by a human but I'm not sure how you could send a worse signal to your community about how much you aren't listening than having an LLM draft a post saying we're really listening, honest

                        sibshops@mastodon.onlineS This user is from outside of this forum
                        sibshops@mastodon.onlineS This user is from outside of this forum
                        sibshops@mastodon.online
                        wrote sidst redigeret af
                        #30

                        @cwebber
                        > These aren't beginner problems that go away—they're fundamental friction points that manifest differently as developers grow.

                        Blah

                        1 Reply Last reply
                        0
                        • navi@social.vlhl.devN navi@social.vlhl.dev
                          @mi @lumi @cwebber

                          https://mesonbuild.com/Rust.html
                          https://mesonbuild.com/Wrap-dependency-system-manual.html

                          :3

                          it's still a pain to do because the tooling expects the cargo workflow, so e.g., system provided crates won't ever be a simple thing until rustc fixes itself

                          so this would be more of a band-aid than a final solution
                          mi@awawa.catM This user is from outside of this forum
                          mi@awawa.catM This user is from outside of this forum
                          mi@awawa.cat
                          wrote sidst redigeret af
                          #31
                          @navi @lumi @cwebber rustc may be not expected to fix itself, and we may need someone to maintain a patch (i don’t like calling it a soft fork, not sure how we describe such projects nowadays)
                          1 Reply Last reply
                          0
                          • duke_of_germany@mastodon.gamedev.placeD duke_of_germany@mastodon.gamedev.place

                            Do you happen to have a link at hand for what you read / heard?
                            @kirtai @cwebber

                            crazyeddie@mastodon.socialC This user is from outside of this forum
                            crazyeddie@mastodon.socialC This user is from outside of this forum
                            crazyeddie@mastodon.social
                            wrote sidst redigeret af
                            #32

                            @duke_of_germany @kirtai @cwebber Yeah, would be interested as well.

                            Did some digging and all I can find is that a few years ago some people were really pissed off that the Rust team was putting LGBTQ+ support stuff on the mascot in discord and expressing solidarity for Iranian protestors and human rights. They seem to do this quite unashamedly, saying they don't really care if people don't want them to be political or whatever because writing tech is a political act.

                            1 Reply Last reply
                            0
                            • lumi@snug.moeL lumi@snug.moe

                              @cwebber ugh, as someone who loves the rust programming language, it's been so depressing to see everything around it progressively get worse

                              there are many reasons why i love rust:
                              - having a haskell-like type system is super nice
                              - mutable xor shared is a very good idea
                              - the borrow checker is great to work and promotes having simple ownership graphs
                              - have a crate as the basic compilation unit, rather than a rust file, is a very sane trade-off, and i like it more than having per-file compilation units
                              - the culture around correctness is very nice
                              - rustfmt creating a very consistent way to use rust
                              - embracing inclusivity from the start

                              there is a reason why i have "rust is my favorite dirty haskell" on my profile

                              but then, there are a lot of things which are very bad:
                              - being co-opted by corporations very quickly
                              - embracing github and discord
                              - no stance against proprietary software
                              - no stance against centralization
                              - crates.io is very centralized and does not play well with distribution package managers
                              - cargo being the one blessed build tool, rather than embracing variety
                              - rust applications being annoying to package properly in distributions

                              seeing people who i used to respect a lot, like fasterthanlime[0][1] and niko matsakis[2][3][4] embracing the slop machines has also been very depressing

                              it really makes me look more in the direction of embracing c and zig, but those have their own issues

                              there is a lot to like about zig, and the project itself seems to have a moral compass[5]. the compiler has a stance against llms and moved away from github. sadly the zig ecosystem does not seem to share this stance. for example ghostty[6] embraces it

                              0:
                              ewie.online/posts/20260214-arborium-is-ai-slopw/
                              1:
                              github.com/facet-rs/facet/tree/main/.claude
                              2:
                              github.com/nikomatsakis/zulook
                              3:
                              github.com/nikomatsakis/retcon/tree/main/.claude
                              4:
                              github.com/nikomatsakis/dada/tree/main/.claude
                              5:
                              codeberg.org/ziglang/zig#strict-no-llm-no-ai-policy
                              6:
                              github.com/ghostty-org/ghostty/blob/main/AI_POLICY.md#ai-is-welcome-here

                              marcusxms@helvede.netM This user is from outside of this forum
                              marcusxms@helvede.netM This user is from outside of this forum
                              marcusxms@helvede.net
                              wrote sidst redigeret af
                              #33

                              @lumi @cwebber Did not know that ghostty embraced AI. Just uninstalled it and switched back to Kitty which is great. Also looking to replace keepassxc because of that.

                              1 Reply Last reply
                              0
                              Svar
                              • Svar som emne
                              Login for at svare
                              • Ældste til nyeste
                              • Nyeste til ældste
                              • Most Votes


                              • Log ind

                              • Har du ikke en konto? Tilmeld

                              • Login or register to search.
                              Powered by NodeBB Contributors
                              Graciously hosted by data.coop
                              • First post
                                Last post
                              0
                              • Hjem
                              • Seneste
                              • Etiketter
                              • Populære
                              • Verden
                              • Bruger
                              • Grupper