<?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>@shijitht</title>
	<atom:link href="http://shijitht.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shijitht.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 May 2011 04:31:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='shijitht.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4514de3d292c825970c216d8aeaf5ed0?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>@shijitht</title>
		<link>http://shijitht.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://shijitht.wordpress.com/osd.xml" title="@shijitht" />
	<atom:link rel='hub' href='http://shijitht.wordpress.com/?pushpress=hub'/>
		<item>
		<title>2010 in review</title>
		<link>http://shijitht.wordpress.com/2011/01/02/2010-in-review/</link>
		<comments>http://shijitht.wordpress.com/2011/01/02/2010-in-review/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 13:08:46 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=419</guid>
		<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads Fresher than ever. Crunchy numbers A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about 2,100 times in 2010. That&#8217;s about 5 full [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=419&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2011/01/02/2010-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/meter-healthy3.gif" medium="image">
			<media:title type="html">Healthy blog!</media:title>
		</media:content>

		<media:content url="http://shijitht.files.wordpress.com/2010/09/canvas.png?w=288" medium="image">
			<media:title type="html">Featured image</media:title>
		</media:content>
	</item>
		<item>
		<title>Inline assembly basics</title>
		<link>http://shijitht.wordpress.com/2010/10/21/inline-assembly-basics/</link>
		<comments>http://shijitht.wordpress.com/2010/10/21/inline-assembly-basics/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 20:04:01 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[inline assembly]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=409</guid>
		<description><![CDATA[Inline assembly functionality allows embedding assembly code in C program. This is like an inline function, where the corresponding value gets substituted. Here assembler substitutes our assembly code in proper place with no change. GCC follows AT&#38;T systax for assembly code. AT&#38;T syntax Register prefixed with % and $ for immediate/constant.(%eax and $10) Source operand [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=409&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2010/10/21/inline-assembly-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>
	</item>
		<item>
		<title>Valgrind</title>
		<link>http://shijitht.wordpress.com/2010/10/20/valgrind/</link>
		<comments>http://shijitht.wordpress.com/2010/10/20/valgrind/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 07:48:38 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[memcheck]]></category>
		<category><![CDATA[memory leak]]></category>
		<category><![CDATA[valgrind]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=399</guid>
		<description><![CDATA[Valgrind is a collection of tools to check the correctness of a program. The main tool in it is memcheck. It reports memory leak, out of bound writes, improperly initialized variables etc. This provides a report which pin points the correct location of the error. So this is a good tool to debug programs with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=399&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2010/10/20/valgrind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>
	</item>
		<item>
		<title>Compiler optimizations</title>
		<link>http://shijitht.wordpress.com/2010/10/19/compiler-optimizations/</link>
		<comments>http://shijitht.wordpress.com/2010/10/19/compiler-optimizations/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 11:31:12 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=395</guid>
		<description><![CDATA[To improve the performance, compiler optimizes the code while compilation. Compiler inline optimization and common subexpression elimination are discussed here. The assembly code is given for further clarifications. Compiler does these optimizations on the basis of a cost/benefit calculation. Compiler used GCC 4.4.3 Code inlining Code inlining embeds the functions body in the caller. This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=395&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2010/10/19/compiler-optimizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>
	</item>
		<item>
		<title>Building a GNU/Linux system from scratch and running it with UML</title>
		<link>http://shijitht.wordpress.com/2010/10/14/building-a-gnulinux-system-from-scratch-and-running-it-with-uml/</link>
		<comments>http://shijitht.wordpress.com/2010/10/14/building-a-gnulinux-system-from-scratch-and-running-it-with-uml/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 18:53:37 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[LFS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux from scratch]]></category>
		<category><![CDATA[UML]]></category>
		<category><![CDATA[user mode linux]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=381</guid>
		<description><![CDATA[Other than installing the system from the precompiled binaries, we could build it from scratch. The scratch means, building every element that makes our system, entirely from source code !!!. This is a !!! now, but in older days this was a necessary installation routine for linux lovers. Since we are new to this process [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=381&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2010/10/14/building-a-gnulinux-system-from-scratch-and-running-it-with-uml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>
	</item>
		<item>
		<title>Vertex coloring problem app powered by Ruby On Rails</title>
		<link>http://shijitht.wordpress.com/2010/09/26/vertex-coloring-problem-app-powered-by-ruby-on-rails/</link>
		<comments>http://shijitht.wordpress.com/2010/09/26/vertex-coloring-problem-app-powered-by-ruby-on-rails/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 15:09:14 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=365</guid>
		<description><![CDATA[Rails is a powerful framework for developing dynamic web applications. It is written in Ruby. Ruby is a must to write application back-end. It follows Model View Controller(MVC) to organize application. This app is to solve vertex coloring problem using Rubyonrails. The problem is, no two adjacent nodes in the graph should have the same [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=365&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2010/09/26/vertex-coloring-problem-app-powered-by-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>

		<media:content url="http://shijitht.files.wordpress.com/2010/09/mvc.png" medium="image">
			<media:title type="html">MVC</media:title>
		</media:content>
	</item>
		<item>
		<title>Vertex coloring problem app in Google app engine</title>
		<link>http://shijitht.wordpress.com/2010/09/20/vertex-coloring-problem-app-in-google-app-engine/</link>
		<comments>http://shijitht.wordpress.com/2010/09/20/vertex-coloring-problem-app-in-google-app-engine/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 19:07:58 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=356</guid>
		<description><![CDATA[Google App Engine lets you create and deploy apps on the same machine which servers google apps like Gmail. As we all know, it is a cloud infrastructure. Sandbox is the name of the virtual environment(machine), for running our apps. Our aim is to create an app to solve graph(vertex) coloring problem. The problem is, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=356&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2010/09/20/vertex-coloring-problem-app-in-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>

		<media:content url="http://shijitht.files.wordpress.com/2010/09/canvas.png" medium="image">
			<media:title type="html">Canvas</media:title>
		</media:content>
	</item>
		<item>
		<title>Pidgin invisibility cloak</title>
		<link>http://shijitht.wordpress.com/2010/08/26/pidgin-invisibility-cloak/</link>
		<comments>http://shijitht.wordpress.com/2010/08/26/pidgin-invisibility-cloak/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 08:24:48 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[invisible]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=348</guid>
		<description><![CDATA[Go Invisible option in pidgin is an option only. It will set status to busy. But there is a solution for it. Go online. Enable the XMPP console in Tools &#62; Plugins. Now select Tools-&#62;XMMP Console-&#62;XMMP Console. Check your gmail account is selected in the console. Put these code in the second box and hit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=348&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2010/08/26/pidgin-invisibility-cloak/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>
	</item>
		<item>
		<title>Brief note about using Git</title>
		<link>http://shijitht.wordpress.com/2010/08/22/brief-note-about-using-git/</link>
		<comments>http://shijitht.wordpress.com/2010/08/22/brief-note-about-using-git/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 14:21:21 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[repo]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=318</guid>
		<description><![CDATA[This is a short note including everyday commands. You can find more details like installing git and more commands at http://help.github.com/. Don&#8217;t forget $ man git. Create a repo graphically and do the following to get started. The first section is to set up your name and email as a committer. &#8220;git commit&#8221; allows to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=318&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2010/08/22/brief-note-about-using-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>

		<media:content url="http://img.skitch.com/20100527-r6h2yp7m8tuxdfhppepjdsetfb.png" medium="image" />
	</item>
		<item>
		<title>GitHub key update delay</title>
		<link>http://shijitht.wordpress.com/2010/08/21/github-key-update-delay/</link>
		<comments>http://shijitht.wordpress.com/2010/08/21/github-key-update-delay/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 17:05:31 +0000</pubDate>
		<dc:creator>shijitht</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[ssh key]]></category>
		<category><![CDATA[update delay]]></category>

		<guid isPermaLink="false">http://shijitht.wordpress.com/?p=293</guid>
		<description><![CDATA[Changing the current rsa public key or adding a new key wont work as soon as you do it. The usual delay I get is about 10-30 min. So don&#8217;t get frustrated and change keys continuously. Keep patience and wait. Do $ ssh git@github.com   in intervals until confirmation. The success message is ERROR: Hi shijith! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shijitht.wordpress.com&amp;blog=11062736&amp;post=293&amp;subd=shijitht&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shijitht.wordpress.com/2010/08/21/github-key-update-delay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a30ceb143b66de2e31573b833f2f900?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">shijith</media:title>
		</media:content>
	</item>
	</channel>
</rss>
