Therefore, unless you grant an autonomous AI personhood it can't create art.
However, one could use AI as a tool to express themselves and that would be art. But that's where I admit the line gets blurred.
While I agree, unfortunately to the majority of people, "Art" simply means "something that makes me feel something". Whether that thing was generated by a human or a machine makes no difference. In my experience most people, when consuming art, hardly think about where it came from/who made it/why they made it, simply on the feelings it evokes with themselves. And as we have seen through outrage algorithms, computers are quite good at figuring out how to create emotional states in humans.
it's not easy to install VS Code, let alone use it. VS Codium (and VS Code) are Electron apps, and it is difficult to sandbox them, as Electron (and Chromium as well) use suid helper - a priviledged binary that launches as root, and I won't allow suid binaries in a sandbox. Also, it requires GPU access for fast rendering, and it is difficult to provide in a safe way or switch to software rendering (I couldn't figure it out). Electron apps are a pain to install.
One could use a virtual machine, but it would use more resources.
Obviously, that's not VS Code's issue, it is a problem with Linux which doesn't come with a good sandbox.
It is much easier to type python -m http.server to launch a server, but you need to open a terminal and navigate to a directory first, that takes lot of time I would rather spend on something different (like figuring out how to work around issues with suid binary in Electron apps). And this looks like a hacky workaround, launching a web server only to gain more privileges in a browser.
It does?