It keeps happening because people are human and make mistakes.
- 0 Posts
- 16 Comments
Kimano@lemmy.worldto News@lemmy.world•Five-time Olympian cyclist found dead in Las Vegas after choking on food2·11 个月前And the guy who invented it didn’t ever have to use it for decades afterwards, it was purely theoretical to him.
Kimano@lemmy.worldto News@lemmy.world•J.D. Vance Awkwardly Retreats After Bizarre Attempt to Storm Harris’ Empty Plane4·11 个月前JD Vance is the only guy who can join the mile high club without leaving his seat.
Kimano@lemmy.worldto Technology@lemmy.world•Alexa Is in Millions of Households—and Amazon Is Losing BillionsEnglish12·1 年前Sure, no one is saying that. The point is that it doesn’t send anything other than the stuff after the keywords back to company servers.
Kimano@lemmy.worldto Technology@lemmy.world•Alexa Is in Millions of Households—and Amazon Is Losing BillionsEnglish19·1 年前There’s also the matter of there being literally hundreds of security and privacy researchers who would love nothing more than to catch Amazon doing this, and no one has in any major way.
Kimano@lemmy.worldto News@lemmy.world•A Black man got a job interview after he changed the name on his resume. Now, he’s suing for discrimination | CNN16·1 年前There’s also been tons of academic studies on it that back it up.
Protonmail is encrypted and they literally cannot decrypt to record your data.
Kimano@lemmy.worldto Technology@lemmy.world•Tesla Cybertruck Dominated by F-150 Lightning In Sand Drag RaceEnglish6·1 年前The driver skill is hard to control, but I would assume they had equal pressure in the tires, or at least close enough. There’s also more things that matter like tire width, lockers, horsepower, weight etc.
Even if it’s not a perfectly scientific test, it can still be interesting
Kimano@lemmy.worldto Technology@lemmy.world•Leaked Documents Reveal How Google Search Gatekeeps the InternetEnglish8·1 年前Yeah, honestly it would be fascinating if you wanted to go search for the specific terms that you think should bring that up, and then compare how deep your blog is in the results on a bunch of different web search pages.
Yeah, the annoying thing is the people who I generally have found to be the worst about stuff like this are old school Senior C developers, who still program like it’s 1987 and we have to fit everything into 4K of RAM.
Fortunately there’s nothing like that in my code base, I just run into stuff like that periodically when I’m digging around in other team’s server code looking for something.
My personal code readability axe to grind is nested complex ternary operators.
Every now and then I’ll see something like this
return (checkFormatType(currentObject.type==TYPES.static||currentObject type==TYPES.dynamic?TYPES.mutable:TYPES.immutable)?create format("MUTABLE"):getFormat(currentObject));
And I have a fucking conniption because just move that shit into a variable before the return. I get it when sometimes you just need to resolve something inline, but a huge amount of the time that ternary can be extracted to a variable before the ternary, or just rewrite the function to take multiple types and resolve it in the function.
Kimano@lemmy.worldto News@lemmy.world•Boeing forced to scrub first crewed Starliner launch to the space station4·1 年前ULA is also Boeing, tbf.
Kimano@lemmy.worldto World News@lemmy.world•Why Germany ditched nuclear before coal—and why it won’t go backEnglish3·1 年前Yeah the difference is hot fusion works, see: the sun. Cold fusion would require a fundamental change in how we understand physics works. It’s junk science.
Kimano@lemmy.worldto Games@lemmy.world•There is one uncleared level remaining in Super Mario Maker, with 18 days to go before the servers shut downEnglish0·1 年前That video is a TAS, no human has cleared the level.
You can also feed them less, and then put that kibble in the treats as part of dinner time. So they’d get half their dinner from the bowl and half from a puzzle toy, or whatever.
Lion batteries have flames without explosions because of design considerations with the batteries: vent holes that allow pressure and heat to escape a failing battery. It’s possible that if those safeguards were compromised, you could trigger an actual explosion.