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.
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 using both.
I installed NoScript just a few days ago, because I’m forced to use a really weak computer that struggles to even browse the modern web. I feel like NoScript improved it a lot, and while quite a few websites broke (including lemmy) (but most will still display the content), I just set the ones that I need working to trusted, but the performance is still good (I should note I’m also using it in conjunction with an automatic tab discarter).
I however also don’t directly use Google. Both SearX and Yandex don’t need javascript, so I’m unaffected by these news, despite being a bit mad about it as a reflection of the direction the web is going as a whole.
There’s no way a US president is going to stop supporting Israel. She would do the same thing, even if she were not the vice-president.
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?
That was unexpectedly quick. I thought we’d be waiting years before we could even begin talking about any kind of measures that could be taken in response to the crimes (assuming that it wouldn’t be dismissed on the way).
deleted by creator
No, I’m not appealing to that. Fuck nazis. (I don’t actually see how my comment could be interpreted as that since my comment was in response to users complaining about having their content removed from other instances or communities, which if anything would make them the free speechers (I’m not saying that they are))
Lemmy, in contrast to centralized platforms doesn’t force you to be restricted to the rulings of a single group of people under threat of being barred from using the entire platform.
My point is, when you are talking on another instance, you are a guest there and it is completely expected for them to kick you out if you don’t abide by their house rules or if they don’t want you there anymore for whatever reason. While it doesn’t mean they shouldn’t be criticized for it, the impression I got from the comments on this post is that they think it is some kind attack to a basic human right to remove their comments from a foreign instance and that admins should allow all content your instance allows.
The same can be said about the reactions people from other instances display towards news of some instance defederating from the instance they are on.
I want to remind everyone in here that Lemmy is self-hosted and federated. If you want to make your post visible on their server or community, you have to abide by the rules they set even if they or their enforcement may seem arbitrary or stupid. It’s their server/community you want to put your stuff on and they do not have a duty to accept it. Lemmy allows you to block those communities or instances or even to create or host your own.
The rules are generally on the sidebar of the community or instance (depending on if you want to know the rules of the community or instance).
Linux is the kernel, not the OS. RedStar uses Linux as the kernel.