Sunday, April 17, 2011

Real-time statistics

During the journey from life to death, we humans exhibit the creative urge in one way or the other. The walls on my ancestral house still exhibit some of my original creative urges in the form of scrawls/sketches, random lines and circles (well, not quite lines and circles). Why do we, as children, first attempt lines and circles anyway?

Anyhow, the creative urge remains throughout our lives. Contemporarily it is possible to release these juices by any number of technological tools; graphics tools such as google sketch-up, writing tools such as blogspot.com a few amongst them. But having created something, we must also have it appreciated. There is a child-like pleasure in the realization that some unknown person thousands of miles away finds our creation of use to them. But until such person/persons unknown choose to drop a note of encouragement/advice we just happen to be groping in the dark. In a sense it is like the early days of telephony when we stepped out of home, and returned home not knowing whether somebody called whilst we were out. The answering machine changed that uncertainty. Install an answering machine, and we would know not only whether somebody called but also when they did so.

I encountered Feedjit whilst reading the network-security blog
The tool is similar to google analytics but differs in that it provides a real-time note of the location of any visitors to the site. It could be of great value in data-mining; what pages on your site attract the most visitors, how the visitors navigate across the pages, search engine redirects, visitor demographics could be used to spin-off additional sites that cater specific to a region, and so on

The free version attracts advertisements, but that is a small price to pay (+:

Friday, March 18, 2011

A new Atlantis

There existed, once upon a time, an island inhabited by many men of wonderous and marvellous power, of ancient and flourishing culture. These men held sway over many lands, and were much renowned. So revered were they, that Gods themselves feared for being deemed ineligible for Godhood in favour of the Atlanteans. So the Gods, in one day and one night sent misfortune such that the island was levelled ... all that remained of that mighty civilization were those scattered atlanteans who had been abroad when misfortune struck.


In the past, as recently as the middle ages, physical prowess was the single reason to be a lord of men. Since then, times have changed. Over the last couple of centuries, physical prowess has taken a second place to economic and intellectual might. With intellectual and economic might, it is possible to make another do your bidding - physical, or even intellectual. This applies not only to the community of humans, but also to the community of nations. Amongst the nations that have taken the forefront in leading the community of nations, was the one nation that was utterly vanquished towards the close of WWII - Japan.

An island community of ancient culture ... inhabited by many men (of wondrous and marvellous power) whose thought changed the way we live our lives, flourishing as one of the strong economies of the world ... and then in almost one day, and one night - the earthquake, and then the Tsunami struck ...

The parallel is uncanny

Thursday, March 10, 2011

Institutional Amnesia

Just received an email that said a folder in windows can just not be named 'con'. Sounds weird but turns out, it is true. I just can not name a folder 'con'.

It might appear to be inexplicable ... if you're not exposed to old DOS console.

A lot of the windows OS was constructed on top of the old DOS shell. Now DOS used unix style short-hand a fair bit. So in DOS, 'con' was short-hand for 'console' aka command prompt.

Now file editing happened in DOS even in the days before wordstar etc. This was done by telling the OS to copy the contents written on the console to a file like this -

copy con myfile.txt


This meant as follows -
copy = duplicate the contents
con = source of the contents = command prompt = console
myfile.txt = target name where the duplication will be retained to disk

Apparently the underlying code didn't change; just to illustrate the example try this on the windows command prompt -
copy con con
xyz

So when windows explorer tries to create a folder named 'con', in all probability it is still using the same old DOS code where 'con' is a keyword. Therefore attempts to use 'con' as a name are fruitless
, and hence the folder remains unnamed.

As a programmer, I'm in favour of code reuse. As an engineer, I believe in the age old adage - 'if it ain't broke, don't fix it!' The decision to reuse the known DOS shell code was fine as it was known to work well. But if Microsoft have to fix this now, how much effort will it require to change code no less than 20 years old?

Sunday, October 03, 2010

Even before Hello Android

Piqued by curiosity on the much touted freedom to develop applications on Android, I decided to take the plunge and see for myself. The recommended approach is to follow instructions

My first concern was that Quickstart recommends using the ADT (Android Development Toolkit) as an Eclipse plugin. I have used Eclipse, and know it to be _highly_ configurable. However each time I used it, it was already configured by a system engineer who is more competent than I at developing ANT scripts and what-not.

As it turned out, I didn’t have to worry overmuch ... not yet anyway. Installing Eclipse was a snap. Subsequently it was only a matter of following instructions on the Android site to install the plugin. Phew!

My first hiccough came after creating a project using the plugin wizard. The Android console kept showing a message to the effect ‘AndroidManifest.xml’ could not be found. The file itself, however, was listed in the package view. Hmmm? Took me a while to find out what happened

The problem was that the Android Wizard generated code in two parts

1. Code that is not meant to be modified (recognized by a ‘Generated Java Files’ label)
2. Code that is meant to be modified


The latter relies upon the former; however by default the packages were arranged such that the former was listed after the latter; this caused dependencies to fail.

The solution was to

1. Rearrange the packages created so that code with the ‘generated java file’ appeared before the latter, and
2. Navigate into Project Properties > Android Tools > Fix Project Properties



Now my first Hello World ( if only wizard generated ) is in place, and I'm off to try to run it having made a note of what went wrong even before running the app!

More later!!

Sunday, September 12, 2010

Prevent 'edit source' option in browser for web-page

For a change, this is a tech post rather than my usual 'spur of the moment' thoughts.

A friend who does some web-page development writes some very complex scripts for some of his pages. He has already seen duplicates ( yep, imitation is the highest possible compliment for an artiste ). Anyway, we were discussing some options available to protect his source. A mere copyright notice is no help.

To my knowledge, any webpage travelling in the internet is subject to being viewed at the point of receipt, or at the point of the recipient firewall/proxy/whatever in a text-editor. There is no way to stop someone from viewing the source; the best a person may do is to run a script to hide the menu-bar. This option too will fail if the user simply disables script execution.

My suggestion is to use flash pages, or even change the page format from HTML to some format which does not lend itself to reading in text-pad or such. Say, embed the HTML into a spread-sheet, and then send the spread-sheet to the recipient to be opened on receipt.

Thoughts, people?

Sunday, August 29, 2010

Methuselah's nemesis

I recently watched the movie 'Paa' which introduced to me the affliction known as 'Progeria'

The disease is known to be caused by a mutation in the genes, and has the consequence of causing premature/rapid aging of body of the person afflicted by it. Those so afflicted do not live to age much more than 13 or 14 years. Although the body and various organs age rapidly, the affliction does not afflict brain cells. In a sense, the disease steals the childhood of little ones by making it impossible for them to indulge in the rough and tumble they would be up to if not for such fears as brittle bones, asthma/exertion/heart trouble...most of the ailments that go with old age.

As bad as the disease is, the fact that we know why how it happens is reason for good cheer. The immediate reason, of course, is the fact that if we (I mean, our scientists :) )know how it happens we can probably figure out what to do to cure it. The less immediate reason is because the ... knowledge of how our bodies control aging might be applied elsewhere too.

I'm not a doctor or geneticist, but I wonder whether this knowledge might be applied ( for instance ) to

  • Grow a clone to physical maturity at an accelerated rate, and then revert the accelerated rate to normal?

  • With all this debate in progress about the Synthetic Self-replicating cell created by J Craig Venter Institute could the knowledge of aging be used to ensure the cell, and it's progeny age prematurely as a built-in damage control mechanism



Sort-of like a biological switch marked 'Aging Rate 2x', except that a biological switch is more complex than a mechanical/electrical one, and probably works differently too!

Thoughts, people?

Sunday, March 07, 2010

Past through a coloured glass...

Chambers Dictionary defines a 'journey' as 'a process of travelling from one place to another'. It goes without saying that it is the traveller who decides whether or not the journey is complete; a decision that is made usually upon the basis of our visual sense, albeit auditory input play a role too.

For instance - Travelling by train from Nagpur to Raipur, I recognize Raipur by it's station first from eidetic memory. The railways PA system announcement of the station name contributes to the auditory input.

Travelling in the dark, passing hamlets, and towns are recognizable from visual signs of human habitation. Being diurnal creatures, this necessarily translates to light.

Back sometime in the 1980s a study was published that humans, like homing pigeons, had an innate sense of direction. Widely quoted, the study proved that a blindfolded uncued person would, almost unerringly, point in the correct direction of home when asked.

This study has since been refuted. We now know that few people are capable of such a feat without cues to the contrary. Given that evolution has not changed us significantly over the last few millenia, it stands to reason that our ancestors were as fallible as we. Sometime in the distant past, a Sailor's mate would place a burning lamp oriented so the sailor would know how to come home. The light-house at Alexandria served a similar function, a marker for the port of Alexandria in an otherwise unchanging landscape.

Powered flight, as we know it today, was demonstrated by Wilbur & Orville Wright in the United States of America. The first aviators, as all pioneers, had to learn on-the-job; there was no manual except perhaps instructions on how to take-off/land... and guess-work. The first fliers probably did not have the advantage of such mundane things as fuel-guages, fuel-burn status indicators, and their ilk; Flying was mostly a matter of having/developing the right feel, learning which direction the wind was blowing, and such. The first runways were probably meadows, or open grounds; Runways came into existence much later. The first flights too were mostly flown in daytime. According to Wikipedia the first runway was constructed at College Park Airport in 1909.. roughly 6 years after the Wright Brothers demonstrated their machine. Night flying was similarly pioneered by the USPS after they lost mail, aircraft, and pilots to inclement weather, and insufficient navigation aids.

The most important navigation aids were obviously those that allowed the pilot to know the location, and the perimeter of the runway. Common sensically, these aids are basically lights as a pilot, from the air, has a vantage point such that all below is dark... bar where a specific navigation aid is posted, or where the glow on the horizon beckons him to travel.

On the subcontinent, particularly to the followers of the Sanatan dharma, there are many theologically significant events which mandate a yajna. Deities are depicted travelling on such transport as the owl, the swan, the peacock and such; not all travel by air. The more hardy travel seated on a tiger, a lion, a bullock, even a mouse... but i digress. Regardless of the mode of travel, to one travelling by the light of the stars/moon, the glow of light would be a welcome beacon to signal civilization, and a place to spend the night.

From what little I know about ancient India, and rural cultures; Early to bed, and Early to rise was the norm. Early to bed would mean that soon after dusk, the continent would be uniformly dark.

Deepawali commemorates the return of Rama to his people. The commemoration occurs on the night of the new moon, and Rama is known to have returned to his people seated in a vimana flying day-and-night to ensure he reached his home before his brother discorporated in grief at his absence. Even before Rama, the same combination of season/moon was commemorated in similar manner to welcome the Goddess Lakshmi ( who travels mounted on an Owl.

Could it be that what we commemorate was not only the joy in the hearts of the people, but also a means to guide the vimana to a landing? An aircraft beacon?

Making this correlation ... speculative as it may be, dare I deem this to be proof that heavier-than-air flight existed on the sub-continent before Mssrs. Wright demonstrated their invention at Kittyhawk?

Saturday, November 07, 2009

A few excerpts from the Global Environment Outlook report

I am still reading the GEO report

We humans, like most animals on Earth, rely largely on water for our sustenance. Directly by drinking; indirectly by applying it for irrigation, aquaculture, industry etc




The knowledge that over two-thirds (2/3) of the surface of this Earth is water is common-place. The knowledge that barely 3% of all the water on Earth is sufficiently desalinated as to be available for human use is less common.


The sub-continent is home to one of the largest concentration of species in the world




At present, the subcontinent is still one of the single largest concentrations of arable land


In it's scientific detached manner, the report illustrates the impact of our historic/existing consumption patterns













Whilst interiors risk drought, populations near sea-shores are at the risk of shoreline degradation.









Monday, September 28, 2009

Practical Programming: The ritual of implement worship

Navratri = Nau + Ratri = Nine Nights.

Today is the Tenth/Final day of the Navratri festival; one amongst many of a period of fervour for those who adhere to the Sanatana Dharma.

The tenth day symbolizes the victory of good over evil. Many legends are attributed to this day, paramount amongst these are
  1. Execution of Ravana by Rama
  2. Execution of Mahishasura by Durga
Similarly many rituals are bound to this day too. Vehicle/Tool worship is one amongst the many esoteric rituals performed on this day to empower it till the next year.

Imagine the situation if you will : The villain has secured a secret weapon, and aims to enslave the entire universe. Just when it seems things are going to go from worse, to worst, a hero appears on his trusty steed and challenges the villain to battle. A _terrific_ battle has raged for ten whole days finally comes to an end. The protagonist has emerged victorious, and is ready to return home. The invincible protagonist is unscathed. The adulation of millions applies not only to the protagonist, but to all that is associated with him; weapons, garments, vehicle/mount etc.

All well, and good.

Even today, distances in India are large. Merely travelling to/from work consumes close to 20kms, without including pool-travel distances; mid-day chore driving and so on. A good deal of wear and tear is involved. Travelling back in time to the period of our Hero and Villain there were probably few, if any, roads. Most travelling would be through the wilderness guided by the moon/stars etc.

I wonder, could what we deem to be vehicle 'worship' actually refer to the task of servicing the vehicle after the rigours of a full-blown battle? A means to drive a community of people of less evolved thought in the direction of maintaining their implements to prolong the existence of the tool directly, and the survival of the community in the long run?

Wednesday, September 23, 2009

Towards Civilization; One Step

Take an educated person, and put him in a featureless, soundless room
with uniform lighting( either it is lighted 24x7x365, or it is not ).
Sooner or later, the person will try to devise a way to keep track of
the passage of time. The easiest way to do so would be by tracking the
sleep-cycle.

Now we change the scenario a little; instead of a featureless room we
put him in a room with uniform features. The outcome will be similar,
if not identical.

Change the scenario a little more; make the features non-uniform and
endlessly varying. Allow sound to impinge on the senses at random.
Allow the light to vary at random. The outcome will still be similar.

Now assume the person to be you. You are placed on Earth at a random
location in a distant time when the concept of a static human
population did not exist even in thought. The endlessly varying
features are those of Nature. The endless variation in light is that
from the Sun, the Moon, and the Stars. The random noises are the
sounds of Nature, and her other creations. You realize, dimly, that
you are a little different from the rest around you; not provided with
boundless strength, or venom, or claws. That great meat-eating beast
does not always hunt you. Sometimes it hunts you stealthily, and
sometimes it merely growls at you without making a charge. The nest
from which the snake devoured eggs, sometimes has no eggs in it... and
sometimes there are eggs in the nest the very next day.

It's all very puzzling, except that you don't know the word yet.

Suddenly one day, you realize the answer. The behaviour of the beast
is similar to your own. When you hunt, you're stealthy too. When
you've eaten to your fill, you don't chase your prey; why spend energy
on another chase when, now that the cramps from hunger are finally
gone, you may finally sleep. This leads to another discovery – the
huge beast must stay full longer too, even though it's stomach,
appetite, and size are so much larger. Through a sequence of such
small discoveries communicated wordlessly across generations the
balance shifts.

The greatest such discovery is that there is a cycle to all events.
Looking around there is nothing to relate the cycles too. Everything
around you is bound to it's own cycle of transience. The light dawns
upon you; up there, high above you is a marker, the Moon. Each time
you sleep, the Moon shows a particular face.

In a major move towards order, and civilization; you have discovered a calendar,
and a means to mark time.

Monday, April 06, 2009

Prioritization

कोई भी सॉफ्टवेर डेवेलोपमेंट अनेक छोटे-छोटे विभाजन करके आगे बढता है | कुछ सरल, तो कुछ कठिन ; कुछ छोटे जिन्हें एक व्यक्ति अकेले ही बस कुछ घड़ी में पूर्ण कर दे , तो कुछ इतने विशाल ५० व्यक्तिओं कई मॉस में भी न पूर्ण करें | जैसे भी कार्य हो, अन्यामंसक होना अत्यन्त दुखदाई बन सकता है |

उद्धरण के लिए - समझो के रास्ते-चलते कोई आपका थैला छीन कर भाग जाये | आम तौर पर कोई भी व्यक्ति चोर का पीछा करने वाला होता है। अब पीछा करते करते यदि चोर अपने किसी साथी को थैला थमा दे, और दोनों अलग अलग रास्ता भागें तो निर्णय करने में यह ध्यान रखे के वह साथी संभवतः लंबा नाच नचाने कि त्यारी कर आया है। उसका पीछा करना कठिन होना ही है। साथी ही में प्रथम चोर को पकड़ने कि संभावना अधिक है, और चोर पकड़ा गया, तो चोरी तो पकड़ी जानी ही है।

अतः हमारे साथ जब कोई नवयुवक चाकरी करने आए तो उन्हें समझाना अनिवार्य होता है कि वे महारथी अर्जुन के तरह अपने कार्य के सफल पूर्ति के ओर अग्रसर रहें, चूँकि किसी और कार्य पर ध्यान बांटना भी हार है |

-------------------------------------------------------------------------------------------------

We do our development work focussed on lots of tasks; some complex, some simple, and some plain unwieldly. Working on complex tasks, it's easy to get distracted and lose track of the original task; something that can be expensive.

Therefore one of the notes we have for newbies is -

Stay focussed on your in-hand task, because digressing means you've already lost.

For instance, say
  1. You're shopping
  2. Someone snatches your shopping-bag, and runs off
  3. You chase the thief
  4. The thief tosses the bag at an accomplice, who runs off too
  5. Options now are -
  • Continue chasing the original snatcher
  • Chase the accomplice who just showed up (probably refreshed, and full of stamina)

It makes sense to opt for (a), because catching hold of the snatcher implies a higher probability of regaining your belongings.

Saturday, April 04, 2009

Applied Programming: Reuse

Information Technology / Programmer wannabes invariably have the word 'Reuse' drummed into them almost from the first day as a student. This is one probable reason we Indians are usually good programmers. We reuse everything, even our Soul ( see: reincarnation )

Jokes apart, the reuse that is drummed into an IT student is usually in the context of OOP, or programming where we talk of reusing the code written once to be used elsewhere. The term reuse, though, goes much further. We reuse a great many things without even realizing it. For instance, software development contracts will often have similar, even almost identical clauses. The reason is that similar problems are expected to arise, and therefore are dealt with in a similar manner. Whilst these rudimentary applications of reuse are valuable, reuse itself can be far more valuable by way of mentoring (something that only came to mind after I read this)

The reason I choose to link mentoring to the concept of reuse is because mentoring provides an apprentice with the opportunity to capitalize upon the experience of the mentor. Organizations such as IBM, Microsoft, InfoSys have mentor programmes to help their employees growth.

What should I look for in a mentor?
The thoughts that come to my mind are -
  1. Trust & Communication (the two must go together)
  2. Better than average understanding of the domain (Finance, Software...) under which the mentoring occurs
  3. Better than average Time Management skills, and as a corollary - not a workaholic
  4. Compatibility
I put in the third point - Time Management - with some diffidence because -
  • It simply doesn't make sense to assign someone as a mentor, only to find they're not able to justice to either their primary role or their mentor role.
  • The apprentice might pick up the bad-skills too
  • Poor time-management might also mean a stressed work-style; in the long run this could be detrimental to health, and to teamwork.
In winding up, reusing knowledge gained by others is something we do all the time - right from the first 'A' at school, this continues throughout life. The broader form of reuse of experience by Mentoring provides a means to build a relationship between the mentor and an apprentice that could potentially be capitalized upon by the organization.

Sunday, November 02, 2008

Sparring with Nature

Until man appeared, Nature had Earth all to herself to play with; it was Man who coined the term ‘Natural Disaster’. Natural Disasters are nothing new to Humanity; they’ve been around longer than Man has. History records the destruction of whole cities Pompeii, Elba, Tannis, perhaps even a place as well planned as Mohenjodaro.

It is only in recent times that the Population Explosion has made it impossible for Nature to even breathe without hurting Man; The effect is impressive.

India is no stranger to Natural Disasters; as recently as the last few years there have been drought, and extreme floods. The most recent this year in Maharasthra, and before that in Bihar. The impact is extreme; both in terms of damage to human life, livestock, and property. Any disaster is augmented by the infectious panic that follows as all flee leaving all but their most prized possession behind.


It is almost impossible to provide adequate warning to all before Nature strikes. Even Nature’s smallest sneeze is liable to affect at least thousands of human lives; therefore it becomes that much more important to have a decent response mechanism in place. Here, on the sub-continent, a knee-jerk reaction is to press the armed forces into service. The armed forces have an impressive record in providing succour in cases of Natural Disasters; be it Bhuj in Gujarat, Morvi & Mowad in Maharashtra, Orissa, or most recently Bihar. Natural Disaster Relief is not the charter of the Defence Forces; albeit they do the job with aplomb. But, Destiny Forbid, what if a Natural Disaster should coincide with any attempt to violate the territorial integrity of our Nation?


Before we can address the question ‘If not the Army, then who should we call?’ it is important to recognize what makes the army so effective in dealing with these situations. After all, the army is comprised of Humans too; what makes them immune to Panic?

Panic rises from the thought- There is nothing I can do that will help improve the situation I am in. A soldier is conditioned to react to survive; he does not have the time to formulate this thought.

How can the army continue to function in scenes of Natural disasters? The answers, I believe, are these

  1. Communication – This provides the means to revert for advice, definition of priorities when required.

  2. Defined Chain of Command – Without a chain of command, all the ability to communicate, is meaningless. The soldier on the spot knows exactly whom his instructions should come from.

  3. Broadly defined instructions – Broadly defined instructions leave the Soldier on the spot the freedom to act on his initiative where required. He does not need to be told how to achieve an objective; only what the objective is. Thereafter he is free to act upon his initiative.


The next question is – Who, if not the Army?


The army is comprised of trained men, equipped with the necessary tools required to do their job. The answer therefore must be an alternate group of people similarly trained, and with access to the necessary tools required. Possible candidates, in my opinion, are – Police, RAF, NCC, Home Guard [taken in order]. In addition, it would help to have a volunteer group defined for each mohalla who may liaise with the disaster relief agency. Such a volunteer group will be aware of potentially hazardous areas, and may prevent needless casualties. In addition, the presence of a volunteer cadre will free up resources to be utilized elsewhere.


Each year hundreds of people lose their lives to the vagaries of Nature. Losses in terms of livestock, and property is incalculable; but it cannot stand against the value of Human Life. There may be those who argue that the capital expenditure in setting up a dedicated Rescue&Relief unit to respond to Natural Expenditures may be huge. Can we afford to not make this investment to save Human Lives, to mitigate the loss to property & to livestock?


Wednesday, September 24, 2008

Accident-Prone

I'm jusssst a little accident-prone lately; walking into things, having vehicles drive into me, dropping buckets on me feet, catching my fingers in the car door, losing balance on the stairs, having puppy discover it's fun to pull my hair out by the roots.

Bright Side (+: I've discovered why demons/ogres in the old tales were always shewn with malformed/misshapen bodies and appendages. Their bodies weren't that way because of their demoniacal behaviour/mentality; 'twas the other way around.

Ever notice how irritable a person can be when they have a toothache?

Saturday, August 23, 2008

Organismics – Towards Omniscience

God, and Big Brother know all there is to know about everything. Unlike the rest of us, mere mortals, God is truly Omniscient. Big Brother, on the other hand, is not really omniscient.In spite of being served by mere mortals, Big Brother has got around his mortality by arranging to have an excellent memory. Big Brother has an institutionalized memory. Ideally, once something is known it shan't be forgotten albeit it may be lost.


Compared against God & Big Brother, I am not immortal. My memory too is not institutionalized; there're actual gaps in my memories. Of all that I know, I learnt some things at School. Some other things I learnt second-hand. Still others I learnt from first-hand experience. The last category is also the most ... pervasive.


Waiting to report at my first job, I was speechless with the knowledge that my education would finally be applied to challenging tasks. Within a month I was disillusioned. This probably happens to the majority of us. The first job carries with it the aura of finally proving to the world what we have learnt over years. Sooner or later, every one of us realizes that little of what we learnt at school is really directly applicable. The sooner this moment of truth comes, the better.


Of all lessons we learn at school, the most important are not taught in class. Rarely, if ever, are these lessons even mentioned in words. And yet these lessons form the keystone of all our education, and lie as the bedrock for a successful career.


At school, we had as many as 8 different subjects covered during the day in blocks of 45 minutes each. The teacher would, at the end of each block, hand out an assignment to be delivered in the next block for that subject, and woe-betide anyone who neglected to do it, or gave the excuse they hadn't understood in class. The impression, of course, was that we were expected to know everything.


Looking back, I now realize that these were the real lessons we were meant to learn, albeit they were never vocalized.


  1. You do not know everything; nor are you expected to know everything.

    Of course we do not know everything. When the answer is wrong the first thing that comes to mind is 'All that effort gone waste!', right?

    Wrong! It's not gone waste. We know now -

  1. At least one thing the answer is not

  2. At least one approach that is not applicable


  1. When you have expended sufficient effort towards an objective, Ask!

    Remember those sums Teacher used to give us at Math; All those words, and numbers? It sometimes seemed as though nothing we could try would work, and it was so easy to get stuck in a thought-loop. [It still is! (+:]

    Well, the approach that applied there applies in professional life too -

    1. If, at first, you do not succeed; Try, Try, Try Again

    2. Keep track of what went into each effort

    3. When you've spent a reasonable amount of time without getting the solution, Ask!

      A colleague with an as-yet unlooped mindset may be able to solve the problem by a mere a look. When an outright solution is unavailable, someone will certainly be able to put you on the right track. Even if that doesn't happen, merely breaking out of the loop by doing a different task will help.

  2. Manage your time!

    This is the most important lesson, most of us never really learn at school. With 8 subjects spread over 45 minutes daily, our approach to homework was usually haphazard. In hindsight, that we even managed to get homework done is just short of astounding.

    Working towards an objective does not mean focusing at one item to the exclusion of all else (albeit such tunnel-vision does help at times). Tunnel vision, or applying single-minded effort for a week doing naught else is usually not justifiable. Such tunnel vision starts up the backlog on other tasks in hand; every one of us is a cell in the organism that is the organization. In biology, when one cell ceases to function effectively; one of the following happens -

  1. The cell dies, and is replaced at some cost to the body itself

  2. The body's auto-immune system tries to flush the cell from the body

    Such extreme situations may not arise in our professional lives. Typically, the worst case condition is that the inability to manage time will hurt the organization that pays your salary.


True omniscience is elusive for individuals & organizations aline, but we can use these lessons as a step towards organizational omniscience.

Kept in mind three lessons, learnt subconsciously at school, form the foundation of a successful career.


Friday, April 25, 2008

Organismics - The Balancing Act

I've been working in/around IT for several years now. As in any industry there are companies that merely survive, and there are those that thrive. One part of it is the timing involved. Timing is not everything though. As it caters to more customers, as it creates different products across different geographical locations... as it grows, each company has it's own share of teething troubles.

Those companies who make it good & succeed do so because they approach the task at hand as a single living breathing entity. Management are the brain, deciding upon what to do. Human Resources are the auto-immune system, working to ensure the cells in the organization are content, and healthy. The various departments are the different organs performing their tasks to keep the organization function optimal. The Department head is the synapse, reporting on the status of the department to the brain.

In all my time (that sounds so ponderous ...) i have never seen a person to be irreplaceable; In an organization, none of us are. Each individual may be likened to a member of a football team. Whilst each of us is capable of playing the position of the goalkeeper, the forward, the defender; we may do better at one particular position.

Compare playing football to working in an organization -

  • Project is the goal
  • Task assigned to the team member is the ball
  • Coach, manager/supervisor, defines what is expected of each team member
  • Each team member knows what to do with the ball, but how to do it is his prerogative


The entire purpose behind an organization is to commit all necessary resources into play at the same time towards achieving a common goal. The key, as we all know, is to communicate well within ourselves. Where communication fails or isn't complete, it results in friction causing avoidable loss of time, and effort. A failure to communicate effectively manifests ultimately as conflict within the organization.

No organization is ideal. There is always some conflict involved. To even attempt resolution of every tiny conflict would be an overkill. As in life, it is neccessary to choose our battles. But every single battle must be fought to a plan. The first thing to do is to identify the enemy. The disgruntled employee who talks down the new employee is not the enemy; why he is disgruntled, and why he chooses to vent at a newbie is what needs to be identified. If anything, the fact that a person is dissatisfied is cause for concern; the tip of the iceberg, so to speak.

As with any problem, a solution can only be found after the problem is well-identified. Before we even make an attempt to resolve the conflict, we must identify the conflict. Broadly, in my experience, symptoms of conflict are these -

  1. The most obvious is probably finger-pointing within the team; it's the equivalent of the goalkeeper claiming the player who passed the ball back to him is the reason for the own-goal. Each task assignment is met with the equivalent of - 'Why Me'?
  2. The second most obvious symptom is lack of pride in the work being done; this typically manifests itself as that murmur which goes like 'what's the use? even if we achieve it, this will never see the light of the day & it will never benefit us. we'll always remain anonymous in the background'.
  3. The third, and probably the least obvious symptom, is when nothing obvious is mentioned. Things aren't obviously wrong; they're quietly wrong. This is probably the most dangerous form of conflict within the organization; conflict of this type only becomes apparent when things are almost at a head, nearly irreparable. Say, for instance, the rest of the team relies upon one piece of work assigned to Vishwas; e.g. a daily database update. If now Vishwas does his task, but _regularly_ fails to convey the relevant details to the rest of the team then something is quietly wrong... and it affects the entire team. As i've mentioned earlier, the entire purpose of being there as a team is to work together to a common goal. Here, Vishwas may have personal troubles which affect work, and instead of choosing to confide in his team-mates atleast as far as the work-related aspect is concerned, he's going it alone; That is cause for concern.


As part of the effort to avoid conflict, the person responsible for the team might

  • Impress upon the team, the need for each member of the team behave responsibly towards the output expected of the team.
  • Define & Enforce the guidelines for unequivocal communication.
  • As a corollary to the above, continually make sure team members refrain from 'guessing' what is expected.
  • Prevent exhchange of disparaging remarks between members. If possible by calling on their sensibility & sensitivity. If necessary by drawing their fire to him.

Each occurence of the symptoms listed above are not a sure-shot indication of conflict. They are merely signs to watch out for. It is upto the more experienced persons on the team to notice these flags in the context of the work at hand, and the general mood of the team. There is no panacea to deal with conflict. Each of us is an individual, and our troubles are personal too. Therefore, to achieve the best results, conflict too is best handled one-on-one, and subject to the need of the hour. As with any malaise, prevention is better than cure.

Tuesday, September 04, 2007

Organism -> Artifact -> Artificial Organism

Man, they say, is a social animal.

Organism ...
The word "organism" may broadly be defined as an assembly of molecules that influence each other in such a way that they function as a more or less stable whole and have properties of life. Every time I look around, I find organisms galore. Of course, not every organism is created by nature. There are artifacts too. Some of these artifacts interest me; the properties of life are less obvious in them. An artifact may not be an obvious assembly of molecules; it may be an assembly of other artifacts too.

The big thing about an organism is that it is an ideal representation of Synergy; the Whole is greater than the sum of it's constituent parts. When you, or I for that matter, accidentally touch the steam-iron we don't wait a second and think "Oh! This is hot! I ought to move my hand away". The reflexes we exhibit as an organic whole , coupled with our ability to plan actions which rely upon the reflex makes us so effective at survival.

Here, Survival means we -

  • consume food

  • generate energy from the food consumed
  • use the energy either to procure more energy, OR to perform actions that benefit our person


The assignment I am working on now involves lots of such composite assemblies which together form a very impressive whole. This got me to thinking how similar such assemblies are to life... and yet how primitive. The analogy led me further to think seemigly intangible assemblies; for instance - an entity may exist only on paper. A similar example is a company; or to use it's more appropriate synonym - 'Organization'.

As an organic entity is conceived, born, lives... and dies, so too an organization may go from a conception, to birth, through life, and eventually Death. As with an embryo, an organization too must be well-protected in this stage. Similarly too, the protection must be maintained after birth whilst the baby learns [through survivable mistakes] of it's capabilities. Whilst it lives, the baby grows, consumes food, & makes it's existence known by performing some activities apart from consumption.

For an organization food is resources consumed ... brainpower, manpower, & electricity. Growth (+: needs no translation. Existential Activities,in this case, are actions towards translating the energy consumed from resources into revenue, into eventual Growth.

Saturday, June 23, 2007

The Fast Track to Development

Earlier this week newspapers reported a proposed high-speed link between Mumbai, and Nagpur. At present the two cities are linked by air, rail, and road. Travel-time, by air, is around 45 minutes. By road, and by Rail it varies from 15 hours upwards. Surface transport being the less expensive, despite the recent slew in populist fares by various airlines, most people spend from 15 hours upwards on a one-way trip.. or 2 work days. As such most travel is on the weekends. There are, at present, around 15 odd trains linking the two cities. Even going by a conservative estimate of 100 travellers per train, there are no less than 1500 travellers daily. This translates to a staggering 1500 (times 2 work-days); that is 3000 work-days lost in transit. As a layman, the cost of 3000 work-days on the economy is beyond me; i shall not dwell upon it.

The proposed high-speed train aims to reduce travel time to 3.5 hours. This means each traveller on the new train will save nearly 1.5 work days. The cost involved is to the tune of INR 8000 Crore i.e 80 Billion Rupees. Going by the assumptions that a
  • two-way track will be installed,

  • there are 200 persons on board each train for the entire trip from source to destination, and

  • there are 2 trains plying at any given time

we spend 200 * 2 * 3.5; that is 1400 hours; this works out to 175 work-days. At the same time, regular trains plying along this route will continue to cost the 3000 work-days daily.

Regular trains plying on the surface will continue to be bound to the ...vagaries, of nature, and of man. A tree may fall across the tracks, a tiger may challenge the train, politically motivated flash strikes may hold-up all trains along the route for hours on hend, and so on. Assuming the above do not happen, trains rarely ever travel at better than 120km/hour on the subcontinent, apparently due to poor tracks, and facilities[i wonder what the term means in this context]. The average speed is more like 70km/hour. Could the infusion of 80 Billion INR translate to better facilities that would allow the majority of trains to ply at better than 170km/hour?

Thursday, May 24, 2007

just a verse...

Slept out in the open
Beneath the purple sky
Thought about the stars; wondered where am I?
Thought across the light-years
Traveled as the light of my Star
Through the finite infinity
I reached my Self, where my thought sprang from
But the light of my Star had ceased to Be.

Sunday, May 20, 2007

Scripting Learning

Another short quick post.
Someone visited here from Canada recently. The discussion over supper meandered over a multitude of topics. One topic that sticks in mind is that of language scripts, and pronunciations.

There are numerous language scripts on the sub-continent; some similar, some different. The few I know of are from the North Indian languages. Scripts in South India bear little similarity whatsoever. The one exception is Urdu, which uses the Arabic script. One point on which the languages I know of are similar is the grouping of consonants, soft-consonants, and vowels. The letters are grouped in the manner of pronunciation.

The Devanagari Script is organized in groups based upon where the sound originates in the body as -
Velar - Ka, Kha, Ga, Gha
Palatal - Cha, Cha, Ja, Jha
Retroflex - Ta, Tha, Da, Dha [as in Tut]
Dental - Ta, Tha, Da, Dha
Labial - Pa, Pha, Ba, Bha

The pronunciation of the dentals are a softer version of the retroflex. But that's past the point. We learn to speak even before we learn our alphabets. Here, on the subcontinent, english is the medium of instruction in a significant fraction of the nursery/preparatory schools. But without meaning to sound an anglophobe [can't claim to be that, as anybody reading this will realize (+: ] why not start the mother tongue earlier? As the baby/child gains control of his ability to make sounds, teach another set of the sounds. By the time school starts, the child will have a significant advantage. The success of this suggestion also depends upon how well a child responds to learning something new, though. But children tend to be fascinated by whatever appears new. I wonder if this may work ...