<?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>Entropy</title>
	<atom:link href="http://entropy.co.za/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://entropy.co.za/blog</link>
	<description>information out of chaos</description>
	<lastBuildDate>Wed, 21 Jul 2010 19:45:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google Image Search: Now like Bing!</title>
		<link>http://entropy.co.za/blog/asides/google-image-search-now-like-bing/</link>
		<comments>http://entropy.co.za/blog/asides/google-image-search-now-like-bing/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:41:16 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://entropy.co.za/blog/?p=454</guid>
		<description><![CDATA[Google has (finally) revamped their image search results page to work/look more like Bing&#8217;s (Google: http://j.mp/crjcTV, Bing: http://j.mp/9eH4XW). It feels a whole lot slicker and faster, though. *EDIT: A friend discovered that to experience Google&#8217;s new image search results pages &#8230; <a href="http://entropy.co.za/blog/asides/google-image-search-now-like-bing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google has (finally) revamped their image search results page to work/look more like Bing&#8217;s (Google: <a title="Google Image Search sample results" href="http://j.mp/crjcTV" target="_blank">http://j.mp/crjcTV</a>, Bing: <a title="Bing Image Search sample results" href="http://j.mp/9eH4XW" target="_blank">http://j.mp/9eH4XW</a>). It feels a whole lot slicker and faster, though.</p>
<p>*EDIT: A friend discovered that to experience Google&#8217;s new image search results pages you have to access it from http://images.google.com (rather than searching from Google and then clicking &#8220;Images&#8221;) plus you have to be logged into your Google Account.</p>
]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/asides/google-image-search-now-like-bing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird 3.1 on Ubuntu 10.04 Lucid Lynx 64 bit</title>
		<link>http://entropy.co.za/blog/tech/thunderbird-3-1-64bit-ubuntu-lucid/</link>
		<comments>http://entropy.co.za/blog/tech/thunderbird-3-1-64bit-ubuntu-lucid/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 22:52:23 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[Technoramble]]></category>

		<guid isPermaLink="false">http://entropy.co.za/blog/?p=420</guid>
		<description><![CDATA[About a month ago Mozilla released Thunderbird 3.1. The problem is that Ubuntu 10.04 (Lucid Lynx) ships with Thunderbird 3.0.x. Normally this isn&#8217;t an issue because the newest version of something as big as a Mozilla project is usually in &#8230; <a href="http://entropy.co.za/blog/tech/thunderbird-3-1-64bit-ubuntu-lucid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>About a month ago Mozilla released Thunderbird 3.1.</p>
<p>The problem is that Ubuntu 10.04 (Lucid Lynx) ships with Thunderbird 3.0.x. Normally this isn&#8217;t an issue because the newest version of something as big as a Mozilla project is usually in a <abbr title="Personal Package Archives">PPA</abbr> within a few days of the release .</p>
<h3>The Personal Package Archive (PPA)</h3>
<p><a title="Ubuntu Personal Package Archives" href="https://launchpad.net/ubuntu/+ppas" target="_blank">Personal Package Archives</a> are a service Canonical (the creators and custodians of Ubuntu) provide via their Launchpad website. Basically it allows Ubuntu users that know what they&#8217;re doing to upload packages (such as applications like Thunderbird or Firefox) which can then be relatively easily installed by other Ubuntu users.</p>
<p>No PPA package for Thunderbird 3.1 existed within the first few days of launch and the &#8220;official&#8221; <a title="PPA for Ubuntu Mozilla Daily Build Team" href="https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa" target="_blank">Ubuntu Mozilla Daily Build Team PPA</a> hadn&#8217;t received a new version of Thunderbird since February.<br />
<span id="more-420"></span></p>
<h3>Ubuntuzilla</h3>
<p>People running 32bit versions of Ubuntu can use <a title="Ubuntuzilla Main Page" href="http://ubuntuzilla.sourceforge.net/" target="_blank">Ubuntuzilla</a>, which usually has Ubuntu/Debian packaged versions of the latest official binary releases of Firefox, Thunderbird and Seamonkey.</p>
<p>They also have their own repository that you can point your package manager at so you don&#8217;t have to manually check for updates. It&#8217;s no PPA, but Ubuntuzilla probably has Ubuntu/Debian-compatible packages up before anyone else can (since they don&#8217;t try to compile the apps from sources but rather just repackage the binaries Mozilla themselves release).</p>
<p>Without a convenient PPA or being able to use Ubuntuzilla, I decided to try and figure out how to build my own Thunderbird package for Ubuntu which I could then provide to others in my position via Launchpad.</p>
<h3>Building Thunderbird from source</h3>
<p>If you don&#8217;t know anything about compiling software on Linux, don&#8217;t  worry&#8230; Mozilla does things completely differently from the average  Linux application.</p>
<p>Two guides that cropped up on forums while searching for information was the <a title="Debian New Maintainers' Guide" href="http://www.debian.org/doc/maint-guide/" target="_blank">Debian New Maintainers&#8217; Guide</a> and the <a title="Ubuntu Packaging Guide: Ubuntu Wiki" href="https://wiki.ubuntu.com/PackagingGuide" target="_blank">Ubuntu Packaging Guide</a>. I can&#8217;t recommend the Debian guide for anyone trying to get anything done on any kind of deadline. It seemed to provide a totally different set of instructions from the Ubuntu Packaging Guide. Another useful guide is Mozilla&#8217;s <a href="https://developer.mozilla.org/En/Build_Documentation" target="_blank">Thunderbird Build Instructions</a>.</p>
<p>First order of business is to <a href="ftp://ftp.mozilla.org/pub/thunderbird/releases/3.1/source/thunderbird-3.1.source.tar.bz2">grab the Thunderbird 3.1 source</a> and extract it somewhere. You should get a comm-1.9.2 directory from the tarball (archive).</p>
<p>Before you can actually build Thunderbird you need to build the sources from which you&#8217;ll build Thunderbird. It sounds complicated, but it&#8217;s just one relatively simple extra step.</p>
<p>Before you can do any compiling, however, you&#8217;ll need to install the build pre-requisites as laid out in the Ubuntu Packaging and <a href="https://developer.mozilla.org/en/Simple_Thunderbird_build" target="_blank">Simple Thunderbird Build</a> Guides.</p>
<p>It should be as simple as running two apt commands on Ubuntu:<br />
<code>$ sudo apt-get build-dep thunderbird<br />
$ sudo apt-get install mercurial libasound2-dev libcurl4-openssl-dev libnotify-dev libiw-dev autoconf2.13</code></p>
<p>From here you need to set up a <em>mozconfig</em> file before you can generate the source files necessary to build Thunderbird. For a detailed explanation of how to set up a <em>mozconfig</em> file, see the <a title="Mozilla: Configuring Build Options" href="https://developer.mozilla.org/en/Configuring_Build_Options" target="_blank">Configuring Build Options guide</a>. There are a number of places <em>mozconfig</em> can be created. I chose the root of the comm-1.9.2 directory as it seemed the most straightforward. The contents of my <em>mozconfig</em> file were as follows:<br />
<code>mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbird-3.1<br />
ac_add_options --enable-application=mail<br />
mk_add_options MOZ_CO_PROJECT=mail<br />
ac_add_options --enable-optimize<br />
ac_add_options --enable-static<br />
ac_add_options --disable-tests</code></p>
<p>Once you&#8217;ve configured the build options you&#8217;re ready to <a title="Mozilla: Build and Install" href="https://developer.mozilla.org/en/Build_and_Install" target="_blank">Build an Install, for which Mozilla also have a guide</a>. It boils down to a single command:<br />
<code>@ make -f client.mk build</code></p>
<p>This will produce a Thunderbird build in the subdirectory specified in the first line of the &#8216;mozconfig&#8217; example given above.</p>
<p>From here you could do a make install, but that isn&#8217;t recommended. Mozilla has a tarball package generation feature built into their make system, so after changing into the subdirectory (./thunderbird-3.1 in the example here) you can simply run:<br />
<code>$ make package</code></p>
<p>This will produce a self-contained package you can extract anywhere and run.</p>
<p>An alternative option I used to test my build came from <a title="[64bit] How to Install Thunderbird 3.1" href="http://ubuntuforums.org/showthread.php?t=1457609" target="_blank">a thread on the Ubuntu forums</a> which suggested (thanks <a title="cYbercOsmOnauT's profile on the Ubuntu forums" href="http://ubuntuforums.org/member.php?u=1042590" target="_blank">cYbercOsmOnauT</a>) you run<br />
<code>$ make -j4<br />
$ sudo checkinstall -D --install=no --pkgname='thunderbird' --pkgversion='3.1'</code><br />
instead of &#8216;make package&#8217;.</p>
<p>Checkinstall is capable of generating binary packages in Debian (.deb), Red Hat (.rpm), or Slackware (.tar.gz) format. In the single test I ran, however, it seemed to produce a sub-optimal package which installed files all over the filesystem (including the root, for some reason).</p>
<h3>Trying for the Right Way™</h3>
<p>What I really wanted, however, was to make a package I could upload to a PPA for others to use. Following both the Debian and Ubuntu packaging guides, this means the creation of a &#8216;debian&#8217; directory somewhere which must contain the information necessary to build an Ubuntu package.</p>
<p>This post has grown too long already, however. Suffice it to say that at the time of writing I hadn&#8217;t yet succeeded in creating a package I could upload to a PPA yet, but I haven&#8217;t hit a wall either.</p>
<p>Expect a post in the near future about using `debuild` to compile a Mozilla application (Thunderbird in this case) for Ubuntu.</p>
<p>Even though I could cop out at this point and just grab Thunderbird 3.1 off <a title="Eugene San's Mozilla PPA" href="https://launchpad.net/~eugenesan/+archive/mozilla" target="_blank">Eugene San&#8217;s PPA</a> <img src='http://entropy.co.za/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/tech/thunderbird-3-1-64bit-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing asides</title>
		<link>http://entropy.co.za/blog/asides/testing-asides/</link>
		<comments>http://entropy.co.za/blog/asides/testing-asides/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 08:54:22 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://entropy.co.za/blog/?p=408</guid>
		<description><![CDATA[Testing the &#8216;aside&#8217; special condition in the Twenty Ten theme&#8217;s loop. I wonder what it looks like?]]></description>
			<content:encoded><![CDATA[<p>Testing the &#8216;aside&#8217; special condition in the Twenty Ten theme&#8217;s loop. I wonder what it looks like?</p>
]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/asides/testing-asides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does Eugène Terre&#8217;Blanche&#8217;s murder mean for South Africans?</title>
		<link>http://entropy.co.za/blog/wam/what-does-eugene-terreblanches-murder-mean-for-south-africans/</link>
		<comments>http://entropy.co.za/blog/wam/what-does-eugene-terreblanches-murder-mean-for-south-africans/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 21:53:03 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[W.A.M.]]></category>

		<guid isPermaLink="false">http://entropy.co.za/blog/?p=352</guid>
		<description><![CDATA[A(nother) man was murdered in South Africa today. This one happened to be on a farm, and happened to be white. If the latest (2009) statistics on farm attacks from the SA government are to be believed, we&#8217;re looking at &#8230; <a href="http://entropy.co.za/blog/wam/what-does-eugene-terreblanches-murder-mean-for-south-africans/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A(nother) man was murdered in South Africa today. This one happened to be on a farm, and happened to be white. If the latest (2009) statistics on farm attacks from the SA government are to be believed, we&#8217;re looking at 165 attacks per year with an increasing trend.</p>
<p>But what seemed to have made all the difference in this case is that the man murdered was Eugène Terre&#8217;Blanche.</p>
<p>White South Africans in particular may find themselves paralyzed, or worse, making wild generalised statements out of fear. Not because they share ET&#8217;s far-right wing ideologies, but because of a conflation of unfortunate events.</p>
<p>Our local court jester, Julius Sello Malema, led a gathering in the singing of Idubula Ibhunu (&#8220;Shoot the Boer&#8221;) at the University of Johannesburg on 9 March 2010 (<a title="Malema sings the Mokaba anti-boer tune [Carien du Plessis, Independent Online, 10 March 2010]" href="http://www.iol.co.za/index.php?art_id=vn20100310041938251C304265&amp;singlepage=1">source</a>, accessed on 4 April 2010). This led to a backlash throughout the month that eventually saw the song as being declared hate speech, but had the ruling party (the African National Congress) respond by appealing the decision. Naturally, many white South Africans saw this as the government supporting the hatred of whites (and minorities in general) Malema seems to be preaching, rather than seeing it as them attempting to defend their right to sing any song they pleased, anywhere they liked.</p>
<p>The South African constitution doesn&#8217;t allow that amount of freedom of speech, however (from my limited knowledge of consititional law). You (whether black or white) aren&#8217;t allowed to sing a song with the lyrics &#8220;Shoot/kill the Boer&#8221; anymore than you&#8217;re allowed to sing  a song with the hypothetical lyrics &#8220;Burn the Black&#8221; or &#8220;Run over the Indian with an 18-wheeler.&#8221;</p>
<p>So because we let our government and our government&#8217;s sock puppets keep us in racially charged fear we might be tempted to see this attack for more than it is.</p>
<p>All indications currently point to a wage dispute. Both <a title="Eugene Terre'Blanche murdered [News24, Accesed 4 April 2010]" href="http://www.news24.com/Content/SouthAfrica/News/1059/9099cbce944245f3bfefc51557252256/03-04-2010-11-02/Eugene_Terreblanche_murdered">News24</a> and <a title="Terreblanche killed for unpaid wages - police [The Post, accessed 4 April 2010]" href="http://www.thepost.co.za/?fSectionId=&amp;fArticleId=iol1270328759389T614">The Post</a> have reported that the SAPS have stated that their current theory for motive is that ET didn&#8217;t pay his murderers for work they did for him. It is most likely that it had nothing to do with the infernal song that is at the foremost part of our collective psyche. It is even highly possible that the murder had nothing to do with Terre&#8217;blanche&#8217;s prior sins.</p>
<p>Occam&#8217;s razor pointing to the likelihood of a more conventional money-based motive rather than a racial one shouldn&#8217;t be that comforting, though. At the risk of being overly speculative I think this is a unique opportunity to get depressingly analytical about the state of the nation.</p>
<p>Hundreds of farm attacks occur every year and yet there&#8217;s rarely as quick and definitive a response as has been to ET&#8217;s. Within hours two young men were arrested and charged with his murder. Most farmers that are attacked like this don&#8217;t have the privelege of such swift justice. It&#8217;s ridiculous how differently you&#8217;re treated by the police when you have a known face, or when the media is watching a case. It&#8217;s unacceptable, in fact.</p>
<p>Let&#8217;s say the murder was financially motivated. More specifically, revenge for money not received because with the employer dead the employees obviously won&#8217;t be able to get their pay. How much could Terre&#8217;blanche have owed them? Let&#8217;s overestimate and say just shy of R10 000 each. That&#8217;s well above the average monthly wage for a skilled worker. It&#8217;s likely that these two young men were labourers and not skilled workers (reducing that estimate to R3000 each) but we don&#8217;t know that for sure yet.</p>
<p>R20k&#8230; Is that what a life is worth?</p>
<p>Maybe that&#8217;s too utilitarian a view. Maybe this was about the principle of the thing and not just the money. One man promised two young men compensation for work and then didn&#8217;t hold up his side of the bargain. Revenge for broken trust, not just unpaid wages. Not impossible, but completely unlikely.</p>
]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/wam/what-does-eugene-terreblanches-murder-mean-for-south-africans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;The only people who need to have firearms are the law enforcers&#8221;</title>
		<link>http://entropy.co.za/blog/wam/the-only-people-who-need-to-have-firearms-are-the-law-enforcers/</link>
		<comments>http://entropy.co.za/blog/wam/the-only-people-who-need-to-have-firearms-are-the-law-enforcers/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 21:00:01 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[W.A.M.]]></category>

		<guid isPermaLink="false">http://entropy.co.za/blog/?p=343</guid>
		<description><![CDATA[I&#8217;ve had the pleasure of meeting Bheki Cele and heard him speak informally about the state of crime in South Africa. I don&#8217;t know how much of the conversations in private meetings like that are appropriate to disclose, but suffice &#8230; <a href="http://entropy.co.za/blog/wam/the-only-people-who-need-to-have-firearms-are-the-law-enforcers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_349" class="wp-caption alignleft" style="width: 310px"><a href="http://entropy.co.za/blog/wp-content/uploads/ExpertsAgree_GunControlWorks.jpg"><img class="size-medium wp-image-349" title="The experts agree on gun control" src="http://entropy.co.za/blog/wp-content/uploads/ExpertsAgree_GunControlWorks-300x290.jpg" alt="Gun control: It works!" width="300" height="290" /></a><p class="wp-caption-text">The experts agree on gun control</p></div>
<p>I&#8217;ve had the pleasure of meeting Bheki Cele and heard him speak informally about the state of crime in South Africa. I don&#8217;t know how much of the conversations in private meetings like that are appropriate to disclose, but suffice it to say the man&#8217;s impromptu speech gave me hope for this country.</p>
<p>There seem to be a number of issues where the commissioner and I don&#8217;t see eye-to-eye, however. There was his <a title="History: The Teacher" href="http://my.opera.com/Hawkies/blog/2009/12/11/history-the-teacher" target="_blank">emotional reaction</a> to seeing a small replica of &#8220;Die Prinsevlag&#8221; on a woman&#8217;s desk, and then there&#8217;s <a title="Knives more popular than guns - Cele" href="http://www.iol.co.za/index.php?set_id=1&amp;click_id=15&amp;art_id=vn20100209042956540C157085" target="_blank">todays news</a> where he&#8217;s quoted as saying that only law enforcers should need guns. This is one of the advertisement taglines of Beeld today as well, probably because it&#8217;s a topic that&#8217;s close to home for the majority of the Afrikaans demographic who are a bit like Texans when it comes to issues of gun control.</p>
<p>Now there&#8217;s a good chance that what Cele said is being taken horribly out of context (by me and the media), but considering the ANC&#8217;s history with gun control matters, I think it&#8217;s fair to assume that it was meant as we interpret it. It also makes sense for governments to not want their civillians armed, or otherwise capable of defending themselves, because it means they can bully or strongarm them into doing whatever they want.</p>
<p>I think it&#8217;s important for me to state at this point that I think our current firearm legislation is good. The focus of the law is on preserving the sanctity of life. That is why you aren&#8217;t allowed to shoot a fleeing perpetrator, or fire upon people for trespassing on your property. You may only attempt to kill someone who is threatening your, or someone else&#8217;s life. That&#8217;s a good principle, if practically a little insensible. Generally by the time a robbery gets to the point where someone&#8217;s life is threatened it&#8217;s almost too late to do something about it (and live).</p>
<p>Our current legislation requires people to prove that they are competent enough to own a firearm. You need to pass an easy test and learn something about the law and firearms you&#8217;re applying for in the process. You&#8217;re legally allowed a combination of four firearms (<a title="The Firearms Control Act of 2000" href="http://www.gfsa.co.za/FCA.shtml" target="_blank">neatly outlined</a> at GunFactsSA), none of which may be automatic (unless you are a collector). That is cause for some concern, but for the average citizen that wants to protect themselves, a semi-automatic handgun or pump-action shotgun are good enough.</p>
<p>That said, the statements/threats of disarmament made by the people in government that seem to get to make unilateral decisions about these things, are troubling. They seem to be generally discontent with the level of protection the current law offers us.</p>
<p>If only the law enforcers and military have guns, how will the citizens protect themselves from a corrupt government? The truth is that governments are afraid of their citizens rising up when they&#8217;ve had enough, so they want to make sure their citizens have as little power to affect such change as possible. The fact is that despite our modern &#8216;civilised&#8217; age might still makes right. If a government decides to oppress a people, or decides to wipe them off the planet, kick them out the coutry, or blame them for all their woes then their ability to execute that decision is proportional to the ability those citizens have to protect themselves.</p>
<p>In the words of V (from the film, probably not from the book): &#8220;People should not be afraid of their governments. Governments should be afraid of their people.&#8221;</p>
<p>Or from a less fictional source: &#8220;The [balance of power] would be preserved were all the world destitute of arms, for all would be alike; but since some will not others dare not lay them aside. And while a single nation refuses to lay them down, it is proper that all should keep them up. Horrid mischief would ensue were one half the world deprived of the use of them; for while avarice and ambition have a place in the heart of man, the weak will become a prey to the strong.&#8221; &#8211;Anonymous: Attributed to Thomas Paine, <em>Thoughts on Defensive War</em>, July, 1775 [<a title="Thoughts on Defensive War (probably by Thomas Paine, July 1775)" href="http://www.thomaspaine.org/Archives/def.html" target="_blank">source</a>]</p>
<p>While Paine was referring to war on the scale of nation against nation, I believe the philosophy can, and must be applied on a smaller scale.</p>
<p>When it comes to gun control, I&#8217;m with Chris Rock.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/OuX-nFmL0II" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/OuX-nFmL0II"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/wam/the-only-people-who-need-to-have-firearms-are-the-law-enforcers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A lament for the PC FPS</title>
		<link>http://hellforge.gameriot.com/blogs/Demigod/A-lament-for-the-PC-FPS</link>
		<comments>http://hellforge.gameriot.com/blogs/Demigod/A-lament-for-the-PC-FPS#comments</comments>
		<pubDate>Wed, 06 Jan 2010 14:15:03 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[Extreme Opinion]]></category>

		<guid isPermaLink="false">http://hellforge.gameriot.com/blogs/Demigod/A-lament-for-the-PC-FPS</guid>
		<description><![CDATA[<div style="text-align:center;"><img title="Two of the most influential first-person shooters in gaming history." src="http://gza.gameriot.com/content/images/view_344947_1_1262786413.jpg" alt="Two of the most influential first-person shooters in gaming history." width="620" height="233" /></div><br />'Twas a great day in gaming <br />When the godfathers of gib<br />John Carmack and Romero did hack and ad-lib.<br />For they gave unto PCs +mlook in Quake<br />and changed forever the gaming landscape.<br /><br />For many a moon all had their voice:<br />Consoles had Mario, Sonic, and Final Fantasy IV.<br />If strategy and shooter were your poison of choice<br />what better control than mouse and keyboard?<br /><br />But alas! Alak!<br />This Golden Age of understanding was never to last<br />For consoles were simply uncontent with their lot.<br />What started as a strategy, became action game<br />And but one announcement later, Halo: Combat Evolved.<br /><br />"lol consoletards need aimhacks built in,"<br />at Microsoft's Halo did the 1337 cadre jibe<br />and of the graceless, unwieldy, Xbox controller<br />there was much diatribe.<br />"It's clumsy and all-thumbs lol,"<br />did the Half-Life players joke<br />"We'll pwn u n00bs, aimhack and all."<br /><br /><div style="text-align:center;"><img title="Yes, yes, I know this is technically an expression of Half-Life 2 against Halo, but it was the most appropriate image I could find." src="http://gza.gameriot.com/content/images/view_344947_1_1262786018.jpg" alt="Yes, yes, I know this is technically an expression of Half-Life 2 against Halo, but it was the most appropriate image I could find." width="493" height="542" /></div><br />For many a year the game journos did implore<br />That consoles were now suitable for 'the core'<br />So many Xboxes and PS2s were bought,<br />But gaze upon what you have wrought:<br /><div style="float:right;"><img title="Bonus points if you know where this is from." src="http://gza.gameriot.com/content/images/view_344947_1_1262786287.gif" alt="Bonus points if you know where this is from." width="160" height="130" /></div><div style="float:right;"><img title="More bonus points if you can figure out what's going on here." src="http://gza.gameriot.com/content/images/view_344947_1_1262786368.jpg" alt="More bonus points if you can figure out what's going on here." width="90" height="90" /></div><br />Interfaces designed for controllers, mice are ignored,<br />Settings dumbed down for those easily bored<br />Server browsers, LAN games, fine-grained control<br />Chained to the altar of the conquering Console<br />"It's better this way," the new high priests assure.<br />"Developer consoles are a disease we must cure,<br />You don't need mods or LAN or any such part,"<br />And with a grin and a jerk they stab at the heart.<br /><br />The PC First-Person Shooter is dead. Long live the Console Shooter.<br /> <a href="http://hellforge.gameriot.com/blogs/Demigod/A-lament-for-the-PC-FPS">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;"><img title="Two of the most influential first-person shooters in gaming history." src="http://gza.gameriot.com/content/images/view_344947_1_1262786413.jpg" alt="Two of the most influential first-person shooters in gaming history." width="620" height="233" /></div><br />'Twas a great day in gaming <br />When the godfathers of gib<br />John Carmack and Romero did hack and ad-lib.<br />For they gave unto PCs +mlook in Quake<br />and changed forever the gaming landscape.<br /><br />For many a moon all had their voice:<br />Consoles had Mario, Sonic, and Final Fantasy IV.<br />If strategy and shooter were your poison of choice<br />what better control than mouse and keyboard?<br /><br />But alas! Alak!<br />This Golden Age of understanding was never to last<br />For consoles were simply uncontent with their lot.<br />What started as a strategy, became action game<br />And but one announcement later, Halo: Combat Evolved.<br /><br />"lol consoletards need aimhacks built in,"<br />at Microsoft's Halo did the 1337 cadre jibe<br />and of the graceless, unwieldy, Xbox controller<br />there was much diatribe.<br />"It's clumsy and all-thumbs lol,"<br />did the Half-Life players joke<br />"We'll pwn u n00bs, aimhack and all."<br /><br /><div style="text-align:center;"><img title="Yes, yes, I know this is technically an expression of Half-Life 2 against Halo, but it was the most appropriate image I could find." src="http://gza.gameriot.com/content/images/view_344947_1_1262786018.jpg" alt="Yes, yes, I know this is technically an expression of Half-Life 2 against Halo, but it was the most appropriate image I could find." width="493" height="542" /></div><br />For many a year the game journos did implore<br />That consoles were now suitable for 'the core'<br />So many Xboxes and PS2s were bought,<br />But gaze upon what you have wrought:<br /><div style="float:right;"><img title="Bonus points if you know where this is from." src="http://gza.gameriot.com/content/images/view_344947_1_1262786287.gif" alt="Bonus points if you know where this is from." width="160" height="130" /></div><div style="float:right;"><img title="More bonus points if you can figure out what's going on here." src="http://gza.gameriot.com/content/images/view_344947_1_1262786368.jpg" alt="More bonus points if you can figure out what's going on here." width="90" height="90" /></div><br />Interfaces designed for controllers, mice are ignored,<br />Settings dumbed down for those easily bored<br />Server browsers, LAN games, fine-grained control<br />Chained to the altar of the conquering Console<br />"It's better this way," the new high priests assure.<br />"Developer consoles are a disease we must cure,<br />You don't need mods or LAN or any such part,"<br />And with a grin and a jerk they stab at the heart.<br /><br />The PC First-Person Shooter is dead. Long live the Console Shooter.<br />]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/%scategory%/a-lament-for-the-pc-fps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas Gamer of the Week</title>
		<link>http://hellforge.gameriot.com/blogs/Demigod/Christmas-Gamer-of-the-Week</link>
		<comments>http://hellforge.gameriot.com/blogs/Demigod/Christmas-Gamer-of-the-Week#comments</comments>
		<pubDate>Sat, 26 Dec 2009 16:40:21 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[Extreme Opinion]]></category>

		<guid isPermaLink="false">http://hellforge.gameriot.com/blogs/Demigod/Christmas-Gamer-of-the-Week</guid>
		<description><![CDATA[Just a quick mindless post on "<a href="http://en.wikipedia.org/wiki/Boxing_Day" title="The Arbiter of all Knowledge: Boxing Day">Boxing Day</a>", 2009. Saw this on <a href="http://mashable.com/2009/12/25/xbox-360-kid/" title="Mashable: Kid Goes Crazy Over Xbox 360 Present [VIDEO]">Mashable</a> today and just had to share it.<br /><br /><div style="text-align:center;"><object height="350" width="425" data="http://www.youtube.com/v/DpJyG7B6tAI&#38;feature" type="application/x-shockwave-flash"><param name="data" value="http://www.youtube.com/v/DpJyG7B6tAI&#38;feature" /><param name="src" value="http://www.youtube.com/v/DpJyG7B6tAI&#38;feature" /></object></div><br />If you need an introduction to this memelet, check out the video below first, also courtesy of YouTube and Mashable:<br /><br /><div style="text-align:center;"><object height="326" width="425" data="http://video.google.com/googleplayer.swf?docId=8753595500888171307&#38;hl=en#&#38;hl=en" type="application/x-shockwave-flash"><param name="data" value="http://video.google.com/googleplayer.swf?docId=8753595500888171307&#38;hl=en#&#38;hl=en" /><param name="src" value="http://video.google.com/googleplayer.swf?docId=8753595500888171307&#38;hl=en#&#38;hl=en" /></object></div><br />And finally...<br /><br /><div style="text-align:center;"><object height="350" width="425" data="http://www.youtube.com/v/apWrS2uPBTg&#38;feature" type="application/x-shockwave-flash"><param name="data" value="http://www.youtube.com/v/apWrS2uPBTg&#38;feature" /><param name="src" value="http://www.youtube.com/v/apWrS2uPBTg&#38;feature" /></object></div><br /><br /> <a href="http://hellforge.gameriot.com/blogs/Demigod/Christmas-Gamer-of-the-Week">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[Just a quick mindless post on "<a href="http://en.wikipedia.org/wiki/Boxing_Day" title="The Arbiter of all Knowledge: Boxing Day">Boxing Day</a>", 2009. Saw this on <a href="http://mashable.com/2009/12/25/xbox-360-kid/" title="Mashable: Kid Goes Crazy Over Xbox 360 Present [VIDEO]">Mashable</a> today and just had to share it.<br /><br /><div style="text-align:center;"><object height="350" width="425" data="http://www.youtube.com/v/DpJyG7B6tAI&amp;feature" type="application/x-shockwave-flash"><param name="data" value="http://www.youtube.com/v/DpJyG7B6tAI&amp;feature" /><param name="src" value="http://www.youtube.com/v/DpJyG7B6tAI&amp;feature" /></object></div><br />If you need an introduction to this memelet, check out the video below first, also courtesy of YouTube and Mashable:<br /><br /><div style="text-align:center;"><object height="326" width="425" data="http://video.google.com/googleplayer.swf?docId=8753595500888171307&amp;hl=en#&amp;hl=en" type="application/x-shockwave-flash"><param name="data" value="http://video.google.com/googleplayer.swf?docId=8753595500888171307&amp;hl=en#&amp;hl=en" /><param name="src" value="http://video.google.com/googleplayer.swf?docId=8753595500888171307&amp;hl=en#&amp;hl=en" /></object></div><br />And finally...<br /><br /><div style="text-align:center;"><object height="350" width="425" data="http://www.youtube.com/v/apWrS2uPBTg&amp;feature" type="application/x-shockwave-flash"><param name="data" value="http://www.youtube.com/v/apWrS2uPBTg&amp;feature" /><param name="src" value="http://www.youtube.com/v/apWrS2uPBTg&amp;feature" /></object></div><br /><br />]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/%scategory%/christmas-gamer-of-the-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elevating games to an art: Publishers, stand up for your medium!</title>
		<link>http://hellforge.gameriot.com/blogs/Demigod/Elevating-games-to-an-art-Publishers-stand-up-for-your-medium</link>
		<comments>http://hellforge.gameriot.com/blogs/Demigod/Elevating-games-to-an-art-Publishers-stand-up-for-your-medium#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:17:56 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[Extreme Opinion]]></category>

		<guid isPermaLink="false">http://hellforge.gameriot.com/blogs/Demigod/Elevating-games-to-an-art-Publishers-stand-up-for-your-medium</guid>
		<description><![CDATA[<div style="text-align:center;"><a href="http://joshua090909.deviantart.com/art/Fallujah-Burns-126920657" title="Fallujah Burns by joshua090909 hosted at DeviantArt"><img title="Fallujah Burns by joshua090909 via DeviantArt" src="http://gza.gameriot.com/content/images/view_344947_1_1258061513.jpg" alt="Fallujah Burns by joshua090909 via DeviantArt" width="590" height="393" /></a></div><br /><br /><div style="text-align:justify;">In his <a href="http://www.youtube.com/watch?v=BFsQM6o4uoY" title="YouTube: Video Games and Facing Controversy">latest video</a> entitled "Something Worth Fighting For: Video Games and Controversy," Daniel Floyd touches on something profound. He goes beyond all the "murder simulator," Hot Coffee, Modern Warfare 2 in DC, and Mass Effect "sex simulator" scandals and challenges everyone in the gaming industry to defend those projects that stand poised to push the medium from "making toys" to an artform at the cost causing discomfort and offence.</div><br /><div style="text-align:center;"><object height="350" width="425" data="http://www.youtube.com/v/BFsQM6o4uoY" type="application/x-shockwave-flash"><param name="play" value="false" /><param name="loop" value="false" /><param name="src" value="http://www.youtube.com/v/BFsQM6o4uoY" /></object><br /><br /><div style="text-align:justify;">The game at the heart of his lecture/talk/presentation is Six Days in Fallujah, which we  discussed at some length <a href="/blogs/Boys-Club/Konami-Pulls-Out-from-Six-Days-in-Fallujah" title="Hellforge: Konami Pulls Out from Six Days in Fallujah">before</a> when Konami pulled out of the game earlier this year.<br /><br />Rather than providing a synopsis of an 8 minute video, I would just like to highlight a quote from James Portnow (previously from Activision, now running his own studio called Divide By Zero) as delivered by Floyd:<br /><br />""<br /><br />I posted this here because I wanted to discuss that quote but YouTube's commenting system sucks, and I'd  much rather discuss it with Hellforge than with YouTube.<br /><br />As someone who draws pictures is differentiated from artist, as an average novelist is to an author that creates literature; shall there be games that blur the line between entertainment and art as opposed to games that exist for entertainment alone? Is it possible? Is it worth it?</div></div> <a href="http://hellforge.gameriot.com/blogs/Demigod/Elevating-games-to-an-art-Publishers-stand-up-for-your-medium">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><a title="Fallujah Burns by joshua090909 hosted at DeviantArt" href="http://joshua090909.deviantart.com/art/Fallujah-Burns-126920657"><img title="Fallujah Burns by joshua090909 via DeviantArt" src="http://gza.gameriot.com/content/images/view_344947_1_1258061513.jpg" alt="Fallujah Burns by joshua090909 via DeviantArt" width="590" height="393" /></a></div>
<p style="text-align: justify;">In his <a title="YouTube: Video Games and Facing Controversy" href="http://www.youtube.com/watch?v=BFsQM6o4uoY">latest video</a> entitled "Something Worth Fighting For: Video Games and Controversy," Daniel Floyd touches on something profound. He goes beyond all the "murder simulator," Hot Coffee, Modern Warfare 2 in DC, and Mass Effect "sex simulator" scandals and challenges everyone in the gaming industry to defend those projects that stand poised to push the medium from "making toys" to an artform at the cost causing discomfort and offence.</p>

<div style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://www.youtube.com/v/BFsQM6o4uoY" /><param name="play" value="false" /><param name="loop" value="false" /><param name="src" value="http://www.youtube.com/v/BFsQM6o4uoY" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/BFsQM6o4uoY" loop="false" play="false" data="http://www.youtube.com/v/BFsQM6o4uoY"></embed></object></div>
<p style="text-align: justify;">The game at the heart of his lecture/talk/presentation is Six Days in Fallujah, which we  discussed at some length <a title="Hellforge: Konami Pulls Out from Six Days in Fallujah" href="http://hellforge.gameriot.com/blogs/Boys-Club/Konami-Pulls-Out-from-Six-Days-in-Fallujah">before</a> when Konami pulled out of the game earlier this year.</p>
<p style="text-align: justify;">Rather than providing a synopsis of an 8 minute video, I would just like to highlight a quote from James Portnow (previously from Activision, now running his own studio called Divide By Zero) as delivered by Floyd:</p>

<blockquote>This will take real courage from within our  industry. It will take the bravery to face critique and the fortitude to  weather outcry. It will ask that we expose ourselves to short-term  financial risk and that we don't back down from early losses, firm in  the knowledge that we are doing right. We will have to be steadfast  under the scrutiny of the world and resolute when we're asked to justify  ourselves in the court of public opinion.

It will ask that, for  the moment, we give up ease. But if we can do this, we can do good, real  good with our medium.

If we do this we can expand the industry  and bring whole new genres within the purview of games. If we do this we  can turn a greater profit while providing more meaningful experiences  and reach audiences hitherto unthinkable. If we do this we can perhaps  elevate some small portion of our labour to an art. But if we do this we  will no longer be able to pretend as if what we do doesn't matter. If  we do this we can never go back to the way it was before.</blockquote>
<p style="text-align: justify;">I posted this here because I wanted to discuss that quote but YouTube's commenting system sucks, and I'd  much rather discuss it with Hellforge than with YouTube.</p>
<p style="text-align: justify;">As someone who draws pictures is differentiated from artist, as an average novelist is to an author that creates literature; shall there be games that blur the line between entertainment and art as opposed to games that exist for entertainment alone? Is it possible? Is it worth it?</p>]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/%scategory%/elevating-games-to-an-art-publishers-stand-up-for-your-medium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some justice for Bernadine Kruger</title>
		<link>http://entropy.co.za/blog/wam/some-justice-for-bernadine-kruger/</link>
		<comments>http://entropy.co.za/blog/wam/some-justice-for-bernadine-kruger/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:31:21 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[W.A.M.]]></category>

		<guid isPermaLink="false">http://entropy.co.za/blog/?p=278</guid>
		<description><![CDATA[Last week (Thursday, 10 September 2009) Percyval Matji was found guilty of the murder of Bernadine Kruger. Today, a week later he was sentenced to 12 years in prison For those who don&#8217;t know what this is about, Percyval Matji &#8230; <a href="http://entropy.co.za/blog/wam/some-justice-for-bernadine-kruger/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_279" class="wp-caption alignleft" style="width: 291px"><img class="size-full wp-image-279" title="Bernadine Kruger (thanks to ThinkBike.co.za for the image)" src="http://entropy.co.za/blog/wp-content/uploads/bernadinekruger.jpg" alt="Bernadine Kruger" width="281" height="420" /><p class="wp-caption-text">Bernadine Kruger</p></div>
<p style="text-align: justify;">Last week (Thursday, 10 September 2009) Percyval Matji was found guilty of the murder of Bernadine Kruger. Today, a week later he <a title="Taxi driver gets 12 years for murder - News24" href="http://www.news24.com/Content/SouthAfrica/News/1059/064b51b233164b3786ec7c66435f1a1b/17-09-2009-03-48/Taxi_driver_gets_12_yrs_for_murder">was sentenced</a> to 12 years in prison</p>
<p style="text-align: justify;">For those who don&#8217;t know what this is about, Percyval Matji had driven into the back of Bernadine&#8217;s scooter while she was on her way to school in Garsfontein. When she fell the taxi drove over her and she was killed.</p>
<p style="text-align: justify;">This case has been plagued with accusations of incompetence as the police on the scene let Matji leave without taking him into custody. Fortunately nothing came of the slip up and Matji was arrested when the murder charges were brought against him. Of course, then the judge posted a R1000 bail on the condition that Matji disclosed the full details of his other address in Mpumalanga and reported to the police station every day. Patterson increased the bail to R5000 when the prosecution protested that the convicted murderer needed to be placed in custody</p>
<p style="text-align: justify;">Finally, in what is probably the fastest conviction I&#8217;ve seen, Matji was convicted of murder and sentenced to 12 years in prison. When Magistrate Edmund Patterson handed down judgment he <a title="Bernadine's mom relieved: News24" href="http://www.news24.com/Content/SiteElements/HomePage/NewsYouShouldKNow/1163/244a219a8caf443cb0d07f2fd1e4b8f9/10-09-2009-03-44/Bernadines_mom_relieved">was quoted as saying</a>, &#8220;It was not a mistake. It was not negligence.&#8221; In context he was saying that Matji&#8217;s actions were deliberate &#8211; an obvious  pre-requisite for a murder conviction. On top of the prison sentence Matji was declared unfit to own a firearm and his license and permit to drive were revoked.</p>
<div id="attachment_280" class="wp-caption alignright" style="width: 230px"><img class="size-full wp-image-280" title="Percyval Matji" src="http://entropy.co.za/blog/wp-content/uploads/Percyval-Matji.jpg" alt="Percyval Matji" width="220" height="248" /><p class="wp-caption-text">Percyval Matji</p></div>
<p style="text-align: justify;">No justice, no sentence will bring Bernadine back, but I for one hope that this ruling sends out a strong message to taxi drivers everywhere.</p>
<p style="text-align: justify;">You can&#8217;t endanger the lives of other road users or the lives of your passengers and get away with it.</p>
<p style="text-align: justify;">With the introduction of competing services in Johannesburg like <acronym title="Bus Rapid Transport">BRT</acronym> you no longer hold a monopoly over affordable transportation. You now have to treat your customers like customers and not cattle if you want to keep them.</p>
<p style="text-align: justify;">If you endanger the lives of the people that share the road with you there will be hell to pay. If you continue to treat your customers like dirt, or endanger their lives then you will be minus your livelihood.</p>
]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/wam/some-justice-for-bernadine-kruger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creative implementation of DRM in Batman: Arkham Asylum is still SecuROM</title>
		<link>http://hellforge.gameriot.com/blogs/Demigod/Creative-implementation-of-DRM-in-Batman-Arkham-Asylum-is-still-SecuROM</link>
		<comments>http://hellforge.gameriot.com/blogs/Demigod/Creative-implementation-of-DRM-in-Batman-Arkham-Asylum-is-still-SecuROM#comments</comments>
		<pubDate>Wed, 09 Sep 2009 11:31:31 +0000</pubDate>
		<dc:creator>The Extremist</dc:creator>
				<category><![CDATA[Extreme Opinion]]></category>

		<guid isPermaLink="false">http://hellforge.gameriot.com/blogs/Demigod/Creative-implementation-of-DRM-in-Batman-Arkham-Asylum-is-still-SecuROM</guid>
		<description><![CDATA[<div style="text-align:center;"><a href="http://hanneskinnunen.deviantart.com/art/Batman-Arkham-Asylum-Wallpaper-133265794" title="Batman Arkham Asylum Wallpaper by ~HannesKinnunen"><img title="Batman Arkham Asylum Wallpaper (scaled to 590x387) by ~HannesKinnunen" src="http://gza.gameriot.com/content/images/view_344947_1_1252495060.png" alt="Batman Arkham Asylum Wallpaper (scaled to 590x387) by ~HannesKinnunen" width="590" height="387" /></a></div><br /><div style="text-align:justify;">Once more the Blagonets <a href="http://www.escapistmagazine.com/news/view/94524-Arkham-Asylum-Pirates-Get-a-Gimpy-Batman">is</a> <a href="http://www.mygaming.co.za/news/News/4402-Batman-Arkham-Asylum-designed-inconvenience-pirates.html">abuzz</a> with inaccurate pro-DRM sentiment. This time it's not due to false reports that pirates were somehow responsible for bringing a game's servers to its knees (<a href="/blogs/Demigod/Piracy-of-Demigod-The-Real-Story">here's</a> the real story), but rather an incorrect understanding (and incomplete reporting) of a developer's copy protection measures.<br /><br />If you haven't heard about Eidos' “innovative” copy protection yet, basically pirates have found that Batman's Glide ability is deactivated at a critical point in the game and instead of gliding to safety he jumps right into a cloud of poisonous gas. Upon requesting technical support for the “bug” a pirate was given the following <a href="http://forums.eidosgames.com/showpost.php?p=1164001&#38;postcount=3">response</a>:<br /><br /><br /><br />Please note the very specific version of the game he's referring to. If you're planning on buying the game digitally (Steam, Direct2Drive) then it will make use of PA (SecuROM online activation). To be safe I'd wait for the third party guys that evaluate these things (whom I won't link to here for safety's sake) to vet the DRM when the PC disc/retail version goes on sale.<br /><br />If the retail version really just uses a disc check and doesn't require online activation I might consider playing (and hence buyng) it. There's still the small matter of SecuROM's malware-like behaviour that I'd have to get over, though.</div> <a href="http://hellforge.gameriot.com/blogs/Demigod/Creative-implementation-of-DRM-in-Batman-Arkham-Asylum-is-still-SecuROM">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;"><a href="http://hanneskinnunen.deviantart.com/art/Batman-Arkham-Asylum-Wallpaper-133265794" title="Batman Arkham Asylum Wallpaper by ~HannesKinnunen"><img title="Batman Arkham Asylum Wallpaper (scaled to 590x387) by ~HannesKinnunen" src="http://gza.gameriot.com/content/images/view_344947_1_1252495060.png" alt="Batman Arkham Asylum Wallpaper (scaled to 590x387) by ~HannesKinnunen" width="590" height="387" /></a></div><br /><div style="text-align:justify;">Once more the Blagonets <a href="http://www.escapistmagazine.com/news/view/94524-Arkham-Asylum-Pirates-Get-a-Gimpy-Batman">is</a> <a href="http://www.mygaming.co.za/news/News/4402-Batman-Arkham-Asylum-designed-inconvenience-pirates.html">abuzz</a> with inaccurate pro-DRM sentiment. This time it's not due to false reports that pirates were somehow responsible for bringing a game's servers to its knees (<a href="http://hellforge.gameriot.com/blogs/Demigod/Piracy-of-Demigod-The-Real-Story">here's</a> the real story), but rather an incorrect understanding (and incomplete reporting) of a developer's copy protection measures.<br /><br />If you haven't heard about Eidos' “innovative” copy protection yet, basically pirates have found that Batman's Glide ability is deactivated at a critical point in the game and instead of gliding to safety he jumps right into a cloud of poisonous gas. Upon requesting technical support for the “bug” a pirate was given the following <a href="http://forums.eidosgames.com/showpost.php?p=1164001&amp;postcount=3">response</a>:<br /><br /><br /><br />Please note the very specific version of the game he's referring to. If you're planning on buying the game digitally (Steam, Direct2Drive) then it will make use of PA (SecuROM online activation). To be safe I'd wait for the third party guys that evaluate these things (whom I won't link to here for safety's sake) to vet the DRM when the PC disc/retail version goes on sale.<br /><br />If the retail version really just uses a disc check and doesn't require online activation I might consider playing (and hence buyng) it. There's still the small matter of SecuROM's malware-like behaviour that I'd have to get over, though.</div>]]></content:encoded>
			<wfw:commentRss>http://entropy.co.za/blog/%scategory%/creative-implementation-of-drm-in-batman-arkham-asylum-is-still-securom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
