The sentiment here seems pretty anti-surveillance -- but why the false dichotomy? Both are important issues. It just comes off as demeaning to the people that died in 9/11.
I had the same thought about the death count when I was 11 years old. Then you grow up and realize why an attack of that nature on American soil was and still is the big deal. That's how they were able to push the PATRIOT Act and normalize surveillance, the death count numbers weren't scary enough to get that job done.
> Fixing this broken language and attitude is a step towards ending these deaths.
Is it? The person you responded to sees car crashes as an important issue to solve yet still calls it "car accidents". So maybe it's not that important after all.
Nothing makes me saltier than language policing; I'd say fixing _that_ broken language is more of a step towards fixing issues than the actual language itself.
It's not about language, it's about culture. If you saw someone running through a crowd with a knife you'd expect them to be thrown in prison. But someone speeding through a neighborhood? Or dangerously overtaking a cyclist? No bother.
If the person running with the knife hurt someone they'd be a murderer. But the car? Oh, it was just an accident.
You think they were doing it on purpose every time someone is in an accident, or you think every time someone says "accident", they're referring to or you're purposely missing the nuance to make a point nobody agrees with, or you think that people in general are not annoyed when someone drives recklessly?
If it's the first, I dunno - you're wrong. People aren't. If it's the second, aside from insurance fraud, nobody is trying to fuck up their day and lose a functional car in the process, maybe getting seriously injured. If it's the third, you're just being annoying and nobody will take your point seriously if you can't make it more saliently. If it's the last, go check out reddit. There are at least half a dozen subs where people post bad drivers and everyone in the comments is collectively grumbling.
Accidents. The aviation industry is the worst example you could use. Every single time, the goal is to find the issue, NOT the blame. The industry is insanely safe in large part BECAUSE they refuse to frame it as a crash, and instead frame it like an accident.
Well yeah, it’s not a faultless thing. If you’re being reckless and insane they obviously fire you, but literally nobody does that. It’s not an easy job to get, you’d be throwing away a great career. Closest you’ll come is someone getting fired for drinking and piloting.
Which written language has the most history of terse, succinct writing? If Claude doesn't improve I'm ready to learn a new language just to avoid its prose. I'm only half-joking.
I am confused - I love JJ and stacked diffs with Gerrit and Phabricator, but trying to port that same "each commit gets reviewed individually, and things don't break when a half-reviewed stack gets rebased" workflow to GitHub has been a nightmare, how does JJ help?
Here's the simplest form I could distill it to. The other comments I find quite verbose or confusing, no offense intended.
x: Ann's current age
y: The age difference between Ann and Mary
24 = x + y (ie. their current ages)
x = (24/2) + y (ie. their age in the past)
Solve for y in one equation and plug it into the other. You'll get x = 18.
Uhhh... what? The OP is right; even if you do it intuitively it's still algebra. If you need a proverb to justify it: Just because your hammer is made of stone doesn't make it less of a hammer.
Look, when someone says "you need algebra to solve this" is it reasonable to assume that they are talking about informal methods that people have used forever, or is it more reasonable to assume they are talking about formal algebraic methods?
Because many people sure as shit don't need any algebraic symbols or operators to solve this in their heads.
This works really well for me but, when I get out of the car or off the subway, then I get a bit of vertigo. I’m really afraid that using the feature too much would make the vertigo worse so I stopped.
Trusted staged publishing helps a lot: you have to independently pwn the workflow _and_ then complete a separate 2FA flow as a maintainer. The workflow never sees any keys that can publish independently.
Keys can be reused from anywhere. Trusted publishing means the attacker must trigger the specific workflow on GitHub, which is more difficult and leaves trace of actions on GitHub itself.
Trusted Publishing pins the publish to the workflow. The next step is to isolate "run untrusted code (`npm build`)" from "publish" in your workflows. Now you have two properties - the publish can only happen from one place and the publish is isolated from untrusted code execution.
So much vitriol here today, jeez.
reply