<?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/"
	>

<channel>
	<title>jude pereira&#039;s blog</title>
	<atom:link href="http://judepereira.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://judepereira.com/blog</link>
	<description>a terminal, an interface... and me!</description>
	<lastBuildDate>Mon, 25 Jan 2010 15:44:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrade WordPress, eh?</title>
		<link>http://judepereira.com/blog/upgrade-wordpress-eh/</link>
		<comments>http://judepereira.com/blog/upgrade-wordpress-eh/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 15:44:10 +0000</pubDate>
		<dc:creator>Pereira Jude</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://judepereira.com/blog/?p=448</guid>
		<description><![CDATA[Here&#8217;s what most, or at least all of you are doing: your upgrading your WordPress blog back-end from time to time as and when releases are out. Most of the articles about this tell you how to upgrade. Well, this one doesn&#8217;t. Here are five reasons why not to upgrade WordPress!

Your present theme(which you are [...]]]></description>
		<wfw:commentRss>http://judepereira.com/blog/upgrade-wordpress-eh/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>You should not use Airtel</title>
		<link>http://judepereira.com/blog/you-should-not-use-airtel/</link>
		<comments>http://judepereira.com/blog/you-should-not-use-airtel/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 02:24:29 +0000</pubDate>
		<dc:creator>Pereira Jude</dc:creator>
				<category><![CDATA[Living this Life]]></category>
		<category><![CDATA[airtel]]></category>
		<category><![CDATA[gprs]]></category>

		<guid isPermaLink="false">http://judepereira.com/blog/?p=436</guid>
		<description><![CDATA[No one likes to be controversial about this. I would definitely agree with Airtel and it&#8217;s &#8220;just awesome&#8221; service to me. Now, I rather would not at all. &#8220;Airtel has me on the worse side&#8221;. Looking at this  agreeable GPRS scheme, &#8220;Nightly Month@Rs. 89&#8243;, displayed at *567#, is that you get 100MB during the [...]]]></description>
		<wfw:commentRss>http://judepereira.com/blog/you-should-not-use-airtel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easily Sort Your Music Library</title>
		<link>http://judepereira.com/blog/easily-sort-your-music-library/</link>
		<comments>http://judepereira.com/blog/easily-sort-your-music-library/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 13:11:10 +0000</pubDate>
		<dc:creator>Pereira Jude</dc:creator>
				<category><![CDATA[Some More Code]]></category>
		<category><![CDATA[artist]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[sort]]></category>

		<guid isPermaLink="false">http://judepereira.com/blog/?p=422</guid>
		<description><![CDATA[Here is a very simple script to sort your whole music library according to their artists,

#!/bin/bash
# sortMusic v0.4
# make sure this script in in the music directory and you execute this script from there
# know issue: will display many errors, but it does it fine, those errors are not to be bothered about
# still needs [...]]]></description>
		<wfw:commentRss>http://judepereira.com/blog/easily-sort-your-music-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NON-Standards Compliant C++ with Mumbai University</title>
		<link>http://judepereira.com/blog/non-standards-compliant-c-with-mumbai-university/</link>
		<comments>http://judepereira.com/blog/non-standards-compliant-c-with-mumbai-university/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:17:19 +0000</pubDate>
		<dc:creator>Pereira Jude</dc:creator>
				<category><![CDATA[Living this Life]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Some More Code]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[depreciated standards]]></category>
		<category><![CDATA[mumbai university]]></category>

		<guid isPermaLink="false">http://judepereira.com/blog/?p=404</guid>
		<description><![CDATA[Mumbai University fails to keep up with the ever-evolving C++ syntax. Making Turbo C/C++ as their prescribed IDE, Turbo C/C++ is ancient and will not compile with the present syntax of C++. Here is the simplest example:

#include &#60;iostream.h&#62;
#include &#60;conio.h&#62;
void main()
{
	cout &#60;&#60; &#34;Hello&#34;;
}

The above code, when compiled with g++ 4.3.4, will give the following errors, but [...]]]></description>
		<wfw:commentRss>http://judepereira.com/blog/non-standards-compliant-c-with-mumbai-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Your Gentoo [&quot;Sort-Of&quot; Easily], Tips, and More</title>
		<link>http://judepereira.com/blog/managing-your-gentoo-sort-of-easily-tips-and-more/</link>
		<comments>http://judepereira.com/blog/managing-your-gentoo-sort-of-easily-tips-and-more/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 11:37:55 +0000</pubDate>
		<dc:creator>Pereira Jude</dc:creator>
				<category><![CDATA[Gentoo/Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[managing]]></category>

		<guid isPermaLink="false">http://judepereira.com/blog/?p=330</guid>
		<description><![CDATA[***This article has been placed under constant expansion. So keep a check on it!***
Law #1: If anyone tells you that, &#8220;To administer a Gentoo Build is easy&#8221;, tell him/her to go f*** off. Ofcourse, if your an expert at it, then it&#8217;ll be an exception for you. Yes, it really is easy if you understand [...]]]></description>
		<wfw:commentRss>http://judepereira.com/blog/managing-your-gentoo-sort-of-easily-tips-and-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Create a hidden loopback device in a .jpg file</title>
		<link>http://judepereira.com/blog/howto-create-a-hidden-loopback-device-in-a-jpg-file/</link>
		<comments>http://judepereira.com/blog/howto-create-a-hidden-loopback-device-in-a-jpg-file/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 16:09:37 +0000</pubDate>
		<dc:creator>Pereira Jude</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Some More Code]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[loopback file]]></category>
		<category><![CDATA[stego]]></category>

		<guid isPermaLink="false">http://judepereira.com/blog/?p=314</guid>
		<description><![CDATA[Well, I&#8217;m sure that you are definitely curious about how do you do this. Let me tell you this, it&#8217;s really simple.
Pre-requisites:

Image File(any format will do or even any file will do)
Linux(I&#8217;ve only tested it on this platform but I guess Mac would also do)


Let&#8217;s get started, shall we?
First create a standard loopback device.
dd if=/dev/zero [...]]]></description>
		<wfw:commentRss>http://judepereira.com/blog/howto-create-a-hidden-loopback-device-in-a-jpg-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EyeCandy for your VIA Unichrome</title>
		<link>http://judepereira.com/blog/eyecandy-for-your-via-unichrome/</link>
		<comments>http://judepereira.com/blog/eyecandy-for-your-via-unichrome/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 07:56:54 +0000</pubDate>
		<dc:creator>Pereira Jude</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[avant]]></category>
		<category><![CDATA[exa]]></category>
		<category><![CDATA[unichrome]]></category>
		<category><![CDATA[via]]></category>

		<guid isPermaLink="false">http://judepereira.com/blog/?p=306</guid>
		<description><![CDATA[Not until recently, did I find out about the EXA acceleration method of xorg. It&#8217;s the new acceleration architecture. Well, I tried it out, read that it had chances of decreasing the responsiveness of my computer, but hey, there&#8217; no harm in trying it. So, got to their documentation, followed through the steps, and wow!!! [...]]]></description>
		<wfw:commentRss>http://judepereira.com/blog/eyecandy-for-your-via-unichrome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
