<?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>oyvindhauge.com</title>
	<atom:link href="http://oyvindhauge.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://oyvindhauge.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 15 Feb 2010 21:06:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Olypics: NRK, Linux, Firefox,  and Silverlight/Moonlight</title>
		<link>http://oyvindhauge.com/blog/2010/02/15/the-olypics-nrk-linux-firefox-and-silverlightmoonlight/</link>
		<comments>http://oyvindhauge.com/blog/2010/02/15/the-olypics-nrk-linux-firefox-and-silverlightmoonlight/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:05:16 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Moonlight]]></category>
		<category><![CDATA[NRK]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1317</guid>
		<description><![CDATA[I have previously written about my efforts to see tv (NRK) over the Internet on Linux. While working on my thesis I had to watch a bit of the Olympics (as a distraction). Luckily, NRK streams most of the events over the Internet. Unfortunately, they have decided to use Silverlight version 3 to stream content [...]]]></description>
			<content:encoded><![CDATA[<p>I have previously <a href="http://oyvindhauge.com/blog/2010/01/07/video-color-problems-with-trailers-from-apple-and-content-from-nrk-with-ubuntu-totem-and-movie-player/">written</a> about my efforts to see tv (NRK) over the Internet on Linux. While working on my thesis I had to watch a bit of the Olympics (as a distraction). Luckily, <a href="http://www.nrkol.no/index.html">NRK</a> streams most of the events over the Internet. Unfortunately, they have decided to use <a href="http://silverlight.net/">Silverlight</a> version 3 to stream content from the Olympics.</p>
<p>This does not work right out of the box with Ubuntu. Thanks to Anders S. Lund I found the <a href="http://nrkbeta.no/2009/12/21/nrk-nett-tv-paa-linux/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+nrkbeta+%28NRKbeta%29&amp;utm_content=Twitter">solution</a>, which was to install an alpha version of <a href="http://www.mono-project.com">Moonlight</a>:</p>
<ol>
<li>Remove the Firefox-VLC plugin: &#8220;<em>sudo apt-get remove mozilla-plugin-vlc&#8221;</em></li>
<li>Remove previous versions of Moonlght: In Firefox goto Tools -&gt; Add-ons -&gt; Extensions</li>
<li>Download the most recent version of Moonlight: <a onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.go-mono.com/moonlight/prerelease.aspx');" rel="nofollow" href="http://www.go-mono.com/moonlight/prerelease.aspx">http://www.go-mono.com/moonlight/prerelease.aspx</a></li>
<li>In case of sluggish performance, turn of all effects by closing the browser and using the following command: &#8220;<em>MOONLIGHT_OVERRIDES=effects=no firefox</em>&#8220;</li>
</ol>
<p>See the following <a href="http://www.mono-project.com/Moonlight/OlympicsPlayerIssues">link</a> for more information/troubleshooting.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 53px; width: 1px; height: 1px;">
<pre>MOONLIGHT_OVERRIDES=effects=no firefox
</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2010/02/15/the-olypics-nrk-linux-firefox-and-silverlightmoonlight/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing Subclipse on Ubuntu using the repository version of Eclipse</title>
		<link>http://oyvindhauge.com/blog/2010/02/13/installing-subclipse-on-ubuntu-using-the-repository-version-of-eclipse/</link>
		<comments>http://oyvindhauge.com/blog/2010/02/13/installing-subclipse-on-ubuntu-using-the-repository-version-of-eclipse/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 15:27:28 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Subclipse]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1313</guid>
		<description><![CDATA[When writing (LaTeX) and programming I normally use Eclipse. To backup the code and text I use Subversion and the Eclipse plug-in Subclipse. The Ubuntu repository has for a long time had a dated version of Eclipse. However, when I reinstalled one of my computers yesterday I saw that Eclipse 3.5.1 was available through the [...]]]></description>
			<content:encoded><![CDATA[<p>When writing (LaTeX) and programming I normally use <a href="http://www.eclipse.org">Eclipse</a>. To backup the code and text I use Subversion and the Eclipse plug-in <a href="http://subclipse.tigris.org/">Subclipse</a>. The Ubuntu repository has for a long time had a dated version of Eclipse. However, when I reinstalled one of my computers yesterday I saw that Eclipse 3.5.1 was available through the repository. However, this version came whitout <a href="http://www.eclipse.org/mylyn/">Mylyn</a> and <a href="http://www.eclipse.org/gef/">GEF</a> (two Eclipse frameworks required by Subclipse). So if you want to install Subclipse (http://subclipse.tigris.org/update_1.6.x), you have to install Mylyn (http://download.eclipse.org/tools/mylyn/update/weekly/e3.4) and GEF (http://download.eclipse.org/tools/gef/updates/releases/). In Eclipse, go to &#8220;Help&#8221;, &#8220;Install New Software&#8221; and paste the links to the links available in parenthesis, or go to the respective framework&#8217;s web pages and find the most recent release.</p>
<p>If you have problems setting up a SVN connection using Subclipse, I might have the <a href="http://oyvindhauge.com/blog/2008/11/10/subclipse-svn-in-eclipse-cannot-create-tunnel/">solution</a>, or if you want to know more about how to set up Eclipse as a LaTeX environment, check out one of my <a href="http://oyvindhauge.com/blog/2008/07/08/a-phd-on-open-source-on-open-source-part-2-software-for-writing-papers-and-thesis/">previous posts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2010/02/13/installing-subclipse-on-ubuntu-using-the-repository-version-of-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blu-ray playback (sort of) comes to Linux</title>
		<link>http://oyvindhauge.com/blog/2010/01/28/blu-ray-playback-sort-of-comes-to-linux/</link>
		<comments>http://oyvindhauge.com/blog/2010/01/28/blu-ray-playback-sort-of-comes-to-linux/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 15:37:51 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blu-ray]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1308</guid>
		<description><![CDATA[The lack of playback of Blu-ray movies has stopped me from installing a Linux distribution on my HTPC. However, according to a blog post from The Media Viking, this is now possible. It is still a bit cumbersome, but it seems better than the old recipe. I have personally not tested it yet, but I [...]]]></description>
			<content:encoded><![CDATA[<p>The lack of playback of Blu-ray movies has stopped me from installing a Linux distribution on my <a href="http://oyvindhauge.com/blog/2009/02/08/a-htpcgaming-rig-part-3/">HTPC</a>. However, according to a <a href="http://themediaviking.com/software/bluray-linux/">blog post</a> from <a href="http://themediaviking.com">The Media Viking</a>, this is now possible. It is still a bit cumbersome, but it seems better than the <a href="https://help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD">old recipe</a>. I have personally not tested it yet, but I guess I will try when I have the time.</p>
<p>I hope this is a step towards native support for playback of Blu-ray movies on Linux. Actually, in my eyes I think we are better off without physical distribution of movies. I would love to see native support for Blu-rays, but even better would be digital high-quality services with a large library.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2010/01/28/blu-ray-playback-sort-of-comes-to-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video color problems with trailers from Apple and content from NRK with Ubuntu, Totem, and Movie Player</title>
		<link>http://oyvindhauge.com/blog/2010/01/07/video-color-problems-with-trailers-from-apple-and-content-from-nrk-with-ubuntu-totem-and-movie-player/</link>
		<comments>http://oyvindhauge.com/blog/2010/01/07/video-color-problems-with-trailers-from-apple-and-content-from-nrk-with-ubuntu-totem-and-movie-player/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 13:03:20 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Movie Player]]></category>
		<category><![CDATA[NRK]]></category>
		<category><![CDATA[totem]]></category>
		<category><![CDATA[trailers]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1279</guid>
		<description><![CDATA[I have not used my Linux computer that much to watch trailers from Apple and TV from NRK, but I have sometimes experienced problems with a blue-green tint on video content. Since I have not used it that much, it has not really been a major problem. However, it has been a bit annoying.
The fix [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter" style="text-align: left;">I have not used my Linux computer that much to watch trailers from <a href="http://apple.com/trailers">Apple</a> and TV from <a href="http://www.nrk.no/nett-tv/">NRK</a>, but I have sometimes experienced problems with a blue-green tint on video content. Since I have not used it that much, it has not really been a major problem. However, it has been a bit annoying.</div>
<div id="attachment_1280" class="wp-caption aligncenter" style="width: 310px"><a href="http://oyvindhauge.com/blog/wp-content/totem_preferences.png"><img class="size-medium wp-image-1280" title="totem_preferences" src="http://oyvindhauge.com/blog/wp-content/totem_preferences-300x282.png" alt="Mediaplayer/Totem preferences" width="300" height="282" /></a><p class="wp-caption-text">Mediaplayer/Totem preferences</p></div>
<p>The fix was relatively simple. It seems as because of some <a href="http://ubuntuforums.org/archive/index.php/t-800311.html">old bug</a>, the <a href="http://en.wikipedia.org/wiki/Hue">Hue</a> in Movie Player/Totem should have been turned off (either to max or min). Now, it seems someone have fixed this bug and the Hue should rather be set to the middle position as illustrated above. Open Movie Player (Applications -&gt; Sound &amp; Video -&gt; Movie Player). Open the display preferences like in the figure (Edit -&gt; Preferences -&gt; Display) and put the slider in the middle position. This did the trick (at least for me).</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2010/01/07/video-color-problems-with-trailers-from-apple-and-content-from-nrk-with-ubuntu-totem-and-movie-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What it takes to become a computer expert</title>
		<link>http://oyvindhauge.com/blog/2009/11/24/what-it-takes-to-become-a-computer-expert/</link>
		<comments>http://oyvindhauge.com/blog/2009/11/24/what-it-takes-to-become-a-computer-expert/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 10:18:41 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Tech support]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1206</guid>
		<description><![CDATA[Being the one in the family with some computer skills, it was in the beginning (early/mid nineties) quite fun to be asked to help people out with the computers and computer problems. Later, when everybody started asking about everything it was not so thrilling any more. Luckily, these days are generally over. Computers don&#8217;t break [...]]]></description>
			<content:encoded><![CDATA[<p>Being the one in the family with some computer skills, it was in the beginning (early/mid nineties) quite fun to be asked to help people out with the computers and computer problems. Later, when everybody started asking about everything it was not so thrilling any more. Luckily, these days are generally over. Computers don&#8217;t break down that often, the software running on these machines is better, and (believe or not) I think the users have become a bit smarter. My parents have for instance had Linux (Ubuntu) running on <a href="../2008/12/13/building-a-linux-pc-for-my-parents/">their computer</a> for almost a year now, without any particular problems.</p>
<div class="wp-caption aligncenter" style="width: 596px"><img class="  " title="Tech support cheac sheet (from xkcd.com)" src="http://imgs.xkcd.com/comics/tech_support_cheat_sheet.png" alt="Tech support cheac sheet" width="586" height="658" /><p class="wp-caption-text">Tech support cheat sheet (from xkcd.com)</p></div>
<p>However, if you run into problems with people who constantly ask you to fix their computer or any other technical problem for that matter, give them the tech support cheat sheet above. This should at least help them on the way and hopefully save you a lot of work.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/11/24/what-it-takes-to-become-a-computer-expert/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BankID and Java plug-in in Firefox on Ubuntu Part 3</title>
		<link>http://oyvindhauge.com/blog/2009/11/02/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-3/</link>
		<comments>http://oyvindhauge.com/blog/2009/11/02/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-3/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:57:11 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BankID]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1243</guid>
		<description><![CDATA[I recently updated to Ubuntu 9.10. The new Ubuntu version comes with a lot of new packages, including a new version of Java (6.16). Unfortunately, the newest Java plugin from Sun for Thunderbird depends on version 6.15. As a consequence, you&#8217;ll get an error message like the one below if you try to install the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently updated to Ubuntu 9.10. The new Ubuntu version comes with a lot of new packages, including a new version of Java (6.16). Unfortunately, the newest Java plugin from Sun for Thunderbird depends on version 6.15. As a consequence, you&#8217;ll get an error message like the one below if you try to install the Java plugin. In this case when you try to open your BankID (which is a Java application). I have had a few problems with BankID on Ubuntu <a href="http://oyvindhauge.com/blog/2009/05/11/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-2/">before</a> as well.</p>
<p>Error message:<br />
<code>The following packages have unmet dependencies:<br />
sun-java6-plugin: Depends: sun-java6-bin (= 6-15-1) but 6-16-0ubuntu1.9.04 is to be installed<br />
E: Broken packages<br />
</code></p>
<p>To fix it, I removed the java implementation through the following commands (thanks to <a href="http://ubuntuforums.org/showthread.php?t=1305603">FrostCake</a>):<br />
<code>sudo apt-get remove sun-java6-jre sun-java6-plugin sun-java6-bin sun-java6-fonts<br />
sudo apt-get autoremove</code></p>
<p>Then I reinstalled the sun-java6-plugin through the Synaptic Manager. This will also install all packages which the Java plugin depends on.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/11/02/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash videos in Firefox on Ubuntu with AMD64</title>
		<link>http://oyvindhauge.com/blog/2009/10/30/flash-videos-in-firefox-on-ubuntu-with-amd64/</link>
		<comments>http://oyvindhauge.com/blog/2009/10/30/flash-videos-in-firefox-on-ubuntu-with-amd64/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 17:42:52 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AMD64]]></category>
		<category><![CDATA[Flash video]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1239</guid>
		<description><![CDATA[

Video Games &#124; EpicBattleCry &#124; Skirmish 50
XBox 360 &#124; Playstation 3 &#124; Nintendo Wii


I have for some time had problems with flash videos in Firefox on my AMD64 Ubuntu machine. I normally use the computer for work so it has not really been that much of a problem. However, I hate not being able to [...]]]></description>
			<content:encoded><![CDATA[<div style="width: 480px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid=58192"/><param name="quality" value="high" /><embed src="http://www.gametrailers.com/remote_wrap.php?mid=58192" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed></object>
<div style="font-size: 10px; font-family: Verdana; text-align: center; width: 480px; padding-top: 2px; padding-bottom: 2px; background-color: black; height: 32px;">
<div><a style="color:#FFFFFF;" href="http://www.gametrailers.com" title="GameTrailers.com">Video Games</a> | <a style="color:#FFFFFF;" href="http://www.gametrailers.com/game/epicbattlecry/10944" title="EpicBattleCry">EpicBattleCry</a> | <a style="color:#FFFFFF;" href="http://www.gametrailers.com/video/skirmish-50-epicbattlecry/58192" title="Skirmish 50">Skirmish 50</a></div>
<div style="padding-top: 3px;"><a style="color:#FFFFFF;" href="http://xbox360.gametrailers.com/" title="XBox 360">XBox 360</a> | <a style="color:#FFFFFF;" href="http://ps3.gametrailers.com/" title="PS3">Playstation 3</a> | <a style="color:#FFFFFF;" href="http://wii.gametrailers.com/" title="Wii">Nintendo Wii</a></div>
</div>
</div>
<p>I have for some time had problems with flash videos in Firefox on my AMD64 Ubuntu machine. I normally use the computer for work so it has not really been that much of a problem. However, I hate not being able to use Ubuntu the way you would expect it to work &#8230; A Google search later, I found <a href="https://help.ubuntu.com/community/AMD64/FirefoxAndPlugins">these simple instructions</a>. Just follow the instructions and you will have flash videos working in no time. If you want to test your flash player on your AMD64 Ubuntu machine, you may check of EpicBattleAxe video above.</p>
<p>By the way, the new <a href="http://www.ubuntu.com/">Ubuntu</a> 9.10 looks and feels quite good <img src='http://oyvindhauge.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/10/30/flash-videos-in-firefox-on-ubuntu-with-amd64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are digitally distributed products so expensive?</title>
		<link>http://oyvindhauge.com/blog/2009/10/24/why-are-digitally-distributed-products-so-expensive/</link>
		<comments>http://oyvindhauge.com/blog/2009/10/24/why-are-digitally-distributed-products-so-expensive/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:37:11 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[C Sports]]></category>
		<category><![CDATA[Digital Distribution]]></category>
		<category><![CDATA[Modern Warfare]]></category>
		<category><![CDATA[Steam]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1227</guid>
		<description><![CDATA[Recently I complained about Canal Plus&#8217; C Sports awfully high prices. Paying close to €20 for streaming a Premiere League game, is in my eyes way too expensive. While I am a very big fan of digital distribution I wonder why so many digitally distributed products have to be so expensive. Digitally distributed products are [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 280px"><img class=" " title="Steam - Technology for the future or a ghost from the past" src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Steam_Train123.JPG/450px-Steam_Train123.JPG" alt="Steam - Technology for the future or a ghost from the past" width="270" height="360" /><p class="wp-caption-text">Steam - Technology for the future or infrastructure from the past?</p></div>
<p>Recently I <a href="http://oyvindhauge.com/blog/2009/10/12/c-sports-il-buono-il-brutto-il-cattivo/">complained</a> about Canal Plus&#8217; <a href="http://www.csports.no/">C Sports</a> awfully high prices. Paying close to €20 for streaming a Premiere League game, is in my eyes way too expensive. While I am a very big <a href="http://oyvindhauge.com/blog/2008/09/14/digital-distribution-will-prevail/">fan of digital distribution</a> I wonder why so many digitally distributed products have to be so expensive. Digitally distributed products are often sold at the same or even higher price as their retail counterparts. The most recent example is <a href="http://modernwarfare2.infinityward.com/">Call of Duty Modern Warfare 2</a>. MW2 was recently made available through <a href="http://store.steampowered.com/app/10180/">Steam</a> for close to €60. <a href="http://www.elkjop.no/product/spill-konsoll/pc-mac-spill/PCCDCODMW2/pc-call-of-duty-modern-warfare-2">Elkjøp</a>, a Norwegian retail store, is currently selling the same game in a weekend deal for 350 NOK (about €40).</p>
<p>A €20 price difference is quite astonishing. Retail products come on a disk which is put into a case together with a manual. The cases are transported all over the world and sold in stores which need to pay rent and their employees. These are all costs which can be cut if the product is distributed digitally.</p>
<p>Setting up and maintaining a server park for digital stores is obviously not free either. However, it would surprise me if these costs are higher than the costs related to printing, distributing, and selling retail products. Moreover, digital distribution should give the developers and publishers added advantages. First, it is so far not possible to resell digitally distributed product. Hence, everyone who wants to get their hands on a product needs to buy it from the publisher rather than through second hand stores or on the private market. Second, by requiring activation of the games through the digital store, the stores may contribute to reducing piracy. Third, digital stores would make it far easier to sell add-ons, extensions, and other products using micro transactions. All in all, digital distribution seems to be a big advantage for the developers and publishers.</p>
<p>However, this is not the first time <a href="http://oyvindhauge.com/blog/2008/12/19/steam-to-offer-games-in-local-currency/">Steam charges the price of a kidney for their games</a>. I guess we as consumers should look elsewhere to increase the competition in the market. I hope that stores like <a href="http://www.impulsedriven.com/">Impulse</a> and <a href="http://www.direct2drive.com/">Direct2Drive</a> will increase their catalogs and contribute to forcing Steam into reducing their  prices.</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/10/24/why-are-digitally-distributed-products-so-expensive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C Sports: Il buono, il brutto, il cattivo</title>
		<link>http://oyvindhauge.com/blog/2009/10/12/c-sports-il-buono-il-brutto-il-cattivo/</link>
		<comments>http://oyvindhauge.com/blog/2009/10/12/c-sports-il-buono-il-brutto-il-cattivo/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 16:47:27 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[C Sports]]></category>
		<category><![CDATA[Digital Distribution]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1220</guid>
		<description><![CDATA[The Good: C Sports is the services I have been waiting for. I would like to enjoy Premier League football from time to time, but I don&#8217;t really have time to watch that many games. Hence, I don&#8217;t really bother to pay about 3000 NOK (€370) per year for the whole Canal+ package. Having Premier [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 470px"><img title="Premiere League action" src="http://i.telegraph.co.uk/telegraph/multimedia/archive/01097/tottenham-hotspur_1097311c.jpg" alt="Premiere League action" width="460" height="288" /><p class="wp-caption-text">Premiere League action</p></div>
<p><strong>The Good</strong>: <a href="http://www.csports.no">C Sports</a> is the services I have been waiting for. I would like to enjoy Premier League football from time to time, but I don&#8217;t really have time to watch that many games. Hence, I don&#8217;t really bother to pay about 3000 NOK (€370) per year for the whole Canal+ package. Having Premier League games available through pay-per-view is perfect.</p>
<p><strong>The Bad</strong>: Like most other paid or rental services, C Sports does not support other browsers than Internet Explorer and Safari on Windows and Mac. Linux is not supported.</p>
<p><strong>The Ugly</strong>: The really ugly thing about the C Sports service is not the fact that I have to run it on Windows using IE. It is rather the awful price you have to pay per game. 159 NOK (close to €20) per game is way, way too expensive. Personally, I think maybe about 50 NOK (€6) would be a good price. However, I understand that the Premier League rights are expensive and I could have paid 100 NOK. 159 is just too expensive. I might try the serivce but I am not becoming a regular viewer.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<h1 id="firstHeading" class="firstHeading">The Good, the Bad and the Ugly</h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/10/12/c-sports-il-buono-il-brutto-il-cattivo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing Youtube videos in Movie Player on Ubuntu 9.04</title>
		<link>http://oyvindhauge.com/blog/2009/10/10/playing-youtube-videos-in-movie-player-on-ubuntu-9-04/</link>
		<comments>http://oyvindhauge.com/blog/2009/10/10/playing-youtube-videos-in-movie-player-on-ubuntu-9-04/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 15:59:39 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[Movie Player]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1218</guid>
		<description><![CDATA[Apparently there is a bug in the Movie Player Youtube-plugin, distributed with Ubuntu 9.04.This bug gives you a message saying Could not open location; you might not have permission to open the file, when you try to open a Youtube video.
Fixing it was rather easy. Have a look at the solution provided by M.Srinivasaverman (thanks [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently there is a bug in the Movie Player Youtube-plugin, distributed with Ubuntu 9.04.This bug gives you a message saying <em>Could not open location; you might not have permission to open the file</em>, when you try to open a Youtube video.</p>
<p>Fixing it was rather easy. Have a look at the solution provided by <a href="http://linuxdesk.wordpress.com/2009/09/22/could-not-open-location-you-might-not-have-permission-to-open-the-file-totem-movie-player/">M.Srinivasaverman</a> (thanks man!).</p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/10/10/playing-youtube-videos-in-movie-player-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
