<?xml version="1.0"?>
<rss version="2.0">

<channel>
	<title>Planet FLOSS India</title>
	<link>http://planet-india.randomink.org</link>
	<language>en</language>
	<description>Planet FLOSS India - http://planet-india.randomink.org</description>

<item>
	<title>&amp;nbsp;: We have moved!</title>
	<guid>http://foss.in/?p=1499</guid>
	<link>http://foss.in/news/we-have-moved.html</link>
	<description>&lt;p&gt;FOSS.IN has moved to a new server, to avoid the overload issues from last year. Expect some instability for the next day or two while we get things under control.&lt;/p&gt;
&lt;p&gt;The Call for Participation, Call for Volunteers and Call for Sponsorship will be released as soon as we are sure that this server can handle things &lt;img src=&quot;http://foss.in/feed&quot; /&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 02 Sep 2010 14:56:39 +0000</pubDate>
</item>
<item>
	<title>Suchakra Sharma: Last Combat :-)</title>
	<guid>http://suchakra.wordpress.com/?p=88</guid>
	<link>http://suchakra.wordpress.com/2010/09/02/last-combat/</link>
	<description>&lt;p&gt;For all the crazy things that go on in the world wide web, this one’s a unique addition. For those who have been in oblivion till now, Ladies and Gentlemen kindly visit &lt;a href=&quot;http://www.lastcombat.com/Linux_vs_Windows.html&quot;&gt;Last Combat&lt;/a&gt; and add fuel to the fire &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;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/suchakra.wordpress.com/88/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/suchakra.wordpress.com/88/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/suchakra.wordpress.com/88/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/suchakra.wordpress.com/88/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/suchakra.wordpress.com/88/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/suchakra.wordpress.com/88/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/suchakra.wordpress.com/88/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/suchakra.wordpress.com/88/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/suchakra.wordpress.com/88/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/suchakra.wordpress.com/88/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/suchakra.wordpress.com/88/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/suchakra.wordpress.com/88/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/suchakra.wordpress.com/88/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/suchakra.wordpress.com/88/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=suchakra.wordpress.com&amp;amp;blog=12778194&amp;amp;post=88&amp;amp;subd=suchakra&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Thu, 02 Sep 2010 07:36:27 +0000</pubDate>
</item>
<item>
	<title>Sadique Puthen: Is it possible to resize the storage for a xen guest in RHEL5, If yes how?</title>
	<guid>tag:blogger.com,1999:blog-1479824033506250875.post-8208988324842830707</guid>
	<link>http://feedproxy.google.com/~r/MyLinuxTutorialCollections/~3/KVZZCLQHHAE/is-it-possible-to-to-resize-storage-for.html</link>
	<description>This is a million dollar question. The answer can be &quot;yes&quot; and &quot;no&quot; and highly depends upon the configuration of the guest backend and how it has been partitioned inside the guest. Most people want to resize without initiating a reboot of the guest system, but most of these people make wrong choice while configuring the guest backend intially and end up having to reboot the guest or not being able to resize partitions inside the guest.&lt;br /&gt;&lt;br /&gt;A lot things need to be taken into consideration to decide how to resize the guest storage. Before proceeding into how to resize, it's good explain different types of backends that can be used for guest.&lt;br /&gt;&lt;br /&gt;1 - Block device. A block device in Dom0 can be used as a backend for the guest. It can be raw partitions, LVMs, raid devices and etc. It can even be a unpartitioned disk as a whole (like &quot;sda&quot; which is not recommended).&lt;br /&gt;&lt;br /&gt;2 - File based storage. A file built with a specific size using zeros in Dom0 can be used as the backend of the guest. While using a file based storage it can be any of the below two types.&lt;br /&gt;&lt;br /&gt;2.1 - Sparse file. While using a sparse file, disk blocks are not pre-allocated while creating the file, but are allocated only when data is written to the disk fom the guest. This is not recommended for production uses due to performance issues.&lt;br /&gt;&lt;br /&gt;2.2 - Fully allocated file. Entire blocks are allocated while creating the file based image. This gives more performance and is recommended for production usage if using block devices are not an option.&lt;br /&gt;&lt;br /&gt;I would explore different types of storage configurations and how resizing can be done in those scenarios. I prefer to abstain from explaining the nasty methods of resizing partitions using &quot;parted&quot; or &quot;fdisk&quot; inside the guest. So I prefer to say, if LVM is not used inside the guest, resizing a partition is not possible. Only new partitions can be created after extending the backend. If resizing using parted or fdisk is preferred for anyone, it's upto them.&lt;br /&gt;&lt;br /&gt;Different Scenarios and How to resize.&lt;br /&gt;----------------------------------------------&lt;br /&gt;&lt;br /&gt;1- LVM is used in both Host and Guest. The backend for the guest is an LVM device in Dom0 and this has been repartitioned in guest using LVM. There are two ways to resize it.&lt;br /&gt;&lt;br /&gt;1.1 - Create a new LV in Dom0 and attach it to the guest as a second disk. Repartition the second disk in guest, extend the Volume Group using the new disk, then extend the LV using the additinal free space in the VG. This method does not require a reboot of the guest and is preferred for most xen users.&lt;br /&gt;&lt;br /&gt;1.2 - Extend the LV device which is already attached to the guest in Dom0. After the LV is extended in Dom0, the guest should be rebooted to see the new size. There is currently no way to let the guest now that the size of backend has changed without a reboot. Once the guest is rebooted, it would show the new size as free. Create a new partition using the free space, make it a PV, extend the Volume Group using that PV, then extend the LV using the free space in VG. Most people don't like this method since it requires a guest reboot, but most people resize the LVM in Dom0 expecting that the guest would recognize the new space without a reboot and end up rebooting the guest and keep blasting the company that delivers the product.&lt;br /&gt;&lt;br /&gt;2 - Raw partition - Eg, sda1 - is used in Host as the backend of the guest and LVM is used inside the guest.&lt;br /&gt;&lt;br /&gt;2.1 - Attach a new partition to the guest - Eg, sdb1 - as a second disk. Repartition the second disk in guest, extend the Volume Group using the new disk, then extend the LV using the additinal free space in the VG. This method does not require a reboot of the guest and is preferred.&lt;br /&gt;&lt;br /&gt;2.2 - The other method may be to extend the raw partition in the host using parted or fdisk. Reboot the guest to see the new size and extend LVM inside the guest. This is not preferred and may be dangerous.&lt;br /&gt;&lt;br /&gt;3 - Fully allocated file based images are used as the guest backend.&lt;br /&gt;&lt;br /&gt;3.1 - Create a new fully allocated file based image in Dom0 and attach it to the guest as a second disk (see 3.2 for details on how to create it). Repartition the second disk in guest, extend the Volume Group using the new disk, then extend the LV using the additinal free space in the VG. This method does not require a reboot of the guest and is preferred.&lt;br /&gt;&lt;br /&gt;3.2 - Extend the fully allocated file image in Dom0 which is already attached to the guest. It's recommended to shutdown the guest while doing this.&lt;br /&gt;&lt;br /&gt;A fully allocated 5 GB /vm/images/guest.img disk is created using the below command initially while creating the guest.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# dd if=/dev/zero of=/vm/images/guest.img bs=1M count=5120&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To extend and make it 10G without losing data, the below command can be executed which is the safest method, I think.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# dd if=/dev/zero bs=1M count=5120 &amp;gt;&amp;gt; /vm/images/guest.img&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# dd if=/dev/zero of=/vm/images/guest.img bs=1M count=5120 &lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;oflag=append&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then create new partitions inside the guest and extend the LVs which already exist or use the new partitions individually.&lt;br /&gt;&lt;br /&gt;4 - Sparse File based images are used as the guest backend.&lt;br /&gt;&lt;br /&gt;4.1 - Create a new sparse file image in Dom0 and attach it to the guest as a second disk (see 4.2 for more details on how to create it). Repartition the second disk in guest, extend the Volume Group using the new disk, then extend the LV using the additinal free space in the VG. This method does not require a reboot of the guest and is preferred.&lt;br /&gt;&lt;br /&gt;4.2 - Extend the sparse file image in Dom0 which is already attached to the guest It's recommended to shutdown the guest while doing this.&lt;br /&gt;&lt;br /&gt;A sparse file image with 5 GB of size - Eg, /vm/images/guest.img - is created using the below command initially while creating the guest.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# dd if=/dev/zero of=/vm/images/guest.img bs=1M count=0 seek=5120 conv=notrunc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To extend and make this 10G without losing data, the below command can be executed which is the safest method, I think.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# dd if=/dev/zero of=/vm/images/guest.img bs=1M count=0 seek=10240 conv=notrunc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then create new partitions inside the guest and extend the LVs which already exists or use the new partitions individually or to create new VGs and LVs.&lt;br /&gt;&lt;br /&gt;Note: Sparse files are not recommended for production system due to preformance reasons. Always use fully allocated file based images.&lt;br /&gt;&lt;br /&gt;- In all x.1 above, it's ok to use all possible options. Eg, in 4.1, new LVM in Dom0 can be created and attached to the guest, a new raw partition can be created and attached to the guest and a new fully allocated file based image can be attached to the guest to extend the volumes inside it. This is applicable for all x.1 explained above. I used only one option for my convenience.&lt;br /&gt;&lt;br /&gt;- The task &quot;attach it to the guest as a second disk&quot; can be achieved by following either of the below two methods. This is applicable only for x.1 above, not x.2.&lt;br /&gt;&lt;br /&gt;1 -&lt;span style=&quot;font-weight: bold;&quot;&gt; virt-manager -&amp;gt; Open -&amp;gt; View -&amp;gt; Details -&amp;gt; Hardware -&amp;gt; Add -&amp;gt; Storage Device -&amp;gt; Simple File/Normal Partition -&amp;gt; Device Type - Virtual Disk.&lt;/span&gt; This is the hassle free method.&lt;br /&gt;&lt;br /&gt;2 - Edit guest configuration file and add the second disk details to the configuration file. See examples from the sample configuration file. Can also be attached live by the xm command as below.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# xm block-attach &lt;/span&gt;   &lt;br /&gt;&lt;br /&gt;Eg, to attach a new lvm block device as xvdb to guest named &quot;guest1&quot; with read-write, below command need to be used.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# xm block-attach guest1 phy:/dev/VolGroup00/LV1 /dev/xvdb w&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# virsh attach-disk guest1 --driver phy /dev/VolGroup00/LV1 xvdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To attach a new file based image as xvdb to guest named guest1 with read-write, below command can be used.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# xm block-attach guest1 tap:aio:/vm/images/image1.img /dev/xvdb w&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Or&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;# virsh attach-disk guest1 --driver tap --subdriver aio /vm/images/image1.img xvdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;- Reszing of guest LVs can be achieved without a reboot if x.1 is followed, but a reboot of the guest is necessary if x.2 is followed for the guest to see the new disk size.&lt;br /&gt;&lt;br /&gt;- The online attaching of disks may not work as expected for fully virtualized guests which doesn't have PV drivers installed.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/1479824033506250875-8208988324842830707?l=sadiquepp.blogspot.com&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/ilPJQIQzq3L8XmvSar0D9Hgtp3k/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/ilPJQIQzq3L8XmvSar0D9Hgtp3k/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/ilPJQIQzq3L8XmvSar0D9Hgtp3k/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/ilPJQIQzq3L8XmvSar0D9Hgtp3k/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://feeds.feedburner.com/~r/MyLinuxTutorialCollections/~4/KVZZCLQHHAE&quot; /&gt;</description>
	<pubDate>Thu, 02 Sep 2010 07:35:15 +0000</pubDate>
	<author>noreply@blogger.com (Sadique Puthen)</author>
</item>
<item>
	<title>Raji Seetharaman: ttyrec and ttyplay commands</title>
	<guid>http://sraji.wordpress.com/?p=635</guid>
	<link>http://sraji.wordpress.com/2010/09/02/ttyrec-and-ttyplay-commands/</link>
	<description>&lt;p&gt;Hai, today i read a message in ilugc mailing lists titled ” ttyrec and ttyplay console videos “&lt;/p&gt;
&lt;p&gt;Tried it.&lt;/p&gt;
&lt;p&gt;Came to know what it is.&lt;/p&gt;
&lt;p&gt;Here ‘s my experience&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;ttyrec :&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Stands for tty recorder.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;It  is a command used to record a Unix termianl session&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;To see how it works, it has to be installed&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Install it by typing &lt;span style=&quot;color: #ff00ff;&quot;&gt;sudo apt-get install ttyrec&lt;/span&gt; on ubuntu.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Usage:&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;Type &lt;span style=&quot;color: #0000ff;&quot;&gt;ttyrec my.tty&lt;/span&gt; from the terminal ( my.tty is the file name )&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;Press enter&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;Now type some commands.&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;For example type&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;1. ls command&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;2. pwd&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;3. date&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;Exit from the shell (Ctrl d )&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/09/selection_0011.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/09/selection_0011.png?w=300&amp;amp;h=51&quot; title=&quot;Selection_001&quot; height=&quot;51&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-641&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;ttyplay :&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;It is used to play back the commands of what ttyrec recorded&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;To do it, type &lt;span style=&quot;color: #0000ff;&quot;&gt;ttyplay my.tty&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;You can see the recorded commands&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/09/screenshot-ubuntuubuntu1.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/09/screenshot-ubuntuubuntu1.png?w=300&amp;amp;h=67&quot; title=&quot;Screenshot-ubuntu@ubuntu: ~&quot; height=&quot;67&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-638&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/sraji.wordpress.com/635/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/sraji.wordpress.com/635/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/sraji.wordpress.com/635/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/sraji.wordpress.com/635/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/sraji.wordpress.com/635/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/sraji.wordpress.com/635/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/sraji.wordpress.com/635/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/sraji.wordpress.com/635/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/sraji.wordpress.com/635/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/sraji.wordpress.com/635/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/sraji.wordpress.com/635/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/sraji.wordpress.com/635/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/sraji.wordpress.com/635/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/sraji.wordpress.com/635/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=sraji.wordpress.com&amp;amp;blog=8585499&amp;amp;post=635&amp;amp;subd=sraji&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Thu, 02 Sep 2010 06:10:07 +0000</pubDate>
</item>
<item>
	<title>Rajesh Ranjan: फ़ायरफ़ॉक्स मैथिली में तैयार है...</title>
	<guid>tag:blogger.com,1999:blog-3840623483245781202.post-994179647272066400</guid>
	<link>http://kramashah.blogspot.com/2010/09/blog-post.html</link>
	<description>&lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;&lt;a style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot; href=&quot;http://3.bp.blogspot.com/_QxCnGsOcsrM/TH8-l8dOULI/AAAAAAAAAfE/m0KjEH4B5mI/s1600/general-option.jpg&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_QxCnGsOcsrM/TH8-l8dOULI/AAAAAAAAAfE/m0KjEH4B5mI/s320/general-option.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/div&gt;जाना-माना लोकप्रिय वेब ब्राउज़र फ़ायरफ़ॉक्स मैथिली में तैयार है. हमलोगों कुछ वर्ष पहले मैथिली में पूरा का पूरा कंप्यूटर तैयार करने की आकांक्षा पाली थी और खुशी है कि हम इसे पूरा कर पा रहे हैं. इसका उपयोग कीजिए और बताइए कि कहाँ-कहाँ हम इसे सुधार सकते हैं. &lt;br /&gt;&lt;br /&gt;हम पहले ही फेडोरा, गनोम, केडीई जैसे मुक्त स्रोत सॉफ़टवेयरों को मैथिली में ला चुके है. फ़ायरफ़ॉक्स लोकप्रिय है. उम्मीद है कि मैथिली जानने वाले लोग हमें अपने सुझावों के रूप में योगदान देंगे.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;डाउनलोड करें —&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;फ़ायरफ़ॉक्स मैथिली - &lt;a href=&quot;ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.2-l10n/firefox-3.6.10pre.mai.win32.zip&quot;&gt;विंडोज़ मशीन के लिए &lt;/a&gt;&lt;br /&gt;फ़ायरफ़ॉक्स मैथिली - &lt;a href=&quot;ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.2-l10n/firefox-3.6.10pre.mai.linux-i686.complete.mar&quot;&gt;लिनक्स मशीन के लिए&lt;/a&gt; &lt;br /&gt;फ़ायरफ़ॉक्स मैथिली - &lt;a href=&quot;ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.2-l10n/firefox-3.6.10pre.mai.mac.complete.mar&quot;&gt;मैक मशीन के लिए&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;अगर आप संस्थापित नहीं करना चाहते हैं तो उदाहरण के लिए आप विंडोज वाली लिंक डाउनलोड करें और अपने पहले के खुले फ़ायरफ़ॉक्स बंद कर अनजिप करके फ़ायरफ़ॉक्स चलाएँ. &lt;br /&gt;अधिक विकल्पों के लिए लोकेल नाम mai खोज कर  &lt;a href=&quot;ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.2-l10n/&quot;&gt;यहाँ से डाउनलोड करें&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;आपके सुझाव की प्रतीक्षा में&lt;br /&gt;&lt;br /&gt;&lt;b&gt;— &lt;/b&gt;&lt;a href=&quot;http://code.google.com/p/bhashaghar/wiki/Maithili&quot;&gt;मैथिली कंप्यूटरीकरण टीम&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3840623483245781202-994179647272066400?l=kramashah.blogspot.com&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 02 Sep 2010 06:08:07 +0000</pubDate>
	<author>noreply@blogger.com (राजेश रंजन)</author>
</item>
<item>
	<title>Tarique Sani: Last month @ SANIsoft blog September 1, 2010</title>
	<guid>http://tariquesani.livejournal.com/225108.html</guid>
	<link>http://tariquesani.livejournal.com/225108.html</link>
	<description>&lt;ul class=&quot;scrd_digest&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://www.sanisoft.com/blog/2010/08/30/cakephp-how-to-re-size-images-at-run-time/?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=cakephp-how-to-re-size-images-at-run-time&quot; rel=&quot;external&quot;&gt;[CakePHP] How to re-size images at run-time&lt;/a&gt;
&lt;div&gt;This is a helper + controller combo for CakePHP which I often use. It helps to re-size images at run-time and also aid display them. Oh yes! once the image is resized it also caches them. First let’s look at helper method. PLAIN TEXT PHP: class MyHelper extends AppHelper {     function getImageUrl($path, $size, [...]&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.sanisoft.com/blog/2010/08/23/sql-data-source-in-sphinx/?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=sql-data-source-in-sphinx&quot; rel=&quot;external&quot;&gt;SQL data source in Sphinx&lt;/a&gt;
&lt;div&gt;These days I am getting more and more into Sphinx and falling in love with it . In this post we will see how to make use of SQL data source to create indexes. Sphinx has inbuilt support for MySQL and PostgreSQL databases. The drivers for these databases can connect to the database using its [...]&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.sanisoft.com/blog/2010/08/16/namespaces-in-php-5-3%E2%80%93part-2/?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=namespaces-in-php-5-3%25e2%2580%2593part-2&quot; rel=&quot;external&quot;&gt;Namespaces in PHP 5.3 – Part 2&lt;/a&gt;
&lt;div&gt;Welcome back! In Part 1 of this post we discussed how to create namespaces and use them for classes, functions and constants. If you have not read Part 1 I strongly recommend you read it before we move on to some of the advanced parts related to namespaces. Lets start from where we had left. [...]&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.sanisoft.com/blog/2010/08/09/adding-security-to-your-cakephp-application-part-2/?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=adding-security-to-your-cakephp-application-part-2&quot; rel=&quot;external&quot;&gt;Adding security to your CakePHP application – Part 2&lt;/a&gt;
&lt;div&gt;In the Part 1 of this post, we’ve discussed how to secure your CakePHP application by following some thumb rules and using Sanitize class. Now, in the second part, we’ll discuss how to add some more security to your application by using the nice Security component of CakePHP. Before coming down to the nitty-gritty of [...]&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.sanisoft.com/blog/2010/08/02/iphone-parsing-rss-with-nsxmlparser/?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=iphone-parsing-rss-with-nsxmlparser&quot; rel=&quot;external&quot;&gt;[iPhone] Parsing RSS with NSXMLParser&lt;/a&gt;
&lt;div&gt;One of the test apps I created while learning iPhone development was a FeedReader app using UITabbarController. Using TabbarController in combination with NavigationController, TableViewController and WebViewController was challenging enough for someone who just began with iPhone development. But more on that later … One of the problems I faced in this app was parsing the [...]&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p style=&quot;border: 1px solid black; padding: 3px;&quot;&gt;&lt;strong&gt;Originally published at &lt;a href=&quot;http://tariquesani.net/blog/2010/09/01/last-month-sanisoft-blog-september-1-2010/&quot;&gt;http://tariquesani.net/blog/&lt;/a&gt;. Please leave any &lt;a href=&quot;http://tariquesani.net/blog/2010/09/01/last-month-sanisoft-blog-september-1-2010/#comments&quot;&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 01 Sep 2010 13:05:44 +0000</pubDate>
</item>
<item>
	<title>Sitaram Chmarthy: Hg easy to use?</title>
	<guid>tag:blogger.com,1999:blog-3039091503554746220.post-8527208488818115602</guid>
	<link>http://sitaramc.blogspot.com/2010/09/hg-easy-to-use.html</link>
	<description>&lt;a href=&quot;http://groups.google.com/group/vim_dev/msg/7e494fa0fe6cc732&quot;&gt;http://groups.google.com/group/vim_dev/msg/7e494fa0fe6cc732&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If Bram, author of vim, cannot do some simple version cutovers in Hg, is it really that easy to use?&lt;br /&gt; &lt;br /&gt;The other thread at &lt;a href=&quot;http://groups.google.com/group/vim_dev/browse_thread/thread/1ce709f61e5424e5/f70ea0132796c96a?hide_quotes=no#msg_f70ea0132796c96a&quot;&gt;http://groups.google.com/group/vim_dev/browse_thread/thread/1ce709f61e5424e5/f70ea0132796c96a?hide_quotes=no#msg_f70ea0132796c96a&lt;/a&gt; is even more illustrative (and, as a friend on #git said, too fatiguing to read).&lt;br /&gt; &lt;br /&gt;Branching it seems is still a mess in Hg...&lt;br /&gt; &lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3039091503554746220-8527208488818115602?l=sitaramc.blogspot.com&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 01 Sep 2010 04:20:09 +0000</pubDate>
	<author>noreply@blogger.com (sitaramc)</author>
</item>
<item>
	<title>Raji Seetharaman: An Upgraded Hello World in Quickly ( adding a dialog )</title>
	<guid>http://sraji.wordpress.com/?p=624</guid>
	<link>http://sraji.wordpress.com/2010/08/31/an-upgraded-hello-world-in-quickly-adding-a-dialog/</link>
	<description>&lt;p&gt;Hai this guide is an extension of previous post.&lt;/p&gt;
&lt;p&gt;Here, you can see how to add a dialog to the before hello world program.&lt;/p&gt;
&lt;p&gt;Follow the five steps mentioned in the previous post.&lt;/p&gt;
&lt;p&gt;Steps :&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;1. Add a dialog&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0012.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0012.png?w=300&amp;amp;h=27&quot; title=&quot;Selection_001&quot; height=&quot;27&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-625&quot; /&gt;&lt;/a&gt;The above command will add a dialog to the helloworld project&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;2. Design the dialog.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0022.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0022.png?w=300&amp;amp;h=30&quot; title=&quot;Selection_002&quot; height=&quot;30&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-626&quot; /&gt;&lt;/a&gt;The above command will open the Hello World button in Glade interface&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;To use the dialog choose Projects – &amp;gt; NewDialog.ui&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/screenshot-helloworldwindow-ui.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/screenshot-helloworldwindow-ui.png?w=300&amp;amp;h=182&quot; title=&quot;Screenshot-HelloworldWindow.ui&quot; height=&quot;182&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-627&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;New dialog is opened&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0032.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0032.png?w=300&amp;amp;h=192&quot; title=&quot;Selection_003&quot; height=&quot;192&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-628&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Add a label to it. (click label from control and widget)&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0042.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0042.png?w=300&amp;amp;h=191&quot; title=&quot;Selection_004&quot; height=&quot;191&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-629&quot; /&gt;&lt;/a&gt;Edit the label in General Properties tab&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0052.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0052.png?w=300&amp;amp;h=191&quot; title=&quot;Selection_005&quot; height=&quot;191&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-630&quot; /&gt;&lt;/a&gt;Save and close the Glade window&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;3. Edit the code&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0062.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0062.png?w=300&amp;amp;h=171&quot; title=&quot;Selection_006&quot; height=&quot;171&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-631&quot; /&gt;&lt;/a&gt;You can find a new NewDialog.py file added to the project.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Import the dialog&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;To import it, edit helloworld file and add the NewDialog to the list of imported modules&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;from helloworld import (&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;AboutHelloworldDialog, PreferencesHelloworldDialog, NewDialog)&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0072.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0072.png?w=300&amp;amp;h=160&quot; title=&quot;Selection_007&quot; height=&quot;160&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-632&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Create an instance of NewDialog as below&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;newDia = NewDialog.NewDialog( )&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;To run the dialog, make use of run( ) method&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;newDia.run( )&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;To destory the dialog, make use of destroy( ) method&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;newDia.destroy( )&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Now on_button1_clicked function looks like&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;def on_button1_clicked(self,widget, data=None):&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;newDia = NewDialog.NewDialog( )&lt;br /&gt;
newDia.run( )&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;4. Run the application&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0082.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0082.png?w=300&amp;amp;h=113&quot; title=&quot;Selection_008&quot; height=&quot;113&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-633&quot; /&gt;&lt;/a&gt; &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;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;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/sraji.wordpress.com/624/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/sraji.wordpress.com/624/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/sraji.wordpress.com/624/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/sraji.wordpress.com/624/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/sraji.wordpress.com/624/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/sraji.wordpress.com/624/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/sraji.wordpress.com/624/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/sraji.wordpress.com/624/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/sraji.wordpress.com/624/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/sraji.wordpress.com/624/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/sraji.wordpress.com/624/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/sraji.wordpress.com/624/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/sraji.wordpress.com/624/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/sraji.wordpress.com/624/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=sraji.wordpress.com&amp;amp;blog=8585499&amp;amp;post=624&amp;amp;subd=sraji&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Tue, 31 Aug 2010 11:50:05 +0000</pubDate>
</item>
<item>
	<title>Aanjhan (tuxmaniac): Home Trip Aug’10 – My Diary Notes</title>
	<guid>http://www.tuxmaniac.com/?p=354</guid>
	<link>http://www.tuxmaniac.com/blog/2010/08/31/home-trip-aug10-my-dairy-notes/</link>
	<description>&lt;p&gt;Life in the first 6 months of 2010 was abuzz with work. Completed my MSc thesis, interned in a &lt;a href=&quot;http://lap.epfl.ch/&quot;&gt;lab&lt;/a&gt; working on hardware platforms performing &lt;a href=&quot;http://en.wikipedia.org/wiki/Side_channel_attack&quot;&gt;Side Channel Attacks&lt;/a&gt;, consulted for a couple of startups on &lt;a href=&quot;http://en.wikipedia.org/wiki/Field-programmable_gate_array&quot;&gt;FPGA&lt;/a&gt; based system designs and was contemplating/deciding on my next career move. Of-course there were these never ending bureaucratic issues that needed fixing. Finally I decided to stay back at school and pursue a PhD (a separate blog post coming up). Before the start of this phase of my career, I had decided to do a mini north EuroTrip and spend some time with family/ friends back in India. So here I was in India for the past 1 month meeting a whole bunch of people and having pleasant exchanges. I am scribbling down a few memorable moments of August 2010.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Meeting up with friends in Pune and Bangalore, discussing a wide range of topics from life to capitalism to Indian media to Ekta Kapoor / Indian film industry to state of Indian education to anything under the sky.&lt;/li&gt;
&lt;li&gt;A memorable night out at a farm house near &lt;a href=&quot;http://en.wikipedia.org/wiki/East_Coast_Road&quot;&gt;East Coast Road&lt;/a&gt; with college friends and spending most part inside the pool again discussing random things.&lt;/li&gt;
&lt;li&gt;Finished reading &lt;a href=&quot;http://www.goodreads.com/review/show/106301522&quot;&gt;Gone with the wind&lt;/a&gt;, &lt;a href=&quot;http://www.goodreads.com/review/show/115355671&quot;&gt;AIDS Sutra&lt;/a&gt;, &lt;a href=&quot;http://www.goodreads.com/review/show/117197755&quot;&gt;Animal Farm&lt;/a&gt;, &lt;a href=&quot;http://www.goodreads.com/review/show/109956193&quot;&gt;A Whole New Mind&lt;/a&gt; and &lt;a href=&quot;http://www.goodreads.com/review/show/100880449&quot;&gt;An Indian Odyssey&lt;/a&gt;. 5 books in a month. The last time I achieved this number was a long time back.&lt;/li&gt;
&lt;li&gt;Traveled more that 5000 Kms by air and land.&lt;/li&gt;
&lt;li&gt;Spent a good amount of time with parents.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;strong&gt;BIGGEST&lt;/strong&gt; thing I will be missing back in Switzerland is the casual chit-chat with family and friends over a whole lot of issues – basically the feeling of connection at the emotional level and of-course the HOME comfort. Strangely enough, I &lt;strong&gt;DONT&lt;/strong&gt; seem to miss Indian food. &lt;a href=&quot;http://twitter.com/sidcarter&quot;&gt;@sidcarter &lt;/a&gt;put it very well in&lt;a href=&quot;http://twitter.com/sidcarter/status/22567405577&quot;&gt; this tweet&lt;/a&gt; earlier today. There were of-course some disappointments/frustrations; but I am in a very light mood as of now to even think about them.&lt;/p&gt;
&lt;p&gt;Tonight I head back to work in Zurich, Switzerland. See you later, India.&lt;/p&gt;</description>
	<pubDate>Tue, 31 Aug 2010 11:41:09 +0000</pubDate>
</item>
<item>
	<title>Raji Seetharaman: Hello World program in Quickly</title>
	<guid>http://sraji.wordpress.com/?p=608</guid>
	<link>http://sraji.wordpress.com/2010/08/31/hello-world-program-in-quickly/</link>
	<description>&lt;p&gt;Hai this tutorial guides you step by step of  how to create a hello world program in Quickly&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;Steps :&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;1. Create a project with name ‘helloworld’.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0011.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0011.png?w=276&amp;amp;h=300&quot; title=&quot;Selection_001&quot; height=&quot;300&quot; width=&quot;276&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-609&quot; /&gt;&lt;/a&gt;2. Close the Helloworld window (File -&amp;gt;Quit or cross-mark(x) at the left top of the window.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0021.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0021.png?w=300&amp;amp;h=46&quot; title=&quot;Selection_002&quot; height=&quot;46&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-610&quot; /&gt;&lt;/a&gt;3. Run the helloworld (without customizing) project.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0031.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0031.png?w=265&amp;amp;h=300&quot; title=&quot;Selection_003&quot; height=&quot;300&quot; width=&quot;265&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-611&quot; /&gt;&lt;/a&gt;4. Design the user interface.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0041.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0041.png?w=300&amp;amp;h=179&quot; title=&quot;Selection_004&quot; height=&quot;179&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-612&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Here, i want to modify the default project to have a  button named ‘ helloworld ‘ inside one vertical container within a window.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Iam going to delete the menu bar, label, image, status bar by clicking on the respective widget name from Actions window.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Then right click and apply Delete&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0051.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0051.png?w=300&amp;amp;h=194&quot; title=&quot;Selection_005&quot; height=&quot;194&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-613&quot; /&gt;&lt;/a&gt;Delete all the four widgets.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0061.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0061.png?w=300&amp;amp;h=163&quot; title=&quot;Selection_006&quot; height=&quot;163&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-614&quot; /&gt;&lt;/a&gt;Reduce the four vertical container to one.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Click on vbox1.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Go to General tab&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Reduce the number of items from 4 to 1.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0071.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0071.png?w=300&amp;amp;h=190&quot; title=&quot;Selection_007&quot; height=&quot;190&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-615&quot; /&gt;&lt;/a&gt;Put a button inside the vertical container.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Click on a button widget present in the control and display.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Click inside the vertical container.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Adjust the properties of the button.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Go to Packing tab, increase the padding to 10.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;In the General tab, scroll down and find the Label entry.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Change from button to Hello World&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0081.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0081.png?w=300&amp;amp;h=191&quot; title=&quot;Selection_008&quot; height=&quot;191&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-616&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Now set the signal handler for the button widget.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Go to Signals tab.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Click on the clicked signal and select on_button1_clicked handler.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_0091.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_0091.png?w=300&amp;amp;h=190&quot; title=&quot;Selection_009&quot; height=&quot;190&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-617&quot; /&gt;&lt;/a&gt;Design part is over.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;5. Edit the code&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_010.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_010.png?w=300&amp;amp;h=188&quot; title=&quot;Selection_010&quot; height=&quot;188&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-618&quot; /&gt;&lt;/a&gt;In the editor window, go to helloworld file. (a special python file )&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;Add a function in name ‘on_button1_clicked’ which we set up in the signal handler of glade ui file&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;def on_button1_clicked(self,widget, data=None):&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 120px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;print ‘Hello Quickly’&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_011.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_011.png?w=300&amp;amp;h=182&quot; title=&quot;Selection_011&quot; height=&quot;182&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-619&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;color: #000000;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;padding-left: 30px;&quot;&gt;Save and close the gedit&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;The use of the above code is if the ‘Hello World’, button is pressed, the string ‘Hello Quickly’ is displayed on the terminal&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Now run the application.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_012.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_012.png?w=300&amp;amp;h=85&quot; title=&quot;Selection_012&quot; height=&quot;85&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-620&quot; /&gt;&lt;/a&gt; &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;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;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/sraji.wordpress.com/608/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/sraji.wordpress.com/608/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/sraji.wordpress.com/608/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/sraji.wordpress.com/608/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/sraji.wordpress.com/608/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/sraji.wordpress.com/608/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/sraji.wordpress.com/608/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/sraji.wordpress.com/608/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/sraji.wordpress.com/608/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/sraji.wordpress.com/608/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/sraji.wordpress.com/608/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/sraji.wordpress.com/608/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/sraji.wordpress.com/608/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/sraji.wordpress.com/608/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=sraji.wordpress.com&amp;amp;blog=8585499&amp;amp;post=608&amp;amp;subd=sraji&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/p&gt;</description>
	<pubDate>Tue, 31 Aug 2010 10:28:08 +0000</pubDate>
</item>
<item>
	<title>Ravishankar Shrivastava: चंद मज़ेदार ईमेल पते</title>
	<guid>tag:blogger.com,1999:blog-7370482.post-964812390186827844</guid>
	<link>http://raviratlami.blogspot.com/2010/08/blog-post_31.html</link>
	<description>&lt;p&gt;हाल ही में मुझे सैकड़ों जगहों से अग्रेषित एक ईमेल मिला जिसमें सैकड़ों तरह के मनोरंजक ईमेल पते दर्ज थे. आपके मनोरंजन के लिए इनमें से कुछ छांट बीन कर पेश हैं-  &lt;/p&gt;&lt;p&gt;ये हैं सुनील, सुरों वाले-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy-XfNkB5I/AAAAAAAAI60/gpnL7D0yfDc/clip_image001%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image001&quot; height=&quot;30&quot; width=&quot;356&quot; alt=&quot;clip_image001&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;दुभाषिया अरूण इधर हैं-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy-ZtWBIvI/AAAAAAAAI64/JC0EnFjx1Kg/clip_image002%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image002&quot; height=&quot;28&quot; width=&quot;476&quot; alt=&quot;clip_image002&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;वाहे गुरु!  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy-a_GGphI/AAAAAAAAI68/e_g6Gr0fwmQ/clip_image003%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image003&quot; height=&quot;30&quot; width=&quot;285&quot; alt=&quot;clip_image003&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;इनसे घृणा करें ताकि ये आपसे प्यार करें-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy-cnyEWsI/AAAAAAAAI7A/7tJCq3iDRDY/clip_image004%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image004&quot; height=&quot;28&quot; width=&quot;517&quot; alt=&quot;clip_image004&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;अनाम चकित-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy-eer8dWI/AAAAAAAAI7E/H4uyaSRegdw/clip_image005%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image005&quot; height=&quot;21&quot; width=&quot;347&quot; alt=&quot;clip_image005&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;नाम भी, मोबाईल फोन नंबर भी- (व्हाट एन आइडिया सर जी?) -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy-i8slwjI/AAAAAAAAI7I/OGYGR5xRZ6c/clip_image006%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image006&quot; height=&quot;24&quot; width=&quot;570&quot; alt=&quot;clip_image006&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;मैं तो पागल हूं! -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy-kaMNMuI/AAAAAAAAI7M/qRsmkvRX0Ig/clip_image007%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image007&quot; height=&quot;23&quot; width=&quot;538&quot; alt=&quot;clip_image007&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;आधुनिक श्रवण कुमार – कंधों पर ! का कांवर!!  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy-mC8m6tI/AAAAAAAAI7Q/269mpd6Iouw/clip_image008%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image008&quot; height=&quot;22&quot; width=&quot;392&quot; alt=&quot;clip_image008&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;जरा इनके नाम का अंदाजा लगाएँ -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy-oDjAYQI/AAAAAAAAI7U/8xI91Z2fWuc/clip_image009%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image009&quot; height=&quot;25&quot; width=&quot;349&quot; alt=&quot;clip_image009&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;नौ कमेंट -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy-pq8hSJI/AAAAAAAAI7Y/t9SFChoL36c/clip_image010%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image010&quot; height=&quot;25&quot; width=&quot;374&quot; alt=&quot;clip_image010&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;विकी कहता है.... पर क्या ?.... -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy-q95O5gI/AAAAAAAAI7c/bq37Dc6CHao/clip_image011%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image011&quot; height=&quot;23&quot; width=&quot;521&quot; alt=&quot;clip_image011&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;मन से रेडी ?  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy-sNy0mHI/AAAAAAAAI7g/iAGSTpfBdVM/clip_image012%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image012&quot; height=&quot;26&quot; width=&quot;366&quot; alt=&quot;clip_image012&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;इस विजय में तो बहुत ऐसेन्ट हैं -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy-wE_bwXI/AAAAAAAAI7k/kTeDa-W3UZ0/clip_image013%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image013&quot; height=&quot;26&quot; width=&quot;340&quot; alt=&quot;clip_image013&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;द पायरेटेड सनी -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy-yTxNNtI/AAAAAAAAI7o/gmmJ3E3EIE4/clip_image014%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image014&quot; height=&quot;24&quot; width=&quot;488&quot; alt=&quot;clip_image014&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;इस विनय में तो सुर-संगीत है-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy-0Elm-EI/AAAAAAAAI7s/VIjJ0A2O49s/clip_image015%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image015&quot; height=&quot;28&quot; width=&quot;309&quot; alt=&quot;clip_image015&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;वरूण में भी बहुत सारे ऐसेन्ट हैं  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy-1iYlc4I/AAAAAAAAI7w/g3i7IernBh0/clip_image016%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image016&quot; height=&quot;25&quot; width=&quot;408&quot; alt=&quot;clip_image016&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;उलटे सीधे कृष्ण -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy-3QnzGfI/AAAAAAAAI70/TWAq7w3D-38/clip_image017%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image017&quot; height=&quot;22&quot; width=&quot;481&quot; alt=&quot;clip_image017&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;दिया तो खुद में ही खुश है. हम भी खुश हुए -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy-4hAYAXI/AAAAAAAAI74/iEUrTW1Dn8I/clip_image018%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image018&quot; height=&quot;24&quot; width=&quot;423&quot; alt=&quot;clip_image018&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;साईं प्रवचन....-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy-51B5l_I/AAAAAAAAI78/-Yl_ycoaNmk/clip_image019%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image019&quot; height=&quot;27&quot; width=&quot;461&quot; alt=&quot;clip_image019&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;ये डॉ. तो किताबी कीड़ा प्रतीत होता है-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy--9llBSI/AAAAAAAAI8A/_3IWxzAT_Mg/clip_image020%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image020&quot; height=&quot;24&quot; width=&quot;494&quot; alt=&quot;clip_image020&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;जरा देखिए तो हैरी किसके बीच फंसा है-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_ARUXJTI/AAAAAAAAI8E/d6X808mwgcQ/clip_image021%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image021&quot; height=&quot;26&quot; width=&quot;376&quot; alt=&quot;clip_image021&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;व्हाट एन आइडिया सर जी! -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy_BsYnoTI/AAAAAAAAI8I/x6W-6vw1z7k/clip_image022%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image022&quot; height=&quot;27&quot; width=&quot;338&quot; alt=&quot;clip_image022&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;क्या? सिर्फ दो दिन बचे हैं?  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy_DB8hfKI/AAAAAAAAI8M/sJ4HnwJLpYo/clip_image023%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image023&quot; height=&quot;33&quot; width=&quot;311&quot; alt=&quot;clip_image023&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;वाह, बहुत बढ़िया -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy_E0wMyjI/AAAAAAAAI8Q/Gh5AqELCAlQ/clip_image024%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image024&quot; height=&quot;25&quot; width=&quot;523&quot; alt=&quot;clip_image024&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;अफ़जल, जरा बढ़िया संपादित करिए अपनी जिंदगी -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy_GZhU9xI/AAAAAAAAI8U/x5z0tjfETic/clip_image025%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image025&quot; height=&quot;23&quot; width=&quot;399&quot; alt=&quot;clip_image025&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;इधर तो रीचार्ज्ड अजय हैं -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy_Hr7AvKI/AAAAAAAAI8Y/SGhuBydc44s/clip_image026%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image026&quot; height=&quot;23&quot; width=&quot;418&quot; alt=&quot;clip_image026&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;आपका मेल पाकर भला कोई कैसे मुस्कुराएगा नहीं?  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy_Qw1zEmI/AAAAAAAAI8c/ffDmxYI8CTo/clip_image027%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image027&quot; height=&quot;23&quot; width=&quot;591&quot; alt=&quot;clip_image027&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;अनिकेत भाई, तुम अमरीका फतह करो हम तुम्हारे साथ हैं...  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy_SigfaTI/AAAAAAAAI8g/OQ-ZYr5T_7c/clip_image028%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image028&quot; height=&quot;36&quot; width=&quot;519&quot; alt=&quot;clip_image028&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;ग्रेट न्यू पिक्स? व्हेयर?  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy_UdJd9TI/AAAAAAAAI8k/qZjS_5IfzpU/clip_image029%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image029&quot; height=&quot;27&quot; width=&quot;499&quot; alt=&quot;clip_image029&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;अनिल बदला लेने वाले का अंतिम युद्ध. आर या पार -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_VihafYI/AAAAAAAAI8o/bRSl5ZHdi4U/clip_image030%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image030&quot; height=&quot;25&quot; width=&quot;503&quot; alt=&quot;clip_image030&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;येस, यू आर राइट सर -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy_XFXdLaI/AAAAAAAAI8s/qHkgc0RXoME/clip_image031%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image031&quot; height=&quot;26&quot; width=&quot;512&quot; alt=&quot;clip_image031&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;किसी को समझ आया हो कि चकर किस भाषा में क्या कह रहे हैं तो कृपया बताएँ-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_Yg3evfI/AAAAAAAAI8w/FaYF6UgeDp8/clip_image032%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image032&quot; height=&quot;22&quot; width=&quot;485&quot; alt=&quot;clip_image032&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;लड़ाई शुरू होने वाली है – तैयार हो जाएँ!  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_aM6sCcI/AAAAAAAAI80/Ss9YBKquC2k/clip_image033%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image033&quot; height=&quot;29&quot; width=&quot;516&quot; alt=&quot;clip_image033&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;उलटी गिनती शुरू...  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_bpxmtvI/AAAAAAAAI84/6Q8ZwAV0-Yw/clip_image034%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image034&quot; height=&quot;29&quot; width=&quot;468&quot; alt=&quot;clip_image034&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;ये बेचारे अकेले राम -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy_dSRm4MI/AAAAAAAAI88/jjGKYDgha1g/clip_image035%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image035&quot; height=&quot;25&quot; width=&quot;441&quot; alt=&quot;clip_image035&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;डॉन को पकड़ना नामुमकिन है-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy_exRoEsI/AAAAAAAAI9A/QbBbSuYyM-s/clip_image036%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image036&quot; height=&quot;22&quot; width=&quot;350&quot; alt=&quot;clip_image036&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;गुरु भाई और इंट्रोवर्ट ? कभी नहीं-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy_gtGx_SI/AAAAAAAAI9E/CDliWSCqAj8/clip_image037%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image037&quot; height=&quot;23&quot; width=&quot;473&quot; alt=&quot;clip_image037&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;आह, एंटीकंसल्टेंट गाइड. इन्हीं की तो अरसे से तलाश थी-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_iFl05TI/AAAAAAAAI9I/iw2Od8La-pM/clip_image038%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image038&quot; height=&quot;23&quot; width=&quot;408&quot; alt=&quot;clip_image038&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;खराब दिन? लगता है इनका क्यूबिकल इनके बॉस के ट्रांसपेरेंट चेम्बर के ठीक सामने है-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy_lY_mH1I/AAAAAAAAI9M/q3yj9vlAAis/clip_image039%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image039&quot; height=&quot;22&quot; width=&quot;432&quot; alt=&quot;clip_image039&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;हरे कृष्ण ! हरे कृष्ण !!  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy_nx1unnI/AAAAAAAAI9Q/6CN_3GYl9oQ/clip_image040%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image040&quot; height=&quot;28&quot; width=&quot;422&quot; alt=&quot;clip_image040&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;जाओ भई जाओ. पर शुभ कामनाएं तो लेते जाओ -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy_pFJml_I/AAAAAAAAI9U/t_IEH2fAuYs/clip_image041%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image041&quot; height=&quot;20&quot; width=&quot;453&quot; alt=&quot;clip_image041&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;अच्छा? -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_qmaGlRI/AAAAAAAAI9Y/XHWSMCOIIWQ/clip_image042%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image042&quot; height=&quot;23&quot; width=&quot;385&quot; alt=&quot;clip_image042&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;ओह, बड़ा दुःख हुआ-  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy_rwV-ttI/AAAAAAAAI9c/hacFczfkLP0/clip_image043%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image043&quot; height=&quot;22&quot; width=&quot;453&quot; alt=&quot;clip_image043&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;ऐसा क्या?  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy_tXgFeII/AAAAAAAAI9g/jfSKPCZXvjI/clip_image044%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image044&quot; height=&quot;25&quot; width=&quot;494&quot; alt=&quot;clip_image044&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;पितृपक्ष में मैरी क्रिसमस?  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy_utxhbuI/AAAAAAAAI9k/SL05weD5jsc/clip_image045%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image045&quot; height=&quot;29&quot; width=&quot;401&quot; alt=&quot;clip_image045&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;वाकई महाईश्वर! -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh6.ggpht.com/_t-eJZb6SGWU/THy_wMu1kMI/AAAAAAAAI9o/rcG3F0PJGj4/clip_image046%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image046&quot; height=&quot;27&quot; width=&quot;433&quot; alt=&quot;clip_image046&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;बहुभाषी डेविस -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_xZLXtQI/AAAAAAAAI9s/--iA4s3IeQI/clip_image047%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image047&quot; height=&quot;25&quot; width=&quot;295&quot; alt=&quot;clip_image047&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;बेचारा ! ये कुछ नहीं जानता -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_zIYQYvI/AAAAAAAAI9w/pHazgJ4Uok0/clip_image048%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image048&quot; height=&quot;25&quot; width=&quot;456&quot; alt=&quot;clip_image048&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;और बाकी समय में? -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh3.ggpht.com/_t-eJZb6SGWU/THy_0MCOfPI/AAAAAAAAI90/48754FOdGeE/clip_image049%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image049&quot; height=&quot;22&quot; width=&quot;499&quot; alt=&quot;clip_image049&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;अरे, कोई इनकी मदद करो -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THy_10jpkvI/AAAAAAAAI94/EAwE6HkTu2Q/clip_image050%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image050&quot; height=&quot;24&quot; width=&quot;508&quot; alt=&quot;clip_image050&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;येस, आई एम -  &lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://lh4.ggpht.com/_t-eJZb6SGWU/THy_3QK2ZzI/AAAAAAAAI98/T3sSDWQTZkw/clip_image051%5B3%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;clip_image051&quot; height=&quot;29&quot; width=&quot;431&quot; alt=&quot;clip_image051&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;और भी हैं. कुछ और दिलचस्प नाम स्क्रीनशॉट के बगैर –  &lt;/p&gt;&lt;p&gt;इसमें कोई शक नहीं -  &lt;/p&gt;&lt;p&gt;&quot;R@Vi's 300 wOrLd'S BeSt!!!&quot;  &lt;/p&gt;&lt;p&gt;आई एम फ़ाइन, थैंक यू -  &lt;/p&gt;&lt;p&gt;&quot;RAVI TEJ@ (h0W!)@RY&quot;  &lt;/p&gt;&lt;p&gt;टाकिटिव?  &lt;/p&gt;&lt;p&gt;&quot;rajitha..... d most talkitive....&quot;  &lt;/p&gt;&lt;p&gt;हैप्पी बर्डे? रोज, हर ईमेल में?  &lt;/p&gt;&lt;p&gt;&quot;$riHarsha......K 'HAPPY BIRTHDAY PRINCE'&quot;  &lt;/p&gt;&lt;p&gt;सतीश में वाकई डबल शक्ति है-  &lt;/p&gt;&lt;p&gt;&quot;$h@kTi $@Ti$h&quot;  &lt;/p&gt;&lt;p&gt;ईजी टू अंडरस्टैंड, हार्ड टू रीड-  &lt;/p&gt;&lt;p&gt;&quot;A-A#,B-B#,C-C#.. esy 2 lrn hrd 2 play&quot;  &lt;/p&gt;&lt;p&gt;अच्छा, कब आए?  &lt;/p&gt;&lt;p&gt;BACK IN HYD KALYAN  &lt;/p&gt;&lt;p&gt;जंग में लगे रहने वाले ही अंततः जीतते हैं -  &lt;/p&gt;&lt;p&gt;Battle may lost But war is on  &lt;/p&gt;&lt;p&gt;आपका परिचय पाकर हम धन्य हुए -  &lt;/p&gt;&lt;p&gt;&quot;Bharath kumar ..... Agonistes....&quot;  &lt;/p&gt;&lt;p&gt;वाओ! तो क्या करें?-  &lt;/p&gt;&lt;p&gt;&quot;COOL DUDE $$$$$ WITH GRT ATTITUDE(YOOOOOOO)&quot;  &lt;/p&gt;&lt;p&gt;सेमिस्टर?-  &lt;/p&gt;&lt;p&gt;Final days of 1semister  &lt;/p&gt;&lt;p&gt;फ्रंड्स, वू हू...  &lt;/p&gt;&lt;p&gt;here only for frdss waiting for uuuuuuuuuu  &lt;/p&gt;&lt;p&gt;हा हा... वी आलसो हैव प्लान्स...  &lt;/p&gt;&lt;p&gt;&quot;Naresh got a PLAN... haha :D”  &lt;/p&gt;&lt;p&gt;बताने के लिए धन्यवाद -  &lt;/p&gt;&lt;p&gt;r@ju.... pR!nC# Of mY OwN K!nGD*m  &lt;/p&gt;&lt;p&gt;संदीप .... क्या कोई अंदाजा लगाओ भाई!  &lt;/p&gt;&lt;p&gt;&quot;Sandeep ¡¢ë(/)äñ |=äñ&quot;  &lt;/p&gt;&lt;p&gt;या, इट रीअली लुक्स लाइक....!!!! -  &lt;/p&gt;&lt;p&gt;&quot;sandy njying lifeeeeeeeee...........!!!!!&quot;  &lt;/p&gt;&lt;p&gt;और भविष्य में? थड?  &lt;/p&gt;&lt;p&gt;&quot;Shyam&amp;lt;- A 'Blast frm d Past'!&quot;  &lt;/p&gt;&lt;p&gt;वेरी नॉटी -  &lt;/p&gt;&lt;p&gt;scooby_naughty  &lt;/p&gt;&lt;p&gt;अच्छा – हमने तो कोई और समझा था -  &lt;/p&gt;&lt;p&gt;yo man sumeet kshirsagar here  &lt;/p&gt;&lt;p&gt;क्रिप्टिक की वर्ड्स -  &lt;/p&gt;&lt;p&gt;&quot;®o ck $T @® ™ . ! . ! . !&quot;  &lt;/p&gt;&lt;p&gt;श्रवण के लाइफ के फंडे -  &lt;/p&gt;&lt;p&gt;รђгคשคภ lเŦє เร รђ๏гt ภן๏א єשєгא รєς  &lt;/p&gt;&lt;p&gt;अरे, आदित्य, ओरकुटिंग इतना बुरा भी नहीं है-  &lt;/p&gt;&lt;p&gt;α∂ιтуα no orkutting  &lt;/p&gt;&lt;p&gt;ठीक है, इंतजार रहेगा -  &lt;/p&gt;&lt;p&gt;&quot;▒♪♠♂Anirudh♀♥♪▒. will be back after 15th...&quot;  &lt;/p&gt;&lt;p&gt;बैनर बढ़िया है-  &lt;/p&gt;&lt;p&gt;&quot;ミ★мєgнα ѕнｿαм★彡 ............................&quot;  &lt;/p&gt;&lt;p&gt;उफ़. हमारी दिली संवेदनाएँ -  &lt;/p&gt;&lt;p&gt;&quot;AnUdEeP ReDdY Proposes Girls Disposes....&quot;  &lt;/p&gt;&lt;p&gt;ग्रेट! नाओ डोंट डू दोज सिली थिंग्स अगेन!  &lt;/p&gt;&lt;p&gt;&quot;SAM...BORN AGAIN&quot;  &lt;/p&gt;&lt;p&gt;बट, हू से?  &lt;/p&gt;&lt;p&gt;&quot;Anuu.....coolll dude Wid Cool Attitude...&quot;  &lt;/p&gt;&lt;p&gt;वेरी बैड सैंडी, वेरी बैड. -  &lt;/p&gt;&lt;p&gt;Sandy Lost da belief in FriendshiP  &lt;/p&gt;&lt;p&gt;बट, वी आल आर प्रेइंग फार अवरसेल्फ -  &lt;/p&gt;&lt;p&gt;PRANEET KUMAR_ PRAY FOR ME BOTHER  &lt;/p&gt;&lt;p&gt;कहानीकार राघव – नाम में ही कहानी है -  &lt;/p&gt;&lt;p&gt;&quot;## R@GH@V ## The Story Teller&quot;  &lt;/p&gt;&lt;p&gt;ये कौन सी भाषा है भाई -  &lt;/p&gt;&lt;p&gt;&quot;veelithe4maatalu kudhirithe cup coffee....&quot;  &lt;/p&gt;&lt;p&gt;शुक्र है, अन्यथा बहुत सा लफ़ड़ा हो जाता -  &lt;/p&gt;&lt;p&gt;Life has No CTRL+Z  &lt;/p&gt;&lt;p&gt;अच्छा? जरा दिखाओ तो! -  &lt;/p&gt;&lt;p&gt;Man with Unique power for u  &lt;/p&gt;&lt;p&gt;हरि ॐ तत्सत...  &lt;/p&gt;&lt;p&gt;ॐ†ﷲ HARISH™ॐ†ﷲ ®ॐ†ﷲॐ†ﷲॐ†ﷲॐ†ﷲॐ†ﷲॐ†ﷲ  &lt;/p&gt;&lt;p&gt;थैंक्स, आई थॉट इट्स समवन एल्ज -  &lt;/p&gt;&lt;p&gt;&quot;8a1ju ...........its me&quot;  &lt;/p&gt;&lt;p&gt;आप क्या कोई नेता हैं? -  &lt;/p&gt;&lt;p&gt;$@!... luv .I.N.D.I.A.!!!!  &lt;/p&gt;&lt;p&gt;क्लास बंकिंग अगेन -  &lt;/p&gt;&lt;p&gt;&quot;@IITM..STUDENT MARUTI.. STUDENT LIFE AGAIN&quot;  &lt;/p&gt;&lt;p&gt;आदित्य आपके पास कौन सा सूर्य है यार! -  &lt;/p&gt;&lt;p&gt;&quot;ADITYA ..THE SUN NEVER SETS..........&quot;  &lt;/p&gt;&lt;p&gt;इक्का भी तो वापस आ गया है -  &lt;/p&gt;&lt;p&gt;&quot;$!/@ $@//K@r KING !$ BACK NOW&quot;  &lt;/p&gt;&lt;p&gt;बिजी सोमू को कोई मेल न मारे -  &lt;/p&gt;&lt;p&gt;&quot;$oMu Bu$y @gAin @FtEr LoNg B@(k.........&quot;  &lt;/p&gt;&lt;p&gt;जाओ जाओ...-  &lt;/p&gt;&lt;p&gt;&quot;g0ing onnnn..... --Bh@nU---&quot;  &lt;/p&gt;&lt;p&gt;व्हाट पैसन?  &lt;/p&gt;&lt;p&gt;Brahma On d way 2 Wakeup His Passion  &lt;/p&gt;&lt;p&gt;बॉस आलवेज कम्स विथ बैंग बड्डी! -  &lt;/p&gt;&lt;p&gt;&quot;Sreeraj,The boss is comming back.with a bang.&quot;  &lt;/p&gt;&lt;p&gt;ये तो बहुत बुरा हुआ सन्नी!  &lt;/p&gt;&lt;p&gt;&quot;Sunny...... born 2 party bt force 2 work&quot;  &lt;/p&gt;&lt;p&gt;हाँ, हाँ, क्यों नहीं!!  &lt;/p&gt;&lt;p&gt;&quot;CAn I hELp U ?.. ..........RaJ&quot;  &lt;/p&gt;&lt;p&gt;चिंटू भाई चिंतित -  &lt;/p&gt;&lt;p&gt;&quot;CHINTU @0044@@@@ 460@@8: MISS U ALL RA&quot;  &lt;/p&gt;&lt;p&gt;अच्छा? ऊपर किसी बंदे ने तो फुल ऑफ जॉय कहा था.. -  &lt;/p&gt;&lt;p&gt;---=|Þ®¡yäñkä|=- ℓιƒє ιѕ α ¢нαℓℓєηgє  &lt;/p&gt;&lt;p&gt;लो, लाइफ पर एक और फिलासफी -  &lt;/p&gt;&lt;p&gt;LOVE FEELS LIKE HEAVEN BUT HURTS LIK HELL  &lt;/p&gt;&lt;p&gt;हाँ, हाँ, करो तो मरो न करो तो मरो -  &lt;/p&gt;&lt;p&gt;*Goutham* Get busy livin or Get busy dying  &lt;/p&gt;&lt;p&gt;---.    &lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;और भी ढेरों &lt;font color=&quot;#0000ff&quot;&gt;&lt;a href=&quot;http://raviratlami.blogspot.com/&quot; target=&quot;_blank&quot;&gt;तकनीकी – हास्य व्यंग्य रचनाएँ पढ़ें छींटें और बौछारें पर यहाँ&lt;/a&gt;&lt;/font&gt;&lt;font color=&quot;#ff0000&quot;&gt;&lt;/font&gt;&lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/7370482-964812390186827844?l=raviratlami.blogspot.com&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/mW_B6m1o8H_4Iwj7VNeaoIZz3tM/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/mW_B6m1o8H_4Iwj7VNeaoIZz3tM/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/mW_B6m1o8H_4Iwj7VNeaoIZz3tM/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/mW_B6m1o8H_4Iwj7VNeaoIZz3tM/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=gcWsZezXQt8:1WILglePTEc:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=gcWsZezXQt8:1WILglePTEc:63t7Ie-LG7Y&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?d=63t7Ie-LG7Y&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=gcWsZezXQt8:1WILglePTEc:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?i=gcWsZezXQt8:1WILglePTEc:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=gcWsZezXQt8:1WILglePTEc:7Q72WNTAKBA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?d=7Q72WNTAKBA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=gcWsZezXQt8:1WILglePTEc:4cEx4HpKnUU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?i=gcWsZezXQt8:1WILglePTEc:4cEx4HpKnUU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=gcWsZezXQt8:1WILglePTEc:qj6IDK7rITs&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?d=qj6IDK7rITs&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=gcWsZezXQt8:1WILglePTEc:gk9zsYm3xOc&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?i=gcWsZezXQt8:1WILglePTEc:gk9zsYm3xOc&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
	<pubDate>Tue, 31 Aug 2010 08:40:03 +0000</pubDate>
	<author>raviratlami@gmail.com (Raviratlami)</author>
</item>
<item>
	<title>Shakthi Kannan: Clojure meet</title>
	<guid>http://clojure.org</guid>
	<link>http://clojure.org</link>
	<description>A hands-on workshop on &lt;a href=&quot;http://clojure.org/&quot;&gt;Clojure&lt;/a&gt; was organized in &lt;a href=&quot;http://www.ilughyd.org.in&quot;&gt;TwinCLinGs'&lt;/a&gt; August months' meet at &lt;a href=&quot;http://www.rhythm.com/india/overview.html&quot;&gt;Rhythm &amp;amp; Hues Studios Pvt. Ltd&lt;/a&gt;, Hitech City, Hyderabad, India by &lt;a href=&quot;http://freegeek.in/blog/&quot;&gt;Bhaishampayan Ghose&lt;/a&gt;, co-founder and chief geek at &lt;a href=&quot;http://infinitelybeta.com/&quot;&gt;Infinitely Beta&lt;/a&gt;. A picture of the attendees:&lt;br /&gt;
&lt;img src=&quot;http://shakthimaan.com/downloads/glv/hyd/images/clojure-hyderabad-workshop-aug-29-2010.jpg&quot; alt=&quot;clojure meet attendees&quot; /&gt;&lt;br /&gt;
The &lt;a href=&quot;http://www.slideshare.net/zaph0d/pune-clojure-course-outline&quot;&gt;slides&lt;/a&gt; are available. You can install clojure on Fedora using:
&lt;pre&gt;  $ sudo yum install clojure
&lt;/pre&gt;
A clojure programming book is also available at &lt;a href=&quot;http://en.wikibooks.org/wiki/Clojure&quot;&gt;http://en.wikibooks.org/wiki/Clojure&lt;/a&gt; to get started! Thanks to volunteers who sponsored for Bhaishampayan Ghoses' travel, to and from Pune, India.&lt;br /&gt;</description>
	<pubDate>Mon, 30 Aug 2010 18:00:00 +0000</pubDate>
</item>
<item>
	<title>Raji Seetharaman: Getting Started with Quickly</title>
	<guid>http://sraji.wordpress.com/?p=595</guid>
	<link>http://sraji.wordpress.com/2010/08/30/getting-started-with-quickly/</link>
	<description>&lt;p&gt;You can find a very good tutorial packed into Quickly software during installation.&lt;/p&gt;
&lt;p&gt;To read the default tutorial, from the terminal type&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;ubuntu@ubuntu:~$ &lt;span style=&quot;color: #ff00ff;&quot;&gt;quickly tutorial ubuntu-application&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Press enter.&lt;/p&gt;
&lt;p&gt;The execution of the above command opens a Quickly 0.4 User Guide window as shown below&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_001.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_001.png?w=300&amp;amp;h=273&quot; title=&quot;Selection_001&quot; height=&quot;273&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-596&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now invest your time in reading the tutorial &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;p&gt;&lt;span style=&quot;color: #1331eb;&quot;&gt;Quickly Commands&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;To get a list of available commands in Quickly, from the terminal type the command&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;ubuntu@ubuntu:~$ &lt;span style=&quot;color: #ff00ff;&quot;&gt;quickly commands &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_002.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_002.png?w=136&amp;amp;h=300&quot; title=&quot;Selection_002&quot; height=&quot;300&quot; width=&quot;136&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-597&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;The following screenshot is the result of help command in quickly.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_003.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_003.png?w=300&amp;amp;h=171&quot; title=&quot;Selection_003&quot; height=&quot;171&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-598&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;Creating a Ubuntu project&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;The first step is to create a ubuntu project. &lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;To do it issue the following command from the terminal.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;ubuntu@ubuntu:~$ &lt;span style=&quot;color: #ff00ff;&quot;&gt;quickly create ubuntu-application myproject&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;press enter.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;You will get a message in the terminal and  screenshot as below&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_004.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_004.png?w=278&amp;amp;h=300&quot; title=&quot;Selection_004&quot; height=&quot;300&quot; width=&quot;278&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-599&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Close the Myproject (name of your project) window by choosing either from the menu File -&amp;gt; Quit or click on the cross-mark (x) on top of the window.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Once it is done, you will see the additional message (Congrats…….) along with the previous message in terminal.&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_005.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_005.png?w=300&amp;amp;h=47&quot; title=&quot;Selection_005&quot; height=&quot;47&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-600&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;After execution of the above command, a subdirectory with name ‘myproject’ is created in your current directory. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Now lets look into the contents of ‘myproject’ directory&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_006.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_006.png?w=300&amp;amp;h=34&quot; title=&quot;Selection_006&quot; height=&quot;34&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-601&quot; /&gt;&lt;/a&gt;Python files are placed in myproject/myproject&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Glade files are placed in myproject/data&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;Running the application&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;To launch the ubuntu application, you must cd into myproject directory and has to issue &lt;span style=&quot;color: #ff00ff;&quot;&gt;quickly run&lt;/span&gt; command.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_007.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_007.png?w=266&amp;amp;h=300&quot; title=&quot;Selection_007&quot; height=&quot;300&quot; width=&quot;266&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-602&quot; /&gt;&lt;/a&gt;To edit the UI design issue &lt;span style=&quot;color: #ff00ff;&quot;&gt;quickly design&lt;/span&gt; command. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;This will import the project into Glade User Interface Designer&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_008.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_008.png?w=300&amp;amp;h=216&quot; title=&quot;Selection_008&quot; height=&quot;216&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-603&quot; /&gt;&lt;/a&gt;Now you can customize the default project as per your needs.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;To edit the code, the command is&lt;span style=&quot;color: #ff00ff;&quot;&gt; quickly edit. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;It will open the Gedit text editor with the built-in coded files.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;a href=&quot;http://sraji.files.wordpress.com/2010/08/selection_009.png&quot;&gt;&lt;img src=&quot;http://sraji.files.wordpress.com/2010/08/selection_009.png?w=300&amp;amp;h=175&quot; title=&quot;Selection_009&quot; height=&quot;175&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-604&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;You can modify the code now.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;That’s all for now. Packaging and Releasing will be dealt later.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;I experienced programming in Quickly is sooo fun and very easy.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Also, im surprised to see how quickly i can develop a application &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;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Thanks a lot to the community members&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 90px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;&quot;&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/sraji.wordpress.com/595/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/sraji.wordpress.com/595/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/sraji.wordpress.com/595/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/sraji.wordpress.com/595/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/sraji.wordpress.com/595/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/sraji.wordpress.com/595/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/sraji.wordpress.com/595/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/sraji.wordpress.com/595/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/sraji.wordpress.com/595/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/sraji.wordpress.com/595/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/sraji.wordpress.com/595/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/sraji.wordpress.com/595/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/sraji.wordpress.com/595/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/sraji.wordpress.com/595/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=sraji.wordpress.com&amp;amp;blog=8585499&amp;amp;post=595&amp;amp;subd=sraji&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 30 Aug 2010 11:25:15 +0000</pubDate>
</item>
<item>
	<title>Sitaram Chmarthy: fixups on an existing commit using tig and the new autosquash option on rebase</title>
	<guid>tag:blogger.com,1999:blog-3039091503554746220.post-4980869353156596880</guid>
	<link>http://sitaramc.blogspot.com/2010/08/fixups-on-existing-commit-using-tig-and.html</link>
	<description>&lt;p class=&quot;mobile-photo&quot;&gt;&lt;br /&gt;&lt;br /&gt;This shows how to use tig and the new option in rebase to do fixups very quickly.&lt;br /&gt;&lt;br /&gt;What you need first is this line in your ~/.gitconfig:&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;de2&quot;&gt;&lt;br /&gt;  &lt;span style=&quot;font-family: courier new;&quot;&gt;    # fixup, from http://permalink.gmane.org/gmane.comp.version-control.git/154460&lt;/span&gt;&lt;br /&gt;   &lt;span style=&quot;font-family: courier new;&quot;&gt;    fixup = &quot;!f() { git commit -m\&quot;fixup! $(git log -1 --pretty=%s $1)\&quot;; }; f&quot;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;and these lines in your ~/.tigrc:&lt;br /&gt;&lt;div class=&quot;de2&quot;&gt;&lt;br /&gt;  &lt;span style=&quot;font-family: courier new;&quot;&gt;    bind    main            =   !git fixup %(commit)&lt;/span&gt;&lt;br /&gt;   &lt;span style=&quot;font-family: courier new;&quot;&gt;    bind    main            R   !git rebase --autosquash -i %(commit)&lt;/span&gt;&lt;br /&gt;   &lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;    bind    generic         s   view-status&lt;/span&gt;&lt;/div&gt;     &lt;br /&gt;    We need to make a quick change in conf/example.gitolite.rc.  We     first make the&lt;br /&gt;    change, then start tig&lt;br /&gt;    &lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_5s5PsYvx8zk/THuSNVJOppI/AAAAAAAAADI/qA40z6ZZnyE/s1600/autosquash-01-773459.png&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/_5s5PsYvx8zk/THuSNVJOppI/AAAAAAAAADI/qA40z6ZZnyE/s320/autosquash-01-773459.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159326729741970&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;     type 's' for status view, then cursor down to the file that you just     changed&lt;br /&gt;    &lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_5s5PsYvx8zk/THuSNuhQYJI/AAAAAAAAADQ/x5eCvY__vlA/s1600/autosquash-02-774789.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_5s5PsYvx8zk/THuSNuhQYJI/AAAAAAAAADQ/x5eCvY__vlA/s320/autosquash-02-774789.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159333541404818&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;     type 'u' to stage that file&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_5s5PsYvx8zk/THuSOKfNqNI/AAAAAAAAADY/hrTgGqJwn8U/s1600/autosquash-03-776413.png&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_5s5PsYvx8zk/THuSOKfNqNI/AAAAAAAAADY/hrTgGqJwn8U/s320/autosquash-03-776413.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159341049030866&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;type 'q' to quit status view and go back to main view; cursor down     to the&lt;br /&gt;    commit you want to &quot;fixup&quot;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_5s5PsYvx8zk/THuSObfcMwI/AAAAAAAAADg/nsvmhXkFk5I/s1600/autosquash-04-777660.png&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_5s5PsYvx8zk/THuSObfcMwI/AAAAAAAAADg/nsvmhXkFk5I/s320/autosquash-04-777660.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159345613386498&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;     hit enter to make sure it is the right one; it is... the filelist     confirms it&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_5s5PsYvx8zk/THuSO1pgOaI/AAAAAAAAADo/_hrHX5XISy4/s1600/autosquash-05-779290.png&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/_5s5PsYvx8zk/THuSO1pgOaI/AAAAAAAAADo/_hrHX5XISy4/s320/autosquash-05-779290.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159352634915234&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;     hit 'q' to get rid of the commit details, then '=' to invoke the     &quot;git fixup&quot;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_5s5PsYvx8zk/THuSPJuiLRI/AAAAAAAAADw/VY9t98Q1WyI/s1600/autosquash-06-780427.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_5s5PsYvx8zk/THuSPJuiLRI/AAAAAAAAADw/VY9t98Q1WyI/s320/autosquash-06-780427.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159358024723730&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;br /&gt;    Notice the commit message?&lt;br /&gt;   &lt;br /&gt;    hit enter to get past that commit confirmation message, then arrow     down 1 line&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_5s5PsYvx8zk/THuSPVTNh5I/AAAAAAAAAD4/Sh5S2bzUhlA/s1600/autosquash-07-781805.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_5s5PsYvx8zk/THuSPVTNh5I/AAAAAAAAAD4/Sh5S2bzUhlA/s320/autosquash-07-781805.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159361131349906&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;     hit &quot;R&quot; to rebase with respect to the selected commit&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_5s5PsYvx8zk/THuSQCusmQI/AAAAAAAAAEA/2R0uEVXFgwc/s1600/autosquash-08-784614.png&quot;&gt;&lt;img src=&quot;http://2.bp.blogspot.com/_5s5PsYvx8zk/THuSQCusmQI/AAAAAAAAAEA/2R0uEVXFgwc/s320/autosquash-08-784614.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159373326227714&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;save and exit the editor&lt;br /&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_5s5PsYvx8zk/THuSQWNkjII/AAAAAAAAAEI/uvo2PTxDYf0/s1600/autosquash-09-785914.png&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_5s5PsYvx8zk/THuSQWNkjII/AAAAAAAAAEI/uvo2PTxDYf0/s320/autosquash-09-785914.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159378555997314&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;hit enter to see the new commits&lt;br /&gt;&lt;/p&gt;&lt;p class=&quot;mobile-photo&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_5s5PsYvx8zk/THuSQzVbHGI/AAAAAAAAAEQ/leFwwsdi4pI/s1600/autosquash-10-787023.png&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_5s5PsYvx8zk/THuSQzVbHGI/AAAAAAAAAEQ/leFwwsdi4pI/s320/autosquash-10-787023.png&quot; alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5511159386373561442&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/3039091503554746220-4980869353156596880?l=sitaramc.blogspot.com&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Mon, 30 Aug 2010 11:21:41 +0000</pubDate>
	<author>noreply@blogger.com (sitaramc)</author>
</item>
<item>
	<title>Raji Seetharaman: How to install Quickly on Ubuntu 10.04 ?</title>
	<guid>http://sraji.wordpress.com/?p=593</guid>
	<link>http://sraji.wordpress.com/2010/08/30/how-to-install-quickly-on-ubuntu-10-04/</link>
	<description>&lt;p&gt;Before starting to explore the power of &lt;span style=&quot;color: #ff0000;&quot;&gt;Quickly&lt;/span&gt;, it has to be installed first.&lt;/p&gt;
&lt;p&gt;To install it, from the terminal type&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;sudo apt-get install quickly&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/sraji.wordpress.com/593/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/sraji.wordpress.com/593/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/sraji.wordpress.com/593/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/sraji.wordpress.com/593/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/sraji.wordpress.com/593/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/sraji.wordpress.com/593/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/sraji.wordpress.com/593/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/sraji.wordpress.com/593/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/sraji.wordpress.com/593/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/sraji.wordpress.com/593/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/sraji.wordpress.com/593/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/sraji.wordpress.com/593/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/sraji.wordpress.com/593/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/sraji.wordpress.com/593/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=sraji.wordpress.com&amp;amp;blog=8585499&amp;amp;post=593&amp;amp;subd=sraji&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Mon, 30 Aug 2010 09:45:30 +0000</pubDate>
</item>
<item>
	<title>Raji Seetharaman: What is Quickly ?</title>
	<guid>http://sraji.wordpress.com/?p=591</guid>
	<link>http://sraji.wordpress.com/2010/08/30/what-is-quickly/</link>
	<description>&lt;p&gt;&lt;span style=&quot;color: #333399;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;Quickly&lt;/span&gt; &lt;/span&gt;is a open source command-line tool for creating software programs and publishing the code ( for others to use ) quickly&lt;/p&gt;
&lt;p&gt;Quickly is a product of Ubuntu sponsored by Canonical Ltd.&lt;/p&gt;
&lt;p&gt;Quickly gets life from Ubuntu 9.10 (Karmic Koala) &lt;a href=&quot;http://www.canonical.com/news/ubuntu-910&quot;&gt;http://www.canonical.com/news/ubuntu-910&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Rick Spencer, the leader of the Ubuntu Desktop team at Canonical Ltd came up with the idea of ‘ &lt;span style=&quot;color: #0000ff;&quot;&gt;Quickly&lt;/span&gt; ‘&lt;/p&gt;
&lt;p&gt;Rick Spencer worked on his idea, gathering help from the community (include an incredible community member called Didier Roche), and thus Quickly was born&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Quickly helps you create software programs (and other things) quickly. You can select from a set of application templates and use some simple quickly commands to create, edit code and GUI, and publish your software for others to use. Quickly’s templates are easy to write. So if you are a fan of language foo, you can create a foo-project template. Or if you want to help people making plugins for your killer app, you can make a killer-app-plugin template. You can even create a template for managing corporate documents, creating your awesome LaTeX helpers. The sky is the limit!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://launchpad.net/quickly&quot;&gt;https://launchpad.net/quickly&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Quickly on the whole makes use of various open source technologies such as&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;Python&lt;/span&gt; for the language&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;PyGTK &lt;/span&gt;for the user interface&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;Glade&lt;/span&gt; for UI design&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;Gedit&lt;/span&gt; for editing the code&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;Desktop Couch&lt;/span&gt; for data storage (optional)&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;Bazaar&lt;/span&gt; for version control system&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;&quot;&gt;&lt;span style=&quot;color: #ff00ff;&quot;&gt;Launchpad&lt;/span&gt; for code hosting&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/sraji.wordpress.com/591/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/sraji.wordpress.com/591/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/sraji.wordpress.com/591/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/sraji.wordpress.com/591/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/sraji.wordpress.com/591/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/sraji.wordpress.com/591/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/sraji.wordpress.com/591/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/sraji.wordpress.com/591/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/sraji.wordpress.com/591/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/sraji.wordpress.com/591/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/sraji.wordpress.com/591/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/sraji.wordpress.com/591/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/sraji.wordpress.com/591/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/sraji.wordpress.com/591/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=sraji.wordpress.com&amp;amp;blog=8585499&amp;amp;post=591&amp;amp;subd=sraji&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Mon, 30 Aug 2010 09:21:00 +0000</pubDate>
</item>
<item>
	<title>Ankur Shrivastava: Weekend Project II</title>
	<guid>http://ankurs.com/?p=656</guid>
	<link>http://ankurs.com/2010/08/weekend-project-ii/</link>
	<description>&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 – code and proper working for the previous and this weekend project will be posted soon!&lt;/p&gt;</description>
	<pubDate>Sun, 29 Aug 2010 16:22:33 +0000</pubDate>
</item>
<item>
	<title>Ratnadeep Debnath: wordgroupz development news</title>
	<guid>http://ratnadeepdebnath.wordpress.com/?p=207</guid>
	<link>http://ratnadeepdebnath.wordpress.com/2010/08/29/wordgroupz-development-news-5/</link>
	<description>&lt;p&gt;Lately, I worked on fine tuning the code for wordgroupz. I fixed some bugs that I was aware of, like unable to parse data retrieved from wiktionary pages which did not have any ‘Contents’ field, error launching games when no words in db, some bugs in webster view, etc. Now, I have added a dialog which will show a message saying ‘Not enough data’ if the number of words in the db are not enough for playing games. I have also added support for parsing data from wiktionary pages which have no ‘Contents’ field. Also made some fixes in the webster view.&lt;/p&gt;
&lt;p&gt;I today updated the RPM for wordgroupz to wordgroupz-0.3b-4.fc13.noarch.rpm&lt;/p&gt;
&lt;p&gt;You can install the latest version of wordgroupz as follows:&lt;/p&gt;
&lt;p&gt;1) download &lt;a href=&quot;http://rtnpro.fedorapeople.org/rtnpro.repo&quot;&gt;rtnpro.repo&lt;/a&gt; into /etc/yum.repos.d/&lt;/p&gt;
&lt;p&gt;2) then as root, do :&lt;/p&gt;
&lt;p&gt;yum install wordgroupz&lt;/p&gt;
&lt;p&gt;You can also get the source code from &lt;a href=&quot;http://gitorious.org/wordgroupz/&quot;&gt;http://gitorious.org/wordgroupz/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please test wordgroupz, and feel free to drop in your suggestions.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/ratnadeepdebnath.wordpress.com/207/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/ratnadeepdebnath.wordpress.com/207/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/ratnadeepdebnath.wordpress.com/207/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/ratnadeepdebnath.wordpress.com/207/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/ratnadeepdebnath.wordpress.com/207/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/ratnadeepdebnath.wordpress.com/207/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/ratnadeepdebnath.wordpress.com/207/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/ratnadeepdebnath.wordpress.com/207/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/ratnadeepdebnath.wordpress.com/207/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/ratnadeepdebnath.wordpress.com/207/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/ratnadeepdebnath.wordpress.com/207/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/ratnadeepdebnath.wordpress.com/207/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/ratnadeepdebnath.wordpress.com/207/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/ratnadeepdebnath.wordpress.com/207/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=ratnadeepdebnath.wordpress.com&amp;amp;blog=5702928&amp;amp;post=207&amp;amp;subd=ratnadeepdebnath&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Sun, 29 Aug 2010 10:58:06 +0000</pubDate>
</item>
<item>
	<title>Tarique Sani: Twitter Weekly Updates for 2010-08-29</title>
	<guid>http://tariquesani.livejournal.com/224932.html</guid>
	<link>http://tariquesani.livejournal.com/224932.html</link>
	<description>&lt;ul class=&quot;aktt_tweet_digest&quot;&gt;
&lt;li&gt;Reading: The Timeless Beauty of National Geographic – &lt;a href=&quot;http://retinart.net/?p=2188&quot; rel=&quot;nofollow&quot;&gt;http://retinart.net/?p=2188&lt;/a&gt;  &lt;a href=&quot;http://twitter.com/tariquesani/statuses/21824235463&quot; class=&quot;aktt_tweet_time&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Soon all WiFi capable phones will be able to act as access points (Read as – mine does not as yet!)  &lt;a href=&quot;http://twitter.com/tariquesani/statuses/21824451995&quot; class=&quot;aktt_tweet_time&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;I may be small but I can get nasty &lt;a href=&quot;http://is.gd/ey64Y&quot; rel=&quot;nofollow&quot;&gt;http://is.gd/ey64Y&lt;/a&gt; A lion cub snarls #&lt;a href=&quot;http://search.twitter.com/search?q=%23photography&quot; class=&quot;aktt_hashtag&quot;&gt;photography&lt;/a&gt;  &lt;a href=&quot;http://twitter.com/tariquesani/statuses/21891049545&quot; class=&quot;aktt_tweet_time&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;SANIsoft Blog: SQL data source in Sphinx &lt;a href=&quot;http://t.co/kYqNL0v&quot; rel=&quot;nofollow&quot;&gt;http://t.co/kYqNL0v&lt;/a&gt;  &lt;a href=&quot;http://twitter.com/tariquesani/statuses/21891953841&quot; class=&quot;aktt_tweet_time&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; @&lt;a href=&quot;http://twitter.com/rohitweet&quot; class=&quot;aktt_username&quot;&gt;rohitweet&lt;/a&gt; Don't moderate everyone – anyone who has posted 5 good messages can unmoderated  &lt;a href=&quot;http://twitter.com/rohitweet/statuses/21909469913&quot; class=&quot;aktt_tweet_reply&quot;&gt;in reply to rohitweet&lt;/a&gt; &lt;a href=&quot;http://twitter.com/tariquesani/statuses/21909659971&quot; class=&quot;aktt_tweet_time&quot;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; @&lt;a href=&quot;http://twitter.com/geetanjalic&quot; class=&quot;aktt_username&quot;&gt;geetanjalic&lt;/a&gt; A nitpick on your twitpic – It is a toad! Though you can still try kissing it &lt;img src=&quot;http://tariquesani.net/blog/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;-)&quot; class=&quot;wp-smiley&quot; /&gt;&lt;br /&gt;




&lt;div style=&quot;float: right; margin-left: 10px;&quot; class=&quot;tw_button&quot;&gt;&lt;a href=&quot;http://twitter.com/share?url=http%3A%2F%2Ftariquesani.net%2Fblog%2F2007%2F06%2F14%2Fvulture-at-wadi%2F&amp;amp;text=Vulture+at+Wadi%21+at+Tarique%27s+Travails&amp;amp;related=tariquesani:A+doctor+turned+PHP+pro%2C+Wrote+the+book+long+ago%2C+now+SANIsoft+CTO&amp;amp;lang=en&amp;amp;count=vertical&quot; class=&quot;twitter-share-button&quot;&gt;Tweet&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://tariquesani.net/blog/2010/08/29/twitter-weekly-updates-for-2010-08-29/#more-1809&quot;&gt;Read the rest of this entry »&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;border: 1px solid black; padding: 3px;&quot;&gt;&lt;strong&gt;Originally published at &lt;a href=&quot;http://tariquesani.net/blog/2010/08/29/twitter-weekly-updates-for-2010-08-29/&quot;&gt;http://tariquesani.net/blog/&lt;/a&gt;. Please leave any &lt;a href=&quot;http://tariquesani.net/blog/2010/08/29/twitter-weekly-updates-for-2010-08-29/#comments&quot;&gt;comments&lt;/a&gt; there.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</description>
	<pubDate>Sun, 29 Aug 2010 07:49:38 +0000</pubDate>
</item>
<item>
	<title>Ankur Sinha: Oh! my system had a remote I had forgotten about!!</title>
	<guid>http://dodoincfedora.wordpress.com/?p=406</guid>
	<link>http://dodoincfedora.wordpress.com/2010/08/28/oh-my-system-had-a-remote-i-had-forgotten-about/</link>
	<description>&lt;p style=&quot;text-align: center;&quot;&gt;
&lt;/p&gt;&lt;div style=&quot;width: 293px;&quot; id=&quot;attachment_407&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://dodoincfedora.files.wordpress.com/2010/08/dsc01182.jpg&quot;&gt;&lt;img src=&quot;http://dodoincfedora.files.wordpress.com/2010/08/dsc01182.jpg?w=283&amp;amp;h=244&quot; title=&quot;Remote&quot; height=&quot;244&quot; width=&quot;283&quot; alt=&quot;&quot; class=&quot;size-full wp-image-407&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;My forgotten remote&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;I’ve to present a seminar as part of my syllabus for the semester. I was looking for one of those remote controllers to make the seminar COOLER. Weirdly enough, I remembered that my laptop came with a remote that has been tucked in and forgotten for a loong loong time. It presently doesn’t seem to work, probably a dead battery, but my next TODO item is to get this working with Fedora. I’m going to get a new battery and hope this works outa the box!&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/dodoincfedora.wordpress.com/406/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/dodoincfedora.wordpress.com/406/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/dodoincfedora.wordpress.com/406/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/dodoincfedora.wordpress.com/406/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/dodoincfedora.wordpress.com/406/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/dodoincfedora.wordpress.com/406/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/dodoincfedora.wordpress.com/406/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/dodoincfedora.wordpress.com/406/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/dodoincfedora.wordpress.com/406/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/dodoincfedora.wordpress.com/406/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/dodoincfedora.wordpress.com/406/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/dodoincfedora.wordpress.com/406/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/dodoincfedora.wordpress.com/406/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/dodoincfedora.wordpress.com/406/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=dodoincfedora.wordpress.com&amp;amp;blog=6513662&amp;amp;post=406&amp;amp;subd=dodoincfedora&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Sat, 28 Aug 2010 10:46:48 +0000</pubDate>
</item>
<item>
	<title>Pramode CE: Please help me create a database of companies looking for FOSS skills</title>
	<guid>http://pramode.net/2010/08/28/foss-companies</guid>
	<link>http://pramode.net/2010/08/28/foss-companies/</link>
	<description>&lt;h2&gt;Please help me create a database of companies looking for FOSS skills&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Aug 28, 2010&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;
The classes for my first &lt;a href=&quot;http://icsoftware.in/students/&quot;&gt;full-time batch&lt;/a&gt; &lt;a href=&quot;http://icsoftware.in/2010/08/26/classes-started/&quot;&gt;started on 25th of August&lt;/a&gt;. If you are working for a company which needs engineers with solid FOSS skills, or if you
know of any such companies, please drop me a mail - my id is: mail@pramode.net.&lt;/p&gt;</description>
	<pubDate>Sat, 28 Aug 2010 00:00:00 +0000</pubDate>
</item>
<item>
	<title>Shirish Agarwal: COEP FOSS issues</title>
	<guid>http://flossexperiences.wordpress.com/?p=1068</guid>
	<link>http://flossexperiences.wordpress.com/2010/08/27/coep-foss-issues/</link>
	<description>HI all, This post attempts to highlight some of the issued I saw/felt during the recent MiniDebconfIndia organized in COEP specifically with the broader Information Technology education policies and FOSS implementation policies as well. This is not to down COEP but just as an example of a disease which is within quite a lot of [...]&lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=flossexperiences.wordpress.com&amp;amp;blog=3694052&amp;amp;post=1068&amp;amp;subd=flossexperiences&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Fri, 27 Aug 2010 15:34:09 +0000</pubDate>
</item>
<item>
	<title>Praveen Kumar: qroneko Packaging</title>
	<guid>tag:blogger.com,1999:blog-5970218065755615918.post-3488742073742301268</guid>
	<link>http://kumar-pravin.blogspot.com/2010/08/qroneko-packaging.html</link>
	<description>&lt;div style=&quot;text-align: left;&quot;&gt;10-days back I was searching for some qt projects on &lt;a href=&quot;http://sourceforge.net/&quot;&gt;sourceforge&lt;/a&gt; and found a project named &lt;a href=&quot;http://qroneko.sourceforge.net/&quot;&gt;qroneko&lt;/a&gt;. It is a front-end of &lt;a href=&quot;http://en.wikipedia.org/wiki/Cron&quot;&gt;crontab&lt;/a&gt;. I liked its interface and wanted to make it as a desktop application. At that moment i didn't know how to make a desktop file for it. One guy &lt;a href=&quot;http://ratnadeepdebnath.wordpress.com/&quot;&gt;Rathandeep Debnath&lt;/a&gt; helped me out. He gave me his &lt;a href=&quot;http://gitorious.org/wordgroupz/wordgroupz&quot;&gt;project&lt;/a&gt; desktop file and I made a desktop file for qroneko.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;Then I thought why not package it. I already attended a rpm packaging class on IRC conducted by &lt;a href=&quot;http://mether.wordpress.com/&quot;&gt;Rahul Sundaram&lt;/a&gt;. I just revised IRC logs of that class and started to make spec file for it. After 2 days I made a spec file but it failed at the install section. I was bit nervous and pinged &lt;a href=&quot;http://dodoincfedora.wordpress.com/&quot;&gt;Ankur Sinha&lt;/a&gt;  on IRC. He helped me a lot. Due to him I got success in building an rpm on my system and then he told me to use &lt;a href=&quot;http://fedoraproject.org/wiki/Using_Mock_to_test_package_builds&quot;&gt;Mock&lt;/a&gt; to test my rpm. I again got stuck with mock testing and finally &lt;a href=&quot;http://allsortsofshrink.blogspot.com/&quot;&gt;Shreyank Gupta&lt;/a&gt; told me how mock  works and what I was missing. Due to the help from these people I could finally build it.&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If you want to try the rpm , you can get it from &lt;a href=&quot;http://kumarpraveen.fedorapeople.org/qroneko/&quot;&gt;http://kumarpraveen.fedorapeople.org/qroneko/&lt;/a&gt; .Then you can install it your system as&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;# rpm -ivh &lt;span style=&quot;font-family: monospace; font-size: 100%;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;line-height: 19px; white-space: pre;&quot; class=&quot;Apple-style-span&quot;&gt;qroneko-0.5.4-1.fc13.i686.rpm&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: monospace;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;line-height: 19px; white-space: pre;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;font-size: medium;&quot; class=&quot;Apple-style-span&quot;&gt;Then go to Application-&amp;gt;System-&amp;gt;qroneko for start it.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: monospace;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;line-height: 19px; white-space: pre;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;font-size: medium;&quot; class=&quot;Apple-style-span&quot;&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: monospace;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;line-height: 19px; white-space: pre;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;font-size: medium;&quot; class=&quot;Apple-style-span&quot;&gt;Here is one Snapshot:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: monospace; font-size: 100%;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;line-height: 19px; white-space: pre; font-size: 13px;&quot; class=&quot;Apple-style-span&quot;&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: monospace; font-size: 100%;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;line-height: 19px; white-space: pre; font-size: 13px;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_08hBr9rVAls/THZ3Rot5q8I/AAAAAAAAAJA/bQTGj3WxBog/s400/snapshot1.png&quot; alt=&quot;&quot; border=&quot;0&quot; style=&quot;display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; cursor: hand; width: 400px; height: 248px;&quot; id=&quot;BLOGGER_PHOTO_ID_5509722339005803458&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: monospace; font-size: 100%;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;line-height: 19px; white-space: pre; font-size: 13px;&quot; class=&quot;Apple-style-span&quot;&gt;
&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: monospace;&quot; class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;line-height: 19px; white-space: pre; font-size: medium;&quot; class=&quot;Apple-style-span&quot;&gt;For more Snapshots click &lt;a href=&quot;http://qroneko.sourceforge.net/&quot;&gt;here&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/5970218065755615918-3488742073742301268?l=kumar-pravin.blogspot.com&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 26 Aug 2010 14:51:57 +0000</pubDate>
	<author>praveenrocking2008@gmail.com (Praveen Kumar)</author>
</item>
<item>
	<title>Barkha Khatri: Friggin’ cold</title>
	<guid>http://barkha.in/blog/2010/08/26/friggin-cold/</guid>
	<link>http://barkha.in/blog/2010/08/26/friggin-cold/</link>
	<description>&lt;div style=&quot;text-align: left; padding: 3px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/barkha/3408126668/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3298/3408126668_fdf427a41b.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 0.8em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/barkha/3408126668/&quot;&gt;Friggin’ cold&lt;/a&gt;, originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/barkha/&quot;&gt;barkha&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;But I was happy!&lt;br /&gt;
Good times, those were. Will I get some more?&lt;br /&gt;
Time will tell.&lt;/p&gt;</description>
	<pubDate>Thu, 26 Aug 2010 13:23:34 +0000</pubDate>
</item>
<item>
	<title>Prakash Advani: @abasu Does it matter? in the …</title>
	<guid>http://cityblogger.com/archives/2010/08/26/abasu-does-it-matter-in-the</guid>
	<link>http://cityblogger.com/archives/2010/08/26/abasu-does-it-matter-in-the</link>
	<description>&lt;p&gt;@&lt;a href=&quot;http://twitter.com/abasu&quot; class=&quot;aktt_username&quot;&gt;abasu&lt;/a&gt; Does it matter? in the age of Firefox and Crome gaining popularity?&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://cityblogger.com/archives/2010/01/19/5-more-reasons-why-ie6-must-die&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: 5 More Reasons Why IE6 Must Die&quot;&gt;5 More Reasons Why IE6 Must Die&lt;/a&gt; &lt;small&gt;“There are at least 142 vulnerabilities in IE6, 22 of...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Related posts brought to you by &lt;a href=&quot;http://mitcho.com/code/yarpp/&quot;&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Thu, 26 Aug 2010 11:38:19 +0000</pubDate>
</item>
<item>
	<title>Prakash Advani: Lower-powered ARM processors coming to servers</title>
	<guid>http://cityblogger.com/?p=1481</guid>
	<link>http://cityblogger.com/archives/2010/08/26/lower-powered-arm-processors-coming-to-servers</link>
	<description>&lt;p&gt;Smooth-Stone, a chip startup company is coming up with low powered ARM processors to power servers.  ARM processors have been very successful in smart phones consuming less than 1 watt at its peak and still running at upto 1 GHz. They have now started moving into tablets (iPad), Netbooks, Plug Computers, personal servers and more. It is interesting to see how  they stackup in terms of processing power per watt.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://semiaccurate.com/2010/08/23/facebook-first-jump-arm-servers/&quot; target=&quot;_blank&quot;&gt;news&lt;/a&gt; was that Facebook is  planning to use this in their upcoming data center which Facebook denied, however low powered server  is still interesting.  Good news for the environment.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://cityblogger.com/archives/2010/02/23/new-plug-computer-3-0&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: New Plug Computer 3.0&quot;&gt;New Plug Computer 3.0&lt;/a&gt; &lt;small&gt;After clocking 10,000 + Units of the Plug Computer, Marvell...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cityblogger.com/archives/2010/08/04/5-linux-powered-e-book-readers&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: 5 Linux powered e-book readers&quot;&gt;5 Linux powered e-book readers&lt;/a&gt; &lt;small&gt;Linux powered devices are experiencing an exponential growth. E-book readers...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cityblogger.com/archives/2010/01/11/my-next-notebook-or-netbook&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: My Next Notebook or Netbook?&quot;&gt;My Next Notebook or Netbook?&lt;/a&gt; &lt;small&gt;Two years ago, I said good bye to my lone...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Related posts brought to you by &lt;a href=&quot;http://mitcho.com/code/yarpp/&quot;&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Thu, 26 Aug 2010 11:28:28 +0000</pubDate>
</item>
<item>
	<title>Anurag Patel: Mumbai, Delhi, Pune, Ahmedabad - Autorickshaw Taxi fares</title>
	<guid>http://web.gnuer.org/blog/archives/96-guid.html</guid>
	<link>http://web.gnuer.org/blog/archives/96-Mumbai,-Delhi,-Pune,-Ahmedabad-Autorickshaw-Taxi-fares.html</link>
	<description>&lt;div style=&quot;width: 73px;&quot; class=&quot;serendipity_imageComment_right&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a href=&quot;http://web.gnuer.org/blog/uploads/screenshots/rickfare.png&quot; target=&quot;_blank&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;img width=&quot;73&quot; alt=&quot;&quot; height=&quot;110&quot; src=&quot;http://web.gnuer.org/blog/uploads/screenshots/rickfare.serendipityThumb.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Rickshaw fares for Mumbai&lt;/div&gt;&lt;/div&gt;Two months back Mumbai's autorickshaw and taxi drivers went on a strike, demanding a steep increase in fares. While earlier the fare calculation was simple, after the new fare structure came in place, autorickshaw fare calculations became relatively complex. &lt;br /&gt;
&lt;br /&gt;
I started &lt;a href=&quot;http://rickfare.com&quot; title=&quot;rickfare.com&quot;&gt;http://rickfare.com&lt;/a&gt; on the day new fares came into effect after seeing the new complicated fare structure. Over time, friends pitched in for their cities and I added New Delhi, Ahmedabad, Pune and Navi Mumbai. Today &lt;a href=&quot;http://rickfare.com&quot; title=&quot;http://rickfare.com &quot;&gt;Rickfare.com&lt;/a&gt; is accessed by thousands of commuters over a wide variety of mobile devices including iPhone, BlackBerry, Android, HTC and assorted Nokia handsets.&lt;br /&gt;
&lt;br /&gt;
I'd like to thank &lt;a href=&quot;http://www.ashishmehta.com/blog/&quot;&gt;Ashish Mehta&lt;/a&gt;, &lt;a href=&quot;http://atuljha.com/blog/&quot;&gt;Atul Jha&lt;/a&gt;, &lt;a href=&quot;http://kartikm.wordpress.com/2010/07/20/rickfare/&quot;&gt;Kartik Mistry&lt;/a&gt; and &lt;a href=&quot;http://eficacy.com&quot;&gt;Kamaleshwar&lt;/a&gt; for helping out with auto fares of their cities &lt;img src=&quot;http://web.gnuer.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;</description>
	<pubDate>Thu, 26 Aug 2010 08:39:32 +0000</pubDate>
	<author>nospam@example.com (Anurag)</author>
</item>
<item>
	<title>Nirbheek Chauhan: Systemd in Gentoo</title>
	<guid>tag:blogger.com,1999:blog-701969077517001201.post-2175460435393987961</guid>
	<link>http://bheekly.blogspot.com/2010/08/systemd-in-gentoo.html</link>
	<description>&lt;p&gt;A lot of folks are raving about the next generation in init systems (aka &lt;a href=&quot;http://0pointer.de/blog/projects/systemd.html&quot;&gt;systemd&lt;/a&gt;), and how it's (almost certainly) going to be the &lt;a href=&quot;http://lwn.net/Articles/401856/&quot;&gt;default init system for Fedora 14&lt;/a&gt; (paid article, subscribe to LWN to read! [or wait a week]). It also seems that OpenSuse will be moving to systemd sometime in the near future (don't take my word for this though), and &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580814&quot;&gt;Debian has at least considered it&lt;/a&gt;. It is also well-known that Ubuntu will &lt;b&gt;not&lt;/b&gt; be using systemd for the foreseeable future.&lt;/p&gt;&lt;p&gt;So where is Gentoo in all this? Our current init system is &lt;a href=&quot;http://packages.gentoo.org/package/sys-apps/baselayout&quot;&gt;baselayout-1&lt;/a&gt; in the stable tree, and &lt;a href=&quot;http://roy.marples.name/projects/openrc&quot;&gt;openrc&lt;/a&gt; in the ~arch tree. The &lt;a href=&quot;http://bugs.gentoo.org/show_bug.cgi?id=318365&quot;&gt;maintainer-wanted bug for systemd&lt;/a&gt; has been quite active with users posting preliminary ebuilds for it. The bug itself currently has &amp;gt;30 folks CCed (including me), and 86 votes. So users are definitely very interested in seeing systemd in Gentoo. However, it will take a &lt;i&gt;lot&lt;/i&gt; of work before systemd can enter portage even as a masked ebuild.&lt;/p&gt;&lt;p&gt;Even after systemd enters portage, it is extremely unlikely that it will become the default init system for reasons that are listed below. Some developers are strongly in favour of moving from baselayout-1 to systemd, while some think it's a pile of crap that Gentoo should stay far away from. Neither of these opinions is shared by the majority of Gentoo devs. (that includes me :-)&lt;/p&gt;&lt;p&gt;In all likelihood, the end result will be that &lt;a href=&quot;http://www.gentoo.org/proj/en/base/openrc/&quot;&gt;openrc&lt;/a&gt; will &lt;b&gt;finally&lt;/b&gt; go stable (replacing baselayout-1), and if any developers are willing to spend the massive amount of time and effort required to make systemd usable in Gentoo, systemd will become an optional init system, strongly recommended for desktops/laptops.&lt;/p&gt;&lt;p&gt;Now why can't we throw out baselayout-1 as well as openrc and just use systemd? I was going to make a full list of the reasons, but as I was making it, I realised that I don't know enough details about systemd's requirements, what all it provides, what parts of Baselayout would need to be rewritten, how much porting of the tree (and systemd) would be needed, etc. So instead of hand-waving, I'll just list &quot;needs several volunteer developers&quot; as the blocker for now :)&lt;/p&gt;&lt;p&gt;I'm tempted to list myself as a future volunteer, but I won't do such a thing yet. Rest assured that if I do end up working on this, I'll be sure to blog about it. Although it is probably just a matter of &quot;time&quot; ;)&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/701969077517001201-2175460435393987961?l=bheekly.blogspot.com&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 26 Aug 2010 01:18:56 +0000</pubDate>
	<author>noreply@blogger.com (nirbheek)</author>
</item>
<item>
	<title>&amp;nbsp;: FOSS.IN/2010 Event Announcement</title>
	<guid>http://foss.in/?p=1335</guid>
	<link>http://foss.in/news/fossin2010-announcement.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.freedigitalphotos.net/images/view_photog.php?photogid=851&quot;&gt;&lt;img src=&quot;http://foss.in/wp-content/uploads/2010/08/photo_10322_20091130-e1282739728175.jpg&quot; style=&quot;margin-right: 10px;&quot; title=&quot;Image: Filomena Scalise / FreeDigitalPhotos.net&quot; height=&quot;112&quot; width=&quot;150&quot; alt=&quot;Change&quot; class=&quot;size-full wp-image-1329 alignleft&quot; /&gt;&lt;/a&gt;Team FOSS.IN is happy to announce &lt;strong&gt;FOSS.IN/2010&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This year’s edition of India’s foremost Free &amp;amp; Open Source  Software event will be held on &lt;strong&gt;December 15-17, 2010&lt;/strong&gt;, and the venue will  be again the &lt;strong&gt;NIMHANS Convention Centre&lt;/strong&gt;, same as last year.&lt;/p&gt;
&lt;p&gt;There are several differences between this edition and previous ones:&lt;span id=&quot;more-1335&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;Duration:&lt;/h3&gt;
&lt;p&gt;This year, the event is 3 days instead of the usual 5 days -  a 5 day event was simply too exhausting for everyone (participants and team). Also, we have moved the event into the middle of December, to give students of colleges that usually have their exams end-November or early-December a chance to attend. Our American friends will be happy to note that we have moved the event safely out of Thanksgiving range &lt;img src=&quot;http://foss.in/feed&quot; /&gt; &lt;/p&gt;
&lt;h3&gt;Scope and content:&lt;/h3&gt;
&lt;p&gt;As has been made clear since last year – we are enlarging the scope of the event to include more technology. While FOSS is still very much the heart of the event, we are encouraging people to be more involved in technology, and get into the “hacker mindset” that has been the basis for the FOSS movement across the world, but has been more or less avoided here in India.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Note to the media:&lt;/strong&gt; “Hacker” is a good thing – it refers to a person who pushes the technological envelope,  and extending technology beyond its known limits. What the media has been calling “hackers” is really “crackers” (criminals who break into computer systems and networks). We will have a separate note for you soon on this subject).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The content of the event will reflect the technological scope of FOSS.IN – there will be more practical hands-on, more “workouts”, more workshops, and fewer talks and tutorials. This is in line with our credo “Talks is cheap, show me the code”. More details about this will be in the &lt;strong&gt;Call for Participation&lt;/strong&gt; that will be published on August 30th, and also in posts following this one.&lt;/p&gt;
&lt;h3&gt;Funding the event:&lt;/h3&gt;
&lt;p&gt;As most of you know, funding an event such as FOSS.IN is a hard problem, and to avoid the problems we ran into last year (the less said, the better), we are making some changes that were long overdue:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;While we are keeping the participation fee for students the same (Rs.500, or about US$11), which includes the cost of lunch and tea/coffee, we are raising the fees for individuals to Rs.1500 per head, and to Rs.5000 per head for corporate attendees (this will be acknowledged as support for the event). We know that some of you will complain about this, but we introduced the Rs.500 fee six years ago, and the Rupee just doesn’t go as far as it used to.&lt;/li&gt;
&lt;li&gt;We have to unfortunately drop the travel sponsorship for international speakers, except for very exceptional cases. As we did last year, we encourage speakers to seek travel sponsorship from their employers, user groups or other sources. We will treat this as support for the event and will acknowledge this on our website. However, no changes in accommodation and other hospitality – we will continue to cover all costs for outstation speakers – bed&amp;amp;breakfast, (lunch is at the venue), local travel, conference fees, etc.&lt;/li&gt;
&lt;li&gt;As usual, the event will depend on sponsorship from organisations supportive of the concept of people getting more involved in technology, and gaining a deeper understanding of it. There will be a separate note for you, but if you are keen to get the process going ASAP, &lt;a href=&quot;http://foss.in/sponsors&quot;&gt;please do get in touch&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Talks:&lt;/h3&gt;
&lt;p&gt;We have been steadily reducing the number of talks during FOSS.IN, because we want people to participate in workouts, but we are not eliminating talks. There will be two kinds of talks as usual – talks during the Main Sessions (ie daytime) and “hacker sessions” in the evenings and late at night. There will be one keynote every evening. More about all this in the CfP when we release it.&lt;/p&gt;
&lt;p&gt;There are a lot of other little things that we won’t cover in this note, but be prepared, as usual, to have the time of your life.&lt;/p&gt;
&lt;p&gt;More information will appear soon on the FOSS.IN website, and a detailed &lt;strong&gt;Call for Participation&lt;/strong&gt;,&lt;strong&gt; &lt;/strong&gt;&lt;strong&gt;Call for Volunteers&lt;/strong&gt; and &lt;strong&gt;Call for Sponsorship&lt;/strong&gt; will appear there soon.&lt;/p&gt;
&lt;p&gt;And as usual, &lt;strong&gt;May The Source Be With You&lt;/strong&gt;, people, and get ready to ROCK!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Team FOSS.IN&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;p.s. DO follow us on &lt;a href=&quot;http://twitter.com/fossdotin&quot;&gt;Twitter&lt;/a&gt; and on the &lt;a href=&quot;http://foss.in/list&quot;&gt;FOSS.IN Mailing List&lt;/a&gt; to keep updated on emerging details about the event, and to participate in the discussions leading up to it.&lt;/p&gt;
&lt;p&gt;p.p.s &lt;a href=&quot;http://atulchitnis.net/writings/why-august-25th/&quot; target=&quot;_blank&quot;&gt;Happy Birthday, Linux!&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 25 Aug 2010 14:08:37 +0000</pubDate>
</item>
<item>
	<title>Prakash Advani: Creating micro products for India the Allianz way</title>
	<guid>http://cityblogger.com/?p=1476</guid>
	<link>http://cityblogger.com/archives/2010/08/25/creating-micro-products-for-india-the-allianz-way</link>
	<description>&lt;p&gt;Consumer companies have successfully launched micro products to reach out to Indian customers by having Shampoo sachets. The advantage of this that people who cannot or do not want to invest in the whole bottle , can buy a small sachet for 1% of the cost of a bottle.&lt;/p&gt;
&lt;p&gt;The end result is more volume of Shampoo is being sold through the sachets rather than bottles and this is hugely successful in the rural India.&lt;/p&gt;
&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; style=&quot;text-align: left;&quot; border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;&lt;strong&gt;Items&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;&lt;strong&gt;Indian Rupees&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;&lt;strong&gt;US$&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Shampoo Sachet&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Rs. 2&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;US$ 0.02 (2 cents)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Shampoo Bottle&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Rs. 200&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;US$ 5&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Now Insurance company Allianz has taken the same route to launch Micro Insurance.&lt;/p&gt;
&lt;p&gt;This today has 3.8 Million customers: Most sold in India and balance 600,000 sold Outside of India.&lt;/p&gt;
&lt;p&gt;Alliance earned 30 Million Euros in Premiums. Here is the maths.&lt;/p&gt;
&lt;table cellpadding=&quot;2&quot; cellspacing=&quot;2&quot; style=&quot;text-align: left;&quot; border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;&lt;strong&gt;Items&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;&lt;strong&gt;Indian Rupees&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;&lt;strong&gt;US$&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Weekly Insurance Premium&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Rs. 35&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;US$ 0.75  (75 cents)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Accidental Death  Insurance&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Rs. 33900&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;US$  725&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Natural Death  Insurance&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;Rs. 13200&lt;/td&gt;
&lt;td style=&quot;vertical-align: top;&quot;&gt;US$  280&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;If unclaimed, the entire deposit with interest after 5 years. Here is the &lt;a href=&quot;http://economictimes.indiatimes.com/personal-finance/insurance/insurance-news/Allianz-takes-Indian-made-micro-cover-to-the-world/articleshow/6284739.cms&quot; target=&quot;_blank&quot;&gt;full story&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Similarly Indian companies have &lt;a href=&quot;http://www.businessweek.com/magazine/content/10_34/b4192036523358.htm?chan=magazine+channel_news+-+technology&quot; target=&quot;_blank&quot;&gt;launched&lt;/a&gt; $40 cellphones in India with 30 days battery life (stand by). They have taken away 14 percent market share. Nokia the incumbent player in India which had 64 percent market share has dropped to 52 percent market-share.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://cityblogger.com/archives/2010/02/14/openoffice-marketshare-india-and-other-countries&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: OpenOffice Marketshare India and other countries&quot;&gt;OpenOffice Marketshare India and other countries&lt;/a&gt; &lt;small&gt;WebmasterPro has an interesting way to calculate the percentage of...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cityblogger.com/archives/2010/04/15/india-is-no-2-in-mobile-internet-usage&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: India is No. 2 in mobile Internet usage&quot;&gt;India is No. 2 in mobile Internet usage&lt;/a&gt; &lt;small&gt;As per a recently published article, India in Number two...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://cityblogger.com/archives/2010/02/21/india-in-1835&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: India in 1835&quot;&gt;India in 1835&lt;/a&gt; &lt;small&gt;LORD MACAULAY’S ADDRESS TO THE BRITISH PARLIAMENT, 2 FEBRUARY, 1835...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Related posts brought to you by &lt;a href=&quot;http://mitcho.com/code/yarpp/&quot;&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Wed, 25 Aug 2010 06:58:29 +0000</pubDate>
</item>
<item>
	<title>Atul Chitnis: Happy 19th Birthday, Linux!</title>
	<guid>http://atulchitnis.net/?p=2968</guid>
	<link>http://atulchitnis.net/2010/happy-19th-birthday-linux/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://atulchitnis.net/wp-content/uploads/2010/08/Linux-tux-large-e1282711759615.jpg&quot;&gt;&lt;img src=&quot;http://atulchitnis.net/wp-content/uploads/2010/08/Linux-tux-large-e1282711759615.jpg&quot; title=&quot;Linux Tux&quot; height=&quot;178&quot; width=&quot;149&quot; alt=&quot;Linux Tux&quot; class=&quot;alignleft size-full wp-image-2972&quot; /&gt;&lt;/a&gt;Today (August 25th) is the 19th “birthday” of Linux, so I thought I’d wish everyone’s favourite computing platform a Very Happy Birthday!&lt;/p&gt;
&lt;p&gt;Why August 25th? Well, just &lt;a href=&quot;http://atulchitnis.net/writings/why-august-25th/&quot;&gt;read up about it&lt;/a&gt; &lt;img src=&quot;http://atulchitnis.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;</description>
	<pubDate>Wed, 25 Aug 2010 04:51:30 +0000</pubDate>
</item>
<item>
	<title>Barkha Khatri: Promo 2010 - Masters students</title>
	<guid>http://barkha.in/blog/2010/08/24/promo-2010-masters-students/</guid>
	<link>http://barkha.in/blog/2010/08/24/promo-2010-masters-students/</link>
	<description>&lt;div style=&quot;text-align: left; padding: 3px;&quot;&gt;
&lt;a href=&quot;http://www.flickr.com/photos/barkha/3093166735/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3042/3093166735_3067d3286c.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: 0.8em; margin-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/barkha/3093166735/&quot;&gt;Promo 2010 - Masters students&lt;/a&gt;, originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/barkha/&quot;&gt;barkha&lt;/a&gt;.&lt;/span&gt;
&lt;/div&gt;
&lt;p&gt;
Soon, a new batch of students will come to Eurecom for studying.&lt;/p&gt;
&lt;p&gt;And we will be the “grandparent” batch.&lt;/p&gt;
&lt;p&gt;I feel so old already.&lt;/p&gt;</description>
	<pubDate>Tue, 24 Aug 2010 12:16:00 +0000</pubDate>
</item>
<item>
	<title>Praveen A: A campaign for no UID – Till complete transparency, accountability and people’s participation</title>
	<guid>http://www.j4v4m4n.in/?p=328</guid>
	<link>http://www.j4v4m4n.in/2010/08/24/a-campaign-for-no-uid-till-complete-transparency-accountability-and-peoples-participation/</link>
	<description>&lt;p&gt;21st August 2010&lt;/p&gt;
&lt;p&gt;Dear Friend,&lt;/p&gt;
&lt;p&gt;Since May 2009, the UID project is under implementation. Even though any legislation sanctioning it is yet to be passed in parliament, the UID authority is functioning. Rs.19,500 million have been allocated to the project. In addition to this allocation, the census expenditure has a budget of Rs. 30,230 million. The UIDAI plans to use the census data, to issue Aadhar numbers. The total project is estimated to cost Rs. 1500 billion. The budget for the Authority was passed with the GoI annual budget but without discussion on it or setting up of UIDAI.&lt;/p&gt;
&lt;p&gt;The UID project envisages recording ten finger prints and iris scan of all people residing in India, allocating a unique number to each individual whose biometric data is captured, and storing it in a database with other basic information such as: name, parent’s name, date of birth, gender, and address. Clearly, the UID project will affect everyone residing in India. To ensure proper implementation it is important to carry out a detailed study of the project’s viability and feasibility. That the project has been launched without such a study is a matter of grave concern.&lt;/p&gt;
&lt;p&gt;The authority presents the UID project to the public as a way to prevent leakages in the PDS and MGNREGS. If the project could achieve this, it would be a welcome solution, but even a cursory examination reveals several reasons why this objective seems impossible to achieve. Among these is the fact that many countries, after trying similar projects, have abandoned them because they were found to be incapable of achieving their projected objectives and posed high security risks. For example: in a study that was conducted by the London School of Economics on the UK Government’s National ID card scheme, it was found that it would not achieve the objective of preventing illegal immigration and further that such a central database would itself become a target for terrorists, The new elected UK government scrapped the project in June 2010.&lt;/p&gt;
&lt;p&gt;The UID project also raises many questions concerning the abuse of personal data gathered in the process. The collection and logging of data, done in the manner proposed by the UIDAI, is in effect similar to “phone tapping”, a practice which can be abused by those overseeing it. The data collection itself is outsourced to private agencies. The linkages provided by UID to a person’s data that is collected for the UID to other databases, such as bank accounts or mobile phone companies have the potential for serious abuse. Despite these concerns, the UIDAI has already taken initiatives, such as collaborating with many multinational and Indian private companies for gathering data and setting up / maintaining the database.&lt;/p&gt;
&lt;p&gt;This meeting is organised to discuss UID’s lack of a feasibility study, huge cost, legality and real danger of abuse. Hence, we invite you to come for a public discussion where people from many diverse groups will express their viewpoints on the subject on -&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;center&gt;&lt;br /&gt;
25th August 2010 from 10.00 am to 6.00 p.m.&lt;p&gt;&lt;/p&gt;
&lt;p&gt;at the Constitution Club Auditorium, Rafi Marg, New Delhi.&lt;/p&gt;
&lt;p&gt;High-Tea and meeting with MPs: 4 pm to 6 pm.&lt;/p&gt;&lt;/center&gt;&lt;p&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This will be an interactive meeting in which, we hope you will be able to gain insight into this immense project, its costs and impacts. Please confirm your participation in the workshop at insafdelhi@gmail.com. This would help us make the necessary arrangements for your convenience.&lt;/p&gt;
&lt;p&gt;In Solidarity -&lt;br /&gt;
Alternative Law Forum, Citizen Action Forum, Delhi Forum, PEACE, People’s Union for Civil Liberties (PUCL) – Karnataka, Moving Republic, Indian Social Action Forum (INSAF), National Campaign for Dalit Human Rights (NCDHR), Slum Janandolana – Karnataka, The Center for Internet and Society (CIS) and many other organisations and concerned individuals.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://groups.google.com/group/greenyouth/attach/8f36ea143730a0ac/UID+appeal+to+MPs.pdf?part=4&quot;&gt;&lt;strong&gt;Read UID appeal to MPs (pdf)&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Tue, 24 Aug 2010 07:39:17 +0000</pubDate>
</item>
<item>
	<title>Kushal Das: Google video chat plugin for Fedora</title>
	<guid>http://kushaldas.in/2010/08/24/google-video-chat-plugin-for-fedora/</guid>
	<link>http://kushaldas.in/2010/08/24/google-video-chat-plugin-for-fedora/</link>
	<description>&lt;p&gt;Wait is over, you can try the rpms from &lt;a href=&quot;http://v3.sk/~lkundrak/googletalk/&quot;&gt;here&lt;/a&gt;. Before installing don’t forget to remove nspluginwrapper. Working perfectly on Firefox.&lt;/p&gt;</description>
	<pubDate>Tue, 24 Aug 2010 07:01:48 +0000</pubDate>
</item>
<item>
	<title>Nigel Babu: Cleansweep Update</title>
	<guid>http://justanothertriager.wordpress.com/?p=243</guid>
	<link>http://justanothertriager.wordpress.com/2010/08/24/cleansweep-update/</link>
	<description>&lt;p&gt;Finally I am getting around to doing this week’s Cleansweep update.  From this week on, we’re starting to do a “blog about what others are doing” inspired by what Jorge has been doing on his blog lately.   We’ll be naming one awesome contributor to the project and highlighting how awesome they are!&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Total bugs with patches: 2196 (-37)&lt;br /&gt;
Reviewed patches: 420 (+11)&lt;br /&gt;
—&lt;br /&gt;
Bugs with ‘patch-needswork’: 99 (+5)&lt;br /&gt;
Bugs with ‘patch-forwarded-upstream’: 177 (+3)&lt;br /&gt;
Bugs with ‘patch-forwarded-debian’: 62 (0)&lt;br /&gt;
Bugs with ‘indicator-application’: 39 (-2)&lt;br /&gt;
Bugs with ‘patch-accepted-upstream’: 56 (-1)&lt;br /&gt;
Bugs with ‘patch-accepted-debian’: 10 (0)&lt;br /&gt;
Bugs with ‘patch-rejected-upstream’: 18 (0)&lt;br /&gt;
Bugs with ‘patch-rejected-debian’: 3 (0)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This week’s awesome contributor is &lt;a href=&quot;http://justanothertriager.wordpress.com/feed/launchpad.net/~vish&quot;&gt;vish&lt;/a&gt;! He’s unbelievably humble (yeah, I asked him for an interview and he didn’t give me one; he also told me not to do this) but plays a very important role in the teams that he is part of.  He’s the designer of the Ubuntu Reviewers Team logo and has been supportive and critical where he has to be about the Reviewers Team.  He’s reviewed innumerable patches in Launchpad and also talked to a lot of people about the team and its efforts!  Of note, besides all this, he also leads the papercuts project and administers the BugSquad mentorship program.  If you know him, please give him a hug &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;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/justanothertriager.wordpress.com/243/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/justanothertriager.wordpress.com/243/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/justanothertriager.wordpress.com/243/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/justanothertriager.wordpress.com/243/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/justanothertriager.wordpress.com/243/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/justanothertriager.wordpress.com/243/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/justanothertriager.wordpress.com/243/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/justanothertriager.wordpress.com/243/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/justanothertriager.wordpress.com/243/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/justanothertriager.wordpress.com/243/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/justanothertriager.wordpress.com/243/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/justanothertriager.wordpress.com/243/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/justanothertriager.wordpress.com/243/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/justanothertriager.wordpress.com/243/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=justanothertriager.wordpress.com&amp;amp;blog=10444245&amp;amp;post=243&amp;amp;subd=justanothertriager&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Tue, 24 Aug 2010 06:07:59 +0000</pubDate>
</item>
<item>
	<title>Ratnadeep Debnath: wordGroupz development News</title>
	<guid>http://ratnadeepdebnath.wordpress.com/?p=203</guid>
	<link>http://ratnadeepdebnath.wordpress.com/2010/08/24/wordgroupz-development-news-4/</link>
	<description>&lt;p&gt;Although, I had added  the accuracy for the words in wordGroupz in the treeview, it was not satisfactory. First, the app crashed whenever I added a new word to the database. I fixed that easily. But then, the new word would show its accuracy as 0% even before attempting to answer it. I decided to set the CellRendererProgress bar text to ‘New’ for new/not attempted words.&lt;/p&gt;
&lt;p&gt;I got some help for IRC Nick: Juhaz at #pygtk in GimpNet. I came to know that set different properties of a cell for a particular column in a gtk.TreeView, I have to set a function in gtk.TreeViewColumn.set_cell_data_func(). I got further help from the documentation at Develp in Fedora.&lt;/p&gt;
&lt;p&gt;Finally, after some tries, I got the code up and running. Now new words show ‘New’ and after being attempted, they show their respective accuracy.&lt;/p&gt;
&lt;p&gt;I also wrote some code to enable migration from old wordgroupz db schema to new db schema with retention of the old db contents.&lt;/p&gt;
&lt;p&gt;I have pushed the latest code to gitorious.&lt;/p&gt;
&lt;p&gt;If you want to try the code, you can get the source from &lt;a href=&quot;http://gitorious.org/wordgroupz&quot;&gt;http://gitorious.org/wordgroupz&lt;/a&gt; . Then, you can install wordgroupz in your system as:&lt;/p&gt;
&lt;p&gt;#python setup.py install&lt;/p&gt;
&lt;p&gt;Then run wordgroupz : $wordgroupz&lt;/p&gt;
&lt;p&gt;Now, I need to do a code cleanup.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/ratnadeepdebnath.wordpress.com/203/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/ratnadeepdebnath.wordpress.com/203/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/ratnadeepdebnath.wordpress.com/203/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/ratnadeepdebnath.wordpress.com/203/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/ratnadeepdebnath.wordpress.com/203/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/ratnadeepdebnath.wordpress.com/203/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/ratnadeepdebnath.wordpress.com/203/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/ratnadeepdebnath.wordpress.com/203/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/ratnadeepdebnath.wordpress.com/203/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/ratnadeepdebnath.wordpress.com/203/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/ratnadeepdebnath.wordpress.com/203/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/ratnadeepdebnath.wordpress.com/203/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/ratnadeepdebnath.wordpress.com/203/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/ratnadeepdebnath.wordpress.com/203/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=ratnadeepdebnath.wordpress.com&amp;amp;blog=5702928&amp;amp;post=203&amp;amp;subd=ratnadeepdebnath&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</description>
	<pubDate>Tue, 24 Aug 2010 05:43:04 +0000</pubDate>
</item>
<item>
	<title>Ashik Salahudeen: Arch FTW !</title>
	<guid>http://aashiks.in/blog/?p=173</guid>
	<link>http://aashiks.in/blog/?p=173</link>
	<description>&lt;p&gt;So finally Google got their act together and released a googletalk plugin for GNU/Linux systems – they released it for Ubuntu. A sensible option since a large number of desktop GNU/Linux users use Ubuntu. They might make an RPM available. So what about the Arch people ?
&lt;/p&gt;
&lt;p&gt;
Aah. Thats the point &lt;img src=&quot;http://aashiks.in/blog/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt;  &lt;a href=&quot;http://aur.archlinux.org/account.php?Action=AccountInfo&amp;amp;ID=13965&quot;&gt;cpcgm&lt;/a&gt; goes ahead and creates a PKGBUILD and puts it on AUR. You can look at it &lt;a href=&quot;http://aur.archlinux.org/packages.php?ID=40056&quot;&gt;here&lt;/a&gt; and install it (if you have &lt;a href=&quot;http://aur.archlinux.org/packages.php?ID=5863&quot;&gt;yaourt&lt;/a&gt; ) using &lt;/p&gt;
&lt;pre&gt; yaourt -S google-talkplugin&lt;/pre&gt;
&lt;p&gt; This –  the self dependence and readiness to understand and fix the systems – is why Arch has the best documentation around , and at the same time a small,close community. I love being a part of it &lt;img src=&quot;http://aashiks.in/blog/wp-includes/images/smilies/icon_biggrin.gif&quot; alt=&quot;:D&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;</description>
	<pubDate>Tue, 24 Aug 2010 04:02:58 +0000</pubDate>
</item>
<item>
	<title>Atul Chitnis: How I use my iPad</title>
	<guid>http://atulchitnis.net/?p=2948</guid>
	<link>http://atulchitnis.net/2010/how-i-use-my-ipad/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://images.apple.com/ca/education/ipad/images/ipad_wifi_20100409.png&quot;&gt;&lt;img src=&quot;http://images.apple.com/ca/education/ipad/images/ipad_wifi_20100409.png&quot; title=&quot;iPad&quot; height=&quot;153&quot; width=&quot;171&quot; alt=&quot;iPad&quot; class=&quot;alignleft&quot; /&gt;&lt;/a&gt;Ever since I got myself an Apple iPad (64GB, Wifi only) in early April, people have been asking me why I bought it, and how I use it. These questions just got more common once people saw me on the NDTV techlife awards, with the iPad glued to my hand. And since &lt;a href=&quot;http://twitter.com/achitnis&quot;&gt;Twitter&lt;/a&gt; is such a “smoke puff in a hurricane” medium, people keep asking the same questions over and over again – enough for me to put together this blog post. Which has been languishing for a while now, until &lt;a href=&quot;http://kishorebhargava.com&quot; target=&quot;_blank&quot;&gt;Kishore Bhargava&lt;/a&gt;, who was also putting together a rather broader post about iPad usage, pinged me and asked me for inputs. I’ll update this post and link to his when he publishes it.&lt;br /&gt;
&lt;span id=&quot;more-2948&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;1. Why did you buy an iPad?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Short answer&lt;/strong&gt;: My name is Atul Chitnis. That should completely and comprehensively answer your question. &lt;img src=&quot;http://atulchitnis.net/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Long answer&lt;/strong&gt;: I have, for several years now, been studying and talking  about the concept of &lt;strong&gt;The Next Billion Users&lt;/strong&gt; – people without a PC/Mac  background using technology the way we use our wristwatches  (we don’t  think of our wristwatches as “portable time computing devices”, do we?) and who have consciously stayed away from PC/Mac-type of devices, because they are “computers”.&lt;/p&gt;
&lt;p&gt;I have been gathering information that I can share with developers who  need to target this new audience – you wont believe how hard it is for a  developer with a PC background to wrap his brain around the concept of  “technology for non-technology-users”.&lt;/p&gt;
&lt;p&gt;The iPhone, the iPod Touch and now the iPad (and soon to come iTV) all  address this audience, not the lemming-like PC (or even Mac) crowd.&lt;/p&gt;
&lt;p&gt;So I got myself an iPad in early April 2010 for one primary reason: I  assumed that the iPad would represent a tipping point, and I needed to  be able to understand it and its use by The Next Billion Users.&lt;/p&gt;
&lt;p&gt;Oh, and it seemed like a fun device.&lt;/p&gt;
&lt;p&gt;Both points proved to be right.&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;2. What do you primarily use the iPad for?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Short answer&lt;/strong&gt;: to feed Steve Jobs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Long answer&lt;/strong&gt;: I don’t use it as a notebook replacement. I don’t even use  it as a computer. In fact, the second someone suggests that I “try this  great ssh app for the iPad”, my hackles stand up. I do have a few  “computing tools” on the iPad, but I deliberately bury them on one of  the screens.&lt;/p&gt;
&lt;p&gt;I don’t do wordprocessing, I don’t do spreadsheets, I don’t create  presentations. I barely create email, though I do use it for reading mail.&lt;/p&gt;
&lt;p&gt;And I don’t take my iPad to client meetings (it distracts too much and  wastes time – for that kind of work, I prefer a notebook, or a USB stick  with my stuff on it).&lt;/p&gt;
&lt;p&gt;I know that many people actually acquire the iPad  for “zap value”, but the iPad isn’t a one-to-many device, it is a personal  device, and though it does have a VGA out adaptor, that is defeating the  purpose of the device.&lt;/p&gt;
&lt;p&gt;I use the iPad the way I expect The Next Billion Users will use it – as  a personal content consumption device, without consciously doing so.&lt;/p&gt;
&lt;p&gt;Since I got the iPad, I have watched children, grand-dads, housewives  and other people (who wouldn’t use a PC/Mac even if someone held a gun  to their heads) take to the iPad like fish to water.&lt;/p&gt;
&lt;p&gt;Clearly, Apple is onto something that the others are missing, and I want  in on that. &lt;img src=&quot;http://atulchitnis.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;3. What are some of the apps you use often?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Short answer&lt;/strong&gt;: Steve Jobs ain’t gonna starve.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Long answer&lt;/strong&gt;: I have 200+ apps on my iPad, and at least 600 more on my  mac, downloaded over time.&lt;/p&gt;
&lt;p&gt;I have been an iOS user since 2008 (ever since the concept of  iOS apps and the AppStore kicked off), and I have been downloading (and often paying for)  apps for ages. Since all these apps also work on the iPad, I naturally  had a good selection to start off with when I got my iPad.&lt;/p&gt;
&lt;p&gt;Some of the more common ones I use:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Safari, Email. iPod, Maps, Photos, Youtube and Videos&lt;/strong&gt;: Built-in apps I  can’t do without. In particular I use Videos to watch video podcasts (will make a separate post about that) and movies, especially when I am on the move.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;iBooks&lt;/strong&gt;: I have been reading eBooks since the mid 90′s, and hence have a  HUGE collection of ebooks. Using &lt;a href=&quot;http://calibre-ebook.com/&quot; target=&quot;_blank&quot;&gt;Calibre&lt;/a&gt;, it was a cinch to convert them  to ePub format and install them in iBooks. I think that iBooks could be done a whole lot better, but it (along with the &lt;strong&gt;Kindle&lt;/strong&gt; app) is a usable way to read books.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Last.fm&lt;/strong&gt;: &lt;a href=&quot;http://last.fm&quot; target=&quot;_blank&quot;&gt;LAST.FM&lt;/a&gt; client (only available in US, UK &amp;amp; DE appstores)&lt;strong&gt; &lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kindle&lt;/strong&gt;: I own a couple of physical &lt;a href=&quot;http://amazon.com/kindle&quot; target=&quot;_blank&quot;&gt;Amazon Kindles&lt;/a&gt;, and honestly – I prefer those for reading books. But in a crunch, the Kindle app lets me read them as well.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Facebook&lt;/strong&gt;: I don’t actually use the Facebook app for iOS on the iPad, because it  isn’t native iPad, and in any case, the iPad is big enough to simply use  the Facebook site in the browser. Not that I use Facebook that much.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MindNode&lt;/strong&gt;: A very nice &lt;a href=&quot;http://en.wikipedia.org/wiki/Mind_map&quot; target=&quot;_blank&quot;&gt;mindmap&lt;/a&gt; tool that I also use on my Mac, but it makes much more sense on the iPad. I use mindmaps a lot while brainstorming, so this tools gets &lt;em&gt;heavily&lt;/em&gt; used.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Goodreader&lt;/strong&gt;: The Swiss Army Knife of PDF reading and file management.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pulse&lt;/strong&gt;: RSS reader par excellence.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mundu IM&lt;/strong&gt;, &lt;strong&gt;Mundu Radio&lt;/strong&gt;, &lt;strong&gt;Spokn&lt;/strong&gt; and &lt;strong&gt;Mundu SMS&lt;/strong&gt;: Instant Messaging, Internet Radio, Voice over IP and SMS apps from &lt;a href=&quot;http://geodesic.com&quot; target=&quot;_blank&quot;&gt;Geodesic&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Air Video&lt;/strong&gt;: Let’s me watch videos stored on a computer on the network, with on-the-fly conversion. I’d rate this one as one of the top apps I use. Also great for converting AVI/MKV/etc to iPad/iPhone/iPod compatible m4v format.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SimpleNote&lt;/strong&gt;: A simple note taking app that syncs to the web, and has clients for almost any device and OS. Once I make a note with it, it is available on any of my devices.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Toodledoo&lt;/strong&gt;: Great ToDo app, with lots of bells and whistles. Replaced Things on my iPad after the Things author tried to gouge his iPhone customers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Echofon&lt;/strong&gt;: I have tried other twitter clients, but until Twitter/Tweetie  for iPad comes out (its a iPhone-only app now), this is my top client  that I also use on my iPhone.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;We Rule&lt;/strong&gt;: Think Farmville for the iPad – but no Facebook required &lt;img src=&quot;http://atulchitnis.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Angry Birds&lt;/strong&gt;: Terribly addictive game!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scrabble&lt;/strong&gt;: Fantastic version of this game, and even lets you use your iPhones &amp;amp; iPods as “tile racks”.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mahjongg 2 HD&lt;/strong&gt;: What can I say – I am a &lt;a href=&quot;http://en.wikipedia.org/wiki/Mahjong_Solitaire&quot; target=&quot;_blank&quot;&gt;Mahjongg&lt;/a&gt; addict. It calms me and provides me endless hours of gameplay.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Myst&lt;/strong&gt;: If I have to tell you what &lt;a href=&quot;http://en.wikipedia.org/wiki/Myst&quot; target=&quot;_blank&quot;&gt;Myst&lt;/a&gt; is, then you probably are not much of a game-player &lt;img src=&quot;http://atulchitnis.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt;  Technically a PC game, but makes far more sense on a toouch device like the iPad.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bejeweled 2&lt;/strong&gt;: &lt;a href=&quot;http://en.wikipedia.org/wiki/Bejewelled&quot; target=&quot;_blank&quot;&gt;Bejewelled&lt;/a&gt; has been on my mobile devices since the 90′s. Hopelessly addictive.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cool Hunting&lt;/strong&gt;: Find and read about cool stuff in art, tech and other things.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nimbuzz&lt;/strong&gt;: An all-in-one IM app that also does VoIP. I use it rarely (I use &lt;strong&gt;Mundu IM&lt;/strong&gt; and &lt;strong&gt;Spokn&lt;/strong&gt; far more) but keep it around to troubleshoot connections or the rare time that I use Yahoo Messenger.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Billings&lt;/strong&gt;: I am a professional consultant. Tool of my trade.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Idea Sketch&lt;/strong&gt; Another mindmap-kind of app. Rarely used, but useful as an outliner.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MagCloud&lt;/strong&gt;: A great app for discovering magazines on the net.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ITC Mobile&lt;/strong&gt;: Apple’s app to track AppStore sales.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Amazon.com&lt;/strong&gt;: I have to tell you what &lt;a href=&quot;http://Amazon.com&quot; target=&quot;_blank&quot;&gt;Amazon.com&lt;/a&gt; is????&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;houzz&lt;/strong&gt;: Heavily used (along with similar apps) during the design and construction phases of my house.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WebMD&lt;/strong&gt;: OK, so we all have our little hurts and aches. This one lets me at least figure out the possible issues.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Firefox Home&lt;/strong&gt;: Syncs my Firefox bookmarks and other info (including open tabs) with my other devices&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Clockradio&lt;/strong&gt;: Nice app to show me a clock and play internet radio when I am not using the iPad.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dropbox&lt;/strong&gt;: Really – I need to tell you what &lt;a href=&quot;http://dropbox.com&quot; target=&quot;_blank&quot;&gt;Dropbox&lt;/a&gt; is?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Setlist&lt;/strong&gt;: App to show me songs in a setlist while I am practicing guitar, also lyrics and other useful info.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;L&amp;amp;M Guitar&lt;/strong&gt; Gibson’s guitar tuner, metronome &amp;amp; Chord diagrams&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Remote&lt;/strong&gt;: Remote control for iTunes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PressReader&lt;/strong&gt;: My daily fix of newspapers from across the world.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Skype&lt;/strong&gt;: Skype is… well.. &lt;a href=&quot;http://skype.com&quot;&gt;Skype&lt;/a&gt;. ’nuff said.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kayak&lt;/strong&gt;: Flight timings, routes, tracking, etc.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;iBanner HD&lt;/strong&gt;: Great app for running LED banners. Good for telling people on stage that they should hurry up and finish, so we can go have food.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VNC&lt;/strong&gt;: The only PC centric app – used to access my Macs and other VNC-capable devices.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Google Earth&lt;/strong&gt;: Fantastic version of Google Earth for the iPad.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;iDraft&lt;/strong&gt;: Great sketching app. Especially nice for simulated press-sensitivity and variable thickness on the fly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Epicurious&lt;/strong&gt;: A gorgeous cookery book.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Aquarium&lt;/strong&gt;: Does nothing but show fish in an aquarium, but the sound makes people rush to the bathroom &lt;img src=&quot;http://atulchitnis.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Many of these apps also exist on the iPhone and I use them there as well.&lt;/p&gt;
&lt;p&gt;Note that I also bought and have installed &lt;strong&gt;Pages&lt;/strong&gt;, &lt;strong&gt;Numbers&lt;/strong&gt; and &lt;strong&gt;Keynote&lt;/strong&gt; for the iPad, but I don’t use them for anything but demonstrating them to people who want to know about them &lt;img src=&quot;http://atulchitnis.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;This is far from a comprehensive list, and keeps changing as I discover new apps. Unfortunately, no one has written an &lt;strong&gt;AppList&lt;/strong&gt; kind of application that looks at all installed apps, looks them up on the appstore and creates an exportable document that lists the apps, descriptions and frequency of use. (Hint, that’s an app idea you could exploit!)&lt;/p&gt;</description>
	<pubDate>Tue, 24 Aug 2010 01:30:02 +0000</pubDate>
</item>
<item>
	<title>Santhosh Thottingal: Indic Language Computing Workout, Pune</title>
	<guid>http://thottingal.in/blog/?p=297</guid>
	<link>http://thottingal.in/blog/2010/08/23/indic-language-computing-workout-pune/</link>
	<description>&lt;p&gt;On 22nd August, I conducted a workout session with &lt;a href=&quot;http://j4v4m4n.in&quot;&gt;Praveen &lt;/a&gt;on Indic Language Computing at Red Hat Office, Pune. The plan was to solve some of the issues in Devanagari support for the encoding converter &lt;a href=&quot;http://wiki.smc.org.in/Payyans&quot;&gt;Payyans&lt;/a&gt;. But most of the time was spent on Introducing the concepts of Indic language computing to participants.  &lt;a href=&quot;http://smc.org.in/silpa/&quot;&gt;Project Silpa&lt;/a&gt; was also introduced and demonstrated. Students from College of Engg, Pune and other colleges attended.  Red Hat sponsored the venue at their office. It was very interesting to interact with energetic and enthusiastic students.&lt;/p&gt;</description>
	<pubDate>Mon, 23 Aug 2010 11:29:15 +0000</pubDate>
</item>
<item>
	<title>Ravishankar Shrivastava: सदी की सुपर व्यंग्य कथा...</title>
	<guid>tag:blogger.com,1999:blog-7370482.post-1284951582724555590</guid>
	<link>http://raviratlami.blogspot.com/2010/08/blog-post_23.html</link>
	<description>&lt;p&gt;&lt;img src=&quot;http://lh5.ggpht.com/_t-eJZb6SGWU/THIEhkvAJnI/AAAAAAAAI4g/7HAUWCNS-vw/super%5B5%5D.jpg?imgmax=800&quot; style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;&quot; title=&quot;super&quot; height=&quot;287&quot; width=&quot;301&quot; alt=&quot;super&quot; border=&quot;0&quot; /&gt;  &lt;/p&gt;&lt;p&gt;आज के जमाने में जब तक आदमी सुपर नहीं बन जाता उसकी पूछ परख नहीं होती. मामला चाहे बग का हो या फिर बेवफाई का.  &lt;/p&gt;&lt;p&gt;अभी तक तो बेवफ़ा और बेवफ़ाई का नाम सुना था. मगर यारों को इसमें भी बहुत सारी ईमानदारी नजर आई. लोग बेवफ़ाई का नोटिस नहीं लेने लगे, इसे आम समझने लगे, तो बड़े भाई लोग सुपर बेवफ़ाई ले आए. याने जब तक मामला सुपर तक नहीं जाएगा, काम नहीं जमेगा. सुपर से नीचे किसी चीज का नोटिस नहीं लिया जाएगा, कोई चीज नहीं चलेगी. चाहे सर्फ हो या निरमा. प्लेन से काम नहीं चलेगा. इन्हें सुपर होना होगा. &lt;/p&gt;&lt;p&gt;अभी तक लेखिकाएँ क्या क्या और कैसी कैसी लिख रही थीं, इस पर किसी का कोई ध्यान नहीं था. मगर जब बात नया ज्ञानोदय के सुपर बेवफाई अंक में उठी तो हर एक ने नोटिस क्या, सुपर नोटिस ले लिया.  &lt;/p&gt;&lt;p&gt;ये भी तो देखिए कि खालिस हिंदी की ‘हिंदी साहित्यिक पत्रिका’ नया ज्ञानोदय अपना चोला बदल कर हिंग्लिश अपनाने का सुपर प्रयास कर रही है. इसीलिए उसने अपने विशेषांक का नाम महा-विशेषांक के बजाय सुपर-विशेषांक अंक रख लिया. महा शब्द में शायद उसे वो महानता, वो सुपरनेस नजर नहीं आया हो, या फिर, हिंदी में होने के कारण महा शब्द में आत्महीनता नजर आया हो, वो सुपीरियरिटी दिखाई नहीं दिया हो जो सुपर में आता है. कोई आश्चर्य नहीं कि ज्ञानोदय, जो बाद में नया ज्ञानोदय हो गया था, आगे चलकर सुपर ज्ञानोदय बन जाए!  &lt;/p&gt;&lt;p&gt;सुपर शुद्ध हिंदी-वादी लोगों के लिए तो ये सुपर डूब मरने वाली बात है. अब तक हिंदी की अख़बारी भाषा पर भाषाई बलात्कार की बातें होती थीं, अब हिंदी की साहित्यिक पत्रिकाओं ने ये सुपर काम अपने हाथ में ले लिया है तो हिंदी का भविष्य वाकई सुपर है!  &lt;/p&gt;&lt;p&gt;आदमी तो ख़ैर अपनी औक़ात जहाँ तहाँ दिखा ही देता है कि वो सुपर है, और इनमें भी नेता और अफ़सर सुपर-डुपर हैं. मगर अब छुद्र कीटाणुओं को भी कम न समझा जाए. वे भी सुपर होने लगे हैं. सुपर बग इसी का उदाहरण है. आदमी को उसकी औक़ात एक सुपर किस्म का बग बता देता है. लगता नहीं कि आदमी इतना सुपर तो पहले शायद कभी नहीं रहा?  &lt;/p&gt;&lt;p&gt;इतनी सुपर बातें मैंने आज लिख दीं हैं, हर लाइन में दो तीन सुपर शब्द घुसा दिए हैं मैंने तो मैं सुपर मुतमइन नहीं हो जाऊं कि यह सदी का सुपर व्यंग्य नहीं बन गया है?  &lt;/p&gt;&lt;p&gt;बची खुची सुपरता इस व्यंज़ल से पूरा कर देते हैं –  &lt;/p&gt;&lt;blockquote&gt; &lt;p&gt;&lt;strong&gt;---&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;दोस्तों जमाने में ये क्या हो गया&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;जिसको देखो वो सुपर हो गया&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;वैसे था तो वो जनता का हिस्सा&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;अफ़सर बनके वो सुपर हो गया&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;किसके बारे में क्या कहें अब&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;ये बग भी देखो सुपर हो गया&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;कसर बाकी रह गई थी शायद&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;बेवफ़ाई भी दोस्तों सुपर हो गया&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;जो भी चला जाति की चाल रवि&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;सियासत में वो सुपर हो गया&lt;/strong&gt;  &lt;/p&gt;&lt;p&gt;&lt;strong&gt;----.&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;  &lt;div class=&quot;blogger-post-footer&quot;&gt;और भी ढेरों &lt;font color=&quot;#0000ff&quot;&gt;&lt;a href=&quot;http://raviratlami.blogspot.com/&quot; target=&quot;_blank&quot;&gt;तकनीकी – हास्य व्यंग्य रचनाएँ पढ़ें छींटें और बौछारें पर यहाँ&lt;/a&gt;&lt;/font&gt;&lt;font color=&quot;#ff0000&quot;&gt;&lt;/font&gt;&lt;img width=&quot;1&quot; alt=&quot;&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/7370482-1284951582724555590?l=raviratlami.blogspot.com&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/ie-MMv25aUyWYrnNaFiUYsn7s9U/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/ie-MMv25aUyWYrnNaFiUYsn7s9U/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/ie-MMv25aUyWYrnNaFiUYsn7s9U/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/ie-MMv25aUyWYrnNaFiUYsn7s9U/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=O_Lc8k-xqc0:19B6GW_64gs:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=O_Lc8k-xqc0:19B6GW_64gs:63t7Ie-LG7Y&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?d=63t7Ie-LG7Y&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=O_Lc8k-xqc0:19B6GW_64gs:F7zBnMyn0Lo&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?i=O_Lc8k-xqc0:19B6GW_64gs:F7zBnMyn0Lo&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=O_Lc8k-xqc0:19B6GW_64gs:7Q72WNTAKBA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?d=7Q72WNTAKBA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=O_Lc8k-xqc0:19B6GW_64gs:4cEx4HpKnUU&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?i=O_Lc8k-xqc0:19B6GW_64gs:4cEx4HpKnUU&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=O_Lc8k-xqc0:19B6GW_64gs:qj6IDK7rITs&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?d=qj6IDK7rITs&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?a=O_Lc8k-xqc0:19B6GW_64gs:gk9zsYm3xOc&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/BDtN?i=O_Lc8k-xqc0:19B6GW_64gs:gk9zsYm3xOc&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
	<pubDate>Mon, 23 Aug 2010 05:20:08 +0000</pubDate>
	<author>raviratlami@gmail.com (Raviratlami)</author>
</item>

</channel>
</rss>
