Sunday, November 29, 2009

Spoken Web

A team of researchers at IBM India have embarked on creating a parallel of the World Wide Web. The research effort is named as Project 'Spoken Web'.

"The basic principle of Spoken Web lies in creating a system analogous to the World Wide Web using a technology most of us all have in common - speech. Spoken Web helps people create voice sites using a simple telephone, mobile or landline. The user gets a unique phone number which is analogous to a URL and when other users access this voice site they get to hear the content uploaded there. Interestingly, all these voice sites can be interlinked creating a massive network, which can work like the World Wide Web."

As I eagerly await the outcome of Spoken Web implementation for a project in western India (for Gujrat Cooperative Milk Marketing Federation), I can't help but wonder..would this be the killer app that can bridge the digital divide prevalent in the developing countries? Only time will tell..

Saturday, November 28, 2009

Where Cynics Dare

I read an interesting post on organizational change management by Biju Bhaskar.. adding my 2c..

Many a times, while implementing organizational changes, we overlook the role of cynics. To me, having a cynic (who is equally passionate against the change) in the team helps in the following ways:
1. you get advanced warning on possible failure points
2. You get real time results on the change management process (i.e if you can help the cynic understand the merits of the change during the process..then you are on right track)

But then, the key is to create a conducive environment where even the cyncis 'dare' to stand-up for whatever they believe in. I would rather have bunch of highly opinionated people against the change, over having a set of people who don't have an opinion at all.

Sunday, November 8, 2009

Agile Metrics

I am a firm believer in the age old adage 'You can not improve what you can not measure' (unrelated - here is an interesting antithesis). I believe in the importance of having the right metrics, especially in IT projects aiming to achieve continuous improvements.

Off-late i have interacted with some agile teams to get their perception of metrics in agile teams..responses have been varied, starting with outright cynicism to a mature approach towards using just enough metrics to achieve project goals. However one aspect was common through out, there is lack of awareness on various metrics options available for agile teams.

I would encourage project teams to look at all principles behind agile manifesto, and see which are the top three principles the project team values the most and consistently achieves in each iteration. Brainstorm within the team to see if the team can objectively measure progress for each of the three most important principles. Whether team velocity and burn down charts sufficiently describe team progress in each of the practices or is there a need to think about other possible ways of describing project progress?

If you see the need of looking beyond velocity and burn down charts, here are some starting points:

1. Heuristics for agile measurement: Refer to this seminal article on Appropriate agile metrics by Deborah Hartmann and Robin Dymond

2. AgileEVM : Pretty useful if you are in an organization with strong inherent PMI practices. Though AgileEVM is pretty neat in showing consistent business value, I personally am unclear on it's implementation in projects where the scope of work changes over time. Please share your experience if you have applied AgileEVM successfully in projects where the overall project scope increased during the project lifecycle.

Some metrics towards technical excellence
3. Running Tested Features: Ron Jeffries explans RTF. More detailed description

4. Static Code analysis

5. Code Coverage

What metrics do you use for your projects?

Sunday, November 1, 2009

Andriod 2.0 on Motorola Droid

Code named as 'Eclair', Android 2.0 has some interesting improvements.

Check out the video on new features:



Motorola launches Droid on November 6th (first smart-phone running Android 2.0), with some nifty features such as:
- inbuilt app for gmail, facebook
- Google navigation
- plug in for flash 10



Would Droid be the iPhone killer?

Sunday, October 25, 2009

JSON vs XML

Following up on my previous post, I explored XML vs JSON for exposing Domino data.

In order to evaluate both the formats, i set out to build a small component to achieve the following: "Read all names/emails from Domino address book and implement AJAX to optimize name search".

I defined the critical success factors to be a) Performance b) Ease of use.

I am yet to complete the development of my test component, but based on initial findings I bet on JSON to be my preferred mode.

Here is why:

Performance: Given below is the time taken for exposing a domino address book (with over 140,000 entries) (Using Firebug 1.4)

In JSON format:


In XML format:


Clearly domino renders data in JSON format much quicker.

Ease of use: JSON data is as good as any other Javascript object. Hardly any learning curve for using JSON output.

Caveat:
Be aware of possibility of malicious cross-site scripting on JSON output. Need to be judicious before using javascript 'eval()' on JSON output.

JSONView:
For all JSON enthusiasts, JSONView (current version 0.4) is a nice firefox addon to render JSON outout on the browser itself.

Exposing Lotus domino data to external systems

As a part of project work, I have been exploring alternate ways of exposing data from a Lotus Domino system.

Since Lotus Domino release 4.5, Domino comes with an inbuilt web-server and can respond to http requests with notes data from .nsf file. However this approach tightly binds data with the presentation layer, hence is not really efficient.

Starting Domino release 5.0.2, it adopted XML as the standard data exchange format and provided services (i.e http://server/notes db path/view name?Readviewentries..) to expose domino data in XML format for external systems to read and and present as they like.

With Domino Release 7.0.2, domino extended its services to expose Lotus notes data in JSON format. Without adding any complexity, you can simply specify that output format as JSON from the Readviewentries service. i.e .. extending the example in the previous section, you can get JSON format by calling this url..
http://servername/notes db path/view name?Readviewentries&outputformat=JSON..

In future posts i would evaluate Domino's XML vs JSON services..

Wednesday, September 23, 2009

Enterprise Security 2.0

Traditional information security measures primarily involved securing enterprise network from outsiders using firewalls. However with growing focus on collaboration, evolution of web 2.0 (and cloud computing), we are seeing a paradigm shift in the way enterprises used to operate.

These days we work with people and organizations that are partners rather than employees. To be effective, they need access to data and intellectual property that the organization owns, but it must often be delivered to an environment that it does not control. Ultimately the only reliable security strategy is to protect the information itself, rather than the network and the IT infrastructure.

In this context I came across the following recommendations from the Jericho forum:



Extending these ideas, checkout Jericho forums' recommended 11 commandments on enterprise security.

In coming days, as we move more towards distributed computing over the cloud, I see the above recommendations gaining in relevance.

Monday, September 14, 2009

Google Fast Flip

Google launched Fast Flip - A web application that let's users discover and share news articles.

On first look, It greatly enhances the UX factor i.e I liked the feeling of being able to flip through pages before reading the details. You automatically get 'Most Viewed' and 'Recent' news items which helps you keep abreast of latest top stories.
Fast Flip also features a search engine and let users share content. Based on their reading choices, users will see suggestions for other articles they might find interesting.

Downside: At this point, Google isn't making any tools available for external developers to integrate Fast Flip with their Web sites and applications.

To me, It's unclear how this product is positioned vis-a-vis google news. Nonetheless, I won't complain as long as I have option to choose.

Sunday, August 30, 2009

Cloud Taxonomy

'Cloud', probably is the most over used word in the IT Industry in 2009. Big enterprises to small start-ups alike are rushing in slew of cloud based products to rake in first mover advantage. The usage of the term 'cloud' is getting muddled in the process.

I was pleasantly surprised to see a Forrester research paper on a 'Proposed Cloud Taxonomy'. Sharing the excerpts to clarify confusion around what 'Cloud' really means.

The article proposes to map all cloud flavors in the following two dimensions:
- Level of Sharing: Extent of sharing infrastructure services or business applications with other companies and tenants
- Business Value: Complexity of business process



As the diagram suggests, most of today's existing software products and services can be positioned along a level-of-sharing axis and a business value axis. The illustration uses a cloud symbol for services that will resonate as cloud services, while a squared box represents other concepts that should not be simply relabeled as cloud services.

Tuesday, August 18, 2009

Mobile application development - made easy!

After my fair share of procrastination, I finally succumbed to the charm of mobile application development. However, as the initial enthusiasm subsided, the reality struck..i.e where to start? Should I start learning Objective C?!@# malloc’s and calloc’s are certainly not my forte. Should I brush-up Java? or JavaME? will it work on iphone?

I chose the easier path out. I set-out to find cross platform tools, which can accelerate native mobile application development. To my surprise there are quite a few tools out there catering to wannabe mobile developers like me.

Here are my favorite picks:

Rhodes –

My Ruby developer friends will love me for sharing this (if not using it already). Developed by Rhomobile – free under GPL v3, easy pricing for commercial usage. The framework is referred to as "Ruby on Rails" of mobile development. It provides MVC framework (Model with – RhoSync & View and Control using Rhodes). Provides deep cross platform support, with application once developed can easily be deployed to iPhone, Blackberry, Windows Mobile, Symbian(! if still stays afloat after Nokia dumps it) and 'of-course' Android.

For iPhone fans: Support for native iPhone features is the best in the breed. Rhodes supports geolocation, camera, contacts, accelerometer, SMS, push, road map and audio / video capture.

One more interesting stuff, use of rhohub for distributed development and easy packaging of applications.

Phonegap –

By far the most widely used cross platform framework in the mobile world. Phonegap is developed by Nitobi – free under MIT license. Developing applications in Phonegap is as simple as it gets. All you need to know is Javascript and HTML. Provides cross platform support, portable to iPhone, Blackberry, and Android.

Provides decent support for native iPhone features such as geolocation, accelerometer and contacts.

Downside: you still may need to learn Objective C for executing server side action. Off-late Apple appstore has rejected some of the Phonegap developed apps under pretext of compatibility issues with future iPhone OS and the use of unsupported 3rd party APIs.

Titanium –

Developed by Appcelerator – free access to beta version – licensing is evolving. Easy to develop application using Javascript and HTML. Provides some sense of cross platform support, with option to port applications to iPhone and Android only.

Titanium provides decent support for native iPhone features such as geolocation, accelerometer, contacts and photos. Better integration with underlying apple libraries enables more standards compliant results.

Corona –

Developed by Ansca – free access to beta version – licensing is evolving. Uses Lua scripting language to develop applications. As of now, Corona enables application development for iPhone only.

Corona provides access to iphone file systems. Support for other native iPhone features such as camera and accelerometer is still under development.

Corona provides built in support for flash, hence has its advantages for development of two dimensional gaming applications.

As I make up my mind to take the plunge (leaning more towards Rhodes), please feel free to share your pick and experience on working with cross platform mobile development tools.

Thursday, August 13, 2009

Google Caffeine

Google unveiled their next-generation search technology, a project code-named Caffeine. As google puts it, "It's the first step in a process that will let us push the envelope on size, indexing speed, accuracy, comprehensiveness and other dimensions".

Being cynical (of all tall claims) the way I am, I set-out to verify the developer preview site of google caffeine. My tried and trusted search query for testing out any search engine is my (relatively unique) full-name and I tried the same on both google sites (the one live vs the developer preview site).

And the result.. Google Caffeine works..

At least it's faster and more comprehensive (77400 hits in 0.11 secs with Caffeine vs 77300 hits in 0.17 secs in the current google site)
- on a separate note Bing gives me 355 hits only :-(..but hey! isn't it a decision engine?

Back to caffeine - User Interface is unchanged, ordering of search results is nearly same..I couldn't make out if there is any improvement in accuracy..may be that part is still work in progress!

While I eagerly wait to see Caffeine live in action, I can't help but wonder 'what's next'

Saturday, August 8, 2009

The Meta Cloud - Part II

The Meta Cloud concept (my earlier blogpost introducing Meta cloud) has taken a step closer to reality.

Cloudkick (a San Jose based start-up) unveiled an open source project named libcloud, which aims at providing a single programming interface for a host of infrastructure clouds such as Amazon EC2, Rackspace, Slicehost and GoGrid. For example, using libcloud you can make a single API call to potentially reboot your server instances across Amazon EC2, EC2-Europe, Slicehost and Rackspace.

In long run, the plan is to extend these Python based APIs to cover more and more infrastructure clouds such as Linode, Flexiscale and the open source Eucalyptus. If things go as planned, this concept can potentially enable partial interoperability, there by breaking the biggest entry barriers for enterprise adoption of clouds.

For those of you interested in contributing to libcloud project, here is the source code on Github.

Tuesday, July 14, 2009

Augmented Reality

The real world is way too boring for many people,” says Mr. Sánchez-Crespoa, project leader at Novarama, a game developer based in Barcelona. “By making the real world a playground for the virtual world, we can make the real world much more interesting.

Welcome to the world of Augmented reality: a field of computer research which deals with the combination of real-world and computer-generated data, where computer graphics objects are blended into real footage in real time.

Though the concept of Augmented reality (AR) has been around since early 90's (term first introduced by Boeing Corp), it's only in recent past we are seeing a surge in interest for AR. In mobile computing and gaming software, AR is finally realizing a viable business model.

Austrian Company Mobilizy launched Wikitude.me in late 2008. Wikitude.me running on Andriod platform, provides information on 800,000 points of interest around the world on real time.

Earlier this month SPRXmobile, a dutch telecom company launched an Android application named 'Layer', which is being termed as the first AR browser. People in Amsterdam who download 'Layar' on their cellphones can look through the camera and see information about nearby restaurants, A.T.M.’s, and available jobs displayed in front of buildings that house them. This information is provided by companies like Hyves, the Dutch social networking site, and ING, the financial services company. The businesses pay a fee to SPRXmobile for publishing their data.

See the video below on Layers.



Epilogue:

AR adoption is likely to increase in near future. I think what is key to success of AR adoption is the data quality and completeness. Big players like Nokia (owns Navteq - provider of map data and content)or Google can leverage this technology to bring in more and more value added services.

Monday, July 13, 2009

Open Cloud Manifesto

Checkout the Open Cloud Manifesto: http://www.opencloudmanifesto.org/

The manifesto outlines the following six principles

1.Cloud providers must work together to ensure that the challenges to cloud adoption (security, integration, portability, interoperability, governance/management,(metering/monitoring) are addressed through open collaboration and the appropriate use of standards

2.Cloud providers must not use their market position to lock customers into their particular platforms and limit their choice of providers

3.Cloud providers must use and adopt existing standards wherever appropriate. The IT industry has invested heavily in existing standards and standards organizations; there is no need to duplicate or reinvent them

4. When new standards (or adjustments to existing standards) are needed, we must be judicious and pragmatic to avoid creating too many standards. We must ensure that standards promote innovation and do not inhibit it

5. Any community effort around the open cloud should be driven by customer needs, not merely the technical needs of cloud providers, and should be tested or verified against real customer requirements

6. Cloud computing standards organizations, advocacy groups, and communities should work together and stay coordinated, making sure that efforts do not conflict or overlap

Reuven Cohen's introductory blog post on Open Cloud

In-spite of Amazon/Google's resistance and Microsoft's frontal attack, Open Cloud manifesto is getting attention. An active user group is already into writing the Open cloud use cases.

My personal take, the might of Microsoft / Google, may be able to kill the initiative, but idea would live on.

Monday, July 6, 2009

Contextual Ads - based off your Social Network Profile

Volkswagen has come-up with a contextualized online advertising campaign that intends to help prospective buyers find the right VW model based on their social profile. Check it out..


Type 1: Context Ad based off of opt-in Twitter profile.




Above Ad: Enter your Twitter name to see a product recommendation





Type 2: Contextual Ad based off of Facebook profile.

“Meet the VWs” Facebook app asks users to opt in to analyze their profile and then recommends VW products based off simple profile info.

Looks to me as the next generation of online advertising. What do you think?

Tuesday, June 30, 2009

May the force be with you..

As a kid, I was really fascinated with "Star Wars" in general, and the aforesaid lines from Master Yoda in particular. For the uninitiated Yoda is the famous Jedi Master in the 'Star Wars' universe, who is a strong proponent of 'the Force' (a binding, metaphysical and ubiquitous power in Star Wars universe).

'The force' might be a figment of imagination of George Lucas, but it was intriguing nonetheless. I was really fascinated about a particular scene in 'The Empire Strikes Back', where Master Yoda teaches Luke Skywalker on how to use your mind power to interact with 'the Force' and move mundane (and almost always heavy..) objects from one place to another, without batting an eyelid.... I wished I could do that..

But that was then..


Coming back to our real world, how about moving a real object by just thinking about it? fascinating?? There is a new start-up company named nuerosky, who have developed a technology called Brain Computer Interface (BCI). BCI let's you catch your brainwaves and translate your thoughts to actions!!! (well almost...).


Check it out... And may the force be with you..

Thursday, June 25, 2009

Alternate iPhone native application development platform

Ansca - a start-up company, launched a new iphone native application development platform named 'Corona'. Corona uses a scripting language named 'Lua' (more in line of Javascript/ActionScript).
So far, one of the entry barriers for new developers was the steep learning curve of Objective-C (on Cocoa/XCode). With Corona, we are likely to see many more first time developers developing native iphone apps. Happy browsing the AppStore !

Wednesday, June 17, 2009

Opera unite: Reinventing the Web

Yesterday, Opera labs launched 'Opera unite' which claims to 'reinvent the web'. ..and how?

This new technology essentially turns every computer running the Opera browser into a full fledged web server. You can use Opera unite to share documents, music, photos, videos or use it to run websites or even setup chat rooms without needing any third party software.

As per the concept, i think it's noble, a bright idea and has potential to change the way we work. As per Lawrence Eng (a product analyst in Opera software)..."This technology is a radical first step towards addressing what I call “the Internet’s unfulfilled promise”, which is about our ability to connect with each other and participate meaningfully online—on our own terms, and without losing control of our data"

So far so good, but does it work?? I checked it out.
I downloaded and setup two services to explore those better.
FileSharing: - Pretty interesting, you can share files from your file system, directly with all netizens. You can specify security rules as well.
Fridge:- lets you put notes, stickies on your fridge. What's more, you can share your fridge will all, so that others can see your notes and put more notes also (if you permit). But this service was not very reliable. not sure if it works for you, but you can see my notes at http://office.lalatendu.operaunite.com/fridge/

My verdict. Concept: 8/10, Implementation 5/10 (see more idepth analysis on why Opera unite doesn't deliver what it promises to : http://factoryjoe.com/blog/2009/06/16/thoughts-on-opera-unite/)
Nonetheless, recommended for all.

Monday, May 25, 2009

Web 2.0 and Collaborative governance

Check out Stimuluswatch.org
The site lists all proposed "shovel-ready" projects, where the Obama administration is planning to invest the stimulus money.

OKay...What's new??
It let's people (not just administrators, contractors..but just about anybody who cares) to rate these proposed projects.

Simple, yet effective. Citizens with their knowledge on the local environment, rate these projects on it's viability. Provide comments on it's priority, suggest improvements. In turn, this gives an 'on the ground' perspective to the policy makers sitting in the capitol hill.

A number of critical attributes of such 'collaborative governance' stand out, such as
- Brings in transparency to decision making process involving public spending
- Makes authorities accountable for decisions made
- Harnesses collective intelligence
- Inclusive approach in policy making brings in a positive energy

I wonder if we can extend similar web 2.0 features to bring more transparency in Corporate Governance. In the current economic environment, where the purse strings are tighter than ever, can we go for an inclusive approach in determining where to invest the money on? Can we use this approach in prioritizing projects we pick for execution?

Would like to know what you think...

Sunday, May 17, 2009

97 things every software architect should know

While browsing through my daily dose of RSS feeds on Google reader, I came across this interesting website, which talks of "97 Things every software architect should Know". Here are my top three picks (not in any specific order) out of the list of 97 'things' :-

1. Simplicity before generality, use before reuse :- Couldn't have agreed more. Having been a developer myself, I have seen developers often resorting to speculative design, under the guise of re-usability

2. Seek value in requested capabilities :- With apt examples the author, describes, how the role of a technical architect should be to help sponsor understand what they need. Ties back well to the agile manifesto

3. Pattern Pathology :- At times we assume design patterns to be the solution to all complex business problems. We enforce certain design patterns in project without checking if there are any simpler/ better solution available. The Author describes this symptom as 'Pattern Pathology' and makes a Strong case against it

Recommended reading for all..would like to know what are your picks..

Monday, April 6, 2009

My picks from Web 2.0 Expo - San Francisco (03/31 ~ 04/03)

"The Power of Less" - was the theme in the Web 2.0 Expo this time. The theme couldn't have been more apt given that the world is facing it's worst ever financial crisis since the Great Depressions in 1930s.

Focus was to present ideas on how to leverage web as an platform, introduce lightweight tools, improve user experience, help organizations to maximize resources and streamline productivity.

There are a number of interesting discussions, given below are my personal picks..

- Web 2.0 - Five Years on - by Tim O'Reilly (O'Reilly Media)



- The Year of Mobile Computer - by Anssi Vanjoki (Nokia)




- Building your First Android experience - by Tony Hillerson

http://assets.en.oreilly.com/1/event/22/Building%20Your%20First%20Android%20Experience%20Presentation.pdf

- Designing Social interfaces: Principles best practices and patterns for designing social web - by Erin Malone (Tangible UX), Christian Crumlish (Yahoo!)






- Effective Twitter for Communication and Product integration - by Sarah Milstein (20Slides.com)

http://assets.en.oreilly.com/1/event/22/Effective%20Twitter%20for%20Communication%20_%20Product%20Integration%20Presentation.ppt

- Future of Mobile: Native App vs Mobile Web vs Hybrid App. - by Jason Grigsby (Cloud Four)



Sunday, March 29, 2009

Semantic Web

My research on Semantic web and possibilities of 'Linked data' continues...

The more I tried figuring it out, my understanding got fuzzier in the the myriad complexities of Ontology's, RDFs, OWLs and SPARQLs.. that is untill I came across this nice introduction on youtube.

Recommended Introduction on Semantic web for all those uninitiated, like me..



Welcome to the world of Semantics..

Saturday, March 14, 2009

Linked Data - new paradigm of Information Management

I work in 'Professional Services' Industry. Out here Information is 'vital' and making structural inferences out of disorganized information is 'Money' ($$). In my current organization, we have information stored in multiple data sources such as warehouse, wikis, blogs, document management systems, lotus notes based collaboration systems etc. The key challenge we are facing is how to find information ranked by relevance. How to link data from different sources to make meaningful inferences?

I heard Sir Tim Berners Lee, outlining the concept of Linked Data, and was greatly moved by it. Can Semantic web bring about the next revolution in the way we see, perceive and interpret data? Let's find out..

Try out the following steps.
1. Check out the Ontology viewer on Yago (a semantic knowledge base developed by Max-Plank Institute, Saarbrucken). NOTE - This would require Java applet enabled on your viewer
2. You should see an entity 'India' and it's relationships with other entities.
3. Click on other entities and browse through the semantic web (of course limited to the 2 million entities that Yago has put up so far)..

Hope this primer gets you initiated on Semantic web..more to follow on future posts.

Sunday, March 1, 2009

10 habits of highly effective IT professionals

Just completed reading Simon Stapleton's ebook titled '10 habits of highly effective IT professionals'. Here are the habits Simon propounds
  1. Openly share knowledge
  2. Coach Others
  3. Learn by reviewing
  4. Focus on strengths and strive to avoid weaknesses
  5. Remember that "everybody is a resource"
  6. Effectively deliver value
  7. Delegate effectively
  8. Escalate at the right time
  9. Actively participate in a value chain
  10. Create the right work-life balance

My take - it's a nice refresher of habits we know but at times ignore. Good news it's available for free download at SimonStapleton.com after a quick registration.

Recommended reading.

The Technical debt

In the world of agile development, refactoring of code is an essential practice.

Watch Ward Cunningham reflecting on the history and common misunderstanding of the 'debt metaphor', as he presents the case for continuous refactoring.

Tuesday, February 24, 2009

The Meta-Cloud

There is a buzz around Cloud computing these days. Amazon leads the pack and many start-ups are lapping on to the services offered. However the big question remains, are the enterprises tuning in? Answer is 'Not Yet'.

There are still concerns on the data security, cloud availability (more so after the GFail episode). There are question marks on near infinite storage space claim and the need for maintaining redundant sites for fail over. More so, not all enterprises will be willing to put all their data with a single cloud vendor.. So where do we go from here?

In comes the concept of 'Meta-Cloud'. How about having a service which let's enterprises 'pool infrastructure resources from multiple clouds' - giving you near infinite storage space? How about having a portability layer, which can become a neutral cloud management ? How about having an option to move your data from one cloud to another..seamlessly - ensuring that your infrastructure is available always?

Sounds interesting? keep a watch on the following companies as we will hear more from them in near future
- Elastra
- RightScale
Welcome to the fourth dimension of the cloud.

Wednesday, February 18, 2009

The 'Azure' Cloud

Yet another cloud over the horizon...

Microsoft has launched it's very own cloud computing platform named Azure. Services being offered by Azure looks promising ..at least to developers at this point. Only time will tell how 'Azure' fares against it's established rivals such as .. 'Amazon Web Services', 'Google App Engine' and 'VMware vCloud'.

For starters, here is a comparison of the services being offered by the above mentioned players in the space of cloud computing. 

Any bets on who would win the race??

Thursday, February 5, 2009

Ambassadors and Boundary Spanners

In his last post, renowned Agile guru 'Scott Ambler' introduced two new roles for distributed agile teams e.g. 'Ambassadors' and 'Boundary Spanners'. Here is how he puts it..

Ambassadors are senior technical or business experts who travel between sites to share information between the subteams. Getting the team together at the beginning of the project sets the foundation for communication, but without continual investment in maintaining effective collaboration between teams you run the risk of your subteams deviating from the overall strategy.

Boundary spanners are located on site who focus on enabling communication between subteams as well as within their subteam. There are typically three flavors of boundary spanners—team leaders who take on project management responsibilities on the subteam, product owners who are responsible for representing the business within the subteam, and architecture owners responsible for technical direction on the team. These boundary spanners will work closely with their peers, having regular coordination meetings across all subteams as well as impromptu one-on-one meetings to deal with specific issues.

Does these roles sound familiar? Are we hearing the need for project manager/ coordinator roles in self organizing agile teams?? Does it mean, we need some amount of command and control..even in agile teams???

Seems like Agile methodology is re-inventing itself to infuse best practices of the traditional s/w development methodology.  Distributed development team is a reality these days and it's about time for Agile methodology to do reality check and adapt to the changing needs of IT development......

Tuesday, February 3, 2009

Social Proprioception

WordNet defines Proprioception as " the ability to sense the position, location, orientation and movement of the body and it's parts" - ?????- let's keep this in perspective and talk of something more mundane subject 'microblogging' ...la. 'Twitter'.


Since it's launch in mid 2006, Twitter user base has grown exponentially, surpassing the industry benchmark of 1 million users in first year of operation. Looking at the success of Twitter, Microblogging space is seeing a number of new entrants, with notables such as Plurk , Yammer and Pownce...and some newbies such as "Quix" developed by Web 2.0 lab in Tata consultancy services. Most of the social networking sites (like Facebook and Orkut) have added Microblogging component in their sites (e.g as Status bar on user profile).

For the uninitiated..they always wonder ..what's the buzz all about? What is that anybody can achieve by posting or reading all those seemingly incoherent snippets (Twiiter limits your post to 140 characters) describing what people are doing or have been doing?...

As Clive Thompson puts it in his seminal article on Microblogging "Individually, most Twitter messages are stupefyingly trivial. But the true value of Twitter — and the similarly mundane Dodgeball, a tool for reporting your real-time location to friends — is cumulative."

The beauty of microblogging is to limit each post to a certain number of characters. This encourages people to blurt out what they think..or rather helps capturing the current state of mind without any sanitizing. Individually these messages may not mean much, but collectively over a period of time, these posts can give a better understanding of the state of mind or experiences of the person you are following. When you meet such person next time, knowing his/her state of mind through the postings, will automatically create an emotional map of the person and help you adjust your responses in your personal dealings. Being humans, I guess certain traits are hard-wired in our brain...

Putting thing in context, this helps in creating a Social Proprioception..which will play a bigger role in social networking space in coming times. Now the question is how to leverage this concept in the enterprise? Any thoughts?

Sunday, January 25, 2009

Three reasons to bet on 'Android'

The humongous success of ‘iPhone’ has done enough to redefine the utility of ‘Smartphones’. While enterprise and consumers alike are betting big on future of mobile computing, it’s natural to expect fierce competition in the mobile software platform space. While veterans like Palm OS, Windows Mobile, Symbian and Blackberry have already cornered a good deal of the mobile software market, the new generation platforms such as Android, iPhone (Cocoa), Brew and host of other Linux based platforms are beginning to challenge the old order. As enterprises moving towards mobile application development, the big question remains, which platform to bet on..

 Here are 3 reasons why I would bet on Android over other worthy competitors

1.      Open Handset Alliance – Android is backed by the heavyweights of the industry such as Google, Sony Ericsson, Motorola, Samsung, China Mobile and NTT Docomo..to name a few. The backing of Open Handset Alliance (OHA) will certainly raise the entry barrier for any future competition

2.      Technical advantages – Open source, programming Java on Eclipse plugin (iPhone needs Objective C!!! on XCode IDE), can be developed on win/mac/Linux, runs natively (Blackberry needs special JVM). Along with the OS, you get host of other mobile applications such as an email client, SMS program, calendar and map applications..as bonus!   

3.      Positioning of Android – Shrewd marketing strategists as they are, Google is positioning Android in two parallel markets. With it’s leverage in OHA, there is a constant push for Android adoption by big players in both mobile handset manufacturing as well as mobile Operators. At the same time, as open source platform, it’s targeting consumer ‘first’. Eventually, when Android phones come to enterprise, it would come as consumer-purchased rather than enterprise-issued. On a related note, Google might extend Android to be a desktop OS..if and when such an event happens, the possibilities of cross platform application development would be huge..

All said and done, Android phones are yet to be launched in large scale (Currently being used exclusively on T-Mobile G1). The real test would come with it's application on more high-end phones in the hands of highly demanding consumers. However, as things stand, the future looks promising for Android.