<?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>(apple)mac geek &#187; mac</title>
	<atom:link href="http://www.macgeek.co.za/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macgeek.co.za</link>
	<description>broadcasting mac geekery to the universe</description>
	<lastBuildDate>Mon, 13 Dec 2010 08:54:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Comparison of worldwide Apple prices &#8211; South Africa comes in 2nd highest</title>
		<link>http://www.macgeek.co.za/2010/01/13/comparison-of-worldwide-apple-prices-south-africa-comes-in-2nd-highest/</link>
		<comments>http://www.macgeek.co.za/2010/01/13/comparison-of-worldwide-apple-prices-south-africa-comes-in-2nd-highest/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 10:52:24 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[South Africa]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/?p=233</guid>
		<description><![CDATA[&#8220;The world is flat!&#8221; Thomas Friedman proclaimed in 2005, meaning that the world has become a global village, where all players have a equal opportunity. I wish he was right, because that would mean that we in South Africa would have the same access to Apple computers as the rest of the First World.
Thanks to [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;The world is flat!&#8221; Thomas Friedman <a href="http://en.wikipedia.org/wiki/The_World_Is_Flat">proclaimed</a> in 2005, meaning that the world has become a global village, where all players have a equal opportunity. I wish he was right, because that would mean that we in South Africa would have the same access to Apple computers as the rest of the First World.</p>
<p>Thanks to Core, we have that access, but it comes at a price, a price which Core refuses to explain to online community, so continuing to maintain the perception that they are a monopoly focusing on one thing: profit, and profit only.</p>
<p><a href="http://blog.cmyplay.com/2010/01/04/apple-macbook-prices-infographic/">cmyplay.com</a> has an interesting infographic showing the price of a 13&#8221; Macbook Pro around the world, and South Africa comes in second most expensive, just after Brazil.</p>
<div id="attachment_234" class="wp-caption alignnone" style="width: 480px"><a href="http://www.macgeek.co.za/wp-content/uploads/2010/01/macbookpricesl.jpg"><img src="http://www.macgeek.co.za/wp-content/uploads/2010/01/macbookpricesl-470x1023.jpg" alt="Worldwide Macbook Prices" title="Worldwide Macbook Prices" width="470" height="1023" class="size-large wp-image-234" /></a><p class="wp-caption-text">Worldwide Macbook Prices</p></div>
<p><a href="http://www.tuaw.com/2010/01/11/macbook-prices-around-the-world/">TUAW picked this up</a> and have some interesting comments on their post.</p>
<p>If Core was paying attention, they could point out that the graphic shows greater differentiation between prices than the actual numbers show. If Core bothered to interact with the online community, they would be able to point out that the South African prices are similar to prices in other countries. If Core cared at all about customer perception, they&#8217;d hire someone to reach out to the online community instead of isolating and vilifying us. My Christmas wish (from last year really &#8211; I didn&#8217;t make one so figure I have some credit!) is that Core would stop their command-and-control ways, and enter into conversations with their customers.</p>
<p>I wish the world really was flat. And I wish Core would reach out to the online community in healthy ways.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2010/01/13/comparison-of-worldwide-apple-prices-south-africa-comes-in-2nd-highest/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ssh logins without passwords</title>
		<link>http://www.macgeek.co.za/2009/09/14/ssh-logins-without-passwords/</link>
		<comments>http://www.macgeek.co.za/2009/09/14/ssh-logins-without-passwords/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 18:55:04 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-keygen]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/?p=193</guid>
		<description><![CDATA[According to &#8220;How To Become A Hacker&#8221;, No problem should ever have to be solved twice.
My problem: logging into a particular server via ssh. Each time I do that, I&#8217;ve got to open Keychain Access, search for &#8220;ssh&#8221;, find the correct Password item which I added in there previously, open it, click &#8220;Show password&#8221;, type [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">&#8220;How To Become A Hacker&#8221;</a>, <a href="http://www.catb.org/~esr/faqs/hacker-howto.html#believe2">No problem should ever have to be solved twice.</a></p>
<p>My problem: logging into a particular server via ssh. Each time I do that, I&#8217;ve got to open Keychain Access, search for &#8220;ssh&#8221;, find the correct Password item which I added in there previously, open it, click &#8220;Show password&#8221;, type in my password to unlock my keychain, copy the password, paste it into terminal, and I&#8217;m in. A perfect task to be automated!</p>
<p>The outline of the solution is to use public/private key cryptography to automatically authenticate myself to the server without having to use a password each time. The steps are:</p>
<ul>
<li>Generate a public and private key pair using using <code>ssh-keygen -t rsa</code><br />
Just follow the prompts and choose the defaults (yes, the passphrase must be empty too). Your private key will be saved in /Users/your-name/.ssh/id_rsa and your public key will be saved in /Users/your-name/.ssh/id_rsa.pub</li>
<li>Edit id_rsa.pub and copy the key into textedit. Make sure the key ends with the username you&#8217;ll be logging into the remote system with (something like user@example.com).</li>
<li>Copy the contents in textedit, ssh into the server as per normal, and append it to the end of the authorized_keys file in the .ssh/ folder.</li>
<li>To test, log in again using ssh. If all has gone well, you shouldn&#8217;t need to re-type your password <img src='http://www.macgeek.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>You&#8217;re done! I&#8217;ve added an extra step, by creating a new file called ssh-example.com and putting my full ssh connection string in it. Then I headed over to <code>/usr/bin</code> and did a <code>sudo ln -s /path/to/script/ssh-example.com</code> which means next time I want to connect, I just type <code>ssh-example.com</code> into terminal.</p>
<p>Thanks to <a href="http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html">these guys</a> for the help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2009/09/14/ssh-logins-without-passwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s are 51% more expensive in South Africa than in the States</title>
		<link>http://www.macgeek.co.za/2009/05/31/apples-are-51-more-expensive-in-south-africa-than-in-the-states/</link>
		<comments>http://www.macgeek.co.za/2009/05/31/apples-are-51-more-expensive-in-south-africa-than-in-the-states/#comments</comments>
		<pubDate>Sun, 31 May 2009 10:00:06 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[South Africa]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/2009/05/31/apples-are-51-more-expensive-in-south-africa-than-in-the-states/</guid>
		<description><![CDATA[Today&#8217;s exchange rate is R7.94 to $1. Core charge R24,000 for the 15 inch 2.4 GHz MacBook Pro (http://www.zastore.co.za/macbookpro0810.php) and it&#8217;s available from the Apple site for $1,999 (http://store.apple.com/us/browse/home/shop_mac/family/macbook_pro).
Using the above exchange rate, $1,999 = R15,869.16. That&#8217;s a difference of R8130.84 which is 51% markup. 51%!!! Are you kidding me? This is unacceptable; I&#8217;ve sent [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s exchange rate is R7.94 to $1. Core charge R24,000 for the 15 inch 2.4 GHz MacBook Pro (<a href="http://www.zastore.co.za/macbookpro0810.php">http://www.zastore.co.za/macbookpro0810.php</a>) and it&#8217;s available from the Apple site for $1,999 (<a href="http://store.apple.com/us/browse/home/shop_mac/family/macbook_pro">http://store.apple.com/us/browse/home/shop_mac/family/macbook_pro</a>).</p>
<p>Using the above exchange rate, $1,999 = R15,869.16. That&#8217;s a difference of R8130.84 which is 51% markup. 51%!!! Are you kidding me? This is unacceptable; I&#8217;ve sent an <a href="http://www.macgeek.co.za/2009/05/31/open-letter-to-core/">open email to Core</a> asking why this is. Why do you, dear South African Apple user, think this is? And what can be done about it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2009/05/31/apples-are-51-more-expensive-in-south-africa-than-in-the-states/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Open letter to Core asking it&#8217;s 51% more expensive to buy a Mac in South Africa than in the State</title>
		<link>http://www.macgeek.co.za/2009/05/31/open-letter-to-core/</link>
		<comments>http://www.macgeek.co.za/2009/05/31/open-letter-to-core/#comments</comments>
		<pubDate>Sun, 31 May 2009 09:58:55 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[South Africa]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/2009/05/31/open-letter-to-core/</guid>
		<description><![CDATA[This is an open letter to Greg Hill from Core asking him to answer a few questions. Firstly, whether Core apply 51% markup to all of their products. Secondly, if Core hope that people reading Stop Grey will really be convinced to not buy grey Apple products. And lastly, what Core is doing to engage [...]]]></description>
			<content:encoded><![CDATA[<p>This is an open letter to Greg Hill from Core asking him to answer a few questions. Firstly, whether Core apply 51% markup to all of their products. Secondly, if Core hope that people reading <a href="http://www.stopgrey.co.za">Stop Grey</a> will really be convinced to not buy grey Apple products. And lastly, what Core is doing to engage Apple users in South Africa.</p>
<p>The email reads:</p>
<p>From: Roger Saner<br />
Date: 31 May 2009 11:52:28 AM<br />
To: Greg Hill<br />
Subject: Pricing for MacBooks, StopGrey.co.za and Core&#8217;s strategy to interact with Apple users</p>
<p>Hi Greg</p>
<p>I&#8217;ve been directed to you by Rene Firsing, who gets the contact emails sent to ZA Store via the website. I&#8217;m very confused about a few things, and she said that probably only a Core Executive could answer my questions.</p>
<p>My first question is about prices. Today&#8217;s Rand/Dollar exchange rate is 1$ = R7.94. You charge R24,000 for the 15 inch 2.4 GHz MacBook Pro ( http://www.zastore.co.za/macbookpro0810.php ) and it&#8217;s available from the Apple site for $1,999 ( http://store.apple.com/us/browse/home/shop_mac/family/macbook_pro )</p>
<p>Using the above exchange rate, $1,999 = R15,869.16. That&#8217;s a difference of R8130.84 which is 51% markup. Do you apply 51% markup to all of your products?</p>
<p>My second question is about Stop Grey.co.za, a website which makes no definite claims, but makes lots of hints &#8211; and uses a fair amount of scare tactics &#8211; as to what will happen to someone if they buy a grey Apple import. Do you hope that people will be convinced to buy from Core, even when they are so much more expensive than grey imports?</p>
<p>Core is widely perceived as a command-and-control old-style organisation who doesn&#8217;t understand that who you are is more important that what you sell. My final question is this: what is your strategy to start and continue an online conversation with Apple users in South Africa, so that you can continue upholding the good reputation Apple has, while at the same time repairing the damage Core is doing to the Apple brand?</p>
<p>Regards<br />
Roger</p>
<p>&nbsp;<br />
[Update: No response yet. Resent to Greg on <strong>7 June 2009</strong>.]<br />
[Update: 702 ran a piece this morning on Cool Apple Buddies in Sandton. While nothing to do with Core, it's all Apple, and since Core claim to be the official Apple people in South Africa, it would be prudent for them to response. I resent this open letter to Greg today, <strong>15 June 2009</strong>.]<br />
[Update: resent <strong>22 June 2009</strong>. Have confirmed with Core that Greg is indeed the person to send this email to, and that I have his correct address. Greg must be really busy.]<br />
[Update: resent <strong>1 July 2009</strong>. Deafening silence.]<br />
[Update: resent <strong>16 July 2009</strong>.]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2009/05/31/open-letter-to-core/feed/</wfw:commentRss>
		<slash:comments>89</slash:comments>
		</item>
		<item>
		<title>Incredible deal on Macbooks and iMacs!</title>
		<link>http://www.macgeek.co.za/2009/02/05/incredible-deal-on-macbooks-and-imacs/</link>
		<comments>http://www.macgeek.co.za/2009/02/05/incredible-deal-on-macbooks-and-imacs/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 11:00:31 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[South Africa]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/2009/02/05/incredible-deal-on-macbooks-and-imacs/</guid>
		<description><![CDATA[Incredible Connection have been playing in the Apple space for a while now, and they have a great deal: new Macbooks are R1500 cheaper than those being sold anywhere else in South Africa. 
You just need to bring down some old hardware &#8211; any old hardware! &#8211; for a trade-in. They&#8217;re repairing those computers and [...]]]></description>
			<content:encoded><![CDATA[<p>Incredible Connection have been playing in the Apple space for a while now, and they have <a href="http://www.incredibleblog.co.za/ic-news/trade-in-your-old-goods-for-new-upgrades-during-february/">a great deal</a>: new Macbooks are R1500 cheaper than those being sold <a href="http://www.zastore.co.za/macbook08">anywhere else in South Africa.</a> </p>
<p>You just need to bring down some old hardware &#8211; any old hardware! &#8211; for a trade-in. They&#8217;re repairing those computers and donating them to schools and charity &#8211; brilliant! </p>
<p>So why is ZA Store so expensive? That&#8217;s the question which has been asked for many years by Apple lovers in South Africa. Not only do we pay more here but we get worse service &#8211; and no recourse. I couldn&#8217;t resist writing this email:</p>
<p>From: roger [at] macgeek dot co dot za<br />
Date: 05 Feb 2009 12:55:04 PM<br />
To: enquire [at] zastore.co.za<br />
Subject: MacBook prices</p>
<p>Hi ZA Store</p>
<p>There is a perception amongst Apple users in South Africa that they are sold computers at vastly inflated prices. For instance, a new Macbook is being sold in the States for $999 &#8211; which is about R10,000. You are selling it for R12,999 &#8211; R3000 more! Incredible Connection is running a special right now &#8211; http://www.incredibleblog.co.za/ic-news/trade-in-your-old-goods-for-new-upgrades-during-february/ &#8211; where MacBooks are being sold at R11,500 &#8211; which seems a lot more reasonable considering import duties are 15-20%.</p>
<p>Can you explain why you are so much more expensive?</p>
<p>Regards<br />
Roger</p>
<p>&nbsp;<br />
<strong>[Update] Resent, April 23rd:</strong></p>
<p>From: Roger Saner<br />
Date: 23 Apr 2009 9:31:39 AM<br />
To: enquire@zastore.co.za<br />
Subject: Fwd: MacBook prices</p>
<p>Hi ZA Store</p>
<p>Does anybody read these emails?</p>
<p>I sent you an email back in February asking why you are so expensive. I also emailed you through stopgrey.co.za, a website which makes no definite claims, but makes lots of hints &#8211; and a fair amount of scare tactics &#8211; as to what will happen to you if you buy a grey Apple import.</p>
<p>What hoops do I have to jump through to get a response from you?</p>
<p>Regards<br />
Roger</p>
<p><strong>[Update] 2nd email sent, April 23rd</strong></p>
<p>From: Roger Saner<br />
Date: 23 Apr 2009 9:50:22 AM<br />
To: enquire@zastore.co.za<br />
Subject: Fwd: MacBook prices</p>
<p>Hi ZA Store</p>
<p>To rephrase my question in my first email, sent Feb 5th (included below), which you didn&#8217;t reply to:</p>
<p>The current Rand/Dollar exchange rate is R8.88 = $1.</p>
<p>You charge R24,000 for the 15 inch 2.4 GHz MacBook Pro ( http://www.zastore.co.za/macbookpro0810.php ) and it&#8217;s available from the Apple site for $1,999 ( http://store.apple.com/us/browse/home/shop_mac/family/macbook_pro )</p>
<p>Using the above exchange rate, $1,999 = R17,742.72. That&#8217;s a difference R6,257.28 which is 35% markup. Do you apply 35% markup to all of your products?</p>
<p>Regards<br />
Roger</p>
<p>&nbsp;<br />
<strong>A reply! Hooray!</strong><br />
From: Rene Firsing <rfirsing at core dot co dot za><br />
Date: 23 Apr 2009 12:15:34 PM<br />
To: Roger Saner<br />
Subject: Re: MacBook prices</p>
<p>Hi Roger,</p>
<p>I do get these mails, and unfortunately do not deal with pricing, so was unable to answer you.<br />
I have no idea with regards to what the costs are for importing technical equipment and therefore would like to ask you to chat to one of our Executives who may be able to assist with the pricing issue.</p>
<p>He will also be able to assist with the grey products website, as unfortunately I do not get any mails from that site.</p>
<p>His name is Greg Hill<br />
087 940 3000</p>
<p>Thanks so much,<br />
Rene<br />
ZA Store</p>
<p>&nbsp;<br />
<b>I&#8217;ve emailed Core with the above questions.</b><br />
The contents to my email to Greg Hill are at <a href="http://www.macgeek.co.za/2009/05/31/open-letter-to-core/">http://www.macgeek.co.za/2009/05/31/open-letter-to-core/</a></p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Apple" rel="tag">Apple</a>, <a class="performancingtags" href="http://technorati.com/tag/Core" rel="tag">Core</a>, <a class="performancingtags" href="http://technorati.com/tag/Incredible Connection" rel="tag">Incredible Connection</a>, <a class="performancingtags" href="http://technorati.com/tag/Macbook" rel="tag">Macbook</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2009/02/05/incredible-deal-on-macbooks-and-imacs/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Repairing a Macbook in South Africa</title>
		<link>http://www.macgeek.co.za/2008/07/16/repairing-a-macbook-in-south-africa/</link>
		<comments>http://www.macgeek.co.za/2008/07/16/repairing-a-macbook-in-south-africa/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 10:15:21 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[South Africa]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/2008/07/16/repairing-a-macbook-in-south-africa/</guid>
		<description><![CDATA[::flexes fingers:: This is going to be interesting. I am an avowed Apple lover and this is in spite of the poor Apple presence in South Africa &#8211; not to mention the after-sale service. Core IMC is the company which runs ZA Store &#8211; the unofficial official online shop for Apple (authorised by Apple South [...]]]></description>
			<content:encoded><![CDATA[<p>::flexes fingers:: This is going to be interesting. I am an avowed Apple lover and this is in spite of the poor Apple presence in South Africa &#8211; not to mention the after-sale service. <a href="http://www.core.co.za/">Core IMC</a> is the company which runs <a href="http://www.zastore.co.za/">ZA Store</a> &#8211; the unofficial official online shop for Apple (authorised by Apple South Africa, whoever they are). Core do the imports for South Africa due to an agreement with Apple and recently published an advertisment in the local newspapers saying that other shops who import Apple products through different channels are not &#8220;official&#8221; and people shouldn&#8217;t buy from them because Apple won&#8217;t support those products.<span id="more-171"></span></p>
<p>Which is rubbish. Apple will support any products bought in that particular country, and will support laptops worldwide. So, if someone buys a Macbook in the UK and 2 months later it dies in the US, they can walk into any Apple Store and get it fixed &#8211; for free, because its under warranty.</p>
<p><s>Not so in South Africa. If that same person was in SA with a broken laptop and it&#8217;s under warranty, no-one will fix it for free. Why? </s> [update: Core and any Mac shop should support international warranties from Apple. I chose <a href="http://www.applecart.co.za/">C3</a> and they're repairing it now...] Doesn&#8217;t Apple have an official presence here? Well, no. Core is official in the sense that they have a license from Apple UK to operate in this country (click on &#8220;Support&#8221; on the ZA Store home page and it takes you to the Apple UK page). But they&#8217;re under no obligation to deliver Apple services which are standard in the rest of the world. The <a href="http://www.apple.com/za/buy/online/">ZA Store disclaimer</a> says:</p>
<blockquote><p>Please be advised that ZA Store is operated independently by ZA Online Store Pty (Ltd) as authorised by Apple South Africa.<br />
Apple Inc. will not be held liable for any possible, consequential or inadvertent misrepresentation.</p></blockquote>
<p>So essentially, &#8220;Apple&#8221; in South Africa is Core, and Core can do whatever they want. And they have. I&#8217;ve shuddered as to what might happen if my beloved Macbook Pro breaks something&#8230;and now I get to shudder on behalf of my friend <a href="http://www.stewart5.net/">Arthur</a>, who did what every computer user should never do but which happens far too frequently&#8230;he spilt coffee on his Macbook. So I&#8217;m taking it in to get fixed&#8230;but to who?</p>
<p>I bought my first Mac (an iBook G4) from Cool Apple Buddy in Sandton and a quick google didn&#8217;t reveal a website for them, but rather a <a href="http://www.hellopeter.com/the_comment.asp?recid=109804&amp;comp=703082">string</a> of <a href="http://www.hellopeter.com/the_comment.asp?recid=117326&amp;comp=703082">complaints</a>. Besides, Cool Apple Buddy and Core are <a href="http://espaces.wordpress.com/2008/04/01/war-of-ipods-as-apple-turns-on-buddy/">fighting with each other </a>now that CAB has gone independent. I bought my Macbook Pro from Wayne&#8217;s World in Cresta, a place which does its own imports and own repairs, so that&#8217;s an option. The Core workshop is a possibility&#8230;as a last resort. My experience with many local Apple technicians is all they want to do to fix a laptop is to replace the motherboard, without looking at other options first. *sigh*</p>
<p>A <a href="http://twitter.com/rogersaner/statuses/859836008">twittered call for help</a> got a reply from <a href="http://stii.za.net/">Stii</a> and <a href="http://www.prophecy.co.za/">Paul</a> to use C3 in Cresta, Joburg. I&#8217;ve heard some good things about them.</p>
<p>I&#8217;ll be blogging through this experience. This post turned into a bit of a rant, alas. I guess I just can&#8217;t fathom why a Macbook Pro is R4000 more expensive in South Africa than in the States&#8230;</p>
<p>[2008.07.23 update: I took Arthur's Macbook in to <a href="http://www.applecart.co.za/">C3</a> last Friday. Yesterday Arthur called them to find out what was happening, and as he was talking to the receptionist she suddenly swore and hung up. Turns out that was an armed robbery and they took all of their computers. Arthur's is probably one of the ones the took...right now they're trying to get up and running again. Shame, guys - I'm glad everyone is ok! Hopefully they're covered by insurance...]</p>
<p>[Update: it took C3 nearly 3 weeks, but in the end Arthur's MacBook was finally fixed. Hooray! Turns out it wasn't stolen in the robbery, and C3 are a bit more vigilant about letting people in.]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2008/07/16/repairing-a-macbook-in-south-africa/feed/</wfw:commentRss>
		<slash:comments>211</slash:comments>
		</item>
		<item>
		<title>My new record: running a Mac for 52 days continuously</title>
		<link>http://www.macgeek.co.za/2008/04/01/my-new-record-running-a-mac-for-52-days-continuously/</link>
		<comments>http://www.macgeek.co.za/2008/04/01/my-new-record-running-a-mac-for-52-days-continuously/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:58:20 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/2008/04/01/my-new-record-running-a-mac-for-52-days-continuously/</guid>
		<description><![CDATA[I have a Macbook Pro which I&#8217;m rather proud of. Aside from working it extremely hard and having stacks of applications open simultaneously, it travels with me from my room to the house to the Drakensberg to all around Pretoria, so I&#8217;m continuously putting it to sleep and waking it up again, often for 10 [...]]]></description>
			<content:encoded><![CDATA[<p>I have a Macbook Pro which I&#8217;m rather proud of. Aside from working it extremely hard and having stacks of applications open simultaneously, it travels with me from my room to the house to the Drakensberg to all around Pretoria, so I&#8217;m continuously putting it to sleep and waking it up again, often for 10 minute periods. It&#8217;s performed flawless for the last month &#8211; the last time I had to reboot/restart it was almost 2 months ago.</p>
<p>According to a cool little Terminal command &#8211; uptime &#8211; my Mac has been running for:</p>
<p><code>22:53  up 52 days,  9:41, 4 users, load averages: 0.75 0.91 0.89</code></p>
<p>This is a personal record and I felt I had to share it with everyone who should know better than to check their rss feed every hour. Go and do something. In the real world. Talk to someone. Without using a chat client. Go on &#8211; it&#8217;s less scary than you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2008/04/01/my-new-record-running-a-mac-for-52-days-continuously/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Burning an iso image on Mac OS X</title>
		<link>http://www.macgeek.co.za/2008/02/13/burning-an-iso-image-on-mac-os-x/</link>
		<comments>http://www.macgeek.co.za/2008/02/13/burning-an-iso-image-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 14:20:26 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/2008/02/13/burning-an-iso-image-on-mac-os-x/</guid>
		<description><![CDATA[I&#8217;ve recently downloaded edubuntu so I can install it on a spare PC (its default setup is as a thin-client server &#8211; something I want to play with). After downloading the iso, I need to burn it to a cd. Here&#8217;s how to do it, courtesy of Mac OS X Hints:

Insert a blank disc.
Start Disk [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently downloaded edubuntu so I can install it on a spare PC (its default setup is as a thin-client server &#8211; something I want to play with). After downloading the iso, I need to burn it to a cd. Here&#8217;s how to do it, courtesy of <a href="http://www.macosxhints.com/article.php?story=20060619181010389">Mac OS X Hints</a>:</p>
<ol>
<li>Insert a blank disc.</li>
<li>Start Disk Utility.</li>
<li>From the File menu, choose Open Disk Image and select the ISO to be burned.</li>
<li>In the list of volumes, you will now see an item representing the ISO file. Select it.</li>
<li>Click the Burn button and follow the instructions.</li>
</ol>
<p>I also could&#8217;ve <a href="http://www.tech-recipes.com/apple_mac_tips1002.html">burnt it from the command line</a> by:</p>
<p><code>hdiutil burn image.iso</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2008/02/13/burning-an-iso-image-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A superthin laptop from Apple</title>
		<link>http://www.macgeek.co.za/2008/01/16/a-superthin-laptop-from-apple/</link>
		<comments>http://www.macgeek.co.za/2008/01/16/a-superthin-laptop-from-apple/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 23:59:11 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/2008/01/16/a-superthin-laptop-from-apple/</guid>
		<description><![CDATA[
Apple has released a new laptop at MacWorld &#8211; and it&#8217;s superthin! Welcome the MacBook Air! It&#8217;s as thin as your index finger, has 2 GBs of memory and an 80 GB hard drive. Or you can upgrade to a solid-state hard drive &#8211; which has no moving parts (!). The battery has been redesigned [...]]]></description>
			<content:encoded><![CDATA[<p>
Apple has released a new laptop at <a href="http://www.macrumors.com/2008/01/15/quicktime-stream-of-mwsf-2008-keynote/">MacWorld</a> &#8211; and it&#8217;s superthin! Welcome the <a href="http://www.apple.com/macbookair/">MacBook Air</a>! It&#8217;s as thin as your index finger, has 2 GBs of memory and an 80 GB hard drive. Or you can upgrade to a solid-state hard drive &#8211; which has no moving parts (!). The battery has been redesigned and reportedly gives 5 hours of life &#8211; <em>while using wireless! </em>B-e-a-utiful!
</p>
<p>
<img src="http://www.macgeek.co.za/wp-content/uploads/2008/01/overview_bigair_one20080115.jpg" height="353" width="699" border="0" hspace="4" vspace="0" alt="MacBook Air" title="MacBook Air" />
</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/MacBook Air" rel="tag">MacBook Air</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2008/01/16/a-superthin-laptop-from-apple/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why I&#8217;m relieved I work on a Mac</title>
		<link>http://www.macgeek.co.za/2007/11/28/why-im-relieved-i-work-on-a-mac/</link>
		<comments>http://www.macgeek.co.za/2007/11/28/why-im-relieved-i-work-on-a-mac/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 09:44:22 +0000</pubDate>
		<dc:creator>Roger Saner</dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.macgeek.co.za/2007/11/28/why-im-relieved-i-work-on-a-mac/</guid>
		<description><![CDATA[Last week I tried to sort out Steve&#8217;s computer. Steve&#8217;s PC is 8 years old, has 256 MB&#8217;s RAM and is running Windows XP. He runs Norton Antivirus, MacAfee, has two anti-spyware programs and downloads all of the windows updates and security patches and surprisingly, given its age, his laptop runs fine. Unfortunately, Steve is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tuaw.com/2005/11/28/i-love-my-mac-the-song/"><img src="http://www.tuaw.com/images/2005/11/ilovemymac.gif" align="right"></a>Last week I tried to sort out Steve&#8217;s computer. Steve&#8217;s PC is 8 years old, has 256 MB&#8217;s RAM and is running Windows XP. He runs Norton Antivirus, MacAfee, has two anti-spyware programs and downloads all of the windows updates and security patches and surprisingly, given its age, his laptop runs fine. Unfortunately, Steve is a trusting guy. While browsing the net 2 weeks ago a message appeared on his screen telling him that his computer might be infected and he should download a program which would confirm this and clean his machine. Steve doesn&#8217;t know he&#8217;s not supposed to use <a href="http://www.getfirefox.com">Internet Explorer 7</a>. Steve doesn&#8217;t know that if something pops up on his screen he should not necessarily believe what it says. Steve doesn&#8217;t know that <a href="http://www.getfirefox.com">Firefox</a> stops malicious popups which, if he were to click on them (and boy, did he click on them), it would install some very-difficult-to-remove adware on his computer and slow it down to a crawl (worse than a crawl, actually. Time runs backwards when using his laptop. I actually gained an extra 40 minutes of life while working on it).</p>
<p>Steve first suspected something was wrong when he was chatting to a friend in the States on MSN and wrote, &#8220;When I get back I&#8217;m going to need to buy a mattress.&#8221; 30 seconds later, a window popped up offering him GREAT DEALS ON MATTRESSES!!! This initiated a conflict between Steve&#8217;s trusting self and the invasive message he read&#8230;a conflict which was resolved by &#8211; and this is important, as it is the first lesson which most Windows users who don&#8217;t know how to hack the registry need to learn &#8211; <em><b>don&#8217;t trust your Windows computer</b></em>. Be suspicious. If it tells you something, don&#8217;t believe it. Especially if it looks like a popup.</p>
<p>Steve is from another generation. He gets the basics &#8211; emails, word processing, internet. Now he has just learnt why he should not trust his PC. I&#8217;m sad for him. Losing trust in something is never a pleasant experience.</p>
<p>Which is why he should trust another Steve and switch to a Mac. It&#8217;s not just that Mac&#8217;s don&#8217;t give you annoying popups &#8211; Mac&#8217;s allow you to trust them. And trust is important, which is why the philosophers tell us that the challenge for the post-postmodern world is to move from a hermeneutic (i.e. how we interpret reality) of suspicion (the default Windows user requirement) to a hermeneutic of trust (the default Mac <em>experience</em>).</p>
<p>And that&#8217;s why I&#8217;m relieved I work on a Mac &#8211; it&#8217;s just so far ahead of the rest of the world.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/postmodernism" rel="tag">postmodernism</a>, <a href="http://www.technorati.com/tag/Mac" rel="tag">Mac</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgeek.co.za/2007/11/28/why-im-relieved-i-work-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

