favorites
This thread lives rent free in my brain. And randomly came across my FB feed so of course I had to dig it up out of my Tumblr to share what fb shared.
I like this one

roma★

izzy's playlists!
One Nice Bug Per Day
taylor price
2025 on Tumblr: Trends That Defined the Year
trying on a metaphor
No title available
Lint Roller? I Barely Know Her

Discoholic 🪩
Game of Thrones Daily

@theartofmadeline
NASA

ellievsbear

oozey mess
hello vonnie

Origami Around

Kaledo Art
$LAYYYTER
"I'm Dorothy Gale from Kansas"
RMH

seen from Azerbaijan
seen from Colombia
seen from Croatia

seen from Argentina
seen from United States
seen from United States

seen from India
seen from Japan

seen from Finland

seen from United States

seen from Finland

seen from Azerbaijan

seen from United States
seen from Israel

seen from Spain

seen from Poland
seen from United States

seen from United States
seen from United States

seen from United States
@artanyis
favorites
This thread lives rent free in my brain. And randomly came across my FB feed so of course I had to dig it up out of my Tumblr to share what fb shared.
I like this one
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.
#they have baggage
@lanthir thought you would the put Tumblr-ness of this.
“We need to talk to Dr. Singer, Keef,’ Ninbad said. ‘It may be pure science to her, but to others her work has tremendous power for good or evil.’ ‘Tremendous power is always evil,’ I said. 'No matter what the initial promise, in the long run it always turns out to be a curse. Look at atomics. Look at coal and oil. Hell, look at agriculture. Which would you rather be – a hunter/gatherer or a peasant?’”
— The Long Hot Future, by Hank Roberts
Ghost in the Shell (Production I.G / Exact - PS1 - 1997)
This game was great. I borrowed it from a friend and for some reason my only memory card was not compatible with the game, (worked on others though) so I was determined to beat the game on a single sitting.
I don't remember how many hours it took, but I did it, took about a week of trying after school and work. No saves, one single run.
Non cooking spray stick
Non spray stick cooking
Non cooking stick spray
non stick spray cooking
something unknown but very powerful came over me. retro spirk kyaa❣️❣️❣️
@lanthir want sure you'd seen this
Star Trek: Deep Space Nine "Past Tense, Pt. 1"
Reblog if it's the same year as it was yesterday, 2024
remember that no matter what, jesus’s feet are the exact same size as yours
I have been informed that this is not the lesson “footprints in the sand” is intended to teach sorry guys
We are Cinderella and Jesus is the glass slippers
-blurry
This reply has potential interpretations that are bad.
No, this makes sense, you just might need to cut off a toe or heel to be able to fit in the shoe. Then have your eyes pecker out by birds on the whim of a vengeful being because you were not the perfect fit.
Would the red shoes be a better allegory?
I'm sorry, Tumblr, what the hell is this ad? Is this is your idea of a Pride Month joke? What dystopian timeline are we in again?
The ds9 writers specifically said that they didn't want any more stories about quark getting pregnant, and I suspect this is close enough to count.
Who wants to see my pet paper shredder
It's one of those fancy motion-sensing ones
The void appears to have claws now, stand back when speaking into it.
leoreturns:
I have been waiting all year to post this.
Will it hit a million notes today?
Will it hit 2 million notes today?
dissertation writing advice
this is amazing and I'm glad I saw it
i do this when im writing fiction. Each fic has a cut document full of discarded dialogue, scene settings, metaphors etc that dont quite fit yet I might want to use down the line or other fics.
Hell, I do this with server/service migrations, told to purge old data? Nope, it goes in an archive/misc data bin. It's a good policy to sort and not delete anything you're working on