Removed by mod
Removed by mod
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.
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
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
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()
.
IntelliJ finds most uses in my experience unless you’re doing something weird with reflection or similar. And if it’s a public facing API only used by the library’s consumers…– it should be used in tests at the very least! Especially if it’s prone to regressions like the comment suggests
I mean, in 2012 they didn’t even have 2FA yet. Also IIRC they haven’t started really leaning into the privacy angle until maybe around 2019-20 publicly, and from there it probably wasn’t the highest priority item for the security team. Not excusing how long it took, but they are a business after all and with how scary the warnings around ADP are I doubt it’s a very marketable feature with a lot of reach.
This article is very outdated and nowadays you can actually encrypt your entire iCloud and be the only key holder. You will get multiple strong warnings in the UI about the possibility of losing access to your account.
If you enable “Advanced Data Protection” (E2EE for your entire iCloud) Apple tells you they will not have the keys and you’re on your own if you lose access to all devices that hold them (or forget their passwords, respectively). This feature was introduced last year.
You could have at least read the article before posting it. Nowhere does it say that, and the article goes into quite a bit of detail on how the bacteria travel. Or is that too much to ask?
Mmh, I see what you mean. Fair enough!
…what? How do you expect them to demonstrate their intelligence within the span of a single comment, without telling you? This “comeback” doesn’t work if their intelligence constitutes actually relevant context.
Man, the onion buying infowars was the one good news story this entire month… of course we can’t even have that