I like the idea of FreeBSD, but I can't see the point of giving up on my Linux conveniences to switch over to it. What advantages does it provide, and are they worth the switch, considering I'm losing a lot of software, as well as any semblance of gaming?
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
The advantage is that you can rebrand it, close the source and sell it as your invention.
Btw, did you know that Apple invented Unix?
Apple invented Unix?? What the hell are you talking about?
Ken Thompson, Dennis Ritchie, Brian Kernighan, Douglas McIlroy, and Joe Ossanna at Bell Labs developed and invented Unix.
!woosh@feddit.de ;)
This was a joke about how Apple just takes open source stuff (in this case, they used FreeBSD as a basis for MacOS/iOS/iPadOS/tvOS/watchOS), rebrands it and then claims it was theirs.
💀
The source code used to be cleaner and easier to customise if you needed something specific. And if you leaned that way (of closing up everything), the license is much more lenient of course.
Other than that, nothing much. It's interesting for the sake of it, but bsd has lost the Unix race (which isn't necessarily a good thing).
What advantages does it provide
ZFS, mostly. There are some smaller peripheral things (like much better manpages), but these days the big one is probably ZFS. Zero licensing conflicts allows it to be an integral part of the kernel.
FreeBSD 13.0-RELEASE switched to the OpenZFS implementation[1]:
The ZFS implementation is now provided by OpenZFS. 9e5787d2284e (Sponsored by iXsystems)
So no big differences now, except for the licensing.
Can you explain the differences between the license like I'm five?
Linux is licensed under the GPL, which is described as "copyleft." The GPL requires that if you want to use GPL code you need to license your modified code under the GPL.
FreeBSD is licensed under the BSD license, which is a permissive license. Basically as long as you stick the license statement in your documentation you can do whatever you want with BSD-licensed code. This is why commercial uses (like the Wii's OS) tend to be BSD-based rather than Linux-based.
At some point, the same could have been said with win -> linux.
Yes but the advantage of Linux over windows is obvious. It's open source. Where's the advantage of FreeBSD? Companies can make their own proprietary fork and give nothing back?
The advantages on the server side were always clear. Same with development environments for things that run on those servers.
If you're losing software and are no longer gaming, much of complicated driver compatibility issues from peripherals like GPUs won't matter to you.
FreeBSD is the *nix OS which is stable like Debian but doesn't use Systemd ~~like~~, similar to distributions like Gentoo/Antix/Slackware
On AWS Firecracker
How about on baremetal?
Best I can do is 8 seconds.
"You may not like it, but this is what peak performance looks like."
I wanted to comment on this being a cool read, but there's too much happening in this thread that is beyond my knowledge. But anyway, cool that this guy is optimizing things like a mofo.
So 2ms increase? It was 27ms WITH bubblesort???