The title is a quote from Mastodon. I’ve always seen dislike towards snap so I was taken back when I saw this stance. The person who wrote this was referring to Tuxedo Laptops.

What are your thoughts on this?

EDIT:

Here’s the original comment: https://mastodon.social/@popey/112591863166141029

EDIT 2:

Some clarification for those accusing me of not following the thread or being disingenuous.

Didn’t bother to follow the thread?

https://mastodon.social/@popey/112593520847827981

I posted my question here before this particular response from the OP. I asked the question on Lemmy out of interest and wanting to get a wider perspective. I also engaged with the OP on the thread so that I can get their perspective on their stance.

  • palordrolap@kbin.run
    link
    fedilink
    arrow-up
    83
    arrow-down
    2
    ·
    19 days ago

    Listen, I don’t even like Flatpaks, but at least they’re multi-platform and non-proprietary.

    But the original poster is probably of the opinion that “pro-consumer” means something that “just works”, and if it’s a walled garden, so what?

    “Why is there barbed wire at the top of that wall?” “Don’t worry about it.”

    • GenderNeutralBro@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      31
      arrow-down
      2
      ·
      18 days ago

      That would be a somewhat valid argument if Snaps “just worked” any better than Flatpaks. That has not been my experience.

      Given the choice between an open standard and a proprietary one, the proprietary one damn well better have meaningful technological advantages. I don’t see that with Snaps. All I see is a company pouring effort into a system whose only value is that they are pouring effort into it. They should put that effort into something better.

      Granted, it’s been a few years since I used Ubuntu and Snaps. Perhaps things have improved. It was nothing but headaches for me. A curse upon whoever decided to package apps that obviously require full file system access as Snaps. “User-friendly”, indeed.

      From an enterprise/server perspective, when what you’re really paying for is first-party support, I guess Snaps make more sense. But again, that effort could be put toward something more useful.

    • SeekPie@lemm.ee
      link
      fedilink
      arrow-up
      10
      arrow-down
      2
      ·
      18 days ago

      Genuinely curious: what don’t you like about flatpaks?

      I find that flatpaks are quite awesome, because you can have any distro, while all apps continue to work (but I’m also not a dev or anything, so don’t know about that side of the story).

      • palordrolap@kbin.run
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        18 days ago

        Duplication of resources mainly. Bloat upon bloat. Worse, a Flatpak can ignore things that it probably should use on the system, and I’m not sure that’s a good thing.

        Don’t get me wrong, there are supposed “bare metal” installs that duplicate all sorts of things too, and I don’t like it when that happens either. Steam, for example, keeps at least one extra copy of itself as well as a bunch of other things.

        And there’s that Flatpaks an entirely different ecosystem that require their own set of updates.

        I get it. I understand there are benefits. Doesn’t mean I like it.

      • Sethayy@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        18 days ago

        Probably along the lines of ‘its bloated and too many dependencies’.

        Though most flatpaks use a common base, any modifications on top of that sometimes need to be stored modified (now having 2 or more copies of one dependency)

        To anyone that’s not a Linux nerd the app looks about the same size as on all other OS’s, but on Linux it makes it a lot larger than just bare bones installing it via package manager

        • SeekPie@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          18 days ago

          But on the other hand, it works on all distros.

          I think the pros outweigh the cons here, no?

          • nyan@sh.itjust.works
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            edit-2
            17 days ago

            Not for everyone, no. For me, each supposed pro has a corresponding con or is just a no-op:

            1. Only one package for all distros: Despite what people think, this does not lower the amount of work for the program’s creator, who was never required to create any sort of binary package at all. Furthermore, it means that fewer people are checking the package for faults—that’s part of what distro maintainers do, y’know.

            2. No external dependencies: Not only does this cause disk bloat, but it means that if the flatpak is no longer updated, the dependencies packaged inside it may not be either . . . which is one of the issues that dynamic linking was supposed to avoid in the first place. Might as well just go old-school and statically link the binary.

            3. Installations at user rather than system level: Only of value if I don’t have admin authority, and I don’t have to deal with a single system where that’s the case, so this is a no-op.

            4. Supposedly more rapid updates: I’m running Gentoo, not Debian fossil :cough: oldstable. If I really want to, I can have my package manager install direct pulls from source control for many packages. New changes every day—beat that, flatpak. Plus, unless there’s been a substantial change to a package’s build method, I can bump actual releases myself just by copying and renaming a small file, then running a couple of commands.

            5. Sandboxing: As far as I’m concerned, the amount of security added by sandboxing and the amount of security added by the additional scrutiny from the distro maintainers is probably about even (especially since the sandbox, as a non-trivial piece of software, will inevitably contain bugs). And I can can throw firejail on top if I’m worried about something specific (or run it in a VM if I’m really nervous). I can understand why this might be attractive to some people, but for me the weight is very low.

            .

            So I’m left with avoiding bloat and bugs in flatpak’s system integration vs. a little bit of security gained by additional sandboxing (which I don’t think I really need, because I’m only mid-level paranoid). Thus, I’m not interested in complexifying my update process by incorporating flatpak into my system. Others’ needs may be different.