But that isn’t true anymore, right? Renewables are now way cheaper per produced Watt. And still, we’re stuck with people pretending that’s not true.
But that isn’t true anymore, right? Renewables are now way cheaper per produced Watt. And still, we’re stuck with people pretending that’s not true.
Proton seems on the wrong side of the usability - privacy spectrum. Every last feature I’d want from an online provider is impossible or massively neutered by the overly strict security.
I wish there was a similar service in a trustworthy country with a more sane level of safety, like opt-in encryption for example.
Just in general: More sane defaults, less RTFM. Sure, you can configure everything, but MUST you? A lot of opensource developers seem to believe that configurability is a get-out-of-jail-free card for having to provide a good user experience out of the box.
While it wasn’t 100% free from hate, Heroes of the Storm had significantly less of it. Similarly, GW2 has a far friendlier community than WoW, because game design does matter.
Wasn’t that Blizzard/Riot?
Am I a poor little victom instead of an oppressor because I didn’t personally create patriarchy, white supremacy, ableism, heteronormativity? If I keep supporting those systems, at least when I’m an adult, I am an oppressor and fully responsible.
Well, thats only a relevant distinction if they meaningfully differentiate between Hamas and Palestinian. Considering they’ve talked about using nukes, that they think sacrificing an entire hospital full of innocents to maybe kill a few Hamas, and that we DAMN WELL KNOW how racism means generalizing anyone of a group to be the worst kind of that group, and the fact that the totally un-Hamas west bank is getting ethnically cleansed too, it’s incredibly naive to think they’ll leave any reasonable amount of palestinians alive.
It does support it, it’s just slower than JS. WA is faster in other aspects though, so frameworks that compile to WA (like the Rust framework Leptos) still end up being faster than a lot of JS ones.
You can also copy paste by manually copying text by hand, would call that a valid alternative to Ctrl-C/V?
I don’t understand the need for Ctrl-C/V, when manually copying the text exists. I know it’s snarky, but that’s the level of difference we’re talking about here. Or imagine, to delete a line, someone Right Arrows 50 times, then backspaces 50 times, instead of using the shortcut.
I loved how that game managed to have an A E S T H E T I C that was absolutely gorgeous AND perfectly matched the games themes. It’s also one of very few games where the open world-edness isn’t just a gimmick, but is integral to the game play. A real detective doesn’t get LEVEL COMPLETE messages or 10/10 CLUES FOUND.
Oh, and finally everyone was hot and the music is an absolute banger.
I’d recommend everyone check out https://prql-lang.org/. It’s SQL, but readable and writable in a sane way.
And no, SQL is NOT readable or writable for anything involving more than a single join.
SQL is horrible as a language to read or write. There’s a million different variants, because it lacks so many basic things. And when used in other code, you generally end up string concatinating one language in another language, with all the HORRIBLE bugs something like that brings about.
Imagine Backend People said we should just write adhoc Javascript for the frontend by concatinating the “correct” code in the backend.
Without a DSL for writing SQL, any sufficiently complex program will end up with string concatinating all over the place. Basically, writing a language with ZERO checks or highlighting or anything. That’s asking for trouble.
But coming from Java, I agree that some ORMs go way too far.
I want a shooter-esque game crossed with MOBA stuff. Basically, I just want Monday Night Combat, Battleborn or Gigantic to come back.
ANY effective, long-term collective change REQUIRES that the large majority of people CHANGE THEIR CONSUMPTION HABBITS. While not great, the private plane stuff is exactly as pointless as the paper straws. Both are ways for everyone to point the finger at everyone else, and not have to change.
If the government implemented the “correct” laws tomorrow, but the populace doesn’t want to change their habits, they will vote in people that give them back their old, bad things.
If a company implemented to “correct” processes, but the consumers don’t want to pay the necessary price, they go bankrupt, and the company with the “incorrect, but cheap” processes wins.
ALL COLLECTIVE ACTION IS A COLLECTION OF INDIVIDUAL CHANGE. There is no alternative!
Writing a CHIP-8 Emulator was really fun. There’s a lot of resources out there and it’s really fun, small low level project you can “finish” in a week of casual coding. As someone who was mostly coding highlevel in my job, I really learned a lot.
The Prime Video example was more like moving from nano-service insanity to sanity. They basically split EVERY POSSIBLE STEP into separate lambdas. They switched to still using microservices, but they do all transcoding steps for a single video on the same microservice instance (aka sanity).
How’s the filesystem performance? Whenever I’ve mounted something into a Docker Container, the performance has suffered. For example, things like NPM/MVN suddenly take way longer.
I have never had a good experience with a Debian server. Every single time I had to add unstable or third party repos to get anything remotely current to run. What’s the point if you have to add unstable shit anyway?