Most active commenters
  • frollogaston(4)

←back to thread

306 points dxs | 12 comments | | HN request time: 0.207s | source | bottom
Show context
binkHN ◴[] No.44068949[source]
Nice breakdown. I'm new to Linux and didn't know about this:

> Flatpak still uses PulseAudio even if a host system uses PipeWire. The problem with that is that PulseAudio bundles together access to speakers and microphones—you can have access to both, or neither, but not just one. So if an application has access to play sound, it also has access to capture audio

That's a pretty decent sized hole.

replies(1): >>44069013 #
gjsman-1000 ◴[] No.44069013[source]
I sometimes see Linux users sneering at Windows and Mac design mistakes or lack of “freedom”… but then there’s stuff like this.

Of course, Linux is then conveniently redefined in a way that nobody can be responsible, with finger pointing on every issue, rather than admit design flaws like this plague Linux as a whole.

replies(3): >>44069126 #>>44069129 #>>44069527 #
bee_rider ◴[] No.44069129[source]
I get that you already preempted this, but: Flatpack is a weird extra layer on top of Linux. Most distros have package managers that work just fine. These package managers predate Flatpack and basically are the main thing that the distro provides (other than the community, of course).
replies(4): >>44069155 #>>44069490 #>>44069854 #>>44071245 #
1. frollogaston ◴[] No.44069155[source]
Many Ubuntu or Debian users still use Flatpak, don't they? Even though there's already apt-get.
replies(5): >>44069210 #>>44070775 #>>44070818 #>>44072376 #>>44072409 #
2. binkHN ◴[] No.44069210[source]
You, kind of, don't have much of a choice. There's thousands of packages and it's a ton of work. In addition, as Linux continues to get more popular, more vendors are releasing software that doesn't care to work with newer libraries, so Flatpack handles this nicely.
replies(1): >>44069276 #
3. frollogaston ◴[] No.44069276[source]
I only use Linux on servers, so the kind of stuff I need is always traditional apt-get, but yeah I always assumed using it on a PC would involve tons of snap or flatpak apps where they don't want to deal with the complexities of dependencies.

Ok, I do have one spare Linux laptop in my garage that I barely use, and I'm pretty sure how ever I installed Chromium used snap.

replies(2): >>44070595 #>>44074327 #
4. pjerem ◴[] No.44070595{3}[source]
In my experience, most of the apps, even the desktop ones, are still packaged by the distribution.

Flatpack is useful for the few ones that aren’t or for actively developed apps that get new useful features frequently.

5. LtWorf ◴[] No.44070775[source]
I don't know anyone who uses it.
6. padraic7a ◴[] No.44070818[source]
I don't think so.

I'm on Ubuntu and mostly use debs (apt), I'll use Snaps if that's the easiest way to get an update. I use Appimages for some ephemeral stuff or when that's the only way developers release it (some 3d printing stuff). I haven't installed Flatpaks at all because it doesn't jibe with the distro overall.

7. lproven ◴[] No.44072376[source]
Ubuntu? I suspect not. Why would you when Snap is right there and is just as easy?

Debian: probably, yes.

Ubuntu derivatives such as Mint, Zorin OS, and ArduinOS use Flatpak instead.

Others, such as Asmi and Linux Lite, remove snap and offer the user the option of adding it back if they wish.

replies(1): >>44075846 #
8. fc417fc802 ◴[] No.44072409[source]
Sure, but not as my first choice.
9. bee_rider ◴[] No.44074327{3}[source]
I mostly use Linux on my laptop. I thought you server folks needed this kind of functionality—you guys have to, like, serve stuff, be visible on the network, install weird software for business needs, right? As an individual, I can crank up the firewall, trust all of the people who use my laptop (it is just me) and not install sketchy software.
replies(1): >>44075810 #
10. frollogaston ◴[] No.44075810{4}[source]
I'm not a server pro, I just use some dev servers at work and have home servers. Most I did was administer the dev servers for small startups where I was mainly a SWE. So what I mean is, I've mostly only used Linux remote+headless and not on my laptop/desktop.
11. frollogaston ◴[] No.44075846[source]
Ah, I thought Ubuntu only had the Debian package manager, but that's not the case anymore.
replies(1): >>44080850 #
12. lproven ◴[] No.44080850{3}[source]
Good heavens no. This has not been the case for a decade or more!

The first version with snap as standard was 16.04 in 2016:

https://ubuntu.com/blog/canonical-unveils-6th-lts-release-of...

However Ubuntu Core, its immutable distro built entirely from snap packages, was launched in 2014 and there was a Core version of Ubuntu 12:

https://old-releases.ubuntu.com/releases/ubuntu-core/release...

There are about half a dozen cross-distro packaging schemes for Linux, including Nix, Guix, AppImage, Flatpak, Snap, and 0install.

However two are mainstream and supported by large vendors: Flatpak is from the GNOME organisation and is backed by Red Hat and Fedora, and Snap is a Canonical project and part of Ubuntu, the single most widely-used distribution by a considerable margin.