• 3 Posts
  • 83 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle
  • Roku is really simple and locked down. There’s ads on one side but nothing else. My 80yo grandma uses it.

    Otherwise Projectivy is an Android TV launcher that can be configured to be really stripped down. It takes a bit of time but if you do it right it’d show less options than even Roku (it’d show only the apps you select, no launcher settings etc).

    As a box I’ve heard good things about Onn (Walmart) if your in the US. If not, Homatics is great but pricey. Kick Pi KP1 is more affordable (but still way more expensive than Onn).





  • It won’t save you from doing a bit of work but you could use podman. There’s systemd integration so you can still start/stop/enable your services with systemctl while using docker/container images. You won’t be able to use docker-compose directly, but it’s usually not that hard to replicate the logic with systemd (Immich was a PITA at first (because they had so many microservices split into multiple images, but it improved considerably over the first two years).

    I do this with NixOS quite a bit, and I’ve yet to use docker compose (although the syntax is different, it’s still the same process).















  • SteamOS as a whole is not open source. Most of it is, but it also includes proprietary software (e.g. Steam itself). This is likely why you were downvoted, as SteamOS can be kept private without violating any license thus your first statement was false.

    Valve could distribute each single piece of open source software they use on request to their customers, without publishing any guide to actually build it. (Thanks for linking to Valve’s repo, which seems to match this statement.)

    This is how Apple does it with Darwin, the BSD-derived open source core of macOS. Without all the proprietary parts it’s not useful as an OS, even though they follow all the necessary licensing.