🦊 OneRedFox 🦊

  • 0 Posts
  • 7 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle



  • LibreWolf is just a patch set for Firefox. The user settings are stored in the profile folder, so if you just copy your old profile over, you will overwrite most of LibreWolf’s changes. The about:support page contains a list of your changed about:config settings, so copy those down and move them over to your new LibreWolf profile as needed.

    Of course, you could also just disable the AI crap yourself in vanilla Firefox if you don’t want to part with your current profile.




  • NixOS is one of the few distros that legitimately offers something different. Some nice things:

    • The entire OS install is managed through config files, so instead of dealing with a billion shitty DSLs, you only deal with one.
    • Because of the above, builds are also reproducible.
    • Because it ditches the FHS for the Nix store, you can do things like install multiple versions of the same library side-by-side, which is impossible with traditional Linux package management.
    • It has the largest package repository of any Linux distro.
    • Setting up dev environments is really nice because with Nix it’s like the entire OS has VirtualEnv.
    • Because of the above, “it works on my machine” is an excuse of the past.

    It’s very impressive and is a welcome innovation to the Linux ecosystem. Now if only they could improve the tooling and documentation.