• 0 Posts
  • 1.17K Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle




  • The third party never forms a government but that does not mean it does not have an impact on national politics. See my other comment.

    A three party system is completely different than a two party system even if only two of the parties have ever held a majority.

    The NDP has been the official opposition. There are times, as in many minority governments, where the third party has more impact on national policy than the opposition does (via alliances).


  • As long as you focus on competent administration, the three party system will stay strong. The third party is for bringing policies and ideas to the national stage. Because any time the two most powerful parties are ignoring popular policy, the second party will partner with the third to gang up on the party in power or the party in power will court the third to prevent it. Either way, the third party gets a national voice. And the third party has to focus on popular policy because they do not have enough power to do anything else.



  • I have not used Nix, so I may not know what I am talking about.

    That said, I have been using Chimera Linux which uses the APK package manager. It works by maintaining a single file in /etc/apk/world that specifies all the packages the user wants on the system. This is used to calculate dependencies and install packages. When you “add” and “del” packages, all it is really doing is adding and removing from this list. If you remove a package, it will remove all the dependencies too unless they appear in the “world” file.

    If you do not specify a version number for a package, you get the latest. But you can pin versions of you want.

    If you copy the world file from one system to another, you get the same set of installed packages.

    So, if I use git to backup my world file, maybe a couple of other entries in /etc, and the dot files in my home directory, I have pretty much everything I need to completely recreate my system.

    Is it really worth all the extra complexity of Nix?