Masala is a Hindi word that means spices. Informally it also means elements mixed together to add spice to the final product.
Here you can find my thoughts on technologies that I come across and explored which I would like to share with you and get your comments/feedbacks. And once in a while you will also see some inspiring quote and saying either copy pasted or when it strikes in my mind.
My book on Servlet Programming
Java Servlet Programming Bible (With CD-ROM)
Amazon Price: (as of 08/29/2008)
List Price: $49.99
Used Price: $29.95
You lock but I can only unlock
A look at public key certificate
Talking about keys, it reminds me of a cryptography concept called public key certificate. This is how it works. There are two keys, public and private. The concept is simple. A public key is used to lock and the private is used to unlock. For example if Ram wanted to send an encrypted message to Shyam, Shyam used the public key of Ram to encrypt the message and send it across to him. Then Ram used his private key to decrypt the message and use it. There is a significant advantage using this mechanism. Ram and Shyam do not have to share a secret key and the sending party can only encrypt and not decrypt any message. Public key certificate has played a significant role in web application security in the form of digital certificates or authorization certificates.
Accountability and Potholes
Consequences can sometimes make you accountable
"The World is Folding"
Computer Graphics Meet by Rhythm & Hues
When R&H talked about softwares and hardwares used, it was good to know that it uses a customized version of Linux (Initially RedHat and now Suse)as their operating system. One of the key area of animation that requires heavy technology and processing power is the area of rendering. Rendering makes the models come alive and brings everything live. But rendering requires huge amount of processing, and performance is very critical. R&H use a shared processing environment wherein a daemon runs in every machine and utilizes the processor idle time for rendering and other process intensive work. The process sharing not only happens in their Los Angeles office but also the processors that are in their offshore office in Mumbai, India.
Another key information that grabbed my mind was that R&H use their own hand written code instead of using Maya for lot of visual composition and rendering. And using customized linux with source code allows them to tweak up until the kernel to suit their needs. It may not be long before there are lot of open source softwares like Blender coming up along digital animation and modelling arena.
I was fascinated by the processor sharing model. If Thomas Friedman wanted to write the next version of The World is Flat, probably he might want to call it "The World is Folding" and he might be adding this as one of the folds. The world is now folding by not just connecting people but also utilizing resources that is scattered across the world.
Mind Maps
Unleash the power of your brain
While the how to and the uses of mind map can be studied in the site above, the power of the tool can be only realized when it is practiced and made as a habit.
I had been using Mind Map technique since my school days and I thought that could be a good topic I can share with my fellow navigators. One of the question after the session was how can the logistics and implementation details be represented using mind maps. My answer to that question was that mind maps are starting point to tap in brains and bring up new ideas and thoughts. It is a powerful technique to dump the information in your brain on a particular context. Mind Maps are starting point to your solution to a problem and you have to pick and chose the right information and data that is necessary for you and start analysing and designing the logistics and implementation details.
Want to be rich?
The web app UI tantrum
Microsoft introduced what is called as XMLHTTPRequest to talk back with the server asynchronously and update the web page without refreshing the entire page. Of course as usual MS introduced it as an ActiveX object limiting it to browsers working on Windows operating systems. But then all the browsers followed implementing it. Now the XMLHTTPRequest component is available in almost all the latest browser versions. OK what works behind is simple. When the page loads a Javascript instantiates the XMLHTTPRequest object. This object has certain properties and methods that you can use to communicate to your server application asynchronously without submitting the page. You can get the response either in the form of a text or in XML and process it and change your UI data using Javascript.
The technique was old but it was revived with new freshness and has become an outburst. Now everyone wants Ajax. As you read this, you are already browsing an Ajax based web application. There are plenty of sites that have ajax examples, lot of forums. Whether you become rich or not applications are becoming rich.
Ajaxian
Fetching RSS feed... please stand byArtima articles
Fetching RSS feed... please stand byRajesh Setty's Blog
Fetching RSS feed... please stand byCompassites CEO
- Naveen Lakkur's home page
- Naveen Lakkur is the CEO of Compassites Software Solutions P Ltd, Bangalore, India. He has a vast experience in starting up IT companies and building and growing it up successfully. His website contains lot of thought provoking concepts and ideas on entrepreneurship.
