I don't know, I didn't see how they selected the target
I just remember that Israel has 0 interest in freeing Iran from its regime, and that's not the point of this war. Would be the same even if only military targets were struck.
Because the first missile kills the intended targets. So the second one is implied to be for whoever comes to pick up the bodies.
They're unrelated. It's not like there's an either-or, we had both happen and the regime is still going to stay.
The crux of that video is 3:36, radio says the group has weapons, so they're identified as insurgents and targeted. I can't really tell, but it does look like they have AKs and an RPG like the radio says. Were those…
This is what you say when there's been a repeated pattern of negligence. They struck a school once. The school was attached to a navy building. There should still be an investigation into the attack.
The comment you're replying to doesn't even mention the UN, it's about double-tap strikes. > It's evident you didn't read the report and submitted a shitpost. Chill.
Is there some other purpose of a double tap besides killing first responders? Maybe to hit underground targets, or the second hit was unintentional?
The US military isn't unethical as a whole, but it's very possible for some twisted person to commit a war crime.
Every military strike is extrajudicial, question is if they hit a legitimate target.
https://en.wikipedia.org/wiki/2026_Minab_school_attack#/map/... red is navy base, green is school
What would you suggest they have used instead? Voter registration typically asks for SSN too. Government's fault for not making anything that can be used definitively. SSN isn't used on its own either, it's that or DL…
Thanks, saved me a few minutes
Say I'm not and Claude mentions somewhere that we had a bug involving reduce(), I'm telling it to remove all uses of reduce from the codebase
Yeah this is the kind of reason people dislike reduce
Reduce always makes me question the performance and order of operations. The most I'll do in Python is like sum(x[1] for x in args) which is map + reduce. And that's only if x[1] is a number. That's about it. No…
I don't get why they didn't just do !/? syntax like in Rust. Or at least make it a compiler error to ignore err returns.
Do these contradict? There might be fewer / less active left-wing users than before.
Oh I shouldn't have said "usually," it depends. The typical net/http recovers from panics inside handlers and sends error 500. Some other servers don't. If you spawn your own goroutine, you also need to wrap things in…
*OOM-kills 20 other programs on your PC while booting up*
Never saw the point of smart watches either. Maybe if you're diabetic?
Is the nullness type thing a dog whistle for Kotlin? lol
Yeah I don't take Java jobs. There's nothing wrong with Java per se, but it has implications.
Everyone has to deal with other code that might not even be from the same org. The "check it in CI" answer isn't an excuse either. You're bolting on so much extra crap that way. I just don't see why nullability is a…
It's decent for backends. More verbose than JS but also more performant. They fixed a lot of the gaps it had.
I don't know, I didn't see how they selected the target
I just remember that Israel has 0 interest in freeing Iran from its regime, and that's not the point of this war. Would be the same even if only military targets were struck.
Because the first missile kills the intended targets. So the second one is implied to be for whoever comes to pick up the bodies.
They're unrelated. It's not like there's an either-or, we had both happen and the regime is still going to stay.
The crux of that video is 3:36, radio says the group has weapons, so they're identified as insurgents and targeted. I can't really tell, but it does look like they have AKs and an RPG like the radio says. Were those…
This is what you say when there's been a repeated pattern of negligence. They struck a school once. The school was attached to a navy building. There should still be an investigation into the attack.
The comment you're replying to doesn't even mention the UN, it's about double-tap strikes. > It's evident you didn't read the report and submitted a shitpost. Chill.
Is there some other purpose of a double tap besides killing first responders? Maybe to hit underground targets, or the second hit was unintentional?
The US military isn't unethical as a whole, but it's very possible for some twisted person to commit a war crime.
Every military strike is extrajudicial, question is if they hit a legitimate target.
https://en.wikipedia.org/wiki/2026_Minab_school_attack#/map/... red is navy base, green is school
What would you suggest they have used instead? Voter registration typically asks for SSN too. Government's fault for not making anything that can be used definitively. SSN isn't used on its own either, it's that or DL…
Thanks, saved me a few minutes
Say I'm not and Claude mentions somewhere that we had a bug involving reduce(), I'm telling it to remove all uses of reduce from the codebase
Yeah this is the kind of reason people dislike reduce
Reduce always makes me question the performance and order of operations. The most I'll do in Python is like sum(x[1] for x in args) which is map + reduce. And that's only if x[1] is a number. That's about it. No…
I don't get why they didn't just do !/? syntax like in Rust. Or at least make it a compiler error to ignore err returns.
Do these contradict? There might be fewer / less active left-wing users than before.
Oh I shouldn't have said "usually," it depends. The typical net/http recovers from panics inside handlers and sends error 500. Some other servers don't. If you spawn your own goroutine, you also need to wrap things in…
*OOM-kills 20 other programs on your PC while booting up*
Never saw the point of smart watches either. Maybe if you're diabetic?
Is the nullness type thing a dog whistle for Kotlin? lol
Yeah I don't take Java jobs. There's nothing wrong with Java per se, but it has implications.
Everyone has to deal with other code that might not even be from the same org. The "check it in CI" answer isn't an excuse either. You're bolting on so much extra crap that way. I just don't see why nullability is a…
It's decent for backends. More verbose than JS but also more performant. They fixed a lot of the gaps it had.