

One… glances to the side hundred… more furtive glances billion… number two giving thumbs up and nodding dollars!
One… glances to the side hundred… more furtive glances billion… number two giving thumbs up and nodding dollars!
To take this in a different direction, legal or not (considering the “higher power” generally gets to define what is and isn’t legal and might do so for its own benefit rather than in the best interest of everyone, if there even is such a thing), how can it be determined if a subset of a power structure breaking away from that power structure is a good thing or bad thing? What arguments other than “we’ll use force” are there to support a region needing to remain under the thumb of a power they no longer wish to serve?
All cats are finely tuned stealth killing machines (though some are lazy). House cats are just optimized for rodent-sized prey, though they are still capable of putting up a decent fight against larger things. Though I’m curious if cats evolved to trigger “cute” recognition or if primates evolved to find things that include cats cute.
I can’t understand how anyone looked at JavaScript, worked with it for a bit, then decided they wanted to use it to build full applications.
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).
Check out the behind the bastards episodes on Gates. Even his charity foundation is just another way to exert control.
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.
And to expand on what the other commenter said, considering the logical side of it, those seeds seem very optimized to ride air currents around the entire hemisphere, especially when there’s a storm that can get them very high up.
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.
You realize Russia asked their Hapsburgs to leave quite a while ago, right? During one of those big family fueds. They were quite insistent about it, too, even more so than the French.
My guess is what’s going on is there’s tons of psuedo code out there that looks like it’s a real language but has functions that don’t exist as placeholders and the LLM noticed the pattern to the point where it just makes up functions, not realizing they need to be implemented (because LLMs don’t realize things but just pattern match very complex patterns).
Or with cosmic rays, not sure anything would be opaque.
Don’t get me wrong, it’s decent entertainment. It’s just disconnected from any kind of scientific or technical reality and a part of me is rolling my eyes for a lot of it. And maybe a bit frustrated because I like thinking about things and analyzing and problem solving. I prefer hard magic systems over soft magic ones because there’s no point in thinking about soft magic systems because they just do whatever the plot calls for when it calls for it while hard magic systems have to build up to it and need to be clever to surprise viewers.
Tony uses a soft technology system that defies thought.
Yeah, Tony was capable of doing whatever the writers wrote him to be capable of, just like every other fictional character. And the writers wrote him doing it in a manner similar to the “programming” in Swordfish or the tech work in NCIS (or whatever show it was that had multiple people typing on one keyboard at the same time). As in difficult to tell if they had any understanding of it at all, sensationalised it for entertainment purposes, deliberately made it unlike any real programming to troll people who do understand programming, or some combination of all those.
MCU science might as well just be another school of magic. Especially when Tony’s suit could shapeshift and convert between matter and energy because of some quantum mumbo jumbo. He just cast a quantum spell on it.
Also every movie had multiple impacts in that iron suit that should have been worse for him than most car crashes.
I’m one of the lucky ones with an 8086 that clearly saw the downgrade to 186.
AMD only just recently passed that with their 9000 series CPUs and Intel has only had better ones for a bit longer.
I hope they aren’t the hackers known as 4chan!
I’m just saying that’s how I interpreted that bit. They thought it was a false positive because of that. For all I know, the earlier ones might have also been real malware or maybe it was all made up.
I think they meant they were using malware detection tools that would often flag it because of the Chinese language issue and just assumed that’s what was up when it flagged it this time.
Kinda like the boy who cried wolf, they ignored it when there really was a wolf.
It can actually be quicker to store them compressed because memory and bus bandwidth is often a bottleneck. So instead of the cpu or gpu wasting cycles waiting for data to be moved, some of that movement time is shifted to the processors by using compression. Especially if there are idle cores that could be put on that task.
As for going from one compression format to another, you could store them in the final format (and convert on install if it differs between hardware setups, repeating if another hardware setup is detected).
Though if there’s any processing done on the uncompressed data (like generating mipmaps or something), that conversion might not even cost extra because it needs to be decompressed and the new data compressed again anyways.
Though on that note, you’d get faster load times by just storing all of those preprocessed and faster install times by just sticking it all in the install download, so there is still a conflict between optimal load speeds and minimal storage space.
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.