Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)P
Posts
0
Comments
25
Joined
3 yr. ago

  • Me too. It's one of the two biggest reasons I'm currently on Cosmic.

    I've grown to love the tiling on Cosmic. If there's a way to get something similar on KDE, then there's I'm almost certainly switching back to KDE.

  • meh, I've seen some shit here, but overall I'm happy with the communities on Lemmy. it's been too long since I've been on Reddit for me to remember.

  • They are the ones finding reasons for people not to vote for democrats

  • 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

  • what's political about it?

  • awesome! thats all perfectly fine by me, I like to keep things organized

  • oh wow, that's a really handy feature, I'm feeling a lot more confident that I should switch, now. Thanks!!

  • wow, that's a lot better than I thought! thanks!

  • 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.

    Thanks!

  • 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?

  • yeah lots of people at my work reporting it, and multiple platforms we depend on are down

  • 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.

  • Whales

    Jump
  • 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)

  • Can confirm, I usually got Pepsi when I asked for Coke (not unexpected).

  • Lived in Quebec, Canada up until recently. My family called it coke.

  • 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...

  • Never even heard of Hertzner, but I'm super curious about your results, I'm currently running a proxy with CloudFlare on some services but not on Plex

  • 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).