<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-13500385</id><updated>2011-11-27T15:35:47.445-08:00</updated><category term='google news behavior strange'/><category term='firefox ubuntu indic'/><category term='thought academic research'/><category term='svn subversion collaboration tutorial'/><category term='ruby activerecord irb test sandbox'/><category term='java ant debug -g lines vars source javac'/><category term='earthquake delhi november 2007'/><title type='text'>techthoughts - Learn, ponder, share</title><subtitle type='html'>Let there be light!!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>17</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-13500385.post-1200294089376221209</id><published>2009-03-15T23:54:00.000-07:00</published><updated>2009-03-15T23:55:50.607-07:00</updated><title type='text'>Tree Traversal Ordering - Whats the order again?</title><summary type='text'>I have always had trouble remembering what exactly are the orders of inorder, preorder and postorder traversals. Well today I think iv had the defining insight :). the "IN","PRE" and "POST" is based on where the root node is.In "INorder" the root node is "IN" the middle of left and right nodesIn "PREorder" the root node is "PRE" i.e. before the left and right nodesIn "POSTorder" the root node is </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/1200294089376221209/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=1200294089376221209' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/1200294089376221209'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/1200294089376221209'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2009/03/tree-traversal-ordering-whats-order.html' title='Tree Traversal Ordering - Whats the order again?'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-8545196264959514135</id><published>2009-03-08T20:19:00.000-07:00</published><updated>2009-03-08T20:37:21.622-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ruby activerecord irb test sandbox'/><title type='text'>How to test out ActiveRecord in irb</title><summary type='text'>I like how interpreted languages provide this interpreter for you to try out stuff. As I am learning ruby on rails I frequently need to try out ActiveRecord's dark ways of doing things and I would like to be able to try it out in irb so here is what I doLaunch irbirb --simple-promptand then execute the following code assuming you are in the rails app directoryrequire 'rubygems'require '</summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/8545196264959514135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=8545196264959514135' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/8545196264959514135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/8545196264959514135'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2009/03/how-to-test-out-activerecord-in-irb.html' title='How to test out ActiveRecord in irb'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-1293028796997192987</id><published>2008-02-19T23:56:00.000-08:00</published><updated>2008-02-27T23:19:34.241-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java ant debug -g lines vars source javac'/><title type='text'>Line numbers in Java Exception Stack Trace</title><summary type='text'>This post is almost like a note in my java diary. I came across this problem while using the ant javac task. My javac task looked like this:&lt;javac srcdir="${src.dir}" destdir="${build.dir}"&gt;    &lt;classpath&gt;        &lt;fileset dir="${lib.dir}"&gt;            &lt;include name="*.jar" /&gt;        &lt;/fileset&gt;    &lt;/classpath&gt;       &lt;/javac&gt;No real problems right? Except the fact that when an exception occured in </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/1293028796997192987/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=1293028796997192987' title='33 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/1293028796997192987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/1293028796997192987'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2008/02/line-numbers-in-java-exception-stack.html' title='Line numbers in Java Exception Stack Trace'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>33</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-3093128471508466730</id><published>2007-12-17T13:22:00.000-08:00</published><updated>2007-12-20T08:57:46.202-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='svn subversion collaboration tutorial'/><title type='text'>Getting off the ground with SVN.</title><summary type='text'>Do you frequently ask your colleague to email code to you and then "integrate" on your machine? Do you frequently miss somebody's code before deploying the application? Have you had days when you have felt, "it would have been great if i had my code of 2 days ago!"?If you are in a situation similar to the ones above you should seriously consider using a version control system. At its most basic </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/3093128471508466730/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=3093128471508466730' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/3093128471508466730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/3093128471508466730'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/12/do-you-frequently-ask-your-colleague-to.html' title='Getting off the ground with SVN.'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-2506130986523309052</id><published>2007-11-29T10:34:00.000-08:00</published><updated>2007-11-30T13:02:41.715-08:00</updated><title type='text'>Firefox 2.0.0.10 crashing</title><summary type='text'>I don't know if I can call this an accomplishment, but I have been able to crash firefox in a consistent repeatable manner by following a sequence of steps. The test case goes like this:Start Firefox - Open firefox. I have 2-3 live bookmarks one of which is My reading list on google reader, now when I initially launch firefox this live bookmark doesn't load as i need to sign into my google </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/2506130986523309052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=2506130986523309052' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/2506130986523309052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/2506130986523309052'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/11/firefox-20010-crashing.html' title='Firefox 2.0.0.10 crashing'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_4t3MKh9CqSQ/R08N93QNq3I/AAAAAAAAAN8/Rc2G_lV_DF4/s72-c/Livebookmark+failed+to+load.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-2041992725851647176</id><published>2007-11-25T15:14:00.001-08:00</published><updated>2007-11-26T22:57:37.499-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='earthquake delhi november 2007'/><title type='text'>Earthquake in Delhi</title><summary type='text'>An earthquake shook Delhi and its neighboring areas in the wee hours of Monday morning on 26th November 2007. The earthquake was a relatively strong one and lasted for about 4-5 seconds. I must mention that it was a little scary as earthquakes have a history of widespread devastation in India, and the memories of that poignant republic day in 2001 are still fresh.Update: The earthquake occurred </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/2041992725851647176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=2041992725851647176' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/2041992725851647176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/2041992725851647176'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/11/earthquake-in-delhi.html' title='Earthquake in Delhi'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-4881263431623015975</id><published>2007-11-09T09:25:00.001-08:00</published><updated>2007-11-09T09:30:32.161-08:00</updated><title type='text'>GMail probable bug</title><summary type='text'> While using the new GMail, which I believe everyone hasn't received as yet, I observed the following behavior. While using the chat, it showed one of my friends as offline even though i was chatting with them and there was no problem in recieving the messages. See screenshot below? Post comments if you have seen this kind of behavior. For the record I run Google sidebar on Windows Vista Home </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/4881263431623015975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=4881263431623015975' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/4881263431623015975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/4881263431623015975'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/11/gmail-probable-bug.html' title='GMail probable bug'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_4t3MKh9CqSQ/RzSZDqF_bxI/AAAAAAAAANU/-rUlFKVYt6U/s72-c/gmailbug.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-8103421910448361055</id><published>2007-11-08T00:30:00.000-08:00</published><updated>2007-11-08T00:42:53.990-08:00</updated><title type='text'>GMail new mailist feature</title><summary type='text'>The new feature for filtering messages of a particular mailing list in Gmail. I subscribe to a number of mailing and up until now had to use from addresses to filter my messages, this is a lot more precise.This keeps up gmail's appeal to people who use mailing lists quite a lot. The conversations feature still prevents me from even thinking about any other web based email.</summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/8103421910448361055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=8103421910448361055' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/8103421910448361055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/8103421910448361055'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/11/gmail-new-mailist-feature.html' title='GMail new mailist feature'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_4t3MKh9CqSQ/RzLJfKF_bwI/AAAAAAAAANI/R6qM0fcLEmc/s72-c/gmailMailingList.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-3140576913633605304</id><published>2007-11-04T12:52:00.000-08:00</published><updated>2007-11-04T12:54:24.801-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='thought academic research'/><title type='text'>Academic Research Commercial Research</title><summary type='text'>An academic research effort in any field is supposed to establish outer          boundaries. Commercial efforts demonstrate what is profitable; academic          efforts show what is possible.</summary><link rel='related' href='http://www.cs.yale.edu/graduate/gradhandbook.html' title='Academic Research Commercial Research'/><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/3140576913633605304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=3140576913633605304' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/3140576913633605304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/3140576913633605304'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/11/academic-research-commercial-research.html' title='Academic Research Commercial Research'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-6770793947919904571</id><published>2007-10-09T09:19:00.000-07:00</published><updated>2007-10-09T10:51:45.888-07:00</updated><title type='text'>Airtel 220BX router forgot password</title><summary type='text'>If you are reading this, you like me belong to the forky lot, who just cant rest without forking around in something unitl its messed up. Why do we do it, "thats how we learn!!!" right?So, you know that blackbox in your home is not some magic but a Beetel DSL router, whose default username is admin and password is password But that was default, the moment you you got to know of it, you had to </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/6770793947919904571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=6770793947919904571' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/6770793947919904571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/6770793947919904571'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/10/airtel-220bx-router-forgot-password.html' title='Airtel 220BX router forgot password'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-3967615515827885627</id><published>2007-10-03T20:16:00.000-07:00</published><updated>2007-10-07T16:48:30.210-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='firefox ubuntu indic'/><title type='text'>Enabling Indic in Firefox on Ubuntu</title><summary type='text'>Do you have problems reading Indic lanaguage websites? Do you see incorrect rendering such as misplaced matras, aadha akshar appearing with a halant? Have you been blaming firefox/Ubuntu for not getting such basic stuff right?Well not to worry as the fix is a very simple series of steps.First check if your browser has been compiled with the --enable-pango flag. To check this, type "about:</summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/3967615515827885627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=3967615515827885627' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/3967615515827885627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/3967615515827885627'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/10/enabling-indic-in-firefox-on-ubuntu.html' title='Enabling Indic in Firefox on Ubuntu'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_4t3MKh9CqSQ/RwULwsjT7KI/AAAAAAAAALw/GrEyyGQ6icM/s72-c/buildconfig.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-5573996905883483696</id><published>2007-10-03T04:40:00.000-07:00</published><updated>2007-10-03T05:40:43.247-07:00</updated><title type='text'>The "I have 2 orkut accounts problem"</title><summary type='text'>This is a problem that a lot of people tell me about. I have 2 orkut accounts or separate Gmail and orkut accounts but how do i open them both in Firefox. Opening 2 separate windows doesn't work.Well the solution is pretty simple if you follow the following Step by Step. This is a solution on Windows which i believe is the majority audience here.Close all firefox windows, including any download </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/5573996905883483696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=5573996905883483696' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/5573996905883483696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/5573996905883483696'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/10/i-have-2-orkut-accounts-problem.html' title='The &quot;I have 2 orkut accounts problem&quot;'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_4t3MKh9CqSQ/RwOCJ8jT7FI/AAAAAAAAALA/jySE7GmeZm0/s72-c/environment+variables.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-7388570146723726106</id><published>2007-10-02T08:50:00.000-07:00</published><updated>2007-10-02T09:00:50.986-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google news behavior strange'/><title type='text'>Google News Strange Behavior</title><summary type='text'>Last night I was up till about 2 AM watching the English Premier League Game between Totenham Hotspurs and Aston Villa. Spurs have had a horrendous start to the season, so I slept off when it became 1-3 thinking it was a done deal. Then today through a news report on TV i got to know Spurs had actually drawn level at 4-4. Now i wanted more of this news. Fired up my browser went to Google News </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/7388570146723726106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=7388570146723726106' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/7388570146723726106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/7388570146723726106'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/10/google-news-strange-behavior.html' title='Google News Strange Behavior'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-2591398934186361195</id><published>2007-10-01T10:45:00.000-07:00</published><updated>2007-10-01T10:46:46.651-07:00</updated><title type='text'>Quote Unquote</title><summary type='text'>The ideathat the value of the system will be discovered rather than known at the time ofinstallation implies, in turn, that product flexibility and adaptability, as well as ongo-ing account service, should be critical components of any buyer’s evaluation check-list.Geoffrey Moore</summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/2591398934186361195/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=2591398934186361195' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/2591398934186361195'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/2591398934186361195'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2007/10/quote-unquote.html' title='Quote Unquote'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-112695220523767634</id><published>2005-09-17T02:09:00.000-07:00</published><updated>2005-09-17T03:16:45.253-07:00</updated><title type='text'>P2P file sharing</title><summary type='text'>P2P stands for peer to peer and is an amamzing concept that is brillian because of its simplicity. Its yet another technology thats modelled on human behaviour of one on one talk and thats what p2p systems exploit, they build on one on one interaction between computers to deliver value to users. The most popular category of p2p systems is file sharing systems such as napster, gnutella , KaZaa etc</summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/112695220523767634/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=112695220523767634' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/112695220523767634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/112695220523767634'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2005/09/p2p-file-sharing.html' title='P2P file sharing'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-111827106032636455</id><published>2005-06-08T15:15:00.000-07:00</published><updated>2005-06-08T15:51:00.330-07:00</updated><title type='text'>The Linux fairytale</title><summary type='text'>Linux pronounced "Lih-nux" is a storey teller's dream. Its a fairy tale really of how it started with a man(Linux Trovalds) in the Nokia-country(Finland), and has caught on to become one of the nightmares of the tech Czar Bill Gates.So lets go the fairy tale way: Once upon a time there was an Operating System called Unix that was used by the educational institutions as well as in the industry as </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/111827106032636455/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=111827106032636455' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/111827106032636455'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/111827106032636455'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2005/06/linux-fairytale.html' title='The Linux fairytale'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-13500385.post-111818983389958410</id><published>2005-06-07T17:06:00.000-07:00</published><updated>2005-06-07T17:17:39.190-07:00</updated><title type='text'>Welcome</title><summary type='text'>Hello, and a very warm welcome to all of you looking to start your life as an open source developer. I am using this space to enlist the things that iam going through as a novice open source developer.My primary focus right now is to get involved in one of the GNU projects as i ahve been influenced a lot by the FSF thoughts esp the thoughts of Prof G. Nagarjuna who is the chairman of FSF India. </summary><link rel='replies' type='application/atom+xml' href='http://blog.puneetlakhina.com/feeds/111818983389958410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=13500385&amp;postID=111818983389958410' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/111818983389958410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13500385/posts/default/111818983389958410'/><link rel='alternate' type='text/html' href='http://blog.puneetlakhina.com/2005/06/welcome.html' title='Welcome'/><author><name>Puneet</name><uri>http://www.blogger.com/profile/16212266980352677080</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
