oh my god it's windy and sunny

Month

May 2010

I am now drinking a drink I call the "Kel Fell Asleep"

themattsmith:

It is half Wild Turkey 101 and half Gentleman Jack.

Oh! That is great! It is not unprecedented. (See: the Catch-22, which according to The Ultimate Bartender’s Guide, is equal parts Irish whiskey and Scotch.) While I’m not incredibly familiar with the process used to make Gentleman Jack specifically, it should add a nice dose of charcoal to your tough-love Wild Turkey.

May 1, 201011 notes
May 1, 20102 notes
May 1, 2010
"The current thinking likewise requires women to divest themselves of all their antiquated notions, and pants, and thereby 'free' themselves to couple according to 'their own wishes.'"  → theawl.com

Hooey, Sex Offender Week at the Awl went out with a bang. This is one of the finest pieces of blog prose (blose?) that I’ve read in a very long time.

Apr 30, 2010

April 2010

Apr 30, 2010
Apr 30, 20103 notes
#bucks #milwaukee
Blog: Twitter/LoC, Part IV - Internet Research Ethics → sexdrugsandintellectualfreedom.com

Aaaaaaand, I finally wrap up my extended thoughts on the Library of Congress Twitter archive. W00T!

Apr 30, 2010
Apr 30, 20102 notes
Apr 29, 2010191 notes
Apr 29, 20101 note
Anyone else getting excited for the weekend?

I’ve had my eye on Discreetly Mine for a couple months, but he’s not getting much love as of late. However, the sexily-pedigreed Jackson Bend is coming in around 15-1 these days. (Which seems a bit off as DM has a better pedigree for the distance than JB, but WHATEVS.)

Mint juleps. My house. Saturday.

Apr 29, 2010
#can't wait
"Darius’ owner, Annette Edwards, has owned several other record-breaking rabbits." → today.msnbc.msn.com

Your WTF photo caption of the day.

Apr 29, 2010
Apr 28, 201014 notes
Play
0:35
Apr 28, 2010
Blog: Twitter/LoC, Part III - Intercultural Information Ethics and Digital Classification → sexdrugsandintellectualfreedom.com

You guys remember Choire’s Awl post “What Were Black People Talking About on Twitter Last Night?” Yeah? Well, I revisit it a bit here.

Apr 28, 2010
If you ask someone what their favorite Led Zeppelin album is and they do not say "II" are they a) utterly wrong or b) embarrassingly wrong?

This has been on my mind today, you guys.

Apr 28, 20103 notes
Apr 28, 20101 note
Wiping Your Tumblr Clean → tobybot.tumblr.com

Hey you guys: my friend Toby wrote a script that allows you to bulk erase your Tumblr should you ever desire to do so. As his astute warning below indicates, IT WILL ERASE YOUR WHOLE TUMBLR. So, you know, unless you want to do that…don’t do it.

But, anyway, I love my friends who can do freaking useful things. I had to manually delete my entire Facebook wall awhile back and it was super annoying. I can imagine others might run into a similar situation with the Tumblr, so I feel it is my duty to pass the word on. His post, plus the script below:

Let’s say you, like me, set up a Tumblr blog a long time ago and used it to post junk, or just be a mirror of whatever you posted on Twitter or something. Then, you decided you wanted to actually try using Tumblr, like for reals. You look around for a way to just nuke the whole thing, delete all the damn posts and start FRESHY FRESH.

Well, it seems this can’t be done (or it couldn’t when I went looking, maybe it has changed/will change). There is no way to do just wipe it clean and begin again. I discovered this for myself, and after much grumbling I went looking for a solution; I found a cached copy of some defunct non-Tumblr-blog with the original version of the below code. It didn’t work, so I fixed it, and here is the result.

<?php
// !!!!!!!!WARNING!!!!!!!
// RUNNING THIS FILE WITH THE APPROPRIATE CREDENTIALS WILL
// ERASE ALL YOUR POSTS FROM YOUR TUMBLR BLOG!
// Tumblr Blog Info
$tumblr_email = 'YOUR@EMAIL.COM';
$tumblr_password = 'YourPassword';
$tumblrDomain = 'blah'; // if your tumblr is blah.tumblr.com, put 'blah' here
$i = 0;
do {
    $xml = simplexml_load_file("http://" . $tumblrDomain . ".tumblr.com/api/read?start=" . $i . "&num=50&rand=" . rand());
    $i+= 50;
    $count = count($xml->posts->post);
    if ($count == 0) break;
    foreach($xml->posts->post as $post) {
        $postId = (string)$post[id];
        echo $postId . "\n";
        $request_data = http_build_query(array('email' => $tumblr_email, 'password' => $tumblr_password, 'post-id' => $postId));
        // Send the POST request (with cURL)
        $c = curl_init('http://www.tumblr.com/api/delete');
        curl_setopt($c, CURLOPT_POST, true);
        curl_setopt($c, CURLOPT_POSTFIELDS, $request_data);
        curl_setopt($c, CURLOPT_RETURNTRANSFER, true);
        $result = curl_exec($c);
        $status = curl_getinfo($c, CURLINFO_HTTP_CODE);
        curl_close($c);
        // Check for success
        if ($status == 201) echo "Success! The new post ID is $result.\n";
        else if ($status == 403) echo "Bad email or password\n";
        else echo "Error: $result\n";
    }
}
while ($count > 0);
?>

Apr 28, 201016 notes
"Before we begin, let us be clear: We speak not of the Rivers Cuomo that was, nor of the Rivers Cuomo that is, nor yet of the Rivers that shall be. We speak, now, of the Platonic ideal of a Rivers Cuomo..." → theawl.com
Apr 27, 2010
Play
Apr 27, 201033 notes
Next page →
2012 2013
  • January
  • February
  • March
  • April
  • May
  • June
  • July
  • August
  • September
  • October
  • November
  • December
2011 2012 2013
  • January
  • February
  • March
  • April
  • May
  • June
  • July
  • August
  • September
  • October
  • November
  • December
2010 2011 2012
  • January
  • February
  • March
  • April
  • May
  • June
  • July
  • August
  • September
  • October
  • November
  • December
2009 2010 2011
  • January
  • February
  • March
  • April
  • May
  • June
  • July
  • August
  • September
  • October
  • November
  • December
2009 2010
  • January
  • February
  • March
  • April
  • May
  • June
  • July
  • August
  • September
  • October
  • November
  • December