The uncanny valley is pretty wide these days.
- 0 Posts
- 690 Comments
Buddahriffic@lemmy.worldto Games@lemmy.world•Hollow Knight: Silksong Sparks Debate About Difficulty and Boss RunbacksEnglish1·8 days agoSome arcades were actually a bit more manipulative than that in that they’d get harder depending on how long it was since you last put a quarter in.
Mortal Kombat was one. I noticed this pattern on the snes version of MK3 (can’t remember if it was ultimate or not that I had): I’d easily win one fight, then get demolished by the next fighter. Then continue and that same fighter would be easy, only for the next one after that to be much more difficult. I didn’t have to put quarters into my snes but they just used the same tuning from the arcade machines.
Eventually when I played that game, I was spending much more time on the space invaders minigame lol.
Buddahriffic@lemmy.worldto Technology@lemmy.world•Google's plan to restrict sideloading on Android has a potential escape hatch for usersEnglish4·9 days agoAlso if the CEO of target decides he really doesn’t like a popular shirt and is able to force everyone to only shop at target, then he can come a lot closer to snuffing out the existence of that shirt.
Buddahriffic@lemmy.worldto Not The Onion@lemmy.world•NHS surgeon who had his legs removed to satisfy sexual interest is jailed for fraud.English2·10 days agoI mean, even if they had to pay in the event of self-afflicted injury, that first quote is fraud on its own, though I bet the huge payout is also a part of it.
It’s because they are horrible at problem solving and creativity. They are based on word association from training purely on text. The technical singularity will need to innovate on its own so that it can improve the hardware it runs on and its software.
Even though github copilot has impressed me by implementing a 3 file Python script from scratch to finish such that I barely wrote any code, I had to hold its hand the entire way and give it very specific instructions about every function as we added the pieces one by one to build it up. And even then, it would get parts I failed to specify completely wrong and initially implemented things in a very inefficient way.
There are fundamental things that the technical singularity needs that today’s LLMs lack entirely. I think the changes that would be required to get there will also change them from LLMs into something else. The training is a part of it, but fundamentally, LLMs are massive word association engines. Words (or vectors translated to and from words) are their entire world and they can only describe things with those words because it was trained on other people doing that.
I don’t hate AI or LLMs. As much as it might mess up civilization as we know it, I’d like to see the technological singularity during my lifetime, though I think the fixation on LLMs will do more to delay than realize that.
I just think that there’s a lot of people fooled by their conversational capability into thinking they are more than what they are and using the fact that these models are massive with billions or trillions of weighs that the data is encoded into and no one understands how they work to the point of being able to definitively say “this is why it suggested glue as a pizza topping” to put whether or not it approaches AGI in a grey zone.
I’ll agree though that it was maybe too much to say they don’t have knowledge. “Having knowledge” is a pretty abstract and hard to define thing itself, though I’m also not sure it directly translates to having intelligence (which is also poorly defined tbf). Like one could argue that encyclopedias have knowledge, but they don’t have intelligence. And I’d argue that LLMs are more akin to encyclopedias than how we operate (though maybe more like a chatbot dictionairy that pretends to be an encyclopedia).
Calling the errors “hallucinations” is kinda misleading because it implies there’s regular real knowledge but false stuff gets mixed in. That’s not how LLMs work.
LLMs are purely about word associations to other words. It’s just massive enough that it can add a lot of context to those associations and seem conversational about almost any topic, but it has no depth to any of it. Where it seems like it does is just because the contexts of its training got very specific, which is bound to happen when it’s trained on every online conversation its owners (or rather people hired by people hired by its owners) could get their hands on.
All it does is, given the set of tokens provided and already predicted, plus a bit of randomness, what is the most likely token to come next, then repeat until it predicts an “end” token.
Earlier on when using LLMs, I’d ask it about how it did things or why it would fail at certain things. ChatGPT would answer, but only because it was trained on text that explained what it could and couldn’t do. Its capabilities don’t actually include any self-reflection or self-understanding, or any understanding at all. The text it was trained on doesn’t even have to reflect how it really works.
Buddahriffic@lemmy.worldto Technology@lemmy.world•Big Surprise—Nobody Wants 8K TVsEnglish4·13 days agoNot sure where 1440p would land, but after using one for a while, I was going to upgrade my monitor to 4k but realized I’m not disappointed with my current resolution at all and instead opted for a 1440p ultrawide and haven’t regretted it at all.
My TV is 4k, but I have no intention of even seriously looking at anything 8k.
Screen specs seem like a mostly solved problem. Would be great if focus could shift to efficiency improvements instead of adding more unnecessary power. Actually, boot time could be way better, too (ie get rid of the smart shit running on a weak processor, emphasis on the first part).
I’ll take it in another direction from the other responses and just say: people give too much of a fuck about this idea of virginity.
Yeah, to serve as a counter example, I didn’t have sex until 24, it was alright, nothing amazing, but I felt good about it overall. Then that relationship fell apart because I had no idea how to relationship and ended up pretty needy and I didn’t have sex again until 3 years later. Then it was like the floodgates opened, had a casual relationship that I also wasn’t really ready for but learned a lot about myself during, and then fooled around with a swinger couple for a little while before ending up in my own open relationship and had a ton of fun with that.
Then, after that relationship ended, I had a bit of a manwhore phase, and from that, my guess is that these guys lowered their standards to get laid because those were the times when I’d walk away from a sexual experience not feeling great about it. The sex itself would be fine, but that post-nut clarity would hit hard and I’d just want to get away and be alone. Contrast that to when I was actually attracted to my partner, when I’d be happy to just spend more time with them, cuddling or going for another round, or even just existing in the same space as them.
Buddahriffic@lemmy.worldto Technology@lemmy.world•Computer Science, a popular college major, has one of the highest unemployment ratesEnglish1·25 days agoGuessing you mean in a similar vein to the connection between various degrees and food service jobs?
Personally, I’ve been able to avoid IT jobs so far.
Buddahriffic@lemmy.worldto Technology@lemmy.world•Computer Science, a popular college major, has one of the highest unemployment ratesEnglish45·25 days agoComputer science is not IT. IT is about knowing how to use, deploy, and administer existing software solutions, along with a bit of light development to get things to work together when they aren’t necessarily directly compatible.
CS is about creating software solutions and understanding how the pieces fit together (at a low level), as well as how to evaluate algorithms and approach problem solving.
It’s not even coding, though coding is obviously involved. For a coding class, they’ll teach you the language and give problems to help learn that language. For CS classes, they might not care what language you use, or they might tell you to use specific ones and expect you to learn it on your own time. The languages are just tools through which you learn the CS concepts.
An IT professional might know about kernel features and how they relate to overall performance. A coder might be aware that there is a kernel doing OS stuff under the hood. A computer scientist might know the specifics of various parts of what a kernel does and how one is implemented, perhaps they’ve even implemented one themselves for a class (I have, though I was personally interested in that kind of thing and it was for a class notorious for being difficult, so most grads didn’t).
Buddahriffic@lemmy.worldto Technology@lemmy.world•7 years later, Valve's Proton has been an incredible game-changer for LinuxEnglish4·26 days agoBlizzard used a cheat detection system in wow that allowed their server to send arbitrary code for clients to run. The code failing to return an expected result was a sign that there was tampering going on. Emulating windows api to run on Linux is a form of tampering, though obviously not necessarily a sign of cheating. Guessing they used some code that didn’t work on Linux and banned everyone who failed before realizing that some failed due to Linux, and then were able to separate the Linux users from detected cheaters by how it failed (either that or they had to undo all bans from that round).
Though it does make me wonder if it meant they can’t/don’t detect cheaters on Linux. Probably not, because my guess is they start out by looking for any cheats they can find, install them on test machines, then work at detecting the differences between those test machines and ones without the cheat. So they’d know about Linux-based cheats, too. They might even be able to use timing-based attacks to detect kernel level ones, too.
Buddahriffic@lemmy.worldto Greentext@sh.itjust.works•Anon tries to meet girls at college101·27 days agoMan that reminds me a lot of the game, oh I forget the name of it, but it had some vowels in the name, where you go in thinking the point is to kick a lot of butts and towers but it turns out the real point of the game is getting your ass kicked and having your team yell at you.
Like this one time I was playing and wanted to try this annoying character that bugged the hell out of me when others played him. Can’t remember the name but he’d go like “ahhhhh” and then you’d be slow and couldn’t use abilities even if you ran away and the ground would do this explody thing. Doesn’t that sound soooo annoying? Anyways, I decided to try playing as this guy but I kept just dying instead of annoying the other team.
I see you want to say something but shut up for a bit, I’m not done yet.
So then I decided to try jungling. No, not juggling, I mean fighting the guys in the jungle. That way, I don’t keep giving gold and xp to the other team when I repeatedly die, except for a few times when I accidentally thought their base was the jungle.
Anyways, we should play some games after we have sex at the end of the date. If you brought a gaming laptop, at least. If not, you can watch me play or give me a bj while I play or something so it’s fun for you, too.
Buddahriffic@lemmy.worldto Technology@lemmy.world•Report: Microsoft's latest Windows 11 24H2 update breaks SSDs/HDDs, may corrupt your dataEnglish1·29 days agoCan’t they just offer access to your data back at a discounted rate compared to what they charge their data partners for it?
Buddahriffic@lemmy.worldto Technology@lemmy.world•LibreOffice is right about Microsoft, and it matters more than you think.English15·1 month agoI’m not sure which of the subgroups of this is more frustrating: the ones who refuse to put the necesarry thought towards understanding it but would be able to do so if they did, or the ones who do try their best but still can’t figure out such simple instructions.
Buddahriffic@lemmy.worldto Technology@lemmy.world•The Ice alert app founder sparking fury in Trump officials: ‘Pam Bondi said I better watch out? Please.’English9·1 month agoSad part is when I first read that title, I thought it was part of the war on climate change data rather than tracking the new gestapo. Both are equally plausible.
Buddahriffic@lemmy.worldto Technology@lemmy.world•YouTube just quietly blocked Adblock Plus — the internet hasn't noticed yet, but I've found a workaroundEnglish2·1 month agoBased on the other comments, the article itself is as garbage as the title.
Buddahriffic@lemmy.worldto Games@lemmy.world•Any Xbox 360 can now be hacked in less than one minuteEnglish11·1 month agoI find your pride in your skepticism confusing. Why even bother commenting?
Though not first hand witness accounts.