vivek's blog

Internet Suspend/Resume

At the Internet Suspend/Resume Project (Intel Research, Pittsburgh), they say "Any computer can be your computer!".

OS Development

Its been approximately 3 years since I started my os development hobby project and I am still stuck at the stage of memory management. Ask any other os developer, and this shouldn't be suprising to him. Writing an operating system is not an easy task, but its definitely not impossible. It is probably one of the most challenging tasks, especially if you are out to write it from scratch. Its the kind of programming challenge which involves debugging that could last for many, frustrating, sleepless nights only to discover that the bug it was just a mistyped register in an assembly statement. In short, you should be the kind of person who doesn't give up real easy/soon. I didn't; atleast not in the last 3 years which saw 4-5 times of complete code rewrite, change in design and toolchain, evolving ideas and understanding of programming concepts.

MIT Hacks

Interesting Hacks To Fascinate People - The MIT Gallery of Hacks.

Mobile Agents

Today's fiction tomorrow's facts ? The movie Matrix has given the word 'Agent' an all new meaning - "smart" AI programs which perform tasks inside of the Matrix. Mobile Agents is a very hot topic of research in distributed computing which in very simple terms is all about - Sharing processor resources. Is there any connection between the two; I don't know, but time will surely tell.