This article seems to imply they’ll withdraw charges for all parties, but the statement reads like they will only withdraw charges for the people confirmed dead…? Which is it
This article seems to imply they’ll withdraw charges for all parties, but the statement reads like they will only withdraw charges for the people confirmed dead…? Which is it
That was my first thought. But then (before reading the questions) I also imagined other similar scenarios like with a soccer ball and my desk at work, lol.
My experience with this experiment was kind of like when they play memory flashbacks in movies, I could see the ball being pushed and falling, but with jump cuts and the timing was off. Detail-wise I’d say it was kinda like what you got from AI image generation when Dall-E first came out two-ish years ago.
I don’t think I have the most visual imagination out there but if aphantasia is one end of the scale I’m pretty far to the other side.
because the earth is big and you don’t have a hard drive big enough to store it locally?
They’re not super common. I don’t see one every single time I go grocery shopping, though I would say typically there are maybe one or two recalls posted somewhere in the store at a time. Most I’ve seen at once is four, maybe a year or so ago, but they also keep the signs up for a few weeks so they didn’t happen all at once.
They do always have either a picture of the product or at least the name prominently placed, so you can glance at it to see whether it’s about something you might have bought.
In Germany, supermarkets typically post product recalls right on the doors or over the shelves of the section that has the affected products. I guess if you bought something you might be less likely to go down that aisle again next time and come across the sign, but (barring a big empty space at the entrance) I think that’s the most reasonable place for them to be
I bet this is going to be some sort of gotcha about how people didn’t feel the need to “deprogram an extremist liberal”, so obviously everyone is out to get the poor poor conservatives who just want to be vile in peace
According to the keynote at least, the integration is literally just Siri offering to defer to ChatGPT for some requests. Basically a more advanced version of “here’s what I found on the web” if it doesn’t know what to do otherwise.
Funnily enough, Apple isn’t even paying OpenAI for that, they’re literally saying it’s for exposure.
Your reply refers to a “junior who is nervous” and “how the sausage is made”, which makes no sense in the context of someone who just has to review code
They’re saying developers dislike having to review other code that’s unfamiliar to them, not having their code reviewed.
I used to be principled like you, but this man has the potential to cause death and destruction on a scale so unfathomably larger than one person. Would I prefer he face justice? Absolutely. But at some point “not wishing death on someone” flies in the face of the greater good of humanity
Not to mention the law firm they hired advertises anti-union action, so that should tell you whether they can be trusted to be fair to workers…
Imagine you have to choose a health insurance company to be insured with like you choose a credit card (Visa, Mastercard, etc). Many doctors (shops) only accept certain insurance providers (cards) due to fees and other regulations.
The problem described in this article is when your insurance lists doctors that you can go to that will accept your insurance, but most of them have gone out of business or actually don’t accept your particular insurance anymore.
Well yes, I was simplifying because I wanted to address the main (incorrect) criticism by @spartanatreyu@programming.dev. I agree with your comment
Yeah, in Java calling first()
on a stream is the same as an early return in a for-loop, where for each element all of the previous stream operations are applied first.
So the stream operation
cars.stream()
.filter(c -> c.year() < 1977)
.first()
is equivalent to doing the following imperatively
for (var car : cars) {
if (car.year() < 1977) return car;
}
Not to mention Kotlin actually supports non-local returns in lambdas under specific circumstances, which allows for even more circumstances to be expressed with functional chaining.
…what? At least with Java Streams or Kotlin Sequences, they absolutely abort early with something like .filter().first()
.
This is a decent explanation of gradient descent but I’m pretty sure the meme is referencing the color gradients often used to highlight when something is AI generated haha
In solchen Momenten bin ich wieder mal furchtbar dankbar für die DSGVO, die – wenn auch gerne mal absichtlich missverstanden – ein verhältnismäßig sehr solides Grundwerk zum Schutz unserer Daten vor genau solcher unternehmerischer Schikane geschaffen hat.
is that the one that says “fuck the color blind” because if so hey!! that’s not nice
That’s not what that page is saying. It’s terrifying enough that it’s a tie, there’s no need to make up fake polling information.