Memes die when they become too widely spread and your elderly relatives start using them wrong on Facebook. People like porn memes because they have a little extra shock value, and will never be ruined by aunt Gertrude using it.
Memes die when they become too widely spread and your elderly relatives start using them wrong on Facebook. People like porn memes because they have a little extra shock value, and will never be ruined by aunt Gertrude using it.
Graphics cards update through the system updater, and any game that doesn’t have kernel anticheat will generally just work without any extra effort from the user.
They actually have an upgrade fix for it, at least for the known parts of it. Doing a standard system upgrade will replace the xz package with one with the known backdoor removed.
Honestly the arch wiki is like a black hole, dragging Linux users towards using arch. I got so used to using arch wiki on other distros that it eventually got me to switch to something arch based.
Edit: btw
I set mine up on arch. There’s an aur package, but it didn’t work for me.
After some failed attempts, I ended up having success following this guide.
Some parts are out of date though, so if it fails to install something you’ll need to have it target a newer available package. Main example of this is inside the webui-user.sh
file, it tells you to replace an existing line with export TORCH_COMMAND="pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.1.1"
. This will fail because that version of pytorch is no longer available. So instead you need to replace the download URL with an up to date one from the pytorch website. They’ve also slightly changed the layout of the file. Right now the correct edit should be to find the # install command for torch
line and change the command under it to:
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.7
You may need to swap pip to pip3 too, if you get a pip error. Overall it takes some troubleshooting, look at any errors you get and see if it’s calling for a package you don’t have or anything like that.
Couldn’t Arch users just install it through the Nix Package manager?
The dopamine from updates is real. After using an arch based distro for awhile, I switched to one with weekly updates instead. I was surprised by how disappointing it was to check for updates and not have any available.
My understanding is the KDE release schedule/development cycle keeps it from being a viable primary desktop environment for non-rolling release distros.
I don’t know of anything specifically, just my experience with printers on linux is they either work pretty effortlessly or they’re awful and don’t seem to work correctly no matter what you do.