"i just don't like masculine women" literally i'm so sorry for you loss. i hope you get well soon

oozey mess

❣ Chile in a Photography ❣
NASA
Aqua Utopia|海の底で記憶を紡ぐ

if i look back, i am lost
Mike Driver
sheepfilms

blake kathryn
RMH
Cosmic Funnies
occasionally subtle
untitled
Three Goblin Art
"I'm Dorothy Gale from Kansas"
Keni
todays bird

PR's Tumblrdome
No title available
Jules of Nature
$LAYYYTER
seen from Brazil

seen from Honduras

seen from Malaysia

seen from United States
seen from United States

seen from United States

seen from United States
seen from United States

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

seen from United States

seen from Malaysia

seen from United States

seen from Malaysia

seen from Malaysia
seen from Sweden
seen from Brazil

seen from Malaysia

seen from T1
@whenwillyourfaveever
"i just don't like masculine women" literally i'm so sorry for you loss. i hope you get well soon
"there is no way you're not using chatgpt for at least a few things here and there no matter your stance on it" what the FUCK are you talking about
love pulling the whole "loyal knight" thing on my friends because 1. they never expect it and 2. they go along with it every time
"my liege. your royal advisor and i have discussed this grave matter and we concur that you should not continue to commune with your ex regardless of what medicinal herbs he offers you. he is a stinky fuckhead. his presence is a blight upon our kingdom." and they just go yeah youre right and never bring up the whole knight thing even if they take a moment to process it
Did you know? Tumblr DOES have a post length limit. Strangely, though, it's based on how many blocks of text you have. Supposedly this implies that you can have any length post so long as it's one block of text? Very strange, will have to investigate further.
Two limits! You can have a maximum of 4,096,000 characters in 1 [one] tumblr post. I would work out how many combinations this is, but 26^6,000 is already considered to be "Infinity" by most calculators, and a program I wrote threw an error code.
26^95,000 is already over 134,000 characters long - which would take 33 different text blocks to convey via tumblr. Whenever somebody says we're running out of posts, don't forget that tumblr is needlessly designed for MASSIVE amounts of information [no matter how detrimental it may be for mobile phones].
There are SOME works of fanfiction which are lengthy enough that you couldn't fit the whole thing into one tumblr post, but this is enough to fit Hitchikers Guide To The Galaxy in it about 14 times over.
Don't hide that in the tags
The Lord of the Rings is generally my go-to measuring stick for "long-ass pieces of text", so I must additionally point out that, if written out optimally, about 2 full Lord of the Ringses would fit into one Tumblr post, apparently.
Though I'm not certain if that character count includes spaces, unfortunately, as I got that figure by googling "how many letters are in lord of the rings" and came upon a TikTok that counted the number of letter characters in LotR in order to figure out how many Spaghettios cans would be needed to re-write the entire thing, if one were to cut and paste each individual letter from the cans blackmail-letter style.
For those curious, the numbers are 2,261,081 letters in LotR, which calculates out to 8,795 cans of Spaghettios needed, which would cost about $12,225.
What a way to start my day. The internet truly is a beautiful place.
Hey! Guy who programmed most of the core pieces of the editor here!
So, those are the theoretical limits, yeah. But in practice, the editor is not even close to be optimized to handle these kinds of huge posts: there is a point, far far away from the size of the lord of the rings, that your browser would just crash.
So if you are planning to post long fanfiction, or anything, you better work on something that's optimized for long form (locally, or some alternative to Google docs) and then post in chunks.
So no, Tumblr is not designed to support these massive posts. It's theoretically possible, but that never was a real scenario we were trying to support
Editor crashes? No problem, I'm sure you can do that through the API though
I'm honestly very curious of what it would happen if someone tries something like using the API to post the entire Lord Of The Rings. I would assume the request would timeout, but it would be a cool test to run. Anyway, if it works, anyone trying to reblog that post would just insta-kill their browser :D
IT WORKED!
💬 0 🔁 0 ❤️ 0 · J. R. R. Tolkien The Lord Of The Rings. (1/4) ----------------------------------------------- THE LORD OF THE RINGS by J.
(okay this is just the first book, let me see if I can do all three)
oh yeah, almost a million characters, 365 text blocks, and the editor is handling it pretty well
Honestly, it works way better than I expected! I guess being plain text and not having to render any fancy formatting is enough for a modern browser to handle it well. Reblogging it took a few more seconds than usual, but went through too. Good job tumblr!
Here's the entire one, all 3 books + appendices:
💬 0 🔁 0 ❤️ 0 · J. R. R. Tolkien — The Lord Of The Rings. (1/4) ----------------------------------------------- THE LORD OF THE RINGS by J.
The API did return a 500 when trying to upload BUT it actually did upload
opening @full-lotr-test makes the app crash, I need to check on PC 👀
I just tested on my Android phone and it froze the app for about 30 seconds, but when I thought it was going to finally crash, it actually loaded the blog and started working normally
Btw, @sztupy, have you tried to edit the post? Does it work??
Yes, someone asked me to add a tag so they can filter it out, and I tried that over from the web interface.
For the first post (first book only) there was no issue. Edit loaded, I could add the tag, press Save and done. Note: this was on a PC using Chrome
For the second post (all three books) it worked the same way as the API. I could load up the page and edit it, but when pressing save I'd get an error message. However the edit did go through actually and the tag is now there.
Haven't tried to edit the text itself, but don't think it would make a difference - if your browser can load it'd just work.
(On mobile on a low/mid-range Android the App could open up the post without problems, but haven't tried editing. Using a mobile browser - Firefox in my case - the page could load but it was super slow, and buggy, and it also did crash once)
Also as a public service announcement: if you want to filter the post out from your dash the tag is #full-lotr-test
Also if anyone is interested I loaded up the entire LOTR trilogy in TXT file, then wrote a code that split it out into NPF (Neue Post Format, you know the new PDF or whatever) blocks of at most 4000 characters, then simply called the Create Post API with the resulting NPF block. I believe there's around 900 blocks in the second post above, each block containing somewhere between 3000-4000 characters, so close to the theoretical limit
That's interesting, opening it in the editor means that you don't only have the rendered html version, but also the JSON object containing all the blocks. I would expect it to at least stutter a little.
I tested it again from the android app, and scrolling through the post is really painful: it freezes the app for a few seconds every time you scroll an entire screen... So yeah, I think it would take hours to scroll through the entire thing . So anyone reblogging it is probably earning an unfollow from their beloved mutuals if they want to be able to use Tumblr at all that day 😁
I am using a fairly beefy M4 MBP with plenty of RAM, but I could expect this might struggle with a lower end computer. Here's the memory consumption statistics for reference as well:
Empty dashboard page:
Blog's page with both posts loaded:
After pressing Edit:
Yeah, edit does consume a bit more RAM than the others, but all in all, fairly impressed this still works!
Js arrays go brrrrrrrrr
I mean it's nothing for a modem high-end computer, but 77megas in js arrays is pretty impressive :D
My latest cartoon for New Scientist
To be clear, this isn't a bit. This is what they actually did. "Its too late" is the new "Climate change isn't real"... And its still a lie!
Every serious climate scientist agrees that there is no such as thing as too late, just as there is no such thing as too early. We should have done a lot more than we have to fight climate change, and the world will suffer for our inaction, but there is no point of no return. We can always work to reduce the amount of suffering that occurs, and eventually turn things around to the point where our planet is healing once again. Do not believe anyone who says it's "too late".
I know I already made a post to this effect but it's so baffling to me when someone defends the fact that headphone jacks are slowly but surely getting phased out by smartphone manufacturers with some variations of "wireless headphones are more convenient anyway" bc like. If we're talking about convenience what I like about wired headphones is that they conveniently have a single plug that makes the same damn pair of headphones universally compatible with every single audio-output-capable device I own, from my phone and my computer to my fucking gameboy and my casette player, it doesn't get any more convenient than that.
Have you heard about Bluetooth it's legal now
Yeah ofc lemme just pair my bluetooth headphones to my gameboy advance and my goddamn casette player why didn't I think of that
*cools ur dashboard down*
Lmao I just went to the TV Tropes page for Obsession and I love this bit of trivia
“Hey man, your main character isn’t sympathetic enough, could you fix that?”
“Okay sure, I’ll make him MORE unsympathetic since you idiots missed the point”
nikki begging bear to kill her and all he does is ask whats so bad about being with him. one of the most nauseating scenes ive ever witnessed
i think the internet should transition from being so usa-centric to being brazil-centric. not cos i have any personal connection or bias towards brazil, i just think if anyone could possibly usurp america’s cultural dominance online it’d be them
“man i just woke up where are all these notifs coming fro—“
the subreddit is using that pic as their header
It’s important to me that you all know that this axolotl’s name is Harold.
i’d never seen the follow up this is 1000x funnier
This campaign defies censorship in social media to raise awareness for early detection of breast cancer
this is actually super fucking smartass of them
Reblogging as this is so important everyone! My mum had breast cancer and that shit is not nice so please check yourself ladies and gents! 💕💕💕
Always a reblog. 💋
I will forever reblog this when I see it because its so important
op turned off reblogs but also i respect that they turned them off for a reason but i still want the post here so i removed their name