Why do you trust some one ?
Is it because you know that that person you trust will never cheat you or is it because you want to believe so ? Or is it because the unpredictable second person knows all you little secrets and you don’t have another means but to trust.
Friday, 20 May 2011
Saturday, 14 May 2011
Life OS
Enterprise resource planning (ERP) is an integrated computer-based system used to manage internal and external resources including tangible assets, financial resources, materials, and human resources. …
An organisation X developing an application or an application package for organisation Y to manage Y's resources, that is Enterprise Resource Planning.
Now think with me, an organisation X developing an application or application package for a person Y to manage his or her resources and events around him or her, I would like to call this idea of mine the Life Operating System or simply L.O.S.
An organisation X developing an application or an application package for organisation Y to manage Y's resources, that is Enterprise Resource Planning.
Now think with me, an organisation X developing an application or application package for a person Y to manage his or her resources and events around him or her, I would like to call this idea of mine the Life Operating System or simply L.O.S.
Tuesday, 3 May 2011
A self realization.
Don't remember the day or the date it was some years ago, I was with Parthiv and I told him this
"Da I'm not good at keeping friends. I lose them pretty fast. Take for example Athullia, I have a weird feeling our friendship is gonna end all pretty soon."Two days after that I get a call from Athullia telling me to not to call her anymore (I was like, what the hell just happened ?). And that’s the end of it.
Monday, 2 May 2011
Crazy about Prolog.
parent(mohan,mahesh).
parent(jaya,mahesh).
male(mohan).
female(jaya).
father(X,Y) :- parent(X,Y) , male(X).
mother(X,Y) :- parent(X,Y) , female(X).
Didn't get much, did you ? Neither did I (sorry Sonia Ma'am) till I got this crazy idea of learning prolog. To confuse you even more let me add the term Artificial Intelligence into the pot.
Subscribe to:
Comments (Atom)