I don't know much poetry... but I can see the beauty of this quote:
In science one tries to tell people, in such a way as to be understood by everyone, something that no one ever knew before. But in poetry, it's the exact opposite.
Thursday, September 28, 2006
Another nice quote
Saturday, August 19, 2006
Hilarious nerd comment
Read this in a Register article today. Most hilarious nerd comment I heard lately:[context - the reporter was at LinuxWorld conference where he saw a FreeBSD booth]
"When I approached the FreeBSD booth, my first question was, "So, what's FreeBSD doing here at LinuxWorld?" Without losing a beat, the FreeBSD guy responded, "Actually, in an alternate universe, I'm attending BSDWorld and there's one Linux booth. However, my transporter malfunctioned 'cause it was running Linux, and so here I am." Best nerd one-liner I've heard at the show. "
Read the full story at http://www.theregister.co.uk/2006/08/19/linuxworld_virtualisation_techs/
"When I approached the FreeBSD booth, my first question was, "So, what's FreeBSD doing here at LinuxWorld?" Without losing a beat, the FreeBSD guy responded, "Actually, in an alternate universe, I'm attending BSDWorld and there's one Linux booth. However, my transporter malfunctioned 'cause it was running Linux, and so here I am." Best nerd one-liner I've heard at the show. "
Read the full story at http://www.theregister.co.uk/2006/08/19/linuxworld_virtualisation_techs/
Sunday, August 13, 2006
Programming & Painting
Surely Computer programming is an art like painting or sculpturing [1]; Painting is two dimensional, Sculpturing is three dimensional, we have yet to find out how many dimensions are involved in creating a beatiful piece of software.
Monday, May 15, 2006
Troy
Liked this quote from Troy. As Achilles says:
"I'll tell you a secret......something they don't teach you in your temple. The gods envy us. They envy us because we're mortal. Because any moment might be our last. Everything's more beautiful because we're doomed. You will never be lovelier than you are now. We will never be here again. "
"I'll tell you a secret......something they don't teach you in your temple. The gods envy us. They envy us because we're mortal. Because any moment might be our last. Everything's more beautiful because we're doomed. You will never be lovelier than you are now. We will never be here again. "
Saturday, April 22, 2006
If Harry Potter were a computer hacker ...
Rebellion, that makes him the Chosen One, is the quality that Harry Potter seems to share with a computer hacker. So I cannot resist the temptation to see HP's adventures through a computer geek's spectacles.
The idea came to me from Marauder's map and the difficulties Harry faced while finding Malfoy on that map. I wished so strong to suggest Harry to write a simple script (in some magical languages they might have) so that he could write a simple search engine for finding any desired person. After all it was another clever prankster before him who must have put together few magical things together to make that Marauder's map. (I am sure they must be having MagicSoft in their world - but that would cost many galleons to them). Also Harry must have learnt something from the muggle Map sites about the zooming facility they had added. I felt sorry for him when on that sizable map he had to see all the names in the school moving around.
Room of Requirement is a very interesting design pattern. Primarily it is a Factory design class. It creates variety of Room objects to suit the user's requirements. The implementation however is little fuzzy to me. One of the confusing things is its ability to maintain state and moreover its ability to restore that state to the user without any visible mapping using UIDs etc. To elaborate, Harry hides his Half Blood Price potions book in the Room that this RoR generated for him. The fact that one can hide things in these Room objects and can retrieve them later makes it necessary for the Room to maintain state. If RoR generates new Room objects every time then how would it know when to open an old Room object according to the wish of the user. So there should be a unique ID in RoR's database that maps the Room instance to a User and his/her Wish. But I doubt if this magical RoR factory pattern does so. I highly suspect that it's a factory that just picks up Rooms from persistent physical rooms and returns them to the user. That way it makes sense when the same room opened for Prof Trelawney and Malfoy in HBP. But then it remains unexplanied what is RoR's behavior when a user wishes some room with extra-ordinary requirements that physically might not exist at all. Will the RoR throw an exception in such case? NonPracticalWishException ? :)
Being the chosen one, Harry Potter has knowledge of some advanced languages that could help understand Dark viruses spreading in Magic cyber world - for instance Parselmouth (I wish they had named the script language as Parselmouth rather than Python :)
Excuse me if this was a complete torture for you. If you didn't think so, let me know how did you like it!
Cheers!!!
The idea came to me from Marauder's map and the difficulties Harry faced while finding Malfoy on that map. I wished so strong to suggest Harry to write a simple script (in some magical languages they might have) so that he could write a simple search engine for finding any desired person. After all it was another clever prankster before him who must have put together few magical things together to make that Marauder's map. (I am sure they must be having MagicSoft in their world - but that would cost many galleons to them). Also Harry must have learnt something from the muggle Map sites about the zooming facility they had added. I felt sorry for him when on that sizable map he had to see all the names in the school moving around.
Room of Requirement is a very interesting design pattern. Primarily it is a Factory design class. It creates variety of Room objects to suit the user's requirements. The implementation however is little fuzzy to me. One of the confusing things is its ability to maintain state and moreover its ability to restore that state to the user without any visible mapping using UIDs etc. To elaborate, Harry hides his Half Blood Price potions book in the Room that this RoR generated for him. The fact that one can hide things in these Room objects and can retrieve them later makes it necessary for the Room to maintain state. If RoR generates new Room objects every time then how would it know when to open an old Room object according to the wish of the user. So there should be a unique ID in RoR's database that maps the Room instance to a User and his/her Wish. But I doubt if this magical RoR factory pattern does so. I highly suspect that it's a factory that just picks up Rooms from persistent physical rooms and returns them to the user. That way it makes sense when the same room opened for Prof Trelawney and Malfoy in HBP. But then it remains unexplanied what is RoR's behavior when a user wishes some room with extra-ordinary requirements that physically might not exist at all. Will the RoR throw an exception in such case? NonPracticalWishException ? :)
Being the chosen one, Harry Potter has knowledge of some advanced languages that could help understand Dark viruses spreading in Magic cyber world - for instance Parselmouth (I wish they had named the script language as Parselmouth rather than Python :)
Excuse me if this was a complete torture for you. If you didn't think so, let me know how did you like it!
Cheers!!!
Subscribe to:
Posts (Atom)