Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
Posts
0
Comments
29
Joined
2 yr. ago

  • Agreed. I would have like Ubuntu to come with flatpak, but snap exists for longer than flatpak and has additional use cases. Snap allows to do app packaging and even the rest of the system. Fedora uses rpm-ostree + flatpak instead.

  • Snaps are used for Ubuntu's IOT distro, and also for their upcoming immutable desktop. They even ship kernel and mesa as snap, which makes updating less likely to break a system (in case of a crash while updating, user error, ...).

    That's why they push snap. Canonical doesn't mainly aim to make a apps available to all distros like flatpak does. Just like now where all distros need their own packages, snap will coexist with other package formats.

    For the user it's unimportant how apps are installed, as long as they're available.

  • It is an immutable distro, altough it isn't image-based like Fedora's rpm-ostree.

    NixOS basically replaces Ansible because the Nix package manager achieves the same goals already (configuration, deployment, ...).

    But I agree, the work necessary to put into this non-standard distro makes it hard to recommend for a casual user.

  • NixOS has benefits not just for developers, altough being familiar with programming is helpful.

    For me the main benefit of NixOS is being able to keep multiple systems in sync. For that I have 3 config files, the first containing all general config and packages I want to have installed. The other two are for my laptop and pc respectively, which allows me to make system-specific changes. E.g. tlp is only enabled and configured on my laptop.

    And NixOS isn't just rolling release, it also has bi-annual stable releases, which is great for servers.

    Rollbacks are also awesome, altough I used btrfs snapshots a few years back with Arch for a similar result. With a bit of setup they are bootable from grub.

  • Yes, it isn't great how DoH traffic can't be controlled well. Apps using DoH makes blocking ads unnecessarily more difficult. (DoT solves DNS encryption better imo.) HTTPS is already often unblocked and also difficult to analyze, but DNS is already used enough for malware communication.