

This is the perfect mod for me! When I play these games I love to get real cars that I would have driven or ridden in either as a kid or adult, and push them to their absolute limits. I will be getting this mod asap.


This is the perfect mod for me! When I play these games I love to get real cars that I would have driven or ridden in either as a kid or adult, and push them to their absolute limits. I will be getting this mod asap.


We all suck at piloting lol. I have crashed into the sun, planets, etc over and over again. You get better at it with time though.
Best thing I did when playing that game was to stop trying to figure it out, and just start letting my curiosity drive me. Things intrigued me, and that drove me to go try and figure it out. Eventually the pieces start to come together. When I felt stuck or confused, I just went somewhere else and poked around for a bit elsewhere.


I did. Loved it. Echoes of the eye is a really good addition to the based game and honestly other than the base game, the only game I have very been choked up at.


I have a few from childhood, but the gaming high I am chasing now is whatever Outer wilds was. A beautiful story told through exploration and discovery. I just want to go back and experience for the first time again.


I use alloy to scrape my traefik logs and pass them to Loki. Then I use logQL to parse out the info and regexp to format so I can use it in a visualization. I don’t have my configs handy at the moment but I can try and get them at some point to share something close to what I do as a starting point.
Sorry I didn’t get back to you right away. But this is correct. I just have Prometheus scrape cAdvisor.
I just did the same thing. Grafana with Prometheus, cAdvisor, Loki, alloy. It has really stepped up my overall systems monitoring.


I am a devops engineer and application architect who spends their entire day developing automated docker deployments for custom applications from scratch and I manage all our reverse proxies and TLS termination and certificates.
5 years ago, I wouldn’t have been able to tell you what a docker container really was. Thankfully migrating legacy apps to docker on Linux hosts is my full time job and it has allowed me to become proficient enough in a fairly short amount of time.
We all have to start somewhere and shitting on someone for not knowing something now will dissuade them from ever learning it and potentially remove a future contributor to the open source tech stack before they ever even get started.


This is interesting to me. I run all of my services, custom and otherwise, in docker. For my day job, I am the sole maintainer of all of our docker environment and I build and deploy internal applications to custom docker containers and maintain all of the network routing and server architecture. After years of hosting on bare metal, I don’t know if I could go back to the occasional dependency hell that is hosting a ton of apps at the same time. It is just too nice not having to think about what version of X software I am on and to make sure there isn’t incompatibility. Just managing a CI/CD workflow on bare metal makes me shudder.
Not to say that either way is wrong, if it works it works imo. But, it is just a viewpoint that counters my own biases.


No new devices, but I migrated my homelab from an intel nuc to an old recycled HP z240 with a p1000 gpu I got for free. I had Nextcloud and jellyfin on it, but jellyfin gets the majority of the use.
I then added a gitea docker container to my server for my personal projects. Then I configured a miniflux container with some of my favorite RSS feeds for a lightweight way to view my feeds on my computer.
I would like to get pihole configured again in a docker container(I have only ever run it on a raspberry pi), but I have small children and a baby and they make it hard to find extra time in the day.


After playing with shaders in retroarch on amoled, I will never be able to go back to LCD. Otherwise it looks pretty cool.


I did the same thing when I started self hosting. I followed some guides that recommended all these tools. The more I learned, the more I realized I hardly used some of the stuff but when I disabled them it broke the stuff I did use. That’s when I took the time to wipe my system and build from the ground up, but this time actually understand what I was doing and not just blindly following guides.
Good luck!


I don’t think you’re crazy. Sometimes when my shit gets bloated and I start getting confused about how things go together, I wipe everything and start fresh to refresh myself and organize better.


That might be the case. But I have done a great job of reducing the power load of my server from 1200 watts down to 65 watts. And I am slowly trying to get the point that I can off load my servers to solar and battery. I live in a place with not so great of sun.
But I realize I didn’t include that in the original post. So, fair point and thanks for the info!


I would want to do a cluster. Just to learn how that works. But just thinking of the electricity cost, I would personally donate them.


This shit hurts me every time. I remember playing xbox360 in high school with my friends. I’m getting old.


I never used Plex. Up until my kids were born I used to just watch my videos on my desktop, but now I find myself watching on my phone and TV more often. My Jellyfin server has been super stable for the last 6 months or so running on a super low powered machine and external hard drive. The only issues I have is with movies with Dolby digital, they tend to get out of sync when scrubbing the timeline. I am assuming that is due to the lower power of the machine. But, I have a 400watt desktop with a 7th gen i7 and a pascal Quadro P1000 that I am planning on migrating to. Then adding a 20tb internal drive for storage. Hopefully that will resolve the small issues I have seen with it.


I use traefik. I like it. Took a bit to understand, but it has some cool options like ssl passthrough and middlewares for basic auth.
This is a good point. Generally if can accomplish what I want with my own scripts, I will go that route. I’ll probably avoid adding additional software to the mix since what I have works fine enough.
I wish I could help. The only thing I can say is my work agreement just says that anything I make using resources provided by the company (computers, servers, software, internet access) can be claimed by the company. However, if I use my own computer, software license, my own internet, outside of work hours and not on work premises, then it is mine.
I think the biggest difference might be that although I make software for my employer, my employer is not a software company. So the stuff I make is not sold or intended to ever be sold by the company for profit, but used by the company in their industry to make the work easier and more efficient.
The company I work for is also a part of a larger consortium with promises to share software between all of the organizations and companies to elevate the industry in which we work as a whole.
Hope some of that helps a bit, but I understand if it doesn’t.