<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Short circuited tux_440volts !!</title>
	<atom:link href="http://subhodipbiswas.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://subhodipbiswas.wordpress.com</link>
	<description>shock proof discussions.........</description>
	<lastBuildDate>Sat, 08 Dec 2012 20:26:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='subhodipbiswas.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Short circuited tux_440volts !!</title>
		<link>http://subhodipbiswas.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://subhodipbiswas.wordpress.com/osd.xml" title="Short circuited tux_440volts !!" />
	<atom:link rel='hub' href='http://subhodipbiswas.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Droid/Tux/Web</title>
		<link>http://subhodipbiswas.wordpress.com/2012/12/09/droidtuxweb/</link>
		<comments>http://subhodipbiswas.wordpress.com/2012/12/09/droidtuxweb/#comments</comments>
		<pubDate>Sat, 08 Dec 2012 20:25:44 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[adhoc]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[hostapd]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[selfnotes]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=450</guid>
		<description><![CDATA[A close friend of mine bought an android phone.However much of her excitement went down the drain when she was unable to connect to the internet using her ad hoc sharing of Ethernet. if you are in a similar situation and use linux/fedora and wanted to connect to the internet, here is a small way [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=450&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A close friend of mine bought an android phone.However much of her excitement went down the drain when she was unable to connect to the internet using her ad hoc sharing of Ethernet.</p>
<p>if you are in a similar situation and use linux/fedora and wanted to connect to the internet, here is a small way of doing so. If you use windows 7+ however, you can use an application called connectify. :</p>
<p><strong>Step 1.</strong></p>
<p><code>$sudo yum install hostapd</code></p>
<p><strong>Step 2.</strong><br />
Configure hostapd with few lines, there are many options feel free to explore</p>
<p><code>interface=wlan0<br />
hw_mode=g<br />
channel=6<br />
ssid=Yourssidhere</p>
<p>macaddr_acl=0<br />
auth_algs=1<br />
ignore_broadcast_ssid=0<br />
wpa=3<br />
wpa_passphrase=yourssidpasshere<br />
wpa_key_mgmt=WPA-PSK<br />
wpa_pairwise=TKIP<br />
rsn_pairwise=CCMP<br />
</code><br />
<strong>Step 3.</strong><br />
Stop the hostapd service if it is running:</p>
<p><code>$sudo service hostapd stop</code></p>
<p>or</p>
<p><code>$sudo systemctl stop hostapd.service</code></p>
<p><strong>Step 4.</strong><br />
Go to your network manager, wireless and turn on the hotspot.<br />
<strong>Step 5.</strong><br />
Restart the hosapd service</p>
<p><code>$sudo service hostapd start</code></p>
<p>or</p>
<p><code>$sudo systemctl start hostapd.service</code></p>
<p>Done</p>
<p>There is a better way of doing this with bridge-utils, dnsmasq, and hostapd, I will blog about that later.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/blogroll/'>Blogroll</a>, <a href='http://subhodipbiswas.wordpress.com/category/fedora/'>Fedora</a>, <a href='http://subhodipbiswas.wordpress.com/category/problems/'>Problems</a> Tagged: <a href='http://subhodipbiswas.wordpress.com/tag/adhoc/'>adhoc</a>, <a href='http://subhodipbiswas.wordpress.com/tag/android/'>android</a>, <a href='http://subhodipbiswas.wordpress.com/tag/fedora/'>Fedora</a>, <a href='http://subhodipbiswas.wordpress.com/tag/hostapd/'>hostapd</a>, <a href='http://subhodipbiswas.wordpress.com/tag/internet/'>internet</a>, <a href='http://subhodipbiswas.wordpress.com/tag/linux/'>linux</a>, <a href='http://subhodipbiswas.wordpress.com/tag/selfnotes/'>selfnotes</a>, <a href='http://subhodipbiswas.wordpress.com/tag/sharing/'>sharing</a>, <a href='http://subhodipbiswas.wordpress.com/tag/wifi/'>wifi</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/450/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=450&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2012/12/09/droidtuxweb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating from Bzr to Git (Single branch)</title>
		<link>http://subhodipbiswas.wordpress.com/2012/11/26/migrating-from-bzr-to-git-single-branch/</link>
		<comments>http://subhodipbiswas.wordpress.com/2012/11/26/migrating-from-bzr-to-git-single-branch/#comments</comments>
		<pubDate>Sun, 25 Nov 2012 20:46:39 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[bzr]]></category>
		<category><![CDATA[chalobest]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[vcs]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=446</guid>
		<description><![CDATA[We migrated the ChaloBEST Repository from bzr to git. While migration is not a rocket science any more and there are a lot of blogs and threads about this. This post is a simple step as how to and also as self note. Step 1. Branch out your bzr repo. &#60;code&#62; $ bzr branch "url [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=446&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>We migrated the ChaloBEST Repository from bzr to git. While migration is not a rocket science any more and there are a lot of blogs and threads about this. This post is a simple step as how to and also as self note.</p>
<p>Step 1. Branch out your bzr repo.</p>
<pre>&lt;code&gt; <em>$ bzr branch "url to your bzr repo"</em>&lt;/code&gt;</pre>
<p>Step 2.cd into your new branch and do the following</p>
<pre>&lt;code&gt; $ git init &lt;/code&gt;
&lt;code&gt; $ git remote add origin "url to git report" &lt;/code&gt;
&lt;code&gt; $ bzr fast-export `something`|git fast-import&lt;/code&gt;</pre>
<p>Step 3. In case your original git repo is not empty, please do a</p>
<pre>&lt;code&gt; $ git pull &lt;/code&gt;</pre>
<p>Step 4.  Now do a</p>
<pre>&lt;code&gt;$ git reset --hard  HEAD&lt;/code&gt;</pre>
<p>Step 5. Now commit the changes using</p>
<pre>&lt;code&gt; $git commit -m "some message"&lt;/code&gt;</pre>
<p>Step 6.  Push the changes</p>
<pre>&lt;code&gt; $git push &lt;/code&gt;

Here are <a href="http://dgleich.wordpress.com/2011/01/22/convert-bazaar-to-git/">some links</a> that helps out with migrating both branches and master.</pre>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/django/'>Django</a>, <a href='http://subhodipbiswas.wordpress.com/category/foss/'>FOSS</a>, <a href='http://subhodipbiswas.wordpress.com/category/git/'>git</a>, <a href='http://subhodipbiswas.wordpress.com/category/openstreetmap/'>OpenStreetMap</a> Tagged: <a href='http://subhodipbiswas.wordpress.com/tag/bzr/'>bzr</a>, <a href='http://subhodipbiswas.wordpress.com/tag/chalobest/'>chalobest</a>, <a href='http://subhodipbiswas.wordpress.com/tag/django-2/'>django</a>, <a href='http://subhodipbiswas.wordpress.com/tag/foss/'>FOSS</a>, <a href='http://subhodipbiswas.wordpress.com/tag/git/'>git</a>, <a href='http://subhodipbiswas.wordpress.com/tag/python/'>python</a>, <a href='http://subhodipbiswas.wordpress.com/tag/scm/'>scm</a>, <a href='http://subhodipbiswas.wordpress.com/tag/vcs/'>vcs</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/446/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=446&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2012/11/26/migrating-from-bzr-to-git-single-branch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>To the south, sir!</title>
		<link>http://subhodipbiswas.wordpress.com/2012/10/22/to-the-south-sir/</link>
		<comments>http://subhodipbiswas.wordpress.com/2012/10/22/to-the-south-sir/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 08:07:00 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django-south]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[selfnotes]]></category>
		<category><![CDATA[south]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=439</guid>
		<description><![CDATA[It has been sometime while playing with Django. One problem that I face mostly is making changes in the model and expect the change to reflect itself on the fly. Django, however does not like this idea and does not let you do so. In most case if you are making a model and want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=439&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It has been sometime while playing with Django. One problem that I face mostly is making changes in the model and expect the change to reflect itself on the fly. Django, however does not like this idea and does not let you do so. In most case if you are making a model and want to create the DB schema you will do something like this:<br />
<code><br />
python manage.py syncdb<br />
</code><br />
This will create your model, however once created and then if you want to make changes in the schema, you are not going anywhere. So this is where we need to go south.<br />
Django south generally works in this way:<br />
<code><br />
python manage.py schemamigration &lt;appname&gt; --initial<br />
</code><br />
Then you do a<br />
<code><br />
python manage.py migrate &lt;appname&gt;<br />
</code><br />
This is enough to create a migration directory and track changes to your model based in the appname you are using.<br />
So now if you are making changes to the column, you will be using south. The next few lines will deal with screwing thing inside south as well as making you model change successful. One piece of caution though, this will/may delete your existing data, so be <strong>careful</strong>.<br />
Let say, you end up with an error like this while migrating using south.</p>
<blockquote><p>! These migrations are in the database but not on disk:<br />
some migrations here<br />
! I&#8217;m not trusting myself; either fix this yourself by fiddling<br />
! with the south_migrationhistory table, or pass &#8211;delete-ghost-migrations<br />
! to South to have it delete ALL of these records (this may not be good).</p></blockquote>
<p>This happens because there is conflict in the original model and the model you are trying to implement.</p>
<p>The following steps will help:</p>
<p>Undo changes in the model.py intended to have the change and delete the migration folder in the folder, then run<br />
<code><br />
python manage.py migrate &lt;appname&gt; --delete-ghost-migration<br />
</code><br />
This step will delete all the migrations that has not trickled down properly.<br />
If your app is already managed by south then run the next step, else if your app was previously managed by syncdb only, use this command first:</p>
<p><code>python manage.py convert_to_south &lt;appname&gt;</code></p>
<p><code>Coming back to our steps:</code></p>
<p><code><br />
python manage.py schemamigration &lt;appname&gt; --init<br />
</code><br />
<code><br />
python manage.py migrate &lt;appname&gt; --fake<br />
</code><br />
The argument &#8211;fake will record the changes but will not write it to the DB.<br />
Now redo the changes in the model.py<br />
<code><br />
python manage.py schemamigration &lt;appname&gt; --auto<br />
</code><br />
The argument <strong><em>&#8211;auto</em></strong> will keep track of the changes happening over the initial change/previous changes.<br />
<code><br />
python manage.py migrate &lt;appname&gt;<br />
</code><br />
And that&#8217;s it, you are done and your changes has flown to the DB.<br />
Please read south documentation for more details, it can be found <a href="http://south.readthedocs.org/en/latest/">here</a>.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/django/'>Django</a>, <a href='http://subhodipbiswas.wordpress.com/category/foss/'>FOSS</a> Tagged: <a href='http://subhodipbiswas.wordpress.com/tag/database/'>database</a>, <a href='http://subhodipbiswas.wordpress.com/tag/django-2/'>django</a>, <a href='http://subhodipbiswas.wordpress.com/tag/django-south/'>django-south</a>, <a href='http://subhodipbiswas.wordpress.com/tag/foss/'>FOSS</a>, <a href='http://subhodipbiswas.wordpress.com/tag/models/'>models</a>, <a href='http://subhodipbiswas.wordpress.com/tag/selfnotes/'>selfnotes</a>, <a href='http://subhodipbiswas.wordpress.com/tag/south/'>south</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/439/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=439&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2012/10/22/to-the-south-sir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>Wildlife and Us</title>
		<link>http://subhodipbiswas.wordpress.com/2012/08/16/wildlife-and-us/</link>
		<comments>http://subhodipbiswas.wordpress.com/2012/08/16/wildlife-and-us/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 07:33:50 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[Self Notes]]></category>
		<category><![CDATA[Animals]]></category>
		<category><![CDATA[Birds]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[life cycle of birds]]></category>
		<category><![CDATA[Tigers]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[vacation]]></category>
		<category><![CDATA[Wildlife]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=400</guid>
		<description><![CDATA[It has been little over a year since I am associated with wildlife photography closely. However over the year I have learned about various species, their behaviors, habitats and how to photograph them. Even though I am still in learning phase of being a photographer, one thing I learned pretty closely is the risk we, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=400&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It has been little over a year since I am associated with wildlife photography closely. However over the year I have learned about various species, their behaviors, habitats and how to photograph them. Even though I am still in learning phase of being a photographer, one thing I learned pretty closely is the risk we, humans pose to the wild.</p>
<p>Here are few stereotypes I have found during this course. </p>
<p><strong>Wildlife Photographers:</strong></p>
<p>First set of people are amazing photographers and they have these B-I-G big lenses, so that means they are able to shoot best of the photographs from quite a distance. However not always, in some cases photographers for the sake for getting the most exclusive photographs takes their gypsies or go very near to the animal or bird they are photographing . So close that even the tiger you are photographing gives an exclamation like &#8220;Dude!!!&#8221;  </p>
<p>Loved the road runner and coyote show..eh! well there has been cases when a bird had to run like road runner while coyote with better acme products is chasing it. Even a sloth bear was that unfortunate.</p>
<p>Again for some other weird reason in order to take breathtaking photograph, photographers become infiltrators, I am sure if birds were to have a political party it would have called for some strikes and hunger strikes by now. Few examples includes, cutting a bird nest to half so as to have a better view inside the nest. I wonder how you will feel if some photographer cuts down your house to take better picture of your morning life cycle. Another one is  to clear off the area around the nest for better photographs thereafter leaving it exposed to predators and other harms. Some even go to the extend of destroying the nest so that no other photographer can take the similar  picture, hmm! now that sounds familiar..right!. </p>
<p>Here is one guy who went to the extend of writing a book with this tactics:<br />
Life Cycle of birds( A pictorial representation) By Bhagat Singh.<br />
These has been a huge uproar in popular social networking site regarding this.</p>
<p><strong>Wannabe Steve Irwins</strong>(not to insult the great personality in any way, he is a legend): </p>
<p>Few months back a guy who  can&#8217;t help comparing himself to some legendary conservationist. He went to the extend of  catching a very rare and endangered mammal(a Namdapha Flying Squirrel) inside a national Park and then pose photograph with it, injuring it in the process, taking it out of the wild and leaving it in &#8216;Care&#8217; of Humans. However when confronted by members of INW(India Nature Watch, If you are a member of INW you know what I am talking about), the reply he gave was more shocking and can be considered to be a serious threat, not to mention he violated several protocols of Wildlife Protection Act(1972). </p>
<p>This is not singular case, there has been different instances where people who are attached with wildlife groups and agencies cannot keep their excitement level to low.</p>
<p><strong>The Weekender : </strong></p>
<p>After a hectic week in closed glass box called offices, many will opt for some refreshment over the weekend. What can be more relaxing than a fantastic resort down the bed of river with Himalayas all around you. Weather is cool and soothing, this is a perfect recipe of a weekend getaway.<br />
But here comes the problem. You decide to play music from your car stereo with 11 inch sub in the middle of the jungle. The resort manager tries to convince you the sound will attract elephants which will pose the threat to both the resort and you. But you will be like &#8220;Dude, I have paid for this, so this is my right&#8221;.<br />
Please pray to your god that you came out alive that night.</p>
<p><strong>The Gypsy Tourists: </strong></p>
<p>You took your friends and family to a jungle and you wants to see tigers. Since you cannot see a tiger in first two safari&#8217;s, you are pissed off and you curse your gypsy driver and guide for the same. your money is getting wasted. you curse for their incompetence and then it happens. </p>
<p>A tiger comes out and all you can see is the tip of the tail. you want to see more. You started behaving like you own it. Shouts at your gypsy driver and eventually when the tiger is about to go away, your gypsy driver chases it so that you get a better glimpse of the majestic animal. If you are lucky enough you will get close enough to the tiger to pee in your pants. Ignorant of the fact that, this irresponsible behavior poses a threat to both you and the tiger.<br />
Thankfully, the supreme court has banned all tourists from entering the core zone of the tiger reserves across the country. So &#8220;no tip of the tail&#8221; anymore. </p>
<p>The other set of gypsy tourists talks. How does this pose a threat!<br />
You talk, then you get excited,and you talk so loudly that there comes a huge &#8216;sssshhhhhh&#8217; from all other fellow tourists around you. Any tiger reserve and you will be welcomed with this situation. I have seen tourist talking loudly and sleeping tiger walking up with face &#8220;Go away, you morons!!&#8221;. Even though that looked cute then, I am sure situation would be different if tiger decides to take things in its own hand&#8230;err&#8230;paws.</p>
<p><strong>The awww so cute ones:</strong></p>
<p>How many times have you seen a cute little baby of a monkey and made the expression like awww! so cute. Well, apparently not all can stop just with that expression. They cannot control their emotions and put out a pack of biscuits and chips out from the window to feed these animals. The point you forgot is, those are for you and not for the bird or animals whom you feel is starving and hungry.<br />
Birds and animals adapted themselves to those situation and now knows that you will come to feed them and there have been instances when they attacked because they didn&#8217;t get food from you. Familiar with the situation??</p>
<p>So does this means, you should not visit forests. answer is yes and no at the same time. </p>
<p>If you respects wildlife and the jungle mesmerize you every time you visit. You do good study on animals and their behavior. The color of the bird amazes you and you more than happy to spot a very rare bird even if you were not able to photograph it. You maintain all rules and regulation inside the forest and help keep it clean and is genuinely concerned about it. Please visit, the forests need people like you.</p>
<p>If you are &#8220;oh! I don&#8217;t care&#8221;, &#8220;It my money&#8221;,&#8221;Do you know who I am?&#8221; in other word a self obsessed person who just wants a weekend visit/Holidaying/relaxing and not willing to abide by the rules and regulations, please do not visit the forest and spoil it. Take your car and 11 inch sub and go for a long drive maybe. </p>
<p>While I agree that government should take more measures and forest department should do their work, but it always like we should be more responsible towards others.This way both you and nature live in harmony(A word long forgotten since childhood). The supreme court does not get a chance to put ban on visit to core areas of the tiger reserve. Is this too much to ask???</p>
<p>P.S : This topic might feel controversial. Feel free to ignore in case you don&#8217;t like it.<br />
P.P.S: The post is just my expression as you may take it, so I have refrained from posting links to actual incidents. If you are a wildlife enthusiast based in India, you should have probable already faced the situation or read about it.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/life/'>life</a>, <a href='http://subhodipbiswas.wordpress.com/category/photography/'>Photography</a>, <a href='http://subhodipbiswas.wordpress.com/category/problems/'>Problems</a>, <a href='http://subhodipbiswas.wordpress.com/category/self-notes/'>Self Notes</a> Tagged: <a href='http://subhodipbiswas.wordpress.com/tag/animals/'>Animals</a>, <a href='http://subhodipbiswas.wordpress.com/tag/birds/'>Birds</a>, <a href='http://subhodipbiswas.wordpress.com/tag/india/'>India</a>, <a href='http://subhodipbiswas.wordpress.com/tag/life-cycle-of-birds/'>life cycle of birds</a>, <a href='http://subhodipbiswas.wordpress.com/tag/photography/'>Photography</a>, <a href='http://subhodipbiswas.wordpress.com/tag/problems/'>Problems</a>, <a href='http://subhodipbiswas.wordpress.com/tag/tigers/'>Tigers</a>, <a href='http://subhodipbiswas.wordpress.com/tag/travel/'>travel</a>, <a href='http://subhodipbiswas.wordpress.com/tag/vacation/'>vacation</a>, <a href='http://subhodipbiswas.wordpress.com/tag/wildlife/'>Wildlife</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/400/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=400&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2012/08/16/wildlife-and-us/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>API parsing with Backbone.js</title>
		<link>http://subhodipbiswas.wordpress.com/2012/03/18/api-parsing-with-backbone-js/</link>
		<comments>http://subhodipbiswas.wordpress.com/2012/03/18/api-parsing-with-backbone-js/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 20:25:29 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Self Notes]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=413</guid>
		<description><![CDATA[The next part of the self note series, this time I have to parse JSON using backbone.js. So in order to parse an API that returns result in JSON you can do the following(not necessarily the best way but it works for me) (function($) { var API_BASE = 'your url here'; var parser = Backbone.Model.extend({}); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=413&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The next part of the self note series, this time I have to parse JSON using <strong>backbone.js</strong>.<br />
So in order to parse an API that returns result in JSON you can do the following(not necessarily the best way but it works for me) </p>
<p><code> (function($) {<br />
    var API_BASE = 'your url here';</p>
<p>    var parser = Backbone.Model.extend({});</p>
<p>    var apiColl = Backbone.Collection.extend({<br />
        model: parser,<br />
        url: 'form your url here'</p>
<p>    });<br />
    var apiView = Backbone.View.extend({<br />
	el: $('#collection'),<br />
        initialize: function() {<br />
            _.bindAll(this, "render");<br />
            this.collection.bind("all", this.count);</p>
<p>        },<br />
        render: function() {<br />
            $(this.el).html(this.counter = this.collection.length);<br />
	    return this;</p>
<p>        }<br />
    }),<br />
        events = new apiColl(),<br />
        eventView = new apiView({</p>
<p>            collection: events</p>
<p>        });<br />
    events.fetch({<br />
        success: function() {<br />
            console.log(events.length);<br />
        }<br />
    });<br />
})(jQuery);<br />
</code></p>
<p>and yes,  my ultimate target will be to parse the API and integrate with some open maps.</p>
<p>Even though Backbone&#8217;s code is pretty well explained, the main help if stuck comes from stack overflow. So really appreciate the help that I got.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/blogroll/'>Blogroll</a>, <a href='http://subhodipbiswas.wordpress.com/category/foss/'>FOSS</a>, <a href='http://subhodipbiswas.wordpress.com/category/openstreetmap/'>OpenStreetMap</a>, <a href='http://subhodipbiswas.wordpress.com/category/self-notes/'>Self Notes</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/413/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=413&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2012/03/18/api-parsing-with-backbone-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>Ouch! My Bad</title>
		<link>http://subhodipbiswas.wordpress.com/2012/03/11/ouch-my-bad/</link>
		<comments>http://subhodipbiswas.wordpress.com/2012/03/11/ouch-my-bad/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 08:43:28 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Problems]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=404</guid>
		<description><![CDATA[JavaScript is powerful and Backbone.js is a nice small utility that makes it even more powerful. I was playing with Backbone and Open layers thrown over a Django system. However there is something weird that I faced and took a good amount of my time to figure out the problem. This blog post is kind [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=404&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>JavaScript is powerful and Backbone.js is a nice small utility that makes it even more powerful. I was playing with Backbone and Open layers thrown over a Django system.<br />
However there is something weird that I faced and took a good amount of my time to figure out the problem.<br />
This blog post is kind of self note so that I notice this the first place when I face such problem again.</p>
<p>What was I trying to do : Write a small backbone code to display Open layers(OSM) Map.<br />
How was I trying to do : <code></p>
<p>(function($) {<br />
    var Map = Backbone.Model.extend({});</p>
<p>    var MapView = Backbone.View.extend({</p>
<p>    initialize: function() {<br />
        _.bindAll(this, 'initMap');<br />
        this.initMap();<br />
    },</p>
<p>    initMap: function() {<br />
        // Initialize Basic Openlayers;<br />
        var center = new OpenLayers.LonLat(8110203.9998955, 2170000.4068373);<br />
        map = new OpenLayers.Map(this.el, {<br />
            projection: new OpenLayers.Projection("EPSG:900913"),<br />
            displayProjection: new OpenLayers.Projection("EPSG:4326")<br />
        });<br />
        var layers = [];<br />
        layers[0] = new OpenLayers.Layer.OSM(); //some more layer will go here<br />
        map.addLayers(layers);<br />
        map.setCenter(center, 12);</p>
<p>    }<br />
});<br />
    var map_view = new MapView({ el: $("#mapCol") });<br />
})(jQuery);<br />
</code></p>
<p>The problem faced here was I am trying to access the DOM element even before it is ready.<br />
Result : A webpage which shows the HTML elements, shows some access to Openlayers but no map.</p>
<p>Solution : I modified my code to this<br />
<code><br />
(function($) {<br />
    var Map = Backbone.Model.extend({});</p>
<p>    var MapView = Backbone.View.extend({<br />
        el: '#mapCol',</p>
<p>        initialize: function() {<br />
            _.bindAll(this, 'initMap');<br />
            this.initMap();</p>
<p>        },</p>
<p>        initMap: function() {<br />
            // Initialize Basic Openlayers;<br />
            var center = new OpenLayers.LonLat(8110203.9998955, 2170000.4068373);<br />
	   //alert("you are here");<br />
            map = new OpenLayers.Map(this.el, {<br />
                projection: new OpenLayers.Projection("EPSG:900913"),<br />
                displayProjection: new OpenLayers.Projection("EPSG:4326")<br />
            });</p>
<p>            var layers = [];<br />
            layers[0] = new OpenLayers.Layer.OSM(); //some more layer will go here<br />
            //$(this.el).html(map);<br />
            map.addLayers(layers);<br />
            map.setCenter(center, 12);</p>
<p>        }<br />
    });<br />
    $(function() {<br />
        var map_view = new MapView();</p>
<p>    });<br />
})(jQuery);<br />
</code></p>
<p>Here mapCol is the div element where I want my Openlayers map to be displayed. For more details on Backbone and el, there is a beautiful blog post <a href="lostechies.com/derickbailey/2011/11/09/backbone-js-object-literals-views-events-jquery-and-el/">here</a>.</p>
<p>P.S : There may be certain errors in the codes above. please feel free to correct me anytime.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/blogroll/'>Blogroll</a>, <a href='http://subhodipbiswas.wordpress.com/category/openstreetmap/'>OpenStreetMap</a>, <a href='http://subhodipbiswas.wordpress.com/category/problems/'>Problems</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/404/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=404&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2012/03/11/ouch-my-bad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>My first birdwatching trip</title>
		<link>http://subhodipbiswas.wordpress.com/2011/11/15/my-first-birdwatching-trip/</link>
		<comments>http://subhodipbiswas.wordpress.com/2011/11/15/my-first-birdwatching-trip/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 06:37:20 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[tour]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=393</guid>
		<description><![CDATA[Last weekend (Nov 4 -6) was amazing and it was my first bird watching/photographing trip. Before I start with the trip itself, remember I spoke about my confusion on my gears(what to buy and what not to buy). Well, I finally settled with an used Canon EOS 40D and just before the trip I got [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=393&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Last weekend (Nov 4 -6) was amazing and it was my first bird watching/photographing trip. Before I start with the trip itself, remember I spoke about my <a href="http://subhodipbiswas.wordpress.com/2011/05/31/dilemma/">confusion</a> on my gears(what to buy and what not to buy). Well, I finally settled with an used Canon EOS 40D and just before the trip I got myself a Sigma 150 500 APO HSM OS lens.This combination is awesome as 40D has some amazing ISO performance even at 1000+.</p>
<p>So, Now the trip.</p>
<p>Rather than a normal travelogue like boarding a bus, getting down there, boarding a car, getting wooed out by the sight and sounds of the jungle and reaching the resort&#8230;oops I mentioned all of them. This more of a note that I am writing about my first birding trip.</p>
<p>If you are still guessing, well&#8230;I went to Ganeshgudi, a beautiful jungle near the city of Belgaum in Karnataka.</p>
<p>Three days of ultimate awesomeness with some medium weighing gears and 12 hours of continuous walking, looking and photographing birds. I managed to record some 24 species of birds including some rare species like Malabar Trogon, Crested Goshawks and Great Horn bill(this was not recorded, all I could hear was the sound of its wing flaps..gives goose bump). My 40D went b0rked in the middle of the trip with its exposure and metering not working properly. So most of my photos were taken with an exposure compensation of -2.</p>
<p>Still some photos came out good and they are <a href="http://www.flickr.com/photos/subhodipbiswas/sets/72157627969006819/">here</a></p>
<p>The only mammal I was able to spot and photograph was Malabar Giant Squirrel. the photo is <a href="http://www.flickr.com/photos/subhodipbiswas/6344444289/in/set-72157626311410371">here</a></p>
<p>So, my first birding trip with my new gear and some unexpected challenges that came out with it. I guess I am learning a lot more that I expected.</p>
<p>P.S : Please ignore grammatical errors and other minor mistakes.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/blogroll/'>Blogroll</a>, <a href='http://subhodipbiswas.wordpress.com/category/photography/'>Photography</a>, <a href='http://subhodipbiswas.wordpress.com/category/tour/'>tour</a>, <a href='http://subhodipbiswas.wordpress.com/category/wow/'>wow</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/393/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=393&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2011/11/15/my-first-birdwatching-trip/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>Ranthambhore Diaries #1</title>
		<link>http://subhodipbiswas.wordpress.com/2011/06/27/ranthambhore-diaries-1/</link>
		<comments>http://subhodipbiswas.wordpress.com/2011/06/27/ranthambhore-diaries-1/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 12:19:12 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=368</guid>
		<description><![CDATA[June 17 to June 20 was an amazing weekend. I went to Ranthambhore again, mainly because it was raining tigers in INW and I needed more experience with wildlife photography. But what happened on the trip was marvelous, We heard from some fellow visitors that T39(A 3 and half year old Tigress) had killed a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=368&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>June 17 to June 20 was an amazing weekend. I went to Ranthambhore again, mainly because it was raining tigers in <a href="http://www.indianaturewatch.net/">INW</a> and I needed more experience with wildlife photography. </p>
<p>But what happened on the trip was marvelous, We heard from some fellow visitors that T39(A 3 and half year old Tigress) had killed a big male Blue Bull (Nil gai) and seen near it and is expected to be there for next two three days. </p>
<p>Saturday was test on us as we got completely drenched in rain(No photos, cameras were kept safe).</p>
<p>Sunday afternoon we had superb time with T39 sitting just some feet away from us in the water but Monday morning was even better as she was sleeping when we reached the place, as time flies by she woke up, answered nature&#8217;s call, slept again, sat for some time, came down to have breakfast and like previous day went again to sit in the water.  </p>
<p>It was a complete six hour fiesta between her and us(Photographers).  </p>
<p>Here are two snap from the whole fiesta. More to come soon&#8230;..</p>
<p>T39 having water post breakfast :<br />
<a href="http://www.flickr.com/photos/subhodipbiswas/5867704306/" title="Princess of Ranthambhore #2 by Subhodip Biswas, on Flickr"><img src="http://farm6.static.flickr.com/5026/5867704306_289d36ed7b.jpg" width="375" height="500" alt="Princess of Ranthambhore #2"></a></p>
<p>T39 Relaxing in water after breakfast :<br />
<a href="http://www.flickr.com/photos/subhodipbiswas/5873717922/" title="Thanda Thanda Cool Cool - Princess of Ranthambhore  #3 by Subhodip Biswas, on Flickr"><img src="http://farm6.static.flickr.com/5187/5873717922_f89b620d01.jpg" width="500" height="333" alt="Thanda Thanda Cool Cool - Princess of Ranthambhore  #3"></a></p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/blogroll/'>Blogroll</a>, <a href='http://subhodipbiswas.wordpress.com/category/life/'>life</a>, <a href='http://subhodipbiswas.wordpress.com/category/photography/'>Photography</a>, <a href='http://subhodipbiswas.wordpress.com/category/wow/'>wow</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/368/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=368&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2011/06/27/ranthambhore-diaries-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>

		<media:content url="http://farm6.static.flickr.com/5026/5867704306_289d36ed7b.jpg" medium="image">
			<media:title type="html">Princess of Ranthambhore #2</media:title>
		</media:content>

		<media:content url="http://farm6.static.flickr.com/5187/5873717922_f89b620d01.jpg" medium="image">
			<media:title type="html">Thanda Thanda Cool Cool - Princess of Ranthambhore  #3</media:title>
		</media:content>
	</item>
		<item>
		<title>Mumbai Monsoon is back&#8230;</title>
		<link>http://subhodipbiswas.wordpress.com/2011/06/07/mumbai-monsoon-is-back/</link>
		<comments>http://subhodipbiswas.wordpress.com/2011/06/07/mumbai-monsoon-is-back/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 20:11:36 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/2011/06/07/mumbai-monsoon-is-back/</guid>
		<description><![CDATA[Mumbai Monsoon is back&#8230;, &#160; Mumbai monsoons is famous because of its beauty, treacherousness and we getting caught unprepared every year. Will it be the same this year too?? p.s : I tried to catch the beautiful aspect of life and stay an optimist, so is the photo. &#160; Photo originally uploaded by Subhodip Biswas. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=365&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="flickr-frame">
<p><a title="photo sharing" href="http://www.flickr.com/photos/subhodipbiswas/5800513921/"><img class="flickr-photo" src="http://farm4.static.flickr.com/3458/5800513921_801b8519e1_t.jpg" alt="Mumbai Monsoon is back..." /></a></p>
<p><span class="flickr-caption"><br />
<a href="http://www.flickr.com/photos/subhodipbiswas/5800513921/">Mumbai Monsoon is back&#8230;</a>,</span></p>
<p>&nbsp;</p>
</div>
<p><em>Mumbai monsoons is famous because of its beauty, treacherousness and we getting caught unprepared every year. Will it be the same this year too??</em></p>
<p><em> p.s : I tried to catch the beautiful aspect of life and stay an optimist, so is the photo.</em></p>
<p>&nbsp;</p>
<p>Photo originally uploaded by <a href="http://www.flickr.com/photos/subhodipbiswas/">Subhodip Biswas</a>.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/blogroll/'>Blogroll</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/365/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=365&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2011/06/07/mumbai-monsoon-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3458/5800513921_801b8519e1_t.jpg" medium="image">
			<media:title type="html">Mumbai Monsoon is back...</media:title>
		</media:content>
	</item>
		<item>
		<title>Dilemma</title>
		<link>http://subhodipbiswas.wordpress.com/2011/05/31/dilemma/</link>
		<comments>http://subhodipbiswas.wordpress.com/2011/05/31/dilemma/#comments</comments>
		<pubDate>Mon, 30 May 2011 19:24:24 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[Dilemma]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Wildlife]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=352</guid>
		<description><![CDATA[After over 3 years of using a Powershot, I thought of graduating to a SLR. I planned for a decent SLR but had no plan on lenses.. well I never had taken that into consideration. Then Ranthambore trip happened. I went crazy over what to buy..from a TC for my Powershot to all possible cameras [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=352&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>After over 3 years of using a Powershot, I thought of graduating to a SLR. I planned for a decent SLR but had no plan on lenses.. well I never had taken that into consideration.</p>
<p>Then Ranthambore trip happened. I went crazy over what to buy..from a TC for my Powershot to all possible cameras that I can buy at that point of time,  finally  ended up buying a Canon EOS 1000D and with some good advice, a Sigma 70 300 APO DG MACRO F4 &#8211; 5.6.</p>
<p>Ranthambore trip was a great learning experience, my first wildlife shot was of T39 tigress. I got so confused on either to take pic or watch the tiger go just feets away from me. So did not pay attention to details. Rest of the days in Ranthambore were good, learned a lot  from wildlife photographers(<a href="http://www.alchemyofnature.net/">Sagar Gosavi</a> and <a href="http://www.indianaturewatch.net/view_cat.php?tag=YOGESH%20RANE">Yogesh Rane</a>).</p>
<p>Next trip was after a week from Ranthambore was Jim Corbett National Park and this time I tested my setup as a camera person . Well I found myself starting from scratch here in Corbett. </p>
<p>My few observation in regards the last two trips were :<br />
1) Canon EOS 1000D is an awesome camera but not at all suitable for Wildlife photography.(1.5 fps in RAW is way too slow).<br />
2) OS/IS/VR is somehow a requirement for early morning and late evening shots(Most movements happens in this time though).<br />
3) ISO the more the better. Noise the less the better ( 1000D scores a good point her though).</p>
<p>In the last two trips I narrowed down on my short comings trying to fix them but still I need a basic setup to do wildlife photography(I might be carried away with the crowd though). Here is what I shortlisted and currently in a dilemma.</p>
<p>1. Canon vs Nikon : Being a faithful canon user for last three years I wanted to stick to canon but found in some cases Nikon provides exactly what i want.<br />
2. Lenses (Sigma,Canon,Nikon ) : Sigma cheap and does great job, while Canon/Nikon are better and costs a lot </p>
<p>Finally these are my shortlisted cameras and lens :</p>
<p>Canon EOS 550D : Great camera with great feature but misses on fps.<br />
Used Canon EOS 40D : Again Great Cam but 10MP(low resolution on high crops, ISO to 1600 only).<br />
Nikon D5100 : Pretty much does everything but I have one or two inexpensive canon mount lenses which goes wasted if I chooses this.</p>
<p>I pretty much narrowed down on Sigma 150  500 F5 &#8211; 6.3 APO lens which means I need high ISO a lot of times.</p>
<p>Taking all into consideration I am confused like never before <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>So please help!!!!</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/life/'>life</a>, <a href='http://subhodipbiswas.wordpress.com/category/photography/'>Photography</a>, <a href='http://subhodipbiswas.wordpress.com/category/problems/'>Problems</a>, <a href='http://subhodipbiswas.wordpress.com/category/wow/'>wow</a> Tagged: <a href='http://subhodipbiswas.wordpress.com/tag/dilemma/'>Dilemma</a>, <a href='http://subhodipbiswas.wordpress.com/tag/india/'>India</a>, <a href='http://subhodipbiswas.wordpress.com/tag/photography/'>Photography</a>, <a href='http://subhodipbiswas.wordpress.com/tag/wildlife/'>Wildlife</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/352/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=352&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2011/05/31/dilemma/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>Post Ranathambore et.al.</title>
		<link>http://subhodipbiswas.wordpress.com/2011/05/24/post-ranathambore-et-al/</link>
		<comments>http://subhodipbiswas.wordpress.com/2011/05/24/post-ranathambore-et-al/#comments</comments>
		<pubDate>Tue, 24 May 2011 09:58:14 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[tour]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=347</guid>
		<description><![CDATA[My last post was on my first wildlife trip to Ranathambhore. Well it was an amazing trip, I did so many things that I never imagined to have done before. Nevertheless I got hooked to wildlife photography, even leaving the photography part aside it is pretty amazing to watch wildlife at their best(in the wild). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=347&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>My last post was on my first wildlife trip to Ranathambhore. Well it was an amazing trip, I did so many things that I never imagined to have done before.</p>
<p>Nevertheless I got hooked to wildlife photography, even leaving the photography part aside it is pretty amazing to watch wildlife at their best(in the wild). </p>
<p>I came back from Ranathambhore on 4th of April but I was so hooked to the whole thing going around me,I joined the same group again on a trip to Corbett national park(16th to 21st April 2011). </p>
<p>What I felt, the way I reacted been there remains treasure in my memory and there is no way I can explain that in a blog post. for that you have to be in Corbett.</p>
<p>Took some snaps which goes <a href="http://www.flickr.com/photos/subhodipbiswas/sets/72157626311410371/">here</a> : </p>
<p>My current action item is to create my own gear consisting 550D, Sigma 150 &#8211; 500 OS and a telephoto mic.</p>
<p>P.S : I manage to get GPS traces of about 700KM (in the jungle plus some rail track) in these two trips. Hope these goes to OSM soon.e</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/life/'>life</a>, <a href='http://subhodipbiswas.wordpress.com/category/openstreetmap/'>OpenStreetMap</a>, <a href='http://subhodipbiswas.wordpress.com/category/photography/'>Photography</a>, <a href='http://subhodipbiswas.wordpress.com/category/tour/'>tour</a>, <a href='http://subhodipbiswas.wordpress.com/category/wow/'>wow</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/347/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=347&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2011/05/24/post-ranathambore-et-al/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>Ranthambore Calling &#8230;.</title>
		<link>http://subhodipbiswas.wordpress.com/2011/03/29/ranthambore-calling/</link>
		<comments>http://subhodipbiswas.wordpress.com/2011/03/29/ranthambore-calling/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 07:19:52 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[tour]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=343</guid>
		<description><![CDATA[Tomorrow I will be leaving for my first wildlife photography trip ever. Plans are to keep the &#8216;trigger happy me&#8217; very happy and to get GPS trail of species spotted and put them in OpenstreetMap (Taking help of a wildlife veteran though). More details on this later&#8230;. Filed under: Blogroll, life, OpenStreetMap, Photography, tour, wow<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=343&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Tomorrow I will be leaving for my first wildlife photography trip ever.<br />
Plans are to keep the &#8216;trigger happy me&#8217; very happy and to get GPS trail of species spotted and put them in OpenstreetMap (Taking help of a wildlife veteran though).</p>
<p>More details on this later&#8230;. </p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/blogroll/'>Blogroll</a>, <a href='http://subhodipbiswas.wordpress.com/category/life/'>life</a>, <a href='http://subhodipbiswas.wordpress.com/category/openstreetmap/'>OpenStreetMap</a>, <a href='http://subhodipbiswas.wordpress.com/category/photography/'>Photography</a>, <a href='http://subhodipbiswas.wordpress.com/category/tour/'>tour</a>, <a href='http://subhodipbiswas.wordpress.com/category/wow/'>wow</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/343/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=343&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2011/03/29/ranthambore-calling/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>GSOC 2011/OpenStreetMap/Projects</title>
		<link>http://subhodipbiswas.wordpress.com/2011/03/19/gsoc-2011openstreetmapprojects/</link>
		<comments>http://subhodipbiswas.wordpress.com/2011/03/19/gsoc-2011openstreetmapprojects/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 09:45:53 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[GSOC]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=334</guid>
		<description><![CDATA[Like every year this years mentoring organizations for Google Summer of Code 2011 has been announced and OpenStreetMap is in this years list as well. Now as a lot of cheap phones has the capability to click pictures in high resolution,make GPS traces,shoot videos and have a internet connection via WIFI/GPRS or mobile broadband connection. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=334&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Like every year this years mentoring organizations for Google Summer of Code 2011 has been announced and <a href="http://www.openstreetmap.org/">OpenStreetMap</a> is in this years list as well. </p>
<p>Now as a lot of cheap phones has the capability to click pictures in high resolution,make GPS traces,shoot videos and have a internet connection via WIFI/GPRS or mobile broadband connection. I would really love to see a mobile based OSM mapping application that can utilize this facility and able to  do photo tag/Video tag with GPS traces,upload to OSM/Flickr/Youtube, create and edit basic maps.</p>
<p>The idea  by Zhijie Shen is <a href="http://wiki.openstreetmap.org/wiki/GSoC_Project_Ideas_2011#Develop_a_Simple_Mapping_Tool_for_Mobile_Phones">here</a>. So in case if you are interested in developing such an application do get in touch with the OSM community.</p>
<p>Apart from this you can find a lot of  interesting project ideas<a href="http://wiki.openstreetmap.org/wiki/GSoC_Project_Ideas_2011"> here.</a></p>
<p>Student application for GSOC 2011 starts from March 29th.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/foss/'>FOSS</a>, <a href='http://subhodipbiswas.wordpress.com/category/gsoc/'>GSOC</a>, <a href='http://subhodipbiswas.wordpress.com/category/openstreetmap/'>OpenStreetMap</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=334&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2011/03/19/gsoc-2011openstreetmapprojects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>Brownian Motion</title>
		<link>http://subhodipbiswas.wordpress.com/2010/08/07/brownian-motion/</link>
		<comments>http://subhodipbiswas.wordpress.com/2010/08/07/brownian-motion/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 20:52:34 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=325</guid>
		<description><![CDATA[Before you start reading this post, I warn you its  boring and makes no sense  ..may not interest you but I am writing it because it does deserve one. Evere since I went out of college I started looking to do something creative and something that goes with me rather than something imposed on me. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=325&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Before you start reading this post, I warn you its  boring and makes no sense  ..may not interest you but I am writing it because it does deserve one.</p>
<p>Evere since I went out of college I started looking to do something creative and something that goes with me rather than something imposed on me. I stayed in Kolkata for a while starting to look at things in a different way.The way which is completely new to me. Since this is the first time I am away from home. I started facing something which I didn&#8217;t consider a problem before, Well days past by and I had a surgery in my eyes so had to take a break .Problem is somehow I never got that interest back to go to Kolkata and start looking for what I was looking.</p>
<p>I joined a service MNC. I got posted to Gandhinagar, things were different again. Again lot of things happened to me when least expected. In this phase I really went through a tough time because the learning curve was way over my limit threshold.</p>
<p>By this time my contribution to open source is almost nill and I am almost a dormant person.</p>
<p>Gandhinagar period was over, I got posting in Mumbai. Interestingly this is the only place about which I knew nothing although I should have guessed something as this being such a popular place.</p>
<p>My friends from Gandhinagar helped me a lot. Initial days were tough out here and overall I realized that this city is so big and huge that I could easily get absorbed into it and can never be able get out.</p>
<p>My company has  a office in almost every single neighborhood. So the next thought in our mind after getting into mumbai is where will our office be.</p>
<p>When every single of my friend got a office together, I was left alone to go to a different one. Later after two months I am still where I am posted while all my friends are in different offices far away from where they were staying.</p>
<p>This is also when I started to do experimenting with what I can and how much I can. Because of a idle last year I was how ever a little bit apprehensive  with my confidence level.</p>
<p>I am now a software tester where all my friends are running behind development. However I am still in touch with some or the other opensource technology just as I wanted. So the experiment didn&#8217;t go wrong at all. I still in touch with coding just the way I wanted.</p>
<p>But somehow this &#8220;Just the way I wanted&#8221; makes no sense anymore because priorities as well as aspiration changes. So is the situation.</p>
<p>Mumbai taught me a lot of things in last few months. I saw people homeless in front of some of the mansions out here. I guess anything can happen in this city.</p>
<p>While all my friends have a fixed goal for next few years about their future. I am still in search for it. I don&#8217;t know what I will do in next few year to come. I like a lot of things that I want to do but they are completely different from each other and can never be persuade together.</p>
<p>Will I able to pursue any one of them? or will I have to leave them all and make a compromise with something else? Is it that you always need to make your mind understand that somethings you deserve and most of the things you don&#8217;t so dont worry be happy kinda things&#8230;&#8230;.well I am completely clueless.</p>
<p>If this blog post didn&#8217;t make a single sense to you. well even I can&#8217;t make out what I have written.but this is what i am feeling/thinking/sleeping right now.</p>
<p>P.S : Tomorrow is the first time I am going for a outing outside Mumbai with my team. let see how it goes.</p>
<p>P.P.S. I hope to see myself working on a open source project soon with lots of if&#8217;s and but&#8217;s.</p>
<p>P.P.P.S: Ignore spelling mistakes.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/blogroll/'>Blogroll</a>, <a href='http://subhodipbiswas.wordpress.com/category/life/'>life</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=325&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2010/08/07/brownian-motion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
		<item>
		<title>Enter Title Here</title>
		<link>http://subhodipbiswas.wordpress.com/2010/06/06/enter-title-here/</link>
		<comments>http://subhodipbiswas.wordpress.com/2010/06/06/enter-title-here/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 20:24:17 +0000</pubDate>
		<dc:creator>Subhodip Biswas</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://subhodipbiswas.wordpress.com/?p=321</guid>
		<description><![CDATA[It has been quite a while since I had written my last post. There&#8217;s a lot to write about since I joined the company but I dont know how to . Right now being posted in mumbai and trying to settle down to the new. Hope things goes well this time. Filed under: Blogroll, life, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=321&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It has been quite a while since I had written my last post.</p>
<p>There&#8217;s a lot to write about since I joined the company but I dont know how to .</p>
<p>Right now being posted in mumbai and trying to settle down to the new.</p>
<p>Hope things goes well this time.</p>
<br />Filed under: <a href='http://subhodipbiswas.wordpress.com/category/blogroll/'>Blogroll</a>, <a href='http://subhodipbiswas.wordpress.com/category/life/'>life</a>, <a href='http://subhodipbiswas.wordpress.com/category/wow/'>wow</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subhodipbiswas.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subhodipbiswas.wordpress.com/321/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subhodipbiswas.wordpress.com&#038;blog=803296&#038;post=321&#038;subd=subhodipbiswas&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://subhodipbiswas.wordpress.com/2010/06/06/enter-title-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/4c1d382eaa82ca6b14d78bdcc8c59a44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">subhodipbiswas</media:title>
		</media:content>
	</item>
	</channel>
</rss>
