400
Microsoft Confirms Windows 11 Bug That Locks Users Out of the C: Drive
(windowsreport.com)
This is a most excellent place for technology news and articles.
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%
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.
Because of so much open source and stack overflow it was trained on.
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.