<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://planet.lugmanipal.org/">
	<title>Planet LUG Manipal</title>
	<link>http://planet.lugmanipal.org/</link>
	<description>Planet LUG Manipal - http://planet.lugmanipal.org/</description>

	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://ankurs.com/?p=656" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=399" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=394" />
			<rdf:li rdf:resource="http://ankurs.com/?p=627" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=385" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-6410410496793374525.post-6132460133775365001" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=379" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=372" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=363" />
			<rdf:li rdf:resource="http://www.swaroophegde.com/?p=594" />
			<rdf:li rdf:resource="http://www.lugmanipal.org/?p=250" />
			<rdf:li rdf:resource="http://www.lugmanipal.org/?p=247" />
			<rdf:li rdf:resource="http://www.lugmanipal.org/?p=237" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-6410410496793374525.post-8524910538589096422" />
			<rdf:li rdf:resource="http://ankurs.com/?p=617" />
			<rdf:li rdf:resource="http://www.lugmanipal.org/?p=239" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-6410410496793374525.post-7859643669929220482" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-8096216372423765736.post-39957139113617763" />
			<rdf:li rdf:resource="http://ankurs.com/?p=607" />
			<rdf:li rdf:resource="http://ankurs.com/?p=467" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=350" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=338" />
			<rdf:li rdf:resource="http://ankurs.com/?p=599" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-8096216372423765736.post-2987175990906727897" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-8096216372423765736.post-9176929527155612151" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=321" />
			<rdf:li rdf:resource="http://ankurs.com/?p=593" />
			<rdf:li rdf:resource="http://www.lugmanipal.org/?p=234" />
			<rdf:li rdf:resource="http://www.lugmanipal.org/?p=228" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=313" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-6410410496793374525.post-2877488544360319190" />
			<rdf:li rdf:resource="http://djkaos.wordpress.com/?p=322" />
			<rdf:li rdf:resource="http://openovation.wordpress.com/?p=13" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=301" />
			<rdf:li rdf:resource="http://djkaos.wordpress.com/?p=316" />
			<rdf:li rdf:resource="http://ayushpranshu.wordpress.com/?p=25" />
			<rdf:li rdf:resource="http://www.swaroophegde.com/?p=580" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=292" />
			<rdf:li rdf:resource="http://ankurs.com/?p=561" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=281" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-6410410496793374525.post-8578948499866009303" />
			<rdf:li rdf:resource="http://www.lugmanipal.org/?p=221" />
			<rdf:li rdf:resource="http://manishtech.wordpress.com/?p=277" />
			<rdf:li rdf:resource="http://www.lugmanipal.org/?p=215" />
			<rdf:li rdf:resource="http://www.lugmanipal.org/?p=201" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://ankurs.com/?p=656">
	<title>Ankur Shrivastava (BE-2k7): Weekend Project II</title>
	<link>http://ankurs.com/2010/08/weekend-project-ii/</link>
	<content:encoded>&lt;p&gt;In march i posted about a &lt;a href=&quot;http://ankurs.com/2010/03/weekend-project/&quot;&gt;weekend project&lt;/a&gt; which involved controlling a small toy car using my cell phone, this is a similar one again implemented in few hours, here we are trying to play the awesome game of pong using the tilt sensor on Samsung Wave. The pong application running on Laptop is written in &lt;a href=&quot;http://qt.nokia.com/&quot;&gt;Qt&lt;/a&gt; (C++) and the application on the Phone is written using the &lt;a href=&quot;http://www.bada.com/&quot;&gt;Bada SDK&lt;/a&gt;.&lt;br /&gt;
The working is simple, the pong application running on Laptop requires phones to make a TCP connection to it. Phones just create a TCP connection to the application on PC and sends tilt sensor data to it, movement of paddles is done by the PC application based on the value it receives from the phones. It still &lt;strong&gt;requires better calibration&lt;/strong&gt; and we will work on it after the exams are over (Education prevents you from doing cool things!!), there are a lot of ideas buzzing in our empty heads (according to our teachers!!) , the original idea was by &lt;a href=&quot;http://abhikumar777.blogspot.com/&quot;&gt;Abhimanyu&lt;/a&gt; which we implemented.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;if you cannot see the above video &lt;a href=&quot;http://www.youtube.com/watch?v=dHinEjh8iIw&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://www.youtube.com/watch?v=Aw15OuquzcQ&quot;&gt;here&lt;/a&gt; are short demo of how it works.&lt;/p&gt;
&lt;p&gt;PS &amp;#8211; code and proper working for the previous and this weekend project will be posted soon!&lt;/p&gt;</content:encoded>
	<dc:date>2010-08-30T16:51:02+00:00</dc:date>
	<dc:creator>Ankur Shrivastava</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=399">
	<title>Manish's Tech Blog: Ubuntu Hour Bangalore</title>
	<link>http://manishtech.wordpress.com/2010/08/01/ubuntu-hour-bangalore/</link>
	<content:encoded>&lt;p&gt;I have noticed that Ubuntu community based activities in India are lot less than expected and Fedora leads the game here. To give a boost to Ubuntu, Nigel proposed to hold an &lt;a href=&quot;http://loco.ubuntu.com/events/team/219/detail/&quot; target=&quot;_blank&quot;&gt;Ubuntu Hour&lt;/a&gt; for Ubuntu users/power-users to meet. Apart from ubuntu-in mailing lists, rest everywhere the activities are pretty much nil.&lt;/p&gt;
&lt;p&gt;Nigel &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-in/2010-July/008590.html&quot; target=&quot;_blank&quot;&gt;sent a mail&lt;/a&gt; to ubuntu-in telling that he was organizing a small meetup. Initially I was also not very much  hopeful of a huge turnout, but to my surprise 6+1 people turned up.&lt;/p&gt;
&lt;p&gt;Nigel &lt;a href=&quot;http://justanothertriager.wordpress.com/2010/07/31/ubuntu-hour-in-bangalore/&quot; target=&quot;_blank&quot;&gt;blogged about it on his weblog&lt;/a&gt; on the turn of events. Initially he was sitting alone with a laptop with Ubuntu sticker for confused people. Initially four of them were sitting inside the &lt;a href=&quot;http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=12.9650900180680436104+%2F+77.6015870178&amp;amp;sll=12.965223,77.601961&amp;amp;sspn=0.00402,0.008256&amp;amp;ie=UTF8&amp;amp;hq=&amp;amp;hnear=&amp;amp;ll=12.964823,77.601988&amp;amp;spn=0.00201,0.004128&amp;amp;z=19&quot; target=&quot;_blank&quot;&gt;Cafe Coffee Day on Richmond Road, Bangalore&lt;/a&gt; when I turned up. Since I had never seen any of them, I was not sure whether I should ask them or not. Nigel suspected that I was &amp;#8220;Manish&amp;#8221; as he recognized me by my pic. After talking for an hour we left.&lt;/p&gt;
&lt;p&gt;Just before leaving, I found Ritesh waiting for us. I had sent a mail to him telling that there is a meeting of Ubuntu users and &lt;a href=&quot;http://www.researchut.com/blog/archive/2010/05/05/debian-developer&quot; target=&quot;_blank&quot;&gt;as a Debian Developer&lt;/a&gt; does he want to attend? Well, he got lost and came only after we left.&lt;/p&gt;
&lt;p&gt;After everyone left, me and Ritesh went inside again to have a coffee. In the next one and a half hours, we talked about Ubuntu and Debian communities, their policies, their cooperation, the plus and minus points of both the systems. We also talked on &lt;a href=&quot;https://alioth.debian.org/projects/apt-offline/&quot; target=&quot;_blank&quot;&gt;apt-offline&lt;/a&gt;, a tool which Ritesh himself developed for offline package management. He is also a &lt;a href=&quot;http://packages.qa.debian.org/l/laptop-mode-tools.html&quot; target=&quot;_blank&quot;&gt;maintainer of laptop-mode-tools&lt;/a&gt; in Debian. He gave me a lot of insight into kernel development, APT and a plethora of other technologies.&lt;/p&gt;
&lt;p&gt;The day was fun filled and we Ubuntu people expect to meet every fourth Saturday of every month. Meanwhile I might meet Ritesh again this Saturday to finish the work on apt-offline, so that the changes me and Abhishek made on our forked repos can be merged back upstream.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/nigelbabu/4846633440/in/set-72157624497585599/&quot;&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;Arjuna, Nigel, Ganesh, Harish, Manish, and Venkatesh&quot; src=&quot;http://farm5.static.flickr.com/4083/4846633440_fbcd116181_b.jpg&quot; alt=&quot;&quot; width=&quot;569&quot; height=&quot;426&quot; /&gt;&lt;/a&gt;Above Pic: Arjuna, Nigel, Ganesh, Harish, Manish, and Venkatesh&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/nigelbabu/4846015027/in/set-72157624497585599/&quot;&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;Manish, Ritesh, Harish, Ganesh, and Venkatesh&quot; src=&quot;http://farm5.static.flickr.com/4083/4846015027_d16992f4a5_b.jpg&quot; alt=&quot;&quot; width=&quot;568&quot; height=&quot;426&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Above Pic: Manish, Ritesh, Harish, Ganesh, and Venkatesh&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/399/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/399/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/399/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/399/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/399/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/399/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/399/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/399/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/399/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/399/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=399&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-07-31T19:39:13+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=394">
	<title>Manish's Tech Blog: Ubuntu Developer Week</title>
	<link>http://manishtech.wordpress.com/2010/07/14/ubuntu-developer-week/</link>
	<content:encoded>&lt;p&gt;After Ubuntu user days &lt;a href=&quot;https://wiki.ubuntu.com/UserDays&quot;&gt;ended on July 11&lt;/a&gt;, Ubuntu Developer week started the next very day. I was more interested in following the latter since it was my wish to know the basics of Ubuntu Development esp Packaging&lt;/p&gt;
&lt;p&gt;You can have a look at the &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuDeveloperWeek&quot;&gt;Ubuntu Developer Week Wiki page&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My main interests are&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Getting started with Development &lt;a href=&quot;http://ubuntutalk.tumblr.com/post/803190646/ubuntu-developer-week-getting-started-with-ubuntu-develo&quot;&gt;1&lt;/a&gt; and &lt;a href=&quot;http://ubuntutalk.tumblr.com/post/807050603/ubuntu-developer-week-getting-started-with-ubuntu-develo&quot;&gt;2&lt;/a&gt; &amp;#8211; &lt;a href=&quot;http://daniel.holba.ch/blog/&quot;&gt;Daniel Holbach&lt;/a&gt; (dholbach)&lt;/li&gt;
&lt;li&gt;Desktop Team overview &amp;#8211; &lt;a href=&quot;http://blogs.gnome.org/seb128/&quot;&gt;Sebastian Bacher&lt;/a&gt; (seb128)&lt;/li&gt;
&lt;li&gt;Authoring Upstart jobs &amp;#8211; &lt;a href=&quot;https://wiki.ubuntu.com/SteveLangasek&quot;&gt;Steve Langasek&lt;/a&gt; (slangasek)&lt;/li&gt;
&lt;li&gt;Packaging like a Ninja &amp;#8211; &lt;a href=&quot;https://wiki.kubuntu.org/shadeslayer&quot;&gt;Rohan Garg&lt;/a&gt; (shadeslayer)&lt;/li&gt;
&lt;li&gt;Operation Cleansweep, reviewing patches &amp;#8211; &lt;a href=&quot;http://justanothertriager.wordpress.com/&quot;&gt;Nigel Babu&lt;/a&gt; (nigelb)&lt;/li&gt;
&lt;li&gt;Forwarding bugs and patches upstream &amp;#8211; &lt;a href=&quot;http://blogs.gnome.org/pvillavi/&quot;&gt;Pedro Villavicencio&lt;/a&gt; (pedro_)&lt;/li&gt;
&lt;li&gt;Daily Builds and You &amp;#8211; &lt;a href=&quot;http://castrojo.tumblr.com/&quot;&gt;Jorge Castro&lt;/a&gt; (jcastro)&lt;/li&gt;
&lt;li&gt;Making your application shine with application indicators &amp;#8211; &lt;a href=&quot;http://gould.cx/ted/blog&quot;&gt;Ted Gould&lt;/a&gt; (tedg)&lt;/li&gt;
&lt;li&gt;Kernel Triage &amp;#8211; &lt;a href=&quot;https://wiki.ubuntu.com/JeremyFoshee&quot;&gt;Jeremy Foshee&lt;/a&gt; (JFo)&lt;/li&gt;
&lt;li&gt;Improving Ubuntu In An Evening &amp;#8211; &lt;a href=&quot;https://launchpad.net/~vish&quot;&gt;K. Vishnoo Charan Reddy&lt;/a&gt; (vish)&lt;/li&gt;
&lt;li&gt;Django and you &amp;#8211; &lt;a href=&quot;https://wiki.ubuntu.com/mhall119&quot;&gt;Micheal Hall&lt;/a&gt; (mhall119)&lt;/li&gt;
&lt;li&gt;Adapt an upstream &amp;#8211; &lt;a href=&quot;http://gould.cx/ted/blog&quot;&gt;Jorge Castro&lt;/a&gt; (jcastro)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Progress&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;On 12th , I attended 1 and 2, but missed 3 as it was in late night. I do have the IRC logs.&lt;/li&gt;
&lt;li&gt;Today on 13th, I even missed 4 as I was too exhausted. Again logs are there to rescue.&lt;/li&gt;
&lt;li&gt;Tomorrow on 14th, 5,6,7,8,9 would be there which I would try to attend at all cost.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/394/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/394/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/394/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/394/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/394/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/394/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/394/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/394/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/394/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/394/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=394&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-07-13T19:25:32+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://ankurs.com/?p=627">
	<title>Ankur Shrivastava (BE-2k7): 4 weeks at Microsoft (Internship)</title>
	<link>http://ankurs.com/2010/06/4-weeks-at-microsoft/</link>
	<content:encoded>&lt;div id=&quot;attachment_646&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://ankurs.com/wp-content/uploads/2010/06/30314_10150207747590258_707590257_13113994_6380796_n.jpg&quot;&gt;&lt;img src=&quot;http://ankurs.com/wp-content/uploads/2010/06/30314_10150207747590258_707590257_13113994_6380796_n-300x202.jpg&quot; alt=&quot;Hello From Hyderabad&quot; title=&quot;Hello From Hyderabad&quot; width=&quot;300&quot; height=&quot;202&quot; class=&quot;size-medium wp-image-646&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Hello From Hyderabad&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;It has been 4 weeks since i arrived in Hyderabad for my internship at Microsoft IDC and it has been a unique experience. There are 7 people from MIT,Manipal this time 6 in IDC and 1 in MS IT, but manipal being the crowded place it is none of the 7 people knew each other, well except for me which was kind of odd, imagine having to introduce people who have spent 3 years in the same college to each other !!. Akshay jhori (MS IT) arrived one week before us i.e. 23rd May (i guess) and rest of us arrived by 30th May. First day we were given a small orientation, which was just to get us familiar with how things work and what we were supposed to do, after the orientation we were taken to our respective Mentors who is the go to guy for all things related to what ever we were supposed to do, i was assigned to &lt;a href=&quot;https://adcenter.microsoft.com/&quot;&gt;AdCenter&lt;/a&gt; team. I was given a cubicle and later my mentor explained what i was supposed to do for the next 8 weeks and was asked to get familiar with MS tools and process.&lt;/p&gt;
&lt;p&gt;Hyderabad is kind of a strange city where if you ask an auto rickshaw driver to go to a place X he will simply say &amp;#8220;i have no idea where that place is, but it will cost you Rs100&amp;#8243;, so most of the time you need to look up on maps for directions and then tell the auto driver where you have to go, which is what we did after loosing our way few times, it all starts with Someone saying &amp;#8220;Hey lets go out and see around&amp;#8221; to which you say &amp;#8220;Ok nice, lets find a good place to eat!!&amp;#8221;, after walking a few kilometers and looking around and probably eating, when its time to return someone is bound to ask &amp;#8220;Which way ?&amp;#8221; and atleast one guy from your group will say &amp;#8220;Its this way, TRUST ME!&amp;#8221; by point to a particular direction in the INDIAN WAY, believe me that is the time when you should start asking for directions because every time the &amp;#8220;TRUST ME&amp;#8221; incident happened with us, we were going in completely wrong direction.&lt;/p&gt;
&lt;p&gt;Coming back to the four weeks, for the first 2 weeks we were provided accommodation in white fields (Hyderabad, not Bangalore as most the people were thinking after i told them where i was staying), the place was good and around 5-6 Km from MS IDC at Gachibowli, you get shuttles from ~9am to ~10am and if you are taking an auto just say you want to go to Wipro, Gachibowli and not Microsoft, Gachibowli you will have to pay less this way, even tough Wipro Campus is just in front of Microsoft Campus, ohh and the sharing auto is a very cheap way to travel around in Hyderabad but it gets weird, i remember there were 8 people + 1 auto driver in a single auto one time.&lt;/p&gt;
&lt;div id=&quot;attachment_642&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://ankurs.com/wp-content/uploads/2010/06/36912_10150217080125258_707590257_13408192_3588140_n.jpg&quot;&gt;&lt;img src=&quot;http://ankurs.com/wp-content/uploads/2010/06/36912_10150217080125258_707590257_13408192_3588140_n-300x225.jpg&quot; alt=&quot;Microsoft Surface&quot; title=&quot;Microsoft Surface &quot; width=&quot;300&quot; height=&quot;225&quot; class=&quot;size-medium wp-image-642&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Microsoft Surface&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;I got my hands on Microsoft Surface at the visitor center and it has increased my desire to create something like surface using what is already available by &lt;a href=&quot;http://wiki.nuigroup.com/About_us&quot;&gt;NUI Group&lt;/a&gt;, dunno if it will get somewhere. Also i have started to like C# as a language and i have personally found it to be more close to C++ then Java, which is not what a large number of people think, this has also made me realize that there is no computer language that i hate which is kind of strange because most of the people i know hate one or the other language and JAVA tops most of their list as the most hated (but used) language.&lt;/p&gt;
&lt;p&gt;During my 2nd week AdCenter team had an outing to &lt;a href=&quot;http://leonia.in/&quot;&gt;Leonia&lt;/a&gt; which was a great experience, i met some interesting people from AdCenter team during the trip and the best part was&lt;a href=&quot;http://en.wikipedia.org/wiki/Paintball&quot;&gt; Paint Ball&lt;/a&gt;, a match in team of 22 Vs 22 it was pure fun, well except for the friendly fire part, where i got shot in the arm from a really close distance, anyways we lost the game because of what was clearly CHEATING done by other team but that is as always debatable.&lt;/p&gt;
&lt;p&gt;After our 2 weeks were over we shifted out to a different place in White Fields itself, if someone is looking for accommodation there are plenty of places in HiTech city / Madhapur area to stay for short/long duration, we looked at a large number of places before settling for white fields because its close and we were familiar with this area now, plus the price difference was not much.&lt;/p&gt;
&lt;div id=&quot;attachment_640&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://ankurs.com/wp-content/uploads/2010/06/37220_10150217086085258_707590257_13408351_3774171_n.jpg&quot;&gt;&lt;img class=&quot;size-medium wp-image-640&quot; title=&quot;Microsoft India Development Center&quot; src=&quot;http://ankurs.com/wp-content/uploads/2010/06/37220_10150217086085258_707590257_13408351_3774171_n-300x225.jpg&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;225&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Microsoft India Development Center - Building 3&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The first few weeks were pretty exciting but now after 4 weeks everything seems normal to us, all the free coffee/tea/ice tea/cold drinks/etc, all the games of pool/&lt;a href=&quot;http://en.wikipedia.org/wiki/Foosball&quot;&gt;foosball&lt;/a&gt;/TableTennis, cab drop at night, the cubicle, all the excitement is gone and work has started.&lt;br /&gt;
anyways i am planing to roam around Hyderabad which i have done only a little, any special places that i should absolutely visit ? leave a comment&amp;#8230;.&lt;/p&gt;</content:encoded>
	<dc:date>2010-07-10T00:10:43+00:00</dc:date>
	<dc:creator>Ankur Shrivastava</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=385">
	<title>Manish's Tech Blog: Maverick Development Updates #2</title>
	<link>http://manishtech.wordpress.com/2010/06/23/maverick-development-updates-2/</link>
	<content:encoded>&lt;p&gt;&lt;strong&gt;1. &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-devel/2010-June/030918.html&quot; target=&quot;_blank&quot;&gt;btrfs support&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
With current daily builds of maverick, installation with btrfs filesystem is supported, though ext4 is the default filesystem. btrfs was &lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=73d59314e6ed268d6f322ae1bdd723b23fa5a4ed&quot; target=&quot;_blank&quot;&gt;pulled in mainline kernel&lt;/a&gt; on 9th January 2010.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. &lt;a href=&quot;https://lists.ubuntu.com/archives/kernel-team/2010-June/011235.html&quot; target=&quot;_blank&quot;&gt;Suspend/Resume bug&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Lee Jones working in the kernel team, has written a long exhaustive mail on his experience reguarding to suspend/resume in Thinkpad X61 when SD card is in the card reader. If this bug is solved, it can help a lot of us. Just read the whole paragraph and you would come to know how nasty the situation actually is.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. &lt;a href=&quot;https://lists.ubuntu.com/archives/kernel-team/2010-June/011217.html&quot; target=&quot;_blank&quot;&gt;Maverick Alpha 2 approaching&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Maverick Alpha 2 would be released on July 1st (Thursday).  Archives would be frozen on June 29th,. The next Alpha would be Alpha 3 on August 5th.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. &lt;a href=&quot;https://wiki.ubuntu.com/MaverickReleaseSchedule&quot; target=&quot;_blank&quot;&gt;Freezes in effect and in future&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;DebianImportFreeze on June 24th and Colin Watson has &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-devel/2010-June/030936.html&quot; target=&quot;_blank&quot;&gt;sent a mail to ubuntu-devel&lt;/a&gt; asking people responsible for packages to get the packages imported ASAP&lt;/p&gt;
&lt;p&gt;Freezes which are still far off are FetaureFreeze on August 12th, UserInterfaceFreeze and BetaFreeze on August 26th. Beta freeze is for Beta Release planned on September 2nd.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/&quot;&gt;Bug Days&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bug Day on &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/20100603&quot;&gt;3rd June&lt;/a&gt; target &amp;#8211; Compiz&lt;/li&gt;
&lt;li&gt;Bug Day on &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/20100610&quot;&gt;10th June&lt;/a&gt; target &amp;#8211; GNOME Games&lt;/li&gt;
&lt;li&gt;Bug Day on &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/20100617&quot;&gt;17th June&lt;/a&gt; target &amp;#8211; USB Creator&lt;/li&gt;
&lt;li&gt;Bug Day on &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/20100624&quot;&gt;24th June&lt;/a&gt; target &amp;#8211; fontconfig&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;6. &lt;a href=&quot;http://www.ubuntu-user.com/Online/Blogs/Amber-Graner-You-in-Ubuntu/Ubuntu-Developer-Week-Announced-July-12-16-2010&quot;&gt;Ubuntu Developer Week has been announced&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Ubuntu Developer Week starts on 12th July(Monday) and ends on 17th July(Friday) between 1600UTC and 2100UTC&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7.  &lt;a href=&quot;http://www.kubuntu.org/news/kubuntututorialdays&quot;&gt;Kubuntu Tutorial days&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Kubuntu doesn&amp;#8217;t get as much love at Ubuntu gets, still it&amp;#8217;s the second choice for many people after Ubuntu(GNOME) who want to stick to the environment.&lt;/p&gt;
&lt;p&gt;Kubuntu Tutorial day is just one way on 7th July and  only some 6-7 hours.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;8. &lt;a href=&quot;http://daniel.holba.ch/blog/?p=693&quot;&gt;Update from Operation Cleensweep&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Daniel Holbach informs that progress is at 14%&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;9. &lt;a href=&quot;https://wiki.ubuntu.com/DesktopTeam/Meeting/2010-06-15&quot;&gt;Software Center Update&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;From the logs of Desktop Team Meeting dated 15th June, it looks like, we can buy applications from the Software Center in near future. Remember, long back it was rumored to be called Ubuntu Software Store? Later the actual name came out to be Software Center&lt;/p&gt;
&lt;p&gt;Under &amp;#8220;Buy Something&amp;#8221;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;h6&gt;# Payments API is in good shape; we had an API overview from Ricardo Kirkner including a walkthrough of the process&lt;br /&gt;
# We identified a problem in that there is the potential for unverified payment amounts submitted to the billing service by the client&lt;/h6&gt;&lt;/blockquote&gt;
&lt;p&gt;* Will require some LP to payment service integration for verification of price paid before authorizing access&lt;br /&gt;
* This integration has been targeted for Alpha 3 (after the June 30th LP upload window, tho we can use edge while developing)&lt;/p&gt;
&lt;p&gt;# Currently prototyping a payments widget to learn/test/use the payments API&lt;br /&gt;
# Launchpad login functionality and basic integration features have been release with Software Center 2.1.2&lt;/p&gt;
&lt;p&gt;* As these features are still in-development the next release of software center (later this week?) will hide this feature unless s-c is launched using a command line switch&lt;/p&gt;
&lt;p&gt;# LP team on track to deliver needed core functionality at June 30th upload window&lt;/p&gt;

&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/385/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/385/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/385/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/385/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/385/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/385/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/385/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/385/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/385/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/385/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=385&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-06-23T14:15:32+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-6410410496793374525.post-6132460133775365001">
	<title>Shubhendra Singh (BE-2k5): TRYING for feedwordpress</title>
	<link>http://shubhendrasingh.blogspot.com/2010/06/trying-for-feedwordpress.html</link>
	<content:encoded>&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6410410496793374525-6132460133775365001?l=shubhendrasingh.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-06-15T14:39:40+00:00</dc:date>
	<dc:creator>Shubhendra Singh</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=379">
	<title>Manish's Tech Blog: Ubuntu Maverick development updates</title>
	<link>http://manishtech.wordpress.com/2010/06/08/ubuntu-maverick-development-updates/</link>
	<content:encoded>&lt;p&gt;For last 2 hours, I dug through all the mails from ubuntu mailing lists, esp the announcements related to development, recalled many changes which I heard in last week or two and penned them down.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ubuntu Maverick Meerkat Alpha 1 released with Linux Kernel 2.6.34-5  &lt;a href=&quot;http://fridge.ubuntu.com/node/2057&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ubuntu sparc and IA64 ports are candidates for decommissioning unless someone comes up to take the responsibility of maintaining it. &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-devel/2010-June/030857.html&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Maverick won&amp;#8217;t run on processors below i686 &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/587186&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;DebianImportFreeze on June 24th, Alpha 2 will come on July 1st &lt;a href=&quot;https://wiki.ubuntu.com/MaverickReleaseSchedule&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;On Alpha 1 alternate, creation of encrypted /home is broken &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/588705&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Shotwell replaces F-Spot as Image organizer &lt;a href=&quot;https://blueprints.launchpad.net/ubuntu/+spec/desktop-maverick-shotwell&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Daniel Holbach invites everyone for Operation Cleansweep. It aims to bring down bugs with patches down to 0(&lt;em&gt;zero&lt;/em&gt;) by the time of Maverick release. &lt;a href=&quot;http://daniel.holba.ch/blog/?p=689&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ubuntu User Days has been postponed till July 10th, 2010 &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-classroom/2010-June/000192.html&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Jono Bacon has invited interested people to come forward and take over Acire and PyJunior development &lt;a href=&quot;http://www.jonobacon.org/2010/06/04/project-maintainers-required/&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Maverick rebased to Kernel 2.6.35-rc1 &lt;a href=&quot;https://launchpad.net/ubuntu/+source/linux/2.6.35-1.1&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt; &lt;a href=&quot;http://www.linux.org/news/2010/05/30/0001.html&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt; &lt;a href=&quot;https://wiki.ubuntu.com/KernelTeam/Meeting/2010-06-01&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;em&gt; (Status: Maverick (ogasawara) section&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;Maverick will be getting 1.8 X Server due to which all drivers need to be rebuilt. It might break X when upgrading. Later in the cycle X will be upgraded to 1.9 &lt;a href=&quot;https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2010-June/011587.html&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Chromium is default for Ubuntu Netbook Remix &lt;a href=&quot;https://blueprints.launchpad.net/ubuntu/+spec/desktop-maverick-chromium&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Martin Pitt has a page for burn-down chart and work progress for Maverick Alpha 2 &lt;a href=&quot;http://people.canonical.com/~pitti/workitems/maverick/canonical-desktop-team-maverick-alpha-2.html&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Lots of Software Center UI enhancements on the way &lt;a href=&quot;https://blueprints.launchpad.net/ubuntu/+spec/desktop-maverick-software-center-front-end&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Edit on June 9,  12:02&lt;/p&gt;
&lt;p&gt;Two more entries:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Next Ubuntu Hug Day targets Gnome Games to be held on June 10th. 68 New bugs, 28 Incomplete and 14 Confirmed. &lt;a href=&quot;https://wiki.ubuntu.com/UbuntuBugDay/20100610&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Aptitude has been removed. Though it is still available in repos. &lt;a href=&quot;https://lists.ubuntu.com/archives/maverick-changes/2010-June/001202.html&quot; target=&quot;_blank&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/379/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/379/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/379/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/379/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/379/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/379/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/379/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/379/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/379/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/379/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=379&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-06-08T18:41:45+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=372">
	<title>Manish's Tech Blog: Are you a pundit?</title>
	<link>http://manishtech.wordpress.com/2010/06/04/are-you-a-pundit/</link>
	<content:encoded>&lt;p&gt;Before going ahead, read Jeff Atwood&amp;#8217;s &lt;a href=&quot;http://www.codinghorror.com/blog/2007/07/yes-but-what-have-you-done.html&quot; target=&quot;_blank&quot;&gt;post on pundits&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here is your checklist&lt;/p&gt;
&lt;p&gt;1. are you expert in talking crap? (esp shitloads of them)&lt;/p&gt;
&lt;p&gt;2. have an opinion on everything under the sun?&lt;/p&gt;
&lt;p&gt;3. regularly use buzz-words like &lt;em&gt;&amp;#8220;ecosystem&amp;#8221;&lt;/em&gt;, &lt;em&gt;&amp;#8220;model&amp;#8221;&lt;/em&gt; etc?&lt;/p&gt;
&lt;p&gt;4. regularly use phrases like &lt;em&gt;&amp;#8220;You won&amp;#8217;t understand&amp;#8221;&lt;/em&gt;, &lt;em&gt;&amp;#8220;You don&amp;#8217;t matter in the ecosystem&amp;#8221;&lt;/em&gt;, &lt;em&gt;&amp;#8220;You are not the target audience&amp;#8221;&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;5. get outraged if someone doesn&amp;#8217;t agree to you?&lt;/p&gt;
&lt;p&gt;6. force your opinion on everyone?&lt;/p&gt;
&lt;p&gt;7. when opposed, do you express your opinion like an essay, such that the person in front has to say tl;dr&lt;/p&gt;
&lt;p&gt;8. your opinion essay lacks proof?&lt;/p&gt;
&lt;p&gt;9. scorn at &lt;em&gt;&amp;#8220;Talk is cheap, show me the code&amp;#8221;&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;10. can cook up points for defense instantaneously?&lt;/p&gt;
&lt;p&gt;11. you are an unofficial PR spokesman for your favourite company?&lt;/p&gt;
&lt;p&gt;By writing this, I fear I am starting to gain some traits of a pundit. If it is true, I apologize. You can call me a sinner.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/372/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/372/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/372/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/372/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/372/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/372/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/372/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/372/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/372/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/372/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=372&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-06-04T16:01:36+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=363">
	<title>Manish's Tech Blog: Introducing WADL#</title>
	<link>http://manishtech.wordpress.com/2010/05/06/introducing-wadl/</link>
	<content:encoded>&lt;p&gt;Of late I have been working on a small project which deals with C# code generation. I named it WADL# by the way most of the C#/.NET projects are names. If Apple products can start with i , GNOME with g, KDE with K and Windows with Win , then  I think WADL# is an apt name.&lt;/p&gt;
&lt;p&gt;For all the people who have been working on .NET and web-services must be diving deep into SOAP based web-services. Right? How many of you know that SOAP based web services are not the only type of web-service which exist on this planet? How many of you have heard about RESTful web services? I know the &lt;a href=&quot;http://www.prescod.net/rest/rest_vs_soap_overview/&quot; target=&quot;_blank&quot;&gt;fight between SOAP and REST&lt;/a&gt; is just like Emacs v/s Vim and GNOME v/s KDE and SQL v/s NoSQL. If someone worked on SOAP based web service, they must be familiar with WSDL. They added a &amp;#8220;Web reference&amp;#8221; and voila &amp;#8211; Your IDE generated the client proxy for you.&lt;/p&gt;
&lt;p&gt;For people in the RESTful world, don&amp;#8217;t have something called WSDL. Sun came up with something called WADL. It is again a XML based representation of operations offered by the web-service. WADL doesn&amp;#8217;t get so much of love since RESTful people are opposed to anything such as WADL. Whatever may be the case, WADL is still pending with W3C and not yet finalized. This makes the situation more complex for people from WSDL background who have been in a habit of getting their client proxy code. Hardly anyone looks at the actual XML. Why does it make the life tough? This is because I along with many people could not find any such code generators for WADL. After days of hunting I finally gave up.&lt;/p&gt;
&lt;p&gt;I actually needed the WADL -&amp;gt; C# code generator as I wanted to write a client side proxy for Launchpad. After figuring out that LP provides a WADL, I started researching how to use it, but only in vain since no such code generators exist. This inspired me to write one of my own. I got the &lt;a href=&quot;https://wadl.dev.java.net/wadl20061109.xsd&quot; target=&quot;_blank&quot;&gt;WADL schema&lt;/a&gt;, read the &lt;a href=&quot;http://www.w3.org/Submission/wadl/&quot; target=&quot;_blank&quot;&gt;reference&lt;/a&gt;, &lt;a href=&quot;https://lists.launchpad.net/launchpad-dev/msg03266.html&quot; target=&quot;_blank&quot;&gt;sent some mails&lt;/a&gt; to &lt;a href=&quot;https://lists.launchpad.net/launchpad-dev/threads.html&quot; target=&quot;_blank&quot;&gt;launchpad-dev mailing list&lt;/a&gt; asking for clarification and finally came up with &lt;a href=&quot;https://launchpad.net/wadlsharp/+announcement/5735&quot; target=&quot;_blank&quot;&gt;v0.1 of WADL#&lt;/a&gt;, &lt;a href=&quot;http://launchpad.net/wadlsharp/trunk/release-v0.1/+download/LpNet.WadlSharp.Common.tar&quot; target=&quot;_blank&quot;&gt;download the assembly file.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am still learning WADL and not everything is clear. There are many conflicts which might take time to grasp, but the current assembly works flawlessly for Launchpad WADL. Let me know if it fails for some WADL file which you provided. Take the pains to mail me the WADL file too. My email is mail at manishsinha dot net&lt;/p&gt;
&lt;h4&gt;&lt;strong&gt;Documentation:&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;This is no magic or rocket science. All you need to do it to call the Convert method of WadlConverter which implements IConverter interface. This means you need to use LpNet.WadlSharp.Common.WadlConverter class and call it&amp;#8217;s Convert method. The signature of the method is&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;void Convert(string inputFileName, string outputFileName, string rootNamespace)&lt;/p&gt;&lt;/blockquote&gt;
&lt;h4&gt;The explanation of the method:&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;The first argument is the filename of the WADL file.&lt;/li&gt;
&lt;li&gt;Second argument is the filename of the .cs file. If the file does not exist, it would be created. If it does exist, it would be truncated and then overwritten.&lt;/li&gt;
&lt;li&gt;The third parameter is the name of the namespace which you would like the generated code to have.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;&lt;strong&gt;Languages Supported:&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;WADL# uses CodeDom which is provided both in .NET and also Mono. WADL# can theoretically gen rate code for all languages which CodeDom can.&lt;/p&gt;
&lt;p&gt;In reality, there is a small problem in the file Customizer.cs at line 215 where there is a hard coding for C#. Next release of WADL# will remove that.&lt;/p&gt;
&lt;h4&gt;&lt;strong&gt;Code:&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;WADL# uses Launchpad for development using the Bzr source control system. &lt;a href=&quot;https://code.launchpad.net/~manishsinha/wadlsharp/trunk&quot; target=&quot;_blank&quot;&gt;Get the code from trunk&lt;/a&gt;, make changes, push it and add it to merge queue. I love contribution and patches. &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;h4&gt;&lt;strong&gt;License:&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;WADL# is an open-source project released under MIT/X11/Expat License.  This means you can use it freely any way you like it provided you do  not remove the Copyright notice. Know &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot; target=&quot;_blank&quot;&gt;more about MIT  License&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;#8211;&lt;/p&gt;
&lt;p&gt;Just now I got a mail from Softpedia informing me that they have &lt;a href=&quot;http://linux.softpedia.com/get/Programming/Code-Generators/WADL-56583.shtml&quot; target=&quot;_blank&quot;&gt;added WADL# to their repository&lt;/a&gt; of Linux Softwares.&lt;/p&gt;
&lt;p&gt;Please don&amp;#8217;t start with Mono and patents talk. Please point your browser  to Slashdot, Hacker News, OSNews and Reddit for such discussions. You&amp;#8217;ll get better responses in such places.&lt;/p&gt;
&lt;p&gt;Please let me know if there is any mistakes on this post which includes typos, grammatical and factual ones. I would correct it at the earliest.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: I just got a backlink from a blog at weblogs.java.net on a post titled &lt;a href=&quot;http://weblogs.java.net/blog/mhadley/archive/2010/05/10/bumper-crop-wadl-tools&quot; target=&quot;_blank&quot;&gt;Bumper Crop of WADL Tools&lt;/a&gt;&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/363/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/363/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/363/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/363/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/363/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/363/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/363/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/363/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/363/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/363/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=363&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-05-12T17:59:50+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://www.swaroophegde.com/?p=594">
	<title>Swaroop Hegde (BE-2k4): Filttr – A New Hope</title>
	<link>http://feedproxy.google.com/~r/swaroophegde/~3/fEBmz8PhOYw/</link>
	<content:encoded>&lt;p&gt;&lt;em&gt;Note: This post is cloned from &lt;a href=&quot;http://blog.filttr.com/2010/05/04/a-new-hope/&quot;&gt;blog.filttr.com&lt;/a&gt;&lt;/em&gt;&lt;br /&gt;It has been a year since Filttr&amp;#8217;s last beta but that doesn&amp;#8217;t mean we haven&amp;#8217;t &lt;a href=&quot;http://tracker.filttr.com/index.php?cmd=changelog&amp;amp;project_id=1&amp;amp;version_id=7&quot;&gt;done anything&lt;/a&gt; since then. There has also been heavy performance improvements. However, our company has been looking forward to move from Filttr over to other things. It was an experiment by &lt;a href=&quot;http://twitter.com/Aditya&quot;&gt;Aditya&lt;/a&gt; &amp;amp; me which transformed into a full time project as we got popular – not to forget the first big coverage by &lt;a href=&quot;http://techcrunch.com/2009/01/28/too-much-noise-on-twitter-filttr-will-tell-you-whats-worth-reading/&quot;&gt;TechCrunch&lt;/a&gt; followed by &lt;a href=&quot;http://www.cnn.com/2009/TECH/03/12/twitter.tools/index.html&quot;&gt;CNN&lt;/a&gt; &amp;amp; &lt;a href=&quot;http://bits.blogs.nytimes.com/2009/06/19/twitter-plans-to-offer-shopping-advice-and-easy-purchasing/&quot;&gt;New York Times&lt;/a&gt;. However, we hit some roadblocks and then the negative attitude of Twitter towards the developers led us to lose interest in trying to monetize the service. The final nail in the coffin was flurry of decisions by Twitter last month. We will not get into the details as everyone here at RH loves Twitter &amp;amp; the way they&amp;#8217;ve managed the service so far.&lt;/p&gt;
&lt;p&gt;Coming to my point, our company has decided to move on to other projects &amp;amp; I, have decided to take over Filttr’s development &amp;amp; server expenses. We have never charged our users and I do not plan to do so either and yes, ads suck! There are no major bugs (&lt;a href=&quot;http://tracker.filttr.com&quot;&gt;tracker.filttr.com&lt;/a&gt;) but I will try to add more features (&lt;a href=&quot;http://filttr.uservoice.com&quot;&gt;filttr.uservoice.com&lt;/a&gt;) during my free time. I’m &lt;strong&gt;already&lt;/strong&gt; in the process of developing &lt;strong&gt;FilttrFon&lt;/strong&gt; – a mobile app for &lt;strong&gt;iPhone &amp;amp; Android&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pledgie.com/campaigns/10473&quot;&gt;&lt;img alt=&quot;Click here to lend your support to: Filttr and make a donation at www.pledgie.com !&quot; src=&quot;http://www.pledgie.com/campaigns/10473.png?skin_name=chrome&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I would be grateful if people can even donate something as little as $5; it will help me pay for some part of the expenses and most importantly, encourage me to continue developing Filttr!&lt;/p&gt;
&lt;p&gt;&amp;#8211;&lt;br /&gt;
Swaroop&lt;/p&gt;
&lt;p&gt;P.S. You didn&amp;#8217;t think I would actually forget mentioning Star Wars day, would ya? Hint: Check title.&lt;/p&gt;
&lt;img src=&quot;http://feeds.feedburner.com/~r/swaroophegde/~4/fEBmz8PhOYw&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content:encoded>
	<dc:date>2010-05-04T05:49:49+00:00</dc:date>
</item>
<item rdf:about="http://www.lugmanipal.org/?p=250">
	<title>LUG Manipal: Distributed Computing and MapReduce</title>
	<link>http://www.lugmanipal.org/2010/04/09/distributed-computing-and-mapreduce/</link>
	<content:encoded>&lt;p&gt;&lt;!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		A:link { so-language: zxx } --&gt;&lt;span&gt;Today I conducted a session on Distributed Computing. It mainly focussed on MapReduce and its open source implementation-Hadoop. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The session first covered a brief idea of why we need to have distributed computing since everything is driven by need.Then It covered how a distributed file system works.It focussed on the Google File System.A demonstartion of how Hadoop works on a single node enviornment where a example very similar to the wordcount example was show. It was an election simulation where the input was the votes cast and the Hadoop Job aggregated the results.After this some finer details about Hadoop was covered which was the last topic in the session.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Some resources that are very helpful:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href=&quot;http://code.google.com/edu/parallel/index.html#hadoop&quot;&gt;http://code.google.com/edu/parallel/index.html#hadoop&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Slides for the session:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href=&quot;http://www.slideshare.net/varunthacker/distributed-computing-3635200&quot;&gt;http://www.slideshare.net/varunthacker/distributed-computing-3635200&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href=&quot;http://www.jakobhoman.com/search/label/Hadoop&quot;&gt;http://www.jakobhoman.com/search/label/Hadoop&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How to setup an Hadoop enviorment:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href=&quot;http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Single-Node_Cluster%29&quot;&gt;http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Single-Node_Cluster%29&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href=&quot;http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Multi-Node_Cluster%29&quot;&gt;http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Multi-Node_Cluster%29&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2010-04-09T16:18:13+00:00</dc:date>
	<dc:creator>varun</dc:creator>
</item>
<item rdf:about="http://www.lugmanipal.org/?p=247">
	<title>LUG Manipal: Session on Distributed Computing and MapReduce</title>
	<link>http://www.lugmanipal.org/2010/04/06/session-on-distributed-computing-and-mapreduce/</link>
	<content:encoded>&lt;p&gt;We are organizing a Session on Distributed Computing and MapReduce.&lt;/p&gt;
&lt;p&gt;Ever wondered how Google,Yahoo! index the web ..&lt;/p&gt;
&lt;p&gt;Technologies Include :&lt;br /&gt;
MapReduce&lt;br /&gt;
GFS(Google File System)&lt;br /&gt;
Apache Hadoop&lt;/p&gt;
&lt;p&gt;An IDC estimate put the size of the “digital universe” at 1.8 zettabytes by 2011.&lt;br /&gt;
A distributed system consists of multiple computers that communicate through a network.&lt;br /&gt;
Distributed computing refers to the use of distributed systems to  solve computational problems on the distributed system.&lt;br /&gt;
MapReduce is a framework which implements the idea of a distributed computing.&lt;br /&gt;
GFS is the distributed file system on which distributed programs store and process data.&lt;br /&gt;
Hadoop is an open source framework written in Java which implements the MapReduce technology.&lt;/p&gt;
&lt;p&gt;The following are the details :&lt;/p&gt;
&lt;p&gt;Date: 9th April, 2010&lt;/p&gt;
&lt;p&gt;Venue: NLH 104&lt;/p&gt;
&lt;p&gt;Time: 5 pm&lt;/p&gt;</content:encoded>
	<dc:date>2010-04-06T12:20:06+00:00</dc:date>
	<dc:creator>Kartik Mandaville</dc:creator>
</item>
<item rdf:about="http://www.lugmanipal.org/?p=237">
	<title>LUG Manipal: GSOC Session</title>
	<link>http://www.lugmanipal.org/2010/03/22/gsoc-session/</link>
	<content:encoded>&lt;p&gt;LUG Manipal presents a 3 hr session on Google Summer of Code.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Get to know how to work on projects from Google, Wikimedia, Mozilla, Linux Foundation, Facebook and many more&lt;/li&gt;
&lt;li&gt;Find out how to apply to these organizations and getting to work with them&lt;/li&gt;
&lt;li&gt;Learn how to earn $5000&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Venue : NLH 104&lt;/p&gt;
&lt;p&gt;Date: 24th March 2010&lt;/p&gt;
&lt;p&gt;TIme: 5pm to 8 pm&lt;/p&gt;
&lt;p&gt;The slides for the session are available here :&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://dl.dropbox.com/u/1656325/GSoC2010-Presentation.pdf&quot;&gt;GSoC 2010 &lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://dl.dropbox.com/u/1656325/gsoc.pdf&quot;&gt;Slides &lt;/a&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2010-04-06T10:37:12+00:00</dc:date>
	<dc:creator>Kartik Mandaville</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-6410410496793374525.post-8524910538589096422">
	<title>Shubhendra Singh (BE-2k5)</title>
	<link>http://shubhendrasingh.blogspot.com/2010/04/blog-post.html</link>
	<content:encoded>&lt;a href=&quot;http://2.bp.blogspot.com/_rezIXdFlmaQ/S7qvSeo0ACI/AAAAAAAAAKU/75sOV-ND3FI/s1600/05042010353.jpg&quot;&gt;&lt;img src=&quot;http://2.bp.blogspot.com/_rezIXdFlmaQ/S7qvSeo0ACI/AAAAAAAAAKU/75sOV-ND3FI/s320/05042010353.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5456866630509527074&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_rezIXdFlmaQ/S7qvR9m7uMI/AAAAAAAAAKM/ybaXbNvwnOo/s1600/05042010352.jpg&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_rezIXdFlmaQ/S7qvR9m7uMI/AAAAAAAAAKM/ybaXbNvwnOo/s320/05042010352.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5456866621643274434&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_rezIXdFlmaQ/S7qvRF5AiyI/AAAAAAAAAKE/oIfYYJChqbc/s1600/05042010351.jpg&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/_rezIXdFlmaQ/S7qvRF5AiyI/AAAAAAAAAKE/oIfYYJChqbc/s320/05042010351.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5456866606686702370&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_rezIXdFlmaQ/S7qvQs-KE3I/AAAAAAAAAJ8/wEf-Vl2KgMo/s1600/05042010350.jpg&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/_rezIXdFlmaQ/S7qvQs-KE3I/AAAAAAAAAJ8/wEf-Vl2KgMo/s320/05042010350.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5456866599997412210&quot; /&gt;&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6410410496793374525-8524910538589096422?l=shubhendrasingh.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-04-05T21:49:43+00:00</dc:date>
	<dc:creator>Shubhendra Singh</dc:creator>
</item>
<item rdf:about="http://ankurs.com/?p=617">
	<title>Ankur Shrivastava (BE-2k7): Simple Finite State Machines in C</title>
	<link>http://ankurs.com/2010/04/simple-finite-state-machines-in-c/</link>
	<content:encoded>&lt;p&gt;I was having discussion about State Machines with one of my friend, regarding pro&amp;#8217;s and con&amp;#8217;s of implementing programs as Sate Machines, it was then that i realised there is no simple way to implement programs as Finite State Machines, so here is a very basic implementation of FSM in C&lt;/p&gt;
&lt;p&gt;file: &lt;a href=&quot;http://gist.github.com/raw/355708/8046352e1209396bc7485dfa8e7ab9236d685e89/fsm.h&quot;&gt;fsm.h&lt;/a&gt; contains the function definition for our FSM&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-617&quot;&gt;&lt;/span&gt;&lt;br /&gt;
file: &lt;a href=&quot;http://gist.github.com/raw/355708/4a1b7b3d51b5f470a6c5e4344fb69e5e1ebbebc4/fsm.c&quot;&gt;fsm.c&lt;/a&gt; contains the function implementation for our FSM&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;file: &lt;a href=&quot;http://gist.github.com/raw/355708/3b79787def0978345fa9ae3b67a2daf3ab89102a/main.c&quot;&gt;main.c&lt;/a&gt; contains an example on how this FSM can be used&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;PS &amp;#8211; If you are reading this post on a blog aggregator  like planet you can view full post &lt;a href=&quot;http://ankurs.com/2010/04/simple-finite-state-machines-in-c/&quot;&gt;here&lt;/a&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2010-04-04T21:59:15+00:00</dc:date>
	<dc:creator>Ankur Shrivastava</dc:creator>
</item>
<item rdf:about="http://www.lugmanipal.org/?p=239">
	<title>LUG Manipal: LaTeX Session</title>
	<link>http://www.lugmanipal.org/2010/03/30/latex-session/</link>
	<content:encoded>&lt;p&gt;&lt;span&gt;&lt;span&gt;We are organizing a 3 hr session on La&lt;/span&gt;&lt;/span&gt;TeX. LaTeX is a document markup language used widely by academicians, scientist, scholars etc&lt;/p&gt;
&lt;p&gt;Date : 1st April 2010&lt;/p&gt;
&lt;p&gt;Venue : NLH 102&lt;/p&gt;
&lt;p&gt;Time: 5pm&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://kar2905.files.wordpress.com/2010/03/latex.pdf&quot;&gt;Download the slides here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Installation:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Linux Users:&lt;/p&gt;
&lt;p&gt;Install &lt;em&gt;texlive&lt;/em&gt; package by &lt;em&gt;sudo apt-get install texlive&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Use any text editor for writing .tex files. Optionally, install Kile,a IDE for LaTeX ( &lt;em&gt;sudo apt-get install Kile&lt;/em&gt; )&lt;/p&gt;
&lt;p&gt;Windows Users:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download &amp;#8220;basic-miktex.2.7.2960&amp;#8243; and install the latex compiler by executing the file.&lt;/li&gt;
&lt;li&gt;Install TEXnicCentre an IDE for Latex compiler by executing &amp;#8220;TXCSetup_1Beta7_01&amp;#8243; . Optionally, you can use any text editor.&lt;/li&gt;
&lt;li&gt;First time when you run TEXnicCentre it will ask for path where the tex.exe and&lt;br /&gt;
other files are present. Please select the path &amp;#8220;C:\Program Files\MiKTeX&lt;br /&gt;
2.7\miktex\bin&amp;#8221; (After verifying for the file in that folder).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Useful Links: &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/LaTeX&quot;&gt;Wiki&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.latex-project.org/&quot;&gt;http://www.latex-project.org/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://latex-beamer.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;http://latex-beamer.sourceforge.net/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikibooks.org/wiki/LaTeX&quot;&gt;http://en.wikibooks.org/wiki/LaTeX&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Some Ebooks :&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Not So Short Introduction to LaTeX 2 by by Tobias Oetiker&lt;/p&gt;
&lt;p&gt;A Beamer Tutorial in Beamer by Charles T. Batts&lt;/p&gt;</content:encoded>
	<dc:date>2010-04-01T15:08:13+00:00</dc:date>
	<dc:creator>Kartik Mandaville</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-6410410496793374525.post-7859643669929220482">
	<title>Shubhendra Singh (BE-2k5): Time to blog!</title>
	<link>http://shubhendrasingh.blogspot.com/2010/03/time-to-blog.html</link>
	<content:encoded>Hello World! Seems to be the time when I feel like blogging, mid of the semester when so many things are going on. The hunt for something is always there, at the moment its summer internship/something constructive to do in summers. Sometimes I feel that because of the hunger to hunt I have forgotten about very basic concept of &quot;Try to keep it simple and stupid&quot;. Expectations are always building up mostly not from others but from me itself. Today saw a video in which Virendra Sehwag talks about Sachin Tendulkar's greatest achievement &quot;200 runs in an ODI match&quot;. He said that when Sachin was close to the achievement last time, when he scored 175 runs against Australia, but couldn't achieve it he humbly said &quot;If its in my fate I will achieve it&quot;. Sachin always inspires me, his humble nature mixed with hard work does the job. I tell myself in the end &quot;don't worry just work and work, if its in your fate you will achieve it&quot;.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6410410496793374525-7859643669929220482?l=shubhendrasingh.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-03-21T00:16:46+00:00</dc:date>
	<dc:creator>Shubhendra Singh</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-8096216372423765736.post-39957139113617763">
	<title>Kunal Kerkar (BE-2k7): Auto album name fill in amarok</title>
	<link>http://tsu307.blogspot.com/2010/03/auto-album-name-fill-in-amarok.html</link>
	<content:encoded>Here's a small piece of code i wrote ages ago, never really published it anywhere. Get it from here &lt;a href=&quot;https://code.google.com/p/albumtagger/&quot;&gt;https://code.google.com/p/albumtagger/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Run the script externally with amarok running in the background. Download all the modules required, especially the ID3 module which can be found on sf. This script uses &lt;a href=&quot;http://www.last.fm/api/show?service=356&quot;&gt;last.fm api&lt;/a&gt;. Keep it rocking with Amarok.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;# albumtagger_amarok by kunal kerkar (aka tsudot)&lt;br /&gt;#&lt;br /&gt;# simple script which fetches album tag and inserts in the ID3 metadata&lt;br /&gt;&lt;br /&gt;__module_name__ = &quot;albumtagger_amarok&quot;&lt;br /&gt;__module_version__ = &quot;0.1&quot; &lt;br /&gt;&lt;br /&gt;import urllib&lt;br /&gt;import time&lt;br /&gt;import commands&lt;br /&gt;from ID3 import *&lt;br /&gt;from xml.dom import minidom&lt;br /&gt;&lt;br /&gt;basic_url = &quot;http://ws.audioscrobbler.com/2.0/?&quot;&lt;br /&gt;method = &quot;track.getinfo&quot;&lt;br /&gt;api_key = &quot;1895a6ef7a8783052dc011f6ed747964&quot; &lt;br /&gt;&lt;br /&gt;def isPlaying():&lt;br /&gt; return commands.getoutput('dcop amarok player isPlaying')&lt;br /&gt;&lt;br /&gt;def countDown(seconds):&lt;br /&gt; sleep(seconds)&lt;br /&gt;&lt;br /&gt;def getTrackDetails():&lt;br /&gt; global artist&lt;br /&gt; global track&lt;br /&gt; artist = commands.getoutput('dcop amarok player artist')&lt;br /&gt; track = commands.getoutput('dcop amarok player title')&lt;br /&gt;&lt;br /&gt;def getAlbum():&lt;br /&gt; global artist&lt;br /&gt; global track&lt;br /&gt; global method&lt;br /&gt; global api_key&lt;br /&gt; global basic_url&lt;br /&gt;&lt;br /&gt; url = 'http://ws.audioscrobbler.com/2.0/?method=track.getinfo&amp;amp;api_key=1895a6ef7a8783052dc011f6ed747964&amp;amp;artist='+artist+'&amp;amp;track='+track&lt;br /&gt; feed = urllib.urlopen(url)&lt;br /&gt; xml = minidom.parse(feed)&lt;br /&gt; lfm = xml.childNodes[0]&lt;br /&gt; track = lfm.childNodes[1]&lt;br /&gt; album = track.childNodes[19]&lt;br /&gt; album_title = album.childNodes[3]&lt;br /&gt; album_title_data = album_title.firstChild.data&lt;br /&gt; putid3tag(album_title_data)&lt;br /&gt;&lt;br /&gt;def putid3tag(album_title):&lt;br /&gt; if(album_title== 0):&lt;br /&gt;  return 0&lt;br /&gt; else:&lt;br /&gt;  path = commands.getoutput('dcop amarok player path')&lt;br /&gt;  print &quot;Album: &quot;+album_title+ &quot; has been appended to the track&quot;&lt;br /&gt;  id3info = ID3(path)&lt;br /&gt;  id3info.album = album_title&lt;br /&gt;&lt;br /&gt;def findTime():&lt;br /&gt; totalTime = commands.getoutput('dcop amarok player trackTotalTime')&lt;br /&gt; currentTime = commands.getoutput('dcop amarok player trackCurrentTime')&lt;br /&gt; leftTime = int(totalTime) - int(currentTime)&lt;br /&gt; print &quot;Time left for the next check: &quot;+leftTime&lt;br /&gt; return leftTime&lt;br /&gt;&lt;br /&gt;if __name__ == &quot;__main__&quot;:&lt;br /&gt;&lt;br /&gt; while True:&lt;br /&gt;  if(isPlaying()):&lt;br /&gt;   getTrackDetails()&lt;br /&gt;   getAlbum()&lt;br /&gt;   countDown(findTime())&lt;br /&gt;&lt;br /&gt;  else:&lt;br /&gt;&lt;br /&gt;   print &quot;No tracks playing&quot;&lt;br /&gt;   countDown()&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8096216372423765736-39957139113617763?l=tsu307.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-03-12T01:02:08+00:00</dc:date>
	<dc:creator>Kunal</dc:creator>
</item>
<item rdf:about="http://ankurs.com/?p=607">
	<title>Ankur Shrivastava (BE-2k7): Weekend Project</title>
	<link>http://ankurs.com/2010/03/weekend-project/</link>
	<content:encoded>&lt;p&gt;In Dec 2009 at foss.in at the maemo stall i saw a guy control a small toy car through accelerometer on his N900, i thought of replicating that but it just remained in my mind, so last Saturday i finally decided to implement it and went straight to a toy store and bought a toy RF car, one hour of hacking and i was able to control the small car through by phone (Nokia E61i) here is the video of it working.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;the concept is simple, i send commands through my phone over wifi to my laptop which controls the car remote, controlling a toy car remote is very easy with a Parallel port and few transistors but laptops don&amp;#8217;t have parallel ports, so i used a micro-controller in between to sort that out, so now micro controller controls the car remote by acting on signals received over UART from laptop.&lt;br /&gt;
the working is Phone &amp;#8212;(WiFi)&amp;#8212;&amp;gt;Laptop &amp;#8212;(USB/UART)&amp;#8212;&amp;gt; Micro controller &amp;#8212;(Relays)&amp;#8212;&amp;gt; Car Remote &amp;#8212;(RF)&amp;#8212;&amp;gt; Toy Car&lt;br /&gt;
will post details with code sometime later&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-11T18:45:31+00:00</dc:date>
	<dc:creator>Ankur Shrivastava</dc:creator>
</item>
<item rdf:about="http://ankurs.com/?p=467">
	<title>Ankur Shrivastava (BE-2k7): Using Apple Keyboard in Linux (Fedora)</title>
	<link>http://ankurs.com/2009/02/using-apple-keyboard-in-linux-fedora/</link>
	<content:encoded>&lt;p&gt;&lt;div id=&quot;attachment_470&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://ankurs.com/wp-content/uploads/2009/02/190220091.jpg&quot;&gt;&lt;img src=&quot;http://ankurs.com/wp-content/uploads/2009/02/190220091-300x225.jpg&quot; alt=&quot;My Apple Keyboard&quot; title=&quot;My Apple Keyboard&quot; width=&quot;300&quot; height=&quot;225&quot; class=&quot;size-medium wp-image-470&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;My Apple Keyboard&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
Few Days Ago i received my &lt;a href=&quot;http://www.apple.co.in/store/miscAccessories/apple_keyboard.html#overview&quot;&gt;Apple Keyboard&lt;/a&gt; and i am enjoying typing on it, but having to hold down the Fn key then tap one of the F-keys to get F-keys working was irritating.&lt;br /&gt;
a simple solution to get it working just add this to your /etc/rc.local file&lt;code&gt;&lt;br /&gt;
echo 2 &gt; /sys/module/hid_apple/parameters/fnmode&lt;/code&gt;&lt;br /&gt;
and F-keys will start to work properly, enjoy&lt;/p&gt;
&lt;p&gt;Update :- update for recent kernels,&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-11T18:39:01+00:00</dc:date>
	<dc:creator>Ankur Shrivastava</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=350">
	<title>Manish's Tech Blog: The Ubuntu Rebranding</title>
	<link>http://manishtech.wordpress.com/2010/03/06/the-ubuntu-rebranding/</link>
	<content:encoded>&lt;p&gt;When I look back at my college days, the only two distros on which I can count on for simplicity was Fedora and Ubuntu. I used the latter just because it suited me and for exercising my right of freedom. Let me jot down the biggest problems I faced whenever I wanted to propagate Ubuntu in my college days under the LUG Manipal banner:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;People disliked the dark brown theme&lt;/li&gt;
&lt;li&gt;It didn&amp;#8217;t look professional&lt;/li&gt;
&lt;li&gt;The graphics card didn&amp;#8217;t work (The ATI ones)&lt;/li&gt;
&lt;li&gt;Atheros wireless driver has it&amp;#8217;s own share of problems&lt;/li&gt;
&lt;li&gt;It wasn&amp;#8217;t windows&lt;/li&gt;
&lt;li&gt;&amp;#8230;..list continues&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;The change in branding&lt;/h2&gt;
&lt;p&gt;This is what I actually wanted from Ubuntu. Just making things doesn&amp;#8217;t work. Normal people don&amp;#8217;t want advanced things like GIMP or a desktop mail client. All they need is basic things should just work and an eye-candy. Everything should look cool and pleasant.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;The new Ubuntu Logo&quot; src=&quot;https://wiki.ubuntu.com/Brand?action=AttachFile&amp;amp;do=get&amp;amp;target=blackeubuntulogo.png&quot; alt=&quot;The new Ubuntu logo: Looks better&quot; width=&quot;600&quot; height=&quot;158&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This font looks better and more professional than the earlier one. The one before this looked someone like Comic Sans.&lt;/p&gt;
&lt;h2&gt;Improvements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The re-branding brings in much needed boot-screen change. A simple boot-screen is a lot better than a constantly animating one. Remember, the blink tags and marquees for HTML. They do nothing more than distraction.&lt;/li&gt;
&lt;li&gt;I liked the light theme more than the dark. The reason being that it looks better to my eyes and not because it remotely looks like Mac OSX.&lt;/li&gt;
&lt;li&gt;Read &lt;a href=&quot;http://www.markshuttleworth.com/archives/308&quot;&gt;Mark&amp;#8217;s view&lt;/a&gt; on this whole saga. Orange will represent Community and Aubergine would represent Canonical. Every branding should be looked with three parameters: Community &amp;lt;=&amp;gt; Commercial, Consumer &amp;lt;=&amp;gt; Enterprise and End-User &amp;lt;=&amp;gt; Engineer. Aubergine with white dots means it is more Commercial and Enterprise based branding.&lt;/li&gt;
&lt;li&gt;The newer website is a lot better than the previous one. Hope they are not moving away from Drupal.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;New Proposed Ubuntu Website&quot; src=&quot;https://wiki.ubuntu.com/Brand2?action=AttachFile&amp;amp;do=get&amp;amp;target=homepage.png&quot; alt=&quot;New Proposed Ubuntu Website&quot; width=&quot;667&quot; height=&quot;922&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;The Roadblocks&lt;/h2&gt;
&lt;p&gt;Ubuntu has many roadblocks in becoming a major Operating System. Many of them are from within the Open Source community itself. Probably Ubuntu is growing quite fast, but when compared to overall OS market, it is stagnant.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Wireless driver problems need to be fixed. Many people just give up because they cannot make Wireless to work on it.&lt;/li&gt;
&lt;li&gt;The graphics support is still quite weak. People with ATI cards report more problems with NVidia ones. This is one of the places where everyone has been bitten one or the other time. Since I have Intel 945GM graphics chipset on my laptop, those bad days have not struck on me yet.&lt;/li&gt;
&lt;li&gt;Another roadblock is that Ubuntu has to face a lot of hate from within the OSS community itself. People bash it because it brings in non-technical people into the Linux worlds who don&amp;#8217;t want to compile their drivers or don&amp;#8217;t want to use the command line.  Some of them go even one step ahead and claim that Linux isn&amp;#8217;t meant for people who can&amp;#8217;t understand computers. My situation would be the same if I was asked to open the BMW engine(Linux kernel) and fix something deep inside by pulling some random wires(typing commands)&lt;/li&gt;
&lt;li&gt;Linux in particular was designed to run on ever goddamn architecture on this world. Even though it is a good thing, the effort is split up.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Solution&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;OEM tie-ups: To me, this is the only left to fix the current mess. If you buy a system, the people supplying the hardware will make sure that everything works fine with the OS they provide.  In this case, graphics and wireless drivers can be pre-installed. Depending on patent jurisdictions, even codecs can be pre-installed.&lt;/li&gt;
&lt;li&gt;Focus on Looks and Usability: Many of the GNOME apps have such horrible looks that I feel it was hacked overnight by devs in half-sleepy state. Some apps like gnome-system-monitor eat up 50% CPU and report the CPU usage to be 50%+.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Finally I am thinking of shifting to Lucid once it comes out.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/350/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/350/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/350/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/350/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/350/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/350/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/350/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/350/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/350/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/350/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=350&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-03-05T18:40:15+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=338">
	<title>Manish's Tech Blog: Mozilla Developer Day Bangalore, 27th February 2010</title>
	<link>http://manishtech.wordpress.com/2010/02/28/mozilla-developer-day-bangalore-27th-february-2010/</link>
	<content:encoded>&lt;p&gt;Mozilla along with Mahiti organised a &lt;a href=&quot;https://wiki.mozilla.org/Bangalore_DevDay_2010&quot; target=&quot;_blank&quot;&gt;Mozilla Developer Day at NIMS, Bangalore at JRD Tata Auditorium&lt;/a&gt;. For people who want to know about the event via tweets please check the hashtag &lt;a href=&quot;http://search.twitter.com/search?q=%23mozdevday&quot; target=&quot;_blank&quot;&gt;#mozdevday&lt;/a&gt; on Twitter&lt;/p&gt;
&lt;p&gt;
&lt;img class=&quot;aligncenter&quot; src=&quot;http://s3.amazonaws.com/twitpic/photos/full/69896965.jpg?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&amp;amp;Expires=1267345021&amp;amp;Signature=4MMFUevrC%2BIgnoIMKZhcrec0y5w%3D&quot; alt=&quot;&quot; width=&quot;352&quot; height=&quot;469&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;As per the schedule, the event was supposed to kick-start at 9:30AM in the morning. After getting up in the morning and beating all the traffic as travelling 33KMs, I finally reached NIAS Campus at 11AM. After getting the badges, feedback-form and other delegate stuff, I went inside the auditorium to see what&amp;#8217;s cooking inside.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Web Standards&lt;/strong&gt;&lt;/h3&gt;
&lt;h4&gt;&lt;em&gt;Speaker: &lt;a href=&quot;http://arunranga.com/blog/about/&quot; target=&quot;_blank&quot;&gt;Arun Ranganathan&lt;/a&gt;&lt;/em&gt;&lt;/h4&gt;
&lt;p&gt;When I entered Arun was &lt;a href=&quot;https://wiki.mozilla.org/Bangalore_DevDay_2010/Web_Standards/&quot; target=&quot;_blank&quot;&gt;speaking on Web Standards&lt;/a&gt;. I think I missed the drum-beat part of his presentation as I was late. Abhishek Mishra and Rohan Prabhu had reached at 10AM itself and were a part of the audience from the very beginning.&lt;/p&gt;
&lt;p&gt;Arun gave us a presentation on&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Geolocation based services for pictures.&lt;/li&gt;
&lt;li&gt;Font-face support in Firefox and other HTML5 based controls.&lt;/li&gt;
&lt;li&gt;API for drag-and-drop&lt;/li&gt;
&lt;li&gt;2D support in Firefox. He showed us a Mario kind of game made using Canvas.&lt;/li&gt;
&lt;li&gt;3D support in Firefox using WebGL&lt;/li&gt;
&lt;li&gt;Accelerometer support for Firefox. He showed a game which we can play by tilting our devices (Mobile/Laptop)&lt;/li&gt;
&lt;li&gt;Video support in Firefox using HTML5&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Arun even showed us how powerful video tag is on Firefox. We can embed a text inside a video, or even a video inside a video. Don&amp;#8217;t believe? Have a &lt;a href=&quot;http://people.mozilla.com/~prouget/demos/DynamicContentInjection/play.xhtml&quot; target=&quot;_blank&quot;&gt;look at the page&lt;/a&gt; where Arun pointed us to visit&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Web.Next&lt;/strong&gt;&lt;/h3&gt;
&lt;h4&gt;&lt;em&gt;Speaker: &lt;a href=&quot;http://blog.mozilla.com/seth/about/&quot; target=&quot;_blank&quot;&gt;Seth Bindernagel&lt;/a&gt;&lt;/em&gt;&lt;/h4&gt;
&lt;p&gt;Seth is the localisation Director at Mozilla. He was &lt;a href=&quot;http://people.mozilla.com/~sethb/BangaloreDevDay/Firefox.Next.html&quot; target=&quot;_blank&quot;&gt;speaking on&lt;/a&gt; what we can expect next from Firefox. His presentation covered mainly:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Out of Process Plugins&lt;/li&gt;
&lt;li&gt;Improved cold startup time&lt;/li&gt;
&lt;li&gt;Personas&lt;/li&gt;
&lt;li&gt;Extension Manager&lt;/li&gt;
&lt;li&gt;Weave&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Seth discussed a bit on how Flash crashed are a big headache for the web. The next Firefox will have these plugins running as separate processes, so that the crash effects can be isolated.&lt;/p&gt;
&lt;p&gt;For people who actually want to see how Flash crashes on the browser and how easy it is to make Flash go bonkers, just visit this site &lt;a href=&quot;http://flashcrash.dempsky.org/&quot; target=&quot;_blank&quot;&gt;http://flashcrash.dempsky.org/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Seth also gave a lot of time on Weave and how useful it can be for a person to sync his preferences on the cloud. For privacy fanatics, he explicitly stated that all the data is encrypted at client side and then sent on the Mozilla servers. People can even run their own Weave servers.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;A cute little description of Weave&quot; src=&quot;http://web7.twitpic.com/img/69886208-dac07059655bcefd6ebdd9930cebd227.4b8a22eb-full.jpg&quot; alt=&quot;&quot; width=&quot;478&quot; height=&quot;357&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Mozilla Labs&lt;/strong&gt;&lt;/h3&gt;
&lt;h4&gt;&lt;em&gt;Speaker: Ragavan Srinivasan&lt;/em&gt;&lt;/h4&gt;
&lt;p&gt;Ragavan came on the stage to  present Mozilla Labs and what all they develop apart from the browser. The products which come out of the lab are Weave, Bespin and Jetpack.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Broken Sites&lt;/strong&gt;&lt;/h3&gt;
&lt;h4&gt;&lt;em&gt;Speaker: Arun Ranganathan&lt;/em&gt;&lt;/h4&gt;
&lt;p&gt;If you visit &lt;a href=&quot;http://202.122.21.12:8102/&quot; target=&quot;_blank&quot;&gt;MS Ramiah Institute of Technology&amp;#8217;s Student Information System&lt;/a&gt; or &lt;a href=&quot;http://fyjc.org.in/mumbai&quot; target=&quot;_blank&quot;&gt;FYJC&amp;#8217;s site&lt;/a&gt; using a non-IE browser, then you can experience the over-smartness of the super intellectual web-masters behind the site. FYJC takes the situation to extreme levels.&lt;/p&gt;
&lt;p&gt;Arun explained how we are supposed to report these broken sites using Firefox itself or using Mozilla Bugzilla. When using bugzilla, the explanation needed to be very exhaustive. He even asked us to tag such reports with &amp;#8220;India&amp;#8221; so that Arun can personally hunt down such sites.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Hack Session&lt;/strong&gt;&lt;/h3&gt;
&lt;h4&gt;&lt;em&gt;Speaker: Arun Ranganathan&lt;/em&gt;&lt;/h4&gt;
&lt;p&gt;Arun recorded a video using a camera. Then he transferred it to his MacBook which was in MP4 format. He created a small page using HTML5 video element and opened it in Firefox,Safari and Chrome. The video which was recorded showed up properly in Chrome and Safari and not in Firefox. This was posed as a question. Many hands went up, with the first answer being the correct one. Yes. Firefox wants the web to be free and doesn&amp;#8217;t want to license proprietary codecs for the web.&lt;/p&gt;
&lt;p&gt;The million dollar question remains &amp;#8211; How to convert H.264 videos to open format. Arun introduced us to a Firefox Addon named &lt;a href=&quot;http://firefogg.org&quot; target=&quot;_blank&quot;&gt;Firefogg&lt;/a&gt;. This converts the video to ogg which can be now played using Firefox and Chrome. Safari doesn&amp;#8217;t want to support ogg.&lt;/p&gt;
&lt;p&gt;I know I made no reference to Mahiti&amp;#8217;s speech and Praneesh&amp;#8217;s too. The post would be just too long.&lt;/p&gt;
&lt;p&gt;Finally I would like to thank Mahiti and CIS-India for organising the event, providing free WiFi and arranging Lunch, tea and T-shirts and badges.&lt;/p&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;&lt;a class=&quot;external text&quot; title=&quot;http://blog.mozilla.com/seth/about/&quot; rel=&quot;nofollow&quot; href=&quot;http://blog.mozilla.com/seth/about/&quot;&gt;Seth  Bindernagel&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/338/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/338/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/338/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/338/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/338/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/338/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/338/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/338/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/338/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/338/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=338&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-02-28T08:04:03+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://ankurs.com/?p=599">
	<title>Ankur Shrivastava (BE-2k7): strange thing in python</title>
	<link>http://ankurs.com/2010/02/strange-thing-in-python/</link>
	<content:encoded>&lt;p&gt;i recently noticed this anyone has a proper explanation for this&lt;/p&gt;
&lt;p&gt;for literals i get this&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; def a():&lt;br /&gt;
...     b = []&lt;br /&gt;
...     c = {}&lt;br /&gt;
...&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; import dis&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; dis.dis(a)&lt;br /&gt;
2 0 BUILD_LIST               0&lt;br /&gt;
3 STORE_FAST               0 (b)&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
3 6 BUILD_MAP                0&lt;br /&gt;
9 STORE_FAST               1 (c)&lt;br /&gt;
12 LOAD_CONST               0 (None)&lt;br /&gt;
15 RETURN_VALUE&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;but for constructors i get this&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; def a():&lt;br /&gt;
...     b = list()&lt;br /&gt;
...     c = dict()&lt;br /&gt;
...&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; dis.dis(a)&lt;br /&gt;
2  0 LOAD_GLOBAL              0 (list)&lt;br /&gt;
3 CALL_FUNCTION            0&lt;br /&gt;
6 STORE_FAST               0 (b)&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
3  9 LOAD_GLOBAL              1 (dict)&lt;br /&gt;
12 CALL_FUNCTION            0&lt;br /&gt;
15 STORE_FAST               1 (c)&lt;br /&gt;
18 LOAD_CONST               0 (None)&lt;br /&gt;
21 RETURN_VALUE&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
i mean why the difference, i was thinking {} and dict() do the same thing, shouldn&amp;#8217;t they?&lt;/p&gt;</content:encoded>
	<dc:date>2010-02-10T12:52:17+00:00</dc:date>
	<dc:creator>Ankur Shrivastava</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-8096216372423765736.post-2987175990906727897">
	<title>Kunal Kerkar (BE-2k7): Valentines Day Dilemma</title>
	<link>http://tsu307.blogspot.com/2010/02/valentines-day-dilemma.html</link>
	<content:encoded>My understanding of gifts are PS3, Asus Ferrari Notebooks, &lt;a href=&quot;http://www.thinkgeek.com/gadgets/tools/7f02/&quot;&gt;A Fire-steel knife&lt;/a&gt; or a &lt;a href=&quot;http://www.thinkgeek.com/gadgets/tools/bdbd/&quot;&gt;BUG gadget fctory&lt;/a&gt;. So when some gifts me a spongy heart with a press me sign on it which gives out some monophonic voices when pressed, it makes me go 'Wow I could have never thought of that!!' &lt;br /&gt;&lt;br /&gt;Over the last 1 year I have been getting all sorts of gifts, a bamboo plant, a pen stand which has a red headed guy kissing a pink headed female ceramic figurine, a star named after me, scotch tape and balloons too! While i have stuck to the text-book and given things like chocolate, roses, teddy bear and more roses(seriously they are a cheap getaway!). So the other day when I was thinking of buying a gift, I was as blank as a Turbo C NONAME page in a graphics lab. Coming back from classes today I asked a few friends of mine to suggest a few gifts. Well, turns out my friends stay away from girls like a Baba Ramdev from Beauty Parlors, let alone buying them gifts. &lt;br /&gt;&lt;br /&gt;Anyway while Im trying to decide between a box of chocolates or a stick with a furry dog on it, valentines is still 6 days away!&lt;br /&gt;&lt;br /&gt;Ps. Anyone remotely planning to buy me something, heres a clue &lt;a href=&quot;http://www.thinkgeek.com/geektoys/warfare/abf5/&quot;&gt;http://www.thinkgeek.com/geektoys/warfare/abf5/&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8096216372423765736-2987175990906727897?l=tsu307.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-02-08T12:25:25+00:00</dc:date>
	<dc:creator>Kunal</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-8096216372423765736.post-9176929527155612151">
	<title>Kunal Kerkar (BE-2k7): Alrighty then</title>
	<link>http://tsu307.blogspot.com/2010/02/alrighty-then.html</link>
	<content:encoded>Well, the writers block, we all go through it! Anyway moving on. &lt;br /&gt;&lt;br /&gt;What makes this post so special that i wake up from my angelic sleep and wonder what Katy Perry would be doing, is the fact that today is 4th february, the day Yasser Arafat took over as chairman of the Palestine Liberation Organization. Yeah like you care!&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/8096216372423765736-9176929527155612151?l=tsu307.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2010-02-04T03:20:06+00:00</dc:date>
	<dc:creator>Kunal</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=321">
	<title>Manish's Tech Blog: Directi Hackfest  31st January, 2010</title>
	<link>http://manishtech.wordpress.com/2010/02/01/directi-hackfest-31st-january-2010/</link>
	<content:encoded>&lt;p&gt;Ever since I learnt how to use git, there has been an urge from within to share my code, look at others and collaborate and develop something useful which everyone else can use. For me, usability is as important as functionality. Both are as equal as the other in general cases.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Rewind&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Long back I once asked &lt;a href=&quot;http://ideamonk.blogspot.com&quot; target=&quot;_blank&quot;&gt;Abhishek Mishra&lt;/a&gt; (&lt;a href=&quot;http://twitter.com/ideamonk&quot; target=&quot;_blank&quot;&gt;ideamonk&lt;/a&gt;) if we could meet up and organise a small hackfest. The aim was to let know each other&amp;#8217;s project, meet new people, learn new things etc etc. One in these *etc* was to complete our unfinished projects due to lack of time, motivation or even know-how of some of the aspect of a technology. Long back Abhishek and &lt;a href=&quot;http://yuvi.in&quot; target=&quot;_blank&quot;&gt;Yuvraj Pandian T&lt;/a&gt; (&lt;a href=&quot;http://twitter.com/yuivipanda&quot;&gt;YuviPanda&lt;/a&gt;) have &lt;a href=&quot;http://yuvi.in/blog/anatomy-of-an-impromptu-hackathon-git-vs-svn.html&quot; target=&quot;_blank&quot;&gt;collaborated on a project&lt;/a&gt; named &lt;a href=&quot;http://github.com/ideamonk/PyMos&quot; target=&quot;_blank&quot;&gt;PyMos&lt;/a&gt; which was to generate Mosaic for any image. It was written in Python and works like a charm. Give it a try.&lt;/p&gt;
&lt;p&gt;Since me and ideamonk live in Bangalore, having a hacking session being physically present would be better than working online. Abhishek liked the idea and &lt;a href=&quot;http://twitter.com/ideamonk/status/8036827258&quot; target=&quot;_blank&quot;&gt;tweeted whether anyone is willing to give us space&lt;/a&gt; for this event which has wifi. He &lt;a href=&quot;http://twitter.com/codechef/status/8036964357&quot; target=&quot;_blank&quot;&gt;instantly got a reply from The Chef&lt;/a&gt; of CodeChef and there we had a space in the Directi office. Thanks to all the &lt;span&gt;kewl&lt;/span&gt; cool people at Directi with &amp;#8220;Hacker Mentality&amp;#8221; for supporting us.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Agenda&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Abhishek invited his friends for this session and two of them turned up &amp;#8211; &lt;a href=&quot;http://ishan.chattopadhyaya.com/blog/?page_id=2&quot; target=&quot;_blank&quot;&gt;Ishaan Chattopadhyaya&lt;/a&gt; and &lt;a href=&quot;http://twitter.com/rohanprabhu&quot; target=&quot;_blank&quot;&gt;Rohan Prabhu&lt;/a&gt;. Naresh from Directi was waiting for us. When we came in, there wasn&amp;#8217;t any plan on what needs to be done, as we expected to work out on a common interest field. Ishaan had to speak on Location Based Search and me on CodeIgniter (PHP Framework). Abhishek had some projects like sahanapy and creating a GUI over &lt;a href=&quot;https://alioth.debian.org/projects/apt-offline/&quot; target=&quot;_blank&quot;&gt;apt-offline&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Talks&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Till this time I had a feeling that we won&amp;#8217;t be working much today since I didn&amp;#8217;t knew anyone apart from Abhishek. To learn more, we first had small talks so that we can know each other and their interest of fields. Ishaan talked on Location based search which includes geographical searches like Google Maps. It wasn&amp;#8217;t a very exhaustive one, but a pretty nice explanation of what all complexity lies beneath the hood.&lt;/p&gt;
&lt;p&gt;At this time, we were total 4 people &amp;#8211; me, Abhishek. Rohan, Ishaan and Naresh(Directi)&lt;/p&gt;
&lt;p&gt;Then I went to &lt;a href=&quot;http://www.slideshare.net/manishtech/codeigniter-presentation-3041413&quot; target=&quot;_blank&quot;&gt;speak on CodeIgniter&lt;/a&gt; which is a Framework of PHP. As opposed to what I said earlier, it actually doesn&amp;#8217;t look like a framework, since it does not have many of functionality which make a F/W. This is what I explained &amp;#8211; why it has only the things which we want, &lt;a href=&quot;http://codeigniter.com/user_guide/&quot; target=&quot;_blank&quot;&gt;awesome documentation&lt;/a&gt; and a dead simple setup. It is just a set of classes which relive you from messing with  lower level functionality. Since it is very simple, there is hardly any overhead with speed. You get only the basic boring things and complicated and interesting things are left to you.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Abhishek showed us apt-offline which is an utility for getting updates, upgrades and packages on a Debian based box which does not have internet connection. The system on which these updates,upgrades and  package download is done can also be windows. Typical situation is you have a very slow or no internet at home, but blazing fast net at workplace. You would be tempted to use office net to download the packages and update your local index, install updates and install packages.&lt;/p&gt;
&lt;p&gt;This utility was created by Ritesh Raj Sarraf long back and was just a command line based application. Abhishek had tried it and it works flawlessly. All which was missing was a GUI over it. It first looked like an easy task. Use Qt Designer and drag-drop every control and here we go. This way of development had a big flaw. The GUI developed is no better than the CLI since the clueless non-techies wont understand words like &amp;#8220;apt-offline set&amp;#8221;, &amp;#8220;apt-offline get&amp;#8221; etc etc. Even it took me a minute or two to actually get what all these mean.&lt;/p&gt;
&lt;p&gt;Rohan can be called a Qt geek. The guy knows each and every class and it&amp;#8217;s properties and event etc etc. This made us even more interested since he is always at disposal to help us and teach us more. By this it was pretty late and we were wondering if could do something worthy at that time. Then we decided to work only on UI as of now, make small changes in the core class to accommodate the GUI which is otherwise hard-coded. We had to dive in the code to get better knowledge of how apt-offline works as there is hardly any documentation &lt;a href=&quot;http://www.debian-administration.org/article/Offline_Package_Management_for_APT&quot; target=&quot;_blank&quot;&gt;apart from one written by Ritesh himself&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;I don&amp;#8217;t have much idea of Qt and this was a good learning curve. I agree that this hackfest didn&amp;#8217;t pay off well as we expected. Most of the time we spent in discussing data structures, algorithms, Qt, git etc etc. which was again as usual &amp;#8211; AWESOME.&lt;/p&gt;
&lt;p&gt;My personal expectations from such sessions is to create some useful software and not just YAXX (Yet Another XX). Functionality, Usability, Accessibility and Documentation &amp;#8211; all matters equally. I would also like to slowly slowly move on more tougher and promising things like kernel and filesystem level coding.&lt;/p&gt;
&lt;p&gt;Winding up, this is just a start and I have great expectations from these sessions. I would like to again thank the Directi guys and the other people who were supposed to come but were not able to turn up due to their personal commitments.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/321/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/321/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/321/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/321/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/321/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/321/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/321/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/321/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/321/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/321/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=321&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-02-01T19:09:02+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://ankurs.com/?p=593">
	<title>Ankur Shrivastava (BE-2k7): Begining Python workshop</title>
	<link>http://ankurs.com/2010/01/begining-python-workshop/</link>
	<content:encoded>&lt;div id=&quot;attachment_594&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://ankurs.com/wp-content/uploads/2010/01/python.jpg&quot;&gt;&lt;img class=&quot;size-medium wp-image-594&quot; title=&quot;LUG Manipal python workshop&quot; src=&quot;http://ankurs.com/wp-content/uploads/2010/01/python-212x300.jpg&quot; alt=&quot;LUG Manipal python workshop&quot; width=&quot;212&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;LUG Manipal python workshop poster&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;LUG Manipal is organising a workshop on python, Workshop is aimed at people interested in beginning programming with python.No programming experience required.&lt;/p&gt;
&lt;p&gt;Details are -&amp;gt;&lt;br /&gt;
Time: 5:30 pm&lt;br /&gt;
Place: NLH 103&lt;br /&gt;
Date: 29th JAN to 3rd FEB&lt;/p&gt;
&lt;p&gt;PS :- Slides for the workshop are available &lt;a href=&quot;http://ankurs.com/wp-content/uploads/2010/01/python.pdf&quot;&gt;Begining Python Slides&lt;/a&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2010-01-30T21:17:50+00:00</dc:date>
	<dc:creator>Ankur Shrivastava</dc:creator>
</item>
<item rdf:about="http://www.lugmanipal.org/?p=234">
	<title>LUG Manipal: PYTHON WORKSHOP</title>
	<link>http://www.lugmanipal.org/2010/01/29/python-workshop-2/</link>
	<content:encoded>&lt;p&gt;LUG Manipal is conducting a workshop on python from 29th January. Python is a remarkably powerful and easy to learn, dynamic programming language. No prior experience is needed. We would be starting from the basics.&lt;br /&gt;
No Registrations required. Free of Cost.&lt;br /&gt;
Bring your laptops along&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;Python Poster&quot; src=&quot;http://dl.dropbox.com/u/2210643/python.jpg&quot; alt=&quot;Python Poster&quot; width=&quot;339&quot; height=&quot;479&quot; /&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2010-01-29T17:04:34+00:00</dc:date>
	<dc:creator>Kartik Mandaville</dc:creator>
</item>
<item rdf:about="http://www.lugmanipal.org/?p=228">
	<title>LUG Manipal: C++ Workshop</title>
	<link>http://www.lugmanipal.org/2010/01/17/cpp/</link>
	<content:encoded>&lt;p&gt;LUG Manipal  is conducting a C++ workshop to introduce Industry level C++ (ANSI) for both experienced and inexperienced programmers.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;OPEN FOR ALL&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;NO REGISTRATION&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;NO CERTIFICATES WILL BE GIVEN&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;BRING LAPTOPS&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;G++ COMPILER WILL BE USED.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;http://www.lugmanipal.org/wordpress/wp-content/uploads/2010/01/g++.jpg&quot; alt=&quot;&quot; align=&quot;center&quot; /&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2010-01-17T05:58:59+00:00</dc:date>
	<dc:creator>djays</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=313">
	<title>Manish's Tech Blog: 2009. A Recap(Technical)</title>
	<link>http://manishtech.wordpress.com/2010/01/08/2009-a-recaptechnical/</link>
	<content:encoded>&lt;p&gt;2009 has been a great year for me in the sense that I learnt many new technologies and used a few other. Below is the list of keywords/products/terms which have affected me in the last year. Take this list as a collection of technologies which I adopted, hated or loved.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. GitHub&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Adopted and love it&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Probably one of the best thing for me this year when it comes to software engineering is the evolution of GitHub as a de-facto standard for hosting code. Earlier there was no such service by which people used to swear by. Projects were scattered all over Google Code, Launchpad, FedoraHosted, SourceForge and what not. GitHub changed the way people looked at source code hosting. It also gets the credit for making git insanely famous such that people who had settled with svn started their shift to git. It was only due to GitHub that I tried out git other I would have been stuck up with Google Code with svn.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. Nokia 5800&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Bought&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I bought a Nokia 5800 in September 2009 and it has now become my major source of internet on the move. I know many die-hard Apple fans bought curse me for not buying an iPhone. Anyway, thanks for the pain to think about it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Posterous&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Love&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Posterous is probably one of the most awesome service I have ever seen. Just mail the snaps, audio files and whatever you have and the awesome Posterous would take care of it. It is integrated well with many twitter clients too(Gravity) which allow us to snap and send the pics. The best platform for informal blogging.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. Dropbox&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Adopted&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I started using Dropbox on the daily basis quite late. Even though I had an account long back, I didn&amp;#8217;t feel to use it on day to day basis. After exploring the awesomeness of this service, efforts were made from my side to get used to it. Now I keep all my code in Dropbox folder. This code is basically those which I have checked-out(svn)/cloned(git) and made local changes and havn&amp;#8217;t commmitted(svn) or pushed(git). Sometimes of other some recent snaps also find their way.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. Lotus Notes/ClearCase&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Use at work. Hate a lot&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I am still not able to understand which idiot made these two junk software? Lotus Notes isn&amp;#8217;t meant for humans and ClearCase creates more problem that it actually solves. Files take ages to checkin and half of the options are not clear. Even Lotus Notes is no less. WTF is replication? Shocked? In Lotus Notes lingo &amp;quot;Replicate&amp;quot; means &amp;quot;Fetch Now&amp;quot;. Even people with sound technical knowledge easily get confused with this junk.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6. Seagate 500GB External Hard Disk&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Purchased. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I recently(3 months) bought a Seagate 500GB external Hard Disk. It has solved many of their storage problems. Including a HDD in this list would look lame, still it deserves it&amp;#8217;s place due to the problem it solved and the immense help it provided.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7. Google Reader&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Got addicted&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Someone says that due to Twitter effect, feed reading is declining. For me feeds are still an important source of knowledge since I shell out dedicated time for reading feeds. The subscriptions contains only those sources which give complete or sometimes exhaustive coverage of the topics they are covering. Sources whose feed vomits only the URL are purged. I need atleast half of the article to be in feed as a minimum qualification. Only Ars is the single source left with a partial feed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;8. Python&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Now I swear by it&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Even though I like Python, the first half of the year was spent in hacking, coding, eating and sleeping python. The language got on me and at one time I found it as the only language which exists on this planet. After a period I recovered and started looking the world from a wider angle and became language agnostic (for language which pass the minimum threshold)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;9. C#, .NET and Silverlight&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Love and Hate&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;My employer needs me to work on .NET based tehnologies. Since I usually don&amp;#8217;t have much problems with .NET unlike others and I view C# as really a good language which has evolved as a good alternative language of choice. Silverlight is the thing I really don&amp;#8217;t like personally even though I have been working on it. I hate technologies which are as a plugin for browser technologies like Flash, Java Applets, Silverlight, Shockwave etc.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;10. IE6&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Status: Hate&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;God! This thing refuses to die. My hate for IE6 has grown so much that these days I find any browser fit for my need. Earlier it was just the pain of developers as ignorant users never had seen a better browser. After using IE6 at my office for official work, I am ready to fund for the funeral of this villian. Anyway I use Firefox/Chrome for my personal work at work.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/313/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/313/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/313/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/313/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/313/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/313/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/313/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/313/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/313/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/313/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=313&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-01-07T19:40:29+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-6410410496793374525.post-2877488544360319190">
	<title>Shubhendra Singh (BE-2k5): The 50th one!</title>
	<link>http://shubhendrasingh.blogspot.com/2009/12/50th-one.html</link>
	<content:encoded>Saw that this will be my 50th post. 2 years of blogging has been really a nice experience. In this post I mainly see back my last one year &quot;2009&quot;. The year where I traveled a lot (Land of dreams, city of lights, beautiful beaches) saw lots of people suffer (everyone in family was going through some problems), saw lots of close one's leave (some left forever and some didn't left me a chance to stay with them further), made lots of new friends (friends made in France, friends made in US).&lt;br /&gt;&lt;br /&gt;Next year 2010 will be a whole new experience, I hope it is for best. Happy new year to all of you and I hope it goes well for all of us.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6410410496793374525-2877488544360319190?l=shubhendrasingh.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-12-30T21:58:36+00:00</dc:date>
	<dc:creator>Shubhendra Singh</dc:creator>
</item>
<item rdf:about="http://djkaos.wordpress.com/?p=322">
	<title>Dhananjay (BE-2k7): Simple espeak Program (speak_lib)</title>
	<link>http://djkaos.wordpress.com/2009/12/27/simple-espeak-program-speak_lib/</link>
	<content:encoded>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;One of my friends was making a project requiring espeak. He was using speak_lib.h and wanted help on using it , so here is a simple c/c++ program  i wrote:&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;&lt;span&gt;DEPENDENCIES:&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;pre&gt;portaudio-devel
espeak-devel&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;&lt;span&gt;USAGE:&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;(Assuming speak_lib.h in your current dir)&lt;/p&gt;
&lt;p&gt;(Replace g++ by gcc and .cpp with .c for compiling as c )&lt;/p&gt;
&lt;pre&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;g++ -g -I. Speak.cpp -lportaudio -lespeak -o Speak&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;./Speak&lt;/div&gt;
&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;&lt;span&gt;SOURCE CODE&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;&lt;a href=&quot;http://sites.google.com/site/djaylink/Home/Speak.cpp&quot;&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
Posted in Fedora 11  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/322/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/322/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/322/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/322/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/322/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/322/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/322/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/322/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/322/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/322/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;amp;blog=2150720&amp;amp;post=322&amp;amp;subd=djkaos&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-12-27T09:53:55+00:00</dc:date>
	<dc:creator>djays</dc:creator>
</item>
<item rdf:about="http://openovation.wordpress.com/?p=13">
	<title>Soumen Banerjee (BE-2k7): BSNL 3G Modem (HUAWEI E156G) in Linux</title>
	<link>http://openovation.wordpress.com/2009/12/26/bsnl-3g-modem-huawei-e156g-in-linux/</link>
	<content:encoded>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;Heres how to get your Bsnl 3g connection working in linux. Im going to outline a process which uses mandriva since it provides a GUI way of working through configuring an internet connection. You will however find all the relevant information you need to configure something like wvdial (a heuristic auto-dialer) to use this connection in case you want this to work on some other distribution.&lt;/p&gt;
&lt;p&gt;First things first, ill describe the connection properties.&lt;/p&gt;
&lt;p&gt;1) this is technically a dial up connection. there is a phone number your modem dials using the bsnl network, this is then followed by a authentication process, which results in an internet connection.&lt;/p&gt;
&lt;p&gt;2) The phone number for BSNL east is *99# for other zones try plugging the thing into a windows computer and read the connection properties to find the telephone number.&lt;/p&gt;
&lt;p&gt;3) The authentication protocol in use is CHAP, to know more http://en.wikipedia.org/wiki/Challenge-handshake_authentication_protocol&lt;/p&gt;
&lt;p&gt;4) this renders a username and password inessential.&lt;/p&gt;
&lt;p&gt;So here goes,&lt;/p&gt;
&lt;p&gt;Right click on the network icon in the taskbar, and click configure network. When this is done, youll be promted for the root password. Enter it.&lt;/p&gt;
&lt;p&gt;From the several types of connections you can choose select Analog Telephone modem.&lt;/p&gt;
&lt;p&gt;This will present you with a choice of modems, select Manual Choice, then select port  /dev/ttyUSB0. In case this is not present, youre using too old a version of mandriva. The drivers for this ind of modem have been around since kernel version 2.6.20.xx so upgrade to a newer version of mandriva, 2010 is a beauty.&lt;/p&gt;
&lt;p&gt;Now, it will present you with a choice of Telephone Number, Username, Password, and the Authentication protocol to be used. In telephone number, write *99# (or the number you read from the windows connection in case you are not in BSNL east)&lt;/p&gt;
&lt;p&gt;Leave the username and password fields empty and select CHAP as the authentication protocol. Youre done!&lt;/p&gt;
&lt;p&gt;press next and youre presented with DNS, etc settings, leave all of them at the default (automatic) and press finish. You might want to select allow users to manage this connection on the way.&lt;/p&gt;
&lt;p&gt;Your network should now be connected. Enjoy!&lt;/p&gt;
&lt;p&gt;EDIT- I had initially tried this  with mandriva 2008.1 and since ppp etc is preinstalled there, there was no problem, on 2010 however youll have some trouble since ppp etc isnt installed.&lt;/p&gt;
&lt;p&gt;just download these and install them serially&lt;/p&gt;
&lt;p&gt;kppp-provider-4.3.2-1mdv2010.0.i586.rpm&lt;/p&gt;
&lt;p&gt;ppp-2.4.4-10mdv2010.0.i586.rpm&lt;/p&gt;
&lt;p&gt;kppp-4.3.2-1mdv2010.0.i586.rpm&lt;/p&gt;
&lt;p&gt;just do a google search for these and download them. Follow that by double clicking them, which should install them. Now you can follow the instructions starting from &amp;#8220;Configure Network&amp;#8221; and it&amp;#8217;ll work.&lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/openovation.wordpress.com/13/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/openovation.wordpress.com/13/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/openovation.wordpress.com/13/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/openovation.wordpress.com/13/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/openovation.wordpress.com/13/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/openovation.wordpress.com/13/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/openovation.wordpress.com/13/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/openovation.wordpress.com/13/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/openovation.wordpress.com/13/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/openovation.wordpress.com/13/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=openovation.wordpress.com&amp;amp;blog=3589611&amp;amp;post=13&amp;amp;subd=openovation&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-12-26T13:05:04+00:00</dc:date>
	<dc:creator>Soumen</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=301">
	<title>Manish's Tech Blog: Education given by Indian Engineering Lecturers</title>
	<link>http://manishtech.wordpress.com/2009/12/21/education-given-by-indian-engineering-lecturers/</link>
	<content:encoded>&lt;h3&gt;Case 1:&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Lecturer&lt;/strong&gt;: Write a program to implement a simple stack.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Student&lt;/strong&gt;: Here is the program&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lecturer&lt;/strong&gt;: No, not like that .You need to ask the user which element needs to be pop-ped.&lt;/p&gt;
&lt;h3&gt;Case 2:&lt;/h3&gt;
&lt;p&gt;
&lt;p&gt;&lt;strong&gt;Lecturer&lt;/strong&gt;: What is your project on?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Student&lt;/strong&gt;: I have implemented a software tool like revision control system which can keep revisions of all files during the software development cycle.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lecturer&lt;/strong&gt;: Why have you taken so much pains to implement it, can&amp;#8217;t you use &amp;#8220;Save As&amp;#8221;?&lt;/p&gt;
&lt;h3&gt;Case 3:&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Lecturer&lt;/strong&gt;: Total Internal Reflection happens when light travels from rarer to denser medium.&lt;/p&gt;
&lt;h3&gt;Case 4:&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Lecturer&lt;/strong&gt;: Examples of web browsers are Internet Explorer and Netscape.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Students&lt;/strong&gt; (&lt;em&gt;shouting&lt;/em&gt;): Ma&amp;#8217;am Mozilla too.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lecturer&lt;/strong&gt;: No! Only Internet Explorer and Netscape.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;address&gt;&lt;span id=&quot;more-301&quot;&gt;&lt;/span&gt;All incidents are true. Don&amp;#8217;t ask me for proofs &amp;#8211; I don&amp;#8217;t carry a video camera with me for collecting proofs. If you think the incident can&amp;#8217;t be true, consider it to be cooked up. &lt;/address&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;address&gt;Not all professors/lecturers are like these. I have met lecturers/readers/professors with sound technical knowledge.&lt;/address&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/301/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/301/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/301/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/301/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/301/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/301/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/301/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/301/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/301/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/301/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=301&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2009-12-21T12:04:59+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://djkaos.wordpress.com/?p=316">
	<title>Dhananjay (BE-2k7): MEDIAFIRE DIRECT LINK GENERATOR</title>
	<link>http://djkaos.wordpress.com/2009/12/08/mediafire-link-resolver/</link>
	<content:encoded>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;UPDATE: Added Proxy Support&lt;/p&gt;
&lt;p&gt;This is a python based Mediafire link resolution script . It resolves the input link to give the direct link to the file.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;By using this script you are automatically agreeing to MediaFire &amp;#8217;s Terms and Conditions.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you wish to have the source code , contact me.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a title=&quot;Mediafire Link Resolver&quot; href=&quot;http://sites.google.com/site/djaylink/Home/mediafire.pyc&quot; target=&quot;_blank&quot;&gt;DOWNLOAD&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;For help use &amp;#8220;mediafire.pyc &amp;#8211;help&amp;#8221;&lt;/p&gt;
Posted in Bash, Linux, python, Windows  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/djkaos.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/djkaos.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/djkaos.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/djkaos.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/djkaos.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/djkaos.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/djkaos.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/djkaos.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/djkaos.wordpress.com/316/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/djkaos.wordpress.com/316/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=djkaos.wordpress.com&amp;amp;blog=2150720&amp;amp;post=316&amp;amp;subd=djkaos&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/p&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-12-15T14:28:14+00:00</dc:date>
	<dc:creator>djays</dc:creator>
</item>
<item rdf:about="http://ayushpranshu.wordpress.com/?p=25">
	<title>Ayush Pranshu (BE-2k5): Schindlers List and related thoughts</title>
	<link>http://ayushpranshu.wordpress.com/2009/11/29/schindlers-list-and-related-thoughts/</link>
	<content:encoded>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;I watched &lt;a title=&quot;Schildler's List&quot; href=&quot;http://en.wikipedia.org/wiki/Schindler%27s_List&quot; target=&quot;_blank&quot;&gt;Schindler&amp;#8217;s List&lt;/a&gt; recently. To many this may come as a surprise considering that it is a film that has been generally acknowledged to be one of the best. This is the precise reason why I hadn&amp;#8217;t seen it earlier. Such critical acclaim and multiple recommendations raise my expectations too high. To be honest, this level of expectation is unfair. The film was great, it now ranks as one of my favourites after &lt;a href=&quot;http://en.wikipedia.org/wiki/Jaane_Bhi_Do_Yaaro&quot; target=&quot;_blank&quot;&gt;Jaane Bhi Do Yaaron&lt;/a&gt; and alongside &lt;a href=&quot;http://en.wikipedia.org/wiki/Lakshya_%28film%29&quot; target=&quot;_blank&quot;&gt;Lakshya&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Dil_Chahta_Hai&quot; target=&quot;_blank&quot;&gt;DCH&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/Pyaasa&quot; target=&quot;_blank&quot;&gt;Pyaasa&lt;/a&gt;. But that is digressing from the point. The film showed what human nature is all about, how compassionate and caring it can be and how selfless can man become. The events shown in the film are historically true. Such a camp, factory and man did exist. The town is also still there in &lt;a href=&quot;http://en.wikipedia.org/wiki/Czech_Republic&quot; target=&quot;_blank&quot;&gt;Czech Republic&lt;/a&gt; though it is listed in Wikipedia as &lt;a href=&quot;http://en.wikipedia.org/wiki/Svitavy&quot; target=&quot;_blank&quot;&gt;Svitavy&lt;/a&gt; even though the film shows it as Brinnlitz.&lt;/p&gt;
&lt;p&gt;But this blog entry is not about the film, it is about something more important, more manifest; this one is about human nature. The film shows the main protagonist as one who is kind at heart, but as I was watching the film, this question was coming up in my mind repeatedly, are human beings really so compassionate as to risk their lives, career, reputation and more for the sake of others? I mean, it is difficult for me to believe that humans can be so selfless. I am not a skeptic, I like to believe in human beings, in the inherent good qualities of human nature, I believe in believing in others till my faith is proven misplaced. I was not always this skeptical but recent events have made me into one.&lt;/p&gt;
&lt;p&gt;What are those recent events that have changed my view? Good question, but the answer to which isn&amp;#8217;t forthcoming. I am just expressing my thoughts. One may argue that not all human beings are such. Well, when the time comes we will know the true nature of every person and not always is the reconstructed picture rosy. One thing is for certain, I will never be the same person again, I have undergone a profound change, may not be for the best but I am hoping that I never have to go through such a harrowing experience again.&lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/ayushpranshu.wordpress.com/25/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/ayushpranshu.wordpress.com/25/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/ayushpranshu.wordpress.com/25/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/ayushpranshu.wordpress.com/25/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/ayushpranshu.wordpress.com/25/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/ayushpranshu.wordpress.com/25/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/ayushpranshu.wordpress.com/25/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/ayushpranshu.wordpress.com/25/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/ayushpranshu.wordpress.com/25/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/ayushpranshu.wordpress.com/25/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=ayushpranshu.wordpress.com&amp;amp;blog=2793792&amp;amp;post=25&amp;amp;subd=ayushpranshu&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-11-29T07:22:05+00:00</dc:date>
	<dc:creator>gurudev</dc:creator>
</item>
<item rdf:about="http://www.swaroophegde.com/?p=580">
	<title>Swaroop Hegde (BE-2k4): iPhone</title>
	<link>http://feedproxy.google.com/~r/swaroophegde/~3/YgQndRd6PYo/</link>
	<content:encoded>&lt;p&gt;I am now a proud owner of an iPhone. All thanks to &lt;a href=&quot;http://twitter.com/mikeclory&quot;&gt;Mike&lt;/a&gt;, who kind enough to &lt;span&gt;send&lt;/span&gt; gift his 3G – I gave up hopes of an iPhone 3GS launch in India. The phone arrived a month ago but I had to wait for 30 days for the sim card tray to arrive from Hong Kong. The screen replacement never arrived and it looks like I&amp;#8217;ll have to order again&lt;/p&gt;
&lt;p&gt;I couldn&amp;#8217;t hop around like an excited kid on finding every coll feature of the phone since I already owned an iPod Touch and have been working on iPhone apps. I was forced to &amp;#8220;unlock&amp;#8221; the potential which did help bringing out much of the hidden potential. Some day, when I am competent in Objective-c, I might try a hand at a few hacks myself.&lt;/p&gt;
&lt;p&gt;Once the screen replacement arrives, I&amp;#8217;ll be posting pics. I don&amp;#8217;t need to review this gadget, do I?&lt;/p&gt;
&lt;img src=&quot;http://feeds.feedburner.com/~r/swaroophegde/~4/YgQndRd6PYo&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content:encoded>
	<dc:date>2009-11-28T09:07:53+00:00</dc:date>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=292">
	<title>Manish's Tech Blog: The Art of Power-Point Presentation</title>
	<link>http://manishtech.wordpress.com/2009/11/19/the-art-of-power-point-presentation/</link>
	<content:encoded>&lt;p&gt;How many times did you have &amp;#8220;butterflies in your stomach&amp;#8221; just because you were told to be present in the auditorium/seminar hall where your attendance was compulsory for something more precisely called &amp;#8220;Power Point Presentation&amp;#8221;. You especially need to take care that it is referred to as PPT and not just a presentation, the former probably stands for &amp;#8220;Powerpoint&amp;#8221;.&lt;/p&gt;
&lt;p&gt;PPTs are probably one of the most hated things in this world, due to one simple reason-They are usually boring. The person giving the presentation considers it a liability and the audience feel attendance a compulsion. The audience resist from asking questions as it will prolong the event to unbearable lengths. The presenter just wants to get rid of his responsibilities either because he is not interested or he knows no one cares to listen.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://punditkitchen.com/2009/11/02/political-pictures-death-powerpoint/&quot;&gt;&lt;img class=&quot;mine_2760941312 aligncenter&quot; title=&quot;political-pictures-death-powerpoint&quot; src=&quot;http://punditkitchen.files.wordpress.com/2009/10/political-pictures-death-powerpoint.jpg?w=640&quot; alt=&quot;political pictures for your blog&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Essayists&lt;/h4&gt;
&lt;p&gt;Nothing is more torturous for me than attending a presentation, where the dude has copied the whole content on the slide and is reading  it aloud for the audience! Like we are illiterates.&lt;/p&gt;
&lt;h4&gt;Body Language&lt;/h4&gt;
&lt;p&gt;Would you like to attend a presentation where the person uses his hands, eyes, face for communication or in a presentation where the person speaks like a robot? We have enough text-to-speech converters. Humans need not take the pains for the same.&lt;/p&gt;
&lt;h4&gt;Animations on the slides&lt;/h4&gt;
&lt;p&gt;Probably many people might disagree with me on this topic, but I hate those presentations where the slides have tons of effects like fade-in, swirl, zoom-in etc. To add more insult those effects have sounds effects like brake,gunfire,coughing, sneezing and what not.&lt;/p&gt;
&lt;h4&gt;One-Phrase Focus&lt;/h4&gt;
&lt;p&gt;This solution is probably for all the essayists. I have seen many people who can capture the attention of the audience by focussing on one-phrase at a time. If a person is speaking on say &amp;#8220;Memory Management&amp;#8221;, then keep this word/phrase on the slide and nothing else. The slide is just to keep the audience alert on which topic the talk is going on. If there are many sub-topics, probably all of them can be shown on the screen, but only one of them should have focus and rest should be grayed out.&lt;/p&gt;
&lt;h4&gt;PPT&lt;/h4&gt;
&lt;p&gt;Presentation is not a &amp;#8220;Power Point presentation&amp;#8221;. You don&amp;#8217;t need Power Point for putting forward your views. I don&amp;#8217;t know who coined this horrible term called &amp;#8220;PPT&amp;#8221; which most probably stands for &amp;#8220;PowerPoint&amp;#8221;. I use OO.org, so it means I am unfit for giving a PPT?&lt;/p&gt;
&lt;h4&gt;Steve Jobs&lt;/h4&gt;
&lt;p&gt;If everything else fails, turn towards one of the biggest visionary and orator of this time for more suggestions.  Have a look at the keynotes delivered by Jobs. Learn from them. Do you find his whole speech written on the background?&lt;/p&gt;
&lt;p&gt;In fact presentation should not use PowerPoint. Ideally, every so called PPT should be like a Steve Jobs keynote.&lt;/p&gt;
&lt;h4&gt;Conclusion&lt;/h4&gt;
&lt;p&gt;I am also not an expert in delivering speeches or presentations. Since I have to attend some of the other presentation every forthnight, I do notice some of the other mistakes committed by others, make a note of it. Next time when I prepare for any speeches, I keep those points in mind. The above points are taken from that list. This list is from an audience perspective.&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/292/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/292/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/292/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/292/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/292/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/292/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/292/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/292/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/292/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/292/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=292&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2009-11-18T19:37:52+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://ankurs.com/?p=561">
	<title>Ankur Shrivastava (BE-2k7): Mobi Vision 2.0 Slides</title>
	<link>http://ankurs.com/2009/10/mobi-vision-2-0-slides/</link>
	<content:encoded>&lt;p&gt;First and Second Phase for MobiVision 2.0 is long over, and we can call it a workshop well done, the slides are here&lt;/p&gt;
&lt;div id=&quot;__ss_2267468&quot;&gt;&lt;a href=&quot;http://www.slideshare.net/ankur.os/mobi-vision-20&quot; title=&quot;Mobi Vision 2.0&quot;&gt;Mobi Vision 2.0&lt;/a&gt;
&lt;div&gt;View more &lt;a href=&quot;http://www.slideshare.net/&quot;&gt;documents&lt;/a&gt; from &lt;a href=&quot;http://www.slideshare.net/ankur.os&quot;&gt;Ankur Shrivastava&lt;/a&gt;.&lt;/div&gt;
&lt;/div&gt;</content:encoded>
	<dc:date>2009-11-15T12:34:33+00:00</dc:date>
	<dc:creator>Ankur Shrivastava</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=281">
	<title>Manish's Tech Blog: Computer Science Project for Indian Engineering Colleges</title>
	<link>http://manishtech.wordpress.com/2009/11/13/computer-science-project-for-indian-engineering-colleges/</link>
	<content:encoded>&lt;p&gt;How many times you put your best effort in making a project only to be ridiculed during the presentation with words like &amp;#8220;This is shit&amp;#8221;.&amp;#8221;WTF is this&amp;#8221; by the teachers.  OK OK! I am exaggerating, but it is a truth that students who put their best don&amp;#8217;t get their reward. Most of such students put their sincere effort just because they like their work and not just for marks. To add insult to injury, those who copy-paste the projects get great reviews.&lt;/p&gt;
&lt;p&gt;The situation is no different in Computer Science branch too. We loose hundreds of such talents students just because they became de-moralized after poor feedback for their project by the faculty. They should realize that hard-work in college hardly pays off. They should put their coding efforts in competitions like &amp;#8220;Google Code Jam&amp;#8221;, &amp;#8220;CodeChef&amp;#8221; or some open-source projects.&lt;/p&gt;
&lt;p&gt;Now the million dollar question is &amp;#8220;How to handle the college projects&amp;#8221;? Let me explain with an example.&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-281&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Project&lt;/strong&gt;: Create a source Control Management or Revision Control System for efficient code management for single person project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Technology&lt;/strong&gt;: Python with SQLite for client.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Additional Information&lt;/strong&gt;: There need not be a central repo to push the changes, local commits are enough. The name of the binary should be &lt;strong&gt;srcs&lt;/strong&gt; or &amp;#8220;&lt;em&gt;Simple Revision Control System&lt;/em&gt;&amp;#8220;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Creating the Project&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;In real world development, people would ask you to make tons of documents like SRS, Technical Specification etc before moving on to coding. These things simply don&amp;#8217;t exist in colleges. All you need to do for your project to be ready is shown below.&lt;/p&gt;
&lt;p&gt;You need to run the following commands on any Debian based distro (probably Ubuntu)&lt;/p&gt;
&lt;pre&gt;$ sudo apt-get install bzr&lt;/pre&gt;
&lt;pre&gt;$ sudo ln -s /usr/bin/bzr /usr/bin/srcs&lt;/pre&gt;
&lt;p&gt;&amp;#8230;.. and it&amp;#8217;s done. Now let&amp;#8217;s start using it&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Creating the repository&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;$ cd ~ &amp;amp;&amp;amp; mkdir code &amp;amp;&amp;amp; cd code&lt;/pre&gt;
&lt;pre&gt;$ srcs init&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Creating files&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;$ touch file1.c&lt;/pre&gt;
&lt;pre&gt;$ touch README&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Adding and committing&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;$ srcs add file1.c README&lt;/pre&gt;
&lt;pre&gt;$ srcs commit file1.c README -m &quot;First Commit&quot;&lt;/pre&gt;
&lt;p&gt;So your project part is complete. Now come let&amp;#8217;s handle the typical vivas&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conversation 1:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Teacher: Why have you used Python?&lt;/p&gt;
&lt;p&gt;You: Python is _______________(put all sorts of Python advocacy here)__________________&lt;/p&gt;
&lt;p&gt;Teacher: What. Explain it clearly!&lt;/p&gt;
&lt;p&gt;You:  So that you can&amp;#8217;t make the head or tail of the codebase.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conversation 2:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Teacher: Explain your project briefly!&lt;/p&gt;
&lt;p&gt;You: My project is to create a system to manage the code. Keep revisions, find the differences between two commits&lt;/p&gt;
&lt;p&gt;Teacher: How to keep differences?&lt;/p&gt;
&lt;p&gt;You: I save the code at regular intervals, or say commit it to the repo, so that I can access any file any time if I make a mistake&lt;/p&gt;
&lt;p&gt;Teacher: Why the **** do you need to make such a big software to keep copies. Can&amp;#8217;t you just use &amp;#8220;&lt;strong&gt;Save As(s)&lt;/strong&gt;&amp;#8221; every time you need revision of a file?&lt;/p&gt;
&lt;p&gt;You: *Facepalm*&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/281/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/281/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/281/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/281/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/281/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/281/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/281/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/281/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/281/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/281/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=281&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2009-11-12T19:35:15+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="tag:blogger.com,1999:blog-6410410496793374525.post-8578948499866009303">
	<title>Shubhendra Singh (BE-2k5): USA and my first Semester as master's student</title>
	<link>http://shubhendrasingh.blogspot.com/2009/11/usa-and-my-first-semester-as-masters.html</link>
	<content:encoded>So finally got enough time to think and write down what I think. So after awesome experience in France, spending a month at home is always best time. In the middle went to Manipal which was like one more trip to heaven, the weather in Manipal just sets up the mood. Now next trip was to USA, an unknown land to me but as they say its always exciting to explore new places. Well the exploring part was more intellectual till now rather than exploring different parts of USA. Have finally figured out what does research means to different people, atleast to me it means that I should be able to make something work in the end of my research and people can use it. People here are really friendly and a big misconception that American's have limited knowledge about world outside USA isn't completely true. At least some of those I met were really smart people, thinking about what they will do in like next 5-10 years. American's have tendency of wasting things also like the one promptly seen was wasting electricity (all there stores have all lights open even at night when shops are closed, they even don't switch there LCD panels) and at the other end they want to move to solar powered systems and how to conserve energy, recycle everything (which is good approach). This trip is really helping me to understand how to handle pressure in tough situations esp. when deadlines are around you and nothing is working. Will be back to India again in winter and really hope to get good amount of rest before gearing up again for next semester.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/6410410496793374525-8578948499866009303?l=shubhendrasingh.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;</content:encoded>
	<dc:date>2009-11-06T11:13:08+00:00</dc:date>
	<dc:creator>Shubhendra Singh</dc:creator>
</item>
<item rdf:about="http://www.lugmanipal.org/?p=221">
	<title>LUG Manipal: Install Fest and Web Development Workshop</title>
	<link>http://www.lugmanipal.org/2009/10/22/install-fest-and-web-development-workshop/</link>
	<content:encoded>&lt;p&gt;Well , here is a small write up of both the events LUGM conducted in October 2009 .&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Install Fest :&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;LUG Manipal organisesd a Linux ( Ubuntu 9.04 to be precise ) Install Fest from 6th to 8th October . Well , this time , it was the job of the second years to do it . Most of us were noobs . We  should congratulate Saurabh for the excellent organisation of the entire fest which went without any major hiccups . Also ,at the last day , there was a small talk on the upcoming Web Development Workshop .&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Web Development Workshop :&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A workshop on how to make web  pages covering HTML , MySQL and PHP conducted by LUGM .We ( LUGM ) focused on web development rather than web designing .We  were planning this workshop from around 6 months but due to many problems it could not materialise . Kartik had prepared the slides way back in July .So , it was finally decided on the last day (  i.e 9th )  to conduct the workshop from 12th October 2009 . With only three days , we had plenty of work to do .The next day , we got the room booked ( NLH 405 ) . We got the top floor as there were many other events going on . The posters were up the next day at all important places in MIT .SMS&amp;#8217;s were sent with a request to &amp;#8220;Forward to all &amp;#8221; . LUGM website , the wiki page and the Facebook Fan page was updated . Also , a facebook event was created to futher publicise . Manu,  made class announcements in all the first year classes . He did the job single handedly ( Dunno why he likes the job so much ) . Meanwhile , slides were being given the final touches by Pratik and Saurabh . Kartik and Saurabh made a comprehensive plan of the entire workshop detailing each and every thing . Our seniors suggested some changes and then we were all set to roll .&lt;/p&gt;
&lt;p&gt;So , finally the D-Day arrived . Most of us bunked classes to be in time for the workshop . The crowd was ok , almost the entire class room was filled . One more thing which is worth a mention is that we received a number of calls asking for registration and if there is any fees for it .&lt;/p&gt;
&lt;p&gt;For the record, LUGM does not charge people for attending a workshop neither is there any registration . ( Check out the guiding principle of LUGM )&lt;/p&gt;
&lt;p&gt;Coming back to the topic ,the first day went pretty well .HTML and beginning of MySQL was dealt with . As expected , the turnout on the second day was less than the previous day.  The second day consisted of MySQL and beginning with PHP . At the end of the day , we gave a small assignment which involved the use of forms and POST . Many had made the effort of completing the assignment . The third day basically consisted of integrating PHP with MySQL , Sessions and Cookies .On the last day , we were expecting a low turnout , but the turnout was far less than we expected . We had kept this day only for application , so we demonstrated a login page complete with Remember Me feature from scratch .Although the turnout was less but the response was amazing .We had divided the entire application into modules and then gave some time for the students to complete . We were glad that many were easily able to complete the modules in time .&lt;/p&gt;
&lt;p&gt;For more ,&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.lugmanipal.org/2009/10/10/web-development-workshop/&quot;&gt;The post about the workshop&lt;/a&gt; on the LUG Website&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.lugmanipal.org/2009/10/13/slides-web-development-workshop-oct-2009/&quot;&gt;Slides of the workshop&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.wiki.lugmanipal.org/The_Guiding_Principles&quot;&gt;Refer to the Guiding Principles of LUGM&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.wiki.lugmanipal.org/&quot; target=&quot;_blank&quot;&gt;Wiki of LUGM&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.lugmanipal.org/&quot;&gt;LUG Manipal Website&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Facebook Fan Page&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.lugmanipal.org/forums/&quot;&gt;LUGM Forums&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://twitter.com/lugmanipal&quot;&gt;LUGM on Twitter&lt;/a&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2009-11-06T10:24:19+00:00</dc:date>
	<dc:creator>Kartik Mandaville</dc:creator>
</item>
<item rdf:about="http://manishtech.wordpress.com/?p=277">
	<title>Manish's Tech Blog: My Stackoverflow archives #1</title>
	<link>http://manishtech.wordpress.com/2009/10/28/my-stackoverflow-archives-1/</link>
	<content:encoded>&lt;p&gt;Usually when I am wandering around on stackoverflow, there are times when I find some of the questions being interesting and bookmark them. Since this list grows day by day, it came to my mind to publish them for the betterment of the general public. These are the questions which I found good and don&amp;#8217;t claim to be the &amp;#8220;Best of StackOverflow&amp;#8221;. You would notice the variation in the type of questions.&lt;/p&gt;
&lt;p&gt;If you have your list, please let me know. The comment section is open for this noble cause. BTW here is the part 1 of the list.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://stackoverflow.com/questions/903754/do-you-still-limit-line-length-in-code&quot; target=&quot;_blank&quot;&gt;Do you still limit line length in code?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stackoverflow.com/questions/159521/text-editor-to-open-big-giant-huge-large-text-files&quot; target=&quot;_blank&quot;&gt;Text editor to open big (giant, huge, large) text files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stackoverflow.com/questions/1164938/wcf-v-s-legacy-asp-net-web-services&quot; target=&quot;_blank&quot;&gt;WCF v.s. legacy ASP.Net Web Services&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stackoverflow.com/questions/161541/svn-vs-git&quot; target=&quot;_blank&quot;&gt;Svn vs Git&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stackoverflow.com/questions/871/why-is-git-better-than-subversion&quot; target=&quot;_blank&quot;&gt;Why is git better than Subversion?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stackoverflow.com/questions/867393/how-do-languages-such-as-python-overcome-cs-integral-data-limits&quot; target=&quot;_blank&quot;&gt;How do languages such as Python overcome C’s Integral data limits?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/manishtech.wordpress.com/277/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/manishtech.wordpress.com/277/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/manishtech.wordpress.com/277/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/manishtech.wordpress.com/277/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/manishtech.wordpress.com/277/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/manishtech.wordpress.com/277/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/manishtech.wordpress.com/277/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/manishtech.wordpress.com/277/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/manishtech.wordpress.com/277/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/manishtech.wordpress.com/277/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=manishtech.wordpress.com&amp;amp;blog=1253218&amp;amp;post=277&amp;amp;subd=manishtech&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2009-10-28T18:12:07+00:00</dc:date>
	<dc:creator>Manish</dc:creator>
</item>
<item rdf:about="http://www.lugmanipal.org/?p=215">
	<title>LUG Manipal: Slides  Web Development Workshop [Oct 2009 ]</title>
	<link>http://www.lugmanipal.org/2009/10/13/slides-web-development-workshop-oct-2009/</link>
	<content:encoded>&lt;p&gt;The slides of the workshop :&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.lugmanipal.org/wordpress/wp-content/uploads/2009/10/webdev3.pdf&quot;&gt;Slides&lt;/a&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2009-10-18T17:52:57+00:00</dc:date>
	<dc:creator>Kartik Mandaville</dc:creator>
</item>
<item rdf:about="http://www.lugmanipal.org/?p=201">
	<title>LUG Manipal: Web Development Workshop[Oct, 2009]</title>
	<link>http://www.lugmanipal.org/2009/10/10/web-development-workshop/</link>
	<content:encoded>&lt;p&gt;Ever wondered how to build your own web page  ??? No need to wait any longer !!&lt;/p&gt;
&lt;p&gt;LUG Manipal is organizing yet another workshop  &amp;#8212; &amp;#8220;A Web Development Workshop&amp;#8221; covering HTML , MySQL and PHP.&lt;br /&gt;
&lt;strong&gt;This will be a 4 days workshop Starting on 12th of October 2009 at 5:30pm at NLH 405 , MIT.&lt;/strong&gt;&lt;br /&gt;
Our main focus will be to promote Open Source Technology for Web Development and Design. &lt;/p&gt;
&lt;p&gt;The content material for this workshop will be basic HTML for getting a start to web programming. The basics of this tagged language can be learnt at W3Schools. We will then advance to the basics of server side and client side scripting and the differences between them.&lt;/p&gt;
&lt;p&gt;PHP is the choice of language for Server side Web Design. There is usually a lot of spectaculars between ASP and PHP. Some of the most famous places where its used is Wikipedia, Wordpress (most famous blogging software), most of the Content Management System. Even Google and Yahoo make use of PHP for their pages. It is a very simple language which borrows it&amp;#8217;s syntax from Perl, another classical language. It is time to make PHP your friend.&lt;/p&gt;
&lt;p&gt;Now turning to MySQL, this is the most widely deployed database software which has more than 5,000 downloads per day as the statistics revealed by MySQL AB. Being the world’s most famous Open Source Database, its bound to be quite attractive. Being a very lightweight database software, its easy to install even on desktops. &lt;/p&gt;
&lt;p&gt;The scripting will be done on Apache Web Server, its the world unchallenged king when it come to server deployments, covering some 70%of the webservers. Lightweight, extensibility , great features make it the no 1 choice of web developers all over the world.&lt;/p&gt;
&lt;p&gt;A brief Schedule :&lt;br /&gt;
Day 1 : Introduction to Web , installation , distribution and basic HTML , MySQL&lt;br /&gt;
Day 2 : PHP overview , variables , functions and HTML forms , get and post methods&lt;br /&gt;
Day 3 :MySQL through PHP , sessions and cookies&lt;br /&gt;
Day 4 : Full Fledged Login Script demonstration from scratch &lt;/p&gt;
&lt;p&gt;Please bring your laptops &lt;/p&gt;
&lt;p&gt;It is advised that you go through the following links to have a better understanding .&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/html/default.asp&quot;&gt;MYSQL&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/PHP/default.asp&quot;&gt;PHP&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Further References :&lt;/p&gt;
&lt;p&gt;Get the &lt;a href=&quot;http://in.php.net/get/php_manual_en.chm/from/a/mirror&quot;&gt;Official PHP Manual&lt;/a&gt; from its website.&lt;br /&gt;
Get the &lt;a href=&quot;http://downloads.mysql.com/docs/refman-5.0-en.chm&quot;&gt;Official MySQL Manual&lt;/a&gt; from its website.&lt;br /&gt;
&lt;a href=&quot;http://wiki.lugmanipal.org/Web_Design_Workshop_Syllabus&quot;&gt;Past Workshop’s PHP and MySQL Portion Syllabus&lt;/a&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2009-10-09T21:57:25+00:00</dc:date>
	<dc:creator>Kartik Mandaville</dc:creator>
</item>

</rdf:RDF>
