Sameer Ahuja
  • Home
  • Blog
  • Playground
    • Visualize This
    • Read My RSS
    • Lifestream
    • Older
  • Contact
    • Calendar
  • Photography
  • Subscribe via RSS

Read-Write Culture, Lawrence Lessig, and why he should be in the Congress.

February 16th, 2008  |  Published in Around the web, Opinions, SNS, Web 2.0

A few days back, I stumbled onto this TEDTalk by Lawrence Lessig. It’s by far the most convincing description that I’ve come across of the state that our culture and law finds itself in today. Watch it and decide if you’d like to vote for drafting him into the Congress.

Experiments with publishing application activity

February 10th, 2008  |  Published in PHP, Play, Web 2.0  |  8 Comments

For a couple of weeks now I’ve been monitoring what I do on my Mac using two tracker tools: Wakoopa and RescueTime. Both have unique approaches to the theme of tracking. Wakoopa builds a social network around the applications that you use. It lets you build ‘teams’ of people and see what your friends have been using. The other two significant things that it does are statistical visualizations, and recommendations of apps based on what you’ve been using. So if you’ve been using a lot of TextEdit lately, it might recommend TextMate as a ’similar’ application. This, according to my guesswork, they do by matching application tags.

Wakoopa Recommendations

The other way to do these recommendations could be to match people based on their application sets (or better still, their activity sets. If app = Microsoft Word, then Activity = word processing); and then provide recommendations based on what other people who have similar appication/activity sets are using, that the current user isn’t.

Anyways, Wakoopa does provide a simple API to accessing its data, and that is a great thing to do. That’s something that RescueTime hasn’t done yet, but they promise to do the same soon on their site. RescueTime has a unique approach to this whole domain. They aren’t building a social network (at least till yet), and this is how they track your apps: If you are using a standard application, the RescueTime tracker records its usage as any other tracker. If, however, you are on a browser, the tracker records the website that you’re visiting as an ‘application’, which makes some sense in this era of online applications. You can then go to the website and assign ‘tags’ to applications. These can later be visualized to see how much time, for example, you spend ‘Watching Videos Online’.

Rescue Time Dashboard

So anyways, I’ve been itching to use the incredibly simple to use GChart APIs with an interesting enough data-set, and Wakoopa stats are sortof interesting (at least for me…), so last weekend I cooked up a script to make a pie chart of my recent application usage. Its available here, and at the point of writing this post, this is how my stats looked:

Application usage chart

Which, I suppose, is a pretty reasonable graph. Half of what we do on our computers these days is more or less on the web (50% of which is on YouTube, which is, IMHO, the greatest time sink ever invented). Mail takes about 20%, and the actual work takes the rest. (Source after the jump)

Continue reading →

Information visualization on the web

August 25th, 2007  |  Published in Uncategorized  |  1 Comment

I got the link to this excellent post during my first InfoVis class at VT, it’s a great collection of Information Visualization projects on the web. A must-bookmark for anyone interested in visualizations. The web is like the melting pot for such applications, and that’s understandable, if not for anything else, then for the sheer number of data sets available to visualize.

As I was browsing through them, I enjoyed some more than the others, and that led me to wonder if I can setup an experiment to rate them. That’s pretty difficult though. If providing a “higher insight” is considered as the ultimate goal of a visualization, then it becomes rather hard to rate them. Insights are a function of so many things that even an experimental setup may find it hard to extract the “Interface driven insight” part of them. Especially when the visualizations themselves are about such diverse subjects. However, what attracts me to visualizations is the fact that they are so much like works of art, and hence, some of them just stand apart.

The stand apart for me was the Hans Rosling talk at TED. You’ve got to watch it.

Some updates

May 1st, 2007  |  Published in Usability, Wordpress  |  1 Comment

Following up on the last post regarding better conversational experiences on blogs, I thought why not improve the experience on the blog, as long as it has to be there. So I’ve put in a mix of conversation-specific plugins and hacks for ease of commenting on this blog -

  • Wordpress 2.1, for some evil reason, eats up all the line breaks one puts in the comment, and replaces it by the standard <p></p> combination. So as a stop-gap solution to having all the paragraphs in a comment mashed up together, I’ve increased the margin in their CSS for a feeling of visual separation.
  • You can now subscribe to the future comments on a post that you comment on. All that you need to do, is to click the checkbox in the commenting form that says “Notify me of followup comments via e-mail”.
  • Gravatars!
  • If you’d like to quote someone’s comment, there’s a ‘Quote’ link in each comment’s header, that you can click to auto-fill that comment’s content as a quote within your comment. Or, if you’d like to quote some text from the post or from within a long comment, select the text, go to the comment field and click the link that says “quote selected text”. You can DOO it! (Yes, Rob Schneider is my favorite actor.)
  • You’d notice, while commenting, that there’s a live preview just above the form that starts filling in as you type, providing a quick way to know what your comment would look like. This isn’t perfect yet- it recognizes line breaks and doesn’t render quotes as it should - but I’m working on it, and it’s good enough to give you a reasonable idea as to what your comment might look like.

 Have an idea as to how commenting can be made more intuitive? Comment on..

Dear Wordpress: Why not an XML-RPC for commenting?

April 29th, 2007  |  Published in Usability, Web 2.0  |  2 Comments

We’re very much in the middle of the Syndication revolution - Everything out there on the web can be syndicated  - Be it the latest news, your friends’ photos and videos, your favorite TV Show episodes, and so on. Even sites lacking any technological platform for publishing can be subscribed to using online tools.

Now in all this - perhaps the most popular type of feeds that we syndicate to are blog posts. And typically, they support commenting. In fact, commenting is an integral part of the blogging experience. The discussion adds mass to the content of the original post, sometimes even surpassing it in meaningful content. Or, it can go completely haywire and spread out into several branches of context. Either ways, it’s something without which blogging won’t be blogging.

So my rue is this - I would like to participate in the discussions on a blog post right from my newsreader. That implies two things-

  1. I want to view the stream of comments along with the post. This isn’t hard to achieve, given that almost all blogging platforms provide RSS feeds for comments to posts, and a couple of newsreaders that support the display of those comments.
  2. I want to be able to comment right from my newsreader. This is important because it makes the whole process of ‘participating’ with the said blog or news site much more intuitive for me, and, the newsreader can then keep track of my comments and conversations in a more organized way than I do currently through coComment or commentful. They’re really good tools, both of them, but they sporadically don’t work. coComment, for instance, is a very nice tool that integrates with a lot of social sites apart from just blogging platforms, but somehow for me it isn’t able to update the latest comments on a lot of them.

The second feature requires the website to publish an XML-RPC API (Here’s what XML-RPC means) similar to the ones that allow people to be able to post to their blog from desktop applications. Wordpress is the only blogging platform that I’ve worked with, and I’ve checked - it doesn’t have one. There is an XMLRPC for traceback, but nothing for commenting.

Is this something that just hasn’t been implemented because no one thought of it, or is it just that no one wants to have this - for fear for people not coming to the blog’s website for commenting? Or is the concern related to additional spam?

I think lack of visitors is a self-countering argument - While there may be lesser people visiting to comment on the site’s interface, there would actually be more people commenting and being active on the site - and the positive effect of that should balance out the concerns. I’m not sure if spam is a factor either - sure, the spammer now has one URL to attack - but the post id (That I suppose would be a parameter in the call to such a service) is still dynamic. And in any case, the interface just as secure as the rest of the site is to spammers. I’m not sure how captchas can be implemented in such a service - but I’m sure they can be.

Reading this on a newsreader? Click the post title, wait for the page to load, scroll to the bottom for my cute little commenting interface, and fill in your thoughts!

Previously


Apr 21, 2007
Google web history - and how to turn it off

by sameer | Read | 5 Comments

Ever asked yourself the question - “What was that awesome hit-the-boss game I played yesterday lunch break?” Well, Google just stepped forward to help you answer that very question. Google just upgraded their Search History feature to Web history, allowing people to have a look at all the pages they’ve browsed in a timeline based format. […]


Apr 20, 2007
Welcome the hybrids

by sameer | Read | 11 Comments

Adobe’s recent announcement of the Apollo framework has had me excited for a while. This weekend, I plan to get my hands dirty with the SDK and see if I can build something. The really exciting thing about Apollo is that it’s going to bring Hybrid web applications into the limelight. Already, Adobe has announced a […]


Apr 11, 2007
CakePHP and AJAX: First pitstop

by sameer | Read | 1 Comment

I started out with the Cake framework for PHP some time back, and it’s been a mixed ride so far. Cake is a very powerful, but still somewhat incipient framework built on the MVC pattern of Ruby on Rails. Among it’s several cool features is inbuilt support for AJAX based applications. A good starter tutorial […]


Apr 10, 2007
Hello world!

by sameer | Read | 3 Comments

If you came here looking for the icedlabs blog, well, the sad news is that it is dead. The reason behind that is obvious and rather bland - too much generalization killed the cat. So what’s this one about? My thoughts and observations on what is happening in Technology, and my learnings from what I […]

About This Blog

This blog is a random mix of thoughts and observations of a graduate student in Computer Science, with around 78% geek content.

Recent Blog Posts

  • Read-Write Culture, Lawrence Lessig, and why he should be in the Congress.
  • Experiments with publishing application activity
  • Information visualization on the web
  • Some updates
  • Dear Wordpress: Why not an XML-RPC for commenting?

Twitter Posts

    Spam Blocked

    193 spam comments
    blocked by
    Akismet

    Popular

    • Welcome the hybrids
    • Experiments with publishing application activity
    • Google web history - and how to turn it off
    • Hello world!
    • Dear Wordpress: Why not an XML-RPC for commenting?
    • CakePHP and AJAX: First pitstop
    • Some updates
    • Information visualization on the web


    ©2008 Sameer Ahuja.