This is enough to make me keep using C++ for the use cases where Nim is meant to shine, or choose Rust instead. If I'm to learn a modern language, I really expect it to support modern paradigms.
I can see why it'd be interesting to someone with no C/C++ knowledge to get into systems programming though.
Working at one of the top 5 members of that clearing house in Scandinavia, very few people I've spoken to about it at work earlier this week thinks he is actually bankrupt. He's filing for bankruptcy so that he won't have to cover his own loss.
The nobel prize committee is far from "an arbitrary commmittee" as far as I know.
At least for the nobel prize in physics I know it's peers who decide and I'd assume it's the same for the other subjects, and it's not just "arbitrary people who have PhDs within the subject" either, it's a few selected ones who are well known in their fields.
But it's still just a pointer underneath? It's more or less just syntactical sugar which makes it dereferenced it for you, and I'd argue that it only makes sense to use the phrase in certain contexts.
The only real difference between the last two is that the last one shouldn't be sent in as null, isn't it? The test in OPs artictle doesn't really make sense either, because you can switch the values using pointers as well.
Ah, I see the reasoning. I only did basic Java in university so I might be remembering incorrectly, but aren't variables storing non-primitive values called "References"?
Seems weird to me to say that Java "passes by value" when all objects being passed are actually references to objects.
Coming from C++, if "passing by pointer value" is considered "passing by value", then what is the opposite? Not passing at all? I mean, there's always going to be _some_ kind of value being passed?
Ah, I should've figured that out myself from looking at the contents. I might try it out and combine it with some reading of my old statistics book or some other means. Thanks!
I've been looking for something like this to brush up/add to my math knowledge; can anyone recommend this course or would you recommend some other way?
Most people will understand reddit if they give it a chance. Problem is that they're less likely to do so if they find the design and UX unintuitive.
I know I disliked reddit's design when I saw it the first time, and I've spoken to several people who never got into reddit because they disliked the design.
Honestly, anyone with C++ experience should understand that it's a joke just from the title. I'm honestly surprised so many people thought this could be true; even Rust has raw pointers (in unsafe mode).
About [2], yeah, that's the way it could happen without a 0-day, but it really does seem very, very impractical, risky and unlikely.
Out of sf, KQLY and Emilio, it does seem likely that both sf and Emilio would cheat online in order to qualify, but KQLY whose team almost always passed online qualifiers? I have no idea.
If I recall correctly, Emilio was banned months prior to the others though, and he hardly played any major LANs. sf and KQLY were using the same cheat, but there's nothing which makes it seem like it happened on LANs.
Either way, it's impossible to say what happened years ago, but if it did happen, I doubt it kept happening.
There has never been a proven case of either as far as I know, only theories and "insiders" claiming these things.
The german guy who was caught was saying a lot of these things which obviously weren't true, like claiming that a lot of other players in top teams were cheating on LAN, but in hindsight that hardly seems believable.
A driver cheat which would auto-inject code on insertion would as far as I know require a 0-day exploit on Windows, and I have a hard time believing one of the cheat devs was sitting on one of those.
There was a huge scandal in CSGO a few years ago where people started thinking a top professional player had been cheating in a major LAN, and that was about when he came up with the gameref. The player was banned for cheating, but whether that was on LAN or in online games is still unknown.
The cheat was allegedly injected into the game through an exploit in a custom map which you could download through steam.
I can see why it'd be interesting to someone with no C/C++ knowledge to get into systems programming though.