• udon@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    5 hours ago

    Once you discover you can just install the nix package manager with one command and then install everything with another, snap is out of the game. Even if you just use nix for like 2 packages, it’s already much better

  • rand_alpha19@moist.catsweat.com
    link
    fedilink
    arrow-up
    54
    ·
    21 hours ago

    I think I’ve landed on Flatpak as my favourite between Snap, Flatpak, and AppImage. AppImage, when it works, is nice though. Snaps are just kind of inconvenient (auto-updates are a no for me) and bloated and the things Canonical are doing as an organization put a bad taste in my mouth.

    • Kusimulkku@lemm.ee
      link
      fedilink
      arrow-up
      17
      ·
      18 hours ago

      I’ve had bad experiences with AppImages. For universal format they do a really poor job at that. And it’s a huge step back into Windows direction that you’ll have to manually download, update etc your shit. Makes managing a bunch of apps a pain.

      • Samsy@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        17 hours ago

        But isn’t appimage the closest one to the app-system from Android? Since things could be really different on many clients an “app-container” is the best solution.

        Why not containerise everything? You need libreoffice? No problem, here is a docker or podman container.

        BTW. I like flatpak, too. It’s the most stable, but I never understand it’s mechanics. There is always another pack installed, freecode, gtk, qt whatever. Even if the system has already the correct gtk version, nope, the dev decided to use the gtk image from Ubuntu.

        • Kusimulkku@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          17 hours ago

          I’m not too familiar with whatever Android is doing with apks these days tbh. I just don’t like how AppImages fails at the one thing it should do (universality) and doesn’t have the repo model built in. You can have third party solutions to that but it’s just not the same experience.

          Why not containerise everything? You need libreoffice? No problem, here is a docker or podman container.

          I’ve heard people suggest such a solution. Everything is a container and stuff is just exported out so that it shows up to the system like a normal program. Can’t really say I’m the right person to judge the pros and cons.

          There is always another pack installed, freecode, gtk, qt whatever. Even if the system has already the correct gtk version, nope, the dev decided to use the gtk image from Ubuntu.

          It can be both good and bad and sometimes it’s necessary. The whole system relies on being able to use different versions of libraries. But having them as separate packs can help in that programs can share those packs so as a dev you can just target one common base and have your stuff work everywhere. And sharing those runtimes has the benefit of someone else keeping it up to date while you can just test if the updated version works for you and switch to that if it does and so on. And with deduplication, runtimes and stuff share the parts that are common to both afaik.

          It’s a bit more complicated than just shoving everything in but also it’s less work than same thing having to be packaged separately for every distro.

    • bastion@feddit.nl
      link
      fedilink
      arrow-up
      1
      ·
      13 hours ago

      Auto-updates are a hell-no for me.

      There was a perfectly good user interface for updates. Then Ubuntu decides “wait… What if we made updates compulsory and effectively random and skipped the UI. The user can do system updates whenever they want, because those don’t matter for security or something, but these apps must be updated whenever snap determines they must.”

      Oh, snap!

    • rbits@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      5 hours ago

      Yeah, I mean the snap app shown above is being deprecated so there’s not even a choice. If you’re using Authy on PC you have to switch.

    • bdonvr@thelemmy.club
      link
      fedilink
      arrow-up
      2
      ·
      16 hours ago

      Yep. I’m selfhosting it now. Works great but selfhosting isn’t straightforward yet, still the best Authy/Google/Microsoft Authenticator drop in replacement with sync.

      • unrushed233@lemmings.world
        link
        fedilink
        arrow-up
        1
        ·
        12 hours ago

        Is self hosting even worth it for auth? I self-host ente Photos myself, because that way I don’t need to pay for a subscription, but auth is free anyway, and the backups are entirely e2ee, right?

        • bdonvr@thelemmy.club
          link
          fedilink
          arrow-up
          2
          ·
          10 hours ago

          Probably not but hey I like doing it.

          Just an FYI Auth and Photos use the same server program. I think you can already self host Auth just point the app at your Photos server.

          • unrushed233@lemmings.world
            link
            fedilink
            arrow-up
            1
            ·
            8 hours ago

            I know, but I use the cloud hosted ente auth backup method on purpose, because I don’t trust myself with selfhosting and I’m too scared to accidentally rm -rf my server and lose my 2FA seeds. That’s also why I don’t selfhost bitwarden, even though Vaultwarden is pretty great, and even offers Bitwarden Premium features for free (and I love it cause it’s written in Rust lol)

              • unrushed233@lemmings.world
                link
                fedilink
                arrow-up
                1
                ·
                8 hours ago

                I’m too lazy… Yeah I am pretty nerdy, but I still don’t want to spend that much time caring about my selfhosting setup and building a homelab. But I’m glad it works for you, and I’m glad ente created their authenticator in the first place. I would have never expected it from them, since they only used to make ente photos, but there we go, they casually just created the best FOSS auth app.