<?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>Carthik Sharma &#187; Livejournal</title>
	<atom:link href="http://carthik.net/blog/category/livejournal/feed/" rel="self" type="application/rss+xml" />
	<link>http://carthik.net</link>
	<description>Life, Research and Everything Else.</description>
	<lastBuildDate>Wed, 03 Jun 2009 18:02:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>LiveJournal to MovableType Migration HowTo</title>
		<link>http://carthik.net/blog/vault/2003/11/05/livejournal-to-movabletype-migration-howto/</link>
		<comments>http://carthik.net/blog/vault/2003/11/05/livejournal-to-movabletype-migration-howto/#comments</comments>
		<pubDate>Thu, 06 Nov 2003 10:36:49 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/11/05/livejournal-to-movabletype-migration-howto/</guid>
		<description><![CDATA[This article seeks to explain the painful process of migrating from LiveJournal to MovableType. The first thing I needed to do for this was to import all the entries from my LiveJournal (LJ) to my MovableType (MT) blog. Amanita.net has &#8230; <a href="http://carthik.net/blog/vault/2003/11/05/livejournal-to-movabletype-migration-howto/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This article seeks to explain the painful process of migrating from LiveJournal to MovableType.</p>
<p>The first thing I needed to do for this was to import all the entries from my LiveJournal (LJ) to my MovableType (MT) blog.</p>
<p><a href="http://journal.amanita.net/archives/000840.php">Amanita.net</a> has an excellent guide on how to do this. I just followed it step by step. The only thing I did, that she did not tell me to do was to set the category for all imported post to &#8220;Livejournal&#8221; at the Import Entries page, by choosing the option from the drop down menu for the same.</p>
<p>Update : There is another alternative that I found over at <a href="http://www.scriptygoddess.com/archives/004229.php">ScriptyGoddess</a> which allows one to drag and drop the exported LJ entries XML file, and get the MovableType importable files in a jiffy. It is javasript powered. The script and the instructions are available <a href="http://www.localecho.com/files/LJ2MT_v1.1.zip">here.</a> Pretty neat.</p>
<p>Now once I was done with importing all the entries, I needed to figure a way to reflect, or mirror the two blogs (LJ and MT).</p>
<p>There are several options, depending on your needs. You could :</p>
<p>1) Continue posting on LiveJournal (LJ) and have those posts updated on your MovableType (MT) blog via the <a href="http://mt-plugins.org/archives/entry/rss_feed.php">MTRSSFeed</a> plugin.<br />
	The problem with this is that it is static content on your MT page. It does not create a new MT entry. This cannot be archived. Also, if you are using this to have your entire LJ post show up on your MT blog, you might want to change the <a href="http://mt-plugins.org/local/mt-rssfeed.php#synopsis">synopsis</a> as follows :</p>
<p>find the required lines and change as shown in <b>bold</b></p>
<div id="code">
add a <b>&lt;/a&gt;&lt;/br&gt;</b> after &lt;/MTRSSFeedItemTitleExists&gt;<br />
and change &#8230;.state=&#8221;0&#8243; to <b>state=&#8221;1&#8243;</b> in the two places   it  occurs in the code
</div>
<p>I tried to include the whole code here, but when I post to the blog, MT thinks its valid code and so I cant see it there!! So I had to make it this way.</p>
<p>Once you have made these changes, You can include the code in your MT blog where you want to see the LJ post &#8220;imported&#8221;. If you want to import more than just the latest LJ post, you can do that by changing the <b>lastn=&#8221;1&#8243;</b><br />
to <b>lastn=&#8221;x&#8221;</b>, where x is the number of latest entries you want to display.</p>
<p>2) Start a <a href="http://www.livejournal.com/support/faqbrowse.bml?faqcat=syn">syndicated feed</a> of your blog at <a href="http://www.livejournal.com/syn/">your livejournal synidcated feeds page</a>, which ends up looking like <a href="http://www.livejournal.com/users/carthik/">my LJ syndication page</a> (which I setup in the course of writing this article, and which might not have any articles, since it takes time to get going), or in general, like <a href="http://www.livejournal.com/users/kuro5hin/">the Kuro5hin.org syndicated feed</a>.</p>
<p>As you can see the problem is that it has to have a new LJ username, &#8220;carthik&#8221; in my case, and your friends will all have to add this feed as a friend, and you can not receive the comments in the mail, and it doesn&#8217;t look good.</p>
<p>3) You can post on MT and have that show up on LJ.</p>
<p>I found that this would be the best option, since<br />
a) When I post on MT, I can decide the category and also archive it for later<br />
b) I can continue to receive comments at the LJ, since updates show up as new posts, which can be commented upon.</p>
<p>To post on my MT blog and have it show as a new entry on LJ, I used the mtsyn perl script available at <a href="http://gd.tuwien.ac.at/opsys/linux/sf/subcat/sun/sungo/">the GDS mirror</a>. Mysteriously <a href="http://sungo.sourceforge.net">Sungo&#8217;s Sourceforge page</a> does not have this script anymore. I don&#8217;t know why the author discontinued the script.</p>
<p>This script works fine the way it is. What you have to do is to login to an ssh account (or if you have a Linux terminal, you could execute the mt2LJ.pl script locally) and execute the script after installing all the modules it requires.</p>
<p>I made some changes to suit my needs.<br />
a) As it is now, the program only checks for new posts to update to LJ in a specific category. I made changes to the script so that it updates the LJ with the new post, irrespective of the category.</p>
<p>b) I modified the program to run in the background, and added some code so that it checks for new updates every x minutes, where the value of x is decided by me.</p>
<p>UPDATE:<br />
c) I modified the localtime(time) code in the posting to LJ section to<br />
localtime((time() &#8211; (3600 * 6)))<br />
to account for the fact that the localtime in the server that I use to execute this script is ahead of EST by 6 hours.</p>
<p>You could <a href="http://www.mkssoftware.com/docs/man1/crontab.1.asp">schedule a cron job</a> to run the mt2LJ.pl script at a particular interval. I wrote the code I did because I found no way to have a cronjob run every 6 hours.</p>
<p>This is my first shot at perl programming, and I don&#8217;t know too much php either. So I could not make too much sense of an alternate method suggested by RevJim.Net. <a href="http://revjim.net/mttolj/ljpost.phps">This is the php code</a> he has made available.</p>
<p>I found this process very interesting, and I was overjoyed to see it all work, in the end. Programming is just another word for good magic <img src='http://carthik.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you have any problems in doing any of the above, please let me know, and I will do what I can to help you out. I might revise this article in the future, based on feedback, if any.</p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/11/05/livejournal-to-movabletype-migration-howto/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Memory Transplant &#8211; LJ to MT.</title>
		<link>http://carthik.net/blog/vault/2003/11/04/memory-transplant---lj-to-mt/</link>
		<comments>http://carthik.net/blog/vault/2003/11/04/memory-transplant---lj-to-mt/#comments</comments>
		<pubDate>Wed, 05 Nov 2003 17:04:30 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/11/04/memory-transplant---lj-to-mt/</guid>
		<description><![CDATA[Finally, everything works like a dream. I am going to stop using Livejournal actively. But I will still be using it passively, without probably ever visiting my LiveJournal again. I once wanted to link to a previous article I had &#8230; <a href="http://carthik.net/blog/vault/2003/11/04/memory-transplant---lj-to-mt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Finally, everything works like a dream.</p>
<p>I am going to stop using Livejournal <i>actively</i>. But I will still be using it passively, without probably ever visiting <a href="http://www.livejournal.com/users/2fargon">my LiveJournal</a> again. </p>
<p>I once wanted to link to a previous article I had written on my LiveJournal, and without a way to search the previous entries, I was lost. I also miss being able to edit my layout and style in a simple way, as also the ability to organize my categories in a meaningful manner. The basic problem is that a LiveJournal is never like a website that is your own, under your control. </p>
<p>With <a href="http://movabletype.org">MovableType</a> you can do whatever you want to, with your website. Its free too.</p>
<p>I figured a way to update my LiveJournal with the posts I make on my MT blog. So from now on whenever I post to <a href="http://carthik.net">Carthik.Net</a>, the post will automatically show up as a new entry in my LiveJournal. The easier, but less effective way of doing this would be to create a new syndicated feed on LJ. But I wanted to remain <a href="http://www.livejournal.com/users/2fargon">2fargon</a> and I wanted to continue to keep in touch with my friends on LJ. So I had to have a program which automatically updates the LJ using the latest MT entries, and I have it now. This post was not posted by me at LJ. It has been imported using a program from carthik.net. My paid LJ account expires in a couple of days. I could not have done all this at a better time.</p>
<p>All my previous LiveJournal Entries have been imported into Carthik.Net and are now searchable. I love it.</p>
<p>That said, I also setup MT to power my static pages on my site. <a href="http://carthik.net">Carthik.Net</a> is now powered entirely by <a href="http://movabletype.org">MovableType</a>, which is just an added level of abstraction in the process of web design. Pretty neat tool, though. Once it is setup, it is remarkably easy to manage. I will have to write how I did it, lest I forget.</p>
<p>I have updated my site, and now all the links work, which means I had to write a few things that I had been intending to write since last May. </p>
<p>I installed Red Hat 9.0 on my laptop, and it is the best thing that happened to this laptop &#8212; and me. Better fonts, better performance, better sound than ever before. Its amazing how I was able to install it using the defaults and boot up without any problems. I have since changed the XFree86 configuration and tweaked a few things, but most of the devices worked without a hitch from since when I installed RH 9.0.</p>
<p>I have to write about how I did the MovableType setup and about the Linux installation. Boy, I had a tough time finding out stuff online for doing both, which is why it took so long &#8211; almost 4 days.</p>
<p>Dear LJ friends, on the surface, nothing has changed, my posts will still appear, you can still leave comments, and I will still read and reply to them. Life without you is like research without the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/11/04/memory-transplant---lj-to-mt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My New Acer TravelMate 290LMi</title>
		<link>http://carthik.net/blog/vault/2003/10/30/my-new-acer-travelmate-290lmi/</link>
		<comments>http://carthik.net/blog/vault/2003/10/30/my-new-acer-travelmate-290lmi/#comments</comments>
		<pubDate>Fri, 31 Oct 2003 12:44:00 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/10/30/my-new-acer-travelmate-290lmi/</guid>
		<description><![CDATA[My last post was weeks ago. Lots has been happening, but just got into the carthik -nolog mode. Among other things, I bought a new Acer Travelmate 290 LMi laptop from Bestbuy.com. I bought it on the 27th, picked it &#8230; <a href="http://carthik.net/blog/vault/2003/10/30/my-new-acer-travelmate-290lmi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My last post was weeks ago. Lots has been happening, but just got into the <i>carthik -nolog</i> mode.</p>
<p>Among other things, I bought a new Acer Travelmate 290 LMi laptop from Bestbuy.com. I bought it on the 27th, picked it up from Bestbuy, that is. Here we go&#8230;(dont even ask about the price right now <img src='http://carthik.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p><strong>Acer Travelmate 290LMi</strong></p>
<p>Click on the pictures for more pics at my <a href="http://2fargon.com/gallery/laptop">Gallery</a><br />
<a href="http://2fargon.com/gallery/laptop"><img src ="http://2fargon.com/albums/laptop/PICT0090.thumb.jpg" alt="Click for more pics">&nbsp; &nbsp;<img src="<br />
http://2fargon.com/albums/laptop/PICT0099.thumb.jpp" alt="Click for more pics"></a><br />
	CPU:				1.3-GHz Pentium M</p>
<p>	Screen size:			15 inches</p>
<p>	System memory:			512MB of DDR266 SDRAM</p>
<p>	Hard drive:			40GB</p>
<p>	Graphics:			Intel 855GM using main memory</p>
<p>	Pointing device:			Touchpad</p>
<p>	Expandability:			One multipurpose bay, one PC Card slot</p>
<p><strong>Extra features</strong>				</p>
<p>	Bundled removable-media drives:	<b>DVD-R/RW drive</b></p>
<p>	Communications:			Built-in V.92, NIC, and 802.11b Wi-Fi</p>
<p>	Extra ports:			Headphone jack, S-Video and FireWire ports</p>
<p>        Battery life (hours:minutes):	Outstanding: 4:50</p>
<p>        Weight (typ/min in lbs):		Average: 7.2/6.3</p>
<p><strong>Pros :</strong></p>
<p>I love the design, it has<br />
a)a smooth lid<br />
b)a very responsive and lovable key board<br />
c)no awkward projections on the sides<br />
d)a hardware switch to enable/diable the in-built Wireless Device</p>
<p>It has enough and more ports, what matters to me is it has,<br />
a)3 USB ports (could use 1 each for mouse and keyboard, and then one for CompactFlash/Camera)<br />
b)a Firewire Port.(useful to trasfer from a digital camcorder, only I dont have one, but one of my friends might buy one soon)<br />
c)S-Video Out. (Can watch cricket matches/online movies/just-about-anything) on a TV.</p>
<p>Of course what made me buy it was the fact that it had<br />
a) a DVD-R/RW writer (Samsung &#8211; Japanese)<br />
b) 512 MB RAM<br />
c) Centrino Chipset and Processor that runs faster than a P4 2.5 GHz<br />
d) 1 GB(!!) on-chip Cache<br />
e) 5.2 hours of battery life</p>
<p>While I am at it, what I dont like about it is that<br />
a) It has no hardware volume control.<br />
b) The speakers are said to be not-so-loud but I find it okay for now.<br />
c) with Shared Memory Video RAM, high end gaming is ruled out (almost).<br />
d) The DEL key is to the right of the space button, and at the top right corner.</p>
<p>OF course, I can deal with all that, and I love this Laptop, especially since I got it for $1099, after a $200 mail in rebate <img src='http://carthik.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This Machine is featured in <a href="http://www.pcworld.com/reviews/article/0,aid,112471,00.asp">PcWorld&#8217;s Top 3 Value Notebooks</a>, and so I presume that its a good deal.</p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/10/30/my-new-acer-travelmate-290lmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About storing emails</title>
		<link>http://carthik.net/blog/vault/2003/10/08/about-storing-emails/</link>
		<comments>http://carthik.net/blog/vault/2003/10/08/about-storing-emails/#comments</comments>
		<pubDate>Thu, 09 Oct 2003 12:54:00 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/10/08/about-storing-emails/</guid>
		<description><![CDATA[Before I forget, let me write this down. My Yahoo! mailbox was full to the brim, and threatening to overflow. I got lucky and found YahooPops a program that lets me check my yahoo mail using a mail client like &#8230; <a href="http://carthik.net/blog/vault/2003/10/08/about-storing-emails/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Before I forget, let me write this down.</p>
<p>My Yahoo! mailbox was full to the brim, and threatening to overflow. I got lucky and found <a href="http://yahoopops.sourceforge.net">YahooPops</a> a program that lets me check my yahoo mail using a mail client like Thunderbird, or Outlook Express. </p>
<p>Alright, so I download the mails, but how do I save them individually, in human-readable format? Outlook Express stores them in single file, which, if you store for later, gets corrupted, as happened to Mei-Ling once not so long ago.</p>
<p>The solution is <a href="http://chattanooga.net/~scochran/DBXtract.htm">DBXtract</a>, a small windows application that extracts mails from the Outlook Express binary format and stores them as individual, wordpad/notepad readable emails. It even saves all the attachment, WOOF!<br />
 <img src='http://carthik.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I should also mention that yesterday I had the longest meeting in my life. It started at 11 AM and went all the way upto 8 PM. THe adviser was very enthusiastic and I sat with him as we wrote up some sections of a document, brainstormed and made some tables. I admire his tenacity and diligence. I could not work 9 hours at a stretch for the life of me, or so I thought, until yesterday. After that, it was so much fun to go home walking that I want to do it again. </p>
<p>Just took a break to share the good news regarding the emails. It was a perpetual problem, or Gordian-knot proportions. The closer I had come to solving it earlier was using Thunderbird&#8217;s &#8220;save as text&#8221; option, but then that doesnt save attachements, nor does it do it all at one go, its a one mail at a time process.</p>
<p>Later.</p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/10/08/about-storing-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful Changes</title>
		<link>http://carthik.net/blog/vault/2003/10/07/beautiful-changes/</link>
		<comments>http://carthik.net/blog/vault/2003/10/07/beautiful-changes/#comments</comments>
		<pubDate>Tue, 07 Oct 2003 22:07:00 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/10/07/beautiful-changes/</guid>
		<description><![CDATA[A look at &#8216;s journal convinced me I should change my layout to and S2 style here on LJ. Then I went to citrus moon and with the help of firebird&#8217;s Spiderzilla extension, downloaded all of the tiles there, thats &#8230; <a href="http://carthik.net/blog/vault/2003/10/07/beautiful-changes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A look at <lj user="littleshika">&#8216;s journal convinced me I should change my layout to and S2 style here on LJ. Then I went to <a href="http://www.citrusmoon.net">citrus moon</a> and with the help of <a href="http://texturizer.net/firebird/">firebird&#8217;s</a> <a href="http://texturizer.net/firebird/extensions/#Spiderzilla%20%28for%20Windows%29">Spiderzilla</a> extension, downloaded all of the tiles there, thats a total of 1863 background images! They are all stashed away now. The backgrounds are so good I want to hug the girl who made it tight, and pat her back (I know its a woman, it would be difficult for a man to make something so beautiful <img src='http://carthik.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ), and tell her that she made me happy. I spent well over an hour looking at the backgrounds after downloading them.<br />
Designs which evoke feelings, designs like songs.<br />
Oh and she makes one background tile everyday and makes them available for free!! <a href="http://www.citrusmoon.net/tile-a-day/tad.html">Visit Tile-A-Day</a></p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/10/07/beautiful-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So Dont Miss This One!</title>
		<link>http://carthik.net/blog/vault/2003/09/26/so-dont-miss-this-one/</link>
		<comments>http://carthik.net/blog/vault/2003/09/26/so-dont-miss-this-one/#comments</comments>
		<pubDate>Sat, 27 Sep 2003 16:09:00 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/09/26/so-dont-miss-this-one/</guid>
		<description><![CDATA[Who wouldn&#8217;t like to have a dot com or dot net of their own? (Rhetorical question &#8211; do not answer) 3 YEAR FREE webhosting &#8211; 500 MB space, 5GB/month transfer Thats right, 1 and 1.com, now offers 3 year free &#8230; <a href="http://carthik.net/blog/vault/2003/09/26/so-dont-miss-this-one/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Who wouldn&#8217;t like to have a dot com or dot net of their own? (Rhetorical question &#8211; do not answer)</p>
<p><strong>3 YEAR FREE webhosting &#8211; 500 MB space, 5GB/month transfer</strong></p>
<p>Thats right, <a href="http://www.1and1.com">1 and 1.com</a>, now offers 3 year free webhosting for free. the company in question seems to have a good reputation, I found articles about it in microsoft&#8217;s website and in a newspaper. I have been closely following the discussions at <a href="http://fatwallet.com">fatwallet</a> and <a href="http://forums.anandtech.com">AnandTech forums</a> and did some research otherwise, looking for user opinions and all that jazz, and this one&#8217;s a winner.</p>
<p>What&#8217;s the catch? Yeah, clue in on this &#8211; they will not let you transfer the domain name if you registered it through them. Workaround &#8211; get your domain name from some other registrar, I would suggest the cheapest out there..<a href="http://www.rackshack.net">RackShack</a> and then have the domain point to 1and1&#8242;s nameserver. Rackshack charges $5.41, tax included for a year, for the domain name. Dont even try to register your name using 1and1.com</p>
<p>I tried it out to the end, and got my webspace, without getting a new domain name, &#8217;cause I dont want to spend $5.41.<br />
The space I got is at <a href="http://s86941641.onlinehome.us">s86941641.onlinehome.us</a>, but that cryptic address is there just because I haven&#8217;t paid for a domain name, not that $5.41 is too much &#8211; Hell! Thats what I pay for one lunch!!</p>
<p>This one&#8217;s for real, and its good. Get it before its gone, all ye faithful.</p>
<p>So, friends, who wants a website?</p>
<p>Addendum..<br />
<a href="http://www.luminesce-impression.com/junkiequiz.html" target="_blank"><img src="http://www.luminesce-impression.com/web.gif" border="0"></p>
<p>what kind of junkie are you?</a></p>
<p>As if I didn&#8217;t know&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/09/26/so-dont-miss-this-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update</title>
		<link>http://carthik.net/blog/vault/2003/09/22/update/</link>
		<comments>http://carthik.net/blog/vault/2003/09/22/update/#comments</comments>
		<pubDate>Tue, 23 Sep 2003 05:19:00 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/09/22/update/</guid>
		<description><![CDATA[So what have I been doing lately? * I have started playing soccer(football) everyday. I even went and bought Soccer cleats (football boots). I wont play today, sicne my legs are complaining. * We are working on the second stage &#8230; <a href="http://carthik.net/blog/vault/2003/09/22/update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So what have I been doing lately?</p>
<p>* I have started playing soccer(football) everyday. I even went and bought Soccer cleats (football boots). I wont play today, sicne my legs are complaining.</p>
<p>* We are working on the second stage proposal, since the first stage proposal submitted to NASA went through and we managed to get a &#8220;high-priority&#8221; rating. So now we have to come up with a detailed, long proposal with some initial results. Now, for initial results, we need to work towards some experiments. I am in charge of formalizing the mathematics and writing up the literature survey. The proposal is due on the 17th of October.</p>
<p>* My Ph.D. qualifiers are on the 7th of November. I need to study 4 subject. If I start now I will have a week for a subject. High time I started studying in earnest.</p>
<p>* Me and sumant (<lj user="conceptnext">) have been working on the side as amateur web developers, helping small companies have a &#8220;presence on the web&#8221;. Work on the second job is on now. He does all of the work, i just help with the CSS and some arbit work, like adding page borders and formatting stuff.</p>
<p>* my desktop is now with <lj user="nimatee"> , since I dont get free ethernet at home and she does at her dorm room. She could use a computer, I could use the one I have in my office. Since I dont have the computer at home now, I am leading a good, computer-less life. The initial tedium of the days have given way to a good life, with Soccer, cooking and cleaning (self and the room).</p>
<p>Thats it for now.<br />
Thats it for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/09/22/update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebird</title>
		<link>http://carthik.net/blog/vault/2003/09/16/firebird/</link>
		<comments>http://carthik.net/blog/vault/2003/09/16/firebird/#comments</comments>
		<pubDate>Wed, 17 Sep 2003 11:21:00 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/09/16/firebird/</guid>
		<description><![CDATA[How would you like to have a Internet browser that can&#8230; 1) Let you move around from this page to the previous page, or the next page, by just clicking your right mouse button and moving the button left or &#8230; <a href="http://carthik.net/blog/vault/2003/09/16/firebird/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How would you like to have a Internet browser that can&#8230;</p>
<p>1) Let you move around from this page to the previous page, or the next page, by just clicking your right mouse button and moving the button left or right?</p>
<p>2) Clear all cookies, and other such privacy related files with just one click, so no one can filch your passwords or other critical info?</p>
<p>3) Download an <i>entire</i> website, with just one click?</p>
<p>4) Download all the images on a page with just one click?</p>
<p>5) Allow you to use different skins, winamp style?</p>
<p>6) search on google, just by typing &#8220;gg <search string>&#8220;, or alltheweb by typing &#8220;atw <search string>&#8220;, and change the gg or atw to whatever you want?</p>
<p>7) select a word on a webpage and lookup its meaning just by right clicking and clicking again?<br />
 <img src='http://carthik.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> stop pop-ups, just the ones you choose, using just the browser?</p>
<p>Oh I could go on forever, for now, let me say that Internet Explorer sucks, and its been removed from my computer.</p>
<p>Check out the <a href="http://mozilla.org"> mozilla</a> site, and download and use <a href="http://texturizer.net/firebird/">Firebird</a>. You could also check out all the <a href="http://texturizer.net/firebird/extensions/">extensions</a> for firebird which will allow you to surf better. </p>
<p>I love it when technology works. Nothing works better that mozilla, or my latest crush, firebird. <img src='http://carthik.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/09/16/firebird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Me, an IIT graduate?</title>
		<link>http://carthik.net/blog/vault/2003/09/14/me-an-iit-graduate/</link>
		<comments>http://carthik.net/blog/vault/2003/09/14/me-an-iit-graduate/#comments</comments>
		<pubDate>Sun, 14 Sep 2003 20:10:00 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/09/14/me-an-iit-graduate/</guid>
		<description><![CDATA[Have I told you about my failure to get into an IIT, and how, at times, I really feel bad for not having worked hard enough to have made it? Every engineering graduate in India must have, at one point &#8230; <a href="http://carthik.net/blog/vault/2003/09/14/me-an-iit-graduate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have I told you about my failure to get into an <a href="http://www.asiaweek.com/asiaweek/features/universities2000/scitech/5.html">IIT</a>, and how, at times, I really feel bad for not having worked hard enough to have made it? Every engineering graduate in India must have, at one point of time or the other, envied the IITians&#8230;</p>
<p>With any luck, I should be able to say in a couple of years that I graduated from an Institution that is now an IIT!!</p>
<p>R.E.C. (Regional Engineering College), Warangal, which was renamed as NIT (National Institute of Technology), Warangal last year, is among the front runners for promotion to an IIT!!<br />
My heart filled with joy as I read this article in Deccan Herald &#8230;</p>
<p><lj-cut><br />
Article from Deccan Herald:: www.deccan.com<br />
Warangal NIT inches towards IIT status</p>
<p>Warangal, Sept. 10: It is now official that the National Institute of<br />
Technology here is among the five NITs in the country to be upgraded<br />
as an Indian Institute of Technology under a two-year time-bound<br />
plan. </p>
<p>The Board of Governors&#8217; meet of the NIT held here on Tuesday for the<br />
first time on the campus has discussed the strategy to ensure that<br />
the premier institute gets IIT status in the first phase.</p>
<p>Addressing a press conference on Wednesday, NIT Director D K Tripathy<br />
said that the governing body members were highly optimistic about the<br />
institute&#8217;s upgradation to IIT. According to him, the Ministry of<br />
Human Resource Development had decided to upgrade five of the 17 NITs<br />
in the country as IITs and the Warangal NIT stands a good chance to<br />
be the first NIT to be upgraded as an IIT. </p>
<p>In order to be first in the race, the Board of Governors&#8217; meet had<br />
endorsed sweeping changes in academic schedules and curricula in tune<br />
with the IIT module, initiated by Tripathy, the newly appointed<br />
Director.</p>
<p>Among the major changes initiated at the institute are a change to<br />
the grading system from the present marks system, introduction of the<br />
semester system in place of the annual exam system and introduction<br />
of new courses like Rural Development, Biochemistry and Biotechnology.</p>
<p>The Director stated that the institute had attracted top rankers of<br />
the All India Engineering Entrance Examination. He said the<br />
preference of the top rankers indicated the academic standards of the<br />
institute. Chairman, Board of Governors, Dr Hari Narain said that top<br />
companies like Infosys, Oracle, Wipro and Satyam Computers recruited<br />
around 200 NIT students as part of campus recruitment during the last<br />
30 days. </p>
<p>He said that support from institute alumni would be explored in<br />
developing the campus. &#8220;The sponsored Research and Industry<br />
Consultancy cell would be strengthened to make its services available<br />
on a larger scale,&#8221; Hari Narain said.</p>
<p></lj-cut></p>
<p>I google-news-ed and <a href="http://news.google.com/news?hl=en&#038;edition=us&#038;q=nit+iit">got a confirmation.</a></p>
<p>Me, an IITian? In my <i>dreams</i>. You can change all the names you want to, but I dare not claim I am in any way related to an IIT. After all, that is one thing that has been right, so far, with India. I am afraid that this latest move to promote other institutions to IITs will dilute the reputation of the IIT brand. I know what goes on in REC Warangal. After all, besides studying there, I was also a Lecturer there, albeit for a short period of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/09/14/me-an-iit-graduate/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Research Question</title>
		<link>http://carthik.net/blog/vault/2003/09/09/research-question/</link>
		<comments>http://carthik.net/blog/vault/2003/09/09/research-question/#comments</comments>
		<pubDate>Wed, 10 Sep 2003 13:40:00 +0000</pubDate>
		<dc:creator>Carthik</dc:creator>
				<category><![CDATA[Livejournal]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://blog.carthik.net/vault/2003/09/09/research-question/</guid>
		<description><![CDATA[I thought it must be pretty obvious to have a website/page that lists 1. All the conferences that are to take place in Electrical/ Computer Engineering in the near future. 2. All the &#8220;call for papers&#8221; in the different fields &#8230; <a href="http://carthik.net/blog/vault/2003/09/09/research-question/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thought it must be pretty obvious to have a website/page that lists<br />
1. All the conferences that are to take place in Electrical/ Computer Engineering in the near future.<br />
2. All the &#8220;call for papers&#8221; in the different fields of Engineering<br />
3. All the &#8220;solicitations&#8221; for proposals in the different fields of Engineering.</p>
<p>You can extend that you other fields of research, such as the humanities.</p>
<p>After a relatively extensive search, I find that there is no such page, at least for electrical/computer engineering.</p>
<p>Say I have an interesting idea I want to write a paper about. How do I find the conference to publish it in? And also, if the paper is not that great, you know, to merit being published in a leading conference paper (IEEE/ACM in my case), how do I find the other conferences/journals I can send it to.</p>
<p>Basically, if I want to use conferences/seminars as an excuse to visit some city/country, and get reimbursed by my university, how do I go about it?</p>
<p>Need to ask the advisor, but he might just laugh at me, &#8217;cause I dont have any papers worth publishing right now, but hell, this is a good source of motivation. If there was a conference in Crete I could attend if I had a paper, then the paper shall be written, for sure <img src='http://carthik.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://carthik.net/blog/vault/2003/09/09/research-question/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

