

That child might conform! Only when they don’t bow to the powers that want to use them is it ok to kill them!
That child might conform! Only when they don’t bow to the powers that want to use them is it ok to kill them!
From a programming pov, a definition of AI could be an algorithm or construct that can solve problems or perform tasks without the programmer specifically solving that problem or programming the steps of the task but rather building something that can figure it out on its own.
Though a lot of game AIs don’t fit that description.
Oh wow, if steam is still 32 bit, forget the offshoots, fedora itself won’t be worth using. I’m on fedora but if I can’t run steam, then I’m finding a new distro.
On the flip side, what’s the reason they want to drop 32-bit support, given steam depends on it, which they should understand means it’s integral to the size of their current userbase?
Danish millennials and gen xers who work in retirement or old age support roles should change careers. And zers and alphas getting into it should consider hiatuses.
Feels kinda like a game of crusader kings iii where you’ve gained some territory but worry that your opponent’s allies might send a large army at any time, plus your vassals are rumbling about revolt, so you want to get that war finished asap but don’t have enough of an advantage to force them to accept your terms.
Except it’s OK when it’s crusader kings because that’s just a fucking video game and people aren’t really dying on both sides for your ego or power hungry imperial bullshit.
Is there a good resource that lists all games known to require a specific version rather than being fine with the latest? I don’t really have the patience to check each game these days, so a list to skim would be nice.
Yeah, when I made the switch, I checked a bunch of the games I played the most for steam deck compatibility and thought I had to give up on some of them, only to find that they were still fine because my desktop is much more powerful than the steam deck. Plus it has a keyboard; if a game requires a keyboard, it hurts the steam deck compatability score (how much depends on if it’s required for playing the game at all or just needed every now and then to enter some text).
So treat “steam deck supported” as “works on linux” and “steam deck unsupported” as “maybe works on linux”.
I think the better indicator of not supported at all on Linux is the “3rd party kernel anticheat” marker in the store, though I tend to avoid games with that anyways, so I can’t really say for sure.
They want something like the Star Trek computer or one of Tony Stark’s AIs that were basically deus ex machinas for solving some hard problem behind the scenes. Then it can say “model solved” or they can show a test simulation where the ship doesn’t explode (or sometimes a test where it only has an 85% chance of exploding when it used to be 100%, at which point human intuition comes in and saves the day by suddenly being better than the AI again and threads that 15% needle or maybe abducts the captain to go have lizard babies with).
AIs that are smarter than us but for some reason don’t replace or even really join us (Vision being an exception to the 2nd, and Ultron trying to be an exception to the 1st).
All I can say for sure is that the cinnamon desktop I’m using has wayland (experimental) as an option. I haven’t tried it myself so I don’t know how stable it is. Or how well it might work with other desktops.
IP as a concept exists in a superstate where it’s bad in the context of piracy but good in the context of generative AI.
Personally, I’d just try live boot usbs instead of going to the effort of setting up VMs for different distros.
For getting images, my approach would be to search for the distro name to find its website and look for their downloads page. If there’s multiple flavours, just pick one and see how you like it. You can always switch to a different one once you’ve got enough experience to decide what is and isn’t important for you.
If you just want to game, Fedora was pretty easy to get going for me. I just installed that and then steam and was able to play games after that. I’ve got an AMD gpu and it was actually easier than on windows, since you still need to install gpu and chipset drivers on windows. The only time I spent on that in Fedora was the time it took to figure out I didn’t need to do that.
Only parts that took a little digging was mounting my other partitions (I think because I misunderstood some setup during the install, but it ended up being no big deal) and finding the setting that enabled all games to be attempted to run with proton, since by default steam will only show games with official linux support as playable by default.
Also getting sound working the way I wanted it to was a bit of a hassle, though any of the workarounds I tried worked pretty quickly. I wanted to use the optical digital, but it wouldn’t at first, but sound did work from the analog port as well as plugging my soundbar in via USB. And even though I gave up on getting the digital to work at the time because I just wanted to play a game, when I later swung back to it, it just worked, so I’m guessing it was just broken because my motherboard was a new one and the software needed to be updated to properly support it.
That one is particularly rage inducing if it’s the one I’m thinking of (I think ep 1 of the new season?).
Some of the others in the new season aren’t so depressing or rage inducing, though.
My first seagate HD started clicking as I was moving data to it from my older drive just after I purchased it. This was way back in the 00s. In a panic, I started moving data back to my older hd (because I was moving jnstead of copying) and then THAT one started having issues also.
Turns out when I overclocked my CPU I had forgotten to lock the PCI bus, which resulted in an effective overclock of the HDD interfaces. It was ok until I tried moving mass amounts of data and the HDD tried to keep up instead of letting the buffer fill up and making the OS wait.
I reversed the OC and despite the HDDs getting so close to failure, both of them lasted for years after that without further issue.
With the 9/11 reference above, it had a similar effect on airport security. The TSA has been making traveling hell ever since and I’m not sure if they’ve actually stopped any real threats (cursory search says nope).
I’m going to be flying from Canada to Canada later this year and want to make sure the flight path stays inside our airspace.
If it’s a topic that has been heavily discussed on the internet or in literature, LLMs can have good conversations about it. Take it all with a grain of salt because it will regurgitate common bad arguments as well as good ones, but if you challenge it, you can get it to argue against its own previous statements.
It doesn’t handle things that are in flux very well. Or things that require very specific consistency. It’s a probabilistic model where it looks at existing tokens and predicts what the next one is most likely to be, so questions about specific versions of something might result in a response specific to that version or it might end up weighing other tokens more than the version or maybe even start treating it all like pseudocode, where descriptive language plays a bigger role than what specifically exists.
I guess it’s possible for the keyboard itself to handle that, but I’ve set that up in the OS on both windows and Linux machines. And when I replaced a shitty keyboard with a better one just a little while ago, it had Dvorak already as the default layout.
Valve existed at that point, too.
Or with cosmic rays, not sure anything would be opaque.
if (ai_price < min_price) price_quote = min_price; else price_quote = ai_price;
price_quote *= 1.5; // for some reason the ai underestimates what the user can afford so bump it up