June 14, 2007

WSNblog.com

wsnblog.JPG
In case you were wondering why I was quiet for a while, most of my entries related to sensor networks were posted on WSNblog.com instead. Our wsnblog.com recently got featured on M2M magazine (although they got some information wrong about us). Joe Polastre has a decent summary of this issue of M2M magazine on Moteiv's blog. Some comments about this issue of M2M magazine would be:
  • I am keeping an eye out for ArchRock's IPv6 solutions - lets see how the industry responds to the idea of running IPv6 on sensornets, from a research point of view I have my reservations with that approach.
  • I recently attended a talk by Bob Metcalf at Cambridge, MA and it seems to me that Bob and Ember think that they have found the "killer app" in energy management - wonder how Metcalf's law would scale in that market.

February 13, 2007

Eric Brewer and Inktomi

Computer History Museum has this talk by Eric Brewer (UC Berkeley) where he goes over the rise and fall of Inktomi. For anyone remotely interested in the history of the Internet, case studies of startup companies, insight into the Internet bubble, or technology research in general; I would highly recommend watching this talk.

Inktomi was founded in 1996, by Eric and a Berkeley grad student, and went onto the Nasdaq 100 before it was bought by Yahoo! in March 2003. Yahoo search and MSN search are still powered by the Inktomi engine. Eric actually got quite emotional at times talking about Intkomi and I can clearly relate to why.

At the end he talks about the time when his 10% shares in Inktomi were worth a billion USD and he got interested in doing something for the "third world countries". Eric is the program co-chair for the ACM SIGCOMM NSDR workshop, Japan, Aug 2007 that I am organizing (along with Umar Saif). NSDR'07 is specifically aimed at bringing the benefits of networking technologies to the third world.

Below is the GoogleVideo embedded video of the talk:

February 11, 2007

NSDI 2007

NSDI '07 ACM/USENIX NSDI 2007 program is online, and the deadline for posters is still open (March 9, 2007). Do consider attending this event and help spread the call for participation.

October 10, 2006

Moteiv on Discovery Channel

Joe Polastre, CEO of Moteiv (one of the co-authors of my recent MAC paper) recently got featured on Discovery Channel and Science Channel. Below is a YouTube embedded video of the Discovery Channel broadcast.

The story was later picked up by CNN as well. You can read the Moteiv news entry about these broadcasts here.

October 02, 2006

ACM SIGCOMM 2007

main3.jpg
Only 365 days left untill the SIGCOMM deadline. Only 364 days left untill the SIGCOMM deadline. Only 363 days left untill the SIGCOMM deadline. Only 362 days left untill the SIGCOMM deadline......... Only 121 days (3 months, 29 days) left untill the SIGCOMM deadline!!

August 25, 2006

Protothreads and ACM SenSys 2006

I was a visiting researcher at SICS (Sweden) last fall where I had an amazing time working with Thiemo Voigt and Adam Dunkels. Adam's work on Protothreads recently got accepted at ACM SenSys 2006 and I am listed as a co-author on the paper.

If you don't know what SenSys is then you can try reading the Wikipedia article on SenSys. In short SenSys is the SIGCOMM of sensor networks, so I am more than glad about the Protothreads work being accepted at SenSys. :-)

acm-logo-small.png
"Threads vs. Event-Driven Programming" is an age-old debate in computer systems research. The late Roger Needham (Cambridge) tried to settle this debate with the "duality argument" in 1979 (essentially saying that threads and events are inter-convertible and are the same thing), but the Threads vs. Events remained a hot debatable topic e.g. Ousterhout (creator of the Tcl scripting language) made strong arguments against Threads in his "Why Threads Are A Bad Idea" invited talk at 1996 USENIX Technical Conference. An example of arguments in favour of Threads could be Eric Brewer's (UC Berkeley) "Why Events Are A Bad Idea" HotOS IX (2003) paper.

Protothreads are extremely lightweight stackless threads designed for severely memory constrained systems. One way to think about Protothreads is that they are a proof-of-concept of the 1979 Roger Needham "duality" argument. They are "something in-between" threads and event-driven programming. Maintaining state-machines makes event driven programming hard, but threads take too much memory to make them feasible on memory-constrained systems (e.g. sensor networks). Protothreads reduce/eliminate the need for maintaining explicit state-machines (the main argument against event-driven programming) while keeping the memory overhead very low (the main argument against threads). Protothreads (unlike traditional threads) are stack-less and their memory overhead is very small (only two bytes per protothread).

For more details, you can read the Protothreads SenSys 2006 paper ..... here

You can download and use the protothreads library ... here

Protothreads are already gaining some popularity, Google lists some 13,300 results for Protothreads; here are a few interesting links:

August 03, 2006

Erdős Number

Paul_Erdös.jpeg I found out about Erdos Numbers from my alma mater faculty Arif Zaman - the father of Random Number Generation (Rand() in programming languages). After seeing the list of famous people with finite Erdos numbers I got curious about my own Erdos number (if it was not infinite). Let me explain Erdos numbers a bit;
  • Paul Erdős is the only person with an Erdos number 0
  • Anyone who has published a paper with Paul Erdős has Erdos number 1
  • So, Arif Zaman has an Erdos number 4 because he published a paper with George Marsaglia who published a paper with George P. H. Styan who published a paper with Paul Erdős.
The Erdos number is basically a measure of research collaborations taking Paul Erdős as the center. The Erdos Number project found that all winners of the prestigious Mathematics Awards (e.g. the Fields Medal) have finite Erdos numbers and also most Nobel laureates have finite Erdos numbers as well. In other words this shows that the research circles are smaller than what we imagine them to be e.g.
  • Albert Einstein (Physics) has Erdos 2,
  • John Nash (Economics) has Erdos 4,
  • Stephen Hawking (Cosmology) has Erdos 4
The online collaborative distance search page was not so useful in calculating my Erdos number primarily because I am not a Mathematician or a Theoretical Computer Scientist. So I had to manually calculate my Erdos paths and find the limit on the Erdos number (I had to find manual paths to someone recognized by the Erdos project database and reduce the overall path length as much as possible). Here are some paths I found (listing only one example path for each Erdos number): So my Erdos number is 5, which means that from my co-author index on the DBLP Bibliography Server after 5 clicks you should be able to see Paul Erdös.