• 0 Posts
  • 18 Comments
Joined 4 years ago
cake
Cake day: December 17th, 2021

help-circle
  • What I think you are getting at with your question is that even in the way it is colloquially applied (“evil regime” / repression / lack of rights), the term authoritarianism is applied unequally. Actions that would be described as evil or authoritarian in somewhere like China are brushed off or ignored when they apply to so-called Western liberal democracies like the UK. To that I would absolutely agree, and I think that observation further speaks to the uselessness of the term in constructive dialogue.


  • Not really an answer to your question, but many would argue that the term “authoritarian” in its modern connotation is practically useless. What I mean is that there is no single definition of the term which is specific enough to be applied and understood in the context of a specific country, political system, etc. While certain academic disciplines attempt to agree on specific definitions, the reality is that most colloquial usage of the term is solely to demonize nations or ideologies without meaningful critique. Here’s one of many articles on the subject, which I think gives a decent overview: https://www.peoplesline.org/p/authoritarian-is-an-analytically













  • you should have no problem doing Python dev on nixos, it’s basically made for doing development environments like this without the need for containers. you should just be able to set up a nix shell for your project that contains python and all the necessary dependencies, and then enter the shell. then, you’ll have all the right dependencies installed for your project and still have access to any editors you have installed