Posterous theme by Cory Watilo

Filed under: Google

This little piggy went wee all the way home: Exporting your Oink data

I was an avid Oink user and was saddened to see it go away. Alas, services come and go and it's all good as long as you can export your data, right? Wrong!

Oink provided a bunch of CSVs and photos in a zip. CSVs tend to be messy to work with. I needed a JSON with all the information about the places and items. Instead the information provided by the Milk team was minimal (rating, reviews, foursquare_id). They didn't even include the name of the place visited!

I had to make sense of all this data in order to eventually export the data to another service (like Evernote). So, I wrote a Python script which outputs a nicely formatted JSON of all the Oink items including locations.

Script Features

  • Exports to single JSON file
  • Includes foursquare venue info (name, lat, long, address, etc.)
  • Removes entries with no location
  • Merges comments and ratings for those available

Requirements

  • Oink export CSV (can be requested on http://oink.com)
  • Foursquare OAUTH token (see section below)
  • Python 
  • Terminal

Part 1: Get Foursqaure OAUTH Token

Part 2: Execution Instructions

  • Copy oink_export.py to same folder as your Oink CSVs
  • Open terminal to Oink CSV folder
  • Run 'python oink_export.py --token=YOUR_OAUTH_TOKEN_HERE'
  • Watch it fly through your data

Explore more here:

  

Hi I'm Filip, I work at Pulse and we're hiring

Make Google Chrome Canary the Default Browser on Mac OS X

  • Launch Safari
  • Apple -> Preferences
  • General -> Default Web Browser
  • Select “Chrome Canary” from the drop-down menu

I love Google Chrome as my default browser, but ever since version 11 I've been having problems with it. I quickly switched over to the Canary builds and been living life on the bleeding edge since. Unfortunately, Google doesn't allow you to make it the default browser on OSX. I found this great little guide that provides a workaround.

Enjoy!

A Feature Request for GMail's Undo Send

Screen_shot_2011-01-31_at_6

I've always been a fan of GMail's undo feature. I can't count the many times the feature has saved me from misspellings in an email, forgotten content and forgotten recipients. 

The other day i was sending something in an email to my friend who was sitting right next to me. Don't ask... My undo setting is maxed out to 30 seconds. We were both left staring at the screen as we got the message displayed in the screenshot. The waiting was excruciating. We didn't care about undoing anything in the email yet we were forced to wait for it to send.

Why is there no option next to 'Undo' and 'View message' for 'Just send it already!' ?