KB5077181 was released about a month ago as part of the February Patch Tuesday rollout. When the update first arrived, users reported a wide range of problems, including boot loops, login errors, and installation issues.

Microsoft has now acknowledged another problem linked to the same update. Some affected users see the message “C:\ is not accessible – Access denied” when trying to open the system drive.

  • mybuttnolie
    link
    fedilink
    English
    arrow-up
    24
    ·
    12 hours ago

    my boss loves AI and he uses it for everything. he made some stats graphs and summaries, and he was bragging how he got AI to make them errorless: he tells it to check for errors and makes it swear it’s accurate… while we were looking at a graph where the y column numbers were all fucked up

    • UnspecificGravity@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      It’s really really bad at doing spreadsheet analysis. Even basic shit that I would give to an intern. At least an intern with generally just make shit up and pretend it’s not wrong even when I point it out, and if they do I get a new intern.

    • suicidaleggroll@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      9 hours ago

      Interestingly, AI is actually pretty good at making graphs, the trick is you don’t ask it to actually make the graph itself. Instead you have to ask it to write a python script to create a graph using matplotlib from whatever source file contains the data, then run that script. Same with math. Don’t ask it to do math directly, instead ask it to write a bash or python script to do some math, then run that. Still not perfect, but your success rate increases by about 1000%

      • SaharaMaleikuhm@feddit.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 hours ago

        That’s about 90% of what I use AI for right there: silly little bash and python scripts. A graph, some image compression, ffmpeg video shenanigans, the works.

      • jaybone@lemmy.zip
        link
        fedilink
        English
        arrow-up
        5
        ·
        8 hours ago

        Because of so much open source and stack overflow it was trained on.

        But who writes bash scripts to do math?

        • suicidaleggroll@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 hours ago

          But who writes bash scripts to do math?

          A full script? Nobody. But you can just run it interactively on the command line, which a lot of AI clients have access to. bc works great for basic math in the shell.