• hemmes@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    6 months ago

    Maybe I’m out of the loop - what’s he been saying about software?

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      72
      ·
      6 months ago

      One example that stuck with me is that he said some shit along the lines of 80% of Twitter’s microservices being superfluous and he’ll be shutting them off.

      Yes, the dev teams just spent 4/5 of their time building shit no one asked for. It just annoys me so much, because anyone with basic reasoning should be able to work out that this cannot possibly be the case, but it’s easy to give it the benefit of the doubt.

      Well, except that many, many Twitter outages followed.

      • MajorHavoc@programming.dev
        link
        fedilink
        arrow-up
        31
        ·
        edit-2
        6 months ago

        Well, except that many, many Twitter outages followed.

        Yeah. As a software dev, it was pretty awkward explaining this to colleagues who rely on Twitter/X.

        “It sounds like you think Twitter is a software company and that Elon is utterly unqualified to run a software company. That can’t possibly be true, right?”

        …Then we end up doing the “Concerned Padme” meme…

      • Zoboomafoo@slrpnk.net
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        6 months ago

        I’ve heard horror stories on the programming subreddits of incompetent managers that require their employees to write X new lines of code per week. Those code bases probably could have huge chunks taken off.

        Clearly that hasn’t happened here

    • Squibbles@lemmy.ca
      link
      fedilink
      arrow-up
      54
      ·
      6 months ago

      When he took over twitter there was a bunch of stuff he was spouting about things like Twitter’s stack needing a full rewrite and such. Going so far as to fire the engineer that challenged him on it during a live spaces thing if I recall correctly.

      • floofloof@lemmy.ca
        link
        fedilink
        English
        arrow-up
        16
        ·
        edit-2
        6 months ago

        He also seems to have the idea that the best developer is the one who produces the most code. That shows a pretty major lack of understanding of how software development works. Sometimes the best day is when you produce negative amounts of code.

      • hemmes@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 months ago

        Oh. This post’s image has him talking types in January and the “obligatory” image above has someone saying he’s been talking software in December, so I thought maybe Musk has been spewing about software for a few weeks or something.

        • Squibbles@lemmy.ca
          link
          fedilink
          arrow-up
          18
          ·
          6 months ago

          December from '22 not '23. The image was from a few months after he took over twitter and was still going on about that stuff and how it was doing all these useless things that needed to be removed or rewritten. I just remembered another one about how he was going on about a single request to twitter causing thousands of RPCs or something? I think that’s not really unheard of in a microservices infrastructure and it’s not like they’d be synchronous. There’s probably tons of calls that go to things like tracking, analytics, or cross DC sharing I would imagine for such a large and high volume service like twitter.

          • bleistift2@feddit.de
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            6 months ago

            needed to be removed or rewritten

            Literally any developer can tell you that. It doesn’t even matter what codebase we’re talking about. It always needs to be rewritten.