• theshatterstone54@feddit.uk
    link
    fedilink
    arrow-up
    31
    ·
    1 year ago

    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?

    • Square Singer@feddit.de
      link
      fedilink
      arrow-up
      28
      arrow-down
      3
      ·
      1 year ago

      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
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        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.

        • Square Singer@feddit.de
          link
          fedilink
          arrow-up
          4
          ·
          1 year ago

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

    • AnUnusualRelic@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      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).

      • True Blue@lemmy.comfysnug.space
        link
        fedilink
        arrow-up
        4
        ·
        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?

    • duncesplayed@lemmy.one
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 year ago

      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.

          • raptir@lemdro.id
            link
            fedilink
            English
            arrow-up
            1
            ·
            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
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        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
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 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?