logoalt Hacker News

homebrewer08/09/20251 replyview on HN

> systemd

https://bbs.archlinux.org/viewtopic.php?pid=1149530#p1149530

> like systemd-resolved and timed

They're not forced on anybody, they're not required by systemd, and many distributions use more feature-rich alternatives (including, afaik, RHEL — last time I looked at it, they used dnsmasq and chrony). They're also often shipped as separate optional packages:

  $ apt search 'systemd-timesyncd|systemd-resolved'

  systemd-resolved/testing,now 257.7-1 amd64
  systemd-timesyncd/testing 257.7-1 amd64
> podman, buildah

Still not anywhere near as popular as Docker. Although technically they're far better than Docker, and if anyone is using them, it's for that reason.

> dnf

Only used by RHEL and its upstream Fedora?

---

All of this makes very little sense.


Replies

yjftsjthsd-h08/10/2025

>> podman, buildah

> Still not anywhere near as popular as Docker. Although technically they're far better than Docker, and if anyone is using them, it's for that reason.

NIH packages are generally expected to be less popular, yes. They have some technical merit, though in my opinion that's mostly trade-offs rather than one being strictly better than the other. I would be surprised if everybody using them is using them because of technical merit as opposed to it being pushed by the distro.