๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ jeang3nie โ€บ 4818 captured on 2023-09-08 at 18:28:01. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2023-09-28)

-=-=-=-=-=-=-

Re: "What is the difference between NetBSD and other BSD flavors?"

Comment in: s/NetBSD

I forgot to mention two other really cool things. You can cross compile the NetBSD base system for any supported architecture from any Unix system with a relatively modern compiler, and you can cross compile Pkgsrc packages for a different architecture of your running NetBSD. I read a blog post from a guy last year who had gotten hooked of an old Vax workstation and brought a full NetBSD system up on it using his x86_64 desktop machine to do the heavy lifting. Really cool stuff.

๐Ÿฆ€ jeang3nie

2023-08-27 ยท 12 days ago

8 Later Comments โ†“

๐Ÿ drh3xx

Major 4 in summary have focuses of: FreeBSD performance and wide hardware compatability, NetBSD portability, OpenBSD security and DragonflyBSD heavy multithreading/performance.

2023-08-28 ยท 11 days ago

๐Ÿš€ stack

Thank you. I've been on a lifelong quest to simplify my environment, and Linux is getting pretty fat. While I use Xubuntu for everything, I often dream of going lower - I was thinking Arch or Void, but BSD seems like a nice no-bullshit solution...

๐Ÿ˜บ gemalaya

Void Linux is a great compromise, and is systemd-free. If you pay attention to what you install, void will give you as much control as what you get with any of the *BSDs

๐Ÿš€ stack

@gemalaya: thanks, void has always been at the top of the list for me... Currently struggling to figure out why PCManFM defaults to opening files with Emacs instead of Vim... This kind of time waste really drives me nuts.

๐Ÿฆ€ jeang3nie

Void is the only Linux distro I'm currently using for anything. It runs the raspberry pi that serves my capsule, and is on my Dell laptop so I can play steam games sometimes (dual booted with FreeBSD). It's a great distro. The other Linux I'd use if not Void would be Alpine. Similar vibe.

While I use FrreeBSD as my daily driver, there's a lot of Gemini folk using OpenBSD and they all have great things to say about it.

๐Ÿ˜บ gemalaya

@stack This is managed by xdg-utils. Look into the "xdg-mime" command, it will tell you (and let you change) which program the system will use by default to open a certain type of file. For example, to know which program will open PNG files, run:

# xdg-mime query default image/jpeg
nomacs.desktop

And xdg-mime of course lets you change which program opens what:

# xdg-mime default imv.desktop image/jpeg

๐Ÿš€ stack

Is there a simple way to default all text to vim?

This is turning into a nightmare. Setting text/plain to vim.desktop invokes a weirdly different Vim, one that assumes 24x80 display and pollutes the screen. Maybe DWM has something to do with this.

looking for vim.desktop reveals 6 different files. The most likely, in use/share/applications, is a very long file (5K) with all kinds of crap, but seems to list vim as executable. But when it runs, it looks different, fonts, weird sizing issues. I don't have gvim installed...

Please tell me BSD does not use this idiocy and I will switch today.

Although it may have something to do with how pcmanfm sets up the environment prior to invoking vim... I should install mc instead, since I like dual fms

2023-08-29 ยท 10 days ago

๐Ÿต innerteapot

One reason I used NetBSD, in the past, was because I wanted to run the same compatible OS on a number of different older machines (PC, mac68k, VAX, Sun).

2023-08-30 ยท 10 days ago

Original Post

๐ŸŒ’ s/NetBSD

What is the difference between NetBSD and other BSD flavors?

๐Ÿ’ฌ stack ยท 11 comments ยท 2 likes ยท 2023-08-27 ยท 12 days ago