this post was submitted on 31 Aug 2023
396 points (96.7% liked)

Open Source

29776 readers
948 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] theshatterstone54@feddit.uk 70 points 1 year ago (6 children)

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?

[–] squaresinger@feddit.de 51 points 1 year ago (1 children)

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?

[–] MazonnaCara89@lemmy.ml 22 points 1 year ago (1 children)

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.

[–] squaresinger@feddit.de 52 points 1 year ago (2 children)

!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.

[–] 6xpipe_@lemmy.world 8 points 1 year ago

Where do they claim it was theirs? macOS is FreeBSD at its core, but Apple has built a lot of shit on top of it. It’s absolutely not FreeBSD with a name change.

[–] duncesplayed@lemmy.one 15 points 1 year ago* (last edited 1 year ago) (2 children)

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.

[–] lnxtx@feddit.nl 8 points 1 year ago (1 children)

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.

[1] https://www.freebsd.org/releases/13.0R/relnotes/

[–] lambda@programming.dev 5 points 1 year ago (1 children)

Can you explain the differences between the license like I'm five?

[–] raptir@lemdro.id 7 points 1 year ago

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.

[–] theshatterstone54@feddit.uk 2 points 1 year ago (1 children)

like better manpages

I want them now! I want the better manpages! Has someone decided to create inproved manpages for Linux? I think this could be a great idea for a project or an organisation. Manprove, the organisation to improve Unix manual pages.

[–] dino@discuss.tchncs.de 1 points 10 months ago

Isn't this actually impossible because manpages are maintained by distros? And the benefit of freedbsd being everything is created by the same team? Aka FreeBSD being a complete distro and not just a kernel?

[–] AnUnusualRelic@lemmy.world 14 points 1 year ago

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).

[–] MigratingtoLemmy@lemmy.world 7 points 1 year ago* (last edited 1 year ago) (2 children)

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

[–] phoenixz@lemmy.ca 3 points 1 year ago (1 children)

Systemd is not inherit to Linux. There are loads of distros out there that dont use it. I reluctantly use it but would still remain on Linux if I wanted to drop it

[–] MigratingtoLemmy@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

Most linux distributions have adopted Systemd. My distaste grew as even Arch and Debian opted to use it. I do not like using it out of principle. Of course, I realise that there are distributions that do not use Systemd, but I have yet to come across a system meant for stability (similar to how Debian is perceived in the linux world but with Systemd) without Systemd. Slackware comes close, but having to use an unofficial package manager doesn't seem great when things break.

[–] dino@discuss.tchncs.de 1 points 10 months ago
[–] JonnyRobbie@lemmy.world 4 points 1 year ago (3 children)

At some point, the same could have been said with win -> linux.

[–] true_blue@lemmy.comfysnug.space 17 points 1 year ago

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?

[–] frezik@midwest.social 3 points 1 year ago

The advantages on the server side were always clear. Same with development environments for things that run on those servers.

[–] theshatterstone54@feddit.uk 1 points 1 year ago
  1. Open Source

  2. More privacy

  3. More customisability

  4. Better performance

  5. More choice

  6. Better software security

  7. Features that Windows doesn't have or is only now implementing (floating bars, file manager tabs etc.)

  8. Better command line experience

  9. Better scriptability (if that's a word)

Those are the ones I can think of off the top of my head.

[–] merthyr1831@lemmy.world 1 points 11 months ago

Dont think BSD is ever going to be a Linux competitor, it's not meant to be honestly. But there's always space for a lightweight and fast general purpose OS that can (among other things) boot up really quickly.