I feel like so much LLM-generated code is bound to deteriorate code quality and blow out of the context size to such an extent that the LLM is eventually gonna become paralyzed
ah, I had a feeling it'd be like this. Honestly, so long as there's a workaround (such as using my web browser), I'm still happy to switch to something like Graphene.
I'm considering switching too, I'm tired of feeling helpless.
Out of curiosity, have you had a lot of encounters with apps that won't run because of play integrity? If so, have you managed to work around them in any way?
On NixOS I just copy and pasted like 2-4 lines of recommended configuration and applied it. The driver was then automatically downloaded and installed and I haven't had to touch it since.
I come back every year or so and play for a month or two each time, still haven't spent money on it (but starting to think I should, to support the devs)
Thanks a lot for the update! Disappointing that it wouldn't work behind just CloudFlare, I know my parents use an Apple TV to watch stuff. While I don't happen to need this right now, it's very useful to know in case some additional restrictions happen.
I've been using Plex because it's what I heard the most about and I liked that it has native apps everywhere. Wasn't so tempted by Jellyfin since, even as a web developer, I'm not fond of web apps on other platforms. However, it's starting to be tempting to switch...
Everything I tried was annoying to use and didn't do what I wanted for some reason, so I just made my own. This took some time, but not as much as I expected.
I copy and pasted a GitHub Action from the official docs which generates a Docker image and publishes it to GitHub Packages.
On the server, I use Portainer's "Stacks" (which are just Docker Compose files) for all programs and games, so I just added a new stack which uses my image from GitHub.
The server also has Watchtower installed on it (inside a container of course), which updates all containers, including the dashboard.
Portainer and Watchtower both share the same Docker configuration, so I only need to configure my GitHub access token in one place (e.g., Portainer's UI).
might be worth it for me honestly. I'm increasingly tempted to switch to LDE again