LeFantome

joined 2 years ago
[–] LeFantome@programming.dev 2 points 11 hours ago

One of the ironies with System76 is that they are taking so long to release their Wayland-only desktop that they are becoming one of the last bastions of Xorg.

[–] LeFantome@programming.dev 1 points 11 hours ago* (last edited 11 hours ago) (1 children)

I am confused. Autoclicker does not work?

https://github.com/konkitoman/autoclicker

Or do you mean keyboard input?

https://github.com/ReimuNotMoe/ydotool

[–] LeFantome@programming.dev 2 points 11 hours ago

Accessibility is better than reported on Wayland. It is being taken seriously.

[–] LeFantome@programming.dev 13 points 1 day ago* (last edited 1 day ago)

A big factor in Europe right now is a shifting relationship with the US.

Companies, governments, and individuals have some incentive to find alternatives to big US tech. For operating systems, Linux is really the only option.

[–] LeFantome@programming.dev 5 points 1 day ago (3 children)

When Linux hits 10%, you will see hardware ship with Linux drivers day one.

[–] LeFantome@programming.dev 5 points 2 days ago

Had the same experience at work. Brand new work laptop with Windows and a bunch of mandatory spyware. Personal laptop running Linux on 10 year old hardware. Linux machine is more responsive and pleasant to use.

[–] LeFantome@programming.dev 6 points 2 days ago* (last edited 2 days ago)

Linux on old laptops is a joy. I spent my morning on an old MacBook Pro that I found on the recycled electronics bench when I dropped off some bottles. Runs great (Niri instead of Hyprland but similar).

[–] LeFantome@programming.dev 12 points 2 days ago* (last edited 2 days ago)

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).

[–] LeFantome@programming.dev 6 points 2 days ago* (last edited 2 days ago)

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.

[–] LeFantome@programming.dev 24 points 2 days ago

The issue is that politics in Canada is increasingly adopting the team sports US model. Instead of being FOR certain policies or ideas, people are AGAINST somebody else. In that game, you only need two teams.

[–] LeFantome@programming.dev 2 points 4 days ago

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?

view more: next ›