This isn’t a gloat post. In fact, I was completely oblivious to this massive outage until I tried to check my bank balance and it wouldn’t log in.

Apparently Visa Paywave, banks, some TV networks, EFTPOS, etc. have gone down. Flights have had to be cancelled as some airlines systems have also gone down. Gas stations and public transport systems inoperable. As well as numerous Windows systems and Microsoft services affected. (At least according to one of my local MSMs.)

Seems insane to me that one company’s messed up update could cause so much global disruption and so many systems gone down :/ This is exactly why centralisation of services and large corporations gobbling up smaller companies and becoming behemoth services is so dangerous.

  • electricprism
    link
    fedilink
    arrow-up
    10
    arrow-down
    7
    ·
    edit-2
    2 months ago

    Every system has its faults. And I’m still going to dogpile the system with the most faults. But hell Microsoft did buy GitHub, Halo, MineCraft, and a million other things they will probably find a way to buy Linux and ruin it for us just like they ruin everything else.

    Let’s see, …we are somewhere in between Extend and Extinguish on the roadmap.

    Edit: Case & Point, RIP RedHat & IBM and GitHub CoPilot, what a great idea. RIP Atom Editor and probably a million other things. Do we have a KilledByMicrosoft website yet? I hope people in the pharmacy could get their prescriptions or we might have to add peoples names to the list.

    • areyouevenreal@lemm.ee
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      2 months ago

      None of this has to do with the current outage though.

      I hope people in the pharmacy could get their prescriptions or we might have to add peoples names to the list.

      Which isn’t Microsoft’s fault. Linux systems have also been taken down by Crowdstrike’s fuck ups in the recent past.

      • electricprism
        link
        fedilink
        arrow-up
        5
        arrow-down
        6
        ·
        2 months ago

        Microsoft has many faults and I’ll criticize them as I please. And if Linux is a culprit in a global outage someday I’ll contemplate criticizing them too.

        This “Not Microsoft’s Fault” comes off as white knighting for Muh Billion Dolla Corporation.

        Do we really need to SIMP for the company town.

        Microsoft, Google, Apple, Amazon and others deserve every ounce of vitrol they earn through their shitty practices. Again I am criticizing them for being shitty not for the particulars of System X vs System Z but for the aftermath.

        • Wereduck@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          8
          ·
          2 months ago

          I get where you are coming from, but this event is pretty much entirely the fault of Crowdstrike and the countless organizations that trusted them. It’s definitely a show of how massive outages are more likely when things are overly centralized and proprietary, and managed by big, shitty, profit driven organizations. Since crowdstrike operates in kernel space, it doesn’t matter which operating system it’s on, it can break it if it does something stupid. In fact they managed to break some redhat machines not too long ago, and some Debian machines not long before that. It’s just the impact wasn’t as far reaching as this recent utter fuckup, just because fewer critical machines were affected, so we didn’t hear about those smaller fuckups in the news.

          • electricprism
            link
            fedilink
            arrow-up
            1
            arrow-down
            4
            ·
            2 months ago

            Yes, thank you, exactly. The centralized model has its benefits but it also can act as a single point of failure.

            If I was going to analyze from an engineering perspective I would focus on when these inevitable events occur due to human error do we have adequate tools to roll back updates? Do we snapshot OS drives before updates? Is there adequate Safe Mode or Fallback Tools to diagnose which files are offending in order to allow the user to remove them.

            In my view the windows user isn’t dignified to have the skills or intelligence needed to workaround a “setback” issue like the one yesterday.

            It doesn’t help that NTFS is missing modern capabilities, or that there isn’t easy to use DIFF for the layman to understand which files were added to the filesystem that may be causing the breakage.

            To be fair though even with those pot holes filled the entire design paradigm of Windows and a proprietary platform is part of the problem. Software is not broken up into package modules that can be assembled into a functioning system it is encumbered with “anti-piracy” boogie man where the software treats the user as an enemy and is designed to break.

            Linux isn’t like that. I’ve cloned many distro drives and swapped them into new machines and with 1 or 2 tweaks they JustWork

            I see many people on the net defending Microsoft as blameless for technical reasons.

            My criticisms were that Microsoft just sucks as you interpreted correctly and offered a eloquent summary. Thank You.

            Where I think the entire conversation should move is –

            What are the design flaws that allowed this to happen?

            “More Rust & Less C” I see some people suggest as this was allegedly a null pointer issue.

            And is Windows Broken By Design? My opinion answer - Yes.

            (Okay, and what to do about it before the next billion dollars is lost. I would think critical infrastructure should have a model similar to NixOS in immutability but that’s just my opinion.)

            • areyouevenreal@lemm.ee
              link
              fedilink
              arrow-up
              2
              arrow-down
              1
              ·
              edit-2
              2 months ago

              Windows does have a fallback mode called safe mode and that’s exactly what’s being used to fix this utter mess.

              Package management isn’t going to save you from this as it didn’t save the Linux systems affected last time. It didn’t stop Arch Linux from failing to boot after a Grub update either.

              Windows also has drive cloning tools, that isn’t unique to Linux.

              NixOS isn’t immutable. It’s not an a/b root system and / isn’t read only. Rather it’s what’s known as reproducible. I am not convinced NixOS would make this any easier either given how simple the fix was. Funnily enough though tools exist called ansible and puppet for configuring systems in repeatable ways that apply to both other Linux systems, Windows systems, and even macOS.

              There are like one or two valid points in this whole comment and the rest is pretty much falsehoods and misconceptions.

              Edit: Forgot to mention tools exist to make Windows immutable as well. So that is an option.

              • lemmyreader
                link
                fedilink
                English
                arrow-up
                2
                arrow-down
                2
                ·
                2 months ago

                Windows does have a fallback mode called safe mode and that’s exactly what’s being used to fix this utter mess.

                The other fix was reboot your Windows computer at least 15 times.

                Package management isn’t going to save you from this as it didn’t save the Linux systems affected last time. It didn’t stop Arch Linux from failing to boot after a Grub update either.

                Not everyone was affected though :

                How come not everyone was impacted?

                Prior to the most recent version, grub only registered the fwsetup if detected support. If your machine detected support, you would have had the fwsetup command registered and the failure wouldn’t occur.

                • areyouevenreal@lemm.ee
                  link
                  fedilink
                  arrow-up
                  2
                  arrow-down
                  1
                  ·
                  2 months ago

                  The other fix was reboot your Windows computer at least 15 times.

                  How is that an argument against anything I have said?

                  Not everyone was affected though

                  Only machines running crowdstrike were affected, not all Windows machines. So in neither case were all systems affected. In this case though Microsoft doesn’t bare any responsibility as they didn’t distribute the software. In the case or Arch and EndeavourOS they had a responsibility to check packages before they shipped them to users. In this case the OS maker was more at fault.

        • areyouevenreal@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          2 months ago

          Except they haven’t done anything shitty this time. What you are doing would be a bit like claiming the Nazis are responsible for micro plastics. Like yeah Nazis are shit but making false allegations is just giving their defenders something to throw in your face. It makes you, and everyone who is critical of Microsoft look dumb. How about you criticize the company that actually screwed up? They are also a multi-billion dollar company, yet you aren’t blaming them for something that is clearly their fault.

        • Catsrules
          link
          fedilink
          arrow-up
          3
          arrow-down
          2
          ·
          2 months ago

          Sure you can criticize as much as you want but if you are wrong in your criticism it just damages all of your criticism over all.

          In my opinion it is important to state facts not fiction. This was not Microsoft’s fault, no matter how much you hate Microsoft it still wasn’t there fault and saying that is was is incorrect and doesn’t solve the issue.

    • areyouevenreal@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      Also fyi Red Hat and IBM are still around and aren’t really a force for good anyway. Stop SIMPing for large companies.

      • LeFantome@programming.dev
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        2 months ago

        Hilarious. I am sure that, out of principle, you have stopped using all the software that Red Hat contributes to your distribution.

        If it is ok with you, I am not going to define my morality in terms of corporate interest. They are not my friends but I do not believe that shutting on their contributions does much for me either.

        • areyouevenreal@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          I am not shitting on their contributions. All I am saying is that as a large company they aren’t anymore my friend than Microsoft. Generally they still exist and make contributions. Microsoft didn’t kill them like the person I am replying to is insinuating.