Blog


Posts Tagged ‘research’

Big in Japan

Tuesday, June 23rd, 2009
The man in action.

The man in action.

Congratulations to Sasank for winning the Best Paper award at the 4th International Symposium on Location and Context Awareness (LoCA) in Tokyo, Japan.  Sasank presented his recent acadmic work, “Using Context Annotated Mobility Profiles to Recruit Data Collectors in Participatory Sensing” [pdf].  Sounds like a mouthful, but it’s really quite interesting stuff.

To the Cloud!

Monday, June 15th, 2009

This past week I’ve been playing with Google AppEngine for a research project (SenseTheBeach).  So far, developing with AppEngine has been interesting (in a good way).   The platform enables you to run web applications on Google’s infrastructure - allowing you to scale easily. But in exchange for this scalability, Google has some restrictions on how your application can operate.

First, all “web” requests need to respond within 30 seconds.  So you can’t do something crazy like image processing or intense processing.  Instead, you should do your processing in the background through task queues (smart cron jobs) and have responses to web requests pre-processed.  Also, all external requests (emails, url fetch requests, etc…) need to be 1 MB or less.  This makes you strive for compression when dealing with communicating to an outside entity.  Finally, everything (processing, bandwidth, number of requests) counts towards your quota.  Of course you can pay to increase your quota, but at TakeFive, we like to be “efficient,”  so things like saving to a memory cache and then creating processes to eventually store aggregates to a database is the way to go.

Anyway when I first approached developing on the cloud, I thought I could do whatever I wanted and it would just work.  But actually it’s forcing me to be smart - which is a good thing.

Website Changes

Wednesday, May 20th, 2009

We finally got around to updating our website (I blame Jeff - slacker) with some of the projects that we have been working on over the past couple of months. The first is an iPhone app that we implemented for  Veritas Prep in regards to the GMAT test. The other two are projects (GarbageWatch and Biketastic) that were developed with CENS at UCLA in regards to participatory sensing. Check them out and let us know what you think!