this post was submitted on 23 Apr 2025
249 points (97.3% liked)
linuxmemes
24607 readers
1436 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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 figures
We 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
view the rest of the comments
I am not up to date on all these license debates, but don't you think equating Alpine Linux to "locked down DRM" is just a bit of a logical reach?
Alpine and its components are fully open source, you can make whatever changes you want to them. I am not seeing the argument here.
Who is "you?" That's the important question.
There's always this big debate about whether GPL or BSD licensing provides "more freedom," but that's the wrong way to look at it. The correct way to look at it is that copyleft licenses provide freedom for end users by prohibiting developers from obstructing their freedom, while permissive licenses provide freedom for developers by permitting them to restrict access to the code for downstream users.
Using permissive licenses in Alpine doesn't make Alpine itself not "fully open source," but it does mean that Alpine helps facilitate non-Free downstream uses. In other words, somebody could take Alpine, customize it for a device, and then sell that device to the public without making any code available except for a kernel that they wouldn't even be able to use on said device because of DRM. I'm not okay with that.
Ah I see, that makes sense. Thanks for explaining, I learned something from your comment and the other one.
Their statement is that Alpine is designed such that it is friendlier to corporations who want to lock down their devices and prevent you from modifying them.
You cannot use coreutils and have a DRM locked down device.
You can use Alpine w/ musl + busybox and make a DRM locked down device
Alpine's licensing favors large corporation's rights in preventing the user from modifying their device
Operating systems using coreutils favor the end user's rights
"Designed to" assumes intent. Alpine is absolutely designed to be Small, Simple, and Secure. Using busybox instead of the GNU coreutils is a means to this end. Using musl instead of glibc is a means to this end.
On the about page they list why they use these tools. The licensing is not listed at all.
Fixed, thanks