do you have a (sterek) rec list for long fics? i've looked on the giant list of recs but if it's called something clever i probably missed it. and if you don't have that list, can i request it? xx
i have wordy recs
seen from United States

seen from United States
seen from Kyrgyzstan
seen from United States
seen from China
seen from China
seen from United States

seen from Switzerland

seen from United States

seen from Argentina
seen from China
seen from China

seen from Malaysia
seen from India
seen from United States

seen from United States

seen from Australia
seen from China
seen from Algeria
seen from China
do you have a (sterek) rec list for long fics? i've looked on the giant list of recs but if it's called something clever i probably missed it. and if you don't have that list, can i request it? xx
i have wordy recs

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
So I was just watching The Proposal and DO U KNOW IF THERE'S A STEREK AU OF IT because there should be and it'd be SO CUTE because derek is the mean boss who gets to know stiles' hometown & (extended) family and falls in love & at the end stiles is like NOPE U CAN'T MAKE ME FALL IN LOVE & THEN FUCK OFF, GET BACK HERE AND DATE ME!!!! And it'd be perfect so plz help :3
i think there is one fic. but like i wasn't a fan of the film to begin with. so *shrugs* i am no help
wait okay i am very confused, i feel like i have missed something big in the tw fandom in the past like 2 days?? what happened? all i can tell is something about a lot of cookies and people freaking out about spoilers? haha can you please explain i am so lost!
new cast revealed (people speculate over that)
new twin guys revealed to have romantic intent on two of scott's friends (most fandom cares very little and some discuss slash pairings and incest porn)
new female cast member revealed to have romantic intent with derek (parts of fandom hate her on principle)
another new female cast with the revealed name of kali (brings discontent in fandom with respect for cultural misappropriation and the lack of equal representation in television)
dylan debates over his hair style publicly (a lot of people care too much)
a campaign for sterek is sending cookies to promote their cause (and love but really, i am sure it's about sterek becoming canon but again i am on the fringes here), the cookies are chocolate chip and have the logo for the campaign on one cookie per box (parts of fandom have secondary embarrassment, others are happy, some don't care and others view it as too pushy, etc, etc. srsly there is endless debate over this)
teen wolf cast first table read
teen wolf cast tweet things regularly
scott mccall hate (it appears every so often, i don't know why - endless wank over how people weren't intentionally calling him stupid when really they did)
shamming of various things
etc.
i don't know. more things that people choose to wank about when teen wolf is not on. i am vaguely aware of some and not all. some is important other things aren't. basically you find out who is tolerant and respectful and who aren't
*shrugs*
stonec0ld replied to your post: stonec0ld replied to your post: watching the...
It was sarcasm bb all jokes! I would love to live in that world too haha. Hang in there! *hugs*
thank you! *hugs fiercely* i need to live in a less dire world.
stonec0ld replied to your post: watching the sterek vs destiel poll reminds me of...
r u shure it seems p dire………….
then i would love to live in that world if this poll was the most dire thing. because right now, it's like a blip on mine. and yes, i am being melancholy.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
did you make the Gallifreyan "yes we can" thing? if so, would you be interested in making bumper stickers of it? i'd love to commission one! and if you didn't make it, do you know who did so that i can ask them? thanks so much!!
I'm afraid I don't have the facility to make bumper stickers at the moment, but it came from a Gallifreyan translator program I downloaded. I just copied the image and erased the bits of English text that were inside the square. Be warned that it might come out a little different if you use the program; the straight lines seem to be slightly random. Also, it's actually "yes we kan" because apparently Gallifreyan doesn't have Cs, just Ks and Ses.
If any of my old followers are wondering what I'm on about, I submitted this to Obama's blog and gained a half-dozen new followers...hi, new followers! Welcome, lovely to have you, apologies in advance for the insanity!
// <![CDATA[function decodeContentTags(str) { var div = document.createElement("div"); div.innerHTML = str; return div.innerHTML;}// ]]>// <![CDATA[function newTagLinks(postID, tags) { tag = tags.split(","); postTags = "post_tags_" + postID; $(postTags).innerHTML = ""; for (i = 0; i < tag.length; i++) { var addLabel = document.createElement("a"); addLabel.setAttribute("href", "/tagged/" + tag[i]); addLabel.innerHTML = "#" + tag[i]; $(postTags).appendChild(addLabel); }}// ]]>// <![CDATA[function displayTags(postID) { existingTags = ""; hasTags = true; if (String($("post_tags_" + postID)) != "null") { for (i = 0; i < $("post_tags_" + postID).childElements().length; i++) { existingTags += $("post_tags_" + postID).down(i).innerHTML.substr(1) + ","; } } existingTags = existingTags.slice(0, -1); tags = prompt("Tags", existingTags); if (tags != null) { $("tagEdit-" + postID).innerHTML = "working..."; $("tagEdit-" + postID).removeAttribute("onClick"); editTags(postID, tags); }}// ]]>// <![CDATA[function editTags(postID, tags) { var editPost = "/edit/" + postID; new Ajax.Request(editPost, {onSuccess: function (response) {r = response.responseText;dataStart = r.indexOf("<form");dataEnd = r.indexOf("]*>/g);var textareas = html.match(/<textarea[^>]*>[^<]*<\/textarea>/g);var params = {};var name;for (i = 0; i < inputs.length; i++) {name = inputs[i].match(/name="([^"]*)"/);if (name) {if (String(inputs[i].match(/value="([^"]*)"/)) == "null") {params[name[1]] = null;} else {params[name[1]] = decodeContentTags(inputs[i].match(/value="([^"]*)"/)[1]).unescapeHTML();}}}for (i = 0; i < textareas.length; i++) {name = textareas[i].match(/name="([^"]*)"/);if (name && !/id="custom_tweet"/.test(textareas[i])) {params[name[1]] = decodeContentTags(textareas[i].replace(/<(?!\s*\/?\s*p\b)[^>]*>/gi, "")).unescapeHTML();}}params['post[tags]'] = tags;delete params['post[promotion_type]'];delete params.preview_post;new Ajax.Request(editPost, {method: "post", parameters: params, onSuccess: function (transport) {newTagLinks(postID, tags);$("tagEdit-" + postID).innerHTML = "done!";$("tagEdit-" + postID).setAttribute("onClick", "displayTags(" + postID + ")");setTimeout(function () {$("tagEdit-" + postID).innerHTML = "edit tags";}, 1500);}, onFailure: function () {$("tagEdit-" + postID).innerHTML = "x_x";$("tagEdit-" + postID).setAttribute("title", "Please reload!");}});}});}// ]]>// <![CDATA[function addTagEdit(postControl, postID) { var addLabel = document.createElement("a"); addLabel.setAttribute("id", "tagEdit-" + postID); addLabel.setAttribute("style", "cursor: pointer;"); addLabel.setAttribute("onClick", "displayTags(" + postID + ")"); addLabel.innerHTML = "edit tags"; postControl.appendChild(addLabel);}// ]]>// <![CDATA[function getPostsTags(startNum) { var allPosts = $$("li.is_mine.:not(li.new_post)"); for (var i = startNum; i < allPosts.length; i++) { postID = allPosts[i].getAttribute("id").substr(5); addTagEdit(allPosts[i].down().next(), postID); } return allPosts.length + startNum;}// ]]>// <![CDATA[(function mainTags() { var startNum = 0; var pageLength = $$("li.is_mine.:not(li.new_post)").length; startNum = getPostsTags(startNum); Ajax.Responders.register({onLoaded: function () {checkPage = setInterval(function () {var newLength = $$("li.is_mine.:not(li.new_post)").length;if (pageLength < newLength) {getPostsTags(pageLength);pageLength = newLength;}window.clearInterval(checkPage);return;}, 5000);}});})();// ]]>
YAYYYYYY HANNAHHHHHHHHHH WOOOOOOO
1 5 15 19 25 ;)
1. Text from Doss: Lololz I wuld be betta.Last text that I sent: Probz yez ~*~*~*~*~ ><)))'>In conclusion, we're weird. Aren't you glad you're our friend?
5. Okay. So this is actually really fun. Acquire a microphone for your computer, go to Google, and speak gibberish into the microphone to see what Google thinks you said. It's one of my favorite pastimes.
15. I wish I had exciting ones to divulge. I do have a great one about Moak though. And a beach. And a fountain. Remind me to tell you at some point.
19. http://www.etsy.com/listing/69674433/recycled-sweater-pants-sizes-newborn-3t?ref=v1_other_1(uh whoops)
25. ;]Also refer to previous answer.