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.
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?
The videos are literally the entire point of TikTok. It makes sense that the MAIN feature would autoplay. It’s like complaining the pages in an ebook reader are “autodisplay”, instead of every single page requiring an additional input to display the text.
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.
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).
Kubernetes is so easy! Unless you’re insane enough to have any state at all in your app. But who does that?
And then it turns out some horrendously ugly piece of plastic (like the Kinesis Advantage 360) is better for actually using.
I use Lemmy for the “general” undirected browsing when I’m bored. I also increased the friction by removing Reddit from my bookmarks, and adding Lemmy.
I do still use Reddit for the smaller communities that have no realistic alternative on Lemmy.
Having had lobster exactly once, I really don’t understand. The meat tastes like nothing, exactly like 99% of all meat. The only exception is a good beef cut, and that still has to be prepared correctly. Everything else is just about the butter, salt, spices.
The manual part I can kind of understand, honestly. There’s something rewarding about working for your food. Though I did feel like I’m using more energy to get the food than I end up consuming. It’s like a lick-mat for dogs.
In Germany, a lot of medicine can only be sold in very regulated apothecaries. Those stores are allowed to recommend and sell homeopathy. There’s even a state-exam for homeopath. Though for that you only have to demonstrate you won’t kill your patients, not that you can actually help.
Twitter has all the content. I want the content. Therefore I’m on Twitter until most of the content moves. In addition, I hate how most of the fediverse social media has no algorithm. The algorithm is how I found most of the content I’m interested in in the first place.
I do actually care about the content they “push”. Most fediverse apps are pointless to me exactly because they don’t have an algorithm. Unless you already know EXACTLY everything you’re interested in from the start, finding new stuff is the primary and best feature of the “algorithms”.
Imagine a website where EVERYONE sees the exact same content. You could just calculate that content once, save the result, and give everyone that pre-calculated result. This is called caching (roughly speaking).
Now imagine the other extreme: NOONE sees the same content. That means you have to do your (comparatively) expensive calculations every single time. That requires a lot more compute power, esp. if you want to maintain a decent speed.
Most websites aren’t entirely one or the other, but in general anything customizable will make things just a little less cache-able, and therefore everything a little more compute-intensive. Blocking is one of those customizations.
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?