<?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 &#187; Entertainment</title>
	<atom:link href="http://www.oyvindhauge.com/blog/category/entertainment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oyvindhauge.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 21:28:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backing up/ripping a blu-ray disc</title>
		<link>http://www.oyvindhauge.com/blog/2011/08/28/backing-upripping-a-blu-ray-disc/</link>
		<comments>http://www.oyvindhauge.com/blog/2011/08/28/backing-upripping-a-blu-ray-disc/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 06:38:02 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[AnyDVD HD]]></category>
		<category><![CDATA[BDinfo]]></category>
		<category><![CDATA[Blu-ray]]></category>
		<category><![CDATA[Eac3to]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Ripping]]></category>
		<category><![CDATA[tsMuxer]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.oyvindhauge.com/blog/?p=1544</guid>
		<description><![CDATA[A while back I started to back up my DVD collection using Linux (dvdbackup and Handbrake). For Blu-ray disks I have unfortunately not found any good solutions for Linux and only open source software. Therefore, this guide will show how you may back up your Blu-rays on the MS Windows platform, using AnyDVD HD, BDInfo, [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I started to <a title="Backing up DVDs under Linux" href="http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/">back up my DVD collection</a> using Linux (<a title="dvdbackup" href="http://dvdbackup.sourceforge.net/">dvdbackup</a> and <a title="Handbrake" href="http://handbrake.fr/">Handbrake</a>). For Blu-ray disks I have unfortunately not found any good solutions for Linux and only open source software. Therefore, this guide will show how you may back up your Blu-rays on the MS Windows platform, using <a title="AnyDVD HD" href="http://www.slysoft.com/en/anydvdhd.html">AnyDVD HD</a>, <a title="BDInfo" href="http://www.cinemasquid.com/blu-ray/tools/bdinfo">BDInfo</a>, <a title="EAC3to" href="http://forum.doom9.org/showthread.php?t=125966">Eac3to </a>(inkluding <a title="Eac3to and More Gui" href="http://forum.doom9.org/showthread.php?t=135095">Eac3to and More GUI</a>) and <a title="tsMuxer" href="http://www.smlabs.net/en/products/tsmuxer/">tsMuxer</a>.</p>
<h3>1. Backup disk and remove copy protection</h3>
<div id="attachment_1547" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.oyvindhauge.com/blog/wp-content/AnyDVD.png"><img class="size-medium wp-image-1547" title="AnyDVD HD" src="http://www.oyvindhauge.com/blog/wp-content/AnyDVD-300x246.png" alt="AnyDVD HD" width="300" height="246" /></a><p class="wp-caption-text">AnyDVD HD</p></div>
<p>AnyDVD HD does a good job removing the copy protection and backing up the disk to your hard drive. It is a proprietary piece of software, but I found that a lifetime license was worth the investment (about € 100).</p>
<p>Please note that removing copy protection may be illegal in some countries. In Norway (where I live) it is, to my best understanding, <a title="Åndsverksloven" href="http://lovdata.no/all/hl-19610512-002.html">illegal to circumvent <em>effective</em> copy protection measures</a>. As far as I see it, AnyDVD makes the copy protection on Blu-rays very ineffective. However, there are, to my knowledge, no court orders that defines what effective is. Removing the copy protection may therefore be in the gray area. Nevertheless, I strongly believe consumers should be able to back up their <em>own</em> DVDs and Blu-rays, and use software like <a title="XBMC" href="http://www.xbmc.org">XBMC</a> to manage their media collection.</p>
<h3>2. Identifying the movie streams</h3>
<div id="attachment_1550" class="wp-caption aligncenter" style="width: 304px"><a href="http://www.oyvindhauge.com/blog/wp-content/DBInfo.png"><img class="size-medium wp-image-1550" title="DBInfo" src="http://www.oyvindhauge.com/blog/wp-content/DBInfo-294x300.png" alt="DBInfo" width="294" height="300" /></a><p class="wp-caption-text">DBInfo</p></div>
<p>You may want to store the whole blu-ray with all its files and folders. I am however mainly interested in the main feature itself. To identify the stream(s) that contain(s) the movie I use BDInfo. The first and longest playlist normally contain the stream(s) that constitute the movie. The movie in the screenshot above was contained in only one stream (&#8220;00000.m2ts&#8221;). The streams are always located in the folder &#8220;[movie root]\BDMV\STREAM&#8221;.</p>
<p>If only one stream (<a title=".m2ts" href="http://en.wikipedia.org/wiki/.m2ts">.m2ts</a> file) contains the whole movie, you may simply store this file where ever you like, and watch it with XBMC or any other viewer you&#8217;d like. If the movie is constituted of several streams you should use tsMuxer to join/append these streams in the order shown in BDInfo.</p>
<p>Please note that the .m2ts container does not contain subtitles and chapters. If you want this you could for instance use the <a title="mkv/Matroska" href="http://en.wikipedia.org/wiki/Matroska">mkv</a> container. However, since I normally do not care about either, I just back up the .m2ts file.</p>
<h3>3. Adding an AC3 sound track and removing unnecessary tracks (optional)</h3>
<div id="attachment_1553" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.oyvindhauge.com/blog/wp-content/Eac3toAC3.png"><img class="size-medium wp-image-1553" title="Eac3toAC3" src="http://www.oyvindhauge.com/blog/wp-content/Eac3toAC3-300x178.png" alt="Eac3toAC3" width="300" height="178" /></a><p class="wp-caption-text">Eac3toAC3</p></div>
<p>Some players are not able to decode DTS sound tracks. As a consequence of this I normally add an <a title="AC3/Dolby Digital" href="http://en.wikipedia.org/wiki/Dolby_Digital">AC3</a> (Dolby Digital) track to my .m2ts containers. This is done by first encoding the DTS to AC3 using Eac3to.</p>
<div id="attachment_1554" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.oyvindhauge.com/blog/wp-content/tsMuxer.png"><img class="size-medium wp-image-1554" title="tsMuxer" src="http://www.oyvindhauge.com/blog/wp-content/tsMuxer-300x221.png" alt="tsMuxer" width="300" height="221" /></a><p class="wp-caption-text">tsMuxer</p></div>
<p>Next, create a new .m2ts file by adding (muxing) the newly created .ac3 file to the .m2ts file from the blu-ray. This is done using tsMuxer.</p>
<p>While muxing the two files I normally remove tracks that I do not need. This may be languages, presentation graphics, or video tracks with lower resolution. To remove them, simply uncheck the tracks that you do not want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2011/08/28/backing-upripping-a-blu-ray-disc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C Sports: Il buono, il brutto, il cattivo: Part 2</title>
		<link>http://www.oyvindhauge.com/blog/2010/09/22/c-sports-il-buono-il-brutto-il-cattivo-part-2/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/09/22/c-sports-il-buono-il-brutto-il-cattivo-part-2/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 18:44:56 +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[Premiere League]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[TV2]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1462</guid>
		<description><![CDATA[Last year, I complained about the pricing and lack of Linux support from the C Sports service. It was at the time, the only service (legally) providing Premiere League streams through the Internet (at least here in Norway). Now, things have changed. TV2&#8242;s Sumo is now the new provider of Premiere League streams here in [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, I <a href="http://oyvindhauge.com/blog/2009/10/12/c-sports-il-buono-il-brutto-il-cattivo/">complained</a> about the pricing and lack of Linux support from the <a href="http://www.csports.no/">C Sports</a> service. It was at the time, the only service (legally) providing Premiere League streams through the Internet (at least here in Norway). Now, things have changed. TV2&#8242;s Sumo is now the new <a href="http://webtv.tv2.no/webtv/sumo/?treeId=25061">provider of Premiere League streams</a> here in Norway. Since I have subscribed to TV2&#8242;s option through cable TV, I have not yet tested their Internet service.</p>
<div id="attachment_1468" class="wp-caption aligncenter" style="width: 310px"><a href="http://oyvindhauge.com/blog/wp-content/lennon.jpg"><img class="size-medium wp-image-1468" title="Lennon against Aresenal - http://www.telegraph.co.uk" src="http://oyvindhauge.com/blog/wp-content/lennon-300x187.jpg" alt="Lennon against Aresenal - http://www.telegraph.co.uk" width="300" height="187" /></a><p class="wp-caption-text">Lennon against Aresenal - http://www.telegraph.co.uk</p></div>
<p>Nevertheless, C Sports has also changed a bit. <strong>The good</strong>, C Sports now support for Linux through Flash, and they provide streams from the Carling Cup. <strong>The bad</strong>, the prices are still too high. 79 NOK (10 €) for a game in the first round of the Carling Cup, is still too expensive. At least with the service quality they offer. <strong>The ugly</strong>: the image! The picture quality on my stream was very poor. Charging 10€ for it is almost a robbery. Moreover, the stream ended five minutes before the game ended!! I could at least not reconnect at the end of the game.</p>
<p>Nice to see more streaming services available on the Linux platform. However, the image and service quality needs to increase, and the price needs to decrease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/09/22/c-sports-il-buono-il-brutto-il-cattivo-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up/Ripping and Transcoding DVDs in Linux</title>
		<link>http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 08:10:19 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tv and movies]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[dvdbackup]]></category>
		<category><![CDATA[Handbrake]]></category>
		<category><![CDATA[Ripping]]></category>
		<category><![CDATA[transcoding]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1372</guid>
		<description><![CDATA[Ripping and transcoding DVDs in Linux is very easy, but there are many ways of doing it. Personally, I prefer combining the command line tool dvdbackup with Handbrake. The reason I why I do this is to be able to rip a number of DVDs to my hard drive, and then to transcode them over [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Ripping">Ripping</a> and <a href="http://en.wikipedia.org/wiki/Transcoding">transcoding</a> DVDs in Linux is very easy, but there are many ways of doing it. Personally, I prefer combining the command line tool <a href="http://dvdbackup.sourceforge.net/">dvdbackup</a> with <a href="http://handbrake.fr/">Handbrake</a>. The reason I why I do this is to be able to rip a number of DVDs to my hard drive, and then to transcode them over night, or while I am at work. Moreover, both dvdbackup and Handbrake are open source software.</p>
<h1><strong>Step 1.Installation</strong></h1>
<p>First, dvdbackup may be installed through Synaptic, or by typing the following into the command line: <code>sudo apt-get install dvdbackup</code></p>
<p>Second, you most likely have to install a <a href="http://en.wikipedia.org/wiki/Content_Scramble_System">CSS</a> library to remove the copy protection. This may be done by adding the following <a href="http://unofficial.debian-maintainers.org/">unofficial repositories</a> to your list of repositories (System-&gt;Administration-&gt;Synaptic Package Manager, then Settings-&gt;Repositories, and them on the &#8220;Other Software&#8221; pane):</p>
<p><code>deb http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted<br />
deb-src http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted</code></p>
<p>You will most likely get an error message because of a missing key. Ignore this error message, or get the missing key through installing the package <em>dmo-archive-keyring</em>. Then you need to add the package <em>libdvdcss2</em>.</p>
<p>Third, Handbrake does not have an official stable release for Ubuntu at the moment. However, the nightly build has been working very well on my computer. To install this build follow <a href="https://edge.launchpad.net/~stebbins/+archive/handbrake-snapshots">these instructions</a>. In short, add the following two repositories, and install the package <em>handbrake-gtk</em>.<br />
<code>deb http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu lucid main<br />
deb-src http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu lucid main</code></p>
<h1><strong>Step 2. Ripping with dvdbackup</strong></h1>
<p>I use the  command line tool dvdback up to make a copy of the DVD on the hard  drive. The copy does not have any copy protection. To do this, start the  command line, and go to the folder where you want the image to be  stored. Then, type: <code>dvdbackup -i /dev/dvd -M</code></p>
<div id="attachment_1427" class="wp-caption aligncenter" style="width: 299px"><a href="http://oyvindhauge.com/blog/wp-content/dvdbackup.png"><img class="size-medium wp-image-1427" title="dvdbackup - screenshot" src="http://oyvindhauge.com/blog/wp-content/dvdbackup-289x300.png" alt="dvdbackup - screenshot" width="289" height="300" /></a><p class="wp-caption-text">dvdbackup - screenshot</p></div>
<p>I have experienced some problems with the name of the dvd drive, but /dev/dvd/ usually works. If not, find the right name under /dev or /media. As you might see from the image above, you could receive some error messages. Do not worry about these. They are ignored sectors that are part of the copy protection. Ripping a full DVD usually takes about 15 to 20 minutes on my computer.</p>
<h1><strong>3. Transcoding with Handbrake</strong></h1>
<p>Transcoding the movies and series from the DVD format (usually a  VIDEO_TS folder with several VTS_**_*.VOB files) to a single video file  is very simple. First, set up Handbrake the way you want. Personally, I  do not include subtitles, select the MP4 file format, and use the &#8220;High  quality&#8221; preset. However, you may play around with the settings any way  you like.</p>
<p><strong> </strong></p>
<div id="attachment_1446" class="wp-caption aligncenter" style="width: 310px"><strong><strong><a href="http://oyvindhauge.com/blog/wp-content/handbrake.png"><img class="size-medium wp-image-1446" title="HandBrake - Screenshot" src="http://oyvindhauge.com/blog/wp-content/handbrake-300x195.png" alt="HandBrake - Screenshot" width="300" height="195" /></a></strong></strong><p class="wp-caption-text">HandBrake - Screenshot</p></div>
<p><strong> </strong></p>
<p>Second, Select &#8220;Source&#8221; in Handbrake (see the screenshot above), browse to the source folder of one DVD, and click &#8220;OK&#8221;.</p>
<p>Third, Pick the &#8220;Title&#8221; you want to encode. give it a sensible name, select the folder where you want to store the transcoded file, and click &#8220;Add to Queue&#8221;. The longest title is automatically selected. For DVDs with movies, the longest title is usually the movie itself. For TV series, make sure that you add all the episodes on the disc to the queue.</p>
<p>Fourth, when you have added all the movies you want to transcode, simply click &#8220;Start&#8221; and let your computer do the job. On my machine (AMD Phenom II X4 965 Black with 4 GB RAM), transcoding a movie takes about 45 min to an hour with the hiqh quality settings. On an AMD Athlon X2 4850e with 4 GB RAM, it takes significantly longer.</p>
<h1>The next step</h1>
<p>When Handbrake finishes you will have a collection of transcoded movies and series. In future post, I will show how I manage these using another set of open source software.</p>
<h1><strong>Disclaimer</strong></h1>
<p>Ripping and transcoding (copyrighted) DVDs may be illegal in some countries. In Norway, where I live it is not illegal to break &#8220;weak&#8221; copy protections like <a href="http://en.wikipedia.org/wiki/Content-scrambling_system">CSS</a> (the copy protection used on DVDs). Distribution of copyrighted material is still illegal in Norway and most other countries, so please don&#8217;t do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/09/19/backing-upripping-dvds-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Most anticipaed games of the second half of 2010</title>
		<link>http://www.oyvindhauge.com/blog/2010/08/15/most-anticipaed-games-of-the-second-half-of-2010/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/08/15/most-anticipaed-games-of-the-second-half-of-2010/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 08:26:23 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Assassins Creed]]></category>
		<category><![CDATA[Call of Duty]]></category>
		<category><![CDATA[Civilization]]></category>
		<category><![CDATA[Fable]]></category>
		<category><![CDATA[Fallout]]></category>
		<category><![CDATA[Fifa]]></category>
		<category><![CDATA[Halo]]></category>
		<category><![CDATA[Kane and Lynch]]></category>
		<category><![CDATA[Mafia]]></category>
		<category><![CDATA[Medal of Honor]]></category>
		<category><![CDATA[Starcraft]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1274</guid>
		<description><![CDATA[I have previously written about the games I have the highest expectations for, for instance, last fall. Even though many of the games I had high hopes for are set for releases in 2011 (e.g. Rage, Deus Ex, and Brink), there are still a number of games worth keeping an eye on. The following games [...]]]></description>
			<content:encoded><![CDATA[<p>I have previously written about the games I have the highest expectations for, for instance, <a href="http://oyvindhauge.com/blog/2009/09/14/most-anticipated-fall-games-of-2009/">last fall</a>. Even though many of the games I had high hopes for are set for releases in 2011 (e.g. Rage, Deus Ex, and Brink), there are still a number of games worth keeping an eye on. The following games are my most anticipated games for the fall 2010.</p>
<div id="attachment_1406" class="wp-caption aligncenter" style="width: 310px"><a href="http://oyvindhauge.com/blog/wp-content/call-of-duty-black-ops.jpg"><img class="size-medium wp-image-1406" title="call-of-duty-black-ops" src="http://oyvindhauge.com/blog/wp-content/call-of-duty-black-ops-300x168.jpg" alt="Call of Duty: Black Ops - Treyarch" width="300" height="168" /></a><p class="wp-caption-text">Call of Duty: Black Ops - Treyarch</p></div>
<p>I must admit that <a href="http://www.callofduty.com/">Call of Duty: Black Ops</a> (Nov 9, 2010) is probably the game I am waiting for the most. Not so much because I believe it is going to be the greatest game ever, but mainly because I have become &#8220;totally addicted&#8221; to Modern Warfare 2. I will most likely play Black Ops quite a lot too, and I am very curious about what Treyarch is able to bring to the table this time around. Dedicated servers are said to be back, and I hope they do something to counter all those cheaters the we see in Modern Warfare 2.</p>
<p>Then there are a few games that most likely will have a story (as opposed to the last few Call of Duty games). We have <a href="http://www.mafia2game.com/">Mafia II</a> (Aug 24, 2010), <a href="http://fallout.bethsoft.com/index.html">Fallout: New Vegas</a> (Oct 19, 2010), and <a href="http://lionhead.com/Fable/FableIII/">Fable III</a> (Oct 26, 2010). All of these are sequels to great games. Mafia looks quite good, and the previews I have seen are quite positive. Fallout does unfortunately look a bit dated, but I still have high hopes (Note to self: still need to complete Fallout 3). Fable, don&#8217;t know yet. I am not sure if I want it to become even less RPG than the previous. However, Fable 2 was a good and cute game. I really love that they have British voice actors.</p>
<div id="attachment_1407" class="wp-caption aligncenter" style="width: 310px"><a href="http://oyvindhauge.com/blog/wp-content/civ5.jpg"><img class="size-medium wp-image-1407" title="civ5" src="http://oyvindhauge.com/blog/wp-content/civ5-300x168.jpg" alt="Civilization 5 - Firaxis Games" width="300" height="168" /></a><p class="wp-caption-text">Civilization 5 - Firaxis Games</p></div>
<p>The final tittle that I have high hopes for is the return of the undisputed strategy champion, Sid Meier&#8217;s <a href="http://www.civilization5.com/">Civilization V</a> (Sep 21, 2010). I have unfortunately not played the last game as much as I should, but I am very much looking forward to this new game. It will most likely be great! I just hope that I have the patience to play strategy games, after way too many hours of online multi player FPS.</p>
<p><strong>Worth watching</strong></p>
<p>There are also a few other games that I am a bit uncertain about. However, I will be tracking them closely as they are released. First up is <a href="http://www.kaneandlynch.com">Kane &amp; Lynch 2: Dog Days</a> (Aug 17, 2010). The first game was not very good, and I don&#8217;t really expect the second to be an epic game either. Nevertheless, I am found of the two player, this and the likes of Army of Two, offer. Moreover, I really enjoyed the Hitman series from IO Interactive (the developer of Kane &amp; Lynch). Who knows, maybe they&#8217;ll get it right this time around.</p>
<div id="attachment_1403" class="wp-caption aligncenter" style="width: 310px"><a href="http://oyvindhauge.com/blog/wp-content/medalofhonor.jpg"><img class="size-medium wp-image-1403" title="medalofhonor" src="http://oyvindhauge.com/blog/wp-content/medalofhonor-300x168.jpg" alt="Medal of Honor - EA" width="300" height="168" /></a><p class="wp-caption-text">Medal of Honor - EA</p></div>
<p>Then we have <a href="http://www.bungie.net/Projects/Reach/default.aspx">Halo: Reach</a> (Sep 14, 2010). Halo will without doubt be a big game, but I am not really a hard core Halo fan boy. I prefer more realistic shooters and the game engine looks a bit dated to me. Next up is <a href="http://www.deadrising2.net/">Dead Rising 2</a> (Sep 28, 2010). Zombie killing is always fun, but I am not 100% convinced yet. <a href="http://www.medalofhonor.com/">Medal of Honor</a> (Oct 12, 2010) falls into the same category. I love modern first person shooters, but I am not sure what MoH adds to the table. We have already seen Battlefield Bad Company 2 this year (from DICE &#8211; the developer of  the multi player component of MoH), and Call of Duty Black Ops is due just a few weeks later. I have already tried the Beta, and I was unfortunately not blown away. Well actually, I was blown away in a one hour spawn rape before returning to Modern Warfare.</p>
<p>In addition we have <a href="http://assassinscreed.uk.ubi.com/brotherhood/">Assassin&#8217;s Creed: Brotherhood</a> (Nov 16, 2010), and  <a href="http://fifa.easports.com/en/home.action">Fifa 11</a> (Sep 28, 2010). I guess these will be just more of the same, which is a good thing as their predecessors were very good games. However, what about a bir more innovation? Finally, there is <a href="http://eu.battle.net/sc2/en/">Stracraft 2</a> (already released). I am not really a big Starcraft fan either. I do not really have the patience to play real time strategy against people over the Internet (I would probably get pwned). However, for those who like it Starcraft is a dream come true (at least so I&#8217;ve understood).</p>
<p><strong>Unrealistic dreams</strong></p>
<p><strong> </strong></p>
<div id="attachment_1404" class="wp-caption aligncenter" style="width: 310px"><strong><strong><a href="http://oyvindhauge.com/blog/wp-content/duke-nukem-forever.jpg"><img class="size-medium wp-image-1404" title="duke-nukem-forever" src="http://oyvindhauge.com/blog/wp-content/duke-nukem-forever-300x223.jpg" alt="Duek Nukem Forever - who knows??" width="300" height="223" /></a></strong></strong><p class="wp-caption-text">Duek Nukem Forever - who knows??</p></div>
<p><strong> </strong>Recently, <a href="http://kotaku.com/5609770/">rumours</a> surfaced that Gearbox had picked up Duke Nukem Forever. I don&#8217;t believe it until the game ships, but as long as there is some hope I&#8217;ll be waiting for the duke to return. Moreover, I would also love to see a new game from <a href="http://egosoft.com/">Egosoft</a> (the creators of the X3 series). Nothing has been announced yet, so I won&#8217;t hold my breath. However, X3 Terran Conflict was released about two years ago and in my eyes it is about time for something new. What are your wishes for Christmas?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/08/15/most-anticipaed-games-of-the-second-half-of-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game of the year so far &#8211; 2010</title>
		<link>http://www.oyvindhauge.com/blog/2010/08/01/game-of-the-year-so-far-2010/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/08/01/game-of-the-year-so-far-2010/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 11:49:55 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Alan Wake]]></category>
		<category><![CDATA[Army of Two]]></category>
		<category><![CDATA[Assassins Creed]]></category>
		<category><![CDATA[Batman]]></category>
		<category><![CDATA[Bioshock]]></category>
		<category><![CDATA[Borderlands]]></category>
		<category><![CDATA[Crackdown]]></category>
		<category><![CDATA[Dragon Age]]></category>
		<category><![CDATA[Fallout 3]]></category>
		<category><![CDATA[game of the year]]></category>
		<category><![CDATA[Just Cause]]></category>
		<category><![CDATA[Left 4 Dead]]></category>
		<category><![CDATA[Mass Effect]]></category>
		<category><![CDATA[Modern Warfare]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Red Dead Redemption]]></category>
		<category><![CDATA[Splinter Cell]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1351</guid>
		<description><![CDATA[In the latest episode of the Bonus Round over at Gametrailers.com they discussed the best games of 2010 so far. I did something similar last year, and I thought it was about time to do the same for 2010. The year of 2010 has already seen several very good games. My pick for the game [...]]]></description>
			<content:encoded><![CDATA[<div style="margin: auto; text-align: center;"><object id="gtembed" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="392" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="quality" value="high" /><param name="src" value="http://www.gametrailers.com/remote_wrap.php?mid=700837" /><param name="name" value="gtembed" /><param name="align" value="middle" /><param name="allowfullscreen" value="true" /><embed id="gtembed" type="application/x-shockwave-flash" width="480" height="392" src="http://www.gametrailers.com/remote_wrap.php?mid=700837" align="middle" name="gtembed" quality="high" allowfullscreen="true" allowscriptaccess="sameDomain"></embed></object></div>
<p>In the latest episode of the <a href="http://www.gametrailers.com/show/bonusround">Bonus Round</a> over at Gametrailers.com they discussed the best games of 2010 so far. I did something <a href="http://oyvindhauge.com/blog/2009/08/19/gaming-the-first-half-of-2009/">similar last year</a>, and I thought it was about time to do the same for 2010. The year of 2010 has already seen several very good games. My pick for the game of the year (so far) is as follows:</p>
<p><strong>The game of the year so far</strong></p>
<p><strong> </strong></p>
<div id="attachment_1358" class="wp-caption aligncenter" style="width: 310px"><strong><strong><a href="http://oyvindhauge.com/blog/wp-content/red_dead_redemption.jpg"><img class="size-medium wp-image-1358" title="red_dead_redemption" src="http://oyvindhauge.com/blog/wp-content/red_dead_redemption-300x168.jpg" alt="Read Dead Redeption - Rockstar Games" width="300" height="168" /></a></strong></strong><p class="wp-caption-text">Read Dead Redeption - Rockstar Games</p></div>
<p><strong> </strong>My choice for game of the year so far is not very controversial. <a href="http://www.rockstargames.com/reddeadredemption/">Red Dead Redemption</a> stands out from the crowd as an outstanding game in my eyes. I guess I have a <a href="http://oyvindhauge.com/blog/2009/01/03/game-of-the-year-2008-the-ones-i-did-play/">weakness for games from Rockstar</a>, but I must say I love the story telling, the characters, and the settings the guys at Rockstar are able to create. The game has a few weaknesses like aiming in close quarters, boring gatling gun sequences, and a bit too much aim assistance at longer ranges (making the game a bit too easy). However, it is very fun to gun down a lot of guys in quick succession. Moreover, the cell phone was not yet invented and one does not have annoying friends calling you all the time like in GTA 4.</p>
<p><strong>Runner up</strong></p>
<p><strong> </strong></p>
<div id="attachment_1359" class="wp-caption aligncenter" style="width: 310px"><strong><strong><a href="http://oyvindhauge.com/blog/wp-content/mass_effect_2.jpg"><img class="size-medium wp-image-1359" title="mass_effect_2" src="http://oyvindhauge.com/blog/wp-content/mass_effect_2-300x165.jpg" alt="Mass Effect 2 - Bioware" width="300" height="165" /></a></strong></strong><p class="wp-caption-text">Mass Effect 2 - Bioware</p></div>
<p><strong> </strong>Read Dead Redemption is not the only great game released so far this year. Even though I enjoyed the first game more than the second, <a href="http://masseffect.bioware.com/">Mass Effect 2</a> is still a very very solid game. Great voice acting, graphics, and storytelling. However, I did not fancy the dumbing down of the RPG elements, the horrible scanning of planets to find metals, and the *SPOILER* silly chose-the-right-squad-members-at-the-end-or-else-they-will-die.</p>
<p><strong>The other games I played</strong></p>
<p><strong> </strong></p>
<div id="attachment_1384" class="wp-caption aligncenter" style="width: 310px"><strong><strong><a href="http://oyvindhauge.com/blog/wp-content/modernwarfare2.png"><img class="size-medium wp-image-1384" title="modernwarfare2" src="http://oyvindhauge.com/blog/wp-content/modernwarfare2-300x168.png" alt="Modern Warfare 2 - Infinity Ward" width="300" height="168" /></a></strong></strong><p class="wp-caption-text">Modern Warfare 2 - Infinity Ward</p></div>
<p><strong> </strong>I have also played several other games. The one I have played the most (by far) is without doubt Call of Duty <a href="http://www.modernwarfare2.com/">Modern Warfare 2</a>. Even though it has a lot of problems (cheaters, lack of dedicated servers, no user mods, IW.net, and so on), it is a highly addictive game (just ask my girlfriend). Getting all those challenges is very hard <img src='http://www.oyvindhauge.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Battlefield: Bad Company 2 tried to dethrone Modern Warfare. Even though it was a decent game, I stopped playing it and returned to Modern Warfare. I guess I preferred being able to &#8220;win&#8221; the game by myself in Modern Warfare over having to rely on a squad as in Bad Company. Since I do not have a squad, I frequently got frustrated at all the n00bs playing to get high kill/death ratios instead of succeeding with the mission objectives.</p>
<div id="attachment_1386" class="wp-caption aligncenter" style="width: 310px"><a href="http://oyvindhauge.com/blog/wp-content/borderlands.jpg"><img class="size-medium wp-image-1386" title="borderlands" src="http://oyvindhauge.com/blog/wp-content/borderlands-300x168.jpg" alt="Borderlands - Gearbox" width="300" height="168" /></a><p class="wp-caption-text">Borderlands - Gearbox</p></div>
<p>In addition to Modern Warfare and Battlefield: Bad Company 2, I have also played a bit of <a href="http://www.l4d.com/">Left 4 Dead 2</a>, <a href="http://anno.uk.ubi.com/">Anno 1404</a> (Dawn of Discovery), <a href="http://www.borderlandsthegame.com/">Borderlands</a>, <a href="http://lionhead.com/fable2/">Fable 2</a>, <a href="http://assassinscreed.uk.ubi.com/">Assassins Creed 2</a>, and <a href="http://fallout.bethsoft.com/">Fallout 3</a>.  I think all of these games are very good, but they do not reach the  same level as Red Dead Redemption and Mass Effect. Moreover, almost all of them  were released in 2009. On one hand, Left 4 Dead and Assassins creed are better games than their predecessors, but they are basically more of the same. On the other hand, what I would like to see more of the same from is Borderlands. Even though the game world felt a bit empty and the quests were a bit repetitive, I very much enjoyed the game&#8217;s basic principles of having a lot of different guns, plenty of missions, and a quite open world.</p>
<p><strong>Still in the back log</strong></p>
<p><strong> </strong></p>
<div id="attachment_1388" class="wp-caption aligncenter" style="width: 310px"><strong><strong><a href="http://oyvindhauge.com/blog/wp-content/splinter_cell_conviction.jpg"><img class="size-medium wp-image-1388" title="splinter_cell_conviction" src="http://oyvindhauge.com/blog/wp-content/splinter_cell_conviction-300x168.jpg" alt="Splinter Cell Conviction - UBISOFT" width="300" height="168" /></a></strong></strong><p class="wp-caption-text">Splinter Cell Conviction - UBISOFT</p></div>
<p><strong> </strong>The<strong> </strong>amount of  new games being released (and the amount of game time with Modern Warfare 2) has prevented me from playing all the games I would have wanted. I have still to (start and) finish the following games:  Fallout 3, <a href="http://dragonage.bioware.com/">Dragon Age Origins</a>, <a href="http://splintercell.uk.ubi.com/">Splinter Cell</a> Double Agent, Splinter Cell Double Conviction, <a href="http://www.armyoftwo.com/">Army of Two 40th Day</a>, <a href="http://www.batmanarkhamasylum.com/">Batman Arkham Asylum</a>, and <a href="http://www.bioshock2game.com/">Bioshock 2</a>. I am in particular looking forward to Splinter Cell Conviction and Batman Arkham Asylum. I would also like to get my hands on <a href="http://www.justcause.com/">Just Cause 2</a>, <a href="http://www.xbox.com/en-US/games/splash/a/alanwake/default.htm">Alan Wake</a>, and perhaps also <a href="http://www.xbox.com/en-us/games/c/crackdown2/">Crackdown 2</a>.</p>
<p>In addition to these games, there are a few games on the PS3 (which I do not have) that have received a lot of attention, in particular,<a href="http://www.godofwar.com/"> God of War 3</a> and <a href="http://www.heavyrainps3.com/">Heavy Rain</a>. Honestly, I must admit that neither of those appeal to me at all. I do not fancy hack and slash/fighting that much, and Heavy Rain is not even a game.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/08/01/game-of-the-year-so-far-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The gaming of 2009 &#8211; Seriously delayed</title>
		<link>http://www.oyvindhauge.com/blog/2010/07/18/the-gaming-of-2009-seriously-delayed/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/07/18/the-gaming-of-2009-seriously-delayed/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 12:50:01 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Gam]]></category>
		<category><![CDATA[game of the year]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1269</guid>
		<description><![CDATA[Another great year for computer games has passed and I should really have written a game-of-the year for 2009. However, for several reasons I was unable to decide on the best game of 2009. Due to finishing my PhD, I am also half a year too late with this post. Nevertheless, spreading the word about [...]]]></description>
			<content:encoded><![CDATA[<p>Another great year for computer games has passed and I should really have written a game-of-the year for 2009. However, for several reasons I was unable to decide on the best game of 2009. Due to finishing my PhD, I am also half a year too late with this post. Nevertheless, spreading the word about good games is never too late <img src='http://www.oyvindhauge.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Why not a game of the year 2009?</strong></p>
<p><strong> </strong></p>
<div id="attachment_1295" class="wp-caption aligncenter" style="width: 310px"><strong><strong><a href="http://oyvindhauge.com/blog/wp-content/borderlands-robot.jpg"><img class="size-medium wp-image-1295" title="borderlands-robot" src="http://oyvindhauge.com/blog/wp-content/borderlands-robot-300x168.jpg" alt="" width="300" height="168" /></a></strong></strong><p class="wp-caption-text">Borderlands (Gearbox)</p></div>
<p><strong> </strong></p>
<p>First, there are a lot of the great games that were released in 2009 that I have not played yet. (1) I do not own a PS3 and I have therefore not been able to play for instance <a href="http://www.unchartedthegame.com/U2AT/">Uncharted 2</a>, <a href="http://www.killzone2.com/">Killzone</a>, <a href="http://demonssouls.wikidot.com/">Demon Souls</a>, and so on. (2) I have not been able to buy all the great games from 2009. I still do not have <a href="http://www.batmanarkhamasylum.com/">Batman: Arkham Asylum</a>, <a href="http://www.forzamotorsport.net/">Forza Motorsport 3</a>, <a href="http://fifa.easports.com/">Fifa 10</a>, and <a href="http://www.totalwar.com/">Empire: Total War</a>. (3) Of the great games I do own, there were several that I was unable to try in 2009, like for instance <a href="http://assassinscreed.uk.ubi.com/">Assassin&#8217;s Creed 2</a>, <a href="http://www.l4d.com/">Left 4 Dead 2</a>,<a href="http://anno.uk.ubi.com/pc/"> Anno 1404</a> (Dawn of Discovery), <a href="http://dragonage.bioware.com">Dragon Age: Origins</a>, <a href="http://www.menofwargame.com/">Men of War</a>, and <a href="http://www.borderlandsthegame.com/">Borderlands</a>.</p>
<p>Second, I can&#8217;t really decide between the games I did play. I guess the problem is that there are so many good games that it is a bit difficult to find a game that  really stands out from the crowd.</p>
<p><strong>What I played</strong></p>
<p>Lately, I have played a lot of <a href="http://www.modernwarfare2.com/">Call of Duty Modern Warfare 2</a> and it is quite fun. However, for the way Infinity Ward and Activision have ignored us PC-games, I cannot say Modern Warfare 2 is even a contender for GotY. The game is pretty much Call of Duty 4.5 as the single player is short and uninteresting. I agree with Michael Pachter who said that the four hour story of MW 2 was &#8220;as lame as any story I&#8217;ve seen in any game&#8221; (<a href="http://www.gametrailers.com/episode/bonusround/401">Bonus Round</a> @ 17.00). The multi player is more of the same (still great fun though), but it lacks dedicated servers, has a lot of cheaters, allows only 12 or 16 players per game, and does not allow user mods.</p>
<div id="attachment_1158" class="wp-caption aligncenter" style="width: 310px"><a href="http://oyvindhauge.com/blog/wp-content/x3tc.jpg"><img class="size-medium wp-image-1158" title="x3tc" src="http://oyvindhauge.com/blog/wp-content/x3tc-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">X3 Terran Conflict (Egosoft)</p></div>
<p>Next up is<a href="http://www.egosoft.com"> X3: Terran Conflict</a>. I played this quite a lot during the summer, but I have not played it in a long time. However, watching Star Trek made me want to fire it up again. Even though the game is very interesting and made me <a href="http://oyvindhauge.com/blog/2009/08/19/gaming-the-first-half-of-2009/">remember the depth of PC-games</a>, it does have a few to many small problems to be a game of the year. It was furthermore released in 2008. In addition to being a great game, I must applaude the developers at Egosoft for constantly updating the game, and releasing new content for FREE (the money-hungry suckers at Activision should take note).</p>
<p>I also played quite a lot of Left 4 Dead, Call of Duty 5: World at War, and <a href="http://fallout.bethsoft.com/">Fallout 3</a>, and a bit of<a href="http://www.farcry2.com/"> Far Cry 2</a>, <a href="http://www.worldofgoo.com/">World of Goo</a>, and<a href="http://portal.commandandconquer.com"> Red Alert 3</a>. All these were good games, but all of them were released in 2008. I guess I played more CoD 5 than anything, but Fallout 3 was probably the best game. On the Xbox I played <a href="http://www.residentevil.com/">Resident Evil 5</a>, <a href="http://metallica.guitarhero.com/">Guitar Hero: Metallica</a>, and<a href="http://www.redfaction.com/"> Red Faction: Guerrilla</a>. Then of course, I also played through <a href="http://www.saintsrow.com/">Saints Row 2</a>, <a href="http://deadspace.ea.com/">Dead Space</a>, and <a href="http://www.mirrorsedge.com/">Mirror’s Edge</a> from 2008. All of these were quite good but perhaps not really game of the year material.</p>
<div class="wp-caption aligncenter" style="width: 310px"><a href="http://oyvindhauge.com/blog/wp-content/mirrors_edge.jpg"><img class="   " title="mirrors_edge" src="http://oyvindhauge.com/blog/wp-content/mirrors_edge-300x168.jpg" alt="Mirrors Edge (Dice)" width="300" height="168" /></a><p class="wp-caption-text">Mirrors Edge (Dice)</p></div>
<p>Finally, I would like to dedicate a thumbs up for all the new intellectual property we have seen in 2009. Batman, Borderlands, Mirrors Edge, Dead Space, and (to some extent) Dragon Age Origins were new intellectual properties released during the last year or so. Even though Mirrors Edge and Dead Space did not sell as much as EA anticipated, I really encourage them to make another. I really enjoyed them!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/07/18/the-gaming-of-2009-seriously-delayed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pre E3 videos</title>
		<link>http://www.oyvindhauge.com/blog/2010/06/06/pre-e3-videos/</link>
		<comments>http://www.oyvindhauge.com/blog/2010/06/06/pre-e3-videos/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 18:27:46 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Brink]]></category>
		<category><![CDATA[Deus Ex]]></category>
		<category><![CDATA[Ghost Recon]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=1326</guid>
		<description><![CDATA[It has been way, way to long since I posted something here. I have handed in my PhD thesis, I am about to defend it, and I have started a new job (more about this later). For these reasons, I have been quiet for way too long. However, a few of the recent pre-E3 trailers [...]]]></description>
			<content:encoded><![CDATA[<p>It has been way, way to long since I posted something here. I have handed in my PhD thesis, I am about to defend it, and I have started a new job (more about this later). For these reasons, I have been quiet for way too long.</p>
<p>However, a few of the recent pre-<a href="http://www.e3expo.com/">E3</a> trailers have caught my attention and I wanted to share them. If you follow the gaming scene you have most likely seen them. If not, enjoy the folowing videos:</p>
<ol>
<li><a href="http://www.youtube.com/watch?v=bhqYBKZRg5I">Deus Ex Human Revolution</a></li>
<li><a href="http://www.youtube.com/watch?v=s-kVnw4RA80">Brink</a></li>
<li><a href="http://www.youtube.com/watch?v=OWG1Fybdy78">Tom Clancy&#8217;s Ghost Recon: Future Soldier</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindhauge.com/blog/2010/06/06/pre-e3-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Olypics: NRK, Linux, Firefox,  and Silverlight/Moonlight</title>
		<link>http://www.oyvindhauge.com/blog/2010/02/15/the-olypics-nrk-linux-firefox-and-silverlightmoonlight/</link>
		<comments>http://www.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://www.oyvindhauge.com/blog/2010/02/15/the-olypics-nrk-linux-firefox-and-silverlightmoonlight/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Why are digitally distributed products so expensive?</title>
		<link>http://www.oyvindhauge.com/blog/2009/10/24/why-are-digitally-distributed-products-so-expensive/</link>
		<comments>http://www.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://www.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://www.oyvindhauge.com/blog/2009/10/12/c-sports-il-buono-il-brutto-il-cattivo/</link>
		<comments>http://www.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://www.oyvindhauge.com/blog/2009/10/12/c-sports-il-buono-il-brutto-il-cattivo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

