• ArgentRaven@lemmy.world
    link
    fedilink
    arrow-up
    74
    ·
    1 year ago

    Hah, I bet I know exactly what happened. I did the same thing years ago. There’s an import script you can run that’ll move your domains and subdomains, which saves you a ton of time. But it often misreads your input, and puts a leading “.” In front of everything.

    I bet someone wanted to save time, and it happened to them. Then it’s a game of catch-up to remove the leading period before the next TTL update.

    This is exactly what happens when you’re understaffed and overworked, and you have someone who isn’t experienced in the process enough try to handle a big task.

    Rookie mistake, Elon!

      • kautau@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        1 year ago

        It’s ok someone will tweet it at musk and he’ll just keep firing engineers which will definitely help

    • dustyData@lemmy.world
      link
      fedilink
      arrow-up
      39
      ·
      edit-2
      1 year ago

      Whenever you see this sort of technical problems from Twitter. Remember that Musk fired almost all of his staff. Including software engineers.

      • BURN@lemmy.world
        link
        fedilink
        arrow-up
        19
        ·
        1 year ago

        And the ones he didn’t fire left en mass. At least the ones not tied down by visas and/or other red tape

          • BURN@lemmy.world
            link
            fedilink
            arrow-up
            5
            ·
            1 year ago

            I am one of those lazy ass office workers lol. I’m sitting here at work on Lemmy, but even I would have been jumping off that sinking ship a long while ago.

    • Katana314@lemmy.world
      link
      fedilink
      arrow-up
      10
      ·
      1 year ago

      When I think about it, this is actually exactly the kind of bug that very easily passes to production.

      You have your dev environment; something like “katanasdevmachine.twitterdev.com”, where you do your work and verify bugs. This environment is configured with a developer database, and developer URL configurations. So there might be “katanasdevmachine.twitterdev.com” simulating x.com, and then “briansdevmachine.twitterdev.com” to represent twitter.com. You and Brian do a test of the redirect from there, and all’s well.

      It’s only when you’re moving to the genuine domains that small URL-parsing/concatenating bugs might show up. But there’s not many easy ways to “simulate” being on the actual twitter.com website with test code you’ve written. It’s doable, just not convenient. So, these sort of URL configs can very often be the one place that bugs essentially go “untested” in an imperfect workflow.

  • reddig33@lemmy.world
    link
    fedilink
    arrow-up
    23
    ·
    1 year ago

    Who would want to work for Twitter at this point? It’s not going to survive with Elon at the wheel.

    • sci
      link
      fedilink
      arrow-up
      31
      ·
      1 year ago

      some indian contractors who would be sent back if they quit

      • Ichipurka@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        25
        ·
        1 year ago

        India is a beautiful place. They can become monks at the top of the Himalaya and live frugally with the amount of money Musk paid them for the rest of their lives.

        • sci
          link
          fedilink
          arrow-up
          10
          arrow-down
          2
          ·
          1 year ago

          it would be much more beautiful if there wasnt 1.5 billion people leaving trash everywhere

    • Kalkaline @lemmy.one
      link
      fedilink
      arrow-up
      8
      ·
      1 year ago

      Related question: what’s the difference between a kiss-ass and a brown-noser? Depth perception.

  • guy@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    1 year ago

    Interestingly, you can break a lot of websites by adding a trailing dot to the URL, like twitter.com..

    It’s a perfectly valid URL, a fully-qualified one, and should resolve to the same place with or without the trailing dot. Some sites, like google.com. handle it correctly, but many fail completely, or fail partially, or at least don’t preserve your login session.