

Fair, but then again, iOS autocorrect isn’t exactly not AI.
A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.
Fair, but then again, iOS autocorrect isn’t exactly not AI.
Most people aren’t taking the time to type in ctrl+shift+u+2+0+1+4
when a regular minus-dash would get the point across with a single keystroke. But there is enough of a distinction that some people (like you and I) will use the proper punctuation when there is an opportunity to do so.
What I find far more suspicious is the unicode hyphen, because no human would be able to tell the difference, and would therefore always choose to input a minus.
“Do people really use it for that?”
“Yeah, it’s mostly that.”
Cory Doctorow had something relevant to this in one of his blog posts a while ago, but I can’t recall if he was quoting someone else. The gist of it was about how corporations already exist as the uncaring, unfeeling, immortal tyrants that everyone is afraid AI will eventually become, and humans (including CEOs) are insignificant gut flora who survive by helping their hosts consume the world’s resources. I’ll add a link later if I have time/remember.
To answer the question, it’s the second one and we are currently living in that dystopia.
It’s not that people are incapable of picking up on nuance, it’s got more to do with it being reeaaally hard to convey tone through text. Like it would be hard to fully grasp all the finer points of a psychological movie if instead of watching the movie, all you had was a text version of the dialogue.
Personally I’m a fan of using an ‘/s’ marker, but inside of a spoiler tag.
Cory Doctorow’s blog pluralistic.net is required reading as far as I’m concerned.
You should also look into Escape Pod if you like sci-fi (just a hunch).
City Planner Plays is quite literally the Bob Ross of city building games. He uses his actual professional knowledge of city planning to build really creative and compelling stuff, and he makes it seem easy enough that you want to try doing it yourself. He has commissioned a library of chill lofi beats that he plays in the background of all his videos, which adds to the vibe immensely. And on top of that, he seems like a sincerely pleasant guy, just having fun doing a thing he enjoys doing. It’s an absolute gem of a channel.
The one thing that really grinds my gears above everything else is how on some news sites, there’s an autoplaying video at the top of the article that follows you when you try to scroll past it. An autoplaying video is bad enough, but that’s just infuriating.
I find news sites tend to make the most aggressively bad UX decisions, most of them are a nightmare to visit even with an adblocker installed.
And 100% of the time the thing you end up clicking is an ad. It’s definitely intentional.
Such is the problem with dictators in any situation. A benevolent dictator might be one of the most productive ways to run a project, but at some point there has to be a successor. Even a mildly-less-benevolent dictator could cause a lot of damage. Linux needs a governance structure with checks and balances even if it means slower decision making; it’s too important to let fall into the wrong hands.
Does someone have a link to the Tasha Yar one? I forgot to click save and I’m too lazy to comb through the meme haystack
Linus himself uses a macbook, I’m sure the mainline kernel has decent support for somewhat recent hardware
If it’s through steam, I wouldn’t expect there to be any issues.
Just make absolute certain you have a backup copy of any save files before deleting your current OS, for the sake of your relationship… I can only imagine how many hours someone might have put into a game that came out in 2009. Definitely not speaking from personal experience haha
OP be careful, you’ve inadvertently spoken the sacred incantation and summoned the dreaded political content right into this very thread!
It definitely could be a hardware failure, but if the system still boots fine, it’s probably not that. Based on the symptoms, I think you might have clobbered your PATH variable. This can happen when you do something like PATH=/new/path/
because the variable gets overwritten. You have to remember to preserve the existing value with PATH=$PATH:/new/path/
. Don’t worry, this is reversible.
The best thing to do would be to fix or temporarily remove the commands you used to set PATH in whatever profile or .rc file it’s in. You can run whatever text editor you have installed by specifying the path to the executable. I don’t know exactly where vim is on Fedora, but it’s probably something similar to /sbin/vim
or /usr/bin/vim
. Keep trying locations until you find the right one. Then log out and back in and it should be fixed.
You might also be able to login as root and use the shell normally to fix the problem, depending on which file contains the faulty command. Hopefully this helps.
GPUs are specialized to be able to very quickly manipulate vectors, by using a principle called Single Instruction Multiple Data (SIMD). Where a CPU would have to individually operate on each element of a vector, a GPU can operate on all the elements in one go.
So maybe you could call it a SIMD card or Vector Accelerator or something like that.