I feel like her reply is just as likely to be to call him a race traitor or whatever. It’s hard to reason with people who gatekeep that hard
ISometimesAdmin
I sometimes admin. But usually not.
- 1 Post
- 20 Comments
If the GOP wanted to counterattack, they could always start funding hyper-progressive candidates too 🙂
ISometimesAdmin@the.coolest.zoneto Technology@lemmy.ml•Europe’s deepest mine to become giant gravity battery61·1 year agoI’d honestly prefer raw parroting in most cases, even if it’s “obviously” wrong. I don’t want people selectively interpreting the facts as have been conveyed to them, unless they’re prepared to do a proper peer review.
ISometimesAdmin@the.coolest.zoneto Technology@lemmy.ml•Europe’s deepest mine to become giant gravity battery61·1 year agoThough btw, I also think it’s fascinating the difference if you look up
Pyhäsalmi Mine gravitricity "2 MW"
vsPyhäsalmi Mine gravitricity "2MW"
You’ll get different articles entirely
ISometimesAdmin@the.coolest.zoneto Technology@lemmy.ml•Europe’s deepest mine to become giant gravity battery761·1 year agoI googled
Pyhäsalmi Mine gravitricity "2 MW"
and EVERY article covering this has also cited 2 MW.Now, under Occam’s Razor, what’s more likely:
- Absolutely none of the article writers have any clue what the difference between a MW and a MWh is because none of them remember any physics
- Some of them could suspect that it’s wrong, but an authoritative source of the claim wrote/said 2 MW capacity when they meant “2 MW peak generation” or “2 MWh storage” (I’d presume Gravitricity, but I’m struggling to find such a source, myself)
- One writer miswrote/misquoted as per 2, and everyone is mindlessly recycling that original article’s contents with no attribution or care.
I don’t know which one it is. But I’d generally lean against 1.
ISometimesAdmin@the.coolest.zoneto Programming@programming.dev•Does C# (or any other languages) have an official style guide like python has pep8?151·2 years agogo fmt has been a thing for almost 11 years
Absolutely fucking me_irl
ISometimesAdmin@the.coolest.zoneto Programming@programming.dev•GitHub: Can no longer search code without being logged in1314·2 years agoFuck’s sake, people. Gitlab already didn’t allow search unless you were logged in.
This ain’t enshittification.
ISometimesAdmin@the.coolest.zoneto Programmer Humor@programming.dev•Welcome to the wonderful world of code obfuscation21·2 years agoDepending on whether this code is in a hotpath (and considering how “elementary” it is, I figure that’s a possibility), this could very well be a significant speed improvement.
Though I’d say that only excuses it if it’s truly an elementary function (and not one line as part of a larger function), as otherwise it’s unreadable garbage. But on its own it:
- has a clear purpose
- (presumably) isn’t reimplementing functionality
- is easily tested
- can be modified with no side effects (besides breaking your calendar, but that’s beside the point)
ISometimesAdmin@the.coolest.zoneto Technology@lemmy.ml•No, Okta, senior management, not an errant employee, caused you to get hacked2·2 years agoI hesitate to ask, but, why do you have your IP change every minute? You seem to have a very atypical usecase
ISometimesAdmin@the.coolest.zoneto Technology@lemmy.ml•No, Okta, senior management, not an errant employee, caused you to get hacked3·2 years agoSession network binding on its own seems pretty damn basic.
ISometimesAdmin@the.coolest.zoneto Programming@programming.dev•Which language you wish would really grow and reach mainstream adoption?4·2 years agoI actually bought the second edition of Mastering Nim paperback the other day! Should be arriving tomorrow, hopefully.
I had fun dogfooding my interview problem in it, I feel like it’s basically step forward as far as modern syntaxes go.
ISometimesAdmin@the.coolest.zoneto Programmer Humor@programming.dev•I am God's greatest programmer67·2 years agoUnfortunately if you let Junior play in legacy code once, it’ll learn some nasty habits and make more of it from scratch, usually when you’re trying to sleep.
Same icon pack here!
Oh damn, that’s going to be super interesting.
Hold up: what drama? I thought everyone was just dragging their feet on implementing compatibility for it
@Clbull non deep-fried version: https://twitter.com/IdiotOfTheEast/status/1680986110590320642?s=19
If you looked at the original github link, you’ll see that it has
libadwaita
(and naturally, gtk4) as a dependency.This isn’t fragmenting anything, and
adwaita
already has good documentation. This is just another binding for another language, not a whole new implementation.