HN user

salamanderman

395 karma
Posts0
Comments156
View on HN
No posts found.

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'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.

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.

So, journaling, which is already known to be a healthy practice. It begs the question, though, why publish it if it's just for you? Just write it.

I can't tell for sure if the "ironically" refers to it feeling ironic that Facebook didn't collude, or that Pixar did collude. If it's the latter, it's because Jobs was CEO and primary shareholder of Pixar and orchestrated it's purchase by Disney to get himself a seat on the Disney board. Ironically, if I'm recalling the biography correctly, Jobs made significantly more money from Pixar than he did from his first phase at Apple.

I had a frustrating number of job interviews in my early career where the interviewers didn't know what realtime actually was. That "and predictable delay" concept from the article frequently seemed to be lost on many folks, who seemed to think realtime just meant fast, whatever that means.

Halfsies 3 years ago

I'd guess SVG. It's not a complex integral. They can do a boolean intersection in SVG.

Maybe at first it was a sane reason like this. When we were having a kid, though, we were definitely told by reputable sources (like an obgyn) not to feed the kid peanuts in any form until 3 years old. We decided that the bureaucracy of what advice to give hadn't caught up to the science we'd read, and just tried small amounts of peanut butter when we moved to solids.