Hacker News new | ask | show | jobs
by washbear 1862 days ago
Aside from the obvious BSD things (clean separation of base and third-party software, very different networking stack, etc), notable NetBSD things include a lot more security and hardening features enabled by default, a powerful and versatile default package manager (https://pkgsrc.org/), very good support for ARM (all 'mainline', etc). The NPF firewall is also quite nice.
1 comments

> a powerful and versatile package manager (https://pkgsrc.org/)

That's multi-platform as well.

If you want/need the same packages on Linux, macOS, other, then you can use the same code on all of those platforms. No needs to worry about using {Homebrew, Macports} on your Mac and {Deb, RPM} on your Linux infrastructure.

A long time ago I maintained my own Linux from Scratch [1] installation using pkgsrc rather than BLFS or something ad hoc. It worked surprisingly well. It was a bit like Gentoo (whih is what I had migrated from.) Fun times!

[1] https://www.linuxfromscratch.org/lfs/