Comment by tracker1

19 days ago

I'd say it's even more true with appimage and flatpak options for desktop apps, and docker/podman containers for development use.

My biggest hobby project right now has several dependency services that are configured via docker compose and some script files for development.. then the couple services/application I'm working on are literally setup to run in dev containers watching/running against mounted volumes to the source director(ies). It's very portable to any nix-like environment with docker installed in terms of dev. Including Windows with git/msys bash or wsl.

You can use pretty much whatever Linux you want or suits your needs... relatively easily. I'm probably going to get to a point for first release over the weekend... a lot of it AI assisted (Claude Code) and pretty happy with it.