My concern is that a lot of laptops come with soldered in, non replaceable hard drives and all these sandboxed programs take up a lot of space. So if you buy cheap laptop with 256GB storage and start installing snap/flatpak/appimage eventually you’ll run out of disk storage and won’t be able to upgrade it (storage, that is). And the only solution is to buy upgradable laptop or a laptop with a lot of storage upfront.…
>is that a lot of laptops come with soldered in, non replaceable hard drives Other than Apples, which are those "a lot of laptops" that come with soldered storage?
Snaps. Why? Please Stop
91–100 of 115 posts
Re: Snaps. Why? Please Stop
#92snaps is starting to give me a headache. I installed chromium in my ubuntu and it installed it as a snap (even through apt, it just a transitional package that installs the snap.), and for some reason it has a dependency with cups (printing software). Every time i delete cups it is reinstalled..again and again, i couldn't find any solution.
Although cups has a hardwired dependency on libsnapd-glib1 so you can't remove that library, but the nosnap.pref file will prevent snapd from ever being installed again.
Re: Snaps. Why? Please Stop
#93Earlier quoted context omitted.
What are the programs that you've had to install through snap? Or are you talking about the existence of snap on the system in general? Personally I have not a single snap packge installed, and am usually able to find sources for the programs I use elswhere than in the snap ecosystem.
Firefox is a snap by default
Re: Snaps. Why? Please Stop
#94Earlier quoted context omitted.
What are the programs that you've had to install through snap? Or are you talking about the existence of snap on the system in general? Personally I have not a single snap packge installed, and am usually able to find sources for the programs I use elswhere than in the snap ecosystem.
Firefox is a snap by default
Re: Snaps. Why? Please Stop
#95The thing I hate most about snaps is how they pollute the mount namespace with loop mounts. Install a few apps and 2/3rds of your `mount` output will be /dev/loopX devices. Especially annoying since I often do loop-mounts myself and picking them out from the flood of unrelated snaps is a pain. If they could somehow hide the mounts (in a different mount namespace maybe?) that would be cool. I mean still, I would prefe…
I just jumped the ship to Nix.
Re: Snaps. Why? Please Stop
#96> Sure, Snaps make it easy to install 3rd party software, but I just find this problematic, causing fragmentation, and just all around a bad idea. He knows the answer, he just doesn't like it for stupid ideological reasons.
For reasons, yes, perhaps even ideological reasons, but if you're going to call them stupid you should at least try to give a reason.
Re: Snaps. Why? Please Stop
#97Earlier quoted context omitted.
>Surface Go is available in eMMC version. Yes I'm sure all the three Surface Go owners in the world will be devastated. >Basically anything under $700 has a chance to be an eMMC laptop. You must be joking. Maybe like sub 300 USD. I have a 700 Euro Laptop and it came with a 1TB NVME and most cheap sub 500 Euros laptops I find are all still with SSDs not eMMC. SSDs are now so cheap you'll find them everywhere instead o…
> Yes I'm sure all the three Surface Go Thankfully for Microsoft you and your hate are not the ones who buys Surface Go > You must be joking. Maybe like sub 300 USD Did you even bothered to check that Amazon link? With laptops at $500 clearly labeled having an eMMC storage? You must be joking. > SSDs are now so cheap And eMMC is cheaper . If it wasn't there would be no laptops with eMMC.
How much percentage wise are they of total sales of laptops?
How many consumers actually buy them?
Those are important numbers, the statistics. Not your Amazon findings trying to spin it into an overexageration.
Emmc laptops are by no means a majority in consumers hands.
Re: Snaps. Why? Please Stop
#98Snaps were one of the main reasons I moved from Mint to Ubuntu. Traditional package management is a terrible fit for modern systems and apps. If you have dozens of apps and they each have dozens of dynamically linked dependencies, you'll probably get an occasional compatibility issue. At first I really liked Flatpak, but the ecosystem isn't there. Everything I use is in Snapcraft, with Flatpak I still would occasiona…
Re: Snaps. Why? Please Stop
#99I finally caved and gave up on LXC. Removed it and snapd. Load immediately dropped to 0.5 again.
I. Hate. Snapd.
Re: Snaps. Why? Please Stop
#100This is discussion at 2019-2021. There are many distros where snapd is not installed by default, including Linux Mint: https://snapcraft.io/docs/installing-snapd Nobody is forcing you to use distro that includes snapd by default. Snap has advantages for server software that are using Snap strict sandbox: - Strict sandbox does not allow read access outside of /var/snap/APPNAME/common . Only common directory is writeab…
Are there any advantages to using snap instead of docker for server software?