Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Tridge has responded on the rsync vibe disaster

Tridge has responded on the rsync vibe disaster

Scheduled Pinned Locked Moved Uncategorized
77 Posts 49 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • davidgerard@circumstances.runD davidgerard@circumstances.run

    Tridge has responded on the rsync vibe disaster

    Just a moment...

    favicon

    (medium.com)

    * you're all dumb haters
    * AI is a revolution just in the past few months
    * yes there were regressions but,
    * the new test suite is awesome you haters
    * openrsync doesn't pass the new test suite! ha, you fools! well that's cos it targets an older version but,

    at least it reads like he wrote it by hand

    i can pick the particular mastodon posts he's reacting to here

    sharpcheddargoblin@reclusive.blogS This user is from outside of this forum
    sharpcheddargoblin@reclusive.blogS This user is from outside of this forum
    sharpcheddargoblin@reclusive.blog
    wrote last edited by
    #13

    @davidgerard So he's an arrogant asshole too. Great.

    davidgerard@circumstances.runD 1 Reply Last reply
    0
    • davidgerard@circumstances.runD davidgerard@circumstances.run

      Tridge has responded on the rsync vibe disaster

      Just a moment...

      favicon

      (medium.com)

      * you're all dumb haters
      * AI is a revolution just in the past few months
      * yes there were regressions but,
      * the new test suite is awesome you haters
      * openrsync doesn't pass the new test suite! ha, you fools! well that's cos it targets an older version but,

      at least it reads like he wrote it by hand

      i can pick the particular mastodon posts he's reacting to here

      robinsyl@meow.socialR This user is from outside of this forum
      robinsyl@meow.socialR This user is from outside of this forum
      robinsyl@meow.social
      wrote last edited by
      #14

      @davidgerard can we normalize giving a project to someone else if you don't want to maintain it

      david_chisnall@infosec.exchangeD ben@bluetoot.hardill.me.ukB 2 Replies Last reply
      0
      • shadowjonathan@tech.lgbtS shadowjonathan@tech.lgbt

        @davidgerard ok so the original rsync is actually dead now, shame

        i hope debian will switch to alternatives like openrsync or the likes

        shadowjonathan@tech.lgbtS This user is from outside of this forum
        shadowjonathan@tech.lgbtS This user is from outside of this forum
        shadowjonathan@tech.lgbt
        wrote last edited by
        #15

        @davidgerard also what the fuck are these replies glazing him

        can you moderate replies as an author?

        robinsyl@meow.socialR hsza@social.tudbut.deH 2 Replies Last reply
        0
        • davidgerard@circumstances.runD davidgerard@circumstances.run

          Tridge has responded on the rsync vibe disaster

          Just a moment...

          favicon

          (medium.com)

          * you're all dumb haters
          * AI is a revolution just in the past few months
          * yes there were regressions but,
          * the new test suite is awesome you haters
          * openrsync doesn't pass the new test suite! ha, you fools! well that's cos it targets an older version but,

          at least it reads like he wrote it by hand

          i can pick the particular mastodon posts he's reacting to here

          addison@nothing-ever.worksA This user is from outside of this forum
          addison@nothing-ever.worksA This user is from outside of this forum
          addison@nothing-ever.works
          wrote last edited by
          #16

          @davidgerard@circumstances.run Honestly, it's just kind of unpleasant to watch. I understand the pressures at play here, re: security-relevant bugs being reported at a higher rate (including some which actually exist). Also, there was a lot of criticism directed towards him for this, some of which was way too personal or rhetoric-laden. That tends to cause walls between people that stifle actual change. I doubt he will change course following this sequence of events.

          On the other hand, the dismissal of legitimate concerns and criticisms is really gross to read; rubs me very wrong. It also irks me that he characterises all of the criticism he got as concerns about correctness, and how he addresses even that. I don't care at all if he thinks it's "right"; he hasn't put in nearly the same time or effort or thought as he would have needed to otherwise, and that's what he has 40 years of experience in. I care that it is well-reasoned, and doesn't rely on something so fundamentally problematic for reasons other than efficacy.

          I don't know. This whole movement continues to reveal that a huge chunk of open source does not hold the values I expected.

          1 Reply Last reply
          0
          • shadowjonathan@tech.lgbtS shadowjonathan@tech.lgbt

            @davidgerard also what the fuck are these replies glazing him

            can you moderate replies as an author?

            robinsyl@meow.socialR This user is from outside of this forum
            robinsyl@meow.socialR This user is from outside of this forum
            robinsyl@meow.social
            wrote last edited by
            #17

            @ShadowJonathan @davidgerard I know someone with a Medium account and yes you can hide replies you don't like

            robinsyl@meow.socialR 1 Reply Last reply
            0
            • robinsyl@meow.socialR robinsyl@meow.social

              @davidgerard can we normalize giving a project to someone else if you don't want to maintain it

              david_chisnall@infosec.exchangeD This user is from outside of this forum
              david_chisnall@infosec.exchangeD This user is from outside of this forum
              david_chisnall@infosec.exchange
              wrote last edited by
              #18

              @robinsyl @davidgerard

              The problem is finding people who are both willing and able to do it (and not, as with liblzma2, just there for the supply-chain attacks).

              This is especially true for codebases written in C with a bunch of idiosyncratic things. I had a quick skim of some of the rsync source and it has a few more comments than a lot of contemporary code, but also some cryptic things. My favourite was an ad-hoc inlined memmove with a comment explaining that memmove didn't handle overlapping regions correctly on 'some platforms' (the only difference between memmove and memcpy is that the former is required to be able to handle overlapping regions). I wouldn't want to take over maintaining it, even if I had time to do so.

              That said, I think we do need to normalise projects being done. No new features need to be added, the project is complete.

              This is much easier when the project is designed around extensibility, so missing features can be added with external plugins, maintained by other people.

              1 Reply Last reply
              0
              • robinsyl@meow.socialR robinsyl@meow.social

                @ShadowJonathan @davidgerard I know someone with a Medium account and yes you can hide replies you don't like

                robinsyl@meow.socialR This user is from outside of this forum
                robinsyl@meow.socialR This user is from outside of this forum
                robinsyl@meow.social
                wrote last edited by
                #19

                @ShadowJonathan also possibly some sampling bias as people who use AI are prolly more likely to have a Medium account

                1 Reply Last reply
                0
                • shadowjonathan@tech.lgbtS shadowjonathan@tech.lgbt

                  @davidgerard also what the fuck are these replies glazing him

                  can you moderate replies as an author?

                  hsza@social.tudbut.deH This user is from outside of this forum
                  hsza@social.tudbut.deH This user is from outside of this forum
                  hsza@social.tudbut.de
                  wrote last edited by
                  #20

                  @ShadowJonathan @davidgerard chances are you can, but also picture the average individual with a medium.com account

                  1 Reply Last reply
                  0
                  • davidgerard@circumstances.runD davidgerard@circumstances.run

                    Tridge has responded on the rsync vibe disaster

                    Just a moment...

                    favicon

                    (medium.com)

                    * you're all dumb haters
                    * AI is a revolution just in the past few months
                    * yes there were regressions but,
                    * the new test suite is awesome you haters
                    * openrsync doesn't pass the new test suite! ha, you fools! well that's cos it targets an older version but,

                    at least it reads like he wrote it by hand

                    i can pick the particular mastodon posts he's reacting to here

                    passocacornio@tech.lgbtP This user is from outside of this forum
                    passocacornio@tech.lgbtP This user is from outside of this forum
                    passocacornio@tech.lgbt
                    wrote last edited by
                    #21

                    @davidgerard no, like i get it... i don't know their level of understanding about machine learning, so i will not conflate their feeling overwhelmed by the surge in llm-driven issues reporting with lack of knowledge, also I don't know if any maintainer of rsync is trustworthy enough (in their experience) to pass the project to.
                    but i do think we need to normalize saying a software is complete more often.
                    what i mean by complete? that it will not get more features and will only get security updates and at a slowed down pace.
                    the "move fast and break things" did much more damage to to software engineering than we are comfortable admitting. i don't agree with their main points, but I empathize with the thought processes they are putting "to paper", even the subconscious ones.
                    anyway, let's migrate to openrsync

                    1 Reply Last reply
                    0
                    • davidgerard@circumstances.runD davidgerard@circumstances.run

                      Tridge has responded on the rsync vibe disaster

                      Just a moment...

                      favicon

                      (medium.com)

                      * you're all dumb haters
                      * AI is a revolution just in the past few months
                      * yes there were regressions but,
                      * the new test suite is awesome you haters
                      * openrsync doesn't pass the new test suite! ha, you fools! well that's cos it targets an older version but,

                      at least it reads like he wrote it by hand

                      i can pick the particular mastodon posts he's reacting to here

                      mackensen@higheredweb.socialM This user is from outside of this forum
                      mackensen@higheredweb.socialM This user is from outside of this forum
                      mackensen@higheredweb.social
                      wrote last edited by
                      #22

                      @davidgerard it's clear that he doesn't consider any criticisms of his choice legitimate, which rather confirms what his critics are saying.

                      1 Reply Last reply
                      0
                      • dysfun@social.treehouse.systemsD dysfun@social.treehouse.systems

                        @davidgerard i dunno man, it seems a little harder to justify how great AI is when you've just put out what was widely acknowledged even by slop coddists as one of the most disastrous software releases of all time with its help.

                        davidgerard@circumstances.runD This user is from outside of this forum
                        davidgerard@circumstances.runD This user is from outside of this forum
                        davidgerard@circumstances.run
                        wrote last edited by
                        #23

                        @dysfun did any of them acknowledge that??

                        dysfun@social.treehouse.systemsD 1 Reply Last reply
                        0
                        • davidgerard@circumstances.runD davidgerard@circumstances.run

                          Tridge has responded on the rsync vibe disaster

                          Just a moment...

                          favicon

                          (medium.com)

                          * you're all dumb haters
                          * AI is a revolution just in the past few months
                          * yes there were regressions but,
                          * the new test suite is awesome you haters
                          * openrsync doesn't pass the new test suite! ha, you fools! well that's cos it targets an older version but,

                          at least it reads like he wrote it by hand

                          i can pick the particular mastodon posts he's reacting to here

                          li@tech.lgbtL This user is from outside of this forum
                          li@tech.lgbtL This user is from outside of this forum
                          li@tech.lgbt
                          wrote last edited by
                          #24

                          @davidgerard

                          > Also, nobody actually knows if human intelligence is just finer grained stochastic prediction as well.

                          lmfao yes we do, people are not LLMs

                          hsza@social.tudbut.deH robinsyl@meow.socialR 2 Replies Last reply
                          0
                          • davidgerard@circumstances.runD davidgerard@circumstances.run

                            @dysfun did any of them acknowledge that??

                            dysfun@social.treehouse.systemsD This user is from outside of this forum
                            dysfun@social.treehouse.systemsD This user is from outside of this forum
                            dysfun@social.treehouse.systems
                            wrote last edited by
                            #25

                            @davidgerard i heard (though haven't seen) that fedora wouldn't take the update and they are all in.

                            davidgerard@circumstances.runD 1 Reply Last reply
                            0
                            • sharpcheddargoblin@reclusive.blogS sharpcheddargoblin@reclusive.blog

                              @davidgerard So he's an arrogant asshole too. Great.

                              davidgerard@circumstances.runD This user is from outside of this forum
                              davidgerard@circumstances.runD This user is from outside of this forum
                              davidgerard@circumstances.run
                              wrote last edited by
                              #26

                              @sharpcheddargoblin he's got a lot to be arrogant about! unfortunately,

                              sharpcheddargoblin@reclusive.blogS david_chisnall@infosec.exchangeD 2 Replies Last reply
                              0
                              • peter_sc@chaos.socialP peter_sc@chaos.social

                                @davidgerard "People keep telling me gambling is bad, but what they don't know is this: I have a *system*. These new machines are so much more sophisticated, your ideas about how they work are totally outdated. What do you mean 'am I on cocaine?' Of course I am! It's part of the system, dummy!"

                                sherapantsuit@mastodon.socialS This user is from outside of this forum
                                sherapantsuit@mastodon.socialS This user is from outside of this forum
                                sherapantsuit@mastodon.social
                                wrote last edited by
                                #27

                                @peter_sc @davidgerard Thanks, this was very funny. ❤️

                                1 Reply Last reply
                                0
                                • li@tech.lgbtL li@tech.lgbt

                                  @davidgerard

                                  > Also, nobody actually knows if human intelligence is just finer grained stochastic prediction as well.

                                  lmfao yes we do, people are not LLMs

                                  hsza@social.tudbut.deH This user is from outside of this forum
                                  hsza@social.tudbut.deH This user is from outside of this forum
                                  hsza@social.tudbut.de
                                  wrote last edited by
                                  #28

                                  @Li @davidgerard has that “scientists are undecided on climate change” energy

                                  i would rather not read a blost that is entirely product of slopsychosis tbh

                                  davidgerard@circumstances.runD phooky@hexa.clubP 2 Replies Last reply
                                  0
                                  • dysfun@social.treehouse.systemsD dysfun@social.treehouse.systems

                                    @davidgerard i heard (though haven't seen) that fedora wouldn't take the update and they are all in.

                                    davidgerard@circumstances.runD This user is from outside of this forum
                                    davidgerard@circumstances.runD This user is from outside of this forum
                                    davidgerard@circumstances.run
                                    wrote last edited by
                                    #29

                                    @dysfun yeah i went looking and can't find evidence for that one either sadly

                                    dysfun@social.treehouse.systemsD a2_4am@mastodon.socialA 2 Replies Last reply
                                    0
                                    • davidgerard@circumstances.runD davidgerard@circumstances.run

                                      @dysfun yeah i went looking and can't find evidence for that one either sadly

                                      dysfun@social.treehouse.systemsD This user is from outside of this forum
                                      dysfun@social.treehouse.systemsD This user is from outside of this forum
                                      dysfun@social.treehouse.systems
                                      wrote last edited by
                                      #30

                                      @davidgerard you have to find a source for your credibility, i am shitposting either way

                                      1 Reply Last reply
                                      0
                                      • davidgerard@circumstances.runD davidgerard@circumstances.run

                                        Tridge has responded on the rsync vibe disaster

                                        Just a moment...

                                        favicon

                                        (medium.com)

                                        * you're all dumb haters
                                        * AI is a revolution just in the past few months
                                        * yes there were regressions but,
                                        * the new test suite is awesome you haters
                                        * openrsync doesn't pass the new test suite! ha, you fools! well that's cos it targets an older version but,

                                        at least it reads like he wrote it by hand

                                        i can pick the particular mastodon posts he's reacting to here

                                        theonedoc@tech.lgbtT This user is from outside of this forum
                                        theonedoc@tech.lgbtT This user is from outside of this forum
                                        theonedoc@tech.lgbt
                                        wrote last edited by
                                        #31

                                        @davidgerard and that's how you dig your hole with the help of an fucking excavator.

                                        1 Reply Last reply
                                        0
                                        • quincy@chaos.socialQ quincy@chaos.social

                                          @davidgerard

                                          To be fair, what he writes, for the most part, doesn't even sound unreasonable to me, if I try to ignore the parts that are AI-pilled hyperbole.

                                          davidgerard@circumstances.runD This user is from outside of this forum
                                          davidgerard@circumstances.runD This user is from outside of this forum
                                          davidgerard@circumstances.run
                                          wrote last edited by
                                          #32

                                          @quincy yeah, it looks fine if you remove the context ...

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups