<?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/"
	>

<channel>
	<title>oskarlin &#187; projects</title>
	<atom:link href="http://www.oskarlin.com/tags/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oskarlin.com</link>
	<description>--the portal--</description>
	<lastBuildDate>Tue, 05 Feb 2013 15:58:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Gåsen</title>
		<link>http://www.oskarlin.com/2008/11/16/gasen/</link>
		<comments>http://www.oskarlin.com/2008/11/16/gasen/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 22:08:52 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/2008/11/16/gasen/</guid>
		<description><![CDATA[Hi! I just made a small slideshow of my view from Gåsen where I was hut keeping!]]></description>
				<content:encoded><![CDATA[<p>Hi! I just made a small slideshow of my view from Gåsen where I was hut keeping!</p>
<p><object type="application/x-shockwave-flash" width="500" height="334" data="http://www.flickr.com/apps/video/stewart.swf?v=63881" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=2ba81a5dbe&amp;photo_id=3036236872"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=63881"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=63881" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=2ba81a5dbe&amp;photo_id=3036236872" height="334" width="500"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2008/11/16/gasen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Orienteering route choice &#8211; GIS</title>
		<link>http://www.oskarlin.com/2008/03/06/orienteering-route-choice-with-gis/</link>
		<comments>http://www.oskarlin.com/2008/03/06/orienteering-route-choice-with-gis/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 12:16:48 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[orienteering]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/2008/03/06/orienteering-route-choice-with-gis/</guid>
		<description><![CDATA[Last fall me and my classmates at Stockholm University tried to figure out if it was possible to use GIS to calculate the theoretically best route choices within the sport Orienteering. Since the university is situated just north of Stockholm in the national park Djurgården which area is covered by an orienteering map, we decided [...]]]></description>
				<content:encoded><![CDATA[<p>Last fall me and my classmates at Stockholm University tried to figure out if it was possible to use GIS to calculate the theoretically best route choices within the sport <a href="http://en.wikipedia.org/wiki/Orienteering">Orienteering</a>. Since the university is situated just north of Stockholm in the national park Djurgården which area is covered by an orienteering map, we decided to do the experiment in this area.</p>
<p><img src='http://www.oskarlin.com/wp-content/orienteringskarta.jpg' alt='orienteringskarta.jpg' /><br />
<em>This is parts of the orienteering map used</em></p>
<p>An orienteering map is very detailed with a lot of symbols and lines showing all sorts of information. For the runner, whos is usually heading from A to B, the most important is to see how fast he or she can run through the area. By looking at the symbols one could decide on the route to take.</p>
<p>In the book <a href="http://shop.svenskidrott.se/n3shop/butik/standard/Default.asp?ButikID=3&#038;ProduktGruppID=30&#038;ProduktTypID=1031">Banläggning</a> (pg 122) published by the <a href="http://www.orientering.se/">Swedish Orienteering Federation</a> we could read that they have made calculations of how fast the best runners run on different types of surfaces. For example running in a normal forest will be at the speed of 5 minutes / kilometer. Road has 3.3 minutes / kilometers. This means that running on a road is a lot faster than running in the forest. Also the authors has made calculations of how much slower it is to be running uphill and downhill depending on the degree of the slope.</p>
<p>So to be able to get the GIS applications to do the job we needed not only to class all different types of surface types (paths, roads, forest, marshes), but we also needed all height information so we could calculate slope values.</p>
<p><img src='http://www.oskarlin.com/wp-content/o_1_w.jpg' alt='o_1_w.jpg' /><br />
<em>the countour lines of the map</em></p>
<p>The problem with orienteering maps is that the contour lines that show height information are not classed with their actual height, they&#8217;re just lines. That&#8217;s enough for an orienteer but not for us. Since we needed all the height information we had to process the contour lines in <a href="http://www.autodem.com/">AutoDem</a>. This application did the job well, but it took time since I had to class many of the lines manually&#8230; Then the problem was to convert this information to one of our applications we were going to use for all the route calculations. It was HARD, but finally we found out a way. There are so many file formats in the GIS world, it&#8217;s crazy! It&#8217;s like if every developer has been living on their own planet.</p>
<p>Anyway. Finally we ended up with something like this:</p>
<p><img src='http://www.oskarlin.com/wp-content/o_2_w.jpg' alt='o_2_w.jpg' /></p>
<p>This image shows the elevation by colours instead of contour lines, which was great for us! The darker red means bigger hills. After that we started classing all the different slopes in the elevation map so that steep hills gets higher friction values than flat surfaces. </p>
<p>Then we started to class all kinds of symbols and lines in the map, so that each symbol and line had a unique friction value. When adding all together we ended up with the image below. Here the darker red means slower speed. Roads are the fastest with bright yellow and parts of the forest with mashes etc are the slowest.</p>
<p><img src='http://www.oskarlin.com/wp-content/o_3_w.jpg' alt='o_3_w.jpg' /></p>
<p>Next step was to combine these two maps into one. And it looked something like this:<br />
<img src='http://www.oskarlin.com/wp-content/o_5_w.jpg' alt='o_5_w.jpg' /></p>
<p>Now we had all information we needed! Next step was to put out all the control points so that the GIS software could calculate how much it would &#8220;cost&#8221; for to get to every place in the map. Here&#8217;s an example, where it&#8217;s been calculating the time it takes to run to each place in the map with a start from the northern part (the lightest yellow). The darker colour, the longer time.</p>
<p><img src='http://www.oskarlin.com/wp-content/o_4_w.jpg' alt='o_4_w.jpg' /></p>
<p>Next step was to use a function called pathway which calculate the fastest route from one point (the light yellow above) to any other in the map. The result is a line and the image below shows this line from the start to control number one.</p>
<p><img src='http://www.oskarlin.com/wp-content/s-1.png' alt='s-1.png' /></p>
<p>As you can see, the application doesn&#8217;t want to take the route straight on. Instead the line follows a lot of paths and roads north of the line, passing roundint the lake from the north side. Just to give you an idea of this route compared to what &#8220;human&#8221; orienteers would choose, I asked some friends to draw their perfect route choice:</p>
<p><img src='http://www.oskarlin.com/wp-content/s-1_1.png' alt='s-1_1.png' /></p>
<p>Here&#8217;s another route:</p>
<p><img src='http://www.oskarlin.com/wp-content/1-2_.png' alt='1-2_.png' /></p>
<p>Final map:<br />
<img src='http://www.oskarlin.com/wp-content/o_6_w.jpg' alt='o_6_w.jpg' /></p>
<p>So is these computer drawn route choices perfect? No, not perfect, but they are good! There is one big problem that we didn&#8217;t issue and that is some problems with the slope friction. First of all we had to do use the same friction values for downhill and uphill. In the graph provided by Banläggning, running downhill is even faster than running on flat surface, but only to one extent. When it gets too steep we can&#8217;t run fast and have to walk/climb down. Another thing is running along a hill side is not really possible in this model since it calculates the overall slope angle and not the actual direction you are taking in the forest. It is possible to do such calculations. That you do slope calculations for all directions of all points in the map but that was too much for the time we had for this project.</p>
<p>One day if I have more time I&#8217;m going to try and figure out a quicker way to convert the contour lines into a <a href="http://en.wikipedia.org/wiki/Digital_elevation_model">DEM</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2008/03/06/orienteering-route-choice-with-gis/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Some ice skating films</title>
		<link>http://www.oskarlin.com/2007/12/26/some-ice-skating-films/</link>
		<comments>http://www.oskarlin.com/2007/12/26/some-ice-skating-films/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:46:28 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[ice-skating]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/2007/12/26/some-ice-skating-films/</guid>
		<description><![CDATA[During the last weeks I&#8217;ve been ice skating a lot on lakes around Stockholm. Some people call it tour skating, I don&#8217;t know the right name for it in english but it sure is great! Have a look!]]></description>
				<content:encoded><![CDATA[<p>During the last weeks I&#8217;ve been ice skating a lot on lakes around Stockholm. Some people call it tour skating, I don&#8217;t know the right name for it in english but it sure is great! Have a look!</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/-LiiSs14SnI&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/-LiiSs14SnI&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/sUvCvHQGOcI&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/sUvCvHQGOcI&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/OO0larihzDc&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/OO0larihzDc&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/12/26/some-ice-skating-films/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Skidpepp, to the top!</title>
		<link>http://www.oskarlin.com/2007/11/26/skidpepp-to-the-top/</link>
		<comments>http://www.oskarlin.com/2007/11/26/skidpepp-to-the-top/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 07:40:22 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[skidpepp]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/2007/11/26/skidpepp-to-the-top/</guid>
		<description><![CDATA[The diagram above shows the visitor statistics for my ski blog skidpepp.se. As you can see it&#8217;s turning out to be a big success now towards the winter. From having only around 20-30 visitors each day last month, yesterday was a new all time high with 268 visitors! What&#8217;s even better is that over 70% [...]]]></description>
				<content:encoded><![CDATA[<p><img src='http://www.oskarlin.com/wp-content/skidpeppstats.png' alt='skidpeppstats.png' /></p>
<p>The diagram above shows the visitor statistics for my ski blog <a href="http://www.skidpepp.se/">skidpepp.se</a>. As you can see it&#8217;s turning out to be a big success now towards the winter. From having only around 20-30 visitors each day last month, yesterday was a new all time high with 268 visitors!</p>
<p>What&#8217;s even better is that over 70% of the visitors are not first timers which means that people who read it like it and come back! No one-timers only here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/11/26/skidpepp-to-the-top/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Madebynoemi.com 3.0</title>
		<link>http://www.oskarlin.com/2007/10/11/madebynoemicom-30/</link>
		<comments>http://www.oskarlin.com/2007/10/11/madebynoemicom-30/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 14:38:11 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[web_design]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/2007/10/11/madebynoemicom-30/</guid>
		<description><![CDATA[A few weeks ago I finished the redesign of my friend Noemi&#8217;s website madebynoemi.com. It&#8217;s the second time I design this, last time the design was just an retouch of the first 1.0 design that I didn&#8217;t do. This time we decided to redesign the website completely but keep the technology behind (wordpress with some [...]]]></description>
				<content:encoded><![CDATA[<p>A few weeks ago I finished the redesign of my friend Noemi&#8217;s website <a href="http://www.madebynoemi.com/">madebynoemi.com</a>. It&#8217;s the second time I design this, <a href="http://www.oskarlin.com/2005/12/19/made-by-noemi/">last time</a> the design was just an retouch of the first 1.0 design that I didn&#8217;t do. This time we decided to redesign the website completely but keep the technology behind (wordpress with some plugins) so I didn&#8217;t have to invent the wheel again. Everything worked fine apart from getting the navigation working like I wanted. Thanks to <a href="http://burnfield.com/martin/">Martin</a> for some css help.</p>
<p><img src='http://www.oskarlin.com/wp-content/noemi1.jpg' alt='noemi1.jpg'  style="margin-bottom: 0px;"/><br /><em>Front page</em></p>
<p><img src='http://www.oskarlin.com/wp-content/noemi2.jpg' alt='noemi2.jpg'  style="margin-bottom: 0px;"/><br /><em>Category page</em></p>
<p><img src='http://www.oskarlin.com/wp-content/noemi3.jpg' alt='noemi3.jpg'  style="margin-bottom: 0px;"/><br /><em>Item page</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/10/11/madebynoemicom-30/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Photo in a commercial</title>
		<link>http://www.oskarlin.com/2007/09/04/photo-in-a-commercial/</link>
		<comments>http://www.oskarlin.com/2007/09/04/photo-in-a-commercial/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 15:04:49 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/2007/09/04/photo-in-a-commecial/</guid>
		<description><![CDATA[My friend Daniel Skoglund just made a commercial which included one of my photos from when I was up hiking in Sarek last year.]]></description>
				<content:encoded><![CDATA[<p>My friend Daniel Skoglund just made a commercial which included one of my photos from when I was up hiking in Sarek last year.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="352" height="278" align="middle"><param name="allowScriptAccess" value="sameDomain"><param name="movie" value="/files/synoptik2.swf"><param name="quality" value="high"><param name="bgcolor" value="#ffffff"><embed src="/files/synoptik2.swf" quality="high"  align="middle" bgcolor="#ffffff" width="352" height="278" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><br />
</object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/09/04/photo-in-a-commercial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>photoday</title>
		<link>http://www.oskarlin.com/2007/05/07/photoday/</link>
		<comments>http://www.oskarlin.com/2007/05/07/photoday/#comments</comments>
		<pubDate>Mon, 07 May 2007 19:54:20 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=329</guid>
		<description><![CDATA[Hi, today I&#8217;m introducing a new part/tag on this site called &#8220;photoday&#8221; which is a selected photograph from my flickr archive of over 12000 photos. It can be new, it can be super old. Hopefully I&#8217;ll post one each day. If you want you can subscribe to only this tag via RSS if you like. [...]]]></description>
				<content:encoded><![CDATA[<p>Hi, today I&#8217;m introducing a new part/tag on this site called &#8220;photoday&#8221; which is a selected photograph from my flickr archive of over 12000 photos. It can be new, it can be super old. Hopefully I&#8217;ll post one each day. If you want you can subscribe to only this tag via <a href="http://en.wikipedia.org/wiki/RSS_(file_format)">RSS</a> if you like. <a href="http://www.oskarlin.com/tags/photoday/feed/rss2/">Here&#8217;s that link</a>. </p>
<p>If you are subscribing to the rest of the site, these posts will be included too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/05/07/photoday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Björkliden pictures</title>
		<link>http://www.oskarlin.com/2007/05/06/bjorkliden-pictures/</link>
		<comments>http://www.oskarlin.com/2007/05/06/bjorkliden-pictures/#comments</comments>
		<pubDate>Sun, 06 May 2007 06:10:54 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Björkliden]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[skiing]]></category>
		<category><![CDATA[snowboarding]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=328</guid>
		<description><![CDATA[Yo! A few weeks ago I was up snowboarding i Björkliden. Unfortunately I had caught a cold just the day before I went up there, but that didn&#8217;t stop me from taking some fine photos!]]></description>
				<content:encoded><![CDATA[<p>Yo! A few weeks ago I was up snowboarding i Björkliden. Unfortunately I had caught a cold just the day before I went up there, but that didn&#8217;t stop me from taking some fine photos!</p>
<p><img src="http://farm1.static.flickr.com/207/465904278_76b7f58c62_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/185/465911261_7ced548bfe_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/198/465911335_386b57a284_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/213/465911743_91ea2aa4c2_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/180/465911821_519b1795b7_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/195/465912183_0a0c64ad28_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/194/465912573_dbd2927b65_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/211/465912645_819995ed03_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/225/465913065_892c5f3435_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/230/465906220_fc7919f7d4_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/172/465910306_3e85dd9271_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/218/465918237_d1a567534a_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/180/465911142_491e33a270_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/204/465918519_9eca783acf_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/211/465911486_ef770c4e04_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/211/465919203_8c4a076e3e_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/223/465919517_4645423f2b_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/207/465912436_c296b374b0_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/184/465913458_53b433815e_b.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/05/06/bjorkliden-pictures/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New design!</title>
		<link>http://www.oskarlin.com/2007/05/05/new-design/</link>
		<comments>http://www.oskarlin.com/2007/05/05/new-design/#comments</comments>
		<pubDate>Sat, 05 May 2007 19:38:32 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/2007/05/05/new-design/</guid>
		<description><![CDATA[Hey, look at that! What a new design! Well, I&#8217;ve been home sick for a week now so what can I say, I had to do something??]]></description>
				<content:encoded><![CDATA[<p>Hey, look at that! What a new design! Well, I&#8217;ve been home sick for a week now so what can I say, I had to do something??</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/05/05/new-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Horizon project</title>
		<link>http://www.oskarlin.com/2007/05/01/horizon-project/</link>
		<comments>http://www.oskarlin.com/2007/05/01/horizon-project/#comments</comments>
		<pubDate>Tue, 01 May 2007 20:26:32 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=326</guid>
		<description><![CDATA[This is an ongoing project that started as one of my final projects at LCP/LCC in London 2004. It all began the summer of 2002 maybe, when I was hiking in the mountains with two friends and I took a photograph of a mountain and accidently excluded the horizon in the picture. All one could [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://farm1.static.flickr.com/25/42067762_7c90e6f7bd.jpg" class="noborder"/></p>
<p>This is an ongoing project that started as one of my final projects at LCP/LCC in London 2004. It all began the summer of 2002 maybe, when I was hiking in the mountains with two friends and I took a photograph of a mountain and accidently excluded the horizon in the picture. All one could see was a mountain, but since there were no horizon it was really hard to read the picture. How far away is it? Is it taken from above? etc. were some of the questions that came up.</p>
<p>Then a year or so later I decided I wanted to continue explore that phenomena of nonexisting horizons. I first started out by downloading landscape photos from the internet and started cropping out the horizon and then compared them to the original and looked what happened. Then I made some other experiments (examples below).</p>
<p><img src="http://farm1.static.flickr.com/220/480345801_463527a007.jpg"  class="noborder"/><img src="http://farm1.static.flickr.com/192/480345897_67b02fcffa.jpg"  class="noborder"/><br />
<img src="http://farm1.static.flickr.com/170/480345921_cacfb6ff6b.jpg"  class="noborder"/><img src="http://farm1.static.flickr.com/199/480333904_3e1a6900b9.jpg"  class="noborder"/><br />
<img src="http://farm1.static.flickr.com/194/480347061_7cb8a9b676.jpg"  class="noborder"/><img src="http://farm1.static.flickr.com/230/480334172_3094402b7a.jpg"  class="noborder"/></p>
<p>Then it was time for some action. I borrowed my <a href="http://www.oscarlson.com/">friends</a> camera (I didn&#8217;t have an SLR at the time) and took the train up to Snowdonia in Wales. There I managed to take some ok photos. Then a few weeks later I went to Sweden where I took some more photos. My only 2 rules when taking the pictures were: 1. the horizon has to be excluded, 2. I should try to take the photo completely horisontal (not from above or from below, just straight on!).</p>
<p>Eventually these photos ended up in a book and installation for my degree show.<br />
<img src="http://farm1.static.flickr.com/29/39286083_2f2ed78abb.jpg"  class="noborder"/><img src="http://farm1.static.flickr.com/30/38287946_6b80bdd480.jpg"  class="noborder" /><br />
<img src="http://farm1.static.flickr.com/27/38256679_6e42518343.jpg" class="noborder" /></p>
<p>Here are (some of) the photos from that time<br />
<img src="http://farm1.static.flickr.com/25/42067762_7c90e6f7bd.jpg" class="noborder"/><br />
<img src="http://farm1.static.flickr.com/24/42067648_9a364ab5ac.jpg" class="noborder" /><br />
<img src="http://farm1.static.flickr.com/27/42067770_6ac956e169.jpg" class="noborder" /><br />
<img src="http://farm1.static.flickr.com/33/42067796_00df693f0e.jpg" class="noborder" /><br />
<img src="http://farm1.static.flickr.com/31/42067725_777db92cf3.jpg" class="noborder" /><br />
<img src="http://farm1.static.flickr.com/31/42067752_0a6f99b7ed.jpg" class="noborder" /></p>
<p>And these are &#8220;new&#8221; (since 2004) photos<br />
<img src="http://farm1.static.flickr.com/197/480396525_9579d55aba.jpg" class="noborder" /><br />
<img src="http://farm1.static.flickr.com/168/480396565_7c7a645be4.jpg"  class="noborder"/><br />
<img src="http://farm1.static.flickr.com/226/480384744_a4cf02610a.jpg"  class="noborder"/><br />
<img src="http://farm1.static.flickr.com/184/480396723_e6a98646aa.jpg" class="noborder" /><br />
<img src="http://farm1.static.flickr.com/178/480384966_303ab7dbdb.jpg" class="noborder" /><br />
<img src="http://farm1.static.flickr.com/207/480385042_224d6978df.jpg" class="noborder" /><br />
<img src="http://farm1.static.flickr.com/224/480385108_cb082ae1a2.jpg"  class="noborder"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/05/01/horizon-project/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve been up north!</title>
		<link>http://www.oskarlin.com/2007/04/20/ive-been-up-north/</link>
		<comments>http://www.oskarlin.com/2007/04/20/ive-been-up-north/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 08:13:20 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[skiing]]></category>
		<category><![CDATA[Vallbo]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=324</guid>
		<description><![CDATA[Now I&#8217;m back after two weeks in the mountains. First out is where i were the first week, Vallbo, in Jämtland.]]></description>
				<content:encoded><![CDATA[<p>Now I&#8217;m back after two weeks in the mountains. First out is where i were the first week, Vallbo, in Jämtland.</p>
<p><img src="http://farm1.static.flickr.com/195/464469316_8b6a323160_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/185/464477225_9e4c9223ff_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/205/464472054_271a4af7b9_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/224/464479291_f19d9366a3_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/227/464479451_f41a0faa13_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/231/464479681_52529d1c99_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/174/464480283_dbf128667a_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/183/464480790_0b05f29804_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/231/464488263_b4511702c3_b.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/04/20/ive-been-up-north/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Falun pictures</title>
		<link>http://www.oskarlin.com/2007/04/01/falun-pictures/</link>
		<comments>http://www.oskarlin.com/2007/04/01/falun-pictures/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 11:42:40 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[falun]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[skiing]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/2007/04/01/falun-pictures/</guid>
		<description><![CDATA[Here&#8217;s some more world cup photos. This time from Falun. Enjoy!]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s some more world cup photos. This time from <a href="http://www.flickr.com/photos/oskarlin/sets/72157600037926536/">Falun</a>. Enjoy!</p>
<p><img src="http://farm1.static.flickr.com/167/440660488_fa1dc0e6ca_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/177/440661742_77d7dd8d04_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/187/440662889_c4e42f3ece_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/180/440662957_299b4da5c5_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/191/440662268_1e07f0bd03_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/207/440663979_1dd8f115b9_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/197/440663304_ad25dc8ce8_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/194/440671909_591e593b68_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/191/440673253_82f5e4d0e0_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/183/440672894_549422b704_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/210/440672744_542391bc27_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/187/440674081_5e770a8425_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/178/440674219_156873f8ff_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/209/440673378_47d2293348_b.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/04/01/falun-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slottsprinten</title>
		<link>http://www.oskarlin.com/2007/03/31/slottsprinten/</link>
		<comments>http://www.oskarlin.com/2007/03/31/slottsprinten/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 12:53:08 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[skiing]]></category>
		<category><![CDATA[slottet]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/2007/03/31/slottsprinten/</guid>
		<description><![CDATA[Ohoy, here are some photos I took at the world cup race in cross country skiing outside the Royal Castle in Stockholm. More photos can be found at my flickr set. Soon to come, Falun!]]></description>
				<content:encoded><![CDATA[<p>Ohoy, here are some photos I took at the world cup race in cross country skiing outside the Royal Castle in Stockholm. More photos can be found at <a href="http://www.flickr.com/photos/oskarlin/sets/72157600038194383/">my flickr set</a>. Soon to come, Falun! </p>
<p><img src="http://farm1.static.flickr.com/209/440643226_18a948bbca_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/181/440643758_908a0023a7_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/171/440645043_bd39809c84_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/178/440644206_227383bf81_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/184/440644252_28540e7df2_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/209/440646902_a9ad9f0ec6_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/168/440648183_17bfb2342e_b.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/03/31/slottsprinten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIS in the mountains!</title>
		<link>http://www.oskarlin.com/2007/03/01/gis-in-the-mountains/</link>
		<comments>http://www.oskarlin.com/2007/03/01/gis-in-the-mountains/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 21:55:39 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[IDRISI]]></category>
		<category><![CDATA[MapInfo]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[STF]]></category>
		<category><![CDATA[Svenska_turistföreningen]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=312</guid>
		<description><![CDATA[This is a brief description of what I&#8217;ve been doing at school lately. The assignment was to do some analysis with GIS, preferably using application handling raster imagery (IDRISI) instead of vectors (MapInfo). Me and my two friends decided to work with mountain huts in Jämtlands län in the swedish mountains. The swedish tourist organisation [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.oskarlin.com/images/gis/platser3.jpg" /></p>
<p>This is a brief description of what I&#8217;ve been doing at school lately. The assignment was to do some analysis with GIS, preferably using application handling raster imagery (IDRISI) instead of vectors (MapInfo). Me and my two friends decided to work with mountain huts in Jämtlands län in the swedish mountains. The swedish tourist organisation (<a href="http://www.stfturist.se/">STF</a>) hosts a couple of mountain lodges around the swedish mountains where everyone can stay. Well, if you pay, of course. The system is similar to youth hostels but without electricity. </p>
<p>Anyway, for quite a while now I&#8217;ve been thinking of where STF might locate new huts. Since I love maps I&#8217;ve been studying the maps over the area a lot and seen places that could be nice spots to place another hut.</p>
<p>That&#8217;s what we did! By using GIS, based on elevation, inclination, distance and different types of surfaces, we managed to decide where new huts should be located.</p>
<p>First we called a dude at STF and asked him some questions. Apparently the current distances between huts are too long, according to modern hikers. So instead of focusing on routes that are between 13-20km, we had to lower the distance to between 8-12km i think. I say I think because what we did was to create a &#8220;friction&#8221; map where each pixel represented 50 meters. And then we gave each pixel a number, which was the time it takes to walk that 50 meters on that location. If the pixel was a lake, then it took maybe 2000000 seconds to walk it (just so that the software wouldn&#8217;t try that direction). Also depending on the inclination the pixels got different values.</p>
<p><img src="/images/gis/lutning.jpg" style="margin-bottom: 0px;"/><br />
<em>This is the inclination map.</em></p>
<p><img src="/images/gis/friction.jpg" style="margin-bottom: 0px;" /><br />
<em>This is the inclination map. Dark areas means impossible to walk, brighter colors are easy to walk.</em></p>
<p>Then when we had the friction map, we placed the existing huts on the map and created a so called COST map which showed the amount of seconds it takes to get to each pixel.</p>
<p><img src="/images/gis/helagspush.jpg" style="margin-bottom: 0px;" /><br />
<em>COST-map of one hut.</em></p>
<p>Then we simplified it so that it only showed the times that we were interested in (around 5h walk).</p>
<p><img src="/images/gis/helags.jpg" style="margin-bottom: 0px;" /><br />
<em>COST-map with only two classes.</em></p>
<p><img src="/images/gis/gasen.jpg" style="margin-bottom: 0px;" /><br />
<em>Same but another hut.</em></p>
<p>After we&#8217;d done all 25 huts and small villages we put them on top of each other to see where we could find a match. Where there was a match of more than two huts, we had a spot! This because we wanted the new location to be accessible from at least two existing huts.</p>
<p><img src="/images/gis/platser.jpg" style="margin-bottom: 0px;" /><br />
<em>Good places. Darker red means better location!</em></p>
<p><img src="/images/gis/platser3.jpg" style="margin-bottom: 0px;" /></p>
<p><img src="/images/gis/zoom.jpg" style="margin-bottom: 0px;" /><br />
<em>Our location zoomed in.</em></p>
<p><img src="/images/gis/platser3_zoom.jpg" style="margin-bottom: 0px;" /></p>
<p>Finally we decided on location our new hut just north of the big lake in the west. This because you could reach it from four different places!</p>
<p><img src="/images/gis/leder2.jpg" style="margin-bottom: 0px;" /></p>
<p>Finally, the amazing flow chart.</p>
<p><img src="/images/gis/stf5.jpg" style="margin-bottom: -2px;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/03/01/gis-in-the-mountains/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Photos in a newspaper!</title>
		<link>http://www.oskarlin.com/2007/02/23/photos-in-a-newspaper/</link>
		<comments>http://www.oskarlin.com/2007/02/23/photos-in-a-newspaper/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 20:41:09 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Dagens_Nyheter]]></category>
		<category><![CDATA[DN]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=307</guid>
		<description><![CDATA[Yesterday, some of my photos were published along with an article about my friends office space/squat. DN Article The photos:]]></description>
				<content:encoded><![CDATA[<p><img src="http://farm1.static.flickr.com/138/400065307_c1d6627bf8.jpg" style="margin-bottom:-5px;"/></p>
<p>Yesterday, some of my photos were published along with an article about my friends office space/squat. </p>
<p><a href="http://www.dn.se/DNet/jsp/polopoly.jsp?d=2622&#038;a=620466">DN Article</a></p>
<p>The photos:</p>
<p><span id="more-307"></span></p>
<p><img src="http://farm1.static.flickr.com/138/379811569_788f92d973_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/108/363404531_094d4aac66_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/171/363411376_723b63e95d_b.jpg" /></p>
<p><img src="http://farm1.static.flickr.com/132/379809717_411d62e3e4_b.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2007/02/23/photos-in-a-newspaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>time travel recognition</title>
		<link>http://www.oskarlin.com/2006/07/06/time-travel-recognition/</link>
		<comments>http://www.oskarlin.com/2006/07/06/time-travel-recognition/#comments</comments>
		<pubDate>Thu, 06 Jul 2006 22:02:30 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[MARK_Magazine]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=267</guid>
		<description><![CDATA[Today I had to go and pick up a package from the Post office (well nowadays it&#8217;s inside the supermarket). I thought it was the book on hiking in Sarek I ordered, but so wrong I was! To a great suprise it was a magazine called MARK, which is about architecture etc by the same [...]]]></description>
				<content:encoded><![CDATA[<p>Today I had to go and pick up a package from the Post office (well nowadays it&#8217;s inside the supermarket). I thought it was the book on hiking in Sarek I ordered, but so wrong I was!</p>
<p>To a great suprise it was a magazine called <a href="http://www.mark-magazine.com/">MARK</a>, which is about architecture etc by the same people who makes <a href="http://www.framemag.com/">FRAME Magazine</a>. First I had no clue why I got it but after looking through it I found a whole spread about my <a href="http://www.oskarlin.com/2005/11/29/time-travel/">Time travel map</a>!!</p>
<p><a href="http://www.mark-magazine.com/"><img src="http://static.flickr.com/68/183620621_d86192b28a.jpg" border="0" style="margin-bottom: 7px;"/></a></p>
<p>This is what they say:</p>
<p><cite>&#8220;These days, people don&#8217;t talk about how far away they live but about how long it takes to get there. With this realization in mind, Oskar Karlin redesigned the London Underground map as part of a grauation project at the London College of Communication. The London Underground map is a classic 20th-century design, of which a slightly revised version is still in use. Created in the 1930s by Harry Beck, the map does not indicate the distance between stations or the geographical locations of the stations themselves. Karlin&#8217;s map combines geographical accuracy with travel times between stations. His diagram of underground lines takes into account trains travelling at different speeds, as well as considerable variations in the number of stations. Tube comuters using his map have a brand-new view of the city.&#8221;</cite></p>
<p>When I got home I also noticed that my map is visible on the cover of the magazine too! (look above)</p>
<p><img src="http://static.flickr.com/62/183594498_7f79454a3a.jpg" /></p>
<p>FYI, my project is also mentioned in a <a href="http://www.doc.ic.ac.uk/~ns1602/timecontours.pdf">dissertation</a> recently by <a href="http://www.doc.ic.ac.uk/~ns1602/">Nicholas Street</a> at Department of Computing, Imperial College London. </p>
<p><a href="http://www.mark-magazine.com/">MARK Magazine</a><br />
<a href="http://www.oskarlin.com/2005/11/29/time-travel/">My post about my time travel map</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2006/07/06/time-travel-recognition/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SMET #3</title>
		<link>http://www.oskarlin.com/2006/03/15/smet-3/</link>
		<comments>http://www.oskarlin.com/2006/03/15/smet-3/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 19:57:04 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Anders_Berg]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[smet]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=244</guid>
		<description><![CDATA[Another month &#8211; another SMET. This month I&#8217;ve been out skiing. Unfortunately I couldn&#8217;t find two good photos of friends so one of the pictures had to be me &#8211; again. Sorry about that. But it was very nice skiing!]]></description>
				<content:encoded><![CDATA[<p><img src='http://www.oskarlin.com/images/smet3.jpg' alt='Smet posters' style="margin-bottom: 5px;"/></p>
<p>Another month &#8211; another SMET. This month I&#8217;ve been out skiing. Unfortunately I couldn&#8217;t find two good photos of friends so one of the pictures had to be me &#8211; again. Sorry about that. But it was very nice skiing!</p>
<p><img src='http://www.oskarlin.com/images/smet3_1.jpg' alt='Me' /></p>
<p><img src='http://www.oskarlin.com/images/smet3_2.jpg' alt='Anders Berg' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2006/03/15/smet-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMET #2</title>
		<link>http://www.oskarlin.com/2006/02/17/smet-2/</link>
		<comments>http://www.oskarlin.com/2006/02/17/smet-2/#comments</comments>
		<pubDate>Fri, 17 Feb 2006 15:53:22 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Aron_Heineman]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[ping_pong]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Sarah_Degerhammar]]></category>
		<category><![CDATA[smet]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=242</guid>
		<description><![CDATA[This month&#8217;s SMET posters are still following the theme of the last ones but they also connects to this month&#8217;s music theme &#8211; drums! Therefore I chose ping pong not only because it feels like drumming when playing, but also because there are a lot of songs sampling ping pong.]]></description>
				<content:encoded><![CDATA[<p><img src='http://www.oskarlin.com/images/smet2_1_small.jpg' alt='Smet posters' /></p>
<p>This month&#8217;s SMET posters are still following the theme of the <a href="http://www.oskarlin.com/2006/01/19/smet/" title="Permanent Link to SMET">last ones</a> but they also connects to this month&#8217;s music theme &#8211; drums! Therefore I chose ping pong not only because it feels like drumming when playing, but also because there are a lot of <a href="http://www.last.fm/music/Doktor+Kosmos/_/L.S.A.T.T.+%28Lazy+sunday+after-noon+table+tennis%29">songs</a> <a href="http://www.last.fm/music/Antipop+Consortium/_/Ping+Pong">sampling</a> <a href="http://www.last.fm/music/Can/_/Ping+Pong">ping</a> <a href="http://www.last.fm/music/Transient/_/ping+pong+march">pong</a>.</p>
<p><img src='http://www.oskarlin.com/images/smet2_1.jpg' alt='Sarah Degerhammar' /></p>
<p><img src='http://www.oskarlin.com/images/smet2_2.jpg' alt='Aron Heineman' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2006/02/17/smet-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>smet projections</title>
		<link>http://www.oskarlin.com/2006/02/03/smet-projections/</link>
		<comments>http://www.oskarlin.com/2006/02/03/smet-projections/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 23:48:48 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[smet]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=239</guid>
		<description><![CDATA[To relate to the overall theme of our clubnight SMET, I thought it would be nice to have some nature inside the club. Me and Sebastian selected some photos from my hike in the mountains last summer, and made a slideshow that were shown on all the monitors inside the place. Thanks to Martin for [...]]]></description>
				<content:encoded><![CDATA[<p><img src='http://www.oskarlin.com/images/smetproj.jpg' alt='Moonrise' style="margin-bottom: -5px;"/></p>
<p>To relate to the overall theme of our clubnight SMET, I thought it would be nice to have some nature inside the club. Me and Sebastian selected some photos from my <a href="http://www.flickr.com/photos/oskarlin/sets/890754/">hike</a> in the mountains last summer, and made a slideshow that were shown on all the monitors inside the place. Thanks to <a href="http://www.dwyl.se">Martin</a> for helping me burning the DVD.</p>
<p>Click on the image below to start watching the small slideshow.</p>
<p><object width="490" height="392" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"><param name="src" value="http://www.oskarlin.com/images/bildsmet_poster.mov"><param name="controller" value="false"><param name="autoplay" value="false"><param name="bgcolor" value="000000"><param name="target" value="myself"><param name="href" value="http://www.oskarlin.com/images/bildsmet.mov"><param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html"><embed width="490" height="392" controller="false" target="myself" href="http://www.oskarlin.com/images/bildsmet.mov" src="http://www.oskarlin.com/images/bildsmet_poster.mov" bgcolor="000000" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html" autoplay="false"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2006/02/03/smet-projections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.oskarlin.com/images/bildsmet_poster.mov" length="67332" type="video/quicktime" />
<enclosure url="http://www.oskarlin.com/images/bildsmet.mov" length="2695167" type="video/quicktime" />
		</item>
		<item>
		<title>boomcounter.org</title>
		<link>http://www.oskarlin.com/2006/01/25/boomcounterorg/</link>
		<comments>http://www.oskarlin.com/2006/01/25/boomcounterorg/#comments</comments>
		<pubDate>Wed, 25 Jan 2006 14:50:16 +0000</pubDate>
		<dc:creator>oskar</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Steve_Jobs]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[web_design]]></category>

		<guid isPermaLink="false">http://www.oskarlin.com/?p=237</guid>
		<description><![CDATA[Together with my friend Martin Ström, we have released a site which is probably the geekiest site I&#8217;ve ever made. It&#8217;s called boomcounter and is a page showing the amount of times Steve says &#8220;boom&#8221; during his keynotes. This years MacWorld the boomcount was 17. boomcounter.org]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.boomcounter.org"><img src='http://www.oskarlin.com/images/boom.png' alt='' style="margin-bottom:7px;"/></a></p>
<p>Together with my friend <a href="http://burnfield.com/martin/blog">Martin Ström</a>, we have released a site which is probably the geekiest site I&#8217;ve ever made. It&#8217;s called boomcounter and is a page showing the amount of times Steve says &#8220;boom&#8221; during his keynotes. This years MacWorld the boomcount was 17.</p>
<p><a href="http://www.boomcounter.org">boomcounter.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oskarlin.com/2006/01/25/boomcounterorg/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
