• 4 Posts
  • 151 Comments
Joined 10 months ago
cake
Cake day: September 25th, 2025

help-circle





  • If it’s closed source but can be self hosted, what is the business model? I think it would be hard to fight piracy in that case. If it requires connecting to a service periodically for licenses and has no free version that doesn’t require that, then I believe it should be banned. I don’t consider that self-hosted. If the company disappears and the served goes down, its dead. That’s just running on your hardware, but not under your control. If the application is open or can be run locally without connecting to their servers and the paid portion is an add on like working as a proxy or something, then I have no real issue with that.

    That said, there definitely should be a higher standard for users who are only marketing here. They should be making posts specifically for this group, not just sharing generic ads. The post should specifically state why it’s useful to self-hosters and thus relevant to the group.


  • I run a single instance of Postgres and one of MariaDB on my NAS that all services connect to. And all of my containers store their settings in NFS shares from that NAS and backup most other things to the NAS. This greatly simplifies off-site backups overall when a copy of almost everything critical lives on the NAS.

    Of course, the NAS needs to be powerful enough to handle the load, but since settings don’t get changed often and backups are during off hours and NFS has good caching anyway, the DBs are really the only heavy load on the NAS outside of storing and serving media. It has plenty of memory and has two 2.5Gb ports trunked together and a couple of small SSDs for fast caching in addition to the RAID array of HDDs. So it’s easily able to handle all of its file sharing duties as well as hosting the DBs.

    Only negative might be that there’s no fail over if the NAS goes down. But I also don’t have a second router, so that’s another even more devastating single point of failure. But since everything critical is backed up to the NAS and then off-site, it’s an acceptable risk considering the cost to properly remediate it and the unlikelihood of major issues outside of times I’m doing maintenance…




  • Yeah I read an article from a few months ago related to putting Bazzite on it (the 2025 version anyway), and the main complaint was the stability as well as minor complaints about the lack of support for some features and having to manually configure some buttons requiring some technical knowledge. It did mention that once it was mostly working it was significantly faster. But not usable as a gaming device quite yet. Not sure how much improvement has happened, but I expect that it will take quite a while to work out the kinks since it’s partly proprietary hardware not really designed for alternate OSes.



  • ISP: $75/month for symmetrical 1Gbit fiber and unlimited data. This is the biggest expense. All other options are 1-25 Mbps up with cable or dsl and most are just as expensive.

    VPSs: around $40/month, though I’m planning to cut back a bit as I’m moving some stuff local.

    2 Domains: < $30/year

    The rest is purchased with no future subscription costs. This covers everything except for the security cams that I need to migrate off of corporate services one of these days.


  • Only if you’re lucky enough to get one… Also, when I tried a friend’s it felt underpowered, especially running stuff outside of Steam. Not sure if they ever fixed the issues running non-Steam games, though, since that was a few years ago.

    I had hoped a new version would come out to improve it and maybe even make enough of them to be available this time 😂. But sounds like it’s still several years out, if ever. I’ve lost my trust in Valve actually delivering things they promise. Burned too many times.





  • My experience is more late 80s, early 90s as a kid/teen. We recorded tons of stuff on VHS from cable TV and shared with friends and it was extremely common. It’s similar to how people use DVRs only you end up with a more portable copy if you want to share it. DVRs took away that sharing capability on purpose to increase cable and streaming revenue. Sure VHS was lower quality, but at that time cable wasn’t great either and HD TV’s and content weren’t common. Cams from movie theaters just wasn’t realistic and theater was still about the experience way more than it is now with everything just extra loud and flashy if you go to one.

    I also copied stuff on cassette to share or to make it more portable since I had a cassette walkman. Sometimes that was from radio, but that was harder since you didn’t have a guide to what was coming up. Either you had to sit there and hope a song played that you wanted and then rewind if it wasn’t one. Or you had to copy from one cassette to another and further lose quality with analog copying. More common was making mix tapes either from original purchase cassettes or CDs once I had a CD player. Then BMG and copycats came along and everyone cheated the free trials to get a ton of free music before torrenting came along later.


  • I have a lifetime pass from many years ago when it was cheap. So I’m not in a huge rush to convert and want to do it right. But I am on the path to converting. I decided to make a major change to my home server infrastructure and it’s still in an experimental stage. Moving from a really old standalone computer I’ve used for. HTPC purposes over the years, currently dedicated to Plex combined with a few raspberry pi’s of various generations for the little stuff, and a single, good NUC for my router, to adding two additional NUCs and eventually upgrading the Plex computer with a more modern processor and video card for ML stuff for Immich and a few other systems that I plan to start using. I’m not just moving from Plex, but also a lot of Google and Nest products.

    My dilemma has been Docker Swarm vs Kubernetes. I was trying to set up Kubernetes in a way that is easily repeatable and self documenting, but ended up with lots of manual steps required to install things and lots of things that I had to write my own helm charts for as well as the scripts to install and set up Kubernetes itself on each of the servers. Lots of custom stuff. Docker Swarm would be way easier, but the issue is I’m worried about Docker getting so proprietary these days and swarm mode getting so little attention, and Podman quadlets aren’t self balancing across multiple small servers like swarm. So that’s why I haven’t switched to Jellyfin yet.