this post was submitted on 21 Sep 2025
500 points (97.9% liked)

linuxmemes

27416 readers
90 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
    you are viewing a single comment's thread
    view the rest of the comments
    [–] JamesBoeing737MAX@sopuli.xyz 14 points 3 days ago (1 children)

    Close source, not easily uninstallable from an otherwise open system, dependency/the only way of using many programs. See the similarities with play services? Canonical is the Google of linux.

    [–] regedit@lemmy.zip 1 points 3 days ago* (last edited 3 days ago) (2 children)

    Got it, thanks. I am new to Linux but it seemed like it could be alright. They talked about apps being sandboxed and containerized. Not a good thing then, I take it? Is it just bad implementation?

    [–] cley_faye@lemmy.world 10 points 3 days ago (1 children)

    They talked about apps being sandboxed and containerized

    The idea is usually good. But not always; some application have to interact with others, requiring inordinate amount of tinkering to make them work: disabling some security features, giving access to way more mount points than required (usually doing so manually), etc. It's also an issue when a piece of software requires access to some capabilities that are not exactly standardized, although ymmv on that point.

    Also note that some of the promised features are not inherent to snap, but to snap implementation on a vanilla ubuntu system. Meaning snap can exist on other systems, but won't do everything as advertised.

    Also also, but that's more of a discussion topic, there is the point of defining the attack model you want to defend against. Sandboxing everything is interesting on paper. But the amount of hassle vs. the actual benefits, especially for individual computers, doubly so on non tech-savvy users that will likely just follow whatever tutorial is available online to make things work when they seem to break, is not great.

    Relatively simpler solutions, like flatpak, mitigate some of the most annoying points to improve usability by end-users. AppImage goes a step further by just being the program and his dependency running raw. And then there's the native OS packaging system; this should be the simplest for end users, but there's usually no sandboxing (although it is possible to do), and requires more work from developers/maintainers. It's a matter of compromises. But snap is on the far end while being not very good and very annoying, which irks people.

    [–] regedit@lemmy.zip 3 points 2 days ago

    Amazing explanation! Thank you!!

    [–] thedeadwalking4242@lemmy.world 7 points 3 days ago (1 children)

    Bad implementation, flatpak is much better or just normal packages

    [–] regedit@lemmy.zip 3 points 3 days ago

    Thanks for the clarification! Could never get comfortable with Ubuntu when I've tried it. Sounds like I dodged a bullet!