Wednesday, 20 February 2013

About myself

Though I am discovering myself everyday 
I am still a stranger to myself 
This is as if I and Self are two ends of the same spectrum 
And I trying to get to Self through a beautiful journey called Life 

From childhood I was taught "Don't talk to strangers" 
Is that why I do not talk to myself? 

Have you noticed that what mattered to you once 
Does not matter to you now 
What matters to you now 
May not matter to you in the future 
For me what matters most is to be at peace with myself 
Will this not be what I will cherish in the future too! 

The biggest challenge is to discover what you are good at 
Doing something that you are good at is grist to the passion mill 
Passion propels you to do better what you are already good at 
The rest falls in place - satisfaction, prosperity and success 

A perfect work life (program)

10: Year (Y) = 30 (30 is a VARIABLE) 
B (BANKBALANCE) = X (B is a VARIABLE which is a combination of all the assets that one builds in a lifetime, can be interpreted as NETWORTH)  
Y=Y+1 
Month (M)=0 
20: Month (M)= M+1 
Week (W)=0 
WEEKDAYS 
Day (D)=0 
30: Get up in the morning 
Rush to office 
Spend god knows how many hours in the air-conditioned cubicle 
Come home tired to have dinner and spend the 'leftover' time with family 
D=1+D 
If D=5, go to module WEEKENDS; ELSE GO TO 30 
END 
WEEKENDS 
D=0 
Get up LATE in the morning 
Shopping to provide enough energy to move D (Weekdays) from 0 to 5 
Evening in the mall to spend money earned in module WEEKDAYS 
D=1+D 
A lazy Sunday 
Exercise to make up for the sins over the last 6 days 
Spend 'quality' time with family 
Evening prepare for the module WEEKDAYS 
END 
W=W+1 
If W=4,  
B=X+dx 
GO TO 20; 
ELSE 
GO TO module WEEKDAYS 
If Y=60 (60 is a VARIABLE), EXIT 
If M=12, GO TO 10