I knew the bees had to be secreting wax somehow. But I always imagined it to be some kind of secondary oral process. Instead they really use… specialized pores under the segments in their thorax?
Now I don’t know which version grosses me out more.
I knew the bees had to be secreting wax somehow. But I always imagined it to be some kind of secondary oral process. Instead they really use… specialized pores under the segments in their thorax?
Now I don’t know which version grosses me out more.
I’m all in favor of zuruck
replacing return
, because that just sounds cooler. Plus z
doesn’t get enough use in my programs these days.
The presence of narcissism and sociopathy in the C-suite is due to selection bias, specifically for people with “bold” personality traits.
When you layer masking on top of that, you get a skilled individual that can navigate a lot of business situations. This all happens because they’re incredibly useful traits for making money, above all else. Ethics be damned.
Eh, it’s more like electromancy, but… yes.
That’s okay. The company is set to go IPO in two.
Rearranging entropy by moving heat from one place to somewhere else.
I’ll never understand MFers in the rurals curating lawns.
Basically, it’s a flex. In order to have a perfect looking grass yard, you either need to kill all your free time to maintain it, or pay people a lot of cash to keep it tip-top. And the free time thing also requires money since you probably don’t have your life set up like that unless you’re paying for it somewhere else. Any other approach will yield mediocre results which will immediately mark you as unable to keep pace with your more monied neighbors.
Assuming you’re playing their game, that is. Which you clearly are not. Good job!
Source: https://www.crimepaysbutbotanydoesnt.com/kill-your-lawn
Look, this guy is a phenomenon and worth at least some of your time. Not just for the kill your lawn stuff, but for making botany actually interesting. There’s a whole-ass youtube channel that is sure to entertain if not educate.
That’s why they push this bullshit outside of the law anyway. More specifically, this is the act of an executive agency, and even then, a lone individual on a twitter account. There’s enough layers of “oopsie-doodle” and “come sue us,” that they feel pretty safe doing this shit.
Meanwhile, “in god we trust” is still on our currency…
deleted by creator
Well, I did have the older version on the left as a kind of rosetta stone for this. Plus, this kind of “init and/or return” pattern shows up a bunch of places, so it makes sense someone would want a quick version that’s harder to screw up or has fewer side-effects.
I’ve also spent years investigating better ways to do things through various versions of C++, D, Rust, Go, and TypeScript. After a while, the big-picture patterns start to emerge and you see different camps start to converge on the same kinds of things. Stuff like these weird features start to feel like learning a new slang term for something you’ve felt, but could never say so succinctly.
In the case of ??=
it’s a more formalized Python x = x or y
or x = x || y
in JavaScript. The catch is that not all languages treat assignments like expressions that can be returned, so you get a clunky return
as a separate statement; return (x = x or y)
doesn’t always fly. That friction is all over the place, and it’s natural to want a shorthand for this very thing.
Sure enough, after searching a bit, ??=
shows up in JS, PHP, and even Ruby has a version.
Edit: more context.
Thanks. That makes a hell of a lot more sense now.
Eh, I haven’t touched C# since 2001. I agree that the more verbose style is more explicit, and so more readable. That said, I can figure most of the new style out from context.
=>
is clearly a closure declaration operator, similar to JavaScript.x ??= y
is shorthand for “assign y to x if x is not set, and return x” which is kind of nice.There must also be some shorthand going on for getter properties being the same as methods w/o an arglist (or even a ()
).
The only part that has me stumped is the unary question-mark operator: private static Singleton? _instance = null;
I can think of a half-dozen things that could be, but I cannot decide what it’s doing that the original question-mark-free version isn’t.
::sigh:: This is the correct answer for a buttplug.io based workflow.
To be completely fair, I’ve worked in places that treat Git like it’s an over-engineered SVN and use the SVN workflow, fighting against the current the entire way. “trunk” would be just fine with that crowd.
The only difference was scale: the man was using a walkie-talkie,
Featuring the svelte and portable Motorolla cellular model from 1988:
Which is an improvement from this beast:
I had a domestic A/C unit fail this way. Zip ties kept the power leads to the compressor taught against the bottom leg of the compressor housing (cast iron or some kind of steel). The edge of the zip tie, combined with vibration and moisture abraded the insulation over the period of about 3 years and grounded out against the housing. This destroyed the compressor motor windings (melted to a dead-short under power), leading to a pricey repair.
Technician knew what to look for since he saw the exact same failure mode on that make of A/C unit in a commercial model on a rooftop.
Eh, personally, i’d still find a way to screw that up.
I dunno, eyeballs are pretty much unitaskers. Vision gets used to help reinforce balance, reflexes, and proprioception, but that’s all in the brain.
Teeth might be debatable. Arguably they’re only for masticating food. The debate opens up whether other functions are physiological and so compulsory, social constructs, or neurological things we do instinctively.
With everything else, I 100% agree. It’s all an engineering nightmare to service and troubleshoot.
What a terrible day to know how to read.