this post was submitted on 27 May 2026
-90 points (9.1% liked)
linuxmemes
31535 readers
386 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
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
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
Netflix is using FreeBSD, not Linux.
Jesse, what are you talking about?
I think OP chose a random picture of servers to represent "linux" despite netflix[0] not having anything to do with this. And then cited the first item in the Debian social contract[1]. And then just wildly speculated that because other distros don't have a social contract, that they might someday start charging money (they won't they would just as soon stop existing than charge money, but ok).
So in summary... "Computer pictures" + "Debian good" + "Arch not good" in a wild mishmash of nonsense.
Also, to the OP: using a picture clearly labeled as Netflix just to start a conversation about the debian social contract is highly confusing and misleading. No one here has any idea wtf you are talking about.
0: Netflix has published plenty of stuff about how they exclusively use FreeBSD for their CDN https://freebsdfoundation.org/end-user-stories/netflix-case-study/
1: https://www.debian.org/social_contract
FreeBSD is Linux as far as I know.
iOS could also be Android, as far as you know
You donβt know very far then.
FreeBSD is not Linux.
FreeBSD is BSD.
FreeBSD is not Linux, it is Unix.
See the "BSD?" That stands for "Berkley Software Distribution" which was the Unix that was used at UC Berkley back in the day. It uses a Unix kernel not the Linux kernel.
There is certainly overlap between the worlds of modern Unix and Linux, since much of the Unix world benefits from the popularity of Linux and FOSS as a whole, but it still is its own thing.
Namely, the biggest difference is that FreeBSD is a complete OS. All components other than a user's personally installed apps are made by (or at least integrated and maintained by) the FreeBSD team itself. Linux is technically just a kernel, and a Linux distribution, while similar to a Unix distribution, is made up of many many many moving parts made by lots of different people, each piece with its own goals then steered into working together.
Now, there are some exceptions. There is a bit of a blur now. These days, the BSDs have more 3rd-party parts and the Linux world has become more governed and polished, but they are ultimately different things with different goals.
There are plenty of other BSD descendents including OpenBSD and to a lesser extent Darwin (aka the macOS core, which runs an XNU kernel based on the Mach microkernel with a BSD subsystem beside it)
FreeBSD and Linux are both unixoid OSes.
Unlike Linux, which was backwards engineered to be POSIX (a Unix standard) compatible, FreeBSD derived directly from Unix (although it doesn't use any original Unix code anymore).