

Yeah I can’t say I’ve used it myself but it seems pretty straightforward and very in line with SteamOS philosophies.
Yeah I can’t say I’ve used it myself but it seems pretty straightforward and very in line with SteamOS philosophies.
The steam deck uses KDE Plasma 5 as its desktop environment, so anything that uses that should feel very similar. I recommend bazzite if familiarity is something that would appeal to you.
Nah just the games and a cartridge dumper
I play my physical switch games using my cartridge dumper
Ah yes that’s why incredibly breakthroughs in medical science have completely stopped happening!
Piezoelectrics have left the chat
Printing was horrible on Windows, and Mac uses cups too, no? I’ve only ever had good experiences printing from Linux
Should have a good time with hollow Knight
Technically you can nat punch with wire guard
To put it lightly, the instance owner is sympathetic to grad and hexbear.
Dehydrating isn’t impossible
I’ve encountered the issue on arch and fedora, don’t have the package name off the top of my head but both package managers ask you to pick a package to fulfill the dependency.
Most distros have a vk package that steam depends on that varies based on hardware, there is a system different package for amd than Nvidia or Intel.
Steam games usually use steam drm that prevents you from playing without having been on the Internet on the account.
I daily drive Wayland and I just have to ask, why is the clipboard and associated tooling so much worse‽ I just want input leap and neovim to both be able to properly read from and write to my clipboard. Input leap never can, and neovim has like a 50% shot at doing what I expect. Also I understand we’re moving away from x11 in general but why is there no replacement for x11 forwarding over ssh?? I know I’m a niche user, but it drives me crazy.
That much I certainly remember and is easily verifiable, I wish I had a source for the musk support though.
The lady bird dev is a musk fellating tech bro
EDIT: I can’t remember where I learned this, but I swear someone on lemmy had shown some tweets that were showing support for the musk era changes and were in some way endorsing web3 garbage. Take everything anyone says on the internet with a grain of salt.
I’m relatively certain we’ve established that gravity travels at the speed of light
With certbot there’s probably a plugin to do it automatically, but if you just want to get something working right now you can run the following to manually run a dns challenge against your chosen domain names and get a cert for any specified. This will expire in ~3 months and you’ll need to do it again, so I’d recommend throwing it in a cron job and finding the applicable
certbot-dns-dnsprovider
plugin that will make it run without your input. Once you have it working you can extract the certs from/etc/letsencrypt/live
on most systems. Just be aware that the files there are going to be symlinks so you’ll want to copy them before tarballing them to move other machines.certbot --preferred-challenges dns --manual certonly -d *.mydomain.tld -d mydomain.tld -d *.local.mydomain.tld