i’m evolved i think pda is actually a good and fine thing even when straight people do it but especially when gay people do. it’s nice to see love in public don’t be a hater grab a loved one and smooch them in line for your pretzel bites or something
the problem i have with the whole "humans and nature as opposed and mutually exclusive forces" style of environmentalism is that it discourages people from a sustainable, mutualistic relationship with the ecosystems around them, because getting resources from an ecosystem is Bad. Therefore it requires you to think that parts of Earth that provide resources are not ecosystems.
this is where you get unbelievably stupid crap like the "half earth" project that proposes "protecting" half of Earth's land mass as nature preserves, never mind how we choose what half or what happens to the other half.
this type of environmentalism literally encourages people to think of their own presence as excluding or cancelling out "Nature."
And so people think of their lawns as Not Ecosystems, as Not Nature, so they cannot think "How do i live in right relationship with my ecosystem, as its caretaker?" This is death to ecological thinking.
The lawn was consciously created by intention and design, with heavy machinery that was manufactured, sold, and operated, it is not spontaneously created by fumes that the human body gives off.
You act upon the land, now time to learn what you are doing, and who you are doing it to.
Yeah I’m a white American I don’t really think there’s anything I can have for culture
You're so brave for saying this
IN A WORLD WHERE BEAUTY AND ATTRACTIVENESS HAVE BECOME SO COMMONPLACE AND MUNDANE THE EXCEPTIONAL UGLINESS HAS BECOME DIVINE
so judging by how astonished people are by it every time we explain it to anybody, it seems like my wife and I might really be onto something here
during the pandemic, we invented something we call "astronaut time."
when it's astronaut time, it's like we are two astronauts wearing the big helmets, moving around the station on totally separate tasks. one of us is outside the space station and one of us is inside the space station. our radios do not work and we have no way of communicating with each other. we might see each other through the lil porthole windows, but we ignore each other because we both have different things to do.
"astronaut time" is how we get total privacy when we live in the same apartment. I will pretend you don't exist. You will pretend I don't exist. we have a nonverbal, zero-contact signal for when astronaut time is over (usually "I'll draw a smiley-face on the whiteboard in the kitchen when I'm done"). No talking, stay out of each other's line of sight, we are actively avoiding each other, unless you are currently experiencing a medical emergency goodbye.
it has been. a godsend. imagine living with your partner and being able to close every single tab in your brain related to social interaction. no fear of being interrupted by a "hey, quick question--" or "sorry to bother you, but do you know where the scissors are?" or "did you want something to eat, too?" Once or twice a month, we look at each other lovingly, hold hands, and say "baby I think I need some astronaut time tonight," and the other person goes "okay cool. bye! have a nice night!" and nobody's feelings are hurt and we both go and have a lovely evening completely by ourselves.
like idk it's a small thing but it's made our lives so much nicer, so if you and your partner/roommate are both people who sometimes need total privacy in order to recharge, maybe try it
This is a fantastic linguistics paper – the researcher observed the artificiality and social pressure imposed on kids when they're asked to produce language on the spot, so instead had them talk to a rabbit in a room with a tape recorder. He found that when talking organically, without an adult authority figure around, their speech was exponentially more sophisticated, socially fluid, and creative.
As someone in the twitter thread points out, this has obvious implications for situations in which cued language production is used in diagnosis e.g. for autism. I'd add that (while this particular paper's remit is limited to children) it should also make us think about situations where adults are pressured to speak by authority figures: court hearings, police encounters, benefit assessments, asylum interviews, etc. If the presence of power hampers your ability to advocate for yourself, these are all rigged propositions.
Anyway, you can read the whole piece here (taken from a talk on his research, so it's very readable):
https://betsysneller.github.io/pdfs/Labov1966-Rabbit.pdf
e: sorry, I should add the context that this is a language study situated in Hawaii in 1970 so there are also some very significant racial socio-linguistic politics discussed here that might be distressing to read about. I don't want to discount that aspect of the power dynamic studied here either.
Every now and then I remember that Malbolge exists and I get to spend the better part of an hour cry-laughing at the world’s worst programming language
already starting off strong, but it gets worse
Wow! Sounds easy and intuitive to use! What’s the “crazy operation” you ask? We’ll get to that later. For now let’s see what a program in this language looks like :)
Thanks! I hate it!
it’s so difficult to work with that the first program was written by another brute force search program
mmmmm delicious base-3 arithmetic, what could go wrong? (For reference, that means this program forgoes the usual “0/1″ values of binary code in favor of a much more fun “0/1/2″ set of values)
ah.
Here’s how the language actually figures out what to do. It’s got 8 “simple” commands that can be executed easily by *checks notes* running the code itself through the modulo operation and taking the result.
As a bonus, on top of all that every single character in your code will now alter what every single other character does. So I hope you’re alright with cracking a cipher every time you add a new letter to your program!
oh god oh fuck.
behold, Malbolge’s primary arithmetic operation and what you’ll be using for most of your math while programming with it :)
This looks specifically designed to be the least logical math operation you could make, and knowing what the rest of Malbolge is I’d wager that’s precisely what happened. I never want to ever use this and it’s my favorite thing I’ve ever seen.
https://en.wikipedia.org/wiki/Malbolge
Anyways here’s the wiki page if you wanna read through it more deeply, I’m gonna sit here holding in my laughter staring at the hello world program again.