<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Macha (the blog)</title>
	
	<link>http://blog.webicity.info</link>
	<description>Gaming, Programming and Random Rants</description>
	<lastBuildDate>Mon, 30 Aug 2010 20:18:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/MachaMackha" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="machamackha" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Programming Books</title>
		<link>http://blog.webicity.info/2010/08/21/programming-books/</link>
		<comments>http://blog.webicity.info/2010/08/21/programming-books/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 13:41:48 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=168</guid>
		<description><![CDATA[It used to be the case that when I wanted to learn more about programming, I would go down to the book store, buy a book about the language I was using and read it through. However, the problem with these books is that after a while, you only really want the last 5 or [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F08%2F21%2Fprogramming-books%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F08%2F21%2Fprogramming-books%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=books,learning,Programming" height="61" width="50" /><br />
			</a>
		</div>
<p>It used to be the case that when I wanted to learn more about programming, I would go down to the book store, buy a book about the language I was using and read it through. However, the problem with these books is that after a while, you only really want the last 5 or so chapters, detailing the bits of the standard library you are going to use. The language docs are usually a pretty good explanation of the syntax. You definitely don&#8217;t need a full chapter devoted to if statements and loops, for the fiftieth time.</p>
<p>What you need on if statements after the first language is just a small paragraph like:</p>
<blockquote><p>Python if statements are done like so:<br />
<code> if condition:<br />
&nbsp;&nbsp;doStuff()<br />
elif other_condition:<br />
&nbsp;&nbsp;doOtherStuff()<br />
else:<br />
&nbsp;&nbsp;doOtherOtherStuff()</code></p></blockquote>
<p>Seven lines, not a whole chapter. Oh look, <a href="http://docs.python.org/tutorial/controlflow.html">the language docs</a> do that. Never mind then. Those chapters are now totally redundant. Spending €40+ for the last 5 chapters really doesn&#8217;t make sense.</p>
<p>The other problem is one of quality. Several books promise to teach you everything about something, yet obviously fall far short of it. An extreme case can be seen in the two books I bought around 2-3 years ago, when I was first learning PHP.</p>
<div id="attachment_246" class="wp-caption aligncenter" style="width: 586px"><a href="http://blog.webicity.info/blog/wp-content/uploads/2010/08/books-small.jpg"><img class="size-full wp-image-246 " title="PHP Books" src="http://blog.webicity.info/blog/wp-content/uploads/2010/08/books-small.jpg" alt="1300 page long &quot;Beginning PHP and MySQL&quot;, 200 page long &quot;How to do everything with PHP &amp; MySQL&quot;" width="576" height="353" /></a><p class="wp-caption-text">Which title do you think is more accurate?</p></div>
<p>Even apart from the amount of extra information in the Apress book, the quality of that information is far better. The smaller book doesn&#8217;t even mention how to create a class. And it would have you believe that the only way to interact with a database is through the old mysql library, using functions like mysql_fetch_assoc(). Oh, and to really rub it in, it does actually mention MySQLi, but basically as a slightly faster version of the MySQL functions that needs to you put an i in your function calls, and nothing else. The example code in it always mixes code and markup, and then you wonder why PHP has such a bad reputation, when there are so many books like this floating around.</p>
<p>The problem is, many people will look at these books, and see the Apress book looking much more formal, and presume that&#8217;s it&#8217;s full of unnecessary detail. I did at first (hey, I was just starting out), which is why I initially bought the second book, then had to go back and buy the other one when I finished the first one, and realised I could of learned the same amount of stuff from 2 hours and an internet connection.</p>
<p>Of course, eventually, every programmer moves on from these books to more general ones about coding in general, rather than specific technologies and languages. The problem is, many book stores don&#8217;t bother selling anything more advanced. And the only computer shop where I live, PC World, has an even more pathetic collection. So you have to wait ages for something to turn up. Or have someone recommend a book, and then buy it online. You can&#8217;t browse through books, flicking through a chapter of each to see which looks better, on eBay or Amazon unfortunately, which rather limits the options for just looking around for something good.</p>
<div class="wp-caption aligncenter" style="width: 420px"><img title="Code Complete" src="http://ecx.images-amazon.com/images/I/51PPS4C6i8L.jpg" alt="" width="410" height="500" /><p class="wp-caption-text">Moving on to better books, like this one.</p></div>
<p style="text-align: center;">
<p>The first proper programming book I got was Code Complete, second edition, which I bought roughly a year ago. I&#8217;d heard a few people recommend it before, but hadn&#8217;t went to buy it. I was amazed when one day, among all the copies of <em>Excel for Dummies</em> and <em>iPhone for Seniors, </em>there was a copy of Code Complete in the book store. I presume someone had ordered it in, and the store had just got a few of them, because it&#8217;s sadly not the kind of book they usually get. I suppose they rather books that don&#8217;t require the customer to have some knowledge already. (Which is odd, because surely they&#8217;d be able to sell two books with an offer like &#8220;Buy this book to learn how to program, and this book to learn how to program better.&#8221;)</p>
<p>Unfortunately, even when you know what book you want, the book stores don&#8217;t do themselves any favours. Around this February, I had €30 in book vouchers for the local bookstore left from Christmas, and decided to buy <em>Design Patterns</em> with them. I had the PDF version, but I still read best from dead trees, so I had a look. Unsurprisingly, they didn&#8217;t have it there, as most of their books are of the <em>Language x</em> for dummies/<em>Buzzword y</em> in 24 hours variety. Oh, and they have Code Complete again as well, but I already have that. So, as I had expected, they would need to order it in. I had checked beforehand, and the book was €30 delivered from Amazon. I expected it might be maybe €40 in the bookshop, cheaper once you factored in the vouchers I already had. It wasn&#8217;t €40. It was <strong>€82</strong>. I don&#8217;t know what planet they are on in the bookstore, but needless to say it&#8217;s led to Amazon being €30 richer.</p>
<p>A welcome development is the trend towards free online books. Examples such as <a href="http://diveintopython.org">Dive Into Python</a>, <a href="http://ruby-doc.org/docs/ProgrammingRuby/">Programming Ruby</a>, <a href="http://diveintohtml5.org">Dive into HTML5</a> and <a href="http://book.realworldhaskell.org/read/">Real World Haskell</a> do help with their respective languages. And the fact that they tend to be more concise than the usual books on the shelf (I know they come on dead trees too, but nowhere near me sells any of them) also makes them more useful, even despite my preference for reading from a physical book.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/08/21/programming-books/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>EVE, Introversion Pack and Left 4 Dead</title>
		<link>http://blog.webicity.info/2010/08/03/eve-introversion-pack-and-left-4-dead/</link>
		<comments>http://blog.webicity.info/2010/08/03/eve-introversion-pack-and-left-4-dead/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:00:18 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[defcon]]></category>
		<category><![CDATA[eve]]></category>
		<category><![CDATA[eve online]]></category>
		<category><![CDATA[introversion]]></category>
		<category><![CDATA[left 4 dead]]></category>
		<category><![CDATA[left 4 dead 2]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[uplink]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=231</guid>
		<description><![CDATA[I&#8217;ve been on a bit of a buying spree with games lately. Firstly I bought EVE Online. I played the trial of that on the recommendation of two friends who have been playing the game for about a year. After about 6 days into the trial, the game was looking fun, so I bought it, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F08%2F03%2Feve-introversion-pack-and-left-4-dead%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F08%2F03%2Feve-introversion-pack-and-left-4-dead%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=defcon,eve,eve+online,Gaming,introversion,left+4+dead,left+4+dead+2,steam,uplink" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve been on a bit of a buying spree with games lately. Firstly I bought EVE Online. I played the trial of that on the recommendation of two friends who have been playing the game for about a year. After about 6 days into the trial, the game was looking fun, so I bought it, and began to play it. I got most of the tutorial missions done and the combat ones in particular were quite enjoyable. So I bought the full version for a month, which cost me €20 just to start with, much to my annoyance when Steam put it on sale for €2 a week later. I then joined the corporation (for anyone who hasn&#8217;t played EVE, these are the guilds/clans ingame) my friends were in.</p>
<p>The first impressive thing about EVE is that it is big. Very big. It&#8217;s also very empty. Both of these were pretty much a given the space setting, but it&#8217;s still impressive to see it. The emptiness is cancelled out by the Warp Drive, meaning you aren&#8217;t spending ages staring at black space, yet because you need to use gates to go between systems, the sheer size is still obvious.</p>
<p>The possible routes there are for EVE seem to be these:</p>
<ul>
<li>Trading: Buying stuff cheap, selling it dear. Easy to explain, hard to do well.</li>
<li>Mining: Resource gathering. Is there anywhere this isn&#8217;t boring?</li>
<li>Manufacturing: Making stuff. Get x, y and the blueprints, wait some time. Might be OK for some, not for me.</li>
<li>Combat: The highlight of the game. This is really quite fun, and well done, as you control all the various weapons/defenses on your ship. Of course, being a noob, I&#8217;m still at the sucking and dying stage, so haven&#8217;t done any PvP yet.</li>
</ul>
<p>A nice feature in game is that skill training takes place in real time, and continues when you are not online, meaning you don&#8217;t have to play obsessively to get anything useful. I was a bit confused over what to do after the first few days because my two friends who played it went on holidays, but I managed to work my way through it. Learning the game could certainly be easier, but it&#8217;s not as bad as some people make it out to be. A few things were confusing, but even when my friends were gone, I still didn&#8217;t find anywhere where I was going &#8220;What am I supposed to do now?&#8221;</p>
<p>However, MMOs really aren&#8217;t my thing, and while EVE was a good game, I am unwilling to give out €15 a month for it. If it was a game that cost €45 once, and that was it, I&#8217;d jump for it. But at over €100 a year, it just isn&#8217;t worth it. It&#8217;s a good game, but fails on the area of value for money. Which is something a lot of gaming sites don&#8217;t always take into consideration. That €15 a month could be spent on getting a new game every 2 or 3 months, rather than just keeping an old game.</p>
<p><strong>Introversion Complete Pack</strong></p>
<p>Another recent purchase was the Introversion Complete Pack, which I bought during the Steam sale for €5. The pack contains 4 games &#8211; Darwinia, it&#8217;s multiplayer successor Multiwinia, DEFCON, and Uplink. The one I&#8217;ve played most was Uplink.</p>
<p>Unlike EVE, which struggled to prove its value for money, Uplink alone is worth more than the €5 I payed for the set on Steam. Uplink is a game about hacking (of the script kiddy variety seemingly), where you have to break into various systems by using the right tools. The gameplay was simple, and the game&#8217;s soundtrack was good, in a retro way.</p>
<p>The other one of the set I&#8217;ve played is DEFCON, a RTS based around nuclear warfare. The game starts slowly, as you build up your units and stockpiles, then move them into position, until the timer reaches DEFCON 1, and the nukes start flying. Again, it was quite enjoyable, even if I wasn&#8217;t that good at it. Though from what I&#8217;ve seen from comments by other people who have played the game, the AI is quite hard to defeat at first.</p>
<p>Darwinia, and Multiwinia? I haven&#8217;t got around to playing those two yet, but the other two have already paid for themselves several times over, so these two should be good as well.</p>
<p><strong>Left 4 Dead</strong></p>
<p>The final games I bought recently were Left 4 Dead 1 &amp; 2. Again, I got these in the Steam sales, and given the price reductions, I bought the 4 pack of Left 4 Dead 1 so I could play games with friends when they were over. The co-op element is really fun, and most of the online community is luckily as good as Team Fortress 2, as opposed to the likes of Xbox Live and Counter Strike.</p>
<p>I know I&#8217;m rather late to the party with this one, but it is still a fun game. The zombies like the Charger and the Tank add the need for extra strategy than the &#8220;Get a good weapon and keep shooting while hiding in the corner until they are dead&#8221; of my other favorite zombie game, Nazi Zombies mode in COD5 (which was the only reason to play COD5 once you cleared the campaign).</p>
<p>The matchmaking system also works very well &#8211; I&#8217;ve found myself in matches with players of comparable skill most of the time, rather than being stuck ruining someone else&#8217;s game by being a noob, or being stuck with people who are even worse at games than I am.</p>
<p>Playing locally with friends on Left 4 Dead 1 is fun as well, so the 4 pack was well worth it. The one problem I did encounter, is that the multiplayer element in Left 4 Dead 1 is rather unbalanced in Versus mode if you don&#8217;t have 8 players, as there are no AI special infected, unlike in Left 4 Dead 2 which had this feature added in a patch. Oh, and the lack of melee weapons is also a bit disappointing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/08/03/eve-introversion-pack-and-left-4-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer Service</title>
		<link>http://blog.webicity.info/2010/07/28/customer-service/</link>
		<comments>http://blog.webicity.info/2010/07/28/customer-service/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 21:30:04 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[web hosting buzz]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=227</guid>
		<description><![CDATA[Recently, Linode upped the RAM on all their packages by an average of 42%. My own VPS went from 360mb to 512mb. And yet, the first I heard about it was a RT on Twitter. Considering it&#8217;s quite a considerable upgrade, almost doubling the RAM, you&#8217;d expect them to be shouting it from the rooftops. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F07%2F28%2Fcustomer-service%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F07%2F28%2Fcustomer-service%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=customer+service,linode,web+hosting+buzz" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, Linode <a href="http://blog.linode.com/2010/06/16/linode-turns-7-big-ram-increase/">upped the RAM</a> on all their packages by an average of 42%. My own VPS went from 360mb to 512mb. And yet, the first I heard about it was a RT on Twitter. Considering it&#8217;s quite a considerable upgrade, almost doubling the RAM, you&#8217;d expect them to be shouting it from the rooftops. Most other hosts I have had before this sure would have. Yet I didn&#8217;t even get emailed about it, so finding out was a pleasant surprise. </p>
<p>This reminds me of a contrasting experience I had on a budget shared host. They were using Apache 1.3.37 and PHP 4.4.7. In early 2010. This host was on a website belonging to a client, and it predated me, so moving them to a new host wasn&#8217;t an option. &#8220;If it ain&#8217;t broke, don&#8217;t fix it&#8221;, was their reasoning. And obviously non-technical people don&#8217;t quite see the problems with having outdated software.</p>
<p>Looking through the knowledge base for the host, as they made it really hard to talk to a real person, found that there was a process to get PHP5. So I emailed tech support. They said that it may take some time as the client was on a &#8220;Legacy Web Hosting&#8221; package. They also strongly hinted that new customers get Apache 2 and PHP5. But old customers? They already have those, so why would they upgrade them? The total opposite to Linode&#8217;s attitude of &#8220;Oh, hello, we&#8217;ve just upgraded your RAM for free.&#8221;</p>
<p>To add insult to injury, that upgrade to PHP5 on the old host took over a month, in which time the ticket was closed incorrectly twice and it was twice hinted that new customers get PHP 5 as standard. Finally, the version of PHP 5 I finally got? 5.1.2. Weren&#8217;t we all supposed to be using PHP 5.2+ <a href="http://gophp5.org">since 2008</a> anyway?</p>
<p>I guess the old saying of &#8220;You get what you pay for&#8221; is alive and well and definitely applies here.   </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/07/28/customer-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplicity</title>
		<link>http://blog.webicity.info/2010/06/22/simplicity/</link>
		<comments>http://blog.webicity.info/2010/06/22/simplicity/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 15:45:23 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[PCs]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[simplicity]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=217</guid>
		<description><![CDATA[I was talking to Sirupsen on MSN on the subject of simplicity a few days ago. We both agreed that we liked simplicity, yet when we were giving examples, it became clear that we certainly didn&#8217;t even have the same definition of simple. The biggest contrast came when we discussed Linux distros. I used Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F06%2F22%2Fsimplicity%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F06%2F22%2Fsimplicity%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=coding,design,simplicity" height="61" width="50" /><br />
			</a>
		</div>
<p>I was talking to <a href="http://sirupsen.dk">Sirupsen</a> on MSN on the subject of simplicity a few days ago. We both agreed that we liked simplicity, yet when we were giving examples, it became clear that we certainly didn&#8217;t even have the same definition of simple.</p>
<p>The biggest contrast came when we discussed Linux distros. I used <a href="http://ubuntu.com">Ubuntu</a> as an example of simplicity, while he used <a href="http://archlinux.org">Arch</a>. Two very different distros both in their aims and their implementation. One of Arch&#8217;s main stated goals is even simplicity.  Yet Arch certainly wouldn&#8217;t count as simple under my definition. And Ubuntu wouldn&#8217;t count as simple under his.</p>
<p>So, what exactly are these two different, often conflicting, views of simplicity? They&#8217;re technical simplicity, and usability simplicity. Arch&#8217;s, technical, simplicity, involves having less. Less done for you, less to install, less to go wrong. But this doesn&#8217;t nessecarily lead to a simpler user experience. Some of the things they cut out, drivers for certain wireless cards, a GUI, etc are now going to need to be manually installed. Perfect for people wanting total control, not very good as far as an easy install goes.</p>
<div id="attachment_219" class="wp-caption aligncenter" style="width: 452px"><a href="http://blog.webicity.info/blog/wp-content/uploads/2010/06/arch.png"><img class="size-full wp-image-219" title="arch" src="http://blog.webicity.info/blog/wp-content/uploads/2010/06/arch.png" alt="Arch's simplistic plain website" width="442" height="289" /></a><p class="wp-caption-text">Even their website shows minimalist simplicity.</p></div>
<p style="text-align: center;">
<p>Ubuntu on the other hand is aimed around user simplicity. It&#8217;s as close to &#8220;Press the big buttons&#8221; as Linux gets. However, all this user simplicity involves a compromise on the technical simplicity. While it&#8217;s much easier for the user, the average Ubuntu install has quite a bit more in it that the average Arch install. Some of it is the stuff that you would install anyway &#8211; the GUI, a browser, etc. However, it also has three package managers &#8211; one GUI, two CLI. The average user won&#8217;t know about the two CLI ones until they are told about them, so they don&#8217;t bloat the user experience, but to the technical simplicity crowd, this must seem very wasteful, especially one compared to one on Arch (just pacman). Other things, like the network settings, are done using GUI config tools. And sure, CLIs are normally more efficient, but anyone who says editing wpa_supplicant is easier than the settings panel of wicd or NetworkManager is just bluffing.</p>
<p>This article probably shows that I do prefer the Ubuntu emphasis on simplicity of use, rather than technical simplicity. It is possible to have both, but for the most part, that magic of &#8220;it just works&#8221; takes away from the technical simplicity. Sometimes they align: Twitter is a good example of something that everyone agrees is simple. But other times, like the Linux distros, they don&#8217;t. So, which do you prefer?</p>
<p>[EDIT: Arch vs. Ubuntu is just an example. I'm not deliberately picking on Arch again (unlike last two times), but it just happened to be an easy example]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/06/22/simplicity/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OpenTTD, OpenTTD and more OpenTTD</title>
		<link>http://blog.webicity.info/2010/05/16/openttd-openttd-and-more-openttd/</link>
		<comments>http://blog.webicity.info/2010/05/16/openttd-openttd-and-more-openttd/#comments</comments>
		<pubDate>Sun, 16 May 2010 10:58:11 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[openttd]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=208</guid>
		<description><![CDATA[If you&#8217;ve read my blog for a while, you may have noticed that I have mentioned OpenTTD a few times. It&#8217;s one of my favorite games, and it&#8217;s well worth playing. If you haven&#8217;t played it, you can get it from the official website. It used to be a case that you needed a copy [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F05%2F16%2Fopenttd-openttd-and-more-openttd%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F05%2F16%2Fopenttd-openttd-and-more-openttd%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=Gaming,openttd" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;ve read my blog for a while, you may have noticed that I have mentioned OpenTTD a few times. It&#8217;s one of my favorite games, and it&#8217;s well worth playing. If you haven&#8217;t played it, you can get it from <a href="http://openttd.org">the official website</a>. It used to be a case that you needed a copy of the original TTD game to play it, but with OpenGFX, that is no longer true.</p>
<p>There is a <a href="http://wiki.openttd.org/Tutorial">tutorial</a> for the game on the offical wiki to get you started. Once you&#8217;ve read through it and understood it, you are ready to play the game. After a while, you&#8217;ll probably want a few, more in-depth tricks to the game. So here&#8217;s a few basic ones:</p>
<ul>
<li>Coal -&gt; Power and long distance passenger travel by air are the easiest ways to make money early on.</li>
<li>Pay close attention to your slopes and curves. Although the game will allow it, making sharp turns and going up long hills straight away will slow you down, just like real trains.</li>
<li>You can grow towns with a few bus stations and buses going around within a turn, which will produce more available passengers.</li>
<li>Put signals close together so trains don&#8217;t keep stopping and starting because of a train loads of tiles down the line. (You can hold ctrl, then click and drag to make signals all along a section of track)</li>
</ul>
<p>If you want to learn how to play the game really well, I suggest you spectate or play a few games on <a href="http://openttdcoop.org">#openttdcoop</a>. They are very advanced, so if you don&#8217;t understand what they are up to, don&#8217;t worry. It is kind of a case of learning in the deep end there, but it does help a lot. While I&#8217;m still barely a newbie compared to what they build, most of my friends think I&#8217;m really good at the game. Don&#8217;t ask me why. I certainly don&#8217;t think so. The <a href="http://wiki.openttd.org">official wiki</a>, and the <a href="http://wiki.openttdcoop.org">openttdcoop wiki</a> also provide a good few tips.</p>
<div class="wp-caption aligncenter" style="width: 260px"><img title="#openttdcoop game" src="http://wiki.openttdcoop.org/images/thumb/2/28/SandboxGame34.png/250px-SandboxGame34.png" alt="" width="250" height="156" /><p class="wp-caption-text">#openttdcoop built this. Insane, but mostly simple ideas scaled up.</p></div>
<p>The game has a multiplayer mode, (which is how #openttdcoop build such huge things), which can be played co-operatively or against each other. It&#8217;s great for LAN games, provided you have a bit of time on your hands. For internet play, you can find loads of servers to play against other people. If you want to just play against your friends over the internet, without joining someone else&#8217;s server, it can get a bit tricky since someone needs to host it, and firewalls and NATs and all the other issues you normally have do cause problems, because one of you need to host it. I managed to get around it by running it on my VPS a while back, but that&#8217;s still kind of complicated. I may post a guide for how to do this in a few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/05/16/openttd-openttd-and-more-openttd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The problem with tech “is dead” hysteria</title>
		<link>http://blog.webicity.info/2010/05/01/the-problem-with-tech-is-dead-hysteria/</link>
		<comments>http://blog.webicity.info/2010/05/01/the-problem-with-tech-is-dead-hysteria/#comments</comments>
		<pubDate>Sat, 01 May 2010 12:47:27 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[PCs]]></category>
		<category><![CDATA[desktop apps]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[netbooks]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=187</guid>
		<description><![CDATA[It seems every week there are people claiming that yet another area of computing is dead. IE6, Windows, netbooks, desktop apps, the list goes on. Yet 9 times out of 10 these proclamations are very premature. Because while power users normally use the latest and greatest of everything, ordinary users don&#8217;t. Ordinary users don&#8217;t use [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F05%2F01%2Fthe-problem-with-tech-is-dead-hysteria%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F05%2F01%2Fthe-problem-with-tech-is-dead-hysteria%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=desktop+apps,ie6,iPad,netbooks,users,web+apps" height="61" width="50" /><br />
			</a>
		</div>
<p>It seems every week there are people claiming that yet another area of computing is dead. IE6, Windows, netbooks, desktop apps, the list goes on. Yet 9 times out of 10 these proclamations are very premature. Because while power users normally use the latest and greatest of everything, ordinary users don&#8217;t. Ordinary users don&#8217;t use  n-1 either. Ordinary users use <em>whatever was on their computer when they got it</em>. Fine. Most people know that.</p>
<p>But then the problems start. How old is an old computer? One that came with Windows XP? (and these are non-technical users -they are using Windows) I&#8217;m sure most reading this would agree that that is an old computer. No one would use anything older than that, surely?</p>
<div class="wp-caption aligncenter" style="width: 490px"><img class=" " title="Windows 98 - People still use this" src="http://upload.wikimedia.org/wikipedia/en/0/00/Windows98.png" alt="" width="480" height="360" /><p class="wp-caption-text">People actually still use this.</p></div>
<p>Think again. As someone who regularly fixes the computers of &#8220;non-computer people&#8221;, I frequently encounter PCs running Windows XP SP1, Windows ME, and even Windows 98. These are users who can&#8217;t run the newest versions of apps. Or the versions before them. Or often even the versions before them. Surely they&#8217;d buy a new computer then? Nope, they&#8217;re still happily using that copy of Office 2000 they were given with the PC. Now, I will admit that &#8220;computers needing to be fixed&#8221; is obviously going to highlight the older ones still hanging around more than just picking some at random, but it can&#8217;t invent old computers out of thin air, either.</p>
<p>So what happens when their computer goes up in smoke? Well, first they send it to their computer nerd friends, or a PC repair store. If it&#8217;s still irreparable without extra money, they will buy a new one, and that&#8217;s one less old computer for us to deal with.</p>
<p>So, a new computer nowadays will come with Windows 7 preloaded. And despite all the new features, the basics of Windows usage haven&#8217;t changed much since Windows 95. The start menu button might be circular, but it&#8217;s still in the bottom left. The text names off the programs in the taskbar have been replaced by pictures. The windows are a bit rounder and more colourful. Nothing that would trip any of us up.</p>
<p>But then&#8230; We have those like my dad. He &#8220;can&#8217;t understand this Vista stuff&#8221;, coming from XP. He still uses an old, slow Windows XP laptop over the new Windows 7 desktop. I managed to finally move him away from IE6 to IE8. He still misses IE6&#8242;s &#8220;easiness&#8221;. His average use pattern consists of MS Word, Facebook and Outlook Express. He did an ECDL course as part of his job. ECDL for those who haven&#8217;t done it, is a computer course that teaches MS Office, Windows and IE.</p>
<div class="wp-caption aligncenter" style="width: 460px"><img title="Windows 7" src="http://upload.wikimedia.org/wikipedia/en/thumb/b/bd/Windows_7.png/750px-Windows_7.png" alt="" width="450" height="360" /><p class="wp-caption-text">It&#39;s not all that different, is it?</p></div>
<p>Attempts at moving these people from their preferred apps is futile. They learned how to use one program, and they&#8217;re going to continue using that one. You won&#8217;t get them using OpenOffice, which is as close to MS Office as you&#8217;ll get without being it, so trying to get them to use iWork, for example, is futile.</p>
<p>Now, moving aside from my dad, and keeping with the Apple theme,  let&#8217;s look at a device that has spawned a lot of &#8220;is dead&#8221; articles: the iPad. Depending on who you ask, the iPad will be responsible for the demise of everything from the netbook all the way up to the entire personal computer industry. But on it&#8217;s release, the device was woefully underpowered for any heavy usage. But then a theory came about: The iPad wasn&#8217;t for us, the heavy computer user, it is for the average Joe. After all, it is far simpler, so should be easy for people who aren&#8217;t good with computers to use, right? Wrong. As I&#8217;ve already mentioned, the difference between XP and Vista are enough to confuse some people.</p>
<div class="wp-caption aligncenter" style="width: 260px"><img title="The iPad" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/IPad-02.jpg/250px-IPad-02.jpg" alt="" width="250" height="333" /><p class="wp-caption-text">It&#39;s certainly less different than this, but apparently, everybody is going to use these.</p></div>
<p>Even apart from that, do you really think those people looked at the iPad and thought anything more than: &#8220;Oh, another gadget&#8221;? A significant amount of people I know won&#8217;t use anything other than the &#8220;dumb&#8221; Nokias. Why? Because that&#8217;s what they&#8217;ve always used, and that&#8217;s what they are used to. Because of this, if you try and sell the iPad to them as like a computer, they won&#8217;t want it, because it&#8217;s not Windows. If you try and sell it to them as like a phone, they won&#8217;t want it, because it&#8217;s not Nokia. If you try and sell it to them as an middle device, they won&#8217;t want it, because they&#8217;ll see it as an expensive unneeded gadget. The fact that Apple had to impose a two iPad per customer limit during pre-orders shows exactly who is buying them, and the amount of Apple fanboys and gadget nerds, even when combined, is still finite.</p>
<p>Oh, and you can play WoW and The Sims on netbooks. You can&#8217;t do that on an iPad. Those two games have a very large number of players, many of which use their computer for little other than those games and Facebook.</p>
<div class="wp-caption aligncenter" style="width: 393px"><img class=" " title="Old Nokia Phone" src="http://livin.files.wordpress.com/2008/04/nokia-e51.jpg?w=480&amp;h=424" alt="" width="383" height="339" /><p class="wp-caption-text">Yet people still use these, and even older models.</p></div>
<p>Let&#8217;s look at another &#8220;is dead&#8221; example, that of desktop apps. The apparent killers here are web apps. After all, if you look at my typical day&#8217;s computer usage, it includes Google Reader, Gmail, Brizzly, Google Calendar, Pidgin, Vim,  Eclipse, Rhythmbox &#8211; Oh, look, the last 4 are desktop apps. Desktop apps with no web app of equal quality to match them. And, they&#8217;re not likely to reach it for some time. Even Joe Hewitt, who quit iPhone development, believes it to be <a href="http://techcrunch.com/2010/04/30/joe-hewitt-web-development/">better than web development</a>. I wonder how much time and effort it would take to recreate programs like Photoshop, or Visual Studio in the browser. The best online image editor <a href="http://pixlr.com/editor/">I could find</a>, still doesn&#8217;t achieve feature parity with Paint.NET, which it is obviously inspired by. Google Docs and what I&#8217;ve seen of Office Web Apps don&#8217;t reach the features of OpenOffice, never mind MS Office on the desktop.</p>
<div class="wp-caption aligncenter" style="width: 490px"><img class=" " title="Powerpoint Web App" src="http://upload.wikimedia.org/wikipedia/en/thumb/5/5b/Microsoft_PowerPoint_Web_App.png/800px-Microsoft_PowerPoint_Web_App.png" alt="" width="480" height="247" /><p class="wp-caption-text">Huge Progress? Undeniably. Equivalent to a desktop app? Not at all.</p></div>
<p>Another problem with web apps is the web designers&#8217; old enemy, IE6, which is also allegedly dead, yet still has <a href="http://en.wikipedia.org/wiki/Template:Msieshare1">20% of the market share</a>. Where is it coming from? Those users with Windows 98, ME and 2000, who actually can&#8217;t upgrade (<a href="http://support.mozilla.com/en-US/forum/1/543572?s=Windows%2098&amp;as=q">even to Firefox</a>, <a href="http://www.google.com/chrome?platform=win&amp;hl=en">or Chrome</a>). And of course, corporations who won&#8217;t upgrade anything without everything being tested and examined three times over.</p>
<p>Some of these users have even been reached by the messages many web designers are putting on pages telling IE6 users to upgrade. I got asked by one teacher who has been seeing these more and more, how he would go about upgrading his browser. The computer ran Windows ME. I had to give the advice that he would need to buy a new computer. I hate telling people that, because most of them don&#8217;t want to spend €400 on a new computer, unsurprisingly.</p>
<p>I could just search the web for tech &#8220;is dead&#8221; posts, and go on through this for every widely used technology that&#8217;s been said to be dead, but people reading this would get bored around 2000 words in, with only one fifth of things that have been said to be dead covered. But these few examples should hopefully remind people that tech doesn&#8217;t just die and go away that easily.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/05/01/the-problem-with-tech-is-dead-hysteria/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Arch follow up post</title>
		<link>http://blog.webicity.info/2010/04/24/arch-follow-up-post/</link>
		<comments>http://blog.webicity.info/2010/04/24/arch-follow-up-post/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 20:40:13 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[PCs]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=182</guid>
		<description><![CDATA[So, after a few weeks of using Arch, I&#8217;ve gotten my system to the state that I don&#8217;t want to reinstall it instantly. So this post is a list of problems I&#8217;ve encountered and what I did to fix them for anyone who has these problems again. The first problem I came up against was [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F04%2F24%2Farch-follow-up-post%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F04%2F24%2Farch-follow-up-post%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=arch,computers,linux" height="61" width="50" /><br />
			</a>
		</div>
<p>So, after a few weeks of using Arch, I&#8217;ve gotten my system to the state that I don&#8217;t want to reinstall it instantly. So this post is a list of problems I&#8217;ve encountered and what I did to fix them for anyone who has these problems again.</p>
<p>The first problem I came up against was during installation. To install, I needed wifi, and to use the wifi, I needed some drivers from the AUR, and for the AUR, I needed an installed system with wifi. My wireless card is a Broadcom BCM4312 which needed the wl driver. #archlinux led to a user which advised me to use the<a href="http://bbs.archlinux.org/viewtopic.php?id=94687"> latest testing version </a>which supported the card.</p>
<p>Of course, the card still needed the b43-firmware, which had the same catch-22 issue. The solution was to finally load the firmware onto a flash drive, and copy it onto the system while running the LiveCD (and it had to be a LiveCD, for some reason, it wouldn&#8217;t work running from USB).</p>
<p>That done, I installed away, and had to repeat the process to get wifi on the installed system.</p>
<p>My next problem was the screen resolution was stuck at around 1152&#215;864 . The problem was solved by using <a href="https://wiki.ubuntu.com/X/Config/Resolution">this guide</a> from, of all places, Ubuntu. After that, I had the problem where scrolling things had all the pace of a dying snail. Turns out the answer was that I shouldn&#8217;t have listened to all the people saying radeonhd was as good as the fglrx driver. It wasn&#8217;t anywhere near up to the job on my ATI Radeon HD3650. To install the fglrx drivers, see<a href="http://wiki.archlinux.org/index.php/Fglrx"> this guide on the Arch Wiki</a>. That fixed the scrolling issue straight away.</p>
<p>My next issue was the installation of Wine. To install from the AUR you need the bin32-wine package on x86-64. Of course, at the time of installation (not sure if it&#8217;s still true), the lib32-jack problem, on the AUR, is set up wrong. I had to edit the pkgver and pkgrel variables in the PKGBUILD to match that listed on the AUR itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/04/24/arch-follow-up-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My experience with Arch Linux</title>
		<link>http://blog.webicity.info/2010/04/09/my-experience-with-arch-linux/</link>
		<comments>http://blog.webicity.info/2010/04/09/my-experience-with-arch-linux/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 18:40:33 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[PCs]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=175</guid>
		<description><![CDATA[So, I&#8217;ve been using Arch Linux the past few days, after reading Sirupsen&#8217;s post on it. He was quite positive of it, and he&#8217;d pointed out Vim to me, so I was prepared to take his advice again. Besides, what with the upgrades, downgrades, beta versions, etc, my Ubuntu installation was pretty much a wreck [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F04%2F09%2Fmy-experience-with-arch-linux%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F04%2F09%2Fmy-experience-with-arch-linux%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=arch,linux,ubuntu" height="61" width="50" /><br />
			</a>
		</div>
<p>So, I&#8217;ve been using Arch Linux the past few days, after reading<a href="http://blog.sirupsen.dk/me/my-experience-with-arch-linux/"> Sirupsen&#8217;s post on it</a>. He was quite positive of it, and he&#8217;d pointed out Vim to me, so I was prepared to take his advice again. Besides, what with the upgrades, downgrades, beta versions, etc, my Ubuntu installation was pretty much a wreck at this stage, and needed to be reinstalled anyway. And the last x64 disc I had was for 8.10. Which would mean upgrading three times in the space of a week, which I wasn&#8217;t very inclined to do.</p>
<p>And that brings me on the the first issue with Ubuntu &#8211; the whole updates system. The fact that you have to reinstall your system every few months, or get stuck with old versions of software like Firefox and Wine, is a major nuisance, especially on a 1 meg connection, where a system update is 5 hours just for the download. (On that subject, I&#8217;m finally getting a 3 meg connection sometime in the next 2 weeks. Yay!).  This unsurprisingly defeats the point of a package manager, and has led to me to forgo it altogether for certain software like Firefox, and Eclipse, with their own updating systems, outside it&#8217;s control. So, hearing one of Arch&#8217;s main goals of having a rolling release with the latest programs constantly, sounded like a pleasant escape.</p>
<p>Another point that Ubuntu has always given me a problem with, is that of bloat. A default install of Ubuntu contains GIMP, OO.o, Firefox, Evolution, Empathy, Ubuntu One, Orca, etc., etc. Evolution, Firefox and Empathy all get instantly uninstalled in favour of other programs, GIMP is a good example of horrendous UI, and OO.o, while not bad, certainly could be improved.  But Arch and I have very different ideas of bloat. I consider those bloat. Arch considers things like automated wifi config bloat. So while I&#8217;d like a minimalistic Linux, Arch goes too far and is completely spartan. To put it another way, Ubuntu is like a rented house full of furniture, some of it rather dated, my ideal would be an empty house, and Arch is a pile of bricks.</p>
<p>But then there is installation. A fresh install of Ubuntu, provided you have the latest ISO, is a 20 minute process. Most of it is relatively automatic, and it _usually_ just works. Unless you do something stupid like sudo apt-get remove evolution-*, which somehow removes GNOME, but hey, you can remove the wrong package on any distro. Arch on the other hand, is a much more involved process, requiring manual editing of at least 10 config files, requiring you to seemingly psychically know details about modules, and which kernel version has what for which device. The one in the downloads page would not work for me, because I need to install over wifi. Turns out, I need drivers which aren&#8217;t there. They are there in kernel 2.6.32, which is in the version of arch with the download link on the forums, not the download page. Oh, and on top of that, I need firmware, which is not on the disk, instead I have to stick it on a USB stick and copy it over before installation.</p>
<p>Part of this is the reality of what Arch is. It&#8217;s a geeks for geeks distro, much like Linux as a whole used to be. Nothing wrong with that, except it&#8217;s at a level beyond what I&#8217;m able to deal with. For example, I was trying to set my resolution the other day. The advice I got was &#8220;Read man xorg.conf&#8221;. As I <a href="http://twitter.com/MachaSign/status/11834516545">remarked on Twitter</a> the other day:</p>
<blockquote><p>man xorg.conf makes the rather amusing assumption that you already know loads about both X.org and the internal workings of your monitor&#8230;</p>
</blockquote>
<p>Or, at least it&#8217;s amusing until it means you are stuck looking at a display that looks like crap because it&#8217;s stuck at 1152 x 864, when it&#8217;s native resolution is 1440&#215;900. Further asking only get the advice &#8220;Look under Modes&#8221;. Well, here is the an excerpt section of Modes in man xorg.conf:</p>
<blockquote>
<div id="_mcePaste">Mode  &#8221;name&#8221;</div>
<div id="_mcePaste">This is an optional multi-line entry that can be used to provide</div>
<div id="_mcePaste">definitions for video modes for the monitor.  In most cases this</div>
<div id="_mcePaste">isn&#8217;t necessary because the built-in set of VESA standard  modes</div>
<div id="_mcePaste">will  be  sufficient.  The Mode keyword indicates the start of a</div>
<div id="_mcePaste">multi-line video mode description.  The mode description is ter-</div>
<div id="_mcePaste">minated with the EndMode keyword.  The mode description consists</div>
<div id="_mcePaste">of the following entries:</div>
<div id="_mcePaste">DotClock  clock</div>
<div id="_mcePaste">is the dot (pixel) clock rate to be used for the mode.</div>
<div id="_mcePaste">HTimings  hdisp hsyncstart hsyncend htotal</div>
<div id="_mcePaste">specifies the horizontal timings for the mode.</div>
<div id="_mcePaste">VTimings  vdisp vsyncstart vsyncend vtotal</div>
<div id="_mcePaste">specifies the vertical timings for the mode.</div>
<div id="_mcePaste">Flags  &#8221;flag&#8221; &#8230;</div>
<div id="_mcePaste">specifies an optional set of mode flags, each of which is  a</div>
<div id="_mcePaste">separate  string  in  double  quotes.  &#8221;Interlace&#8221; indicates</div>
<div id="_mcePaste">that the mode is interlaced.  &#8221;DoubleScan&#8221; indicates a  mode</div>
<p>Mode  &#8221;name&#8221;              This is an optional multi-line entry that can be used to provide              definitions for video modes for the monitor.  In most cases this              isn&#8217;t necessary because the built-in set of VESA standard  modes              will  be  sufficient.  The Mode keyword indicates the start of a              multi-line video mode description.  The mode description is ter-              minated with the EndMode keyword.  The mode description consists              of the following entries:<br />
DotClock  clock                  is the dot (pixel) clock rate to be used for the mode.<br />
HTimings  hdisp hsyncstart hsyncend htotal                  specifies the horizontal timings for the mode.<br />
VTimings  vdisp vsyncstart vsyncend vtotal                  specifies the vertical timings for the mode.<br />
Flags  &#8221;flag&#8221; &#8230;                  specifies an optional set of mode flags, each of which is  a                  separate  string  in  double  quotes.  &#8221;Interlace&#8221; indicates                  that the mode is interlaced.  &#8221;DoubleScan&#8221; indicates a  mode</p>
</blockquote>
<p>This is not helpful! horizontal timings? dot clocks? All I want to do is change the resolution. man pages are for advanced technical details, not basic user information. And the wiki, their other reference, is in varying parts as unashamedly complex as these man pages, or only covers the optimal scenario, lacking any middle ground. On the other hand, Ubuntu provides <a href="https://wiki.ubuntu.com/X/Config/Resolution">this page</a>, which explained far, far more. Also, while doing this process, I was informed I shouldn&#8217;t use GNOME because it&#8217;s a bloated, buggy, desktop environment, in the opinion of several members of #archlinux . Despite working fine for me for the last while. I&#8217;m looking for help, not conversion! I wonder what they think of KDE or Windows then&#8230;</p>
<p>On the subject of not helpful, here is the recommended way to install a package not in the default repos for pacman in Arch, and believe me, that is a lot of packages.</p>
<ol>
<li>Go to aur.archlinux.org</li>
<li>Download the PKGBUILD</li>
<li>Possibly make changes to the PKGBUILD</li>
<li>Open a terminal to the folder containing the PKGBUILD</li>
<li>Run makepkg -i</li>
</ol>
<p>Does this sound tedious and repetitive to you? Certainly does to me, so many members of the Arch community have built helpers to automate this, such as Clyde, as mentioned by Sirupsen the other day. But apparently this isn&#8217;t the Arch way. So to install wine, I use sudo clyde -S bin32-wine. But, the AUR has the wrong version of one it&#8217;s dependencies. Here&#8217;s what #archlinux thinks of those.</p>
<blockquote><p>Macha, you should really read about abs and aur and stop using any aur helper</p>
</blockquote>
<p>Another area where I want a simple solution, and they go for the most spartan one possible. Ok, not the most spartan, I could compile it and place it in the directories myself, but really, a 5 step process for EVERY package, and each of it&#8217;s dependencies? As opposed to sudo apt-get install foo, or sudo clyde -S foo. Why is this better?</p>
<p>I want to like Arch. I admire it&#8217;s aims of being up to date, and simple. But I just can&#8217;t. It&#8217;s not for me, and on the final release of Ubuntu 10.04, I will be going back to Ubuntu on this laptop. I hear they&#8217;ve dropped GIMP now, and worked on getting it to boot up faster, too&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/04/09/my-experience-with-arch-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why Ubisoft’s DRM screws me over, and you can’t presume everyone has decent internet</title>
		<link>http://blog.webicity.info/2010/04/03/why-ubisofts-drm-screws-me-over-and-you-cant-presume-everyone-has-decent-internet/</link>
		<comments>http://blog.webicity.info/2010/04/03/why-ubisofts-drm-screws-me-over-and-you-cant-presume-everyone-has-decent-internet/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 10:59:06 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[ubisoft]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=170</guid>
		<description><![CDATA[One of the most annoying recent developments in gaming is Ubisoft has, and EA plans to, implement a always-on internet requirement for their DRM in the games, including single player games. This means that even for single player games, you need to be online to play it. Which is very annoying, to say the least. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F04%2F03%2Fwhy-ubisofts-drm-screws-me-over-and-you-cant-presume-everyone-has-decent-internet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F04%2F03%2Fwhy-ubisofts-drm-screws-me-over-and-you-cant-presume-everyone-has-decent-internet%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=drm,Gaming,ubisoft" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the most annoying recent developments in gaming is Ubisoft has, and EA plans to, implement a always-on internet requirement for their DRM in the games, including single player games. This means that even for single player games, you need to be online to play it. Which is very annoying, to say the least. Yet I frequently see people online saying that you must have a always on internet connection, and presume if you don&#8217;t, it&#8217;s your fault for being cheap or lazy.</p>
<p>Most frequently, this seems to come from American users, who have become accustomed to having decent internet (as much as they complain about their standard of internet). There are countries other than America out there. Here in Ireland, I have a 1 megabit connection. An <em>unreliable</em> 1 megabit connection, with an ISP that works 9-5, Monday to Friday. This means if my connection crashed at 6pm Friday, I have no internet until I get home at 5pm Monday. So long internet outages do happen. And, because of my ISP&#8217;s hours, they tend to happen at times when I might be at home, wanting to, maybe, play some video games.</p>
<p>Sure, it&#8217;s your own fault, get a better ISP, I hear some of you say. But, there is no better ISP here. I can get a more stable connection alright. It&#8217;s called dial up. But now I have to pay for usage, rather than monthly, rendering it (a) significantly dearer, and (b) on even less.</p>
<p>And apart from the big outages, between the fact that I have a wi-fi network, and my internet connection is a rural satelite dish pointed at tower on hill affair, smaller ones, maybe a minute long, are par for the course. Do I want to be kicked out of my game EVERY. SINGLE. TIME? Nope.</p>
<p>Oh, well you&#8217;re a minority, living rurally in a country with poor broadband. If I moved to a city (other than Dublin), I could get 7 meg broadband. And I&#8217;ve read Americans on forums complain at the state of broadband in America (usually whilst comparing themselves to Sweden or Japan), but on the other hand, I&#8217;ve seen Americans scoff at 10 meg connections. Which would leave the average Irish internet connection in the dust, even in a city.</p>
<p>There is another part to the poor internet connection, one that Ubisoft would be delighted to hear about. It renders me incapable of pirating a game, because of the sheer length of time it would take to download. Between unreliable internet corrupting downloads, the fact that I&#8217;m not home all day, and my slow speed, downloading a 5GB game would take around 2 weeks. And let&#8217;s be honest, 5GB is a conservative estimate for the size of a modern game. By which stage, all my friends would have cleared the game, and moved onto the next one, rendering it pointless.</p>
<p>I bought Assassins Creed 2, on 360, before this mess was announced. And now I regret it, having supported a company that does this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/04/03/why-ubisofts-drm-screws-me-over-and-you-cant-presume-everyone-has-decent-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Twitter</title>
		<link>http://blog.webicity.info/2010/03/16/on-twitter/</link>
		<comments>http://blog.webicity.info/2010/03/16/on-twitter/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 12:50:03 +0000</pubDate>
		<dc:creator>Macha</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.webicity.info/?p=159</guid>
		<description><![CDATA[Twitter is, depending on who you ask, the greatest invention, or the greatest timewaster of recent times. I certainly use it a lot, and it provides around 40% of the traffic to my blog, so evidently others do too. But, whenever I use it, I have a tendency to wonder: is this really a valuable [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F03%2F16%2Fon-twitter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webicity.info%2F2010%2F03%2F16%2Fon-twitter%2F&amp;source=MachaHack&amp;style=normal&amp;service=bit.ly&amp;hashtags=Twitter" height="61" width="50" /><br />
			</a>
		</div>
<p>Twitter is, depending on who you ask, the greatest invention, or the greatest timewaster of recent times. I certainly use it a lot, and it provides around 40% of the traffic to my blog, so evidently others do too. But, whenever I use it, I have a tendency to wonder: is this really a valuable use of time? Most of the time I use it, I am just timewasting. I might be putting off tidying stuff, study, or even activities I enjoy such as coding or blogging while on Twitter.</p>
<p>Of course, pre-Twitter the other two big timewasters were email and IM. I&#8217;ve never been a big user of email, and IM requires the other person to be on at the same time as you. In comparison, some of the people I follow on Twitter have a 12 hour time difference, meaning I&#8217;m never on at the same time as them. As well as that, because following people on Twitter isn&#8217;t two ways, I can follow the famous people like @stephenfry, or even just relatively well known programmers like <a href="http://codinghorror.com">@codinghorror (Jeff Atwood)</a> or <a href="http://hanselman.com">@shanselman (Scott Hanselman)</a>.</p>
<p>But&#8230; 90% of famous people I follow on Twitter end up getting unfollowed within the next 2 weeks. Why? Because they tend to either end up doing one of the following.</p>
<ol>
<li>They constantly promote whatever they are working on, to the point the tweets are little more than ads.</li>
<li>They completely ignore why they are famous and tweet about their cats or other boring subjects.</li>
<li>They try to keep up their reputation to the point where there tweets are little more than 140 character fortune cookie style tweets, with either absolutely no substance, or tweets that make you go: &#8220;Well, Duh&#8230;&#8221;</li>
</ol>
<p>Another problem with Twitter is that there are loads of automated bots on it. Some range from the mildly irritating, quickly blocked, porn spambots that follow 1500 people in the hope someone will notice them, to those that retweet every tweet containing certain words. And of course, they manually retweet, show it shows up with the rest of your @replies. And the marketers, the annoying marketers.</p>
<div id="attachment_160" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.webicity.info/blog/wp-content/uploads/2010/03/Screenshot-Twitter-People-who-follow-MachaHack-Google-Chrome.png"><img class="size-medium wp-image-160" title="Marketers following me" src="http://blog.webicity.info/blog/wp-content/uploads/2010/03/Screenshot-Twitter-People-who-follow-MachaHack-Google-Chrome-e1268742348680-300x179.png" alt="People following me just to market their products" width="300" height="179" /></a><p class="wp-caption-text">Yes, I&#39;m sure that they really are interested in what I&#39;m going to say, and the fact that all they have is ads for their products and 10k people they follow won&#39;t affect that. Really.</p></div>
<p>Another problem with Twitter is part of it&#8217;s core functionality. Every tweet is limited to 140 characters. While it&#8217;s partially one of twitter&#8217;s strengths, it can cause significant problems. Some things just don&#8217;t fit in 140 characters, as evidenced by the existence of sites such as <a href="http://www.twitlonger.com/">Twitlonger</a>. Others can be reduced to 140 characters, but end up losing all meaning, To quote one of <a href="http://twitter.com/MachaSign/status/10378001793">my own tweets</a>:</p>
<blockquote><p>How many great possible blog posts, go out in a blaze of 140 chars, I wonder?</p></blockquote>
<p>One of my biggest problems with this blog is thinking of things to write about. And lately, looking through some of my tweets, I wonder how many of them would have been better used by expanding them to a blog post, rather than reducing them to 140 characters. Others have evidently came to the same conclusion before I did, as you can see by the amount of tweets that are just links to blog posts, but then this has the flip side of reducing some Twitter accounts to being inferior RSS feeds (worse because decent RSS feeds include the content as well).</p>
<p>One of the big features of twitter is it&#8217;s API, which is easily the best one out there. Before OAuth it took all of 5 minutes to code your own twitter client, using nothing more than the standard libraries included with your programming language. And it&#8217;s led to many great clients like Twitteriffic on the iPhone/iPod Touch and TweetDeck on PC, both of which I use a lot. The problem with these is it makes it even easier to waste time on Twitter.</p>
<div id="attachment_162" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.webicity.info/blog/wp-content/uploads/2010/03/Screenshot-TweetDeck-1.png"><img class="size-medium wp-image-162" title="Tweetdeck - over 9000 times better than Twitter.com" src="http://blog.webicity.info/blog/wp-content/uploads/2010/03/Screenshot-TweetDeck-1-300x253.png" alt="Tweetdeck" width="300" height="253" /></a><p class="wp-caption-text">Far superior to Twitter.com, and all possible due to the API. Now I can timewaste even easier.</p></div>
<p>And, I do waste a lot of time on Twitter. When my timeline froze the other day, rendering Twitter unusable for me, I got nearly twice as much work done.</p>
<p>The final problem with Twitter is who to follow. This used to be much easier, as you could see @replies by people you follow to people you didn&#8217;t. If people you follow tend to tweet at one person a lot, maybe they had similar interests. So you followed them. Now the closest we get is Retweets. Unless you want to manually look through all the following lists of the people you are following of course.</p>
<p>Now of course, it&#8217;s not all bad, and if it was I&#8217;d have deleted my Twitter account already, but in the future, I will definitely be spending less time on Twitter, but if you&#8217;ll excuse me, I&#8217;m off to tweet about this blog post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webicity.info/2010/03/16/on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.451 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-08-30 21:24:00 -->
