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.
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!
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.
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.
It’s better than “invisible” exceptions, but it’s still the worst “better” version. The best solution is some version of the good old Result monad. Rust has the BEST error handling (at least in the languages i know). You must handle Errors, BUT they are just values, AND there’s a easy, non-verbose way of passing on the error (the ? operator).
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.
To get annoyingly serious on a funny post, the one huge danger of GUIs that I’ve personally witnessed in many of my juniors is that they abstract away the need to understand the tool you’re using.
I regularly use a Git GUI, and I might have to google the rebase command for more complex tasks, but I know how Git works. I know what I can do with rebase, even if I don’t exactly know how to. If you only live in the GUI, you can get far never understanding the system. Until one day, when you fuck up a commit or a push, and you’re totally hosed because there isn’t a pretty button with the exact feature you want in your GUI.
I mean, we’re rewriting everything in Rust, so there’s no need to learn cmake anymore /s
To conter your comment a little bit, I think anyone doing coding for a living should absolutely use an editor that supports LSPs. They’re an insanely helpful tool with zero downsides.
I disagree somewhat with their take, but there’s definitely languages that cmoe with features built-in that reduce the need for a fancy IDE. For example, instead of null checks via annotations that the IDE has to parse and warn about, just have nullable types. Or instead of IDE features to generate a bunch of boilerplate, just don’t require that boilerplate.
That being said, on the other side of the spectrum, anyone writing code without using an LSP is just throwing away productivity by the handfull.
If I buy my support staff “IT for Dummies”, and they then, sometimes, reproduce the same/similar advice (turn it off and on again), I owe the textbook writers money? That’s news to me.
Nothing about todays iteration of copyright is reasonable or good for us. And in any other context, this (relatively) leftist forum would clamour to hate on copyright. But since it could now hurt a big corporation, suddenly copyright is totally cool and awesome.
(for reference, the true problem here is, as always, capitalism)
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?