<?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>Indigo Jo Blogs &#187; Mac</title>
	<atom:link href="http://www.blogistan.co.uk/blog/mt.php/category/tech/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blogistan.co.uk/blog</link>
	<description>Politics, tech and media issues from a Muslim perspective</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:58:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting used to my new Mac</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2012/01/01/getting-used-to-my-new-mac</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2012/01/01/getting-used-to-my-new-mac#comments</comments>
		<pubDate>Sun, 01 Jan 2012 16:49:40 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/blog/?p=3313</guid>
		<description><![CDATA[As I think I&#8217;ve said before, my main present (from my parents) this past Christmas was a Mac. I laid out my reasons for wanting a Mac in a post a couple of weeks ago. I still have my old &#8230; <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2012/01/01/getting-used-to-my-new-mac">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blogistan.co.uk/blog/images/new-mac-on-desk.jpg" title="Picture of my new Mac (with the external DVD drive on top) on my desk" alt="Picture of my new Mac (with the external DVD drive on top) on my desk" align="right" style="margin-left: 5px; margin-bottom: 5px;" />As I think I&#8217;ve said before, my main present (from my parents) this past Christmas was a Mac. I laid out my reasons for wanting a Mac in <a href="http://www.blogistan.co.uk/blog/mt.php/2011/12/22/2011-the-year-linux-stopped-being-fun">a post a couple of weeks ago</a>. I still have my old (2003) eMac, which can&#8217;t run any version of Mac OS X after Leopard (and in fact still runs Tiger, when I ever put it on, which I never do) and always intended to upgrade if I could ever afford it, or persuade someone to buy me one (or if there was ever one whose specification justified the cost). Back in 2006 <a href="http://www.blogistan.co.uk/blog/mt.php/2006/05/12/why_i_will_probably_continue_to_buy_macs">I wrote a post</a> in response to someone who said (in a long post on OSNews) why he would never buy another Mac, and said I would replace my old Mac with another, which in the event I didn&#8217;t (I&#8217;ve been using PCs with Windows and Linux since retiring that one). I&#8217;ve always liked the Mac OS, just not the hardware.</p>

<p><span id="more-3313"></span>The Mac mini doesn&#8217;t come with a keyboard, a monitor, a mouse or indeed anything except the system box. You <em>can</em> (and for a week, I did) use a Dell monitor, keyboard and mouse. However, Macs are set up to work with Apple gear, so for example, Apple&#8217;s font rendering is meant to work with Apple monitors like those you see in an Apple store. For a few days after, I looked in dismay at &#8220;black&#8221; text that looked like it had been written with a pen that was just about to run out of ink. Then I found <a href="http://macperformanceguide.com/Trials-FontSmoothing.html">this article</a> which explains how you can restore decent text on a Dell monitor if your Mac is using Snow Leopard or Tiger. The short version is: you go to a Terminal (which you can find by clicking the Finder &#8212; that&#8217;s the smiley face &#8212; in the Dock, choose &#8220;Applications&#8221; from the list at the side, then double-clicking &#8220;Utilities&#8221; which is where the Terminal is &#8212; and entering this command:</p>

<pre>defaults -currentHost write -globalDomain AppleFontSmoothing -int 1</pre>

<p>You can&#8217;t change this in System Preferences; Apple got rid of the setting in Snow Leopard. It&#8217;s a bit worrying that they have banished this to an obscure setting which you have to use the Terminal to set; in the past, this has been the prelude to getting rid of it altogether. (The article says that the last figure can be 1 or 2 to give acceptable fonts.) To get rid of the setting (say, if you acquire a dedicated Mac monitor), you can type this:</p>

<pre>defaults -currentHost delete -globalDomain AppleFontSmoothing</pre>

<p>It&#8217;s depressing that Linux offers more readable fonts for free than Apple does on a computer that costs a minimum of £529 (UK prices).</p>

<p>The first thing I sought to install were the developers&#8217; tools, and the Qt libraries I needed to compile <a href="http://qtm.blogistan.co.uk" title="QTM" target="view_window">my application</a> (which I&#8217;m using to type this entry) to run on my Mac (and hopefully, anyone else&#8217;s). Unfortunately, it being Christmas Day, it appeared that everyone was activating their new computers, smartphones and tablets and large downloads (such as the updated version of the Mac OS itself) were impossible: even more frustratingly, they would get to the end of the download and just stop, telling you it was corrupted. Later on in the day, this fixed itself, but it would have been better if Apple had actually loaded the update onto the computer before shipping it (it was released in October).</p>

<p>Anyone who&#8217;s used Linux will know that one of its best features is how easy it is to download software, particularly open-source software: there is a package manager, there are archives, and you just use a package management tool to download your package (and anything it needs to run, called dependencies) and install it. Sadly, this isn&#8217;t true on the Mac. Back in 2004, a project called Fink provided the package manager and archives, but for some reason it has ceased to provide compiled downloads, only source downloads, which MacPorts already offers, so I am not sure what it provides that MacPorts doesn&#8217;t. This means you have to go to the vendor&#8217;s own website and download their disc image if you want a compiled (that is, runnable) piece of software. This is a major weakness of the Mac as a development platform. Perhaps it suits Apple&#8217;s purposes, as it hinders cross-platform development and encourages Mac developers to develop Mac-specific software, using its own developers&#8217; tools.</p>

<p>A further disappointment was how my application actually looked once I&#8217;d got it compiled. Clearly, the developers of Qt have not anticipated that an app would look, and handle, totally differently in Cocoa (the native Mac toolkit which is inherited from NeXT) to how it did when Qt was based on Carbon (the &#8220;old-Mac&#8221; toolkit). I had hoped to simply compile and release that day, certainly within a week, but that&#8217;s not possible: there is an unsightly large status bar (the bit at the bottom where messages are displayed) and a problem setting the window to the size I want (that is, the size I set, or the size a user will set). I can forsee having to personally write a replacement for the status bar.</p>

<p>I have also had some difficulty getting stuff that makes the Mac fit into my existing cluttered desktop with its jumble of cables. My keyboard, mouse and monitor all <em>work</em> with the Mac, but I only had one of each, and it would have been nice to have some sort of switch that I could use so I didn&#8217;t have to unplug and replug each cable every time I wanted to switch computers. These switches are known as KVMs and Maplin&#8217;s do one with a brightly-coloured box with various misspellings and old logos that positively screams &#8220;Made in China&#8221; for £39, but it doesn&#8217;t do DVI switching, only VGA. New computers usually come with DVI outputs now, and DVI produces better colour output that doesn&#8217;t require calibration (I never could quite get white to show as white when I plugged my Dell monitor into my old Mac). DVI has been around for years, so it is a mystery that there are no affordable DVI switches. That cheap and nasty-looking switch in Maplin&#8217;s would have let me double my keyboard and mouse, but I decided to get an Apple keyboard instead (which has USB sockets that I can plug the mouse into). Mac minis no longer have DVD/CD drives, so you will need to buy an external one (and if you shop around, you can find one much cheaper than the £66 Apple charges for theirs; mine, by Samsung, cost £35).</p>

<p>Finally, one thing that was a bit of a culture shock the first time I got a Mac was the totally different nature of the Mac and Linux presses. Linux magazines are all about in-depth stuff &#8212; news and comment on the politics of open-source, patents and the like, reviews of fairly low-level software (programming toolkits, for example), articles on setting up servers and services, and programming tutorials. There&#8217;s very little of that in the Mac press: much of that is about products you can buy, and learning to do things like use iPhoto, iMovie and the like. A lot more software on the Mac has to be paid for and that doesn&#8217;t always mean it&#8217;s of better quality than the free software that is available for Linux, even if it is more polished. Still, there are some products which are fairly inexpensive, like Apple&#8217;s own Pages and Keynote, the second of which was good enough for Steve Jobs to do his own presentations on.</p>

<p>The Mac itself is pretty fast &#8212; considering that I do a lot of development on it, it really burns through jobs that took hours on my old machine &#8212; and <em>quiet</em>: the fan comes on only rarely, and only when the machine is seriously working (I did not realise it had one until several hours after first turning the machine on). My &#8216;old&#8217; 2009 Dell, which has an Intel Core 2 Duo processor, was incredibly noisy and sometimes made a barely tolerable sawing noise. I&#8217;ve yet to test out iPhoto and I&#8217;m not sure if I&#8217;ll use it for keeping photos &#8212; I still have a lot of old photos on my Dell which still has two barely-used 500Gb hard drives in it. I will probably use this much more for movies, as I have a camcorder which I haven&#8217;t used much so perhaps will do so a bit more (and maybe get working on that film project I&#8217;ve mentioned to one or two people, although perhaps <em>that</em> needs a better camcorder than mine and better software than iMovie). Anyway, however much old stuff remains on the Dell, I&#8217;ve not used it since Boxing Day, I think (I&#8217;ve used my older Dell laptop a bit, though). It&#8217;s a great little machine and I expect to get a lot of good use of it the next couple of years.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;linkname=Getting%20used%20to%20my%20new%20Mac" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;linkname=Getting%20used%20to%20my%20new%20Mac" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;linkname=Getting%20used%20to%20my%20new%20Mac" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;linkname=Getting%20used%20to%20my%20new%20Mac" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;linkname=Getting%20used%20to%20my%20new%20Mac" title="Digg" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;linkname=Getting%20used%20to%20my%20new%20Mac" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;linkname=Getting%20used%20to%20my%20new%20Mac" title="WordPress" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2012%2F01%2F01%2Fgetting-used-to-my-new-mac&amp;title=Getting%20used%20to%20my%20new%20Mac" id="wpa2a_2"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2012/01/01/getting-used-to-my-new-mac/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steve Jobs&#8217;s death leaves me cold</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2011/10/06/steve-jobss-death-leaves-me-cold</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2011/10/06/steve-jobss-death-leaves-me-cold#comments</comments>
		<pubDate>Thu, 06 Oct 2011 21:37:38 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/blog/mt.php/2011/10/06/steve-jobss-death-leaves-me-cold</guid>
		<description><![CDATA[So, Steve Jobs, the man who invented the Mac, the NeXT box and then merged the two together, is dead. Actually I&#8217;m sure a few people helped Jobs on the way, like actual programmers and graphic designers and, well, you &#8230; <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2011/10/06/steve-jobss-death-leaves-me-cold">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blogistan.co.uk/blog/images/mac-under-desk.jpg" title="My 2004 Mac's resting place: under the desk in the office room" alt="Picture of an eMac sitting on a wooden floor under a desk next to a black Dell system box" align="right" style="margin-left: 5px; margin-bottom: 5px;" />So, Steve Jobs, the man who invented the Mac, the NeXT box and then merged the two together, is dead. Actually I&#8217;m sure a few people helped Jobs on the way, like actual programmers and graphic designers and, well, you get it, but the tributes I heard on the radio today were beyond ridiculous: there was a guy called Geoffrey Robertson, I think, interviewed by Jeremy Vine on Radio 2, who claimed that what Jesus was to Christianity, Steve Jobs was to &#8220;tomorrow&#8221;; a letter-writer to the same programme opined that vintage Macs can be found in design museums but vintage PCs can only be found in skips; and finally, the line that three apples have changed the world: the one Eve ate, the one that fell on Isaac Newton&#8217;s head, and the one Steve Jobs invented.</p>

<p><span id="more-3164"></span>I&#8217;ve got a lot of disabled friends who really rave about Macs and other Apple products: Mac OS has screen-reading software built in (not an unreliable, expensive extra as it is on Windows) and their handheld devices can be used (with the help of special software, which is extra) as speaking devices for people who cannot speak themselves (known as an AAC). There are other cases of disability where the Mac still doesn&#8217;t shine: Windows Vista and 7 have speech recognition built in (so, kind of the opposite to the Mac in that sense) and, although Dragon Naturally Speaking is the product most used for this (by those who cannot use a keyboard, such as quadriplegics), some have reported that Windows&#8217; own speech recognition is good. Others have reported to me that they cannot use a touch-screen phone or PDA; they require an actual keypad, as on the Blackberry. and no Apple device has one.</p>

<p>I bought a Mac in 2004. At the time, they were good value for money, although I had a bit more freedom than I ever have had since as a trust fund (not huge, and sadly less than had been invested in it) had matured. For much of the time since then, Mac hardware has consisted of standard commodity hardware crammed into a fancy box, with a specification which fails to jusify the cost of the unit; in particular, memory and hard drive space were often low by comparison with PCs of the same price. To upgrade memory at purchase, you would have to pay twice as much as you would pay at Crucial or Kingston. For example, an upgrade for the current i5 Mac Mini from 2Gb to 8Gb currently costs £240 from Apple, while the memory itself costs £111.85, including VAT and delivery, from the Kingston partner SMC. I have heard various justifications for why the kit itself is so expensive (including &#8220;aluminium unibody casing&#8221; and the &#8220;Apple ecosystem&#8221;), but that is simply a rip-off.</p>

<p>Apple simply do not care about people who are on a budget and need a computer that works for a reasonable price. (This includes, for example, many of the Unix hackers who work on the BSD underpinnings of Mac OS X.) Jobs was on record as saying he had not come across a $500 PC that was not a piece of junk; it may have been junk to him, not coming in one of his fancy aluminium cases, but no doubt worked and had more memory and storage than a much more expensive Mac, and could be expanded, if need be, the case opened with the aid of a screwdriver rather than a decorator&#8217;s spatula. For me, the fancy box was nowhere near as important as what was inside it, and that&#8217;s why I haven&#8217;t bought a Mac since 2004 (and I once wrote that I <a href="http://www.blogistan.co.uk/blog/mt.php/2006/05/12/why_i_will_probably_continue_to_buy_macs">would buy another Mac</a> when it came to upgrading that one, if they were still a viable option). Mac ownership has become rather like an exclusive club, a bit like a gang of schoolkids at a posh school which shuts out the &#8220;poor kid&#8221;. Since I&#8217;m not rich enough to join the gang, am I going to mourn its leader? No, I&#8217;m not.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;linkname=Steve%20Jobs%26%238217%3Bs%20death%20leaves%20me%20cold" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;linkname=Steve%20Jobs%26%238217%3Bs%20death%20leaves%20me%20cold" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;linkname=Steve%20Jobs%26%238217%3Bs%20death%20leaves%20me%20cold" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;linkname=Steve%20Jobs%26%238217%3Bs%20death%20leaves%20me%20cold" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;linkname=Steve%20Jobs%26%238217%3Bs%20death%20leaves%20me%20cold" title="Digg" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;linkname=Steve%20Jobs%26%238217%3Bs%20death%20leaves%20me%20cold" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;linkname=Steve%20Jobs%26%238217%3Bs%20death%20leaves%20me%20cold" title="WordPress" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2011%2F10%2F06%2Fsteve-jobss-death-leaves-me-cold&amp;title=Steve%20Jobs%26%238217%3Bs%20death%20leaves%20me%20cold" id="wpa2a_4"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2011/10/06/steve-jobss-death-leaves-me-cold/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Charlie Brooker bashes Macs again</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2009/09/30/charlie_brooker_bashes_macs_again</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2009/09/30/charlie_brooker_bashes_macs_again#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:05:05 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[charlie brooker]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/blog/mt.php/2009/09/30/charlie_brooker_bashes_macs_again</guid>
		<description><![CDATA[Microsoft&#8217;s grinning robots or the Brotherhood of the Mac. Which is worse? &#124; Charlie Brooker &#124; Comment is free &#124; The Guardian Charlie Brooker, of TVGoHome and Screenwipe fame, wrote this column for Monday&#8217;s Guardian, about how he prefers the &#8230; <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2009/09/30/charlie_brooker_bashes_macs_again">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title = "Microsoft's grinning robots or the Brotherhood of the Mac. Which is worse? | Charlie Brooker | Comment is free | The Guardian" href="http://www.guardian.co.uk/commentisfree/2009/sep/28/charlie-brooker-microsoft-mac-windows">Microsoft&#8217;s grinning robots or the Brotherhood of the Mac. Which is worse? | Charlie Brooker | Comment is free | The Guardian</a></p>

<p>Charlie Brooker, of TVGoHome and Screenwipe fame, wrote this column for Monday&#8217;s Guardian, about how he prefers the insufferably unreliable Windows Vista to getting a Mac.  His main gripe about Macs seems to be Mac fans.  It&#8217;s not the first time; back in February 2007, he wrote a similar piece called, simply, <a href="http://www.guardian.co.uk/commentisfree/story/0,,2006031,00.html">I Hate Macs</a>, for the same section of the same paper, to which I wrote <a href="http://www.blogistan.co.uk/blog/mt.php/2007/02/07/and_im_a_penguin_but_my_macs_well_weapon">this reply</a>.  His gripe this time is less to do with the system itself as with the fans.</p>

<p><span id="more-2133"></span><p>His first ten paragraphs (admittedly, four of them are less than a line long) are about Mac fans.  Not about Macs.  Here are a few of them:</p></p>

<blockquote>
  <p>Seriously, stop it. I don&#8217;t care if Mac stuff is better. I don&#8217;t care if Mac stuff is cool. I don&#8217;t care if every Mac product comes equipped a magic button on the side that causes it to piddle gold coins and resurrect the dead and make holographic unicorns dance inside your head. I&#8217;m not buying one, so shut up and go home. Go back to your house. I know, you&#8217;ve got an iHouse. The walls are brushed aluminum. There&#8217;s a glowing Apple logo on the roof. And you love it there. You absolute MONSTER.</p>

<p>Of course, it&#8217;s safe to assume Mac products are indeed as brilliant as their owners make out. Why else would they spend so much time trying to convert non-believers? They&#8217;re not getting paid. They simply want to spread their happiness, like religious crusaders.</p>

<p>Consequently, nothing pleases them more than watching a PC owner struggle with a slab of non-Mac machinery. It validates their spiritual choice. Recently I sat in a room trying to write something on a Sony Vaio PC laptop which seemed to be running a special slow-motion edition of Windows Vista specifically designed to infuriate human beings as much as possible. Trying to get it to do anything was like issuing instructions to a depressed employee over a sluggish satellite feed. When I clicked on an application it spent a small eternity contemplating the philosophical implications of opening it, begrudgingly complying with my request several months later. It drove me up the wall. I called it a bastard and worse. At one point I punched a table.</p>
</blockquote>

<p>And there&#8217;s the problem.  I use Vista as well.  I also (occasionally, now) use a Mac.  I mainly use PCs which run Linux.  Vista is terrible.  I find it mind-numbingly frustrating, because you need anti-virus software which requires updating regularly, and frequently requires a restart to finish updates or anti-virus updates when you&#8217;ve only just finished the lengthy process of starting the thing up.  I recently tried to install Vista&#8217;s Service Pack 2, and it took ages, only to abort and waste more of my time while it rolled everything back.  The actual desktop experience is not the problem, and never has been.  If it had been, Linux users would complain about its wholesale copying on that platform.  The problem with Vista is, well, just about everything else.</p>

<p>Macs, when I bought mine in 2004, were good value.  These days, they are anything but, as I have complained many times before on this site.  They are underspecified and overpriced, and use standard components from the same manufacturers which produce PC components.  They are simply PCs with a different operating system and one or two chips which PCs don&#8217;t.  There is the lack of upgradeability in anything except memory and anything you can&#8217;t plug into a Firewire or USB port.  And there is the stupid packaging, form-over-function design, giving the impression that Apple has bought its own lifestyle marketing and really believes that a Mac is something more than a tool.</p>

<p>Not to buy a Mac because you cannot justify the cost for a machine as miserably specified as the Mac Mini is one thing.  Not to buy one because you don&#8217;t like Mac fans is insane.  I&#8217;ve managed to avoid the obnoxious Mac fans for the five years since I bought mine.  Microsoft itself is notorious not for obsessive fans but for planted advocates on forums known as <a href="http://www.catb.org/~esr/jargon/html/M/MicroDroid.html">MicroDroids</a>.  He also concedes:</p>

<blockquote>
  <p>OK, OK: I know other operating systems are available. But their advocates seem even creepier, snootier and more insistent than Mac owners. The harder they try to convince me, the more I&#8217;m repelled. To them, I&#8217;m a sheep. And they&#8217;re right. I&#8217;m a helpless, stupid, lazy sheep. I&#8217;m also a masochist. And that&#8217;s why I continue to use Windows – horrible Windows – even though I hate every second of it. It&#8217;s grim, it&#8217;s slow, everything&#8217;s badly designed and nothing really works properly: using Windows is like living in a communist bloc nation circa 1981. And I wouldn&#8217;t change it for the world, because I&#8217;m an abject bloody idiot and I hate myself, and this is what I deserve: to be sentenced to Windows for life.</p>
</blockquote>

<p>Now, I&#8217;ve used Linux (the principal &#8220;other operating system&#8221;) since 2002 and, as with Mac fans, I&#8217;ve mostly managed to avoid the creepy and snooty ones.  Yes, there are a lot of Linux geeks who lack social skills and are harsh towards people who disagree with them or who are less knowledgeable, but there are also friendly forums with people more than willing to show a less experienced user the ropes.  What Brooker has produced is just an outdated stereotype.  It&#8217;s true that there is a lack of commercial applications for Windows, but it comes with an office suite and various other applications as standard, and it&#8217;s free.  It&#8217;s also vastly more secure and does not require anti-virus software.  My Mac, when I bought it, offered the security and stability it shares with other systems running Unix-type operating systems, like Linux, with a range of supported commercial applications, including Microsoft Office.</p>

<p>Admittedly, there are some good reasons to use Windows, among them that there are some commercial applications which don&#8217;t run on the Mac or Linux, but avoiding the Steve Jobs personality cult (you know, the sort of people who will line up round the block from the Apple Store overnight on the eve of a new Mac OS X release) and the obnoxious Linux geeks who tell newcomers to RTFM (read the f***ing manual, which often doesn&#8217;t exist) aren&#8217;t among them.  Most Mac users are perfectly normal, ordinary people who wanted a system that worked and was secure and were willing and able to pay more for it.  Sadly, the idiots who run Apple think Mac ownership is a lifestyle, and that only those with money deserve it, and that doesn&#8217;t include me.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;linkname=Charlie%20Brooker%20bashes%20Macs%20again" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;linkname=Charlie%20Brooker%20bashes%20Macs%20again" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_identi_ca" href="http://www.addtoany.com/add_to/identi_ca?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;linkname=Charlie%20Brooker%20bashes%20Macs%20again" title="Identi.ca" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/identica.png" width="16" height="16" alt="Identi.ca"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;linkname=Charlie%20Brooker%20bashes%20Macs%20again" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;linkname=Charlie%20Brooker%20bashes%20Macs%20again" title="Digg" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;linkname=Charlie%20Brooker%20bashes%20Macs%20again" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;linkname=Charlie%20Brooker%20bashes%20Macs%20again" title="WordPress" rel="nofollow" target="_blank"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.blogistan.co.uk%2Fblog%2Fmt.php%2F2009%2F09%2F30%2Fcharlie_brooker_bashes_macs_again&amp;title=Charlie%20Brooker%20bashes%20Macs%20again" id="wpa2a_6"><img src="http://www.blogistan.co.uk/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2009/09/30/charlie_brooker_bashes_macs_again/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>My letter&#8217;s in the Technology Guardian</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2009/01/15/my_letters_in_the_technology_guardian</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2009/01/15/my_letters_in_the_technology_guardian#comments</comments>
		<pubDate>Thu, 15 Jan 2009 10:00:45 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Letters published]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/ijwp/mt.php/2009/01/15/my_letters_in_the_technology_guardian</guid>
		<description><![CDATA[
 <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2009/01/15/my_letters_in_the_technology_guardian">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The technology supplement to the <em>Guardian</em> published a letter from me today, concerning the &#8220;no clue&#8221; nature of Apple&#8217;s attitude to low-cost computer kit.  You can read what they published <a href="http://www.guardian.co.uk/technology/2009/jan/15/data-protection-apple-macworld">here</a>, but here&#8217;s what I actually wrote (note that they clipped out the bit about the difference between getting an extra gigabyte from Apple and getting it elsewhere, which is significant, because the difference is more than twice the actual cost of the RAM):</p>

<blockquote>
  <p>With regard to the lack of an update to the Mac Mini, the price and specification of this machine demonstrates how out of touch Apple are with the current state of the world economy.  Prices start from £391 for a machine with a &#8220;combo drive&#8221; (meaning it can read but not burn DVDs), 80Gb of disk space and only 1Gb of RAM; updating to 2Gb nearly £50.  In the real world, 2Gb of that type of RAM costs under £20 from Crucial, including delivery, and you can get a Dell with twice the memory, 500Gb of disk space, a DVD writer, a dedicated graphics card and a faster processor, which can be opened with a screwdriver rather than with decorators&#8217; tools and upgraded easily, for £329.  Apple are clearly not interested in selling computers to people on a budget, and since there will be far more of those around in the months to come, one hopes Steve Jobs will get out of the way or get a clue if the platform is to survive.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2009/01/15/my_letters_in_the_technology_guardian/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why I still haven&#8217;t replaced my Mac</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2008/10/23/why_i_still_havent_replaced_my_mac</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2008/10/23/why_i_still_havent_replaced_my_mac#comments</comments>
		<pubDate>Thu, 23 Oct 2008 10:07:19 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/ijwp/mt.php/2008/10/23/why_i_still_havent_replaced_my_mac</guid>
		<description><![CDATA[
 <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2008/10/23/why_i_still_havent_replaced_my_mac">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title = "AppleInsider | Steve Jobs on Apple's cash, NetBooks, Apple TV, and cheap PCs" href="http://www.appleinsider.com/articles/08/10/21/steve_jobs_on_apples_cash_netbooks_apple_tv_and_cheap_pcs.html">AppleInsider | Steve Jobs on Apple&#8217;s cash, NetBooks, Apple TV, and cheap PCs</a></p>

<p>A couple of years ago I wrote <a href="http://www.blogistan.co.uk/blog/mt.php/2006/05/12/why_i_will_probably_continue_t">this</a>, a reply to a series of articles on OSNews on why the author wouldn&#8217;t be buying another Mac.  I said I would be, if the platform was still as viable as it had been then.  That was in 2006, and it&#8217;s now 2008, and my eMac is still sitting there, and it&#8217;s still the only Mac in the house.  Not because it&#8217;s really &#8220;going strong&#8221;, although I still use it (not so much now that I&#8217;ve got Office on my Dell laptop, but it&#8217;s the only machine which can send faxes), but because in that time, it has simply been crowded out by the competition.  Quite simply, Macs are not good value for money anymore, at my price range.</p>

<p><span id="more-1678"></span>
So, you can imagine my reaction to reading <a href="http://www.appleinsider.com/articles/08/10/21/steve_jobs_on_apples_cash_netbooks_apple_tv_and_cheap_pcs.html">what Steve Jobs has to say</a> about &#8220;cheap computers&#8221;, <a href="http://www.osnews.com/comments/20424">linked off OSNews</a> today:</p>

<blockquote>
  <p>Asked whether users will be likely to see a cheaper computer from Apple, Jobs answered, &#8220;I think what we want to do is deliver an increasing level of value to these customers.&#8221;</p>
  
  <p>&#8220;There are some customers which we chose not to serve,&#8221; he added. &#8220;We don&#8217;t know how to make a $500 computer that&#8217;s not a piece of junk, and our DNA will not let us ship that. But we can continue to deliver greater and greater value to those customers that we choose to serve. And there&#8217;s a lot of them.&#8221;</p>
  
  <p>&#8220;We&#8217;ve seen great success by focusing on certain segments of the market and not trying to be everything to everybody. So I think you can expect us to stick with that winning strategy and continue to try to add more and more value to those products in those customer bases we choose to serve.&#8221;</p>
</blockquote>

<p>This really demonstrates that Jobs is stuck in the past and still obsessed with lifestyle marketing, because I quickly did a bit of research and discovered that Dell sells a machine of roughly the same specification as its Mac mini for a little over half the price in the USA.  Specifically:</p>

<ul>
<li>Dell Inspiron 518, 2.53GHz Core 2 duo, 2Gb RAM, 250Gb HD, Vista HPrem, Intel GMA 3100: $439</li>
<li>Mac mini, 2GHz Core 2 duo, 1Gb RAM, 120Gb HD, OS X, onboard Intel graphics: $799</li>
</ul>

<p>Really, why would anyone in their right mind pay that price for such an underspecified machine?  Just because it&#8217;s got a silly little square case, which can only accommodate laptop hard drives rather than normal ones, which offer far greater capacity at much better prices?  (You do not get 120Gb hard drives anymore, other than on laptops; standard hard drives go from 80 to 160Gb.)  It is a rip-off; there is no other word for it.</p>

<p>Steve Jobs seems to have no clue that many people just want a computer that works for them.  The article I replied to in 2006 noted that Mac fans thought of their machines as the BMW of the computer scene, but at least BMWs have features Fords and Vauxhalls don&#8217;t.  Macs offer inferior features and less expansion capacity for more money - they are equivalent to a car like my little Daewoo Matiz with a BMW badge.  Admittedly, Mac OS X is better than Windows, but the retail version of Vista is more expensive than the boxed Mac OS X (and, in any case, Apple got the basic operating system for free), so where does the rest of that money go?</p>

<p>Everything about Apple now is a product of the boom that has just gone bust, and I hope Apple gets wise to this fact, because in the next couple of years people who can afford to buy computers at all will not be looking to pay big money for an inferior computer that just looks good.  They will want something that &#8216;just works&#8217;.  If Apple doesn&#8217;t, they will go bust, and that will be a crying shame, because they may well take a great operating system with them (unless they sell it to Microsoft).  I would love to buy another Mac, but until I can get one which takes standard hard drives and sells for a decent price, I will be sticking with PCs running Vista and Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2008/10/23/why_i_still_havent_replaced_my_mac/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Photoshop Ailments</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2007/02/17/photoshop_ailments</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2007/02/17/photoshop_ailments#comments</comments>
		<pubDate>Sat, 17 Feb 2007 11:10:33 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/ijwp/mt.php/2007/02/17/photoshop_ailments</guid>
		<description><![CDATA[
 <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2007/02/17/photoshop_ailments">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last month I got myself a digital camera with money I&#8217;d been given by relatives for my 30th birthday (£30 each from most of them, and I have plenty of aunts and uncles on my Mum&#8217;s side).  I decided I needed some decent image editing software if I&#8217;m going to sell any photographs (and since I&#8217;m out of work at a bad time of year to be an out-of-work agency van driver, and office temp agencies aren&#8217;t interested in me, I thought it was as good a money-making idea as any).  At first my eyes fell on Bibble Pro, a RAW processing package you can download, of which I was aware through blogging its updates on <a href="http://www.blogistan.co.uk/qt/">my other blog</a>.  However, I happened to go into the computer shop in the Bentall&#8217;s department store in Kingston on Thursday when they had their last copy of Adobe Photoshop Elements for £50 (it usually costs nearer to £70), beating Bibble Pro by some margin.  So after some consideration, I bought it.</p>

<p><span id="more-272"></span>
I hurried home excitedly with my new purchase and opened the packaging to find the disc was knocking round in the case.  I tried installing it, and it failed towards the end with an error message saying &#8220;A required file is missing&#8221;.  I assumed that the missing file was in the same place as the scratch the disc had picked up from the broken lug inside the disc case, so I headed back to Bentall&#8217;s and tried to get a refund.  Unfortunately the manager, who was the only person entitled to do refunds, had gone sick.  So, all I could do was go up to Tottenham Court Road, where each store had a couple of boxes each at the reduced price, and get an exchange there.  So I did, yesterday, and got the exchange.</p>

<p>Problem was, when I installed that version, the same error kept happening.  I did a search on Google, and found nothing much of help, but on searching the Photoshop Elements User fora and Adobe&#8217;s own support pages and fora, I found various suggestions as to how to get round the problem.  Among them were creating a new administrator&#8217;s account and installing from that, deleting various QuickTime components and installing from a &#8220;safe boot&#8221;.  None of these worked.  The same error came up time and again.</p>

<p>It turned out that the problem was my file-system being case-sensitive - an option Apple introduced into Mac OS X with this version or the previous one, presumably to make Unix users (like me) feel more at home.  The Mac (and Windows) norm was the opposite - a case-insensitive but case-preserving file system, which means that you can call a file &#8220;My Document&#8221; or just &#8220;my document&#8221;, and you&#8217;ll be able to access it by any combination of upper- and lower-case you like.  Whoever wrote Adobe&#8217;s installer did not take into account that some users would have case-sensitive file-systems, which meant that the software, once installed (and it was actually installed, despite the error), would not launch.</p>

<p>There were two solutions.  Alexander Templeton, on <a href="http://masurium.net/2007/02/16/the-adobe-case-hack-required-file-is-missing-or-so-claims-adobe/" class="broken_link">this blog entry</a>, suggested renaming the offending files.  In the case of Elements, the offending files are actually in frameworks inside the Elements application bundle.  I chose soft-linking rather than renaming: this means creating a file which points to another file, so that if you access the link file, you&#8217;ll get the other file, so that the original file remains intact.  However, I won&#8217;t bother telling you how to do it, because although it got Elements to launch, it did not stay launched.  It told me that my name, organisation and serial number were invalid and that it would have to quit.</p>

<p>The only thing I could do was to install on a non-case-sensitive file system, which I happen to have on my iPod.  It <em>still</em> quit the installation with the &#8220;required file is missing&#8221; error.  But Elements installed on my iPod, and when I tried running it, it ran without a hitch.  However, the stupid installer insisted on putting Adobe Bridge (the image browser program) and the Help Center application in my normal Applications folder, on my normal case-sensitive file system - after I had told the stupid installer to put everything on my iPod.  I managed to transfer Bridge and Help Center from my hard drive to my iPod, but although Bridge now works, Photoshop Elements for some reason can&#8217;t launch it (although Bridge can launch Elements).</p>

<p>It seems that keeping Elements on my iPod is the only way to make it work, although I still have another trick (OS X has a program called &#8220;install<em>name</em>tool&#8221; which tells a program which name to use to look for a framework), although I guess if Elements detects that it&#8217;s been tampered with, which is possibly why the first work-around failed, it won&#8217;t work either.  I&#8217;m just really annoyed that software I paid good money for does not work properly because of a bit of sloppy coding by someone at Adobe.  Of course, some would say I should stick to open-source software, in which stupid errors like this are noticed, and corrected, pretty quickly.  The trouble is, not much in the open-source world can do everything Elements (let alone Photoshop itself) does, or is anything like as well-documented.  From the forums, it seems that much higher-paying customers get similar results from Adobe&#8217;s software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2007/02/17/photoshop_ailments/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>And I&#8217;m a Penguin (but my Mac&#8217;s well weapon)</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2007/02/07/and_im_a_penguin_but_my_macs_well_weapon</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2007/02/07/and_im_a_penguin_but_my_macs_well_weapon#comments</comments>
		<pubDate>Wed, 07 Feb 2007 21:40:28 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/ijwp/mt.php/2007/02/07/and_im_a_penguin_but_my_macs_well_weapon</guid>
		<description><![CDATA[This Monday Charlie Brooker (Guardian columnist of Nathan Barley and TVGoHome fame) told the world why he hates Macs in the most-read page on Comment Is Free this week. He not only hates Macs, but also people who use them and "even ... people who don't use Macs but sometimes wish they did". Thabet @ Eteraz agrees with him. Brooker reckons that "Macs are glorified Fisher-Price activity centres for adults; computers for scaredy cats too nervous to learn how proper computers work; computers for people who earnestly believe in feng shui" and that the "I'm a PC/Mac" adverts, which in the UK feature a comedy duo called Mitchell and Webb, whom I've never watched, are "devastatingly accurate" for the wrong reasons.
 <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2007/02/07/and_im_a_penguin_but_my_macs_well_weapon">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://technorati.com/tag/charlie+brooker" rel="tag">charlie brooker</a>, <a href="http://technorati.com/tag/i+hate+macs" rel="tag" class="broken_link">i hate macs</a>, <a href="http://technorati.com/tag/mac" rel="tag">mac</a>, <a href="http://technorati.com/tag/linux" rel="tag">linux</a>, <a href="http://technorati.com/tag/opensuse" rel="tag">opensuse</a>, <a href="http://technorati.com/tag/suse" rel="tag">suse</a></p>

<p>This Monday Charlie Brooker (Guardian columnist of <a href="http://www.trashbat.co.ck/">Nathan Barley</a> and TVGoHome fame) told the world <a href="http://www.guardian.co.uk/commentisfree/story/0,,2006031,00.html">why he hates Macs</a> in the most-read page on Comment Is Free this week.  He not only hates Macs, but also people who use them and &#8220;even &#8230; people who don&#8217;t use Macs but sometimes wish they did&#8221;.  Thabet @ Eteraz <a href="http://www.eteraz.org/?op=displaystory;sid=2007/2/5/53534/66802">agrees with him</a>.  Brooker reckons that &#8220;Macs are glorified Fisher-Price activity centres for adults; computers for scaredy cats too nervous to learn how proper computers work; computers for people who earnestly believe in feng shui&#8221; and that the &#8220;I&#8217;m a PC/Mac&#8221; adverts, which in the UK feature a comedy duo called Mitchell and Webb, whom I&#8217;ve never watched, are &#8220;devastatingly accurate&#8221; for the wrong reasons:</p>

<blockquote>
  <p>[Mitchell &#038; Webb] are a logical choice in one sense (everyone likes them), but a curious choice in another, since they are best known for the television series Peep Show - probably the best sitcom of the past five years - in which Mitchell plays a repressed, neurotic underdog, and Webb plays a selfish, self-regarding poseur. So when you see the ads, you think, &#8220;PCs are a bit rubbish yet ultimately lovable, whereas Macs are just smug, preening tossers.&#8221;</p>
</blockquote>

<p><span id="more-265"></span>
I&#8217;ve been a Mac user for almost the last three years (I bought an eMac in Spring 2004).  So, I&#8217;m perhaps not your typical Mac fan who&#8217;s been using them since they were only one of a number of varieties of proprietary computer system (Mac, Amiga, Atari ST) or someone who stuck with them through the tough years (the 1990s when they were struggling to get their operating system sorted and before they resorted to buying Steve Jobs&#8217; NeXT company with a more-or-less ready-made solution).  My first Mac OS was Panther, and I came into the Mac world when a Mac was what I enviously read about in computer magazines when I was 12 - a NeXT box (Cube or Station, it doesn&#8217;t matter) - with a white case and with a fraction of the price tag.  And I came from Linux, because I wanted a system with the stability of Unix but with some commercial applications.</p>

<p>Admittedly, some things infuriate me about the Mac system.  Particularly mine, which is extremely heavy and requires anyone wishing to expand it (by upgrading the hard drive, for example) to <a href="http://www.blogistan.co.uk/blog/mt.php/2006/06/23/my_mac_and_ubuntu">take out bits of the computer&#8217;s circuitry first</a>.  There simply isn&#8217;t an affordable Mac that you can expand by opening it up and putting in what you need to put in.  You can&#8217;t install normal graphics cards, for example, in a Mac Mini because it&#8217;s too tiny, so you&#8217;re stuck with the on-board Intel graphics chips which use system memory rather than their own.  You can open up the cheapest normal-size PC and stick in a graphics card (or get it included when you buy it), but to get a Mac with dedicated graphics memory, you have to pay £679 (nearly £800 when you include VAT) for an <a href="http://www.computerwarehouse.co.uk/list/Computer/Computers/iMac Intel/6/1/1/-/-/1170884565713840">iMac</a>.  (Buyer beware: it&#8217;s extremely difficult to get graphics cards for low-profile PCs - it took me months to find the one I&#8217;m using now.)</p>

<p>Then there is the obsessive Apple secrecy, evident in the fact that people who obtain pre-release versions of Mac OS X are not even allowed to post screenshots of what they try out, in case &#8220;the competition&#8221; get hold of it.  (Owners of websites who posted the screenshots had to remove them after receiving threats from Apple.)  This morning I registered for an &#8220;Apple Tech Talk&#8221; on their site out in Uxbridge later this month, and in the invitation I was informed that it was under a non-disclosure agreement, meaning I could not reveal what I learned there - as if someone could beat Apple to market with a product they only learned about with something they learned of at the tech talk.</p>

<p>But still, there are reasons why I like my Mac and I won&#8217;t be stopping using it in favour of a Windows-based PC any time soon.  Now that Windows VIsta is out, the first good thing about the Mac is that you don&#8217;t have to buy a brand new system to get decent graphics out of Mac OS X, because the graphics aren&#8217;t too flashy (and if you don&#8217;t like the abundance of styles, you can download <a href="http://osx.iusethis.com/app/uno">UNO</a> for free and all your windows will look the same) and they look good on all Macs which aren&#8217;t ancient.  (Tiger didn&#8217;t change that and I don&#8217;t think the upcoming Leopard release will either.)  It still offers the security and stability of Unix with a large user and application base which plays common media out of the box, and does not require anti-virus software even though some is available.  The Mac and its operating system is produced by a company which gets the job done in a reasonable time - you can be pretty certain that the next version of the OS after Leopard will not take six years, assuming Steve Jobs is still around.</p>

<p>However, while I cannot see myself ditching the Mac <em>for Windows</em>, I have found myself increasingly using my old Viglen Pentium 3 which I bought for about £40 on eBay (with various upgrades, which brings it to rather more than that) because I&#8217;ve found a version of Linux which does not suck as much as a lot of Linux distributions do: OpenSUSE v10.2.  For one thing, the digital photo manager digiKam is so much more pleasant to use than iPhoto - at least the 2004 version I was using, which is dog slow (and I&#8217;m not willing to pay them £50 for the latest version which is probably no faster).  It does not take seconds to open up a picture, for example, and the system recognises my new camera (more on that in a future entry, <em>insha Allah</em>) when I plug it in.  Unlike any of the Mozilla family of web browsers, Konqueror (via the KDE wallet system) remembers my Yahoo and Hotmail passwords.  Fonts are no longer ugly, as they were on previous versions.  You get the Spaces feature the Mac won&#8217;t get until Leopard is out this year.  You can customise the desktop far beyond anything you can do with a Mac or on Windows (you can even have the Mac-style menu at the top of the screen if you like).  And the sort of trivial software people like to charge you money for on the Mac is free on Linux, although to give the Mac developers credit where it&#8217;s due, some of the Mac shareware is better quality than some of the freeware available for Linux; it often gets abandoned when the developer finds he has other commitments.</p>

<p>You might notice that, having been a Linux user for a few weeks, I&#8217;m finding it more and more difficult to find things about the Mac to gush about.  The fact is, however, that I was a generally satisfied Mac user for the best part of three years and I still go back to it when I need to type a letter and fax it straight out of the system&#8217;s own modem.  I still go back to it when I need to quickly transfer data from my Mum&#8217;s old XP system, because although both Mac OS X and Linux use Samba to get data to and from Windows boxes, using it on the Mac is a piece of cake, which it&#8217;s not on Linux.  And if I ever have to use Photoshop, I certainly won&#8217;t be investing in a Windows Vista system if it&#8217;s not out for Linux by then. I&#8217;m not saying the Mac and Mac OS X are perfect, but I think they are better than Windows by a mile, and I wasn&#8217;t convinced by any lifestyle marketing.  I wanted a system that worked, so I bought a Mac.  And it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2007/02/07/and_im_a_penguin_but_my_macs_well_weapon/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s photocopying who?</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2006/08/08/whos_photocopying_who</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2006/08/08/whos_photocopying_who#comments</comments>
		<pubDate>Tue, 08 Aug 2006 17:42:43 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/ijwp/mt.php/2006/08/08/whos_photocopying_who</guid>
		<description><![CDATA[
 <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2006/08/08/whos_photocopying_who">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Redmond, Start Your Photocopiers? - OSNews.com" href="http://www.osnews.com/story.php?news_id=15421">OSNews: Redmond, Start Your Photocopiers?</a></p>

<p>OSNews regular Thom Holwerda on how Apple, who used the title above as a slogan when launching the current version of Mac OS X (Tiger) in 2005, has done a bit of photocopying of its own for the upcoming release, codenamed Leopard.  Most of the new features it is offering have been available elsewhere in the industry for years, even decades, most obviously Spaces, a funked-up version of the virtual desktops presently available via a third-party add-on to OS X (and as standard in Linux).  (More <a href="http://www.internet-nexus.com/2006/08/leopards-ten-new-features-dissected.htm">here</a>, <a href="http://www.theregister.co.uk/2006/08/08/mac_os_x_leopard_preview/">here</a> and <a href="http://www.wired.com/news/columns/cultofmac/0,71557-0.html">here</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2006/08/08/whos_photocopying_who/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Mac and Ubuntu</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2006/06/23/my_mac_and_ubuntu</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2006/06/23/my_mac_and_ubuntu#comments</comments>
		<pubDate>Fri, 23 Jun 2006 22:34:11 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/ijwp/mt.php/2006/06/23/my_mac_and_ubuntu</guid>
		<description><![CDATA[
 <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2006/06/23/my_mac_and_ubuntu">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://technorati.com/tag/ubuntu" rel="tag">ubuntu</a>, <a href="http://technorati.com/tag/kubuntu" rel="tag">kubuntu</a>, <a href="http://technorati.com/tag/apple+mac" rel="tag">apple mac</a>, <a href="http://technorati.com/tag/emac" rel="tag">emac</a>, <a href="http://technorati.com/tag/linux" rel="tag">linux</a></p>

<p>On Sunday evening I finally got round to ordering the new hard drive for my Mac (a 120Gb Seagate).  It arrived on Tuesday morning by standard first-class post, which was unexpectedly early, though they do say on the dabs.com website that &#8220;low-value&#8221; items may be sent that way.  I put it in the wardrobe, still surrounded by most of its packaging (minus the cardboard boxes) while I read up on how to disassemble my Mac so that I could replace the existing one.  The procedure turned out to be staggeringly complicated.</p>

<p><span id="more-710"></span>
Replacing the hard drive in the eMac - the successor of the original multicoloured iMac, albeit with a faster processor and a white case - is not just a case of opening it up, loosening a couple of screws, sliding the old drive out and putting the new one in and tightening the screws up again.  No, you have to get inside the machine, move the fan out of the way, take off the &#8220;Faraday shield&#8221; (a metal shield) and the &#8220;digital assembly&#8221;, which appears to contain a whole lot of the Mac&#8217;s circuitry as well as the hard drive and DVD drive.  The instructions as to how to do this are on a website from which things download very slowly indeed - at about 8K per second, which for a PDF document this size results in a fifteen-minute wait.  There are stern warnings telling you not to touch anything to do with the screen, because CRTs contain high voltages which don&#8217;t go away when you unplug the machine from the mains.  One of the websites I read advised leaving the machine unplugged for <em>twelve hours</em> before going inside the case.</p>

<p>Once you actually get to the hard drive, taking the old one out and replacing it is easy, however.  Then comes the whole ordeal of putting the whole thing back together again, which involves remembering which screws go in which holes (not that easy, although I think I got it right in the end).  The only hiccup was when I turned it on, and of course the machine could not find anything to load an operating system from, given that the new hard drive was completely blank, and the CD eject button had no effect.  I had to manually open up the CD flap and try and press the black button under the case myself.</p>

<p>I loaded up the Mac OS X installation DVD and partitioned the disk, with 35Gb as free space at the low end and the other 75Gb as a Mac partition.  You might notice that this leaves 10Gb, which is the 10Gb which simply is not there.  Hard drive manufacturers and merchants both collude in the &#8220;decimal gigabyte&#8221; scam - selling disks denominated in an inflated gigabyte which is 1,000,000,000 bytes as opposed to 1,024 megabytes, a megabyte being 1,024 kilobytes, a kilobyte being 1,024 bytes.  Gigabytes, megabytes and kilobytes were always denominated this way due to computers operating in binary, not decimal, and 1,024 is 2 to the power of 10 and the nearest power-of-two number to 1,000.  The phony &#8220;decimal&#8221; storage measurement benefits only merchants, and was probably invented in order to dishonestly inflate capacities in adverts.  (The actual capacity of my drive is actually just over 111Gb.)</p>

<p>I then got on and installed OS X, rebooting when it had finished and loading up the Ubuntu CD which I had downloaded.  I chose Ubuntu largely because it is based on Debian and thus easily upgraded, and the OS and the core applications are continually supplied with security updates and the like, and because it installs off one CD and not five.  My laptop runs <a href="http://www.opensuse.org" title="OpenSUSE">OpenSUSE</a> version 10.1, and any time you load up the software management program on there it takes ages to scan the package database.  Ubuntu will actually ship CDs out to you for free, and I ordered one of each of the three versions at the end of May, but I still haven&#8217;t received them and was not willing to wait any more by the time my hard disk arrived, so I downloaded both the &#8220;desktop&#8221; and the &#8220;alternate&#8221; CDs.  Previous versions of Ubuntu had a &#8220;live CD&#8221; and an install CD, but that was before they added the ability to install the software from the live CD, so they renamed it the Desktop CD and left the old install CD for installing on troublesome systems.  So today, the Desktop CD is the recommended one, because you can try it out on your computer and then install it, but when I booted from the CD it failed to start the window system as it did not like my graphics card or monitor.  So I had to use the alternate CD.</p>

<p>I actually have no problems with Ubuntu having no &#8220;graphical installer&#8221;, which some take as a sign of an operating system moving with the times.  (I find the text-only version of the SUSE admin tool faster than the graphical one.)  Ubuntu&#8217;s installation is very basic anyway; there is no selecting packages or groups of packages; it installs the operating system, GNOME, GIMP and OpenOffice, and you can install anything else later.  The biggest problem I had was making Linux&#8217;s file systems; the Ubuntu partitioner simply didn&#8217;t see the free space I&#8217;d set aside in the OS X Disk Utility, seeing the whole drive as free space.  (Strangely enough, it saw 120Gb rather than the 111Gb or so that the drive actually contains; whether it&#8217;s a bug or whether the authors of this partitioner have adopted the &#8220;salesman&#8217;s gigabyte&#8221; I don&#8217;t know.)  I had to use a Unix shell and construct a partition in the free space using the &#8220;parted&#8221; tool.</p>

<p>Once that was done, I set aside some space for swapping, established what I thought was a big enough boot partition, and used the rest as a standard Linux file system.  The system told me that the boot partition had to be 800Kb big, and I let that go because I thought it was 800Kb big, as that&#8217;s what it said on the partitioning screen.  As it turned out, it was too small, and having installed everything and found that the booting program couldn&#8217;t be installed, I had to install it all over again.  This time, I let the partitioner do its job automatically.</p>

<p>Once the whole system was installed, I let it restart and found that the Linux booting program (Yaboot) was working OK, at least as far as loading Linux was concerned.  Ubuntu have really put their stamp on their version of GNOME, with a redesigned &#8220;human&#8221; styling and colour scheme.  You can see some screenshots of the new look <a href="http://www.ubuntu.com/desktop">here</a>; in the old version, &#8220;human&#8221; meant brown - Ubuntu made a big thing of its African origins.  (The look was a mixture of Ubuntu&#8217;s old colours, Clearlooks widget styles and the Industrial window decorations of the old Ximian desktop.)  The first things I did were installing the software development tools, the Qt 4 libraries and, of course, KDE.  The KDE version of Kubuntu is called Kubuntu, and eschews the brown human theme for a blue colour scheme; installing KDE turns Ubuntu into Kubuntu, although you can install Kubuntu from the outset.  I didn&#8217;t do this because the version of KDE shipped with Kubuntu is not the most recent update (version 3.5.3), which was released the very day the present version of Ubuntu (and by extension, Kubuntu) was released.  The Ubuntu website tells you of <a href="https://help.ubuntu.com/community/InstallingKDE">three ways</a> you can install the Kubuntu desktop from Ubuntu, of which I tried the second of the three mentioned, which installs KDE itself without a lot of the extraneous applications, but it did not work, apparently for the lack of the &#8220;kdeutils&#8221; package.  So I had to take the first option of installing the whole &#8220;kubuntu-desktop&#8221; package, which took less time than expected.  (One thing that caught me out was that even after you install the Kubuntu desktop, and the system displays the blue Kubuntu logo rather than the brown Ubuntu one while shutting down, when you log in again, it loads the last session type, which is a GNOME session.  It is not set up to load KDE by default; you have to choose this from the menu yourself.)</p>

<p>One of the biggest difficulties I had was finding out how to get back into Mac OS X, because when I tried picking it from the boot menu, it just returned me to the menu again.  Obviously it wasn&#8217;t configured properly (although it was configured automatically), and I eventually accomplished this by booting again from the Mac OS install DVD and having a look at the partitions.  The partitions shown in Disk Utility bore no resemblance to those actually on the hard disk; the number shown, with their capacities added up, comes to more than the total size of the disk, with large amounts of &#8220;free space&#8221; shown either side of the Mac partition and my Linux partition not there.  The DVD can give you a menu on which you can choose to boot from either the Mac partition, the DVD or a network, and I chose the Mac partition, and it loaded up without incident, allaying my fear that installing Linux had trashed Mac OS X.  But how should I get back to Linux?  One article I read told me I should have done the opposite of what I had done at partitioning stage - put Mac OS X first on the disk, and Linux after it.  But I soon discovered that the way to get a choice of operating systems was to hold down the &#8220;option key&#8221; (the Alt key, with a sort of railway points diagram on it) when the computer was starting up until well after you hear the chime.  This gives you a graphical menu with two disks, one with a Mac symbol and one with a penguin (the Linux symbol) next to it.  Click the latter and it will take you to the Linux boot menu.</p>

<p>The biggest disappointment was in finding how difficult it is to set up Ubuntu to use my Mac&#8217;s graphics card.  My Mac has an ATI card, and to use its full capabilities you need a proprietary driver you can get for free from ATI, but they don&#8217;t supply it for Linux on the PowerPC Mac.  (This is the case with a lot of the proprietary software available for Linux on the ordinary PC, including the Flash player: they don&#8217;t bother releasing a version for Linux on the Mac.)  Essentially, I&#8217;m left with standard 1024x768 non-accelerated graphics, on the eMac&#8217;s built-in screen, which in my case has a nasty blotchy background, the reason for which I never found out, which is why I acquired a second monitor a few months ago.  Of course, I&#8217;m not planning to use Linux for any heavy graphics work; if I had any interest in that, I have Mac OS anyway, but not being able to use your hardware properly because someone is sitting on the software that makes it work is irritating.</p>

<p>On the up-side, the system is a whole lot nippier than any of the PCs on which I have Linux installed.  Whether that&#8217;s down to better hardware or to Ubuntu I&#8217;m not sure, but for example, while typing this using <a href="http://catkin.blogistan.co.uk" title="Catkin QTM">my own blogging application</a>, the editor has not slowed down enough to bother me, which it does pretty quickly on all my other hardware.  The whole system feels very responsive in both GNOME and KDE.  And my usual bugbear on a Linux system - that of ugly fonts - is not much of an issue here; the standard font, DejaVu Sans, apparently derived from Bitstream Vera, is attractive although less so in boldface (that was an even bigger problem with the original Vera).  It&#8217;s easy enough to load the Microsoft TrueType Core fonts, which a lot of websites use (my own included).</p>

<p>On the whole, I expect that Ubuntu will prove adequate for what I intend to use it for: software development.  Installing it on an older Pentium III was much less of a headache, although that system has a separate hard disk for Linux so partitioning was less of an issue (and most ordinary computer users never install their own operating system anyway; it comes with the computer).  As for Ubuntu&#8217;s ability to &#8220;catch on&#8221;, its serious flaws, even in the present version, include an over-simple installation with more advanced configuration (as with configuring the display) made more complicated than it is in other distributions.  Then again, configuration may get easier over the next couple of months, as there is one book on the system scheduled for release each month for the next four months (the first being O&#8217;Reilly&#8217;s <a href="http://www.oreilly.com/catalog/ubuntuhks/">Ubuntu Hacks</a>, due out next week; see it reviewed <a href="http://books.slashdot.org/article.pl?sid=06/06/21/1437206">here</a>).  Right now, however, most Mac users have no need of Linux anyway; they already have a strong Unix-based OS with a fair set of commercial applications; in future, anyone who wants to use both Mac OS X and Linux should be grateful for being free of the restrictions of the existing Mac architecture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2006/06/23/my_mac_and_ubuntu/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Why I will probably continue to buy Macs</title>
		<link>http://www.blogistan.co.uk/blog/mt.php/2006/05/12/why_i_will_probably_continue_to_buy_macs</link>
		<comments>http://www.blogistan.co.uk/blog/mt.php/2006/05/12/why_i_will_probably_continue_to_buy_macs#comments</comments>
		<pubDate>Fri, 12 May 2006 11:04:01 +0000</pubDate>
		<dc:creator>Indigo Jo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.blogistan.co.uk/ijwp/mt.php/2006/05/12/why_i_will_probably_continue_to_buy_macs</guid>
		<description><![CDATA[OSNews recently published a really poorly argued piece by a former Mac enthusiast who subsequently became a Windows and then a Linux fan (Why I will probably never buy another Mac).  It lasts for five pages, and in the first page he goes from becoming a Mac enthusiast while other office workers were being lumbered with PCs, through the whole history up to OS 8 and 9 and Windows 98: after that, he says, the quality of Mac hardware went down, the price stayed more or less the same, the operating system became vastly less reliable and fell behind Windows, and the community did not want to be told that their hardware was a poor choice compared to a PC running Windows.
 <a class="more-link" href="http://www.blogistan.co.uk/blog/mt.php/2006/05/12/why_i_will_probably_continue_to_buy_macs">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- technorati tags start --><p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/linux" rel="tag">linux</a>, <a href="http://www.technorati.com/tag/mac" rel="tag">mac</a>, <a href="http://www.technorati.com/tag/osnews" rel="tag" class="broken_link">osnews</a>, <a href="http://www.technorati.com/tag/alcibiades" rel="tag" class="broken_link">alcibiades</a></p><!-- technorati tags end -->

<p>OSNews recently published a really poorly argued piece by a former Mac enthusiast who subsequently became a Windows and then a Linux fan (<a href="http://www.osnews.com/story.php?news_id=14577">Why I will probably never buy another Mac</a>).  It lasts for five pages, and in the first page he goes from becoming a Mac enthusiast while other office workers were being lumbered with PCs, through the whole history up to OS 8 and 9 and Windows 98: after that, he says, the quality of Mac hardware went down, the price stayed more or less the same, the operating system became vastly less reliable and fell behind Windows, and the community did not want to be told that their hardware was a poor choice compared to a PC running Windows.</p>

<p><span id="more-645"></span>
The reader will notice that this author glosses over two important issues in attacking the Mac community.  One of these is that Windows, at least since 95, has always been notorious for its reliability and security issues.  He does not mention the &#8220;Blue Screen of Death&#8221; even once.  He does not mention the fact that, to run Windows reliably, you need anti-virus software which costs extra (unless it came bundled with the machine), and uses extra system resources.  He does not mention the continual updates, which as time goes on, detract from the performance of Windows - or even that the last fresh Windows OS was released as long ago as 2001.  He was pleased with XP on a system which was fast, with lots of memory and a huge hard disk; on the system I use XP on, a 450Mhz Pentium 3 with 256 megabytes of RAM and a 7Gb hard drive, it&#8217;s an absolute dog.</p>

<p>He also fails to mention that actually OS X has become an excellent operating system.  The presentation values speak for themselves (notably the fonts, unmatched on any other platform including Windows), it&#8217;s fast on my hardware (1GHz G4, 384Mb RAM), and it&#8217;s reliable.  I&#8217;ve not had the whole operating system crash on me once, although individual applications sometimes do.  And it has commercially-supported applications - not as many as on Windows, but certainly more than Linux has, which is what prompted me to move to a Mac having used Linux on a PC.  (The Mac versions of the Microsoft Office packages are said by some to be better than their Windows equivalents; it&#8217;s just as expensive, though, and I got my copy only because I had a student discount at the time.)  As for the original OS X being &#8220;a total dog&#8221;, first-release operating systems often are.  Machines running that version of OS X were configured to dual-boot with OS 9, not least because a lot of applications had not been rewritten for OS X yet.</p>

<p>The author notes that internet forums on which Macs were discussed became less friendly and the inhabitants were often snobbily dismissive of PC users:</p>

<p><blockquote>Windows machines were ridiculed for being boring beige boxes. Windows users were the subject of snobbish jibes. Contemptuous references to Walmart appeared. Macs kept being compared to high end designer brands, in particular to cars. If you chose differently, it was because you had no taste, no class.</p>

<p>BMWs appeared to have a particular fascination for the Mac aficionado. You didn&#8217;t know whether to laugh or cry. The chorus of people who seemed to think that Macs were high class, and that buying them was a route to social mobility, was astounding. Could there really be so many people who were so naive about how social class really works in America? And could so many of them be Mac users? I shivered a bit at the thought.</blockquote>The attitude is indefensible, and the fact that Apple has always refused to issue a PC-equivalent Mac system unit, enabling the user to find his own display, always struck me as rather stupid.  (If you get an all-in-one Mac with a duff screen, as I did, replacing it means either replacing the entire system, perhaps after you&#8217;ve grown attached to it, or ordering a new screen, which costs more than ordering a new PC monitor and has to be fitted inside the computer.  Or you can do as I did, and attach an extra monitor, and you can&#8217;t switch the original bad display off.  They&#8217;re both displaying the same material, wasting electricity.)  It does seem that the &#8220;look&#8221; of a Mac sometimes takes precedence over versatility; if you want a versatile, expandable Mac, you have to get a PowerMac, which <em>starts</em> at £1,395.90 including VAT, not including monitor.  I don&#8217;t think the Mac Mini measures up to an expandable PC system unit: for one thing, opening it is nowhere near as easy and is said to involve decorators&#8217; tools, and many of its components are those of laptops, not desktop systems.</p>

<p>Returning to the fans&#8217; attitudes, some Linux forms are notoriously unfriendly as well, particularly to newcomers.  There is one set of Linux forums I used to visit which would not establish a forum for a particular &#8220;distribution&#8221; unless its author&#8217;s support was forthcoming - the result being that every &#8220;one man and his dog&#8221; distro was represented but SUSE, one of the biggest with one of the biggest user bases, was not - and so the general Linux forum was full of discussion about SUSE!  And a lot of the contemptuous terms he noticed Mac users using (Micro$oft, Windoze and so on) are common among Linux users as well - even turning up in magazines like <em>Linux Format</em> from time to time.</p>

<p>And the software available for Linux is just not up to the standard of the Mac&#8217;s, much less what is there for Windows.  OpenOffice.org comes as one single program with word processor, spreadsheet, presentation package and whatever else, rather than as separate programs which can be loaded into memory as and when needed.  You can imagine the drain this causes to the system&#8217;s performance, and the limitations it places on functionality.  There must be a reason why companies are not rushing to put it on everyone&#8217;s desktop, because it is, after all, free.  The GIMP, adequate for most people&#8217;s uses, may well come up to the feature set of Photoshop, but right now it doesn&#8217;t.  While Linux has no shortage of server databases, both commercial and free, it does not have a serious answer to Access or FileMaker.  And the Mac actually makes it easier to do everyday Unix tasks, such as starting an internet connection when the router has gone down or a wire accidentally got unplugged, than Linux often does (in this particular case, it detects available internet connections and activates them automatically).</p>

<p>His reasons for &#8220;probably never buying another Mac again&#8221; are that Apple, in his view, has cultivated the Apple bigots&#8217; mindset, letting a culture emerge that is far more like a totalitarian state &#8220;with a Dear Leader who would be in place for life, and the only books allowed would be those not on the Index&#8221;.  These bigots sneer at non-Mac users and cheer on Apple&#8217;s every move, including those which are antithetical to freedom (such as its use of Digital Rights Management and its fondness for suing people), and issue outright lies and then get abusive when the lies are refuted.  However, the competition is also known for using morally (and legally) questionable tactics, such as issuing ad campaigns comparing the performance of their server OS with Linux on <em>different hardware</em>, and the phenomenon of what were (or still are) known as <a href="http://www.catb.org/~esr/jargon/html/M/MicroDroid.html">&#8220;MicroDroids&#8221;</a>, who &#8220;post follow-ups to any messages critical of Microsoft&#8217;s operating systems, and often end up sounding like visiting fundamentalist missionaries&#8221;, is well-known.</p>

<p>The fact remains, though, that OS X is a great operating system let down by Apple&#8217;s obsession with &#8220;lifestyle&#8221; hardware marketing.  The last actual new release of it was last year; the last version of Windows came out in 2001, and the upcoming version is not thought to work properly on hardware issued before this year.  (It will also scramble your hard drive to stop you doing things certain corporations don&#8217;t want you doing with their products.)  OS X also has a tried-and-tested open-source Unix base, which Windows XP does not have and neither will Windows Vista.  And the limited hardware has its own advantage, namely that the system can be refined to work well with that hardware and does not need to bloat itself out to interact with every piece of hardware it might meet.  (In the early days of Linux, people would compile their own kernel to suit their hardware for this reason; system resources were too precious to waste on compatibility for hardware you don&#8217;t have.)</p>

<p>I like Linux; it&#8217;s fun to play around with and it&#8217;s just about adequate for some people&#8217;s office needs.  It is also, nowadays, easy to install for someone with a small amount of technical knowledge but who is not a &#8220;Unix guru&#8221;.  I strongly suspect it will not gain desktop approval, if it ever does, until someone works out a solution to its font problems (asymmetry and general ugliness, particularly on serif fonts).  But it does not have the serious desktop applications to make it overtake Windows or OS X, even if as an operating system it is vastly superior to Windows.  Which is why, when I next need to buy a computer, if I can afford one and the Mac is as viable a platform as it is now, I will probably buy another Mac.</p>

<p>(Here&#8217;s <a href="http://www.blogistan.co.uk/blog/mt.php/2005/01/18/os_x_really_does_not_suck">my reply</a> to an earlier article by a Linux fan - in this case the deputy editor of <em>Linux Format</em> - who said that Mac OS X sucks.  OSNews linked my article and you can find <a href="http://www.osnews.com/comment.php?news_id=14589">more comments here</a>, and <a href="http://www.edwardthomson.com/blog/2006/04/here_be_monsters.html">another pro-Mac article</a> with some caveats by Ed Thomson.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogistan.co.uk/blog/mt.php/2006/05/12/why_i_will_probably_continue_to_buy_macs/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

