• Bonehead@kbin.social
      link
      fedilink
      arrow-up
      207
      arrow-down
      4
      ·
      11 months ago

      The rockets are fine. SpaceX has a team specifically designed to distract Musk and keep him away from the actual work on the rockets. Tesla didn’t have that though. That’s how we ended up with that lame presentation with the weird “S3XY” acromin. That was really the point I realized that he was just an idiot frat boy with too much money. He really is his own worst enemy.

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

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

      • Ephera@lemmy.ml
        link
        fedilink
        arrow-up
        67
        ·
        11 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
          30
          ·
          edit-2
          11 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
          ·
          11 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
        52
        ·
        11 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.

        • hemmes@lemmy.world
          link
          fedilink
          English
          arrow-up
          9
          ·
          11 months ago

          Ah yes I remember that. I thought maybe there was something new he was going on about specifically.

        • floofloof@lemmy.ca
          link
          fedilink
          English
          arrow-up
          16
          ·
          edit-2
          11 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
          ·
          11 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
            17
            ·
            11 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
              ·
              11 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.