@rmanalan

Fixie Gymnastics

Amazing! I'd love to see a fixie enthusiast attempt these.

Posted

I bet your dog can't do this

Lucy's not quite a contortionist, but she is super flexible.  I call this the splat position.

Posted

Wood-Framed Renovo Bicycle Reminds Us of Simpler Times

Beautifully crafted wooden bike... I want one.

Posted

Send to Posterous directly from Google Reader (the official way)

We're big fans of Google Reader. It's one of the easiest ways to view everyone's stuff fast. Yesterday, Google Reader added a new Send To feature that lets you post to your favorite places right from Google Reader while you're looking at stuff.

By popular demand, now you can use this new Send To feature with Posterous. Go to Settings > Send To in Google Reader and under "Don't see your favorite site?" click Create Custom Link.

Then copy and paste the values below into the custom link fields:

Name
URL
Icon URL

It should look like this:

Click Save and you're done.

Now when browsing Google Reader, you'll see a "Send To" option for Posterous at the bottom of each reader entry like so:

When you click Posterous, you'll be sent to our "Share on Posterous" page that works like our Bookmarklet. We've also revamped the way the bookmarklet handles text posts so if you don't select any text on a page, we'll still try to extract the meatiest part of the content of a page.

Of course, you can always still just click "Email" to post@posterous.com, and that will still work just great too.

Feel free to email us at help@posterous.com if you run into any problems.

Well... so much for building this on my own (http://posterit.heroku.com). I should have known that the Posterous dudes would build this. Little did I know that we were building it in parallel.

Posted

How to post to Posterous from Google Reader

Update: Use the official Posterous version instead.

Last night Google added a bunch of new features to Google Reader.  One of the features they added was the ability to send items to various social sites like Twitter, Digg, Facebook, etc.  One of the "Send To" sites I would have liked to see by default is Posterous.  But that didn't happen.  So, to scratch my own itch, I created a service to do just that.  The service is called "posterit" and is available at http://posterit.heroku.com.  Before you can use it with Google Reader, you first need to set it up in Google Reader.

Go to Google Reader > Settings > Send To.  Click on the "Create a custom link" button.  Enter the following details into the form:

Name: Posterous
URL: http://posterit.heroku.com/?title=${title}&url=${url}&shorturl=${short-url}&source=${source}

Some known issues (actually, just one that I'm aware of): If you have more than one Posterous site, this will only post to the default site.  Hopefully that's not an issue for most people.

Posted

What I really learned in college...

Posted

FACEBOOK FIRED: 8% of US Companies Have Sacked Social Media Miscreants

Posted

Alcatraz: 75th Anniversary

I finally got around to visiting Alcatraz after living in the Bay Area for over a decade. Luckilly today was the 75th anniversary -- got to hear a talk from an actual ex-convict who spent 15 years at Alcatraz and chat with some prison guards and their family members who lived on the island.

   

Posted

How to embed a Sinatra app inside a Rails app as a plugin (not using Rails Metal)

Lately I've been looking for a way to embed micro sized Sinatra apps inside my existing Rails apps.  First I tried to use Sinatra through Metal, which was fine, but I didn't like that it wasn't a plugin or gem.  Also, I had an issue where using Sinatra in Metal broke my RESTful forms that used method="_put" -- never figured out why.  So, I set out to find a way to embed a Sinatra apps as a plugin instead.  It turns out that it's very simple because of Rack.

The benefit in creating micro apps inside your main Rails app is that you don't need to manage another deployment... especially if these micro apps are somewhat dependent on the main Rails app.

Posted

Cucumber step for testing text content inside a tag

I don't know why it took me so long to figure it out.  Maybe this will save someone else some time.

Posted