<?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>Not about everything</title>
	<atom:link href="http://takaita.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://takaita.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 02 Dec 2009 21:52:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='takaita.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/354ab63a6ecd8b3d8f1a5b6f40389b41?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Not about everything</title>
		<link>http://takaita.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://takaita.wordpress.com/osd.xml" title="Not about everything" />
		<item>
		<title>Why would a compiler not allow comparing different datatypes?</title>
		<link>http://takaita.wordpress.com/2009/11/25/why-would-a-compiler-not-allow-comparing-different-datatypes/</link>
		<comments>http://takaita.wordpress.com/2009/11/25/why-would-a-compiler-not-allow-comparing-different-datatypes/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:02:14 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[world wide web]]></category>
		<category><![CDATA[computer]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=143</guid>
		<description><![CDATA[While writing some code in ASP.Net, I got a run time error where two variables of unequal type were compared.
If varA = varB Then
    ' somecode
End If

By accident varA was a String and varB a Number. One would say, that those variables are unequal and life goes on. But no. The program [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=143&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While writing some code in ASP.Net, I got a run time error where two variables of unequal type were compared.</p>
<pre>If varA = varB Then
    ' somecode
End If
</pre>
<p>By accident varA was a String and varB a Number. One would say, that those variables are unequal and life goes on. But no. The program refused to run. Alarm, Error, Wrong, Impossible.</p>
<p>I am totally puzzled. There is only one reason why this could be: a String and a Number (it was a Long, but that&#8217;s too much detail maybe), can not be equal, so comparing them is useless. But then again, comparing Strings of unequal length is fine, even though they can not be equal either, or Strings which start with a different letter. </p>
<p>The point of my code is to evaluate if two things are equal or not. I want an answer. So seriously, my question to all programming gurus around the internet, explain why a language can not answer a simple question, but wants to tell me &#8211; as the programmer &#8211; that I should not ask.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=143&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2009/11/25/why-would-a-compiler-not-allow-comparing-different-datatypes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>
	</item>
		<item>
		<title>A butterfly photo which makes people angry</title>
		<link>http://takaita.wordpress.com/2009/11/17/a-butterfly-photo-which-makes-people-angry/</link>
		<comments>http://takaita.wordpress.com/2009/11/17/a-butterfly-photo-which-makes-people-angry/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:00:59 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[nature]]></category>
		<category><![CDATA[nature photography]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[butterfly]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=140</guid>
		<description><![CDATA[One day I was out in nature and saw a butterfly. Nothing special, just a Red Admiral (Vanessa atalanta), a species which even I have photographed many times. But I could not resist taking some photos of this one. At first nothing special.
 
But then I decided to get creative. There is not much to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=140&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One day I was out in nature and saw a butterfly. Nothing special, just a Red Admiral (<em>Vanessa atalanta</em>), a species which even I have photographed many times. But I could not resist taking some photos of this one. At first nothing special.</p>
<p><a title="Vanessa atalanta" href="http://www.flickr.com/photos/sybe/3657532689/"><img src="http://farm3.static.flickr.com/2436/3657532689_5073368a5a_m.jpg" alt="IMG_0207" width="240" height="160" /></a> <a title="Vanessa atalanta" href="http://www.flickr.com/photos/sybe/3657534715/"><img src="http://farm4.static.flickr.com/3410/3657534715_0cbf55875d_m.jpg" alt="IMG_0227" width="240" height="160" /></a></p>
<p>But then I decided to get creative. There is not much to be creative about when photographing a butterfly. I don&#8217;t know. I set the camera on manual focus and just tried some things. I sort of liked one of these photos, desaturated it a bit and uploaded it to a upload-your-photos-and-comment-on-other-photos site. That was last June. Nothing special happened then. One person said he liked it, another wondered why the focus was so weird. As I am not very active commenting photos of others, I don&#8217;t get many comments in return. That is only fair.</p>
<p><a href="http://gallery.zoom.nl/foto/1168736/macro-s/in/user-15191/atalanta.html"><img src="http://static.zoom.nl/DE5154CF3C800287B996A359E124BE2A-atalanta.jpg" border="0" alt="" /></a></p>
<p>And then some months later the photo gets some more comments (wel actually only 2). That is as such a bit remarkable, because comments are usually written on recently uploaded photos. The interesting thing about these comments is that it seems as if the commenter has been made angry by this photo. One commenter suggested that I made this photo without looking through the lens, that I was trying to annoy people with uploading that photo. Another suggested that I should have thrown the photo away, as anyone would have done. Both could have easily ignored the photo (which is what people usually do when they don&#8217;t like it).</p>
<p>What is it that makes people angry about a photo of a butterfly?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=140&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2009/11/17/a-butterfly-photo-which-makes-people-angry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2436/3657532689_5073368a5a_m.jpg" medium="image">
			<media:title type="html">IMG_0207</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3410/3657534715_0cbf55875d_m.jpg" medium="image">
			<media:title type="html">IMG_0227</media:title>
		</media:content>

		<media:content url="http://static.zoom.nl/DE5154CF3C800287B996A359E124BE2A-atalanta.jpg" medium="image" />
	</item>
		<item>
		<title>Some pretty damselfly photos</title>
		<link>http://takaita.wordpress.com/2009/07/22/some-pretty-damselfly-photos/</link>
		<comments>http://takaita.wordpress.com/2009/07/22/some-pretty-damselfly-photos/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:34:48 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[biology]]></category>
		<category><![CDATA[damselfly]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[nature photography]]></category>
		<category><![CDATA[odonata]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[damselflies]]></category>
		<category><![CDATA[zygoptera]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=134</guid>
		<description><![CDATA[Just to show to the world some of the Damselfly photos I made this year. If you are really impressed: click on the photo and order a print. But it is fine with me if you just enjoy looking at them here.

Female Red-eyed Damselfly (Erythromma najas). The rain left some drops on her wings.

Female Green [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=134&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just to show to the world some of the Damselfly photos I made this year. If you are really impressed: click on the photo and order a print. But it is fine with me if you just enjoy looking at them here.</p>
<p><a href="http://www.redbubble.com/people/taka/art/3464897-2-red-eyed-damselfly"><img src="http://images-1.redbubble.net/img/art/size:large/view:main/3464897-2-red-eyed-damselfly.jpg" border="0" alt="Red-eyed damselfly" /></a><br />
Female Red-eyed Damselfly (<em>Erythromma najas</em>). The rain left some drops on her wings.</p>
<p><a href="http://www.redbubble.com/people/taka/art/3464774-2-green-emerald-damselfly"><img src="http://images-2.redbubble.net/img/art/size:large/view:main/3464774-2-green-emerald-damselfly.jpg" border="0" alt="Green Emerald Damselfly" /></a><br />
Female Green Emerald Damselfly (<em>Lestes viridis</em>). The sunlight shines on the grass from behind.</p>
<p><a href="http://www.redbubble.com/people/taka/art/3464783-2-against-the-wind"><img src="http://images-1.redbubble.net/img/art/size:large/view:main/3464783-2-against-the-wind.jpg" border="0" alt="Emerald Damselfly" /></a><br />
Male Emerald Damselfly (<em>Lestes sponsa</em>). Holding on to grass on a very windy day.</p>
<p><a href="http://www.redbubble.com/people/taka/art/3464836-2-a-new-generation"><img src="http://images-0.redbubble.net/img/art/size:large/view:main/3464836-2-a-new-generation.jpg" border="0" alt="Common Winter Damselfly" /></a><br />
Female Common Winter Damselfly (<em>Sympecma fusca</em>). A new generation has emerged. Winter Damselflies <a href="http://odonataobservations.blogspot.com/2009/01/sympecma-fusca-surviving-in-winter.html">get through the winter as an adult</a>, reproduce early in spring. The last of them can be seen until half June. Then the new generation emerges halfway July &#8211; this is one of them.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=134&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2009/07/22/some-pretty-damselfly-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>

		<media:content url="http://images-1.redbubble.net/img/art/size:large/view:main/3464897-2-red-eyed-damselfly.jpg" medium="image">
			<media:title type="html">Red-eyed damselfly</media:title>
		</media:content>

		<media:content url="http://images-2.redbubble.net/img/art/size:large/view:main/3464774-2-green-emerald-damselfly.jpg" medium="image">
			<media:title type="html">Green Emerald Damselfly</media:title>
		</media:content>

		<media:content url="http://images-1.redbubble.net/img/art/size:large/view:main/3464783-2-against-the-wind.jpg" medium="image">
			<media:title type="html">Emerald Damselfly</media:title>
		</media:content>

		<media:content url="http://images-0.redbubble.net/img/art/size:large/view:main/3464836-2-a-new-generation.jpg" medium="image">
			<media:title type="html">Common Winter Damselfly</media:title>
		</media:content>
	</item>
		<item>
		<title>Google is losing it</title>
		<link>http://takaita.wordpress.com/2009/07/10/google-is-losing-it/</link>
		<comments>http://takaita.wordpress.com/2009/07/10/google-is-losing-it/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 07:25:24 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[world wide web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=130</guid>
		<description><![CDATA[The search results from Google are getting worse to a level that is annoys me. The reason is that Google search has been made &#8220;smarter&#8221;. While searching for a couple of terms, Google now supposes that the search results should include also search terms that are supposed to be related. 
Some examples. 
As I am [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=130&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The search results from Google are getting worse to a level that is annoys me. The reason is that Google search has been made &#8220;smarter&#8221;. While searching for a couple of terms, Google now supposes that the search results should include also search terms that are supposed to be related. </p>
<p>Some examples. </p>
<p>As I am interested in dragonflies, and I am Dutch (the Dutch word for dragonfly is &#8220;libel&#8221;), I do quite frequently use the search term &#8220;libel&#8221;. I am aware that this word has a totally unrelated meaning in English, but that meaning is mostly suppressed by using multiple search terms in Dutch, or for example adding the name of an area in the Netherlands. Or by setting the language to Dutch. But, searching for <a href="http://www.google.com/search?q=libel+Nederland&amp;lr=lang_nl">&#8220;libel Nederland&#8221;</a> gives as the first hit a Dutch woman&#8217;s magazine called &#8220;Libelle&#8221;. Yes. I see the similarity in the words. Words can be similar but can have a totally different meaning. </p>
<p>Another example. Recently I was trying to find some information about legislature on internet privacy. The words &#8220;internet&#8221; and &#8220;privacy&#8221; are used in Dutch to, but legislature is &#8220;wetgeving&#8221;. That last word exists only in Dutch, so you&#8217;d think that it would return only Dutch search results. Well, it doesn&#8217;t. Check it out: searching for <a href="http://www.google.com/search?q=privacy+internet+wetgeving">&#8220;privacy internet wetgeving&#8221;</a> makes Google think I might also be searching for something wet, like &#8220;wet dreams poetry&#8221; or &#8220;wet women&#8221; or &#8220;wet ink printing&#8221;. So stuff like this is inserted between the results.</p>
<p>Google thinks it is smart by supposing I am dumb. That is really annoying. </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=130&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2009/07/10/google-is-losing-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>
	</item>
		<item>
		<title>The Robin is a curious bird</title>
		<link>http://takaita.wordpress.com/2009/03/13/the-robin-is-a-curious-bird/</link>
		<comments>http://takaita.wordpress.com/2009/03/13/the-robin-is-a-curious-bird/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 22:30:19 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[biology]]></category>
		<category><![CDATA[bird]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[things to do]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[robin]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=120</guid>
		<description><![CDATA[The Robin is a curious bird. I only found out since the time I usually carry around a camera on my walks.

Currently I am more into dragonflies than into birds. Mainly because dragonflies are easier to photograph, but also because there are fewer species of them which makes them usually easier to identify. But because [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=120&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The Robin is a curious bird. I only found out since the time I usually carry around a camera on my walks.</p>
<p><a title="Erithacus rubecula" href="http://www.flickr.com/photos/sybe/2254703598/"><img src="http://farm3.static.flickr.com/2178/2254703598_968927bdd4.jpg" border="0" alt="European Robin" width="500" height="333" /></a></p>
<p>Currently I am more into dragonflies than into birds. Mainly because dragonflies are easier to photograph, but also because there are fewer species of them which makes them usually easier to identify. But because the dragonfly forum which I frequent, is on the same site as a bird forum, I sometimes read go to read that bird forum. Especially in the winter when there is not much to do at the dragonfly forum.</p>
<p>That bird forum is interesting. When I was young I had some interest in birds and bought a quality bird guide (from my own hard-earned money) in order to identify the species I saw. I still have that guide, but it is totally out of date. It seems that every species in that guide now has been split into several species or subspecies. Of course that is mostly done to satisfy the need of the bird watchers. They love to have a check behind as many species as possible. Did you know that there is a special word for this kind of people? They are called &#8220;<a title="twitchers" href="http://en.wikipedia.org/wiki/Twitchers%27_vocabulary">twitchers</a>&#8221; and it is not easy to become a fully accepted twitcher. There is a long trajectory, in which you first see only common species, then find out that there are rare species too &#8211; which you apparently start seeing everywhere until you realize that you are just fooling yourself (and others) and return to seeing common species everywhere with only very occasionally a rare species (after which that <a href="http://ecoworldly.com/2009/02/26/extremely-rare-bird-photographed-for-first-time-then-eaten/">sometimes gets eaten</a>).</p>
<p>An essential part of bird <em>watching</em> is bird <em>listening</em>. I remember reading a story on mentioned forum about someone who though he had seen an extremely rare species (at least for the Netherlands).  Because many bird species migrate between their summer and winter residence, bird listeners spend a small capital on microphones and spend days and nights on locations where these migrating birds fly over and occasionally come to the ground to feed. With these microphones they try to identify migrating birds by their sound. I don&#8217;t know how hard that is. I have trained myself to recognize about 10 or 20 bird species by their sound. It always makes me happy to hear the first <a href="http://en.wikipedia.org/wiki/Chiffchaff">Chiffchaff</a> again in spring &#8211; and it can surprise me sometimes that others don&#8217;t notice. But the real twitchers take that to another dimension with their microphones. So this person wrote on the forum about a sound he heard, which was familiar, but then he swa the bird and it did not look like the species it sounded like. Then he remembered that there was this species which sounds like the familiar one, looks a bit like another (also familiar) species, but is very, very rare. Did he see that very very rare species? He could not be sure, because he heard nor saw it again. But he wrote a long story on the forum with remarkable details such as how many meters away he saw the bird (he measured it very precise, something like 84.5 metres), wrote about the sound he heard and what he thought about it at that moment and then what he thought when he saw the bird and if he could be sure if the bird he saw was the same one as the bird that made the sound. I was impressed. True, not everybody on the forum was as impressed as I was.</p>
<p>Anyway, these kind of stories are what keeps me interested in the bird forum. People want so much to see some rare species and at the same time are aware that they are probably mistaken when they think to have seen one. This tension between desire and self-control and an effort to be &#8217;scientific&#8217; gives many contributions on this forum a great suspense.</p>
<p>The Robin is a curious bird. I only found out since the time I usually carry around a camera on my walks. First time was when I took the photo displayed at the top. Walking in the dunes I noticed a Robin. I prepared my camera in a reflex, but mosty expecting that the bird would have flown far away by the time I had it in focus. To my surprise it did not fly away, but kept sitting there, seemingly watching me.</p>
<p>Last week I must have remembered that moment, when I was in a city park which has some pretentions to be natural, and saw another Robin no too far away. The thought came to me that I should just stay there with my camera ready until the bird would come to watch me from a bit closer. Half to my surprise that was exactly what happened. The bird came to me to have a closer look. And this was the result.</p>
<p><a href="http://www.flickr.com/photos/sybe/3335945014/" title="Robin"><img src="http://farm4.static.flickr.com/3347/3335945014_9e49b006a8.jpg" width="500" height="500" alt="Robin" border="0" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=120&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2009/03/13/the-robin-is-a-curious-bird/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2178/2254703598_968927bdd4.jpg" medium="image">
			<media:title type="html">European Robin</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3347/3335945014_9e49b006a8.jpg" medium="image">
			<media:title type="html">Robin</media:title>
		</media:content>
	</item>
		<item>
		<title>Did the Romans have digital cameras 2000 years before our era?</title>
		<link>http://takaita.wordpress.com/2009/02/08/did-the-romans-have-digital-cameras-2000-years-before-our-era/</link>
		<comments>http://takaita.wordpress.com/2009/02/08/did-the-romans-have-digital-cameras-2000-years-before-our-era/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 11:59:48 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[history]]></category>
		<category><![CDATA[mystery]]></category>
		<category><![CDATA[megapixel]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[romans]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=116</guid>
		<description><![CDATA[No.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=116&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>No</strong>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=116&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2009/02/08/did-the-romans-have-digital-cameras-2000-years-before-our-era/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>
	</item>
		<item>
		<title>Small annoyances on the internet</title>
		<link>http://takaita.wordpress.com/2009/01/16/small-annoyances-on-the-internet/</link>
		<comments>http://takaita.wordpress.com/2009/01/16/small-annoyances-on-the-internet/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 17:26:59 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[annoyance]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=114</guid>
		<description><![CDATA[Here&#8217;s my list of small annoyances on the internet.

Visit counter on 360.yahoo.com.
I have a yahoo 360 page.  Sometimes that shows a visitors count. Sometimes not. So sometimes I keep on clicking on my account pages just to see the visit count. There are actually two versions of the visit count: one that shows only the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=114&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s my list of small annoyances on the internet.</p>
<ul>
<li><strong>Visit counter on 360.yahoo.com</strong>.<br />
I have<a href="http://360.yahoo.com/taka_itaha"> a yahoo 360 page</a>.  Sometimes that shows a visitors count. Sometimes not. So sometimes I keep on clicking on my account pages just to see the visit count. There are actually two versions of the visit count: one that shows only the overall visit count and one that also shows the visits for the current week and the current month. <strong><br />
</strong></li>
<li><strong>Reddit auto-downmods of submissions</strong>.<br />
<a href="http://www.reddit.com/">Reddit.com</a> sometimes is interesting, sometimes a bit boring. But interesting enough for me to occasionally take a look at it. I tried submitting a number of pages, but found out that they almost always were voted down instantly to zero points. Only recently, after two years and something like 20 submitted urls, I actually got a karma above 1.</li>
<li><strong>Everywhere this Google login</strong>.<br />
Google is everywhere. I do use some Google services, search mainly. But also occasionally gmail, blogspot, analytics, picasa. Maybe some more. But wheneever I log in to one of them, I am logged in to all of them. I am even logged in to Google search. I do not want to be logged in to Google search. Mind your own business Google!</li>
<li><strong>Impossible captchas</strong>.<br />
I understand the point of captchas. But it happens more and more often that I am not able to decipher it. Usually I need a few tries before &#8216;breaking&#8217; the code. I read that I&#8217;m not alone in that.</li>
<li><strong>The obviousness of my mediocracy</strong>.<br />
Of course I always knew that there was someone better than me for each of my qualities. But with the internet, it becomes so painfully clear.</li>
<li><strong>Stolen content in blogs</strong>.<br />
People who embed a video from YouTube,  a photo from flickr or a text, created by somebody else and presenting it as their own in their blog. Usually with no reference to the source and with no or very little explanation. People doing this and getting away with it.</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=114&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2009/01/16/small-annoyances-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>
	</item>
		<item>
		<title>Photos I sold in 2008</title>
		<link>http://takaita.wordpress.com/2009/01/11/photos-i-sold-in-2008/</link>
		<comments>http://takaita.wordpress.com/2009/01/11/photos-i-sold-in-2008/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 13:48:02 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[nature photography]]></category>
		<category><![CDATA[sales]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=110</guid>
		<description><![CDATA[There are many sites where one can upload photos in order to sell them. I have accounts on several of such sites, and on each I have a couple of photos. I am not very active in promoting my sales &#8211; I have a regular job, and it&#8217;s just to see if and how selling [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=110&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There are many sites where one can upload photos in order to sell them. I have accounts on several of such sites, and on each I have a couple of photos. I am not very active in promoting my sales &#8211; I have a regular job, and it&#8217;s just to see if and how selling photos works.</p>
<p>In 2008 I did sell a couple of photos this way. Here they are. The photos are displayed here as they are on the site where they are offered, so I apologize for the differences in size.</p>
<p><strong>Natuurwerkdag</strong><br />
<a title="Natuurwerkdag" href="http://www.nationalebeeldbank.nl/shop/products/33481"><img src="http://beeldbankpublic.s3.amazonaws.com/2006/11/33481-preview.jpg" border="0" alt="Natuurwerkdag" width="320" height="213" /></a><br />
This photo is from the Dutch &#8216;Natuurwerkdag&#8217;, a national day where people can volunteer to do some work in nature. It was sold twice from the <a href="http://www.nationalebeeldbank.nl/">Nationale Beeldbank</a>, which is a Dutch stock photo site which gives photographers quite a reasonable price. I received about €30,- for each sale.</p>
<p><strong>Rana temporaria</strong><br />
<a title="Rana temporaria" href="http://www.imagekind.com/showartwork.aspx?IMID=3a9cfe86-50c2-4265-b86a-dba2ef9b748d"><img src="http://thumbs.imagekind.com/member/45b0fc88-1bec-437d-83fa-799f1a43c8e6/uploadedartwork/650X650/3a9cfe86-50c2-4265-b86a-dba2ef9b748d.jpg" border="0" alt="Rana temporaria" width="450" height="299" /></a><br />
A photo of a frog, sold through <a href="www.imagekind.com">Imagekind</a>. Imagekind does not pay much. After two sales (the first was in 2007) they owe me about $4,-. Imagekind will not pay me anything until they owe me $50,-. With my current rate of selling there, that will be in 25 years.</p>
<p><strong>In the forest</strong><br />
<a title="In the forest" href="http://www.redbubble.com/people/taka/art/836322-2-in-the-forest"><img src="http://images-2.redbubble.net/img/art/size:large/view:main/836322-2-in-the-forest.jpg" border="0" alt="In the forest" width="550" height="367" /></a><br />
My most successful photo in many ways, it won some awards, has been published in a couple of magazines and this year it sold twice as a framed print through <a href="www.redbubble.com">Redbubble</a>, for a total income for me of about €20,-.</p>
<p>That&#8217;s all. It is a bit more than 2007.  Maybe this year will bring even more sales. But the total income is not something to get excited about.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=110&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2009/01/11/photos-i-sold-in-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>

		<media:content url="http://beeldbankpublic.s3.amazonaws.com/2006/11/33481-preview.jpg" medium="image">
			<media:title type="html">Natuurwerkdag</media:title>
		</media:content>

		<media:content url="http://thumbs.imagekind.com/member/45b0fc88-1bec-437d-83fa-799f1a43c8e6/uploadedartwork/650X650/3a9cfe86-50c2-4265-b86a-dba2ef9b748d.jpg" medium="image">
			<media:title type="html">Rana temporaria</media:title>
		</media:content>

		<media:content url="http://images-2.redbubble.net/img/art/size:large/view:main/836322-2-in-the-forest.jpg" medium="image">
			<media:title type="html">In the forest</media:title>
		</media:content>
	</item>
		<item>
		<title>Flickr: my top 10 most interesting photos of 2008</title>
		<link>http://takaita.wordpress.com/2009/01/02/flickr-my-top-10-most-interesting-photos-of-2008/</link>
		<comments>http://takaita.wordpress.com/2009/01/02/flickr-my-top-10-most-interesting-photos-of-2008/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 19:44:58 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[flickr]]></category>
		<category><![CDATA[nature photography]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[interestingness]]></category>
		<category><![CDATA[nature]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=100</guid>
		<description><![CDATA[For what it is worth, because flickr&#8217;s interestingness rating usually does not agree with my personal choice. Nevertheless, except for one I do understand that these photos did get a certain interestingness rating.
#10.Viola arvensis

This photo is taken with multiple extension tubes in a cleared part of a forest. The background is a cloudy sky, nothing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=100&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For what it is worth, because flickr&#8217;s interestingness rating usually does not agree with my personal choice. Nevertheless, except for one I do understand that these photos did get a certain interestingness rating.</p>
<p><strong>#10.Viola arvensis</strong><br />
<a title="Viola arvensis by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2954410196/"><img src="http://farm4.static.flickr.com/3247/2954410196_8a8841b977_m.jpg" border="0" alt="Viola arvensis" width="240" height="240" /></a><br />
This photo is taken with multiple extension tubes in a cleared part of a forest. The background is a cloudy sky, nothing artificial. Indeed the flower itself is sort of tiny  &#8211; there are very big pansies growing in gardens, but wild ones aren&#8217;t that big where I live.</p>
<p><strong>#9.</strong> <em>untitled</em><br />
<a title="Untitled by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2424668145/"><img src="http://farm4.static.flickr.com/3086/2424668145_7388b58b2c_m.jpg" border="0" alt="" width="240" height="160" /></a><br />
Well, people on flickr love this kind of photos. It&#8217;s fun and quite easy to make, but I do not regard it as anything special.</p>
<p><strong>#8. Sturnus vulgaris</strong><br />
<a title="Sturnus vulgaris by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2274881031/"><img src="http://farm3.static.flickr.com/2349/2274881031_407ab86114_m.jpg" border="0" alt="Sturnus vulgaris" width="240" height="160" /></a><br />
Portrait of the European Starling. Taken in my garden. In the days I made this, I was happy with it, because it was showing that my plans for backyard bird photography were working. Although there is not much wrong with it, this photo would not be on my personal list of 2008.</p>
<p><strong>#7. Aegithalos caudatus</strong><br />
<a title="Aegithalos caudatus by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2272636840/"><img src="http://farm3.static.flickr.com/2047/2272636840_5a095a1f1b_m.jpg" border="0" alt="Aegithalos caudatus" width="240" height="160" /></a><br />
Long-tailed Tit. Taken from inside my car. While spending a weekend somewhere nice, I noticed that some birds were really interested in their reflection in the car mirrors. I wanted to make a photo of that. To do that, I sort of hid myself under a blanket on the back seat of the car and made this photo. It belongs to my personal 2008 favorites, so much bokeh and I like it that the bird is undisturbed by my presence.</p>
<p><strong>#7. Coot vs Great Crested Grebes</strong><br />
<a title="Coot vs Great Crested Grebes by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2285529995/"><img src="http://farm3.static.flickr.com/2173/2285529995_f996ee1bfa_m.jpg" border="0" alt="Coot vs Great Crested Grebes" width="240" height="160" /></a><br />
The fight for a nesting place between two species of birds. I witnessed this fight and took a number of photos of it. The nice thing is the expression of the Grebe in the middle of the photo.</p>
<p><strong>#6. IMG_4441</strong><br />
<a title="IMG_4441 by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2519476276/"><img src="http://farm4.static.flickr.com/3021/2519476276_88bffbc0bc_m.jpg" border="0" alt="IMG_4441" width="160" height="240" /></a><br />
Not sure why flickr thinks that this photo is so interesting. It has been viewed twice and one of the viewers made it a favorite. Personally I never bothered to change the title of the image. Just an average damselfly photo.</p>
<p><strong>#5. Sympetrum danae</strong><br />
<a title="Sympetrum danae by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2720891494/"><img src="http://farm4.static.flickr.com/3277/2720891494_86fe6b23cb_m.jpg" border="0" alt="Sympetrum danae" width="240" height="160" /></a></p>
<p>Black Darter (<em>Sympetrum danae</em>).  This photo made me happy. The first time I could photography this species from close by. I even had the time to use my extension tubes.</p>
<p><strong>#4. Mushroom</strong></p>
<p><a title="Mushroom by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2937896124/"><img src="http://farm4.static.flickr.com/3190/2937896124_d75c685484_m.jpg" border="0" alt="Mushroom" width="240" height="160" /></a></p>
<p>The autumn, when most dragonflies have died, always brings me to photograph mushrooms. This photo has an emphasis on &#8220;atmosphere&#8221;, and that probably is a result of the course in Landscape Photography which I followed earlier in 2008.</p>
<p><strong>#3. Aeshna viridis</strong><br />
<a title="Aeshna viridis by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2706575291/"><img src="http://farm3.static.flickr.com/2138/2706575291_56139b3cd3_m.jpg" border="0" alt="Aeshna viridis" width="240" height="160" /></a></p>
<p>The Green Hawker, a rare species of dragonfly in the Netherlands. I was excited to find it close to where I live. Not a groundbreaking photo, but it made me happy to have it.</p>
<p><em><strong>#2. Aeshna isoceles</strong></em></p>
<p><em><a title="Aeshna isoceles by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2539203692/"><img src="http://farm3.static.flickr.com/2206/2539203692_f4543d6ffa_m.jpg" border="0" alt="Aeshna isoceles" width="240" height="160" /></a></em><br />
This year I took the time to make flight photos of dragonflies. I agree with the masses that this one is the best of my efforts this year.</p>
<p><strong>#1. Hello!</strong><br />
<a title="Hello! by taka_itaha, on Flickr" href="http://www.flickr.com/photos/sybe/2304994570/"><img src="http://farm3.static.flickr.com/2297/2304994570_d80cbe60b1_m.jpg" border="0" alt="Hello!" width="240" height="160" /></a><br />
This is all about cuteness, one of the things which do so very well on flickr.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=100&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2009/01/02/flickr-my-top-10-most-interesting-photos-of-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3247/2954410196_8a8841b977_m.jpg" medium="image">
			<media:title type="html">Viola arvensis</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3086/2424668145_7388b58b2c_m.jpg" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2349/2274881031_407ab86114_m.jpg" medium="image">
			<media:title type="html">Sturnus vulgaris</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2047/2272636840_5a095a1f1b_m.jpg" medium="image">
			<media:title type="html">Aegithalos caudatus</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2173/2285529995_f996ee1bfa_m.jpg" medium="image">
			<media:title type="html">Coot vs Great Crested Grebes</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3021/2519476276_88bffbc0bc_m.jpg" medium="image">
			<media:title type="html">IMG_4441</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3277/2720891494_86fe6b23cb_m.jpg" medium="image">
			<media:title type="html">Sympetrum danae</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3190/2937896124_d75c685484_m.jpg" medium="image">
			<media:title type="html">Mushroom</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2138/2706575291_56139b3cd3_m.jpg" medium="image">
			<media:title type="html">Aeshna viridis</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2206/2539203692_f4543d6ffa_m.jpg" medium="image">
			<media:title type="html">Aeshna isoceles</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2297/2304994570_d80cbe60b1_m.jpg" medium="image">
			<media:title type="html">Hello!</media:title>
		</media:content>
	</item>
		<item>
		<title>Promiscuity of males and females</title>
		<link>http://takaita.wordpress.com/2008/12/11/promiscuity-of-males-and-females/</link>
		<comments>http://takaita.wordpress.com/2008/12/11/promiscuity-of-males-and-females/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 20:49:54 +0000</pubDate>
		<dc:creator>takaita</dc:creator>
				<category><![CDATA[biology]]></category>
		<category><![CDATA[mystery]]></category>
		<category><![CDATA[females]]></category>
		<category><![CDATA[males]]></category>
		<category><![CDATA[promiscuity]]></category>
		<category><![CDATA[sex]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://takaita.wordpress.com/?p=95</guid>
		<description><![CDATA[Sometimes a magazine makes about poll with a question involving the promiscuity of its readers.  Such a poll is of course only meant to write an interesting headline for one of the issues of the magazine. And an interesting headline is of course that there are differences between the promiscuity of the two human sexes.
Differences [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=95&subd=takaita&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes a magazine makes about poll with a question involving the promiscuity of its readers.  Such a poll is of course only meant to write an interesting headline for one of the issues of the magazine. And an interesting headline is of course that there are differences between the promiscuity of the two human sexes.</p>
<p>Differences in promiscuity between males and females are however non-existent, at least when it comes to heterosexual partners. That is because the amount of males and females on this world are about the same. In every heterosexual contact, both a male and a female are involved.  To make the math a bit easier, let&#8217;s simply divide humanity in two pools: one of females, and one of males. With every heterosexual contact, each pool gets a point. There is no other way, because a heterosexual contact always involves both a male and a female.</p>
<p>After a certain period of time, the average number of heterosexual contacts per individual can be calculated by dividing the total number of points of a pool by the number of individuals in that pool. The math is easy. Both pools have the same amount of points and both pools have the same amount of individuals. Ergo: the average male has just as many heterosexual contacts (and partners) as the average female.</p>
<p>The really interesting thing is why polls sometimes show otherwise. The first thing that comes to my mind is that for magazines it does not make an interesting headline if males and females are just as promiscuous.  Magazines might &#8220;interpret&#8221; the poll results  just to make an interesting headline.</p>
<p>Other things might play a role. Maybe some very promiscuous individual are excluded from the polls, for example  prostitutes. If males count their contacts with prostitutes, but the prostitutes do not participate in the poll, then the poll would say that males are more promiscuous than females.  Also other non-representative samples are thinkable. Maybe the readers of the magazine (=respondents to the poll) do not form a representative sample of the population.</p>
<p>Another source of bias can be in the minds of people. Maybe women remember more of their sexual partners. Males don&#8217;t count those they have forgotten about, maybe they were not important enough to remember. Such a thing would result in females giving a higher amount of sexual partners than males. Or maybe it is the other way around. Another thing might be that males count something to be sex, which females do not count to be sex. How far do you go before you call it sex?</p>
<p>Anyway: if polls show a difference between the promiscuity of males and females, then the conclusion that males or females (whatever the outcome was) <strong>are</strong> more promiscuous is false. The really interesting question is why such a difference is reported.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/takaita.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/takaita.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/takaita.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/takaita.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/takaita.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/takaita.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/takaita.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/takaita.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/takaita.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/takaita.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=takaita.wordpress.com&blog=584358&post=95&subd=takaita&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://takaita.wordpress.com/2008/12/11/promiscuity-of-males-and-females/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1588222d6415cb42c03cfb42577569a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">takaita</media:title>
		</media:content>
	</item>
	</channel>
</rss>