

That’s fair, I was half asleep when I wrote it so probably the half that controls word rate was in that half that was still offline.


That’s fair, I was half asleep when I wrote it so probably the half that controls word rate was in that half that was still offline.


I started my descent into the depths of self hosting with an old phenom II black PC, I bought a bunch of HDDs and put them in a RAID 10 via mdadm and eventually learned my lesson about not using LVM on my Linux for my storage management. Having volume flexibility has helped immensely there.
I can echo some people’s recommendation of portainer though be careful as if you want to get into multi device docker management portainer has some limits on what you can do for free. I upgraded to their pro tier using their free promo for 3 instances, but then had 2 mini pcs dumped on me by my brother in law, which took me to 4 managed nodes which exceeded their latest limit.
I have since switched to dokploy managing my docker swarm, so considering this platform decision early can save some growing pains, dokploy also has built in management for traefik so it is pretty slick though I have been maintaining my own nginx proxy by hand(not even npm, just nginx and a bunch of service config files).
I definitely recommend pi.hole, something like AMP or crafty controller or some such if you want to host game servers on it still, duplicati is a nice web interface for creating timely backups of things, and supports a variety of cloud storage(I currently offsite to a backblaze B2 storage bucket which is AWS S3 compatible).
Blue iris I think is something I saw passed around recently for security cams, all the Arrs are pretty easy to setup once you get one of them setup. My one drive replacement ended up being own cloud, as I fought with nextcloud getting it setup the way I liked so had to pivot.
Link warden is a tool I have used for archiving websites and creating a shareable bookmark collection. Audiobookshelf and Calibre(plus calibre-web) make a decent way to manage audio and ebooks.
If you are sharing this server and its services with others I highly recommend getting some kind of SSO setup, I ultimately picked Authentik for this, it has great integration documentation for most popular services, now my family can access all my services without having 22 different passwords.
Outside of those recommendations I can recommend checking out some sites like selfh.st for some inspiration on the kinds of services you can run and figure out what your needs/desires are and do some A/B testing on some that operate in the same space to see which ones fit your needs better.
I can also say looking at the greeting pinned post in this community is pretty good as well to get some ideas. I posted my most recent list of services in there(though it is now 2-3 services behind since I am addicted and growing).
If your old gaming pc rig has a decent GPU in it you could also consider running Ollama and open-webui and host your own personal agentic AI. I really feel the sky is the limit when it comes to self-hosting.
Edit:added much needed paragraphing to my monolithic post so that they are better services with looser coupling.
I had tried a few distros prior to gentoo but the process of installing and using just felt like windows but off brand for a long time, 5 years later I am learning about this tinkerers distro that you compile everything yourself, that weekend I started with a stage 2 setup disk and brought everything online got comfortable with the emerge lifecycle and have never left since, though I am considering if I want to leave on my next reinstall, if that ever comes, I have heard horror stories about upgrading major versions of Ubuntu that I just don’t experience on gentoo, it’s just the Linux I have used for like 20 years and it has pretty much never let me down, only times it has shat itself on me was my own fault for not reading the newsletters about some major GCC upgrade or some breaking update


Hey all, I’ve been slowly building services on my server over many many years, starting with running a minecraft ftb server, to where I am now, which is 1 primary system(providing the network filesystem) and 2 auxiliary minipc systems my brother in law recently donated. I moved from Docker to Docker Swarm after getting those MiniPC’s and enjoying the added compute. Currently my swarm is running:
As I go about my day I’m always looking for new and interesting containers to run, and then scrutinizing if they fill a need, replace an existing service with a better version of the same service, or if it’s better off not implementing, then I pull them down. this has been a great experience in devops learning and the longer I work on the server the more best practices I put in place and the more I understand why corporate clouds have some of the practices they have. I look forward to poking around in this community looking to help and to find new containers to accrete into my platform.


Think the easiest way would be to collect order data for at least a good number of months if not a couple years and feed it in and use that as a baseline of what a typical human order looks like, anything that deviates too far from that baseline needs to be handled by a human until someone can validate it as a good order, though I imagine you could get false positives for new menu items unless you set a reasonable instruction for items that have never appeared in the dataset before.


Any of the major banks consider breaches as cost of doing business at their scale compared to smaller banks. My bank prides itself on never having a breach, and it is insufferable to develop code for, but I guess it’s the price of security
As someone who had to support resold Hughes net networking I can tell you that satellite internet is great at downloading large bulks of information, otherwise you run into a problem of physics, adding 88,000 miles of round trip to your internet connectivity(1 hop to space then back to Hughes network gateway on earth, then back to space and then to you) are going to be super latency, gaming is not recommended nor is streaming, it can also be hella spotty as any weather events at your location or at hughes(which I think is in North Carolina?) will impede the line of sight needed between the dishes. I’ve never heard a good experience with satellite.


The Atari 800 I had around 1985 or so, I was like 4 at the time, playing donkey Kong and an amber screen


Atari 800 so 6502 1.8 mhz 8k ram cartridge and 5 1/4 floppy. That was my first family computer, the first computer I bought with my own money was a dell T450 Pentium 3 450mhz and an ATI dedicated 3d accelerator card and a 19" Trinitron monitor that I loved to degauss for that satisfying bong noise
Feel your pain there, my second and longest role was doing automated phone systems(IVR) and sadly Everytime I call another company I hear all of their fuckups


It is always nice when a game can turn itself around


I have an _installed, a backlog in general, genre based dynamic categories, and a few special categories such as “bad games that should feel bad”, “broke shit check for patch later” “GFWL Broken” and “games of lost interest”


You would be forwarding ingress traffic(traffic not originating from your internal network) to 443/80, this doesn’t affect egress requests(requests from users inside your network requesting external sites) so it wouldn’t break your internal DNS resolution of sites. All traffic heading to your router from outside origins would be pushed to your reverse proxy where you can then route however you please to whatever machine/port your apps live on.


Yep, they talked about it a bit during my hiring what I wanted my title to be since they are paid the same and do the same tasks(in addition to some coding expectations). I’m glad I chose architect, but ultimately they squeezed me out of that with RTO mandates for architects and above.


Seems to be a trend, my boss was telling me that the VP’s in our org think we need more lead devs and less solutions architects, though they would functionally be doing largely the same role, meetings, planning, design, interfacing with teams they are dependent on, annual technology reviews etc. I think it’s going to bite them in the end


Now you can slam the top of the machine to boot it up


I had to learn how to use that in the military, used to call it crashinal rose


I've run into this twice, both times I've had to deal with Microsoft Support for around 2-3 hours to resolve, shitty for a paying customer.
I have this same setup, current strategy is I have automation in my n8n where I can fill in a form and if submits the dns addition to both piholes via api. I am considering alternatives but has worked alright for now