I almost tanked an interview, and luckily turned it around, when the interviewer had never heard of QuickSelect and thought I was insane when I started writing it.
Hey fellow nerds, never forget that your inventions will be turned into a weapon. We must always consider how dangerous that weapon will be.
And there you go, generative AI being used by an authoritarian government to slander and defame political opponents. It's not the first time, I'm sure, and they've been using it for propaganda memes and NFT trash for a while, but this is the most blatant I've seen. It's not obviously altered, it's very believable, and it's for a minor dissident, a protest organizer. I'm really scared.
Yes, after the ship was already screwed, they moved the ship to the far side of a small island where the winds would be slowed and the waves would be smaller. Unfortunately, their depth maps were inaccurate and the water wasn't deep enough such that they bashed the hull. If it weren't for the extreme winds, they wouldn't have moved the ship to try to get out of them.
I think the post gives an answer to this with "due to Zig's fairly minimalistic nature; it lacks a lot of features that one would otherwise use to solve problems. Of course, this is the appeal for many, but still". I have a lot of C/C++ experience, and they're what I reach for, but I often want C to be a little more like C++, and I often want both to have slightly better memory management, and I've never liked the different syntax for the main language, templates, and pre compiler macros. I also agree with Zig's dogmatic stance on no hidden control flow; I have been bitten by "magic" too many times.
I assume you thought the "hurricane west wind" line from the song was exaggerated. The winds down the middle of the lake, in certain seasons, are 80mph.
I've heard parents say they "got a 504 and then had to pay a lawyer to enforce it" so many times. I just hate the idea of being forced into such an adversarial relationship with the school. In my life, any time we start talking about needing a 504 I think "we might as well just say screw it, because what good will come of this?" Like, in your story, I assume that while they complied, the way they interacted with your kid was tainted in some other from that point forward because your kid got them in trouble. Hopefully I'm wrong, but it's that kind of thing that I worry about for my own situation.
Nice, I got my upside down penis fish past the filter! Although, once it was swimming it did look very much like a fancy guppy. I don't think anyone would recognize it, but I still feel smug about "beating" the machine.
Agreeing with you, and connecting it to the link, my parents talk about their childhood as basically being feral. You had multiple kids in the house who entertained/babysat each other (possibly by beating each other up, but whatever) and you also had streets filled with kids doing whatever (baseball in a dirt field, playing in traffic). The rule was to be home by the time the streetlights came on. Organizing and transporting to playdates etc. was not a thing.
Moving preconditions up depends what the definition of precondition is. There's some open source code I've done a deep dive in (Open cascade) and at some point they had an algorithm that assumed the precondition that the input was sorted, and that precondition was pushed up. Later they swapped out the algorithm for one that performs significantly better on randomized input and can perform very poorly on certain sorted input. Since the precondition was pushed up, though, it seems they didn't know how the input was transformed between the initial entrance function and the final inner function.
Edit - if the precondition is something that can be translated into a Type then absolutely move the precondition up and let the compiler can enforce.
UC Berkeley does this too. Nobody told us freshman, and in my very first class we were all dutifully early, wondering where the professor was, and at 8 minutes after the hour the whole lecture hall was wondering if we needed to bail. Then the lecturer came in and asked what we were all doing there, didn't we know classes don't start until 10 minutes after the listed time?
If I were doing this, I would have the system generate the image, and then I would have it run a secondary estimate saying "probability that this is a picture of [list of characters that Disney has given us reference input for]". If the picture has a "looks like Spiderman" score greater than X, then block it.
EDIT - To answer the question, I'm guessing Disney provided a reference set of copyrighted images and characters, and somehow forgot Indiana Jones.
Well, the answers are simple. Congressmen and senators, and sometimes presidents (Orion was George W's baby), demand that NASA spend money on stupid shit that NASA doesn't actually want to spend money on, and also demands that NASA spend that money in specific districts around the country to maximize the dollars they claim they brought to their district while minimizing NASA's efficiency.