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?
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.
Direct action to make WHAT happen? Any sane direct action concerning animal rights or climate change would NECESSARILY reduce the amount of meat available and/or increase the price. In the end, there is no alternative to eating far less meat. And you’re delusional if you believe the very privileged western consumer base would accept those consequences.
That is exactly why consumers must realize their consumption habits are unsustainable, and unethical.
The oil industry is, of course, doing all that polluting for the sheer fun of it. Our collective consumption habits, esp. in the PRIVILEGED western countries, have absolutely nothing to do with it.
There is no sustainable way to eat the amount of meat we do, no matter how much or how little capitalism gets involved. Even assuming the absolute best (aka unrealistic) stats for grass-fed cows, we’d still have to reduce our meat consumption to 1/7 of where it currently is. Do you think that is doable just by destroying some companies? Do you think people would just accept that???
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?
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.
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.
It is not about taking them to public places and you damn well know that! It’s putting them into a metal tube with a lot of stressors and ruining the flight of many many other people just because you couldn’t be bothered to take a break from flying for the first 2-3 years of their life.
What is the collective but a collection of individuals? What, therefore, is collective action, but a collection of individuals choosing to take responsibility and do what they can?
Imagine politicians and CEOs decided tomorrow to make meat production sustainable and ethical. The cost of meat would skyrocket (yes, even if we removed all corporate profit). The very next day all those individuals that aren’t responsible, according to your logic, would be in the street protesting.
But that’s true of literally every single community. Posting copyrighted images in a pics community, copyrighted music in a little video/gif, a nazi denying the holocaust (illegal in Germany) in one little comment a hundred comments in…
Who do you think is more likely to overstep? A community very well aware of the risks and the scrutiny they are under, full of people that are themselves aware of the risks, or some rando on some random community?
Obviously, they are allowed to ban or not ban whatever they want, but I just think it’s a very short sighted, quickfire decision.
Because from everything I’ve seen, those communities did not do ANYTHING illegal. They talked about software that can be used that way, but if we go by that measure, discussing any Fediverse software is illegal, because you could use that to host illegal content.
While I understand the idea behind using CSS “correctly”, I have, in my 15 years of professional experience, never ever seen even one project where the hypothetical promises of CSS were actually realized. It ALWAYS ends up with a fuckton of importants, or hunting for ages for the one class fifteen levels of abstraction up that changes your one element, coming up with more and more absurd class names, until they are literally no different from just some random name. Tailwind might seem horrible in a theoretical sense, but in an actually using it sense it’s a heaven sent. I want to change the padding on THIS ONE SINGLE ELEMENT, I change it EXACTLY RIGHT THERE where the element is defined, and i can be absolutely sure that I haven’t accidentally cascaded someone else’s work to death.
#CSS, in practice, is the insane idea of every single element on your website sharing global, mutable state, and thinking that’s in anyway smart.
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?