<?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>hjalli.com - Hjálmar Gíslason &#187; Philosophy</title>
	<atom:link href="http://hjalli.com/category/philosophy/feed/" rel="self" type="application/rss+xml" />
	<link>http://hjalli.com</link>
	<description>Technology and other wonders / Tækni og fleiri undur veraldar</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:03:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hjalli.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>hjalli.com - Hjálmar Gíslason &#187; Philosophy</title>
		<link>http://hjalli.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hjalli.com/osd.xml" title="hjalli.com - Hjálmar Gíslason" />
	<atom:link rel='hub' href='http://hjalli.com/?pushpress=hub'/>
		<item>
		<title>What does a random place look like?</title>
		<link>http://hjalli.com/2010/07/16/what-does-a-random-place-look-like/</link>
		<comments>http://hjalli.com/2010/07/16/what-does-a-random-place-look-like/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 02:41:40 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[reality check]]></category>
		<category><![CDATA[earth]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[randomness]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://hjalli.com/?p=1266</guid>
		<description><![CDATA[What does a random place on Earth look like? Is it pristine and beautiful like this one? &#8230;or polluted and gloomy like this one? Let&#8217;s find out. Let&#8217;s find photos of 5 random places around the world. But how? Random places The first challenge is to select 5 random places. This is not as straightforward [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=1266&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>What does a random place on Earth look like?</strong></p>
<p>Is it pristine and beautiful like this one?<br />
<a title="I've reached the end of the world by Stuck in Customs, on Flickr" href="http://www.flickr.com/photos/stuckincustoms/3410783929/"><img src="http://farm4.static.flickr.com/3408/3410783929_051d93bc86.jpg" alt="I've reached the end of the world" width="500" height="361" /></a></p>
<p>&#8230;or polluted and gloomy like this one?<br />
<a title="Floating rag picker by Koshyk, on Flickr" href="http://www.flickr.com/photos/kkoshy/1803617563/"><img src="http://farm3.static.flickr.com/2044/1803617563_1f00e00525.jpg" alt="Floating rag picker" width="500" height="332" /></a></p>
<p>Let&#8217;s find out. Let&#8217;s find photos of 5 random places around the world.</p>
<p>But how?</p>
<h3>Random places</h3>
<p>The first challenge is to select 5 random places. This is not as straightforward as one might think. Selecting random latitude and longitude points would disproportionally select places in the polar regions and under represent areas around the equator in very much the same way as the common <a href="http://en.wikipedia.org/wiki/Mercator_projection">Mercator projection</a> does.</p>
<p>For a proper mathematical explanation and several different methods to randomly selecting points on a sphere (mathematically the Earth is almost a sphere) see <a href="http://mathworld.wolfram.com/SpherePointPicking.html">this article</a>. Fortunately I did not have to write the code to actually do this as the good people at <a href="http://www.geomidpoint.com/random/">Geomidpoint had already done so</a>. I decided to use their tool to select my five points. Here we go:</p>
<table width="100%">
<tbody>
<tr>
<th></th>
<th align="right">Latitude</th>
<th align="right">Longitude</th>
</tr>
<tr>
<td>Point 1:</td>
<td align="right">-11.57648598</td>
<td align="right">-147.10410403</td>
</tr>
<tr>
<td>Point 2:</td>
<td align="right">36.39272192</td>
<td align="right">15.24576048</td>
</tr>
<tr>
<td>Point 3:</td>
<td align="right">-15.79660947</td>
<td align="right">-15.32783472</td>
</tr>
<tr>
<td>Point 4:</td>
<td align="right">-7.39762107</td>
<td align="right">130.9382905</td>
</tr>
<tr>
<td>Point 5:</td>
<td align="right">21.31180918</td>
<td align="right">142.2912205</td>
</tr>
</tbody>
</table>
<p>So far so good. But how will we know what these places look like?</p>
<h3>Photos of random places</h3>
<p>One way to do this would be to use geotagged images on sites such as Flickr, using their <a href="http://www.flickr.com/map/">map interface</a> to navigate to the randomly selected points and pick the nearest photo. The downside to this is that this would not be truly random. Most images are taken in or near people&#8217;s homes, typically in urban areas, or in places that are in some way of special interest like a lakeshore, a mountaintop or other noticeable geographical feature. This would not give me the result I was looking for.</p>
<p>In the early days of the internet, I learned about the <a href="http://confluence.org/">Degree Confluence Project</a>. This is a site with a simple concept: Participants from all over the world gather descriptions and images of every confluence point on the world&#8217;s lat-long grid.</p>
<p>As the reference points and grid size of the lat-long grid are assigned somewhat arbitrarily to begin with, these points should not be biased towards any attractions, as the photos on a photo site would be. As the sample we&#8217;re aiming for is not big, using the confluence point nearest to each of my randomly selected places will do fine. So, here&#8217;s my list, snapped to the nearest confluence points:</p>
<table width="100%">
<tbody>
<tr>
<th></th>
<th align="right">Latitude</th>
<th align="right">Longitude</th>
</tr>
<tr>
<td>Point #1:</td>
<td align="right">-12</td>
<td align="right">-147</td>
</tr>
<tr>
<td>Point #2:</td>
<td align="right">36</td>
<td align="right">15</td>
</tr>
<tr>
<td>Point #3:</td>
<td align="right">-16</td>
<td align="right">-15</td>
</tr>
<tr>
<td>Point #4:</td>
<td align="right">-7</td>
<td align="right">131</td>
</tr>
<tr>
<td>Point #5:</td>
<td align="right">21</td>
<td align="right">142</td>
</tr>
</tbody>
</table>
<p>Let&#8217;s go&#8230;!</p>
<h3>70% ocean</h3>
<p>Here&#8217;s a map on Geomidpoint, showing these 5 points:<br />
<a href="http://www.geomidpoint.com/random/viewmap.html?0|-12|36|-16|-7|21&amp;0|-147|15|-15|131|142&amp;1"><img class="aligncenter size-medium wp-image-1269" title="First5" src="http://hjalli.files.wordpress.com/2010/07/first5.png?w=500&#038;h=348" alt="" width="500" height="348" /></a></p>
<p>&#8230;and the information about these from the Confluence project web site:</p>
<table width="100%">
<tbody>
<tr>
<th></th>
<th align="right">Latitude</th>
<th align="right">Longitude</th>
<th></th>
</tr>
<tr>
<td>Point #1:</td>
<td align="right">-12</td>
<td align="right">-147</td>
<td align="right"><a href="http://confluence.org/confluence.php?lat=-12&amp;lon=-147">279 km from land</a></td>
</tr>
<tr>
<td>Point #2:</td>
<td align="right">36</td>
<td align="right">15</td>
<td align="right"><a href="http://confluence.org/confluence.php?lat=36&amp;lon=15">42 km from land</a></td>
</tr>
<tr>
<td>Point #3:</td>
<td align="right">-16</td>
<td align="right">-15</td>
<td align="right"><a href="http://confluence.org/confluence.php?lat=-16&amp;lon=-15">889 km from land</a></td>
</tr>
<tr>
<td>Point #4:</td>
<td align="right">-7</td>
<td align="right">131</td>
<td align="right"><a href="http://confluence.org/confluence.php?lat=-7&amp;lon=131">43 km from land</a></td>
</tr>
<tr>
<td>Point #5:</td>
<td align="right">21</td>
<td align="right">142</td>
<td align="right"><a href="http://confluence.org/confluence.php?lat=21&amp;lon=142">382 km from land</a></td>
</tr>
</tbody>
</table>
<p>All 5 points are in the ocean. Actually that&#8217;s bad luck, but it does hammer in the fact that of the surface area of planet Earth, most of it is ocean. In fact, only 29.2% of the planet&#8217;s surface is land, so I should have expected only 1 or 2 of my 5 points to be on land. Point #2 came close, but it managed to hit the <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=36,15&amp;ie=UTF8&amp;ll=36,15&amp;spn=0.029221,0.11673&amp;t=h&amp;z=13&amp;iwloc=addr">Mediterranean, just outside of Malta</a>.</p>
<p>So, point taken. A random place on Earth is at sea. But that&#8217;s not what I was going for. Let&#8217;s try this until we have 5 points that are on land. I selected another 20 points at random and snapped them to the nearest confluence point. Here we go:</p>
<table width="100%">
<tbody>
<tr>
<th></th>
<th align="right">Latitude</th>
<th align="right">Longitude</th>
</tr>
<tr>
<td>Point #6:</td>
<td align="right">47</td>
<td align="right">1</td>
</tr>
<tr>
<td>Point #7:</td>
<td align="right">-20</td>
<td align="right">168</td>
</tr>
<tr>
<td>Point #8:</td>
<td align="right">20</td>
<td align="right">113</td>
</tr>
<tr>
<td>Point #9:</td>
<td align="right">56</td>
<td align="right">160</td>
</tr>
<tr>
<td>Point #10:</td>
<td align="right">20</td>
<td align="right">15</td>
</tr>
<tr>
<td>Point #11:</td>
<td align="right">1</td>
<td align="right">-175</td>
</tr>
<tr>
<td>Point #12:</td>
<td align="right">-32</td>
<td align="right">162</td>
</tr>
<tr>
<td>Point #13:</td>
<td align="right">-56</td>
<td align="right">-123</td>
</tr>
<tr>
<td>Point #14:</td>
<td align="right">46</td>
<td align="right">-95</td>
</tr>
<tr>
<td>Point #15:</td>
<td align="right">-57</td>
<td align="right">-120</td>
</tr>
<tr>
<td>Point #16:</td>
<td align="right">68</td>
<td align="right">-132</td>
</tr>
<tr>
<td>Point #17:</td>
<td align="right">-16</td>
<td align="right">62</td>
</tr>
<tr>
<td>Point #18:</td>
<td align="right">-54</td>
<td align="right">-41</td>
</tr>
<tr>
<td>Point #19:</td>
<td align="right">33</td>
<td align="right">-108</td>
</tr>
<tr>
<td>Point #20:</td>
<td align="right">6</td>
<td align="right">94</td>
</tr>
<tr>
<td>Point #21:</td>
<td align="right">-11</td>
<td align="right">129</td>
</tr>
<tr>
<td>Point #22:</td>
<td align="right">14</td>
<td align="right">154</td>
</tr>
<tr>
<td>Point #23:</td>
<td align="right">28</td>
<td align="right">62</td>
</tr>
<tr>
<td>Point #24:</td>
<td align="right">0</td>
<td align="right">-65</td>
</tr>
<tr>
<td>Point #25:</td>
<td align="right">1</td>
<td align="right">-52</td>
</tr>
</tbody>
</table>
<p><strong>Point #6:</strong></p>
<p>We&#8217;ve already struck gold! This point is in <a href="http://confluence.org/confluence.php?lat=47&amp;lon=1">a field in France, not far from the small town of Saint-Flovier</a>:</p>
<p><a href="http://confluence.org/confluence.php?lat=47&amp;lon=1"><img class="aligncenter size-full wp-image-1283" title="p6" src="http://hjalli.files.wordpress.com/2010/07/p6.jpg?w=500&#038;h=332" alt="" width="500" height="332" /></a></p>
<p><strong>Point #9:</strong></p>
<p>Points #7 and #8 are also in the ocean, but at #9 we strike again. This one is in <a href="http://confluence.org/confluence.php?lat=56&amp;lon=160">a remote forest in the Kamchatka peninsula, Russia</a>:</p>
<p><a href="http://confluence.org/confluence.php?lat=56&amp;lon=160"><img class="aligncenter size-full wp-image-1282" title="p9" src="http://hjalli.files.wordpress.com/2010/07/p9.jpg?w=500&#038;h=375" alt="" width="500" height="375" /></a></p>
<p><strong>Point #10:</strong></p>
<p>Point #10 is also on land, but now we hit another problem. <a href="http://confluence.org/confluence.php?lat=20&amp;lon=15">This confluence point has never been visited</a> by any of the Confluence project-nerds. A satellite image explains why. It is in the middle of the Sahara, belonging to Niger, not far from the border with Libya:<br />
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=20,15&amp;ie=UTF8&amp;ll=20,15&amp;spn=0.029221,0.11673&amp;t=h&amp;z=13&amp;iwloc=addr"><img src="http://hjalli.files.wordpress.com/2010/07/p10.png?w=500&#038;h=304" alt="" title="p10" width="500" height="304" class="aligncenter size-full wp-image-1299" /></a></p>
<p><strong>Point #14:</strong></p>
<p>The next place on land is #14. This turns out to be <a href="http://confluence.org/confluence.php?lat=46&amp;lon=-95">some guy&#8217;s shed in rural Minnesota</a>:</p>
<p><a href="http://confluence.org/confluence.php?lat=46&amp;lon=-95"><img class="aligncenter size-full wp-image-1281" title="p14" src="http://hjalli.files.wordpress.com/2010/07/p14.jpg?w=500&#038;h=333" alt="" width="500" height="333" /></a></p>
<p><strong>Point #16:</strong></p>
<p>#15 is at sea, but #16 is another <a href="http://confluence.org/confluence.php?lat=68&amp;lon=-132">confluence point on land that has not been visited</a>. This time in a lake area far up in Canada&#8217;s Northwest Territories:<br />
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=68,-132&amp;ie=UTF8&amp;ll=68,-132&amp;spn=0.029221,0.11673&amp;t=h&amp;z=13&amp;iwloc=addr"><img src="http://hjalli.files.wordpress.com/2010/07/p16.png?w=500&#038;h=303" alt="" title="p16" width="500" height="303" class="aligncenter size-full wp-image-1298" /></a></p>
<h3>Lucky 5</h3>
<p>So, 16 random places got us to 5 ones on land. But even with 5 randomly picked places ON land, two of them are so remote that not a single nerd participating in the Confluence project has visited them. Let&#8217;s keep going until we have images of 5 random places&#8230;</p>
<p><strong>Point #19:</strong></p>
<p>The next point on land is #19. It&#8217;s a <a href="http://confluence.org/confluence.php?lat=33&amp;lon=-108">a patch of ponderosa pine and juniper in a rocky ranch-land in the mountains of New Mexico</a>:</p>
<p><a href="http://confluence.org/confluence.php?lat=33&amp;lon=-108"><img class="aligncenter size-full wp-image-1280" title="p19" src="http://hjalli.files.wordpress.com/2010/07/p19.jpg?w=500&#038;h=336" alt="" width="500" height="336" /></a></p>
<p><strong>Point #23:</strong><br />
Yet another unvisited confluence point. This one is in the <a href="http://confluence.org/confluence.php?lat=28&amp;lon=62">SE part of Iran, not far from the border with Pakistan</a>:<br />
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=28,62&amp;ie=UTF8&amp;ll=28,62&amp;spn=0.029221,0.11673&amp;t=h&amp;z=13&amp;iwloc=addr"><img src="http://hjalli.files.wordpress.com/2010/07/p23.png?w=500&#038;h=304" alt="" title="p23" width="500" height="304" class="aligncenter size-full wp-image-1297" /></a></p>
<p><strong>Point #25:</strong><br />
Once again, an unvisited confluence point. This one is in Brazil, <a href="http://confluence.org/confluence.php?lat=1&amp;lon=-52">in the Amazon, a few hundred kilometers from the mouth of the Amazon river itself</a>:<br />
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=1,-52&amp;ie=UTF8&amp;ll=1,-52&amp;spn=0.029221,0.11673&amp;t=h&amp;z=13&amp;iwloc=addr"><img src="http://hjalli.files.wordpress.com/2010/07/p25.png?w=500&#038;h=303" alt="" title="p25" width="500" height="303" class="aligncenter size-full wp-image-1296" /></a></p>
<h3>One to go&#8230;</h3>
<p>Ok, of 25 randomly chosen places on Earth, we&#8217;ve still only found 4 that are on land and urban enough to have been visited by the good people of the Confluence project! Let&#8217;s keep going until we find the fifth one:</p>
<p><strong>Point #26:</strong><br />
Lat: -83; Lon -5.</p>
<p>No luck here! This one is in Antarctica, <a href="http://confluence.org/confluence.php?lat=-83&amp;lon=-5">not visited by a Confluence visitor</a>. In fact it is so remote that Google doesn&#8217;t even have a satellite image of this place: <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=-83,-5&amp;ie=UTF8&amp;ll=-83,-5&amp;spn=0.029221,0.11673&amp;t=h&amp;z=13&amp;iwloc=addr"><img src="http://hjalli.files.wordpress.com/2010/07/p26.png?w=500&#038;h=303" alt="" title="p26" width="500" height="303" class="aligncenter size-full wp-image-1295" /></a></p>
<p><strong>Point #27:</strong><br />
Lat:  -20; Lon: -138. Ocean.</p>
<p><strong>Point #28:</strong><br />
Lat: -1; Lon: 134.</p>
<p>Got it! The fifth and final place that meets the (evolving) criteria is in <a href="http://confluence.org/confluence.php?lat=-1&amp;lon=134">a forest in New Guinea and you can&#8217;t really get there without a machete</a>! The confluence visitors settled for this mud road about 80 meters from the point:</p>
<p><a href="http://confluence.org/confluence.php?lat=-1&amp;lon=134"><img class="aligncenter size-full wp-image-1279" title="p28" src="http://hjalli.files.wordpress.com/2010/07/p28.jpg?w=500&#038;h=374" alt="" width="500" height="374" /></a></p>
<p>It took 28 randomly selected places to find images of 5 random places. Another 5 places were on land, but in remote areas that are not frequently visited &#8211; at least not by people that are likely to participate in things like the Confluence project.</p>
<h3>Conclusion</h3>
<p>This is by no means a scientific experiment, but it shows us that a random place on planet Earth is &#8230; most likely in the ocean. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This exercise reminds us that Earth is after all a fairly big place. When flying across continents in a jet or communicating with people on the other side of the world, we may feel that it&#8217;s small, but on the ground level it is as big as ever. Enormous in fact.</p>
<p>A random place is neither of stunning beauty nor suffering badly from the doings of mankind. It is most likely to be remote, wild, and relatively green, often with little signs of human activities.</p>
<p>So, I present to you:</p>
<p style="text-align:center;">
<table>
<tr>
<td><strong>Five random places on Earth</strong></td>
</tr>
<tr>
<td><img style="display:inline;" title="p6" src="http://hjalli.files.wordpress.com/2010/07/p6.jpg?w=500&#038;h=150" alt="" height="150" /></td>
<td><img style="display:inline;" title="p9" src="http://hjalli.files.wordpress.com/2010/07/p9.jpg?w=500&#038;h=150" alt="" height="150" /></td>
</tr>
<tr>
<td><img style="display:inline;" title="p14" src="http://hjalli.files.wordpress.com/2010/07/p14.jpg?w=500&#038;h=150" alt="" height="150" /></td>
<td><img style="display:inline;" title="p19" src="http://hjalli.files.wordpress.com/2010/07/p19.jpg?w=500&#038;h=150" alt="" height="150" /></td>
</tr>
<tr>
<td colspan="2"><img style="display:inline;" title="p28" src="http://hjalli.files.wordpress.com/2010/07/p28.jpg?w=500&#038;h=150" alt="" height="150" /></td>
</tr>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/1266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/1266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/1266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/1266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/1266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/1266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/1266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/1266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/1266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/1266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/1266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/1266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/1266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/1266/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=1266&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2010/07/16/what-does-a-random-place-look-like/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3408/3410783929_051d93bc86.jpg" medium="image">
			<media:title type="html">I&#039;ve reached the end of the world</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2044/1803617563_1f00e00525.jpg" medium="image">
			<media:title type="html">Floating rag picker</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/first5.png?w=500" medium="image">
			<media:title type="html">First5</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p6.jpg" medium="image">
			<media:title type="html">p6</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p9.jpg" medium="image">
			<media:title type="html">p9</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p10.png" medium="image">
			<media:title type="html">p10</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p14.jpg" medium="image">
			<media:title type="html">p14</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p16.png" medium="image">
			<media:title type="html">p16</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p19.jpg" medium="image">
			<media:title type="html">p19</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p23.png" medium="image">
			<media:title type="html">p23</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p25.png" medium="image">
			<media:title type="html">p25</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p26.png" medium="image">
			<media:title type="html">p26</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p28.jpg" medium="image">
			<media:title type="html">p28</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p6.jpg" medium="image">
			<media:title type="html">p6</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p9.jpg" medium="image">
			<media:title type="html">p9</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p14.jpg" medium="image">
			<media:title type="html">p14</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p19.jpg" medium="image">
			<media:title type="html">p19</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2010/07/p28.jpg" medium="image">
			<media:title type="html">p28</media:title>
		</media:content>
	</item>
		<item>
		<title>Presentation on Innovation (IceWeb 2008)</title>
		<link>http://hjalli.com/2008/11/15/presentation-on-innovation/</link>
		<comments>http://hjalli.com/2008/11/15/presentation-on-innovation/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 18:37:34 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[bubbles]]></category>
		<category><![CDATA[crisis]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[iceland]]></category>
		<category><![CDATA[innovation]]></category>

		<guid isPermaLink="false">http://hjalli.wordpress.com/?p=659</guid>
		<description><![CDATA[Ever since the banking crisis struck Iceland a few weeks ago, I&#8217;ve been running out and about to advocate for innovation as the way to rebuild the economy. Yesterday, I was privileged to give a presentation on the topic at the IceWeb conference. The title of my talk was &#8220;The Innovation Renaissance&#8221; and the slides [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=659&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://hjalli.files.wordpress.com/2008/11/skjaldarmerki-2.png"><img class="alignright size-medium wp-image-662" title="skjaldarmerki-2" src="http://hjalli.files.wordpress.com/2008/11/skjaldarmerki-2.png?w=262&#038;h=300" alt="skjaldarmerki-2" width="262" height="300" /></a>Ever since the banking crisis struck Iceland a few weeks ago, I&#8217;ve been running out and about to advocate for innovation as the way to rebuild the economy.</p>
<p>Yesterday, I was privileged to give a presentation on the topic at the <a href="http://iceweb.svef.is/">IceWeb</a> conference. The title of my talk was &#8220;The Innovation Renaissance&#8221; and the slides can be found below:</p>
<iframe src='http://www.slideshare.net/slideshow/embed_code/755819' width='425' height='348'></iframe>
<p>Með því að opna <a href="http://www.slideshare.net/hjalli/innovation-renaissance-presentation/">kynninguna á SlideShare</a> er hægt að skoða hana &#8220;full screen&#8221;.</p>
<p>- &#8211; -</p>
<p><strong>P.S.</strong> There are a few quirks in the layout as I create my presentations in Keynote, SlideShare only accepts PowerPoint files, and the conversion is not perfect. But they weren&#8217;t that pretty anyway <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>P.P.S.</strong> <a href="http://www.egillhardar.com/">Egill Harðar</a> &#8220;two-dot-o-ified&#8221; the Icelandic crest for my presentation &#8211; thanks!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/659/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=659&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2008/11/15/presentation-on-innovation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2008/11/skjaldarmerki-2.png?w=262" medium="image">
			<media:title type="html">skjaldarmerki-2</media:title>
		</media:content>
	</item>
		<item>
		<title>Greiningadeild Hjalla</title>
		<link>http://hjalli.com/2008/10/23/greiningardeild-hjalla/</link>
		<comments>http://hjalli.com/2008/10/23/greiningardeild-hjalla/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 19:12:25 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[íslenska]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://hjalli.wordpress.com/?p=616</guid>
		<description><![CDATA[Ég er alger amatör í hagfræði og fjármálum. Ég hef samt ekki enn séð neinn virkilega rýna í stöðuna sem upp er komin hér á landi og hvert stóra myndin í efnahag þjóðarinnar stefnir og ef enginn vill gera hlutina fyrir mann, þá verður maður að gera þá sjálfur. Eftirfarandi hugleiðingar geta því ekki verið [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=616&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://hjalli.files.wordpress.com/2008/04/evrur.jpg?w=500" border="3" align="right"> Ég er alger amatör í hagfræði og fjármálum. Ég hef samt ekki enn séð neinn virkilega rýna í stöðuna sem upp er komin hér á landi og hvert stóra myndin í efnahag þjóðarinnar stefnir og ef enginn vill gera hlutina fyrir mann, þá verður maður að gera þá sjálfur.</p>
<p>Eftirfarandi hugleiðingar geta því ekki verið verri en hvað annað. Það getur þá a.m.k. vonandi einhver bent mér á það hvar ég fer útaf sporinu í þessum hugleiðingum.</p>
<p><strong>Skuldbindingar þjóðarinnar vegna innlána bankanna</strong></p>
<ul>
<li>Við erum um það bil að taka á okkur þær skuldbindingar sem bankarnir höfðu skrifað okkur fyrir að okkur forspurðum. Þetta eru fjarri því allar skuldbindingar þeirra, &#8220;bara&#8221; þær sem evrópsk og alþjóðalög kveða á um að séu á ábyrgð heimalands bankaútibúa. Þessi tala virðist vera af stærðargráðunni 1.000 milljarðar króna með skekkjumörk upp á nokkur hundruð milljarða. Endanleg tala ræðst að miklu leiti af því hver túlkun þessarra alþjóðalaga er, enda hefur líklega aldrei fyrr reynt á þau með þessum hætti. Gengið sem miðað er við er augljóslega hin stóra breytan í þessu dæmi.</li>
<li>Á móti þessum skuldbindingum eru svo verðandi þrotabú gömlu bankanna. Eins og ég skil það eru ofangreindar skuldbindingar forgangskröfur í þau bú, vegna þess að um innistæður er að ræða. M.v. að <a href="http://t24.is/?gluggi=grein&amp;tegund=frett&amp;id=3954">eignir þeirra námu 14.437 milljörðum um mitt ár og að aðeins um 4.000 milljarðar af þeim voru fluttir yfir í nýju bankana</a>, þá má vera ansi illa komið ef ekki fæst upp í skuldbindingarnar. Engu að síður þurfum við líklega að taka þessa upphæð að láni til að borga innistæðueigendunum á meðan verið er að koma nógu miklu af eignum í verð.</li>
</ul>
<p>Nettóniðurstaða af þessu gæti þá verið sú að við þurfum að taka gríðarstórt lán til tiltölulega skamms tíma, en myndum enda á núlli þegar búið væri að selja eignir gömlu bankanna sem því nemur. Ofan á þetta verður þó hatrammur slagur við aðra kröfuhafa í þrotabú gömlu bankanna, enda eru 10.000 milljarðar ekki svo lítil tala. &#8220;Menn hafa beygt sig eftir minna&#8221; eins og sagt er.</p>
<p><strong>Endurræsing krónunnar</strong><br />
Til að koma gjaldeyrisviðskiptum aftur í gang þarf verulega digran gjaldeyrissjóð. Villi Þorsteins skrifaði <a href="http://vthorsteinsson.blog.is/blog/vthorsteinsson/entry/668369/">mjög áhugaverðan pistil</a> um það hvernig þessi endurræsing er sambland af stærðfræði, sálfræði og leikjafræði. Helstu atriði eru þessi:</p>
<ul>
<li>Eftir innstreymi fjármagns til landsins undanfarin ár er gríðarlega mikið af &#8220;hræddu fé&#8221; í íslenskum krónum. Þetta eru útlendingar sem eiga eignir í krónum og væru til í að skipta þeim út fyrir svo að segja hvað sem er á svo að segja hvaða gengi sem er. Þarna eru sannanlega 300 milljarðar sem eftir standa í jöklabréfum og að auki vafalaust nokkur hundruð milljarðar til viðbótar í öðrum eignum sem erfiðara er að henda reiður á.</li>
<li>Hræddir Íslendingar bæta ofan á þetta. Þeir sem eiga eignir í íslenskum krónum munu horfa til þess að skipta a.m.k. hluta sinna eigna í gjaldmiðil sem einhversstaðar annarsstaðar er tekinn trúanlegur &#8211; svona &#8220;just in case&#8221; að allt fari í enn meiri steik. Umfang hugsanlegs landflótta bætir enn á þennan þátt. Þessi staða er reyndar efni í heilan pistil útaf fyrir sig þar sem þetta er sennilega fyrsta dæmi sögunnar um 300.000 manna <a href="http://is.wikipedia.org/wiki/Leikjafr%C3%A6%C3%B0i">siðklemmu fangans</a> (e. <a href="http://en.wikipedia.org/wiki/Prisoners_dilemma">prisoner&#8217;s dilemma</a>). Heildin nýtur góðs af því að allir sitji kyrrir, en þeir fyrstu sem fara hagnast á því. Tökum það seinna&#8230;</li>
</ul>
<p>Við þessu virðast vera tvö svör:</p>
<ul>
<li>Nægilega stórt gjaldeyrislán til að geta skipt öllum &#8220;hræddu krónunum&#8221; í erlenda mynt. Það undarlega í þessari stöðu er aftur kennslubókardæmi í leikjafræði: Ef lánið er nógu stórt til að flestallir treysti því að þeir geti skipt krónum í aðra mynt um alla fyrirsjáanlega framtíð, þá verður aðeins brot af því notað. Ef það er of lítið mun það hverfa eins og dögg fyrir sólu og við erum engu bættari! &#8220;Nóg&#8221; í þessu samhengi gæti aftur verið af stærðargráðunni 1.000 milljarðar. Í báðum tilfellum er ljóst að á meðan þeir hræddu losa sig, verður gengið á krónunni mjöööög lágt. Við erum ekki að tala um Evrur á 130-150 kall, heldur auðveldlega 300 krónur eða meira meðan það versta gengur yfir!</li>
<li>Samningur við Evrópusambandið og evrópska seðlabankann um einhverskonar vikmörk á gengi krónunnar, svipað og <a href="http://www.sedlabanki.is/?PageID=13&amp;NewsID=20">danska krónan er í núna</a> (sjá þriðju málsgrein). Þessi samningur mun þó í ljósi aðstæðna aldrei verða gerður á neinu sem gæti talist &#8220;hagstætt&#8221; gengi, en myndi koma í veg fyrir fáránlegt yfirskot í genginu eins og í hinni leiðinni. Þetta myndi augljóslega aldrei vera annað en fyrsta skref í inngöngu í Evrópusambandið og upptöku Evru.</li>
</ul>
<p>Hvorugt hljómar eins og góður kostur. Annað hvort sjáum við fram á óðaverðbólgu af því sem næst Zimbabveskri stærðargráðu á næstu mánuðum, eða við sitjum við uppi með að krónurnar okkar verða að Evrum á ömurlegu gengi. Aðrar leiðir er erfitt að sjá í stöðunni.</p>
<p>Góð ráð reynast sem sagt dýr &#8211; ef þau fást þá yfir höfuð.</p>
<p><strong>&#8220;Rétt&#8221; gengi krónunnar</strong><br />
Með algeru hruni bankageirans er auðveldara en verið hefur í langan tíma að átta sig á því hvert &#8220;rétt&#8221; gengi krónunnar er.</p>
<p>Ef allt er eðlilegt og ekki er um stórkostlega fjármagnsflutninga inn og út úr kerfinu að ræða, á gengi gjaldmiðils að stefna nokkurnveginn á það að verðmæti innflutnings og útflutnings sé hið sama &#8211; að hinn svokallaði vöruskiptajöfnuður sé u.þ.b. 0.</p>
<p>Hátt gengi krónunnar undanfarin ár hefur stafað af miklu innstreymi fjármagns, bæði í fjárfestingum á borð við Kárahnjúka og Reyðarál og í kaupum á skuldabréfum, &#8220;jöklabréfunum&#8221; svokölluðu þar sem menn hafa sóst eftir háum vöxtum íslensku krónunnar. Fall krónunnar það sem af er árinu hefur svo stafað af fjármagnsflæði í hina áttina, þegar jöklabréfin hafa verið leyst út &#8211; bæði beint og óbeint &#8211; og með því að Íslendingar hafa sóst eftir að færa sínar eignir í erlenda gjaldmiðla.</p>
<p>Ef &#8220;hrædda fénu&#8221; er útrýmt með stóru gjaldeyrisláni (sjá að ofan) er kominn grundvöllur fyrir gengismyndun á grunni vöruskiptajöfnuðar. Hagkerfið verður með öðrum orðum farið að byggja á <a href="http://hjalli.com/2008/10/12/peningar-vs-verdmaeti/">raunverulegum verðmætum</a>, ekki spákaupmennsku. Aflaverðmæti (verð á fiski * aflamagn), orkuverð, álverð (að stórum hluta til afleitt af orkuverði) og dugnaður, færni og þekking íslensks vinnuafls verða allt í einu það sem skiptir máli.</p>
<p>Þar sem stórlega hefur dregið úr innflutningi (færri Range Roverar og flatskjáir) og útflutningsverðmæti hefur aldrei verið meira (hærra gengi, meiri álframleiðsla, og ál- og fiskverð í sögulegum hæðum þó hvert tveggja fari lækkandi akkúrat þessa mánuði) má gæla við að þetta raungengi íslensku krónunnar sé í kringum gengisvísitöluna 150-160.</p>
<p>Allir fjármagnsflutningar, svo sem er afborganir Íslands af svimandi háum lánum (=lægra gengi) eða fjárfestingar útlendinga hér á landi t.d. í stóriðju, orkufyrirtækjum eða mögulega olíuvinnsluleyfum (=hærra gengi) munu svo raska þessu jafnvægi sem fyrr. Ekki gleyma í þeirri jöfnu að &#8220;hærra gengi&#8221; er ekki það sama og &#8220;betra gengi&#8221;.</p>
<p><strong>Niðurstaða greiningardeildar Hjalla</strong><br />
Það virðast vera &#8220;tvær mögulegar framtíðir&#8221; fyrir okkur núna &#8211; að því gefnu að báðar séu opnar. Við ráðum því því miður ekki lengur sjálf. Þessar leiðir eru:</p>
<ul>
<li><strong>Fljótandi króna og stórt erlent gjaldeyrislán</strong>, sem þýðir svakalegt tímabundið högg í formi óðaverðbólgu í nokkra mánuði. Því tímabili ætti svo að fylgja &#8220;óðaverðhjöðnun&#8221; þegar hrædda féð er farið og hefðbundin hagfræði tekur við. Verðbólgan og -hjöðnunin myndu reyndar sennilega mælast umtalsvert hærri en raunveruleg hækkun og lækkun útgjalda þar sem verðbólgumælingar taka ekki nærri strax tillit til breytinga eins og samdráttar í neyslu eða staðgöngu ódýrari vara (pylsur í stað piparsteikur, strætó í stað einkabíls eða núðlusúpa í stað fersks ítalsks ravioli).</li>
<li><strong>Upptaka Evru við neyðarskilyrði á arfaslöku gengi</strong> m.v. það sem við höfum átt að venjast. Þetta jafngildir í raun stórfelldri niðurfærslu á eignum Íslendinga núna og um ókomna framtíð.</li>
</ul>
<p>Grafið hér að neðan sýnir þessar tvær leiðir. Tímakvarðinn er viljandi án skala.</p>
<p><img src="http://hjalli.files.wordpress.com/2008/10/hraeddar-kronur.png?w=500&#038;h=364" alt="" title="hraeddar-kronur" width="500" height="364" class="alignnone size-full wp-image-622" /></p>
<p>Sjálfum hugnast mér betur fyrri kosturinn, jafnvel þó hann líti út fyrir að vera sársaukafullur &#8211; að því gefnu að enginn bendi mér á alvarlega ágalla á ofangreindu. Náist þetta jafnvægi hlýtur samt sem áður að vera forgangsatriði að skapa þar eftir stöðugleika í gjaldeyrismálum. Sá stöðugleiki fæst ekki nema með kjölfestu í stærra myntkerfi. Það er orðið svo augljóst að það þarf ekki að ræða það frekar.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/616/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/616/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/616/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=616&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2008/10/23/greiningardeild-hjalla/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2008/04/evrur.jpg" medium="image" />

		<media:content url="http://hjalli.files.wordpress.com/2008/10/hraeddar-kronur.png" medium="image">
			<media:title type="html">hraeddar-kronur</media:title>
		</media:content>
	</item>
		<item>
		<title>Vorum við öll sofandi?</title>
		<link>http://hjalli.com/2008/10/14/vorum-vid-oll-sofandi/</link>
		<comments>http://hjalli.com/2008/10/14/vorum-vid-oll-sofandi/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:12:41 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[íslenska]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://hjalli.wordpress.com/?p=590</guid>
		<description><![CDATA[Undanfarnir dagar hafa verið merkilegir. Vikurnar tvær hér á undan virðast hafa farið í þunglyndi og &#8220;refresh&#8221; á mbl.is, vb.is og Eyjunni hjá voðalega mörgum. Ég er þar engan veginn undanskilinn. Síðustu tvo daga hef ég aftur á móti orðið þess var að þetta er mjög að snúast við. Fólk er farið að sjá tækifærin [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=590&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Undanfarnir dagar hafa verið merkilegir. Vikurnar tvær hér á undan virðast hafa farið í þunglyndi og &#8220;refresh&#8221; á <a href="http://mbl.is/">mbl.is</a>, <a href="http://vb.is/">vb.is</a> og <a href="http://eyjan.is/">Eyjunni</a> hjá voðalega mörgum. Ég er þar engan veginn undanskilinn.</p>
<p>Síðustu tvo daga hef ég aftur á móti orðið þess var að þetta er mjög að snúast við. Fólk er farið að sjá tækifærin sem opnast við svona endaskipti á samfélaginu.</p>
<p>Ég bý svo vel að þekkja og vera tengdur stórum hópi af mjög frjóu og skapandi fólki á ótal sviðum þjóðlífsins og í kjölfar bloggfærslna (<a href="http://hjalli.com/2008/10/10/to-gordon-brown-cc-the-international-press/">1</a> | <a href="http://hjalli.com/2008/10/12/peningar-vs-verdmaeti/">2</a>) og &#8220;<a href="http://twitter.com/hjalli">Tvitta</a>&#8221; um ástandið hefur mikið af þessu fólki haft samband með einum eða öðrum hætti. </p>
<p>Það er ótrúlegur kraftur sem nú er að leysast úr læðingi og áhrifa hans mun verða vart í pólitík, listum og skapandi iðnaði á næstunni og um langa hríð.</p>
<p>Nýja Ísland verður bæði kraftmeira, skemmtilegra og ríkara en það gamla. Búið ykkur undir breytingar!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/590/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=590&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2008/10/14/vorum-vid-oll-sofandi/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>
	</item>
		<item>
		<title>Peningar vs. raunveruleg verðmæti</title>
		<link>http://hjalli.com/2008/10/12/peningar-vs-verdmaeti/</link>
		<comments>http://hjalli.com/2008/10/12/peningar-vs-verdmaeti/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 23:19:18 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[íslenska]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://hjalli.wordpress.com/?p=580</guid>
		<description><![CDATA[Í hamaganginum undanfarna daga hafa sótt að mér allskyns heimspekilegar pælingar. Sumar þeirra snúast um eðli peninga og hversu mikið peningar eigi skylt við raunveruleg verðmæti. Þarna er ég ekki að tala um mjúku hliðina &#8211; að raunveruleg verðmæti felist í ást, kærleika og hamingju (slíkt er einfaldlega á öðrum kvarða) &#8211; heldur hefðbundin veraldleg [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=580&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-581" title="business-numbers" src="http://hjalli.files.wordpress.com/2008/10/business-numbers.jpg?w=300&#038;h=299" alt="" width="300" height="299" />Í hamaganginum undanfarna daga hafa sótt að mér allskyns heimspekilegar pælingar. Sumar þeirra snúast um eðli peninga og hversu mikið peningar eigi skylt við raunveruleg verðmæti. Þarna er ég ekki að tala um mjúku hliðina &#8211; að raunveruleg verðmæti felist í ást, kærleika og hamingju (slíkt er einfaldlega á öðrum kvarða) &#8211; heldur hefðbundin veraldleg verðmæti. Getur verið að tengingin þarna á milli hafi glatast einhversstaðar í hagsögunni?</p>
<p>Bara núna síðustu tvær vikur hafa íslenskir fjárfestar og eignamenn víst tapað eignum af stærðargráðunni <del datetime="00">500</del> 1.000 milljarðar bara í markaðsvirði bankanna þriggja. Manni skilst að allmörg hundruð milljarðar til viðbótar séu tapaðir eða muni tapast á næstu dögum og vikum. Nú ætla ég ekki að gera lítið úr þessum atburðum eða þeim afleiðingum sem þær þeir munu hafa í för með sér &#8211; sem eiga eftir að verða gríðarlegar. En eitthvað segir mér þó að ef &#8220;raunveruleg&#8221; verðmæti af þessari stærðargráðu hefðu tapast væri það mun alvarlegra mál.</p>
<p>Setjum þessar tölur í samhengi. Ef við gefum okkur að íbúðarhúsnæði meðalheimilis á landinu kosti 20-25 milljónir, þá samsvarar 1.000 milljarða króna tap því að 40-50 þúsund heimili hefðu eyðilagst fullkomlega, t.d. í jarðskjálfta! Fjöldi heimila á landinu er <a href="http://www.postur.is/desktopdefault.aspx/tabid-96/">rétt um 110 þúsund</a>, þannig að þetta væru um 40% íslenskra heimila.</p>
<p>Við getum sett þetta í annað samhengi og horft á <a href="http://hagstofa.is/?PageID=149&amp;src=/temp/Dialog/varval.asp?ma=SJA04901%26ti=%DAtflutningur+sj%E1varafur%F0a+eftir+afur%F0aflokkum+1979%2D2007%26path=../Database/sjavarutvegur/utf/%26lang=3%26units=Tonn/millj%F3nir%20kr%F3na">útflutningsverðmæti fiskaflans okkar</a>. Það var á síðasta ári tæplega 128 milljarðar króna. Þannig að 1.000 milljarðar samsvara 8 ára útflutningsverðmæti á fiski!</p>
<p>Ég held að við getum verið sammála um að íbúðarhúsnæði og fiskur eru &#8220;raunveruleg&#8221; verðmæti.</p>
<p>Ímyndum okkur svo að á fimmtudaginn hefðum við vaknað upp við þær fréttir að meira en þriðjungur íslensks íbúðarhúsnæðis væri ónýtur eða að allur fiskur væri horfinn af Íslandsmiðum næstu 8 árin. Er hrun bankanna sambærilegt? Eða getur kannski verið að eitthvað af þessum 1.000 milljörðum séu ekki og hafi aldrei verið &#8220;raunveruleg&#8221; verðmæti? Að það hafi ekki verið hægt að rekja öll þessi verðmæti niður eftir hagkerfinu á &#8220;fast&#8221;, þ.e. til vinnuframlags, orku, auðlinda eða annarra óumdeilanlega raunverulegra verðmæta?</p>
<p>Á mælikvarða raunverulegra verðmæta höfum við ef til vill varla tapað neinu. Bankakerfið, líkt og mörg önnur stoðþjónusta er vissulega mikilvægur þáttur í því að halda raunverulegri verðmætasköpun gangandi. Því gangverki er mikilvægt að koma af stað aftur, en við eigum næstum því, ef ekki alveg jafnmikið af raunverulegum verðmætum núna eins og við áttum fyrir 2 vikum síðan. Verst ef það þarf að nota eitthvað af þessum raunverulegum verðmætum til að borga fyrir skuldirnar sem urðu til við að kaupa allar þessar óraunverulegu eignir.</p>
<p>Ég trúi enn einart á markaðshagkerfið, en mér sýnist á öllu að það þurfi að spóla ansi duglega til baka og vinda ofan af allri flækjunni sem er búið að spinna ofan á grunngildi hagfræðinnar, gildin sem virðast minna á það á ca. 10 ára fresti &#8211; og í þetta sinna af óvenju miklum krafti &#8211; að eru ófrávíkjanleg. Það sem skiptir máli er að skapa eitthvað, framleiða og búa til &#8211; nokkuð sem hefur þótt allt að því hallærislegt undanfarin ár.</p>
<p>Vinnuframlag, orka og aðrar auðlindir &#8211; þetta eru raunverulegu verðmætin. Öll önnur starfsemi &#8211; þar með talin bankastarfsemi &#8211; snýst svo um að þessi verðmæti nýtist sem best, séu unnin sem hagkvæmast og skili sem mestu til þeirra sem að verðmætasköpuninni standa.</p>
<p>Þegar þetta er orðið klárt geta peningar kannski aftur orðið mælikvarði á raunveruleg verðmæti.</p>
<p><strong>P.S.</strong> Þessar pælingar eru aðeins heimspekilegar vangaveltur enda er ég í besta falli amatör í hagfræði. Ef þið viljið lesa eitthvað um þessi mál frá fólki sem veit í alvöru um hvað það er að tala, þá bendi ég annars vegar á <a href="http://vthorsteinsson.blog.is/blog/vthorsteinsson/">Villa Þorsteins</a> sem skrifar þessa dagana bestu greiningarnar á stöðunni og atburðunum öllum hér heima og hins vegar á greinina <a href="http://www.time.com/time/business/article/0,8599,1846450,00.html">The End of Prosperity?</a> í TIME magazine (ekki missa af samhangandi <a href="http://www.time.com/time/specials/packages/article/0,28804,1846697_1846700,00.html">10 skrefa útlistun</a> Time á því hvernig þetta allt byrjaði og hvert það gæti leitt).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/580/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=580&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2008/10/12/peningar-vs-verdmaeti/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2008/10/business-numbers.jpg?w=300" medium="image">
			<media:title type="html">business-numbers</media:title>
		</media:content>
	</item>
		<item>
		<title>The future of finance: Total transparency?</title>
		<link>http://hjalli.com/2008/10/06/the-future-of-finance-total-transparency/</link>
		<comments>http://hjalli.com/2008/10/06/the-future-of-finance-total-transparency/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 00:43:52 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[data]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://hjalli.wordpress.com/?p=569</guid>
		<description><![CDATA[The financial crisis hit Iceland full force last Monday. One of our banks was pretty much nationalized, followed by a large investment company filing the equivalent of Chapter 11. This led to significant losses by a large &#8220;risk free&#8221; money market fund, that stored a part or all of the personal savings of some 12 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=569&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://hjalli.files.wordpress.com/2008/10/transparency.jpg?w=300&amp;h=225" alt="" align="right"> The financial crisis hit Iceland full force last Monday. <a href="http://glitnir.is/">One of our banks</a> was pretty much nationalized, followed by a large investment company filing the equivalent of Chapter 11. This led to significant losses by a large &#8220;risk free&#8221; <a href="http://en.wikipedia.org/wiki/Money_market_funds">money market fund</a>, that stored a part or all of the personal savings of some 12 thousand people in it &#8211; yours truly included. You can read more about the macro of this all in <a href="http://news.google.com/news?hl=en&amp;ned=us&amp;q=glitnir%20stodir&amp;btnG=Search+News">the international press</a>. And don&#8217;t worry about me &#8211; my personal loss is manageable.</p>
<p>The whole incident &#8211; however &#8211; reinforced ideas I&#8217;ve been contemplating the last few months about the future of global finance, once the current economic hurricane subsides. I&#8217;ve been coming to the conclusion that the only thing that can restore the confidence in the financial markets is <strong>total transparency</strong>.</p>
<p>The reinforcement came as I spoke with my contact at the bank after learning about my loss. He said that what the bank was doing to gain confidence in the money market fund (and the bank in general) was to open the books completely. Meaning &#8211; as I understood it &#8211; that they&#8217;d publish the composition of the fund in detail online and update it &#8220;live&#8221; if and when there were any changes in that composition. Something that they&#8217;ve &#8217;till now only done once a year in an annual report.</p>
<p>To me, this sounded like a small-scale version of my vision for the future of finance. Total transparency, where anybody can at any time dig through any details on his or her investments.</p>
<p>First, some history&#8230; When financial markets &#8211; as we know them now &#8211; were forming, one of the fundamental ideas was that all players in the market should have equal access to the best possible information on any bond, security and share available. For that reason, strict rules were put in place about how and when companies filed their data. Remember that this is about a century ago &#8211; in a very different age in terms of technology and communication. Quarterly filings were pretty much &#8220;real time&#8221; and very demanding on the companies&#8217; financial operations.</p>
<p>Today we live in a very different world. Real time communication and crunching of terabytes of data is within the reach of pretty much anybody. &#8220;Quarterly&#8221;, let alone &#8220;annually&#8221; is not something we settle for when it comes to news, communication or even entertainment. &#8220;On-demand&#8221; and &#8220;real time&#8221; is the name of the game. Why should we settle for anything less in our investments?</p>
<p>My prediction is that we&#8217;ll see the rise of exchanges were real time access to EVERYTHING is going to be a prerequisite for listing. That investors will be able to dig through the portfolio of the funds they&#8217;ve invested in, into the fundamentals of the portfolio companies, all the way down to the smallest details of their financials; their current cash flow situation, bank account balances, write-offs and salary costs &#8211; to name a few examples.</p>
<p>Obviously, no single person would dig through all this data, but the very possibility and the combined power of the crowd, would put all actions under scrutiny making stupendous bonuses, hiding of Bermuda straw huts as mortgage in supposedly A-rated securities funds and golden parachute executive agreements visible to the famous &#8220;hand of the market&#8221;.</p>
<p>Quarterly filings of creatively accounted fundamentals is soooo &#8220;twentieth century&#8221;. Total real-time transparency is the way of the future.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/569/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/569/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/569/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=569&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2008/10/06/the-future-of-finance-total-transparency/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2008/10/transparency.jpg?w=300&#38;h=225" medium="image" />
	</item>
		<item>
		<title>Adventures in copyright: Open access, data and wikis</title>
		<link>http://hjalli.com/2008/04/18/adventures-in-copyright-open-access-data-and-wikis/</link>
		<comments>http://hjalli.com/2008/04/18/adventures-in-copyright-open-access-data-and-wikis/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 16:09:16 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[data]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[langtech]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://hjalli.com/?p=305</guid>
		<description><![CDATA[I&#8217;ve just had a very interesting experience that sheds light on some important issues regarding copyright, online data and crowdsourced media such as wikis. I thought I&#8217;d share the story to spark a debate on these issues. For a couple of years I&#8217;ve worked on and off on a simple web based system for maintaining [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=302&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src='http://hjalli.files.wordpress.com/2008/04/thumb-luckyoliver3611152blogspreadsheetdatared.jpg?w=500' alt='' align="right" vspace="3"> I&#8217;ve just had a very interesting experience that sheds light on some important issues regarding copyright, online data and crowdsourced media such as wikis. I thought I&#8217;d share the story to spark a debate on these issues.</p>
<p>For a couple of years I&#8217;ve worked on and off on a simple web based system for maintaining and presenting a database of <a href="http://en.wikipedia.org/wiki/Inflection">inflections</a> of Icelandic words: <a href="http://iceland.spurl.net/tunga/VO/">Beygingarlýsing íslensks nútímamáls</a> or &#8220;BÍN&#8221; for short. The data is available online, but the maintenance system is used by an employee of the official Icelandic language institute: <a href="http://www.arnastofnun.is/">Stofnun Árna Magnússonar í íslenskum fræðum</a>. She has been gathering this data, and deriving the underlying structure for years, during a period spanning up to or over a decade. As you can imagine, BÍN is an invaluable source for a variety of things, ranging from foreigners learning Icelandic to the implementation of various language technology projects.</p>
<p>Now before I go any further I think it&#8217;s important to say that I&#8217;m a big supporter of open data. In fact, one of the few things I&#8217;ve ever gotten involved in actively lobbying for is <a href="http://hjalli.wordpress.com/2008/03/26/a%c3%b0gangur-a%c3%b0-opinberum-gognum/">open access to data in the public sector</a> (article unfortunately in Icelandic).</p>
<p>Back to the story. A couple of days ago I got a call from the aforementioned BÍN administrator. She&#8217;d gotten a tip that someone was systematically copying data from BÍN into the <a href="http://is.wiktionary.org/wiki/">Icelandic Wiktionary</a> and asked me to look into it.</p>
<p>I started going through the web server log files &#8211; and sure enough &#8211; comparing the log files to the <a href="http://is.wiktionary.org/wiki/Kerfiss%C3%AD%C3%B0a:N%C3%BDlegar_breytingar">new entries page</a> on Wiktionary, the pattern was obvious: A search for a word in BÍN and 2-3 minutes later a new entry in Wiktionary with that same word. A pattern consistent with someone copying the data by hand. This pattern went back a few days at least. Probably a lot longer.</p>
<p>In light of this I blocked access from the IP addresses that these search requests originated from and redirected them to a page that &#8211; in no uncertain terms &#8211; stated our suspicion of abuse and listed our email addresses in order for them to contact us for discussion.</p>
<p>Now &#8211; BÍN is clearly stated as copyrighted material &#8211; and as the right holder of the content, the institute has the full right to control the access to and usage of their data. Inflections of a word are obviously not intellectual property, but any significant part of a collection of nearly 260.000 such words definitely is.</p>
<p>As said before, I&#8217;ve personally been advocating for open access to all public sector data, but I also know that this is a complicated issue &#8211; far beyond the opinion of the people working with individual data sets. This institute &#8211; for example &#8211; must obey the rules set to them by the Ministry of Education, and changing those rules is something that must be taken up on an entirely different level.</p>
<p>The Wiktionary users in question have since contacted us and stated that they were not copying the content, merely referencing it when proofreading their own information. I have no reason to doubt that, but the usage pattern was indistinguishable from a manual copying process, leading to the suspicion and the blocking of their addresses.</p>
<p>We&#8217;ve since then exchanged several emails and hopefully we&#8217;ll find a way for all parties to work together. It would be fantastic if the enthusiasm and great work that is being put into building the Wiktionary could be joined with the professional experience and scientific approach exercised by the language institute to build a common source with clear and open access.</p>
<p>In the end of the day, open access to fundamental data like this will spur innovation and general prosperity, but as this story shows this is not something that will happen without mutual respect and consensus on the right way to move forward.</p>
<p><b>Updated Apr. 24</b>: Discussion about this incident is also taking place <a href="http://is.wiktionary.org/wiki/Notandi:Spacebirdy/sta%C3%B0h%C3%A6fing">here</a> and <a href="http://salvor.blog.is/blog/salvor/entry/511058/">here</a> (both are at least partly in Icelandic).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hjalli.wordpress.com/302/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hjalli.wordpress.com/302/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=302&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2008/04/18/adventures-in-copyright-open-access-data-and-wikis/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>

		<media:content url="http://hjalli.files.wordpress.com/2008/04/thumb-luckyoliver3611152blogspreadsheetdatared.jpg" medium="image" />
	</item>
		<item>
		<title>Dear Apple &#8211; may we pay?</title>
		<link>http://hjalli.com/2008/02/03/dear-apple-may-we-pay/</link>
		<comments>http://hjalli.com/2008/02/03/dear-apple-may-we-pay/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 11:43:05 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://hjalli.com/?p=294</guid>
		<description><![CDATA[Update (Feb 7): Updated the estimated number of iPhones in Iceland in light of more reliable data. As stated before: I live in a small country, nobody wants my money. In the couple of years since I wrote that post, I&#8217;ve been watching in awe as my fellow Icelanders &#8211; and in fact a lot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=291&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Update (Feb 7):</strong> Updated the estimated number of iPhones in Iceland in light of more reliable data.</p>
<p><img src='/files/2008/04/itunesgc.png' alt='' align="right" hspace="3"> As stated before: <a href="/2006/08/15/i-come-from-a-small-country-nobody-wants-my-money/">I live in a small country, nobody wants my money</a>.</p>
<p>In the couple of years since I wrote that post, I&#8217;ve been watching in awe as my fellow Icelanders &#8211; and in fact a lot of people all over the world &#8211; have been going to great lengths to pay Apple money for products that are not supported here.</p>
<p>The two main products in question are iTunes credits and the iPhone.</p>
<ul>
<li><strong>iTunes:</strong> Iceland is not an iTunes country, and after the <a href="http://www.ft.com/cms/s/2/1fc40360-abe9-11db-a0ed-0000779e2340.html">ongoing row with the Norwegians</a>, I&#8217;ve heard that Apple is even more reluctant than before in entering more markets. This comes down to licenses and slight variations in the way laws are structured and the way the RIAA counterparts in each country interprets them and acts on the behalf of rightholders. With the wealth of illegal alternatives out there, one would assume that people would just ignore iTunes and use some of the P2P programs.
<p>But &#8211; no &#8211; Apple has done so well in the marketing and implementation of the iTunes / iPod ecosystem that Icelanders are going to great lengths to buy songs in the iTunes store anyway. The two most used methods are:</p>
<ol>
<li>registering a secondary address for your credit card in the US, then sign up for a PayPal account with that same address and use that PayPal account as a payment method in iTunes</li>
<li>buying prepaid iTunes credit from online stores such as <a href="http://ituneshop.net/">iTuneShop</a> or even <a href="http://buy.ebay.com/itunes">eBay</a>.</li>
</ol>
<p>The interesting thing is that a song that you buy this way is <strong>just as illegal</strong> under Icelandic law as the one you&#8217;d download using a P2P program. Apple has no right to sell songs in Iceland and the song you bought is at best licensed to you in the markets were iTunes operates. Strictly, it might even only be licensed for you to listen to it in the US!
</li>
<li><strong>iPhone:</strong> This is the same story as elsewhere in the world. People here are buying the phones abroad, bringing them in and then finding various ways to make them work. An educated guesstimate would be that there are somewhere north of <strike>500</strike> 1400 iPhones already in the Icelandic market. That <strike>could be as much as 1%</strike> is around 2% of the entire handset market here in the 7 months since the phone was launched in the US! All of these phones are bought full price, but obviously Apple is not getting their share in the mobile subscriptions and data revenues.</li>
</ul>
<p>Of course, the sales of these two products in this tiny market alone doesn&#8217;t matter at all to Apple&#8217;s bottom line. The lesson here is that <strong>when people are going to great lengths to overcome your obstacles and pay you money, you must be doing something right</strong>.</p>
<p>On the other hand <strong>when you&#8217;re making obstacles for people that would happily pay you in the first place, you must be doing something wrong</strong>.</p>
<p>So: Dear Apple &#8211; may we pay?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hjalli.wordpress.com/291/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hjalli.wordpress.com/291/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=291&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2008/02/03/dear-apple-may-we-pay/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>
	</item>
		<item>
		<title>Visited Countries &#8211; Revisited</title>
		<link>http://hjalli.com/2006/12/29/visited-countries-revisited/</link>
		<comments>http://hjalli.com/2006/12/29/visited-countries-revisited/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 00:59:11 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://hjalli.com/?p=241</guid>
		<description><![CDATA[When I read Bill Bryson&#8217;s fantastic book &#8220;A Short History of Nearly Everything&#8220;, one of the things that stood out, was a reminder that the world is still a really big place. Even though we feel that we can &#8211; with a credit card, and a solid visa &#8211; get pretty much anywhere in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=237&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://hjalli.com/funstuff/reallyvisited/"><img src="http://hjalli.com/images/countriesvisited.gif" /></a></p>
<p>When I read <a href="http://www.randomhouse.com/features/billbryson/flat/home.php">Bill Bryson&#8217;s</a> fantastic book &#8220;<a href="http://www.amazon.com/gp/product/0767908171?ie=UTF8&amp;tag=hjallicom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0767908171">A Short History of Nearly Everything</a>&#8220;, one of the things that stood out, was a reminder that the world is still a really big place.</p>
<p>Even though we feel that we can &#8211; with a credit card, and a solid visa &#8211; get pretty much anywhere in the world within 72 hours, the world is still HUGE on the ground level. There are large areas where &#8211; to our best knowledge &#8211; no man has ever set foot; it still takes days or even weeks of trekking to get to much of Earth&#8217;s surface; and humans are still to explore even 1% of world&#8217;s oceans.</p>
<p>This made me think of <a href="http://douweosinga.com/">Douwe</a>&#8216;s <a href="http://douweosinga.com/projects/visitedcountries">Visited Countries</a> project. You surely know this one &#8211;  everybody and their grandma&#8217;s have been posting these maps on their blogs in the last 3 years, coloring the countries they&#8217;ve been to. But that&#8217;s not really fair &#8211; is it? I&#8217;ve been to Hong Kong, so I color China. I&#8217;ve been to a dozen cities or so in the US, that gives me half a continent. Looking at the colored map, it really feels like I&#8217;ve pretty much covered it &#8211; only some minor continents to go <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Well, think again!</p>
<p>Above is a typical Visited Countries map of the countries I&#8217;ve visited (click it if you miss New Zealand). But roll the mouse over the image, and you&#8217;ll see where I&#8217;ve REALLY been. The yellow dots are (roughly) the dots I&#8217;ve set foot in. I&#8217;m even pretty generous, I colored dots that I&#8217;ve only zoomed through in a train or on the motorway, (but skipped those I&#8217;ve seen out the plane window). And each dot is actually huge. Roughly estimated, a single dot on this map is about 3,000 square kilometers on average!</p>
<p>It now looks like I&#8217;ve still got some planes to catch!</p>
<p><strong>P.S.</strong> I wonder if anyone will come up with a tool to make this type of map, as easily as Douwe&#8217;s original?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hjalli.wordpress.com/237/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hjalli.wordpress.com/237/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=237&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2006/12/29/visited-countries-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>

		<media:content url="http://hjalli.com/images/countriesvisited.gif" medium="image" />
	</item>
		<item>
		<title>Personal Blogs are the Public Life Bits</title>
		<link>http://hjalli.com/2004/01/12/personal-blogs-are-the-public-life-bits/</link>
		<comments>http://hjalli.com/2004/01/12/personal-blogs-are-the-public-life-bits/#comments</comments>
		<pubDate>Mon, 12 Jan 2004 10:40:12 +0000</pubDate>
		<dc:creator>Hjalmar Gislason</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://hjalli.com/?p=161</guid>
		<description><![CDATA[A few months ago I wrote about &#8220;Memories for Life&#8220;, a proposal for a Grand Challenge in computer science. The aim of that Grand Challenge was to find ways to store, index and secure our digital memories, i.e. the digital trail that we&#8217;re constantly building in the form of digital photos, email correspondence, browsing history, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=101&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://wetware.hjalli.com/img/000114.jpg" align="right" hspace="3" border="1"> A few months ago I wrote about &#8220;<a href="http://wetware.hjalli.com/000032.shtml">Memories for Life</a>&#8220;, a proposal for a <a href="http://wetware.hjalli.com/000028.shtml">Grand Challenge in computer science</a>. The aim of that Grand Challenge was to find ways to store, index and secure our digital memories, i.e. the digital trail that we&#8217;re constantly building in the form of digital photos, email correspondence, browsing history, etc. Microsoft calls this <a href="http://research.microsoft.com/barc/mediapresence/mylifebits.aspx">MyLifeBits</a>, but I find <a href="http://www.edge.org/3rd_culture/bios/gelernter.html">David Gelernter&#8217;s</a> term, <a href="http://www.hjalli.com/wetware/000026.html">Information Beam</a>, even more descriptive.</p>
<p>One of the issues addressed in the <a href="http://www.nesc.ac.uk/esi/events/Grand_Challenges/proposals/Memories.pdf">proposal</a> are the access privileges to our memories. Who should be allowed to access our memories and how do we control the access. Some memories we want to share. Let&#8217;s use photo albums as an example. Some of our photos we want to (or at least are ok with) sharing with everybody, others we might want to allow the family to access and others might be even more private.</p>
<p>I just realized that there is already a tool that allows us to manage our public memories: Personal blogs. With additions to the basic blog functionality, notably <a href="http://www.hex.is/products/nr/50">mobile blogging</a>, it is actually quite good as such a tool.<br />
<span id="more-101"></span><br />
Interestingly enough, personal blogs not only include bits and pieces of the blogger&#8217;s digital memories such as photos, interesting links from the blogger&#8217;s browsing history and occasionally a snip from email or instant messaging conversations with others. They also include accounts of various activities and the blogger&#8217;s ideas and thoughts about various things, something that is otherwise usually not recorded in a digital form.</p>
<p>So recording the memories is not a passive thing, but an act, a decision: this is a memory I want to record and share (although most people are maybe a little less philosophical in their decision making). Mobile blogging allows people to do this in real time from anywhere. I guess that when mobile text input improves, text entries from mobile users will become more common, but with the cumbersome text input today, photo blogging is by far the most popular mobile blogging activity: Snap a picture, post it to the blog, done.</p>
<p>The blog then gives family and friends an opportunity to get a glimpse of the blogger&#8217;s life unlike any they would ever get otherwise. What you put on your blog, is probably just about the level of memories that you want to allow public access to. It will always be an active decision to make a part of your information beam public, and blogging makes that decision relatively simple.</p>
<p>Some people have taken this even further and closer to the information beam thinking. I know bloggers that have put their blogs or parts of their blogs behind a login that they only give to a certain group of people as they don&#8217;t want everybody to be able to access their memories. Personally I even tried at one point to use a blog for <a href="http://www.hjalli.com/wetware/000026.html">my notes</a>, but found it too limiting to be useful for that. I guess that one day blogging systems might become powerful enough to be the index we actively make for our information beam, but I&#8217;m not sure if that is where the <a href="http://new.blogger.com/">blog</a> <a href="http://www.movabletype.org/">system</a> <a href="http://www.userland.com/">makers</a> see themselves going.</p>
<p>So while some people find <a href="http://mama.indstate.edu/users/bones/WhyIHateWebLogs.html">personal blogs stupid and &#8220;hate them&#8221;</a>, I think they are a part of the evolution towards systems where we better document our lives publicly and privately.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hjalli.wordpress.com/101/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hjalli.wordpress.com/101/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjalli.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjalli.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjalli.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjalli.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjalli.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjalli.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjalli.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjalli.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjalli.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjalli.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjalli.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjalli.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjalli.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjalli.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjalli.com&amp;blog=3581103&amp;post=101&amp;subd=hjalli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjalli.com/2004/01/12/personal-blogs-are-the-public-life-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">hjalli</media:title>
		</media:content>

		<media:content url="http://wetware.hjalli.com/img/000114.jpg" medium="image" />
	</item>
	</channel>
</rss>
