<?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>rohitj&#039;s domain &#187; admin</title>
	<atom:link href="http://rohitj.net/blog/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://rohitj.net</link>
	<description>Yet more clitches</description>
	<lastBuildDate>Sat, 20 Mar 2010 17:03:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>This site is up again</title>
		<link>http://rohitj.net/blog/2008/05/22/this-site-is-up-again/</link>
		<comments>http://rohitj.net/blog/2008/05/22/this-site-is-up-again/#comments</comments>
		<pubDate>Thu, 22 May 2008 23:39:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bluehost]]></category>
		<category><![CDATA[Free Culture]]></category>
		<category><![CDATA[Jamendo]]></category>

		<guid isPermaLink="false">http://rohitj.net/blog/?p=67</guid>
		<description><![CDATA[Finally Bluehost guys didn&#8217;t listen to any logic. I sent them a complete list of all songs and their source and license. They still weren&#8217;t ready to listen. Of course I didn&#8217;t remove the songs. So, my site was pulled down. 1 day before the given deadline. I hope I didn&#8217;t loose any important email. [...]]]></description>
			<content:encoded><![CDATA[<p>Finally Bluehost guys didn&#8217;t listen to any logic. I sent them a complete list of all songs and their source and license. They still weren&#8217;t ready to listen. Of course I didn&#8217;t remove the songs. So, my site was pulled down. 1 day before the given deadline. I hope I didn&#8217;t loose any important email. The mailing list I made on my account are still working <img src='http://rohitj.net/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /> .</p>
<p>Anyways, I now plan to run my own server. Where (yes, this is the first question)? Not sure. When? Not sure. Will decide very soon. Till then I am using <a title="NearlyFreeSpeech.net" href="http://NearlyFreeSpeech.net">NearlyFreeSpeech.net</a> . Because of the tight schedule, I couldn&#8217;t do this before. NearlyFreeSpeech &#8217;s services are rather impressive. Leave emails, for which they don&#8217;t provide any near decent solution, rest of the things are quite good. I will be charged for what I use. I think if I remove my photo section (which I have as I don&#8217;t have enough net speed) my cost would be pretty low as compared to Bl(oody)uehost. Also, they didn&#8217;t ask for passport copy or license copy for ssh access. That was nice. The concept of &#8220;site&#8221; is pretty nice. You can make as many &#8220;site&#8221;s as you want, and you can ssh to the site individually. I had some glitches with php file write permissions, but it was settled soon. Their  control panel is way too decent. They have put the neccessary things only. Not like cPanel where you find lot of random stuff which you never use. I hope to have happy time here.</p>
<p>There might be some broken links in this site now. Please excuse me for that, I am in process of fixing some broken links that I could find.</p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/05/22/this-site-is-up-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to run feedparser behind proxy</title>
		<link>http://rohitj.net/blog/2008/03/13/how-to-run-feedparser-behind-proxy/</link>
		<comments>http://rohitj.net/blog/2008/03/13/how-to-run-feedparser-behind-proxy/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 18:12:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FeedParser]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/03/13/how-to-run-feedparser-behind-proxy/</guid>
		<description><![CDATA[So, I had to change the feedparser code to run it behind proxy. Basically the idea is that python by default doesn&#8217;t user environment variables http proxy. You have to specify it in the python code.
In feedparser code, url is accessed at the line # 1895. Now, opener has to have http settings so that [...]]]></description>
			<content:encoded><![CDATA[<p>So, I had to change the feedparser code to run it behind proxy. Basically the idea is that python by default doesn&#8217;t user environment variables http proxy. You have to specify it in the python code.</p>
<p>In feedparser code, url is accessed at the line # 1895. Now, opener has to have http settings so that it could access the url. For that, I added 2 lines before calling opener:<br />
<code><br />
proxy_support = urllib2.ProxyHandler({"http" : "http://&lt;username&gt;:&lt;passwd&gt;@&lt;proxyserver&gt;:&lt;proxyport&gt;"});<br />
opener = urllib2.build_opener(proxy_support)<br />
</code><br />
Here is the final feedparser : <a href="http://www.rohitj.net/blog/wp-content/uploads/2008/03/feedparser_with_proxytar.gz" title="FeedParser With Proxy Support">FeedParser With Proxy Support</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/03/13/how-to-run-feedparser-behind-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Kernel Workshop @ FOSSKriti</title>
		<link>http://rohitj.net/blog/2008/02/16/linux-kernel-workshop-fosskriti/</link>
		<comments>http://rohitj.net/blog/2008/02/16/linux-kernel-workshop-fosskriti/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 21:50:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fosskriti]]></category>
		<category><![CDATA[IIT Kanpur]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Techkriti]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/02/16/linux-kernel-workshop-fosskriti/</guid>
		<description><![CDATA[So, again, we were expecting 50-60 people. Before FOSSKriti whiling planning for FOSSKriti, I was arguing with Arun saying that there wouldn&#8217;t be much participation for linux kernel workshop and we dont need 50 computers. To all my surprise, we had around 300 people interested in the workshop.
We had a Lab of 40 computers booked. [...]]]></description>
			<content:encoded><![CDATA[<p>So, again, we were expecting 50-60 people. Before FOSSKriti whiling planning for FOSSKriti, I was arguing with Arun saying that there wouldn&#8217;t be much participation for linux kernel workshop and we dont need 50 computers. To all my surprise, we had around 300 people interested in the workshop.</p>
<p>We had a Lab of 40 computers booked. We had to have 2 person per computer. We also had to kick out IITK students, and we asked them that they will have another kernel workshop. There were still non-IITK students who were kicked out because there was no place for standing the lab. We finally had 100 people inside the lab.</p>
<p>In evening we arranged same workshop for IITK students, in which we allowed non-IITK students as well. It again had awesome response. That even when it was clashing for i-Quiz. <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://ankis-world.blogspot.com/" title="Ankita Garg's blog">Ankita Garg</a> took the workshop. She was kind enough to take the workshop again for IITK students. People who came for the workshop varied from people who had heard about kernel for the time and people who had their &#8220;own&#8221; kernel. <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/02/16/linux-kernel-workshop-fosskriti/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Beagle Hackfest @ FOSSKriti</title>
		<link>http://rohitj.net/blog/2008/02/15/beagle-hackfest-fosskriti/</link>
		<comments>http://rohitj.net/blog/2008/02/15/beagle-hackfest-fosskriti/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 21:33:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beagle]]></category>
		<category><![CDATA[Fosskriti]]></category>
		<category><![CDATA[IIT Kanpur]]></category>
		<category><![CDATA[Techkriti]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/02/15/beagle-hackfest-fosskriti/</guid>
		<description><![CDATA[Wow,  I didn&#8217;t expect such an awesome response. I was thinking that only 10-20 people will come, but we had a huge participation. Rather I told Nanda, one of the guys from Cleartip.com our sponsor and IITK alumni, that we are expecting 30-40 people. Wow, we had like 60-70 people.
It was a great start [...]]]></description>
			<content:encoded><![CDATA[<p>Wow,  I didn&#8217;t expect such an awesome response. I was thinking that only 10-20 people will come, but we had a huge participation. Rather I told <a href="http://nandz.blogspot.com/">Nanda</a>, one of the guys from <a href="http://www.cleartrip.com">Cleartip.com</a> our sponsor and IITK alumni, that we are expecting 30-40 people. Wow, we had like 60-70 people.</p>
<p>It was a great start for FOSSKriti. The first day itself when Techkriti team usually think that there wouldn&#8217;t be much participation, we got like 60-70 participation. Awesome. Cleartrip brought us some TShirts as well, which we gave to some participants. And we also had some Gnome badges and Gnome stickers. <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The event started at 10PM. After 20-30min talk about beagle which <a href="http://nemesis.accosted.net/">Arun Raghavan</a> gave, we shifted to lab, and people started hacking beagle. Well, there were people who didnt know much about beagle and linux. But still some people stayed there till 5AM. Yes,  10 guys stayed there till 5AM.</p>
<p>And more to it, we finally have 3 submissions from the workshop. One is a firefox extension to include beagle in the search engine list. Second is bibtex search. And third is searching in beagle for the select words in Pidgin chat box.</p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/02/15/beagle-hackfest-fosskriti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must Attend in FOSSKriti</title>
		<link>http://rohitj.net/blog/2008/02/09/must-attend-in-fosskriti/</link>
		<comments>http://rohitj.net/blog/2008/02/09/must-attend-in-fosskriti/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 04:21:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beagle]]></category>
		<category><![CDATA[Clutter]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fosskriti]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IIT Kanpur]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux Chix]]></category>
		<category><![CDATA[Lisp]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Techkriti]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/02/09/must-attend-in-fosskriti/</guid>
		<description><![CDATA[For last few days, I have been talking to people (mainly IITK students) about different  events we have in FOSSKriti. I found people pretty enthusiastic about different events. I am pointing out those events here:
0: RoR : Y4 batch, being highly affected by Prof. TVP&#8217;s, is highly interested in attending RoR workshop. Some people [...]]]></description>
			<content:encoded><![CDATA[<p>For last few days, I have been talking to people (mainly IITK students) about different  events we have in FOSSKriti. I found people pretty enthusiastic about different events. I am pointing out those events here:</p>
<p>0: RoR : Y4 batch, being highly affected by Prof. TVP&#8217;s, is highly interested in attending RoR workshop. Some people want to learn RoR, some people want to discuss RoR. And I assume that some people will come because they know Saurabh Nanda. <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>1: Linux Kernel : Those who eff around there linux distro, especially Gentoo users, and those who have slightest interest in systems, were found interested in this.</p>
<p>2: Lisp : I personally am going to attend this event as a participant, not as organizing team. <img src='http://rohitj.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  . And I am sure I will bring 10 more people. Actually no, some people were found interested in this workshop, specially those who are doing compilers course, or those who have done compilers course.</p>
<p>3: Linux Chix : <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<code><br />
(female.isIITian())&amp;&amp;(female.isGeek())&amp;&amp;(female.hasTalkedTorohitj()) = 0</code></p>
<p>So, I am not sure how many females will turn up, but I am sure people will be there. This is the second event I want to attend. I want to see what they are upto.</p>
<p>4: KDE4 : Those who do not know, recently there was a big shift in IITK linux community. People broke their long loyalty for Gnome, and shifted to KDE. Alas!! KDE4 is still not in official repos, but they are still on KDE. They think its worth waiting for KDE4. Of course, this talk will attract these people.</p>
<p>Left are beagle hackfest and Clutter talk. Beagle is a must-attend hackfest. (afterall it substitutes stupid google desktop <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). And clutter? I have no idea about it. <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/02/09/must-attend-in-fosskriti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FOSSKriti @ IITK</title>
		<link>http://rohitj.net/blog/2008/02/07/fosskriti-iitk/</link>
		<comments>http://rohitj.net/blog/2008/02/07/fosskriti-iitk/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 05:47:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fosskriti]]></category>
		<category><![CDATA[IIT Kanpur]]></category>
		<category><![CDATA[Techkriti]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/02/07/fosskriti-iitk/</guid>
		<description><![CDATA[So this year in Techkriti, we are going to have FOSSKriti as well. FOSSKriti is basically a set of talks, lectures, workshop, hackfest and BoFs about different open source softwares. We have called people from Gnome, KDE, LinuxChix and cool people from Cleartrip (who is supporting this event) to give talks and workshops. Everything has [...]]]></description>
			<content:encoded><![CDATA[<p>So this year in <a href="http://www.techkriti.org">Techkriti</a>, we are going to have <a href="http://www.techkriti.org/fosskriti">FOSSKriti</a> as well. FOSSKriti is basically a set of talks, lectures, workshop, hackfest and BoFs about different open source softwares. We have called people from Gnome, KDE, LinuxChix and cool people from <a href="http://www.cleartrip.com">Cleartrip</a> (who is supporting this event) to give talks and workshops. Everything has been planned. Checkout the FOSSKriti site to get more information about it.</p>
<p>Basically, there is going to be talks on RoR, KDE4 and LinuxChix. There is going to be a beagle hackfest and kernel hackfest and workshop. And there are some BoFs. In short its going to be awesome. Those who are coming for <a href="http://techkriti.org/#lookup_Events_SoftwareCorner">Software Corner</a> can easily attend these events, we have ensured that there is no major time clash between Software Corner events and FOSSKriti events.</p>
<p>And those who haven&#8217;t registered for the event, don&#8217;t worry. There is on the spot registration as well. <img src='http://rohitj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/02/07/fosskriti-iitk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIT Coursewares now on youtube as well</title>
		<link>http://rohitj.net/blog/2008/02/03/iit-coursewares-now-on-youtube-as-well/</link>
		<comments>http://rohitj.net/blog/2008/02/03/iit-coursewares-now-on-youtube-as-well/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 06:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IIT]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/02/03/iit-coursewares-now-on-youtube-as-well/</guid>
		<description><![CDATA[All 7 IITs in India and IISc joined together to open their course materials so that people could use them. IITs and IISc are the best technical schools in India and are pretty much world renowned. They have started collecting course materials in the form of slides. The slides can be accessed from http://nptel.iitm.ac.in . [...]]]></description>
			<content:encoded><![CDATA[<p>All 7 IITs in India and IISc joined together to open their course materials so that people could use them. IITs and IISc are the best technical schools in India and are pretty much world renowned. They have started collecting course materials in the form of slides. The slides can be accessed from <a href="http://nptel.iitm.ac.in">http://nptel.iitm.ac.in</a> . Its still an on going process, and it will take time to have course materials for most of the courses. But its surely an awesome initiative. Now, they have also started uploading lecture videos. I don&#8217;t think they are actual classroom lectures, I think its all staged. But I think it will still be helpful.</p>
<p>These institutes got Google&#8217;s help to get the videos uploaded on youtube. All videos can be accessed from <a href="http://www.youtube.com/profile_play_list?user=nptelhrd">http://www.youtube.com/profile_play_list?user=nptelhrd</a></p>
<p>For more details see the IITK site <a href="http://www.iitk.ac.in/infocell/iitk/courseware.htm">here</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/02/03/iit-coursewares-now-on-youtube-as-well/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>7 Habbits For Effective Vim 2.0</title>
		<link>http://rohitj.net/blog/2008/02/03/7-habbits-for-effective-vim-20/</link>
		<comments>http://rohitj.net/blog/2008/02/03/7-habbits-for-effective-vim-20/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 06:10:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/02/03/7-habbits-for-effective-vim-20/</guid>
		<description><![CDATA[So, I got to see this youtube video. Actually I saw the actual version of the video, but you can find it in the youtube link. It talks about some habbits while using Vim. These are not some very techy stuffs, but it talks about some basic tricks and tips which can make you use [...]]]></description>
			<content:encoded><![CDATA[<p>So, I got to see this <a href="http://www.youtube.com/watch?v=eX9m3g5J-XA" title="7 Habbits for Vim">youtube video</a>. Actually I saw the actual version of the video, but you can find it in the youtube link. It talks about some habbits while using Vim. These are not some very techy stuffs, but it talks about some basic tricks and tips which can make you use while using Vim as your editor. I found some of the tricks very useful. Specially the use of the &#8220;Ctrl+N&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/02/03/7-habbits-for-effective-vim-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes!!</title>
		<link>http://rohitj.net/blog/2008/02/02/changes/</link>
		<comments>http://rohitj.net/blog/2008/02/02/changes/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 08:20:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Corporate]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/02/02/changes/</guid>
		<description><![CDATA[Yes, I can also see some changes on my site. I wanted to try this before I decide somethings. Advertisement is a big business no doubt. I could see the power of this business within a day. I hope to see more things. For internal news, stay tuned. haha&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Yes, I can also see some changes on my site. I wanted to try this before I decide somethings. Advertisement is a big business no doubt. I could see the power of this business within a day. I hope to see more things. For internal news, stay tuned. haha&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/02/02/changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I will let you feel jealous!!!</title>
		<link>http://rohitj.net/blog/2008/01/26/i-will-let-you-feel-jealous/</link>
		<comments>http://rohitj.net/blog/2008/01/26/i-will-let-you-feel-jealous/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 20:49:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/01/26/i-will-let-you-feel-jealous/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rohitj.net/blog/wp-content/uploads/2008/01/laptop.jpg" title="Linux Stickers on Laptop"><img src="http://www.rohitj.net/blog/wp-content/uploads/2008/01/laptop.jpg" alt="Linux Stickers on Laptop" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/01/26/i-will-let-you-feel-jealous/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
