

Last I checked I could only share specific windows, not the whole screen. Later there was also an update with a window or screen selection dialogue that didn’t work at all, I think. After that I stopped using it on wayland.
Last I checked I could only share specific windows, not the whole screen. Later there was also an update with a window or screen selection dialogue that didn’t work at all, I think. After that I stopped using it on wayland.
Linux is the kernel, not the OS. RedStar uses Linux as the kernel.
Yeah I also never reached the end, though I imagine if playing multiplayer, with enough players and time, that then at some point there won’t be any untouched land.
That code was C++ or something like that. Not GDScript.
I tested this on Godot 4.2.1. You can write identifiers using a different writing system other than latin and you are allowed to have emojis in strings, but you aren’t allowed to use emojis in identifiers.
I think they exclude some unicode characters from being use in identifiers. At least last I tried it wouldn’t allow me to use an emoji as a variable name.
I’m not sure, but I think that might have been part of the joke, seeing all the comments here.
Thanks for the warning.
If you have a fever.
deleted by creator
Is there any situation where you’d want to remember the opcodes? Disassemblers should give you user-friendly assembly code, without any need to look at the raw numbers. Maybe it’s useful to remember which instructions are pseudo instructions (so you know stuff like jz
(jump if zero) being the same as je
(jump if equal) making it easier to understand the disassembly), but I don’t think you need to remember the opcode numbers for that.
Edit: Maybe with malware analysis where the malware in question may be obfuscated in interesting ways to make the job of binary analysis harder?
they break with monospacedness
The IDEs I’ve used had the ligatures be of the same character width as the original operator.
Why are you casting to void*
? How is the compiler supposed to know the size of the data you are dereferencing?
It isn’t just a server thing. Discord can request a phone number from you if they think something unusual is happening. Trying to create an account while using tor will make them ask for a phone number, and they reject those numbers offered by shared number services.