After sex you see me roll over and go to balcony. You think ive gone for smoke due to my melancholic nature but I’ve opened sudoku.com evil level

blake kathryn

Product Placement
RMH

roma★
let's talk about Bridgerton tea, my ask is open
noise dept.
No title available

shark vs the universe
wallacepolsom

No title available
TVSTRANGERTHINGS

PR's Tumblrdome
AnasAbdin
No title available
Monterey Bay Aquarium
we're not kids anymore.

JVL
2025 on Tumblr: Trends That Defined the Year
NASA

Discoholic 🪩
seen from United States
seen from Sweden
seen from United States
seen from Chile

seen from Türkiye
seen from United Kingdom
seen from United States
seen from United States
seen from Germany
seen from United Kingdom
seen from United States
seen from United States
seen from Papua New Guinea

seen from Saudi Arabia

seen from Singapore

seen from United States
seen from Brazil

seen from Dominican Republic
seen from United States
seen from United States
@blackcatsocks
After sex you see me roll over and go to balcony. You think ive gone for smoke due to my melancholic nature but I’ve opened sudoku.com evil level
durdle door / dorset, england
Dance of the Sugar Plum Fairy from Pyotr Ilyich Tchaikovsky’s The Nutcracker Suite from FANTASIA (1940)
the most fun a girl can have is finding parallels, noticing patterns, making connections, contemplating
There was recently a copyright infringement case in YA and I need everyone to know that the following sentence was in the legal decision:
“Hot, sexy, dangerous boys, central to virtually all young adult romance novels, cannot be copyrighted.”
“Regarding setting, the court held that both works taking place in Alaska high schools was not protectable because Alaska is a public place and setting a teen novel in a high school is a common genre convention.”
Freeman v. Deebs-Elkenaney | Loeb & Loeb LLP
I've read the entire decision (skimming over the purely legal precedent/definitions bit) and here are some of my favorite bits:
As a lawyer, I both envy and pity the poor judge who had to deal with this case.
I'm sorry, but
On characters, the court found that while both works feature heroines with supernatural abilities and love interests who are paranormal creatures—at a macro level what one would expect of characters in a teen romantasy novel—the “totality of attributes and traits” of the characters differed materially. The court noted, for example, that Freeman’s heroine is a witch/shifter/demon who does not fly, while Wolff’s is a gargoyle/witch who does fly; that Freeman’s romantic lead is a sun-kissed Viking shapeshifter with no posse, while Wolff’s is a dark, brooding vampire prince with a posse; and that the Crave series features a fully developed love triangle with a second romantic lead and competition between “born” and “made” vampires that has no counterpart in Freeman’s work. The court rejected the notion that a heroine who takes advanced classes, quotes great works of literature, loves reading and discusses French philosophers was protectable, noting that the character Hermione from Harry Potter also exhibited those traits. The court also noted that the heroine having a biracial, gay male friend was not copyrightable.
plEASE. I'm dying here.
the original got flagged with no way to appeal it when every contributor is deactivated but I will never let this post die. it's monday and we are getting on it cunts
I used to be monotheistic. Until the great worm that I worship got cut in half
I fucking hate James Tissot’s paintings because in ALL OF THEM there is ALWAYS someone staring right at you, but it’s not always immediately visible. You just feel watched by this mf. Sometimes the little shit is right there at the centre, but others the bastard is just gazing from the distance, it is CREEPY, my guys
STOP STARING AT ME, THIS IS DISCONCERTING AS FUCK
I think this is hilarious. We’ve been caught.
In James Tissot paintings, art observes you.
I love this actually it really brings you into the scene. It denies you the psychological position of outside observer and makes you feel as if you were almost there.
recollections
Did you guys know that this isn’t your grave and you can get out of this hole? I just found out
Robert Wun | Haute Couture Fall Winter 2024/2025 (x)
physically i’m here but mentally i’m a member of the strawberry cult in hieronymus bosch’s garden of earthly delights
literally the blueprint for cottagecore hoes everywhere
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
@magnetictapedatastorage seems up your alley
Hi my name is Ebony Dark’ness Dementia Raven Way and I have long ebony black hair (that’s how I got my name) with purple streaks and red tips that reaches my mid-back and icy blue eyes like limpid tears and a lot of people tell me I look like Amy Lee (AN: if u don’t know who she is get da hell out of here!). I’m not related to Gerard Way but I wish I was because he’s a major fucking hottie. I’m a vampire but my teeth are straight and white. I have pale white skin. I’m also a witch, and I go to a magic school called Hogwarts in England where I’m in the seventh year (I’m seventeen). I’m a goth (in case you couldn’t tell) and I wear mostly black. I love Hot Topic and I buy all my clothes from there. For example today I was wearing a black corset with matching lace around it and a black leather miniskirt, pink fishnets and black combat boots. I was wearing black lipstick, white foundation, black eyeliner and red eye shadow. I was walking outside Hogwarts. It was snowing and raining so there was no sun, which I was very happy about. A lot of preps stared at me. I put up my middle finger at them. -The opening paragraph to My Immortal, posted 20 years ago today
I got this while scrolling on instagram to try to convince me to join threads and I—
We did it. We finally saved her.
Just found and watched both of their final show bows because it turns out it actually happened at Reeve Carney's last show (Eva left first), but regardless I'm crying about Hadestown again
If you want to watch just what was described in the post, start at 20:00 and watch the end
An experiment in language change
Nifty little language game here.
I can read back to 1500 with basically no difficulty
at 1400 I have to read slowly and carefully, but I can understand all of it save a couple words
at 1300 I can still comprehend most of it if I read slowly, but a much larger percentage of the words are unfamiliar to me, even with context
1200 and earlier are almost totally unintelligible