the curse is lifted! you are no a beast no more! congratulations! but you'll never forget the way they looked at you, will you.
Free pattern announcement!!
I’ve been working together with clockwork_faerie to bring you a pattern from an extant 1890s corset in my collection. (Waist 33”, bust 40.5”, hips 44”). It’s available for download on my blog here 🧁
The original has loads of cording and very few bones; for ease of mocking up I just made this with bones in the seams. Since it’s paneled and not gusseted, it was a super fast make - this whole thing took three hours. I made no alterations to the pattern for this mock-up. FYI, it is too small for my bust as is, and most people like to have an even 2-4" gap at the back.
This would probably best fit measurements between 38-46” bust, 33-38” waist, and 44-48” hips, but it’s also easy to modify since it’s paneled.
I wanted to make this available for free to promote access, but if you have the money and want to support more projects like this, there is a donation button on the blog (or you can use ko-fi here).
Definitely tag us if you make it, I’d love to see!
Coriolanus after only helping his girlfriend because it meant he could get money: Oh my god I'm such a good person!
the thing is that childhood doesn't just end when you turn 18 or when you turn 21. it's going to end dozens of times over. your childhood pet will die. actors you loved in movies you watched as a kid will die. your grandparents will die, and then your parents will die. it's going to end dozens and dozens of times and all you can do is let it. all you can do is stand in the middle of the grocery store and stare at freezers full of microwave pizza because you've suddenly been seized by the memory of what it felt like to have a pizza party on the last day of school before summer break. which is another ending in and of itself
If I had to choose a last meal before getting sent to the gallows I would choose all of the worlds suffering so nobody has to hurt anymore
the run up to the ides of march on tumblr is what christmas used to feel like as a kid
The cruelty of racist white men.
"It took me TWO years to finish this sketch book!" Well that's cuz you're not fuckin sketching. Those are fully painted pieces dawg that's a renderedbook. I've gone through four sketchbooks in my off time this year alone I just draw stupid faces and shit for fun. pussy up like the rest of us and start drawing stick figures with guns
Why does this read like ransom note instructions Arthur?
(source: The Iola (Kansas) Daily Index, December 19, 1908.)
All right, kiddos, gather ‘round for a little tutorial on the wonders of Markdown, you can access the whole documentation here, if you’re interested, this is only a small introduction on how to use it in the Tumblr App.
What’s Markdown?
Markdown is a language that makes it super easy to turn normal human-readable syntax into HTML. You know, HTML, the things websites are made of? Yeah. Cool as all hell, I know.
How can I use it in tumblr?
You can use Markdown whilst making a tumblr post by simply clicking on the litte settings wheel, and changing your text editor from Rich Text to Markdown, and just get writing! If you click Preview, you can see how what you’re writing will look on everyone’s dashes!
What about on mobile?
If you’ve ever used the Tumblr App to make a post, you’ll know formatting is nigh impossible, literally impossible if you use the default Rich Text editor. So if you want to do some formatting (and I’m talking almost everything tumblr allows you to put into a post) you’re gonna want to use our friend Markdown.
Just click on the settings wheel on the bottom-right corner of your screen to change the settings of your post (the same way you’d change a post to be Drafted, or Queued) and scroll until you find the option EDITOR, and just change that bad boy to Markdown. Click the back arrow, and just start writing! Once you’re done, just click post, and your Post will be fully formatted!
So how can I do cool stuff on Markdown for my dank ass posts?
All right, let’s go through the basics:
One important thing about Markdown that might be hard to get used to, is that you need to press Enter twice for a newline to actually appear. If you only press it once, the text will show up on the same line!
To make your text bold, put it between two asterisks, like this: **text**.
To make your text italic, put it between underscores like this: _text_
To turn your text into a bigger text (the H option), put a hash and a space in front of it, like this: # text. The space between hash and text is important!
Maybe the most annoying part of tumblr’s formatting ways, this is ridiculously easy in Markdown, if a bit hard to remember. The link’s syntax is this: [text](the_actual_link).
An example of this would be [this is a link to a cool blog](http://holomoriarty.tumblr.com/) which will show up like this: this is a link to a cool blog
Sadly Markdown’s syntax doesn’t support strikethrough! This is a real bummer, but you can always use the traditional HTML tag strike, like this: < strike > text <\ strike >. Just without the spaces in between the angles and the word!
List syntax is super organic in Markdown. In a new line, use - a space, and your text. To create another element in the list, just press enter, and repeat the process! You can think of the dashes as the bullets in your list, as with the hash, the space between the symbol and the text is important!
Same as the latter, but instead of using a dash you need to use a number, and a period, like so 1. again, don’t forget the space!
To put your text in a blockquote (or indentation) just put one > in front of the line you want in the blockquote! The blockquote will extend until you press Enter twice (meaning it’ll put the whole line in blockquote).
Yes, you can insert images on your posts with Markdown, if you have a link to them. Just use this syntax (it’s pretty similar to the link one!) .
An example of this would be  Which would show up like this:
This recently introduced feature of tumblr.com will put a divider between two lines of text, and in Markdown it’s as simple as using 3 or more dashes in a line like this - - -.
So Markdown DOES support Read Mores, which I didn’t knew when I first posted this, excuse me lol. Just put a [[ MORE ]] WITHOUT THE SPACES BETWEEN THE WORD AND THE [ SYMBOL on the new line where you want the Read More to go.
Not implemented! A real shame, but there are some things you might just need the full Tumblr PC experience for!
So where do we go from here?
Now that you know how to write Tumblr Posts on Markdown, USE IT EVERYWHERE. Markdown is something I use literally every day of my life. To work with it you might need to download a special editor (Atom is SO recommended, it’s ridiculous) but usually these are also a hundred times better than writing on Microsoft Word. Markdown’s your friend, use it!