Wow I didn't know. Thank you for pointing that out.
I know in C# you can just pull from data structures using an index, so can I do stack[0]? Would that be the same as Java's stack.elementAt(0)?
Wow I didn't know. Thank you for pointing that out.
I know in C# you can just pull from data structures using an index, so can I do stack[0]? Would that be the same as Java's stack.elementAt(0)?
How is a token predictor that can only regurgitate old ideas going to invent something new?
I think its incredibly rare for any prominent person to be good, and you should be extremely skeptical of them all.
The PS3 emulator has multiplayer, you can even play Warhawk.
I wish it was easier to export and import configs and bookmarks. Main reason I stopped using it.
Without Microsoft's proprietary debugger, it is not possible to get input from Console.ReadLine() in VSCodium's integrated terminal or debug console. That's the problem I was having. I'll have to debug using external txt files.
Problem is the companies keep finding ways to delay the pop. Maybe it will finally pop someday but how many years from now is that gonna be? How deeply ingrained will it already be by then?
Send me there
We had that shit in Canada too, so weird
The cost will never be worth it
Tools are supposed to be useful, all LLMs do is lie and degrade your mental faculties
Thanks for bringing that global variable issue to my attention, I'll have to look into it.
As for the stack, I'll traverse it in reverse for now, I may come back once I've finished the interpreter to clean up the code and add more features.