Fun fact, the Perceptron is basically the first machine learning AI, and it was invented in 1943. It took a long time and many advancements in hardware before it became recognizable as the AI of today, but it’s hardly a new idea.
Fun fact, the Perceptron is basically the first machine learning AI, and it was invented in 1943. It took a long time and many advancements in hardware before it became recognizable as the AI of today, but it’s hardly a new idea.
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.
I’m not sure to be honest.
If I remember right for steam, you can’t disable updates for all games, but you can set some restrictive rules for when it can update. Stuff like it can only download updates for 1 minute monday morning at 3am.
Yeah, the bank that manages my mortgage has mandatory text message 2fa if you’re on a new computer. And something about Firefox keeps it from remembering my machine, so I have to do the text message 2fa everytime.
Right now it’s working fine, but they had a period of a few months where the text messages would take 10-15min to send after you tried to log in, and the log in attempt would expire after 5 min, making it impossible to log in. All of which could be avoided if they would let me use a 2fa app.
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.
A lot of people won’t touch electrical, and the problem with modifying the wiring is you need to be able to clearly document or show what was changed in case it needs to be reversed later.
This is ugly, but it’s immediately obvious how to reverse it to anyone who looks at it. And that pipe wrench probably wasn’t being used anymore anyways. I doubt they tapped the holes, those are probably just self-tap screws that both drilled the hole and cut the thread as they screwed in. No one will call this an elegant solution, but if it works it works.
I’m sure they just needed a way to lock the selector knob to the primary position, and didn’t want to rewire it.
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.
Good to know, I’ve never done enough with Brainfuck to know anything more than basic info about it.
I recognized it as Brainfuck, but assumed it was going to be a fork bomb for some reason.
On Linux, most programs are available pre-compiled through your package manager. However if you wanted a package that wasn’t already available for your specific family of distros, you would usually have to compile it yourself. It’s not that hard to do, but it does take awhile on install and every update after.
Flatpak (as well as snap and appimage) fix this by being more universal, a flatpak program can be installed on any distro that flatpak is available for.
There are downsides to flapaks though, and not everyone likes them. But if you want an app that’s not available through conventional means and you don’t want to use flatpak/snap/etc, compiling from source may be the only choice left.
Obviously there have been major improvements over the past 80 years, but that’s still considered the first neural network. The need for multi-layer neural networks was recognized by 1969, but the knowledge of how to do that took awhile to be worked out.