this post was submitted on 23 Apr 2024
68 points (90.5% liked)

Linux

47494 readers
970 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've gathered that a lot of people in the nix space seem to dislike snaps but otherwise like Flatpaks, what seems to be the difference here?

Are Snaps just a lot slower than flatpaks or something? They're both a bit bloaty as far as I know but makes Canonicals attempt worse?

Personally I think for home users or niche there should be a snap less variant of this distribution with all the bells and whistles.

Sure it might be pointless, but you could argue that for dozens of other distros that take Debian, Fedora or Arch stuff and make it as their own variant, I.e MX Linux or Manjaro.

What are your thoughts?

you are viewing a single comment's thread
view the rest of the comments
[–] moonpiedumplings@programming.dev 21 points 5 months ago (2 children)

What? Github is not open source.

And plenty of people have issues with Github: https://sfconservancy.org/GiveUpGitHub/

their entire hosting site is, itself, proprietary and/or trade-secret software

[–] SnotFlickerman@lemmy.blahaj.zone 15 points 5 months ago* (last edited 5 months ago) (2 children)

I really think people get confused between Git, the open source application, and Github the non-open-source online code repository.

Part of the reason they probably think they are one and the same is how often Git is used in command line to clone a Github repository locally.

Gitlab is open source and self-hostable, to my knowledge.

[–] TimeSquirrel@kbin.social 9 points 5 months ago

I heard a good comparison on here a while ago: Github is to Git as Pornhub is to porn.

[–] mvirts@lemmy.world 3 points 5 months ago

Gitlab is out, forgejoe is in

[–] sping@lemmy.sdf.org 2 points 5 months ago (1 children)

That was the point they were making. GitHub is to git as the snap store is to snap, albeit there are existing alternatives to GitHub.

[–] moonpiedumplings@programming.dev 5 points 5 months ago

The comparison isn't quite right because you can use git with any provider (Github, gitlab, etc), including multiple at once.

On the other hand, snap is hardcoded to only be able to use one store at a time, the snap store. To modify this behaviour, you would have to make changes to the snap client source code.

It's a crucial difference.