I’m more scared of this one, “it should work but doesn’t” means there’s something I’m missing, usually small, maybe I forgot to change one function call or an import. “it shouldn’t work but does” means there’s a huge misconception in how the thing actually works.
- 0 Posts
- 4 Comments
Nibodhika@lemmy.worldto No Stupid Questions@lemmy.world•Are there video media (e.g TV shows, Movies, anime, video games, youtube videos, etc...) with a majority of the dialogue in an fictional language?5·1 day agoFirst thing that comes to mind is the video game Tunic, where the objective of the game is to decipher the language.
Secondly, Stargate (the movie) while not entirely or majorly in a fictional language, the alien characters speak their own language consistently, and part of the plot involves how they communicate. In the TV show they forego of that because it would be a pain to have new languages every episode, so you do have to suspend your disbelief for that, but the movie is golden in that regard.
Then there’s other stuff like Sims or Shadow of the Colossus where everything is in made up languages but it has no impact in the plot or mechanics.
Nibodhika@lemmy.worldto Selfhosted@lemmy.world•I am attempting to get into Selfhosting after a shockingly frightening experience, but I am very lost.English1·6 days agoWhile YUNO is a great way to get started, I strongly encourage you to understand basic concepts, like docker, and maybe try to run something outside of it for fun. While not even remotely the same thing since YUNO is just the OS and “app store”, you would be very similarly tied to that ecosystem the same way you are to Google now. Not to mean that YUNO would have any control over your stuff, but you would be dependent on them for what you can self host.
This AI trend trying to replace coders with LLMS is very stupid. A coder is already writing in human friendly terms what they want from the machine, if you communicate it with less clarity there are edge cases you’re not covering, so either the LLM is allowed to add edge cases scenarios on its own (so it can decide to filter all entries that contain the letter A just because) or it isn’t and won’t cover any of them (so it can for example crash and burn when retrieving something empty from the db and happily allow it to be put there). What I think most AI pushers don’t understand is that we’re already writing as close to English as possible while still being very structured about what we’re saying.