aka @irisloveswomen
this blog supports Palestine, if you don’t then you can fuck off
here is a master list of ways to educate yourself and support Palestinians, please use it.
18
THIS BLOG COULD HAVE NSFW
iris
❤️🧡🤍🩷💜
new obsession every week club
CR: Sunshield
aka @irisloveswomen
this blog supports Palestine, if you don’t then you can fuck off
here is a master list of ways to educate yourself and support Palestinians, please use it.
I've made a poll on Patreon out of curiosity since this might turn into a serious project. I'm also curious to see what other sites might prefer.
Assuming it might be turned into a physical deck...
If I were to make one, what kind of tarot deck would you love to see or have the most?
A TLT tarot (covering books 1-3 right now, potentially 1-4 when Alecto is out)
A medieval/knight Butch Women tarot (similar to the original Rider Waite)
A medieval/knight Femme Women tarot (similar to the original Rider Waite)
An erotic/NSFW Butch/WLW tarot
A modern day Butch/WLW tarot (var. ideas: suits, different fashion decades, etc)
Any reblog is appreciated, simply to have more opinions on this
I mean I know a certain level of projection on fictional characters and situations is inevitable and even healthy, but sometimes you got to step back into the real world to remind yourself that Character X is not your shitty parent/abusive ex/asshole boss/bully from high school, and that people who like Character X are not personally victimizing you.
it’s 2028. trump is dead. elon is dead. zuckerberg is dead bezos is dead they’re all dead
Like to charge reblog to cast
does it have to involve radiation
I know most people don't care about anything unless it has to do with the U.S. but can we please start talking about the Canadian election.
Please don't vote for Poilievre. He's basically the Canadian Trump and plans to put in place laws that harm trans youth, and lots of other shit.
Please vote istg this is the only way anything will get better. Poilievre has been kissing millionaires and billionaires asses. He'll make life even harder, and he loves Trump.
Reblogs are appreciated, especially if you aren't Canadian.
As an USian take it from me: you need to fucking vote. You do not want any part of the future in store for us here, and it’s bad enough in the present. Never imagine it’s in the bag just because polls suggest something. Polls don’t dictate results, ballots do.
Oh my god PLEASE vote. You’ve watched it in real time down here in the US, please learn from the mistakes of this country.
This dude is my local MP. Please vote his clown ass down and out.
slurmp
so i spent far too long on this.
for those unaware, the spaghetti wall of letters and numbers is a base64-encoded JPEG image (and not a URL as some guessed). in certain cases when you tried to insert/paste an image into what’s ostensibly a text-only box, this could happen.
the thing that’s bugging me however is that there’s image data there. we have fairly a clear (albeit with JPEG artifacts) screenshot of text that, thanks to how Windows ClearType renders text, each character is identical to each other, that is to say, an uppercase Q will always look more or less pixel-perfect each time, meaning we don’t have to guess what a Q looks like, we simply have to pixel-accurate match it.
as an aside, this is why regular OCR struggles so much with this kind of data retrieval, such as code even when it’s clearer than a physical paper scan. ordinarily, OCR will try to best-guess every single letter because it expects each letter to be slightly different from each other (as would be the unpredictable nature in a scanned document), and on top of that most OCR today will try to autocorrect because it expects the scanned text to contain words in some human written language.
so, all we have to do is make a program to recognize each character and piece back together the whole base64 string, right? well…
first i stitched all 7 images back into a single block of text, observing the consistency of the line spacing. some of the screenshots have little bits of the previous one sticking out of it, which helps with alignment and to make sure they’re in the right order.
after that i had to sample every single letter off this file. this means going around the file and finding one example of each different character we’re trying to identify, saving it as its own separate file so that the program can load them as references to compare against in the full image. for base64, the alphabet consists of a-z, A-Z, 0-9, +, / and =. once i had the initial code in place…
…close! but oh so far. if any one single character in a base64 string is wrong or missing, the resulting decode will be wrong. the issues i was having were mostly with the lowercase r and j because of how the kerning affected the pixels around those letters. i was also getting false matches for r where there should be an m. what followed was grueling hours of tweaking the matching code and my known font set to better fit the original image and get as close as possible to a 100% match. here is the resulting code, maybe it’ll be useful for someone and this won’t have been a complete waste of time.
once i was confident through the verification image that i had all characters recognized, i put it through a base64 to JPEG decoder. i actually did this several times as i improved the recognition and what follows is the best result that came out of it yet. i suspect some of the data might be missing (perhaps a line or block of text got lost in between screenshots), or i have a wrong character somewhere resulting in a wrong value. this is the image extracted from OP’s base64 string:
we can finally know what they meant when they said “me in a relationship” and i can finally go the fuck to sleep.
update: i found that the string that i used to decode the image in the previous reblog actually had one letter wrong.
with this it still doesn’t parse as fully valid base64 in strict mode so i think there’s still another letter in there that’s wrong, but i couldn’t find it. however this gives us a better look:
and this is finally enough to do a reverse image search. i present to you, the HD version of our intrepid massive backpacker:
still have no idea what they mean by “me in a relationship” with that, though.