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).
- 0 Posts
- 7 Comments
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.
Buddahriffic@lemmy.worldto Programmer Humor@programming.dev•What the heck is a god dang cloud?1·1 year agoYeah, ultimately the issue is probably more about an attempt to go from a completely unmanaged file system where it was just big free for all with the hope everyone would behave nicely to a more managed design that still needed to maintain backwards compatibility with the old system where there were a slew of programs that depended on a bunch of undocumented behavior.
Buddahriffic@lemmy.worldto Programmer Humor@programming.dev•What the heck is a god dang cloud?0·1 year agoAnd then at some point, games started saving inside documents. Ok, it makes sense to have game save files in a user area instead of a subfolder in the game install area, but they aren’t documents. Just make a new game saves folder or something like that, don’t just stick all my game save files in the same area, cluttering up my own organization.
Though I did solve it kinda by just making a new documents subfolder in my documents where I put my actual documents.
By “optimizing” do you mean going through the source code and adding comments referring to Optimus Prime? Because that’s called “optimus priming” and we had a whole two hours about it in coding camp.
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.