memories
Doug Jones
occasionally subtle
h

gracie abrams

bliss lane
Aqua Utopia|海の底で記憶を紡ぐ
YOU ARE THE REASON
Mike Driver

Love Begins

Andulka
𓃗
he wasn't even looking at me and he found me

tannertan36
almost home
Not today Justin
The Bowery Presents
Cosmic Funnies

Product Placement
noise dept.

seen from Türkiye

seen from France

seen from Thailand
seen from Kyrgyzstan
seen from United States

seen from United States
seen from Ukraine
seen from United States
seen from United States
seen from United States

seen from Türkiye
seen from Germany

seen from Philippines
seen from United States
seen from T1
seen from United States

seen from India

seen from United States

seen from Türkiye
seen from Germany
@kastellaran
memories

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
European hare/Lepus europaeus/fälthare. Värmland, Sweden (30 July 2023).
Finding out AI companies are chewing through - literally, they’re pulping and burning them as they go - millions of books often including 1/1s and old texts that cannot be reprinted
Meanwhile there’s always some dipshit telling me AI is the future and we’ve got to just let companies erase human history and literature so they can train their abomination machines to pretend to think like people because a judge said it’s fine
AI companies are buying and scanning printed books for training data, raising copyright and cultural preservation concerns as rare volumes a
“One of the strongest feelings I remember from my childhood is, precisely, of being humiliated; of being knocked about by words, acts, or situations. Isn’t it a fact that children are always feeling deeply humiliated in their relations with grown-ups and each other? I have a feeling children spend a good deal of their time humiliating one another. Our whole education is just one long humiliation, and it was even more so when I was a child. One of the wounds I’ve found hardest to bear in my adult life has been the fear of humiliation, and the sense of being humiliated. Every time I read a review, for instance — whether laudatory or not — this feeling awakes. To humiliate and be humiliated, I think, is a crucial element in our whole social structure.”
— Ingmar Bergman; Interviews with Ingmar Bergman by Stig Bjorkman

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
i'm not really into blondes but this is an objectively absurd connection to make
In order to be properly non-pedophilic you have to want to fuck somebody old but not with gray or white hair because that's too close to blonde which as we've established is the hair color of children. So ideally somebody old as fuck but bald. And obviously wanting to have sex with a man is misogynistic so it has to be a woman. And it can't be a white woman because that would be racist and it can't be a woman of color because that would be fetishistic, so ideally a woman with some unnatural skin color, oh let's say, purple. But it can't be an alien, because we don't know anything about alien life cycles so it could be an alien child or an alien that looks like a child. So it has to be an animal from Earth, but obviously one of human level intelligence that can communicate is otherwise that would be bestiality. So an old purple female animal that can speak English. I think the only creature you can be hot for is the Ant Queen from A Bug's Life.
"how do you feel about labels as a queer person?"
道可道,非常道。名可名,非常名。
more iliad drawings from this weekend :>
birth of venus
this is in excel btw. and this image is exactly half green and half pink. and for each shade of green there is an equal number of "opposite" pink pixels. and this represents a major leap forward in excel macro use by me
the origin of this concept was, oh, what if you were trying to recreate an image as a tapestry? and you had, say, 24 colors of yarn? and you wanted the image to have equal amounts of each color of yarn? how would you effectively use the yarn you had to create the image? you'd have to look at all the colors of the original image, then look at your yarn colors, and find some consistent method for choosing what original colors are replaced with what yarn colors. but then it turns out there's a lot of different rules you could imagine or follow, which produce different-looking images. and you can end up with something like this:
which is cool. and it would be cool to say, find a granny square cardigan pattern with 24 squares, knit these squares, make a sick cardigan. but then i realized i don't know how to knit or anything. and once you accept that there isn't really a clear "application" and this concept lives on a screen, you open yourself up to more possibilities. a la birth of venus.
step 1: python script that looks at the original image and generates an excel spreadsheet the same dimensions (793 x 1322 pixels = 793 x 1322 cells), and each cell is populated with the hex code of the color that appears in that pixel of the original image
step 2: excel macro to generate list of every unique hex code that appears in the excel spreadsheet.
step 3: excel macro to calculate the R, G, B values of each of those hex codes.
step 4: excel macro to fill each cell with the color of that hex code (not necessary, i just like to do it).
step 5: I add in Saturation (the difference between the largest and smallest RGB value) and Lightness (average of all RGB values).
step 6: pick a color palette. i always find myself gravitating towards groovy seventies palettes with warm reds and oranges, so i decided not to do that this time. i looked on coolors and found a color palette that was all dark greens that were similar to each other. there were only like four colors or something in this palette. and to make it truly different from the other project, there should be a small gradient. so i determined the smallest possible change between colors and used an excel macro to color it. i was going to stop here and do the entire image in shades of green (inspired by that guy on tiktok that paints using only one color) but then. idk. i realized the "opposite" of each color was an equally subtly changing pink. so i imagined that the end of this process would be an "abstract" image, with subtle variations of pink and green, that would end up suggesting birth of venus.
so all told, i had 502 unique replacement colors, 251 of which are green, 251 of which are pink. (793 x 1322) / 502 = either 2088 or 2089 of each color.
step 7: find some method for finding the difference between the original colors of the image and my new color palette. I use a method of comparing, R, G, B, S and L:
((abs(R1 - R2) + abs(G1 - G2) + abs(B1 - B2)) / 3) + abs(S1 - S2) + abs(L1 - L2)
and you come up with something like this. on the left, those are colors that appear in the original image. across the top, those greens are the colors i'm replacing it with. in blue, that's the number of each new color i have to work with (it's just blue for contrast). and in the center, this pink area, that's a giant spreadsheet with the "objective" difference between each original color and each replacement color. it's pink because i have some conditional formatting applied, ignore that part.
and in this situation, you have some choices to make. in the original image up there, i used a schema prioritizing light and dark--i.e., i looked at the darkest color (pure black) that appeared in the original image, then found the closest replacement color (i.e., the replacement color with the smallest number). then did the same with the lightest color. then the next darkest, next lightest.
but i'm going to do it slightly differently this time. and i don't know how this image will come out looking.
if you look at the "first" green, closest to the left, and sort by smallest to largest:
you can see that these colors on the left are closest to the "first" green i've decided to work with. that might seem odd. i mean, #7F9800--> #00a94f are pretty close, but #A95400 is red. but that's just a difference in hue. really, #A95400 and #00a94f are very similar in lightness and saturation.
and this also calculates the number of times that color actually appears in the original image. that first specific green, #7F9800, only appears twice. but some colors, like actual black #000000, appear something like 46,000 times. and if you add all the numbers in the "frequency" column, it should exactly equal the sum of each replacement color (2088 ish x 502).
step 8: excel macro again. this one is complicated. basically it sorts that first "green" column (column E in my spreadsheet) from smallest to largest. then it adds each cell in the "frequency" column until it reaches or surpasses the blue cell above column E, which for this particular color is 2089. it copies those "original image" colors and their respective frequencies over to another sheet. for the color that surpassed 2089, it splits in two. then it deletes that column E. Then it makes sure "frequency" and "replacement color sum" still total. then it runs again on the new column E, until the whole spreadsheet is used up. and it generates something like:
[color from original image] [number of times that color appears] [replacement color, filled in]
and there's approximately 8000 lines of that.
i have the replacement colors in the order above. starting with vivid green, slowing transitioning to dark green, switching abruptly to bright pink, slowly transitioning to pale pink.
step 9: another excel macro. this one looks at original image broken down into hex codes, then looks at the generated list and replaces each [original] color with the replacement color, that exact number of times.
end result of these macros, following different "rules" of assigning replacement colors to original colors, is this:
which looks different, obviously. but it is the exact replacement colors, and same number of each replacement color, as the original up there.
at maximum efficiency, it took about 20 minutes to complete step 8 and 9. i have a vision of creating a series of these, each time "starting" with the next replacement color, and then making a gif of it. idk how to make gifs though
Frankly, I think companies presenting basic health and consumer safety information as "boring," "uncool," and "not worth your care" should carry a hefty fine based on the revenue that company generates
The lameo gay crap we're legally forced to tell you: You may die of diseentary

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
"Not dating or having sex isn't even a source of discrimination in real life-" How many rights and benefits are tied up in marriage contracts though? How much of our economic and societal structure is built with the clear expectation that people couple up and support each other? Where's the security nets and affordable options for people who will never have a partner/spouse to take care of them? How many people save serious commitment only for people they have a romantic and sexual relationship with? How many people will unquestionably prioritize their sexual and romantic relationship above all other social connections in their lives? And where does that leave the people who don't want that at all, ever?
the set of ships is nonempty and finite
(any reasonable notion of) size induces a total order on the set of equivalence classes of ships of the same size
every nonempty finite total order has a maximum
there exists a ship that is no smaller than any other ship
QED
ive had trans men ask me before how to overcome the insecurity/fear that they are transitioning just to escape misogynist treatment and wondering about the validity of their identity. the simple solution is that u must continue to engage and fight misogyny even when you are not a woman. prove your fear wrong
u really cannot out-validate an insecurity that u do not do the work to fight against the structure that supports it u know. i am the gender i am simply because it looked fucking yummy. the reason i dont experience doubts w it in this way is because any time i do i turn around to face the thing im 'running from' and punch it
💯💯💯
actually can we talk about "escaping misogyny" because like. so fucking what if you are. i present far more masc in public than in private (not that i ever ""pass"" lmao), because i kinda hate how people talk about/to me when i wear skirts and stuff, and being nonbinary is complicated and people are assholes so i feel like i need to REALLY emphasize the masc stuff if i want even a chance at being gendered correctly.
this is normal. it's unbelievably normal to dress or act a certain way because you don't like being mistreated. you don't have a moral obligation to let people shit on you for the sanctity of womanhood or whatever. you are not the omelas child, your suffering will literally help no one.
this strikes me as similar to "autogynophilia" where the extremely normal desire to want to feel sexy is somehow only evil and misogynistic when trans women do it. trans women are allowed to enjoy feeling sexy, and trans men are allowed to have a level of self-defense against misogyny. these are behaviors almost everyone engages in.
gender essentialism is soooo funny bc it's like "this is what women are like" and you're like "I've met women and many of them, if not the majority, have not been like that" and it's like "well women SHOULD be like that" and you're like "why should women be like that" and its like "because that's what women are like"
The response a lot of conservatives have is that we have "turned away" from nature because modern society is "degenerate" and "perverts" human nature. So they'll argue that "two sexes" and gender roles are natural but feminism has "poisoned" women's minds. They see it as a sign of social ills that women aren't in the home as "happy" housewives. You'd have to convince them that women were not happy being second class citizens for much of history, but that is a tall order for people who don't believe in facts or logic.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Emos & scene kids got this close to abolishing gender for real. I try not to think about it too much.
The idea of a popular teenage subculture where girl & boys pretty much all dress the same feels impossible now but for a while it was reality and it was beautiful.
Tile flooring at the Oceanário de Lisboa, an aquarium in Lisbon, Portugal