this post was submitted on 18 Jul 2024
14 points (93.8% liked)

libre

9655 readers
1 users here now

Welcome to libre

A comm dedicated to the fight for free software with an anti-capitalist perspective.

The struggle for libre computing cannot be disentangled from other forms of socialist reform. One must be willing to reject proprietary software as fiercely as they would reject capitalism. Luckily, we are not alone.

libretion

Resources

  1. Free Software, Free Society provides an excellent primer in the origins and theory around free software and the GNU Project, the pioneers of the Free Software Movement.
  2. Switch to GNU/Linux! If you're still using Windows in $CURRENT_YEAR, flock to Linux Mint!; Apple Silicon users will want to check out Asahi Linux.

Rules

  1. Be on topic: Posts should be about free software and other hacktivst struggles. Topics about general tech news should be in the technology comm or programming comm. That doesn't mean all posts have to be serious though, memes are welcome!
  2. Avoid using misleading terms/speading misinformation: Here's a great article about what those words are. In short, try to avoid parroting common Techbro lingo and topics.
  3. Avoid being confrontational: People are in different stages of liberating their computing, focus on informing rather than accusing. Debatebro nonsense is not tolerated.
  4. All site-wide rules still apply

Artwork

founded 3 years ago
MODERATORS
 

So i was thinking about to give OpenBSD a try to see if it could fit a minimalist user like me. I know it's not made for desktop users, which is not my case(i use Dwm, a limited amount of packages and tweaking my system dosn't scare me).

you are viewing a single comment's thread
view the rest of the comments
[–] PorkrollPosadist@hexbear.net 8 points 2 months ago* (last edited 2 months ago) (2 children)

Disclaimer: Of the BSDs, I have only ever used FreeBSD.

The experience on any BSD will be similar to Arch in the sense that you start with a 'minimal' base system and are left to install and configure whatever extras you desire, rather than getting a fully configured and 'streamlined' desktop system out of the box (with all the assumptions that entails). The selling point is that the base system, rather than being a collection of dozens of independently developed software components as they are in any Linux distribution, is a cohesive OS developed and released as a single project with a single set of coding and documentation standards by a single set of maintainers on a single schedule.

Third-party software is made available through a ports collection, a collection of Makefiles and patches which function effectively like a source-based package manager. Because the software is being compiled on your machine, you have the ability to make many configuration changes which aren't available at runtime. You can change optimization flags, enable / disable features for hardening, performance, or extravagance. Need ImageMagick but know ahead of time you will ONLY be dealing with JPEG files? You can omit support for everything else, reducing dependencies, compile time, binary size, memory consumption, and attack surface.

At first you will be tripped up by a lot of GNU-isms that you take for granted not working. Be prepared for 'trivial' things you're used to doing requiring a review of the manual pages. Commands requiring somewhat different flags or syntax. The word POSIX gets thrown around a lot in the Linux community, but this is where you will probably first learn its implications.

@pmk@lemmy.sdf.org mentioned OpenBSD not having Nvidia support. If you absolutely need it and are just curious about trying something other than Linux, FreeBSD does have a first party driver from Nvidia. The Bluetooth situation is probably the same. (I THINK their Bluetooth stacks are nearly identical. They exist. But they are VERY different from BlueZ, which most Linux applications use via a DBUS interface. Porting Bluetooth software is a lot more involved than simply recompiling).

Personally, I enjoyed fiddling around with FreeBSD for a while, but I am terminally Gentoo-brained.

[–] PaX@hexbear.net 4 points 2 months ago* (last edited 2 months ago) (1 children)

GOOD post. Idk how it is on FreeBSD, but on OpenBSD for most of the architectures we actually have binary packages so users don't need to build ports from source.

OpenBSD much easier to set up than Arch imo, mainly just less tedious

The Bluetooth situation is probably the same.

No Bluetooth infrastructure at all on OpenBSD :(

It got ripped out cuz the implementation ported from NetBSD was bad and no one wanted to maintain it

[–] PorkrollPosadist@hexbear.net 2 points 2 months ago
[–] ProletarianDictator@hexbear.net 3 points 2 months ago (2 children)

so what is the selling point of BSDs over linux? I cant imagine any situation where I'd want something like this over gentoo or arch outside of embedded systems.

[–] PaX@hexbear.net 3 points 2 months ago* (last edited 2 months ago)

I was a Gentoo and Arch user for some years. Tbh OpenBSD is just a lot less tedious to set up, use, and maintain, the documentation is soooo much better, the code quality is way better, I prefer a lot of the tooling over Linux stuff (ports system as in bsd.port.mk pretty good, OpenBSD ifconfig is the best networking tool ever, xenodm is great, OpenBSD init works very well, etc), it's much more reliable and probably a lot more secure (besides the novel exploit mitigation techniques they are famous for, OpenBSD just has better default settings for everything)

It's just a much more cohesive and coherent system that comes with most of what you want by default

[–] hello_hello@hexbear.net 3 points 2 months ago* (last edited 2 months ago) (1 children)

Interestingly enough to point out, BSD was actually shaping up to be the free operating system kernel of choice until the UNIX wars and AT&T filing a lawsuit against BSD which made large enterprises use Linux as the replacement free operating system. Large part of Linux kernel's success could be attributed to this legal battle.

BSDs and even GNU Hurd have more cohesive architecture than Linux, a monolithic kernel, but Linux blew up as the free operating system of choice while attention drifted away from these other free kernel projects.

[–] Chronicon@hexbear.net 1 points 1 month ago

BSDs are also monolithic kernels no? But yeah the history is fascinating really. still holding out for the Hurd to emerge from the ashes of civilization