I mean she’s an Archbishop, the only one who’s sort of sane is Regulus and he’s got his own brand of insanity
Yo whatup
I mean she’s an Archbishop, the only one who’s sort of sane is Regulus and he’s got his own brand of insanity
I don’t think Capella existing really spoils much of anything, I think it’s nearly impossible hearing about/seeing her if you are even remotely into Re:Zero
Sorry to spoil the fun but that’s not an actual line lmao
It’s actually so bad lol. Idk what Microsoft has against -
for args flags but it’s fuckn annoying
ಠ_ಠ gross
But that obviously wouldn’t stop them from having him disappeared. Heck I don’t even think that’s off the table now
Yes but a lot of us who do block ads block them largely because they are intolerable. I largly only started blocking ads at all because of how utterly miserable YouTube ads became.
The Manga is good too! Good stuff coming up lemme tell ya
While this is pretty hilarious LLMs don’t actually “know” anything in the usual sense of the word. An LLM, or a Large Language Model is a basically a system that maps “words” to other “words” to allow a computer to understand language. IE all an LLM knows is that when it sees “I love” what probably comes next is “my mom|my dad|ect”. Because of this behavior, and the fact we can train them on the massive swath of people asking questions and getting awnsers on the internet LLMs essentially by chance are mostly okay at “answering” a question but really they are just picking the next most likely word over and over from their training which usually ends up reasonably accurate.
Cry about it. Crypto bros make the same excuses to this day prove your bullshit works before you start shoving it in my face. And yes, LLMs are really unhelpful. There’s extremely little value you can get out of them (outside of generating text that looks like a human wrote it which is what they are designed to do) unless you are a proper moron.
Is that so? I don’t find it odd at all when the only thing LLMs are good at so far is losing people their jobs and lowering the quality of essentially everything they get shoved into.
Yes, yet this misunderstanding is still extremely common.
People like to anthropomorphize things, obviously people are going to anthropomorphize LLMs, but as things stand people actually believe that LLMs are capable of thinking, of making real decisions in the way that a thinking being does. Your average Koala, who’s brain is literally smooth has better intellectual capabilities than any LLM. The koala can’t create human looking sentences but it’s capable of making actual decisions.
Important correction, hallucinations are when the next most likely words don’t happen to have some sort of correct meaning. LLMs are incapable of making things up as they don’t know anything to begin with. They are just fancy autocorrect
I certainly read a hell of a lot more Manga than I watch anime though there’s not a lot of series I do both with. Just Konosuba (I read the LNs years ago) and Tensura (I’ve read all of it, WN, LN, Manga, Diaries spinoff, Clayman spinoff, rabbit spinoff, Trinity spinoff, wtf lol) really. Though it’s not too uncommon for me to really like a show like Apothecary Diaries and end up reading it. Course I’ve also been reading 100 Girlfriends but haven’t seen a single episode, I’ve got a couple series like that
So your writing a game. This game has what I’m going to call “entities” which are the dynamic NPCs and such objects. So these objects are most easily conceptualized as mutable things. Why mutable? Well they move around, change states depending on game events ect. If this object is immutable you’d have to tie the in world representation to a new object, constantly just because it moved slightly or something else. This object is mutable not just because it’s easier to understand but there are even efficiency gains due to not needing to constantly create a new version just because it moved a little bit.
In contrast the object which holds the position data (in this case we’ll have 3 doubles x, y, z) makes a lot of sense as an immutable object. This kind object is small making it cheap to replace (it’s just 3 doubles, so 3*64 bits or a total of 24 bytes) and it’s representing something that naturally makes sense as being immutable, it’s a set of 3 numbers.
Now another comparison your typical dynamic array type container (this is your std::vector
std::vec
ArrayList
and friends). These are mutable objects mainly due to efficiency (it’s expensive to copy the contents when adding new values) yet they also are easier to conceptualize when mutable. It’s an object containing a collection of stuff like a box, you can put things in, take stuff out but it’s still the same box, just it’s contents have changed. If these objects are immutable to put something into the box you must first create a brand new box, and create a copy of the old boxes contents, and then put your new item into the box. Every time. Sometimes this kind of thing makes sense but it’s certainly not a common situation.
Some functional languages do have immutable data structures however in reality the compiler usually does some magic and ends up using a mutable type as it’s simply so much more efficient.
How fancy we talking? The most my fancy IDE tools extend to is like creating functions for me or creating a loop and junk like that. It’s not writing any of my code more than autocorrect is writing an essay for me.
And it’s in the same tier as “Subaru dies” after you’ve seen the first episode. If I wanted to purposefully spoil you I can do so in 2 words and you’d be real fuckn mad. Season 3 is great, quit putting it off