a degree in game programming
That’s a thing?
a degree in game programming
That’s a thing?
When people say perl, they normally mean Perl 5. Perl 6 is now called Raku and is considered a different language.
If it’s like Lisp, then ?
is just part of the symbol and doesn’t have any special syntatic meaning. In different Lisps it’s also convention to end predicate names with a ?
or with P
(p for predicate)
I think this is a sort of anti-license, so I think the sort of people who use it reject copyright law.
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?
deleted by creator
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?
Something I’ve been for a while now is why this gender disparity is so strong in this specific area of engineering compared to all other engineering areas. People seem to claim it’s because of the “geek” stereotype, but that seems more like a symptom than a cause and I fail to see how it enforces this disparity, considering there’s nothing preventing a woman from being a geek too.
I’m not a Nix user, but doesn’t Nix make both pip and venv obsolete in a way? Nix is a package manager (which could be used to package anything including Python packages/modules) and also allows you to create environments that include only certain packages of certain versions.
I think they they reduced the content width in order to improve readability and it is possible to press a button to expand the content to use the full width of the available space. I just am a bit annoyed that the languages are hidden behind in a popup menu now, because a certain browser I have to use is unable to open that menu (but that’s more of the browser’s fault for not being fully conformant with the web standards (which to be honest I don’t see having the degree of simplicity/complexity that allows someone to easily write a web engine that’s fully conformant))
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).
I’m sorry, if I was being annoying.
Anti Commercial AI thingy
I don’t think a license will prevent language models from using your post. If anything, you are allowing people to use your post for more stuff it couldn’t otherwise be used, since a license is you giving someone permission to use your work in a certain way, but if you don’t give a license, copyright law assumes that you haven’t given permission.
I wouldn’t trust ChatGPT with teaching me about some tool. It in my experience very convincingly spews out stuff it invented, and if one is still learning I can see it being hard to spot those errors. I use it to fix syntax errors in SQL queries, though, since I can’t be bothered to try understanding the not-so-helpful error messages I get with my queries, and because if chaptgpt tells a lie it will be caught by my syntax checker.
So, I guess you can use it, if you always assume it to be trying to mislead you until proven to the contrary.
I’m not sure, but I think that might have been part of the joke, seeing all the comments here.