this post was submitted on 19 Jul 2023
64 points (98.5% liked)

Unixporn

15152 readers
38 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] sean_lemmy@lemmy.world 1 points 1 year ago (1 children)

As someone who's never used a BSD, what's your use case for it?

[–] africavoid@lemmy.ml 8 points 1 year ago (2 children)

To be honest I find that OpenBSD and the BSD's in general to be a bit more intuitive than most Linux distros, that would be my main reason, OpenBSD specifically being the most intuitive, it's little things like connecting to wifi, on OpenBSD it's really straight foward from the command line but on Linux I just get a headache and I install a GUI for it, but maybe im just dumb and dont understand wpa_supplicant lol. OpenBSD specifically is a minimal OS but it's really usable out of the box, it feels complete unlike a lot of Linux distros, hardware compatibility is not going to be up to the Linux standard but I have never really had a problem on any ThinkPads. People say the performance for OpenBSD is not great and I suppose that's true as it's mainly focused on security but you can make tweaks to make it faster, I have mine in a startup script, but these tweaks will make it less secure. Also the structure of pretty much all the BSD's filesystems are cleaner than Linux's, everything has it's own place rather than being dumped wherever like in Linux, just compare the /bin on Linux to a BSD, it seems removed at first but then you get use to it and finding stuff is a lot easier, I actually understand my system now. Last, the codebase is smaller, for OpenBSD atleast, compare the GNU core utils to any of the BSD core utils and there is a difference of thousands of lines of code, but that's not really a Linux issue just a GNU issue.

TLDR: Feels like a complete OS, minimal, cleaner, more intutive than (most) Linux distros

[–] tho@lemmy.ml 3 points 1 year ago* (last edited 1 year ago)

i suggest you try iwd for wifi, when/if you are back on linux. it's great and connects super fast and is very simple

[–] sLLiK@lemmy.ml 1 points 1 year ago

I suspect there's some variance between distros that would alter your opinion slightly, but I can also still appreciate the before-systemd days where some Linux versions kept the important bits in a single rc file. Your preference is understandable.