<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Exploring Thoughtz..</title>
	<atom:link href="http://vijaydev.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vijaydev.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Nov 2009 21:12:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='vijaydev.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7c8682f56839a7db5bc2c5d0446f0928?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Exploring Thoughtz..</title>
		<link>http://vijaydev.wordpress.com</link>
	</image>
			<item>
		<title>Google Chrome OS &#8211; A Review</title>
		<link>http://vijaydev.wordpress.com/2009/11/24/google-chrome-os-a-review/</link>
		<comments>http://vijaydev.wordpress.com/2009/11/24/google-chrome-os-a-review/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 15:43:32 +0000</pubDate>
		<dc:creator>Vijay Dev</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://vijaydev.wordpress.com/?p=456</guid>
		<description><![CDATA[With the open sourcing of Google Chrome OS as Chromium OS project, people have started building the OS on their own and a couple of them can be found here and here. I have tried out the build that is available as a torrent mentioned in the TechCrunch article, but could not login to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=456&subd=vijaydev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>With the open sourcing of Google Chrome OS as Chromium OS project, people have started building the OS on their own and a couple of them can be found <a href="http://www.techcrunch.com/2009/11/19/guide-install-google-chrome-os/" target="_blank">here</a> and <a href="http://gdgt.com/google/chrome-os/download/" target="_blank">here</a>. I have tried out the build that is available as a torrent mentioned in the TechCrunch article, but could not login to the OS (Network not connected and offline login failed) in neither VMWare nor VirtualBox on a Leopard. However, it logged in fine in VirtualBox on Ubuntu 9.10. The performance though was terribly bad. There is also a USB bootable image available <a href="http://www.makeuseof.com/tag/download-google-chrome-os-and-run-on-a-real-computer/" target="_blank">here</a>, which I have not tried out yet.</p>
<p>I have downloaded the Chromium source code and have built the OS image and ran it successfully on both VMWare and VirtualBox. The code is downloaded as a <a href="http://build.chromium.org/buildbot/archives/chromiumos-0.4.22.8.tar.gz" target="_blank">tarball</a> for this build <a href="http://sites.google.com/a/chromium.org/dev/chromium-os/building-chromium-os/build-instructions" target="_blank">process</a>. If you wish to make changes to the code and contribute, the source should be downloaded using git, in which case, the Chromium <a href="http://sites.google.com/a/chromium.org/dev/developers/how-tos/install-gclient" target="_blank">depot tools</a> need to be installed as a prerequisite.</p>
<p><strong>What is Chrome OS?</strong></p>
<p>Chrome OS is a lightweight OS designed to be used by netbooks, focused only on the web. It is built on top of the Linux kernel and aims to be faster, simpler and <a href="http://www.chromium.org/chromium-os/chromiumos-design-docs/security-overview" target="_blank">secure</a>.</p>
<ul>
<li>Built on top of Linux kernel</li>
<li>Faster boot times</li>
<li>Entirely web-based</li>
<li>Minimal user interface</li>
<li>Encrypted storage of all user data in the cloud</li>
<li>Self verification of integrity of OS at every boot</li>
</ul>
<p><strong>What it is not?</strong></p>
<p>Chrome OS is NOT a replacement for desktop operating systems. You can&#8217;t just go and replace your current OS with Chrome OS!</p>
<p><strong>Build Process:</strong></p>
<p>I have done the entire build on my 32 bit Ubuntu 9.10. The image works fine in VirtualBox in the same machine and also on VMWare in a Leopard. The steps in brief are:</p>
<ol>
<li>Making the local repository</li>
<li>Creating the build environment</li>
<li>Including Chrome browser</li>
<li>Building the platform packages</li>
<li>Building the kernel</li>
<li>Building the final OS image</li>
<li>Converting the image to a VMWare image</li>
<li>Converting the image into a bootable USB disk (optional)</li>
</ol>
<p>Creating the local repository took about an hour to complete. Other steps are relatively faster; the building of the platform packages and the kernel took 10 minutes each and the final OS image itself took 5 minutes. Conversion into a VMWare image requires <a href="http://www.qemu.org/qemu-doc.html" target="_blank">qemu</a>. Do a <em>sudo apt-get install qemu-kvm</em> before starting the conversion.</p>
<p><strong>How does it work?</strong></p>
<p>The OS is nothing but a browser, well almost! The OS boots and you have a nice blue screen (no, not the BSOD <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) asking for the username and password. A Gmail account is required to login to the OS. The build number below the login screen is unique for each build of the Chromium OS image.</p>
<p style="text-align:center;"><a href="http://vijaydev.files.wordpress.com/2009/11/chr_bootscreen.png"><img class="size-full wp-image-460 aligncenter" title="chr_bootscreen" src="http://vijaydev.files.wordpress.com/2009/11/chr_bootscreen.png?w=479&#038;h=401" alt="Chromium OS Login" width="479" height="401" /></a></p>
<p>On login, the user is directly taken to the Chrome browser and everything the OS has to offer is available right there. It&#8217;s all about the web!</p>
<p><a href="http://vijaydev.files.wordpress.com/2009/11/chr_first.png"><img class="aligncenter size-full wp-image-462" title="Chrome Browser with home page" src="http://vijaydev.files.wordpress.com/2009/11/chr_first.png?w=479&#038;h=401" alt="" width="479" height="401" /></a></p>
<p>Clicking on the Chrome logo on the top left corner gives you a list of web apps (even Yahoo! Mail and Hotmail). Orkut is missing, but Facebook isn&#8217;t <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Almost all the websites that I use regularly worked fine. Flash too works great without any noticeable problems.</p>
<p><a href="http://vijaydev.files.wordpress.com/2009/11/chr_home1.png"><img class="aligncenter size-full wp-image-467" title="App List" src="http://vijaydev.files.wordpress.com/2009/11/chr_home1.png?w=479&#038;h=401" alt="" width="479" height="401" /></a></p>
<p>On the downside, command line access sucks (Do Ctrl + Alt + T to access the terminal). Typing &#8216;exit&#8217; at the command line does not take you back to the browser right away. It never did for me, at least! I always ended up typing &#8216;exit&#8217; about 4-5 times and suddenly the browser will appear. Also the OS becomes unresponsive in both VMWare and VirtualBox if left unused for a few minutes.</p>
<p><a href="http://vijaydev.files.wordpress.com/2009/11/chr_terminal.png"><img class="aligncenter size-full wp-image-468" title="Terminal" src="http://vijaydev.files.wordpress.com/2009/11/chr_terminal.png?w=479&#038;h=401" alt="" width="479" height="401" /></a></p>
<p>The minimalistic UI seems to be a cautious approach. There are two themes available right now &#8211; GTK+ and Classic. The look feel at the moment is not at all good. But we can expect Google (and the Open Source community!) to improve on <a href="http://www.chromium.org/chromium-os/user-experience" target="_blank">this</a> in the coming months.</p>
<p><a href="http://vijaydev.files.wordpress.com/2009/11/chr_options.png"><img class="aligncenter size-full wp-image-471" title="Settings" src="http://vijaydev.files.wordpress.com/2009/11/chr_options.png?w=479&#038;h=401" alt="" width="479" height="401" /></a></p>
<p>The OS is targeted at those who use computers almost solely for accessing the Internet. It is simple and nicely done. But the performance of the Chrome OS is not satisfactory on a virtual machine. The user interface also needs to improve quite a bit.</p>
<p>Keeping all the data in the cloud could be a double-edged sword with potential paranoid users trying to avoid Chrome OS just for that reason. Google is betting on the fact that the market for net-books will increase in the future and that users who want to connect to the Internet fast would prefer an OS which lets them do that without much difficulties.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaydev.wordpress.com/456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaydev.wordpress.com/456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaydev.wordpress.com/456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaydev.wordpress.com/456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaydev.wordpress.com/456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaydev.wordpress.com/456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaydev.wordpress.com/456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaydev.wordpress.com/456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaydev.wordpress.com/456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaydev.wordpress.com/456/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=456&subd=vijaydev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaydev.wordpress.com/2009/11/24/google-chrome-os-a-review/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vijay</media:title>
		</media:content>

		<media:content url="http://vijaydev.files.wordpress.com/2009/11/chr_bootscreen.png" medium="image">
			<media:title type="html">chr_bootscreen</media:title>
		</media:content>

		<media:content url="http://vijaydev.files.wordpress.com/2009/11/chr_first.png" medium="image">
			<media:title type="html">Chrome Browser with home page</media:title>
		</media:content>

		<media:content url="http://vijaydev.files.wordpress.com/2009/11/chr_home1.png" medium="image">
			<media:title type="html">App List</media:title>
		</media:content>

		<media:content url="http://vijaydev.files.wordpress.com/2009/11/chr_terminal.png" medium="image">
			<media:title type="html">Terminal</media:title>
		</media:content>

		<media:content url="http://vijaydev.files.wordpress.com/2009/11/chr_options.png" medium="image">
			<media:title type="html">Settings</media:title>
		</media:content>
	</item>
		<item>
		<title>Change in behavior in Timestamp.valueOf() in JDK 6</title>
		<link>http://vijaydev.wordpress.com/2009/10/21/change-in-behavior-in-timestamp-valueof-in-jdk-6/</link>
		<comments>http://vijaydev.wordpress.com/2009/10/21/change-in-behavior-in-timestamp-valueof-in-jdk-6/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 17:56:43 +0000</pubDate>
		<dc:creator>Vijay Dev</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JDK 5]]></category>
		<category><![CDATA[JDK 6]]></category>
		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://vijaydev.wordpress.com/?p=449</guid>
		<description><![CDATA[Recently, when looking at a bug related to Timestamp, I found out that the valueOf() method in java.sql.Timestamp works differently in JDK 6 than the earlier versions.
Timestamp.valueOf(), when provided with a timestamp which contains a date or a month with a single digit. eg. 2009-9-20, 2009-9-3, 2009-12-4 etc., behaves differently in JDK 6 &#8211; it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=449&subd=vijaydev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently, when looking at a bug related to Timestamp, I found out that the valueOf() method in java.sql.Timestamp works differently in JDK 6 than the earlier versions.</p>
<p>Timestamp.valueOf(), when provided with a timestamp which contains a date or a month with a single digit. eg. 2009-9-20, 2009-9-3, 2009-12-4 etc., behaves differently in JDK 6 &#8211; it throws an IllegalArgumentException saying that the timestamp is not properly formatted. Whereas JDK 5 (and earlier versions) works just fine providing the proper values with &#8216;0&#8242; prefixed to those single digit numbers. However JDK 6 is fine with hours, minutes, seconds being single digits. As usual, got curious and started exploring why this happens by looking at the source code for the Timestamp class in JDK 5 and 6.</p>
<p>Here&#8217;s the JDK 6 Timestamp.valueOf() snippet:</p>
<blockquote><p>int counterD = 0;<br />
<strong>int intDate[] = {4,2,2};</strong></p>
<p>int counterT = 0;<br />
int intTime[] = {2,2,12};</p>
<p>while(stringTokeninzerDate.hasMoreTokens()) {<br />
String tokenDate = stringTokeninzerDate.nextToken();<br />
<strong>if(tokenDate.length() != intDate[counterD] ) {</strong><br />
throw new java.lang.IllegalArgumentException(formatError);<br />
}<br />
counterD++;<br />
}</p>
<p><strong>/*</strong><br />
//Commenting this portion out for checking of time</p>
<p>while(stringTokeninzerTime.hasMoreTokens()) {<br />
String tokenTime = stringTokeninzerTime.nextToken();</p>
<p>if (counterT &lt; 2 &amp;&amp; tokenTime.length() != intTime[counterT]  ) {<br />
throw new java.lang.IllegalArgumentException(formatError);<br />
}<br />
counterT++;<br />
}<br />
<strong>*/</strong></p></blockquote>
<p>The code in bold shows that there is a strict check on the length of the digits that constitute the datepart of the timestamp. The commented out source is the reason why the format of the digits in the time part is not strictly enforced.</p>
<p>I thought it&#8217;s good to dig more into this and asked in Stack Overflow and people helped out in identifying more details: The behaviour is already filed as a <a href="http://bugs.sun.com/view_bug.do?bug_id=6763465" target="_blank">bug</a> and more info about the bug was found <a href="http://bugs.sun.com/view_bug.do?bug_id=5006540" target="_blank">here</a>. A workaround for this problem is available <a href="http://forums.sun.com/thread.jspa?threadID=5339666" target="_blank">here</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaydev.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaydev.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaydev.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaydev.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaydev.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaydev.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaydev.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaydev.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaydev.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaydev.wordpress.com/449/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=449&subd=vijaydev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaydev.wordpress.com/2009/10/21/change-in-behavior-in-timestamp-valueof-in-jdk-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vijay</media:title>
		</media:content>
	</item>
		<item>
		<title>What is debian-sys-maint?</title>
		<link>http://vijaydev.wordpress.com/2009/10/11/what-is-debian-sys-maint/</link>
		<comments>http://vijaydev.wordpress.com/2009/10/11/what-is-debian-sys-maint/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 10:05:36 +0000</pubDate>
		<dc:creator>Vijay Dev</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://vijaydev.wordpress.com/?p=444</guid>
		<description><![CDATA[Recently, when we were moving our staging applications and databases to a different server (from Win 2003 to Ubuntu 9.04), we had two problems with the MySQL server.
One, easy to fix, was the case-sensitive nature of table names. Using lower_case_table_names=1 in /etc/mysql/my.cnf fixed the problem.
The other problem riddled the server startup and shutdown (even server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=444&subd=vijaydev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently, when we were moving our staging applications and databases to a different server (from Win 2003 to Ubuntu 9.04), we had two problems with the MySQL server.</p>
<p>One, easy to fix, was the case-sensitive nature of table names. Using lower_case_table_names=1 in /etc/mysql/my.cnf fixed the problem.</p>
<p>The other problem riddled the server startup and shutdown (even server status) with errors, even while keeping the server functional. When looking into the error messages, I found out that there is a special MySQL user named &#8216;debian-sys-maint&#8217; which has admin privileges. This account is used to shut down the server gracefully, to check for corrupt tables etc. The password for this account is stored in plaintext in the file /etc/mysql/debian.cnf.</p>
<p>Error message obtained:</p>
<blockquote><p>/usr/bin/mysqladmin: connect to server at &#8216;localhost&#8217; failed<br />
error: &#8216;Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217; (using password: YES)&#8217;</p></blockquote>
<p>Fix:</p>
<blockquote><p>GRANT ALL PRIVILEGES ON *.* TO &#8216;debian-sys-maint&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;&lt;password&gt;&#8217; WITH GRANT OPTION;</p></blockquote>
<p>where &lt;password&gt; is the plain text password found in /etc/mysql/debian.cnf. Found the fix <a href="http://ubuntuforums.org/showthread.php?t=112505" target="_blank">here</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaydev.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaydev.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaydev.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaydev.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaydev.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaydev.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaydev.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaydev.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaydev.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaydev.wordpress.com/444/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=444&subd=vijaydev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaydev.wordpress.com/2009/10/11/what-is-debian-sys-maint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vijay</media:title>
		</media:content>
	</item>
		<item>
		<title>Two Months</title>
		<link>http://vijaydev.wordpress.com/2009/09/13/two-months/</link>
		<comments>http://vijaydev.wordpress.com/2009/09/13/two-months/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 16:27:58 +0000</pubDate>
		<dc:creator>Vijay Dev</dc:creator>
				<category><![CDATA[Eventz]]></category>
		<category><![CDATA[HeyMath]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Thoughtz]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[LOTR]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[novels]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://vijaydev.wordpress.com/?p=435</guid>
		<description><![CDATA[Been inexplicably away from blogging for a long time (except for the birthday post) &#8211; it had been a tough month and a half in various aspects. Meanwhile, Ananth went to SA for a project implementation and those two weeks were boring without him to chit-chat with. He returned to India on my birth day [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=435&subd=vijaydev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Been inexplicably away from blogging for a long time (except for the birthday post) &#8211; it had been a tough month and a half in various aspects. Meanwhile, <a href="http://nl-media.blogspot.com/" target="_blank">Ananth</a> went to SA for a project implementation and those two weeks were boring without him to chit-chat with. He returned to India on my birth day and we had good fun that day with a late lunch at Woodlands, watching &#8220;Up&#8221; and what not !</p>
<p>On the technical side, I have got bitten by the Flex bug which is quite dangerously spreading in my team!! I am also starting to learn Ruby on Rails. I like Rails more than Flex and I might work on both these technologies in the coming months. Top Secret <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Work is otherwise monotone for sometime now with nothing interesting/challenging coming on the way. Anyway, enjoying what I do and trying to learn something out of whatever I do.</p>
<p>Last two months also saw an Increase (note the caps) in watching movies. Watched several films for the first time in life &#8211; Matrix, Lord of the Rings, Enemy at the Gates, Up, Dark Knight, Shrek to name a few.. Thanks to <a href="http://www.manu-j.com/blog/" target="_blank">Manu</a> and <a href="http://mindrulers.blogspot.com/" target="_blank">Karan</a>.</p>
<p>Lord of the Rings &#8211; I must write about this magnum opus. Manu told me that it&#8217;s the best movie adaptation of a book ever and refused to give me the movies until I read the book and he bought me one (thanks dude!). By the time I finished the book, I was already blown away at the fantasy and the imagination. And the movies did not fail the expectations. All three were magnificent, especially the last one &#8211; Return of the King !!</p>
<p>I have been searching for a book for long (which I read in a local library at the age of 10 or 11) and finally got it yesterday at a book shop in T Nagar. &#8220;Thiruvarangan Ula&#8221; &#8211; a fascinating historical novel &#8211; is one of my most favourites and glad that I got hold of a copy of this 4-part book and have already finished the first part <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As always, would love to get back soon <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaydev.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaydev.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaydev.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaydev.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaydev.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaydev.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaydev.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaydev.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaydev.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaydev.wordpress.com/435/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=435&subd=vijaydev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaydev.wordpress.com/2009/09/13/two-months/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vijay</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s XXIII !</title>
		<link>http://vijaydev.wordpress.com/2009/08/29/its-xxiii/</link>
		<comments>http://vijaydev.wordpress.com/2009/08/29/its-xxiii/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 18:30:42 +0000</pubDate>
		<dc:creator>Vijay Dev</dc:creator>
				<category><![CDATA[Eventz]]></category>
		<category><![CDATA[Thoughtz]]></category>
		<category><![CDATA[birthday]]></category>

		<guid isPermaLink="false">http://vijaydev.wordpress.com/?p=422</guid>
		<description><![CDATA[Having got curious about the mathematical properties of the number 23, I started exploring and here&#8217;s what I found interesting from what I have seen on the web:

23 is the smallest prime number with consecutive digits.
 23! is 23 digits long.
23 = 14 + 23 + 32 + 41 + 50
1023 &#8211; 23 = 99,999,999,999,999,999,999,977 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=422&subd=vijaydev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Having got curious about the mathematical properties of the number 23, I started exploring and here&#8217;s what I found interesting from what I have seen on the web:</p>
<ul>
<li>23 is the smallest prime number with consecutive digits.</li>
<li> 23! is 23 digits long.</li>
<li>23 = 1<sup>4</sup> + 2<sup>3</sup> + 3<sup>2</sup> + 4<sup>1</sup> + 5<sup>0</sup></li>
<li>10<sup>23</sup> &#8211; 23 = 99,999,999,999,999,999,999,977 is the largest 23 digit prime.</li>
<li>According to the birthday paradox, in a group of 23 (or more) randomly chosen people, the probability is more than 50% that some pair of them will have the same birthday (are we not coming to the topic now ?!!)</li>
</ul>
<p><strong>Oh by the way, Happy XXIII<sup>rd</sup> to me</strong> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaydev.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaydev.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaydev.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaydev.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaydev.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaydev.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaydev.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaydev.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaydev.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaydev.wordpress.com/422/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=422&subd=vijaydev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaydev.wordpress.com/2009/08/29/its-xxiii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vijay</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy Bookmark of Hacker News Links</title>
		<link>http://vijaydev.wordpress.com/2009/08/02/greasemonkey-script-2/</link>
		<comments>http://vijaydev.wordpress.com/2009/08/02/greasemonkey-script-2/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 12:43:28 +0000</pubDate>
		<dc:creator>Vijay Dev</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[userscripts]]></category>

		<guid isPermaLink="false">http://vijaydev.wordpress.com/?p=417</guid>
		<description><![CDATA[It took me five months to get my hands on GreaseMonkey again. This time again, it&#8217;s a pretty simple script &#8211; In Hacker News, provide a bookmark link near each news item. I needed this one badly since I always open certain items only to bookmark them for future reading. The script can be found [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=417&subd=vijaydev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It took me five months to get my hands on GreaseMonkey again. This time again, it&#8217;s a pretty simple script &#8211; In <a href="http://news.ycombinator.com" target="_blank">Hacker News</a>, provide a bookmark link near each news item. I needed this one badly since I always open certain items only to bookmark them for future reading. The script can be found <a href="http://userscripts.org/scripts/show/54858" target="_blank">here</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaydev.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaydev.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaydev.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaydev.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaydev.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaydev.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaydev.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaydev.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaydev.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaydev.wordpress.com/417/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=417&subd=vijaydev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaydev.wordpress.com/2009/08/02/greasemonkey-script-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vijay</media:title>
		</media:content>
	</item>
		<item>
		<title>Another Super Saturday!</title>
		<link>http://vijaydev.wordpress.com/2009/08/01/another-super-saturday/</link>
		<comments>http://vijaydev.wordpress.com/2009/08/01/another-super-saturday/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 17:33:39 +0000</pubDate>
		<dc:creator>Vijay Dev</dc:creator>
				<category><![CDATA[Eventz]]></category>
		<category><![CDATA[bowling]]></category>
		<category><![CDATA[LOTR]]></category>
		<category><![CDATA[timepass]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://vijaydev.wordpress.com/?p=415</guid>
		<description><![CDATA[A well spent Saturday and a refreshing break from the work madness   Enjoyed bowling with the team at Blur and then had some nice time at Manu&#8217;s home (the mushrooms he cooked are really good  ). Played some games in Wii for the first time, saw LOTR &#8211; Fellowship of the Ring [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=415&subd=vijaydev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A well spent Saturday and a refreshing break from the work madness <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Enjoyed bowling with the team at Blur and then had some nice time at Manu&#8217;s home (the mushrooms he cooked are really good <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ). Played some games in Wii for the first time, saw LOTR &#8211; Fellowship of the Ring and much more !</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vijaydev.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vijaydev.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vijaydev.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vijaydev.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vijaydev.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vijaydev.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vijaydev.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vijaydev.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vijaydev.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vijaydev.wordpress.com/415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vijaydev.wordpress.com&blog=331329&post=415&subd=vijaydev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vijaydev.wordpress.com/2009/08/01/another-super-saturday/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vijay</media:title>
		</media:content>
	</item>
	</channel>
</rss>