@Reiddragon
OpenBSD: Relentlessly security & correctness focused. Theo is an asshole who's usually/always right.
FreeBSD: Comes with most of the nice amenities of a user-friendly UNIX. Fantastic documentation. Friendly community. Dragonfly, etc. have even more desktop stuff configured.
NetBSD: Works on your toaster & a computer from 1995 which sold 1000 units.
#bsd #freebsd #openbsd #netbsd
@Reiddragon
The visible similarity I guess is basically the ports system. OpenBSD feels quite ingenius, in a way only a relatively small operating system community can. What's normal on openbsd feels like good ways to do things. Unfortunately if there isn't a current dev for something, the person who has to step up is you.
FreeBSD worked hard to nurture its positive (if worryingly professional) community. It's unfair to freebsd maybe, but I would say there's a bit of a debian or gentoo vibe.

@Reiddragon FreeBSD has ZFS and jails, and bhyve is easier with non-BSD guests.
OpenBSD has all configuration in one place, FreeBSD more scattered.
Sound usually works right out of the box on OpenBSD, on FreeBSD you have to tinker to get it working.
@Reiddragon jails are containers, mature technology.
Bhyve is the FreeBSD hypervisor, like KVM on Linux.
ZFS is wonderful, it provides snapshots, clones, and ZFS send and receive. Once you have worked with those, you don’t want it any other way :)
@Reiddragon openbsd is a fully featured operating system.
freebsd is glue-together-your-ideal-system.
@Reiddragon No idea, sorry.
Point is, you can get by with an openbsd installation without ever touching a third party package.
@Reiddragon the differences between these two are developer priorities.
OpenBSD values security over performance.
FreeBSD performance over security.
So if a dev makes an argument that a new feature makes the system more secure but it costs performance then OpenBSD is more likely to implement it.
Sometimes FreeBSD then copies the feature a few years later, if they think it has value.