Trump says, regarding illegal immigrants, and specifically transnational gangs like MS-13, "You wouldn’t believe how bad these people are. These aren’t people, these are animals."
The danger in denying basic humanity to a certain group of people is twofold:
1) It's too easy to use that to justify TREATING them as non-human, and
2) It's too easy to start spreading that non-human category to include other people you don't like.
"They're not people, they're animals" is how people start getting put in concentration camps. They're not people, so you don't have to care about them. They're animals, so you don't have to offer them due process or the protection of law. And once you've done that once, it's really easy to justify doing it again to suppress another group you don't like.
"By late next year, #bitcoin could be consuming more electricity than all the world’s solar panels currently produce — about 1.8 percent of global electricity, according to a simple extrapolation of the study’s predictions. That would effectively erase decades of progress on renewable energy."
There's a lot of (valid) criticism of capitalism. But not a lot of advice on how to survive in capitalism, especially lower class survival techniques.
You have to give people the tools to deal with the oppressive systems they live in until alternatives are in place, not just yell at them to delete FB or that credit ratings are evil.
When your glib, overwrought glee at the destruction of human beings hits a fever pitch that would seem excessive in a shitty comic book, let alone real life.
Me: so uh, couple of questions about character design, do uh, wheels? Exist in D&D? DM: yes Me: and um, physical combat? DM: yes, obviously Me: one last thing, do boots exist? Dm: yes Me: okay so that's all the conponents of roller derby, here is a roller derby elf.
@Riley It's a lot easier to know "oh, PARC solved this problem already, so I should see what they did" than to try to solve a problem that the most brilliant minds in CS spent six months on from first principles in a weekend.
@mmu_man Yeah, free software for sure isn't immune. Much less immune, too, now that a lot of the old guard has been replaced with 'open source' people from industry who don't know the lore and don't know that there *is* lore.
@enkiv2 even happened in Free Software. Like linux devs: "Oh we found this nice thing, we called it 'tickless'"; BeOS did it 20 years ago, IRIX probably 25 as well.
Hot take: The past 40 years in tech have been characterized primarily by a slow titration of ideas from the 70s into an industry with no familiarity with history, who then claim to have invented them.
@gme There will be untold amounts of regret the day Github, for example, goes offline permanently and people realize they can no longer build their own software because they don't technically have all the source code for their application on their servers and the build process *requires* information from a third party website.
@gme Yep, I'm a FreeBSD ports developer // on the core (portmgr) team.
I've spent the afternoon trying to package something (Go+Rust) that has so many layers deep in the developer's build framework of expecting to be able to fetch data from the internet and from Github/Crates.io that there's clearly no end in sight.
Proper cleanroom build environments like FreeBSD uses for packaging requires everything be provided with the application source code and no internet access be available during build time.
Sadly this is completely incompatible with modern workflows. You end up chasing down thousands of dependencies by hand, trying to get them all in the right place for the build, and just when you think you've solved the problem the build process runs a command that expects to be able to query a website.