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.

  • 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.