About Me

Hi. I'm John Eckman.

John Eckman

I'm a Sr. Director at Optaros, a professional services firm offering strategy, design, development, and consulting services to enterprises interested in leveraging free and open source software.

More about me

About Open Parenthesis

Contact Me

Optaros

Dopplr
Upcoming Conferences

Web 2.0 Kongress, Hamburg

My Tweets
  • bad waitress for brunch (26th and nicollet) FTW tempeh scramble, veggie burger 2 hrs ago
  • Listening to Mmy colleague schooling a prospect on "coupled" versus "decoupled" CMS systems (ie, Drupal vs. Alfresco) 22 hrs ago
  • @imdane UK's great, btw - great team, great city, great clients. Very Optaros focused view of the country, of course, but there you have it 22 hrs ago
  • @imdane I am (back in Boston) for a couple days. Back in the UK end of the month. Off on vaca a bit in between. MNPLS this weekend, dc next 22 hrs ago
  • @veganfreak #vegan as in an IRC channel? What server? 22 hrs ago
  • More updates...

Posting tweet...

Powered by Twitter Tools.

Optaros Blogs
Affiliations

[FSF Associate Member]

Creative Commons
Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 License.
July 15, 2008

Dopplr gets Email, Twitter, SMS import

Tagged with: , , , , , , , — John @ 8:20 am

One of the more popular posts on this blog is the one which describes how to import trips from TripIt into Dopplr, in order to avoid the re-entry tax. After all, as I wrote in my comparison of the two services last October, TripIt’s email import was the critical factor in my decision of how to manage this information:

Tripit’s mechanism for adding trips is superior. The ability to simply forward (or even set an automatic rule to forward) confirmation emails is a major step forward . . . Where TripIt seems better at pulling data in, Dopplr seems to be better so far at pushing their data out, or letting people pull it into other contexts.

Well, now Dopplr’s gone and added some new import mechanisms of their own. This post from the Dopplr blog (ok, it was posted back on July 8th, but it has been sitting in my queue to write about) lays out three new options: Twitter, SMS, and Email:

Today I’m really happy to say we’re taking the wraps off a number of new ways to get your future into Dopplr and share your travel information with those you trust: Dopplr by Twitter, SMS and… Email!

Dopplr Blog

Although I love twitter as a notification service (a way of letting me know something relevant happened) I don’t see myself using it as a data input service. For those of you who would like to, just follow the dopplr user and send direct messages with your trips, like: d dopplr a trip to London July 28th to August 3rd. (Nicely, it also happily accepts @dopplr posts, in case you want to announce your trips as well as put them in dopplr). SMS is another option - you associate your SMS number with your Dopplr account and you can text message the same types of messages to Dopplr’s number.

Finally, they’ve got email working at trips@dopplr.com (wonder how many people will confuse plans@tripit.com with trips@dopplr.com - did they make plans@dopplr.com an alias?).

Interestingly, you can use the same kind of shorthand messages used for Twitter or SMS - “a trip to London July 28th to August 3rd” - or you can forward confirmation messages from booking services (which is how TripIt handles import). This is because Dopplr did not set out to parse all the complex formats used by different agencies, but took a simper approach, as explained by MattB:

There are an awful lot of ways to format a travel itinerary. When people asked us to extract trips from emails, we looked at our long history of e-tickets, confirmations and reservations, and scratched our heads.

Inspiration came in the shape of Apple’s last OS X release, Leopard, and an intriguing feature called “Data detectors“.

We realised that instead of creating a piece of code to decode every email format out there, we could look for patterns of dates and place names in the text (and later, other information too) and turn those into trips.

A happy side-effect of this approach is that as well as extracting information from automatic reservation emails, it works well with short text strings like “I’ll be in San Francisco from 3rd July to 7th July”. This means we can work with many hand-written emails, with Twitters, and with SMSes too.

Of course it won’t work with every variation under the sun (for example, it’s most reliable when an email contains just a return trip in a single hop), but we’ve had very satisfying results in our testing. And of course every email you send us will be added to our test suite so that our engine can get better and better over time.

In other words, rather than specifically targeting all the different potential formats, and parsing them in some structured way, Dopplr looks for some specific patterns in the text and tries to understand their meaning without knowing the format of the email in advance.

I wonder how different this is from what TripIt actually does behind the scenes - how much they plan for specific formats they know in advance - and how successful it will be “in the field.” For now it is enough to convince me to turn off my automated importing and give trips@dopplr.com a try on my next few confirm messages. Then, I can automate a rule in my email such that travel confirmations get auto-forwarded to both plans@tripit.com and trips@dopplr.com, and be sharing my travel plans painlessly.

July 14, 2008

Open Source Microblogging

Tagged with: , , , , — John @ 2:59 pm

Many folks have been looking for an “Open Source Twitter” for about as long as Twitter itself has been popular.

Here’s a shortlist of those projects I’m aware of - please do let me know in the comments if there are others I’ve missed.

  • Sweetter 2.0 - an “open source and fun microbloging service . . . being develop[ed] by SUGUS (group of GNU users from the University of Seville).” Go here for code. Based on TurboGears, a python-based web application framework. Affero GPL (AGPL)
  • Jisko - Affero GPL (AGPL) licensed framework for microblogging, PHP 5 and MySQL. I had to use Google Translation to try to read the wiki, as I no hablo espanol.
  • Yonkly - written in ASP.NET by Emad Ibrahim. Code hasn’t yet been fully released but you can get an early version here. (License is not yet specified though it is described as “open source.”)
  • Twoorl - a GPL (3) implementation of a microblogging service in Erlang using ErlyWeb. Started (and entirely written?) by Yariv Sadan
  • Prologue - not really a microblogging platform per se, but a Wordpress Theme which could be used as a microblogging platform. (Note that the Prologue post itself kills Firefox 3 for me - caveat browser). Prologue is available under the GPL, as is Wordpress itself.
  • Laconica, which is the software which powers Identi.ca. Also Affero GPL (AGPL). This is perhaps the most robust, and is based on the Open Micro Blogging protocol. It also embeds creative commons licensing on the content people publish, which I think is great but others may have issues with.

Am I missing other open source twitter approaches?

Has anyone created a Movable Type theme which does microblogging?

July 4, 2008

Identi.ca Action Stream Plugin

Identi.ca is a new micro-blogging service which runs the open source Laconica platform.

Ultimately, this will likely be the distributed, open microblogging platform twitter fans have been waiting for (though the community itself seems mostly to be sticking with Twitter, fail whale and all).

For now, it’s just fun to play around with.

I just releases an Identi.ca action stream plugin - get version 1.0 on my Movable Type Action Streams Plugins page.

Here’s what the output looks like:

June 29, 2008

3D Fail Whale

Tagged with: , , , , — John @ 9:54 am

Via Rod Begbie comes this video by Hil:

It’s a kinetic sculpture of the Fail Whale, an illustration by Yiying Lu which is often seen by twitter users.

Anyone care to write a greasemonkey script that will replace the default fail whale with this video whenever Twitter displays it? At least then it will feel like things are moving . . .

May 21, 2008

Twitter Visualization - Twistori

I blogged a while back about We Feel Fine, a visualization of data from the internet cloud mapped to feelings by Jonathan Harris.

Now Thomas Fuchs and Amy Hoy have brought a similar visualization approach to Twitter with Twistori (click for full sized image):

Twitter Visualization via Twistori

It’s wonderful - simple, clear, lightweight, easy to watch, and elegant. I’d love it if it were possible to create your own twistori terms - maybe they’ll release the code?

Read more about it on Amy’s Blog: love & hate: from knuckle tattoos to the internet’s emotional pulse with Twistori

Next Page >>