

I love Skald Against the black priory, and I’ve also started The wandering Village. Both well under that limit!
Love talking all things trrpg. I primarily GM Genesys RPG, sometimes also Star Wars RPG and Hero Kids.
Also into Linux, 3D Printing, software development, and PC gaming


I love Skald Against the black priory, and I’ve also started The wandering Village. Both well under that limit!


I left work early one day and was driving home on some back roads. I got behind a jeep that started to slow and drift into the other lane. He kept drifting and went off the road, jumped the bank and went into a very deep quarry pond. I heard a splash and pulled over and called 911. While on the phone I heard a yell for help and hung up (I didn’t think to stay on the line until after) and ran across to find this guy barely treading water. I swam in and helped him to the bank and talked to him until the emergency services arrived.
Turns out he had some severe internal bleeding and passed out driving. The cold water woke him up, but he was too weak and disoriented to swim.
If I would have left work 5 minutes earlier or later, or if he didn’t have the top off on his jeep, he would have died and nobody would have known where. The pond was deep enough that even the vehicle wouldn’t have been found.


I enjoyed the demo for Heroes of the Seven Isles. I bought the full game when it came out but haven’t had a chance to play it much. Really fun old school point and click adventure puzzle game with hand drawn doodle-style art.
I use LibreWolf, and I do have issues with a few sites (my local utility company’s bill pay only works on chromium), but I still refuse to use a chromium based browser except for those specific sites.
It is inconvenient, but it can still make a difference. If sites that have chromium only functionality see that enough FireFox users are trying to use the site, they may update it. I know web devs check those kinds of metrics.
Someone at work made a “who on earth uses FireFox” comment recently, like it was some obscure and inferior / outdated software (our company includes FF as part of the standard image for both PC and Mac users). I did not go into my “why chromium is evil” rant, but I did tell them how to adjust their settings to fix some performance issues they were having with it. I’m pretty sure they still switched to Chrome.


It’s going to be a total re-install, so that depends on what kind of setups you have. Not really different than switching to/from another distro.
Bazzite ships with KDE, so you could likely copy your themes and customizations for that pretty easily.
Bazzite is fedora based, and doesn’t use apt, but you can use distrobox like I mentioned in my post to get familiar ubuntu packages, if there are things that you need to be not flatpaks. You also can probably copy config files from non-flatpak apps into the flatpaks for most apps. I did this with my Cura configs. It may depend on the application.
Basically, I just backed up my user folder (~/) and pulled any configs out of there. You could just back up ~/.config and ~/.local but with ubuntu there are likely some things in a snap directory and such. Mainly ~/.config and ~/.local, but some applications may use other directories, like snap, etc.


PNY Card works with my GB X7! It’s a PNY Elite 32GB Micro SDHC



Just ordered an X7 and a PNY SD Card. I’ll post here as well when it comes in if they are working.
I almost ordered the SanDisk Ultra pictured, going to kick myself if the PNY doesn’t work and I have to order that one anyway :D


I have an older nvidia card (1070) and had more of an issue than that getting the correct version of the driver installed for my card, and getting it to use the correct driver instead of the open source one that didn’t work well. It’s also possible I was doing something wrong. But yeah, it’s definitely doable, and it’s not too bad, but it’s fiddly compared to the ubuntu driver gui or something like bazzite that works out of the box with it.


Yeah, I probably wouldn’t buy a new laptop for a server, but it’s a great way to re-use what would otherwise be e-waste. I have a 20 year old laptop running as a server, currently just for FoundryVTT, but it works great. 4GB of DDR2 ram, Intel celeron dual core cpu. I stuck a new ssd in it (old hdd died) and it works great, as long as I don’t run any graphical interfaces while I have the server running. One ram stick was bad, but DDR2 cost me about $11. Total hardware cost was around $50 USD.
Thinking about just removing the lid entirely, since I don’t use it graphically (I can hook up a monitor if absolutely needed).


I have used gnome, plasma, and xfce and they are all fine. I prefer KDE personally but they’re all going to do what you need to do. It’s all down to personal aesthetic preference, and picking one won’t hinder you in any real way. KDE to me just looks super nice out of the box for my taste, and I like the customization.


I love Debian. Been using it on my laptop for over a year. Some specific drivers are a little fiddly if you have nvidia graphics but it’s not too bad, lots of good info on the debian wiki.


Yeah absolutely. It’s a very different experience. I was just pointing out that they are other different reasons to prefer not to do residential service calls that don’t apply to retail. There are a lot of extra steps for retail but it’s all an established process. The guys I talk to that have done service call work all have absolutely insane stories.


I’ve talked with people in HVAC who have said the same. It’s much easier to provide a service to a business than random individuals.
However, this is different, as this is just a retail product. Micron doesn’t have to deal with the person who doesn’t pay after the job is done, or doesn’t lock their dog up because “he doesn’t bite, it will be fine” and it turns out to be an aggressive monster. This is just assembly line production that they already are set up to do.
I get that they have a limited number of inputs and they are just choosing to make as much money as possible. It sucks to see that go, though. Crucial has always been my go-to for RAM.


And then power toys shortcuts conflict with the standard shortcuts and requires a ton of fiddling and customizing configs. You know, the thing windows users always say is a reason they don’t want to use linux.


That should also come up in a reviews also. Not trying to imply one guy should get fired as a scapegoat, just talking from experience how much it sucks to know your code caused major issues.


So the actual outage comes down to pre-allocating memory, but not actually having error handling to gracefully fail if that limit is or will be exceeded… Bad day for whoever shows up on the git blame for that function


It does look very chonky, and not very aesthetically pleasing.
However, as a heavy user of the steam deck over the past year, I am super excited. The track pads and the extra inputs on the steam deck give so much flexibility to play games that otherwise wouldn’t work well with controller at all. I’m just hoping it feels better (or at least not worse) than the steam deck in terms of ergonomics. I plan on getting one for my desktop PC.
It’s harder to review code than to write code. On our team reviewing has always been the bottleneck. Faster output would actually make things harder in some cases.