Live data from Hacker News

Show HN: I've built a nice home server OS

lightwhale.asklandd.dk

41–50 of 97 posts

Re: Show HN: I've built a nice home server OS

#41
post #9

This is a Linux distro, not an OS!

And what is a Linux distro, if not an OS?

Calling a custom Linux build a brand-new OS is like a car tuner claiming they built a new car. You didn't build the engine or the chassis; you just tuned it and gave it a custom paint job. It's exactly like a hairdresser - they aren't creating a new human being, they're just cutting, coloring, and styling an existing one. It's a Linux distribution, i.e., a "distro," not a new OS!

Re: Show HN: I've built a nice home server OS

#42
post #39

Congrats on launching something (more than most of us will ever manage), but I am struggling to see why I would use this over something with more backing. There are a number of similar projects that have a very similar goal, but have the support of a large community and/or commercial sponsor: - Flatcar Container Linux: An open-source, immutable OS designed for automatic updates and large-scale container deployments.…

I use IncusOS in my homelab. It's a joy to set up and use. Migrated from Proxmox and manage all my VMs. Heavily use coding assistants to automatically set things up through the IncusOS CLI, translate Docker-Compose images to Incus, write bash scripts to automate launching new containers to use `--dangerously-skip-permissions` without fear of repercussions, etc. What I love the most about it is that it's possible to m…

I haven't migrated to IncusOS just yet, but I use Incus on a server and have been pretty happy so far.

Re: Show HN: I've built a nice home server OS

#44
post #39

Congrats on launching something (more than most of us will ever manage), but I am struggling to see why I would use this over something with more backing. There are a number of similar projects that have a very similar goal, but have the support of a large community and/or commercial sponsor: - Flatcar Container Linux: An open-source, immutable OS designed for automatic updates and large-scale container deployments.…

I use IncusOS in my homelab. It's a joy to set up and use. Migrated from Proxmox and manage all my VMs. Heavily use coding assistants to automatically set things up through the IncusOS CLI, translate Docker-Compose images to Incus, write bash scripts to automate launching new containers to use `--dangerously-skip-permissions` without fear of repercussions, etc. What I love the most about it is that it's possible to m…

What solution do you use for declarative deployments? Last time I looked there was no default option?

Re: Show HN: I've built a nice home server OS

#48
I dont get it.

Why do I need immutable if I'm just running docker?

Why do I need a specialized Debian variant when I can install docker on Debian or Ubuntu in a couple minutes?

And maintenance happens directly through the package manager, either through the distro maintained repo, or by adding the official docker repos?

This immutable fad needs to go away. So does flatpak and snap.

Linux already does the things these "solutions" are trying to solve.

Users can't update the base system without root, and applications should be installing dependencies in /usr/lib

Re: Show HN: I've built a nice home server OS

#49

I dont get it. Why do I need immutable if I'm just running docker? Why do I need a specialized Debian variant when I can install docker on Debian or Ubuntu in a couple minutes? And maintenance happens directly through the package manager, either through the distro maintained repo, or by adding the official docker repos? This immutable fad needs to go away. So does flatpak and snap. Linux already does the things these…

Indeed, Debian stable with podman/Docker is "immutable enough" for me.

It is also the insurance that I will get help whenever I'm stuck.

Sure it could be smaller ... but when it already runs fine on any hardware, even weird stuff like a BananaPi with a low-end RISC-V processor, then I have a difficult time wanting anything else.

Re: Show HN: I've built a nice home server OS

#50
post #34

Earlier quoted context omitted.

How would you say it compares to nixOS?

They are vastly different. Incus is aimed at providing a minimal, immutable Os for the hosting of VMs & containers. nixOS provides a full linux OS that is reproducible and declarative.

This exactly. Incus OS is competing on a similar area to Proxmox VE.
Post reply on HN