

This is usually true, in my experience, but I experienced an anomaly a couple of weeks ago when the survey popped up on my desktop twice (Arch and Win11) and my laptop twice (CachyOS and Win11) in the same day. I was very surprised.


This is usually true, in my experience, but I experienced an anomaly a couple of weeks ago when the survey popped up on my desktop twice (Arch and Win11) and my laptop twice (CachyOS and Win11) in the same day. I was very surprised.


I made my character in XCX a woman for the same reason. I’m a boring ass white straight cis dude. Games are a fantasy and escape from real life, maybe I wanna play as a chick or black guy or trans person or alien or something, fucking who gives a shit. I played Persona 5, and I wasn’t mad that I’m not actually a 16-year-old Japanese boy.


I’m one of those weirdos who actually dumps all my own games with my own modded launch Switch mainly for preservation purposes.
But then TotK came out and performed so poorly on the console itself, I exported my save to play on PC and Steam Deck. Every part of my Switch emulation journey has been legal and by-the-book: dumped my own firmware, my own keys, and my own games.
Fuck Nintendo for bullying these developers.


The Twitter thread says that the website with the linked keys is a fake imposter site. Not sure how true that is, but if so, that’s fucked.
So that file can go anywhere you want, but ~/bin is a good spot (or ~/.bin if you like a tidy home folder). You can name it whatever you want, but I’d personally name it steam.sh. And then in the Buddy settings, use that file as your new Steam binary.
What issues are you having? I may be able to help.
There’s a host app that runs on the host machine alongside Sunshine that reads your Steam library, and the Deck plugin adds an icon on each game’s banner on your Deck. When you click the icon, the plugin communicates with the host app and then automatically starts a Moonlight/Sunshine session that then starts up the game you were on. You only have to add one “app” to Sunshine and set up the MoonDeckBuddy app on the host, and then you have streaming for your entire library available.


That’s fair if you go into desktop mode a lot.


It’s still usable, for sure. The Bazzite team back ported the WiFi and BT patches, so those function. But if you rely on reducing refresh rate to save battery like I do, that can be a big one.
The audio issue isn’t too big of a deal, you just have to do a full reboot to go back into game mode. Just takes a few extra seconds.
But if you already have an LCD, I see the wisdom in waiting for the team to iron out OLED support.


Mainline is also missing some OLED patches around changing the panel refresh rate and audio cutting out when switching from desktop back to game mode, last I recall. Those are the issues holding me back from installing Bazzite on my OLED.


I could go in-depth, but really, the best way I can describe my docker usage is as a simple and agnostic service manager. Let me explain.
Docker is a container system. A container is essentially an operating system installation in a box. It’s not really a full installation, but it’s close enough that understanding it like that is fine.
So what the service devs do is build a container (operating system image) with their service and all the required dependencies - and essentially nothing else (in order to keep the image as small as possible). A user can then use Docker to run this image on their system and have a running service in just a few terminal commands. It works the same across all distributions. So I can install whatever distro I need on the server for whatever purpose and not have to worry that it won’t run my Docker services. This also means I can test services locally on my desktop without messing with my server environment. If it works on my local Docker, it will work on my server Docker.
There are a lot of other uses for it, like isolated development environments and testing applications using other Linux distro libraries, to name a couple, but again, I personally mostly just use it as a simple service manager.
tldr + eli5 - App devs said “works on my machine”, so Docker lets them ship their machine.


That work has already started with Fediseer. It’s not automatic, but it’s really easy, which is probably the best we’ll get for a while.


Layoffs for three of their most successful studios? That’s surprising.


Haha, yeah, I’m familiar with the work culture in Japan. I’ve heard from other developers currently working there that it’s much better working for newer and/or international companies.


I’m taking my conversation-level Japanese courses this year and have been looking to land a dev job in Japan. From the sound of it, I’d like working for Pocket Pair a lot. But then again, most companies make their employment sound fantastic…


My ISP says my IP is technically dynamic, but it hasn’t changed once in the 6 years I’ve had their service. But that’s for the best, since they’re the only choice for symmetrical gigabit and their only option for static IPs is for business accounts.
So I continue to trust that they won’t change it. Fingers crossed.


It doesn’t require a clock, you get the ability to manually switch between day, dusk, and night very early.
The official thread is at


Radical Red is a Fire Red romhack that brings the new Pokemon and mechanics to the old GBA art style. It’s the standard gen 1 story for the most part, but there are a ton of new features and a little story deviation at some points.
I definitely recommend it for old Pokemon fans that are disappointed in the newer entries.


I 100%'d this game, including post game content, and never even knew this character was based on a real person. That’s wild.
That being said, if you enjoy turn-based RPGs with action command elements (Mario RPG, Paper Mario, Mario & Luigi, etc.) please play this game. It’s incredible.
The official self-hosted guide is actually quite simple and straightforward. I had it set up and going in a half hour or so, and that’s even with removing Caddy and using my existing nginx reverse proxy. It’s intimidating at first-glance, yeah.
That being said, the official self-host guide is also 5 months out of date. The alternative you linked requires jumping through a bunch of hoops because it’s just a small community of enthusiasts hacking together the current version of Stoat for self-hosting.
So I acknowledge that self-hosting current version of Stoat with voice is rather complicated and frustrating right now, but hopefully it becomes as simple as the official self-hosting guide eventually.