Do novel issues get a negative reaction? Retreading old grievances is pointless, but I think if you have a reasonable new gripe (that's not dae hate systemd like me?)you would be just fine.
> badly need AI systems that are open and privacy-respecting.
There are plenty AI systems that are open and privacy-respecting. In fact, any model you run on your own hardware is privacy-respecting. And open, for whatever that means.
Can anyone explain to a non-python developer why python infrastructure is so much broken around the version management?
It looks to me that every new minor python release is a separate additional install because realistically you cannot replace python 3.11 with python 3.12 and expect things to work. How did they put themselves in such a mess?
Python code rarely breaks between minor version releases in my experience. Python 3.5 introduced the `async` keyword (PEP 492), and Python 3.7 changed `StopIteration` handling in generators (PEP 479).