The worst thing about this treason, is that we hope someone can help us do better while we solve the cognitive dissonance by solving everything through techonlogy, even politics. And when we advance through life, we end up more conservative because we have debts for housing, a comfortable lifestyle and it is hard to give up.
It reminds me how xz was attacked even worsely : a very long term to become co-maintainer and then trigger a hidden attack, detected only because someone working on postgreSQL saw a lag that should not have been. In my opinion, the main issue is not hypocrite commits, but profiting of maintainer burn out to push some malvolent code through core packages with small maintainer teams. As users, we have a responsability to not be assholes, or pushy to maintainers
I am already running rootless podman. My question is more about dedicated service users vs single user to run everything, still in rootless podman. I like podman and its integration with systemd to manage the life cycle of the container compared to docker.
Just tried it in an ipython shell
import datetime import json json.dumps({"a": datetime.datetime(1970,1,1)})And I got the TypeError: datetime not JSON serializable though.