<?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>Cocoanetics &#187; Mac</title>
	<atom:link href="http://www.cocoanetics.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cocoanetics.com</link>
	<description>Our DNA is written in Objective-C</description>
	<lastBuildDate>Sat, 25 May 2013 08:50:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=dr_touch&amp;url=http%3A%2F%2Fwww.cocoanetics.com%2F&amp;language=en_US&amp;category=text&amp;title=Cocoanetics&amp;description=Our+DNA+is+written+in+Objective-C&amp;tags=blog" type="text/html" />
		<item>
		<title>My Terminal is Less Boring Than Yours</title>
		<link>http://www.cocoanetics.com/2012/02/my-terminal-is-less-boring-than-yours/</link>
		<comments>http://www.cocoanetics.com/2012/02/my-terminal-is-less-boring-than-yours/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 14:57:41 +0000</pubDate>
		<dc:creator>Drops</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.cocoanetics.com/?p=5875</guid>
		<description><![CDATA[There&#8217;s a category of developers &#8211; probably coming from other Linux-based desktops &#8211; who are feeling at home in the console (aka terminal). Especially when working with SCM systems like Git or Subversion you&#8217;re often faster committing or updating doing that via short commands as compared to Xcode. Unfortunately Apple did not think to make the console a nice thing to look at from the get go. Let me show you quickly how you can geek up your terminal as well. Your colleagues will be impressed. It&#8217;s really simple. You need to add these lines to your .profile which resides in your user home directory. If the file does not exist, create it. export CLICOLOR=1 export LSCOLORS=Gxfxcxdxbxegedabagacad The first line activates color support for the CLI (command line interface), the second line specifies which colors to use for certain kinds of things. When this is set every new console window will emit special ANSI sequences to set the colors. You also need to enable these colors for your terminal. Make sure you have set your terminal emulation to xterm-color in Preferences &#8211; Advanced in the Terminal app. While you are here you can also set up some other things for how the Terminal should be styled. I prefer the &#8220;Pro&#8221; style which has a tinted glass background, sort of like a holographic display which you can see through. The above settings will make your terminal look like this: If these colors are not your style, don&#8217;t fret, Geoff Greer has build a cool online generator to piece together the LSCOLORS code. Just make your own color finger print and paste it into your .profile. There&#8217;s more! Git also sports several color options: git config color.branch auto git config color.diff auto git config color.interactive auto git config color.status auto &#8230; or you use the catch-all setting which includes all of the above: git config color.ui true This adds splashes of colors here and there, for examples a git diff: Many other tools also support a color option, for example viewing a command&#8217;s man page is so much more interesting with a touch of color. If you have additional suggestions on how to make better use of color in terminal please don&#8217;t hesitate to comment below.]]></description>
				<content:encoded><![CDATA[<p>There&#8217;s a category of developers &#8211; probably coming from other Linux-based desktops &#8211; who are feeling at home in the console (aka terminal). Especially when working with SCM systems like Git or Subversion you&#8217;re often faster committing or updating doing that via short commands as compared to Xcode.</p>
<p>Unfortunately Apple did not think to make the console a nice thing to look at from the get go. Let me show you quickly how you can geek up your terminal as well. Your colleagues will be impressed.</p>
<p><span id="more-5875"></span></p>
<div id="more-5875"></div>
<div class="inner_ad_block">
<div id="advman-7" class="widget Advman_Widget">
<h3 class="widgettitle"></h3>
<p><!-- BuySellAds.com Zone Code --></p>
<div id="bsap_1260346" class="bsarocks bsap_fc3166ea4a479e0fdb4251fbe92a1219"></div>
<p><!-- End BuySellAds.com Zone Code --></div>
</div>
<p>It&#8217;s really simple. You need to add these lines to your .profile which resides in your user home directory. If the file does not exist, create it.</p>

<div class="wp_codebox"><table><tr id="p58754"><td class="code" id="p5875code4"><pre class="sh" style="font-family:monospace;">export CLICOLOR=1
export LSCOLORS=Gxfxcxdxbxegedabagacad</pre></td></tr></table></div>

<p>The first line activates color support for the CLI (command line interface), the second line specifies which colors to use for certain kinds of things. When this is set every new console window will emit special ANSI sequences to set the colors.</p>
<p>You also need to enable these colors for your terminal. Make sure you have set your terminal emulation to <strong>xterm-color</strong> in Preferences &#8211; Advanced in the Terminal app. While you are here you can also set up some other things for how the Terminal should be styled. I prefer the &#8220;Pro&#8221; style which has a tinted glass background, sort of like a holographic display which you can see through.</p>
<p>The above settings will make your terminal look like this:</p>
<p><a href="http://i1.wp.com/www.cocoanetics.com/files/Bildschirmfoto-2012-02-01-um-3.28.25-PM.png"><img class="alignnone size-full wp-image-5876" title="Terminal in color" src="http://i1.wp.com/www.cocoanetics.com/files/Bildschirmfoto-2012-02-01-um-3.28.25-PM.png?resize=622%2C466" alt="" data-recalc-dims="1" /></a></p>
<p>If these colors are not your style, don&#8217;t fret, Geoff Greer has build a cool online generator to <a href="http://geoff.greer.fm/lscolors/">piece together the LSCOLORS code</a>. Just make your own color finger print and paste it into your .profile.</p>
<p>There&#8217;s more! Git also sports several color options:</p>

<div class="wp_codebox"><table><tr id="p58755"><td class="code" id="p5875code5"><pre class="sh" style="font-family:monospace;">git config color.branch auto
git config color.diff auto
git config color.interactive auto
git config color.status auto</pre></td></tr></table></div>

<p>&#8230; or you use the catch-all setting which includes all of the above:</p>

<div class="wp_codebox"><table><tr id="p58756"><td class="code" id="p5875code6"><pre class="sh" style="font-family:monospace;">git config color.ui true</pre></td></tr></table></div>

<p>This adds splashes of colors here and there, for examples a git diff:</p>
<p><a href="http://i2.wp.com/www.cocoanetics.com/files/Bildschirmfoto-2012-02-01-um-3.37.02-PM.png"><img class="alignnone size-full wp-image-5877" title="git diff with color" src="http://i2.wp.com/www.cocoanetics.com/files/Bildschirmfoto-2012-02-01-um-3.37.02-PM.png?resize=760%2C578" alt="" data-recalc-dims="1" /></a></p>
<p>Many other tools also support a color option, for example viewing a command&#8217;s man page is so much more interesting with a touch of color. If you have additional suggestions on how to make better use of color in terminal please don&#8217;t hesitate to comment below.</p>
 <p><a href="http://www.cocoanetics.com/?flattrss_redirect&amp;id=5875&amp;md5=d60a537041a534936e78adc10aacf110" title="Flattr" target="_blank"><img src="http://www.cocoanetics.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cocoanetics.com/2012/02/my-terminal-is-less-boring-than-yours/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=dr_touch&amp;url=http%3A%2F%2Fwww.cocoanetics.com%2F2012%2F02%2Fmy-terminal-is-less-boring-than-yours%2F&amp;language=en_GB&amp;category=text&amp;title=My+Terminal+is+Less+Boring+Than+Yours&amp;description=There%26%238217%3Bs+a+category+of+developers+%26%238211%3B+probably+coming+from+other+Linux-based+desktops+%26%238211%3B+who+are+feeling+at+home+in+the+console+%28aka+terminal%29.+Especially+when+working+with+SCM+systems+like...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Control of Cables</title>
		<link>http://www.cocoanetics.com/2011/05/control-of-cables/</link>
		<comments>http://www.cocoanetics.com/2011/05/control-of-cables/#comments</comments>
		<pubDate>Thu, 12 May 2011 07:18:15 +0000</pubDate>
		<dc:creator>Drops</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.cocoanetics.com/?p=4990</guid>
		<description><![CDATA[Ever since I got my first earbuds with an Apple device (must have been an original iPhone) I&#8217;ve been wondering something, maybe you as well: what is the purpose of this extra clip on the wire. There&#8217;s this movable thingy between where the cable parts and the earpiece. In fact if you google that, then there&#8217;s only one other person that asks the same question: On my iPhone headset (the one that came with the device, as well as the in-ear buds) there&#8217;s a little piece of plastic that slides on the cable to one earbud, and can clip onto the other cable. It&#8217;s not large enough to accommodate the headset cable below the split, so it can&#8217;t be used to somehow hold the cable in place when it&#8217;s curled up. It&#8217;s not tight enough to stay in place if I slide it nearer the earbud, so it can&#8217;t be used to essentially move the point where the cable splits closer to the earbuds. It&#8217;s not tight enough to really hold on to the other earbud cable. It takes nearly no effort at all to pull the cables apart. What in the world is it good for?!? After some research we found what it is mean to be used for, as well as several other tricks with Apple cables that you might not have known. When I asked my twitter followers if they had any good explanations, one stood out: &#8230; either to hold slack under your chin or to hold the buds together at the top when you wrap them up. That&#8217;s how I use it anyway. &#8211; Jonathan H. The one place that we SHOULD consult as the authoritative source on the meaning of the clip is Apple. Or rather the user guides. And indeed I found an illustration in the iPod User Guide: So the answer to my question is that this clip is indeed meant to shift the place where the cables split closer to your throat. There might be physical activities where you want less dangling cable in front of you. Like when I am gardening (read: shoveling) I usually let my cord run under my T-Shirt so that it does not get tangled with the equipment. Don&#8217;t you love how Apple describes this feature? &#8220;The earphone cord is adjustable&#8221;, indeed, any other company would have put an exclamation mark there instead of a period and put this into the advertisement brochure. Remotely In Command The above graphic also reminds us of the fact that we are blessed with a remote control on the other wire. I usually listen on my iPhone to podcasts while walking the dog and love to be collecting miles at the same time with Nike+. Now if you have an app that plays background audio it will take over the remote control API and interpret your commands itself. Because of this I go used to the original set of commands that work while Nike+ is running: One pinch: Play, Pause which are also starting and stopping the workout Double pinch: skip to next track Triple pinch: skip to previous track Long pinch: voice information on how quick you are running/moving But that Nike+ only supports these commands, does not mean that there aren&#8217;t any more. I often found that I wanted to skip Leo Laporte&#8217;s advertisements, which I do by going into the iPod app and hitting the 2x button while he tells me for the umpteenth time that I should pay for carbonate. But if you don&#8217;t have an app in charge of the interpretation of your remote commands, then here&#8217;s the complete list, again from the user guide. Pause a song or video: Press the center button. Press again to resume playback. Skip to the next song: Press the center button twice quickly. Return to previous song: Press the center button three times quickly. Fast-forward: Press the center button twice quickly and hold. Rewind: Press the center button three times quickly and hold. Adjust the volume: Press the + or – button. Answer an incoming call: Press the center button. End the current call: Press the center button. Decline an incoming call: Press and hold the center button for about two seconds, then let go. Two low beeps confirm you declined the call. Switch to an incoming or on-hold call and put the current call on hold: Press the center button. Press again to switch back to the first call. Switch to an incoming or on-hold call and end the current call: Press and hold the center button for about two seconds, then let go. Two low beeps confirm you ended the first call. Use Voice Control &#8211; Press and hold the center button. I made the items bold that I bet you did not know about. I [...]]]></description>
				<content:encoded><![CDATA[<p>Ever since I got my first earbuds with an Apple device (must have been an original iPhone) I&#8217;ve been wondering something, maybe you as well: what is the purpose of this <strong>extra clip</strong> on the wire. There&#8217;s this movable thingy between where the cable parts and the earpiece.</p>
<p>In fact if you google that, then there&#8217;s only one other person that <a href="http://apple.stackexchange.com/questions/4198/whats-the-little-plastic-clip-on-the-headset-good-for      ">asks</a> the same question:</p>
<blockquote><p>On my iPhone headset (the one that came with the device, as well as the in-ear buds) there&#8217;s a little piece of plastic that slides on the cable to one earbud, and can clip onto the other cable.</p>
<ul>
<li>It&#8217;s not large enough to accommodate the headset cable below the split, so it can&#8217;t be used to somehow hold the cable in place when it&#8217;s curled up.</li>
<li>It&#8217;s not tight enough to stay in place if I slide it nearer the earbud, so it can&#8217;t be used to essentially move the point where the cable splits closer to the earbuds.</li>
<li>It&#8217;s not tight enough to really hold on to the other earbud cable. It takes nearly no effort at all to pull the cables apart.</li>
</ul>
<p><strong>What in the world is it good for?!?</strong></p></blockquote>
<p>After some research we found what it is mean to be used for, as well as several other tricks with Apple cables that you might not have known.</p>
<p><span id="more-4990"></span></p>
<div id="more-4990"></div>
<div class="inner_ad_block">
<div id="advman-7" class="widget Advman_Widget">
<h3 class="widgettitle"></h3>
<p><!-- BuySellAds.com Zone Code --></p>
<div id="bsap_1260346" class="bsarocks bsap_fc3166ea4a479e0fdb4251fbe92a1219"></div>
<p><!-- End BuySellAds.com Zone Code --></div>
</div>
<p>When I asked my twitter followers if they had any good explanations, one stood out:</p>
<blockquote><p>&#8230; either to hold slack under your chin or to hold the buds together at the top when you wrap them up. That&#8217;s how I use it anyway. &#8211; <a href="http://twitter.com/jonnysuave">Jonathan H.</a></p></blockquote>
<p>The one place that we SHOULD consult as the authoritative source on the meaning of the clip is Apple. Or rather the user guides. And indeed I found an illustration in the <a href="http://manuals.info.apple.com/en_US/iPod_shuffle_3rdGen_UG.pdf">iPod User Guide</a>:</p>
<p><a href="http://i1.wp.com/www.cocoanetics.com/files/adjustable.png"><img class="alignnone size-full wp-image-4991" title="The earbuds are adjustable!" src="http://i1.wp.com/www.cocoanetics.com/files/adjustable.png?resize=446%2C347" alt="" data-recalc-dims="1" /></a></p>
<p>So the answer to my question is that this clip is indeed meant to shift the place where the cables split closer to your throat. There might be physical activities where you want less dangling cable in front of you. Like when I am gardening (read: shoveling) I usually let my cord run under my T-Shirt so that it does not get tangled with the equipment. Don&#8217;t you love how Apple describes this feature?<em> &#8220;The earphone cord is adjustable&#8221;</em>, indeed, any other company would have put an exclamation mark there instead of a period and put this into the advertisement brochure.</p>
<h2>Remotely In Command</h2>
<p>The above graphic also reminds us of the fact that we are blessed with a remote control on the other wire. I usually listen on my iPhone to podcasts while walking the dog and love to be collecting miles at the same time with Nike+. Now if you have an app that plays background audio it will take over the remote control API and interpret your commands itself.</p>
<p>Because of this I go used to the original set of commands that work while Nike+ is running:</p>
<ul>
<li>One pinch: Play, Pause which are also starting and stopping the workout</li>
<li>Double pinch: skip to next track</li>
<li>Triple pinch: skip to previous track</li>
<li>Long pinch: voice information on how quick you are running/moving</li>
</ul>
<p>But that Nike+ only supports these commands, does not mean that there aren&#8217;t any more. I often found that I wanted to skip Leo Laporte&#8217;s advertisements, which I do by going into the iPod app and hitting the 2x button while he tells me for the umpteenth time that I should pay for carbonate. But if you don&#8217;t have an app in charge of the interpretation of your remote commands, then here&#8217;s the complete list, again from the <a href="http://manuals.info.apple.com/en_US/iphone_user_guide.pdf">user guide</a>.</p>
<ul>
<li>Pause a song or video: Press the center button. Press again to resume playback.</li>
<li>Skip to the next song: Press the center button twice quickly.</li>
<li>Return to previous song: Press the center button three times quickly.</li>
<li><strong>Fast-forward:</strong> Press the center button twice quickly and hold.</li>
<li><strong>Rewind: </strong>Press the center button three times quickly and hold.</li>
<li>Adjust the volume: Press the + or – button.</li>
<li>Answer an incoming call: Press the center button.</li>
<li>End the current call: Press the center button.</li>
<li><strong>Decline an incoming call:</strong> Press and hold the center button for about two seconds, then let go. Two low beeps confirm you declined the call.</li>
<li><strong>Switch to an incoming or on-hold call and put the current call on hold: </strong>Press the center button. Press again to switch back to the first call.</li>
<li><strong>Switch to an incoming or on-hold call and end the current call: </strong>Press and hold the center button for about two seconds, then let go. Two low beeps confirm you ended the first call.</li>
<li>Use Voice Control &#8211; Press and hold the center button.</li>
</ul>
<p>I made the items bold that I bet you did not know about. I know I didn&#8217;t, boy how would I love the fast-forward function for those ads &#8230; but for some reason Apple/Nike did not think it would be useful to fast-forward a workout. <img src='http://i1.wp.com/www.cocoanetics.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' data-recalc-dims="1" /> </p>
<h2>How you Wind it</h2>
<p>Since it was suspected that this mysterious clip might play a role our interest shifted to researching methods to wrap up your earphones in a way that would not be hazardous to their health. It has since been established that you cannot use the clip for that because it is too small to clip onto the cable below the split where there are two cables. I found 3 methods.</p>
<h3>The Devil&#8217;s Horn</h3>
<p>This employs the gesture invented by none other than John Lennon to warp up the cord and then it up with itself. The gesture itself makes it Rock&#8217;n'Roll.</p>
<p><a href="http://www.youtube.com/watch?v=fY9LIFKlDaU">http://www.youtube.com/watch?v=fY9LIFKlDaU</a></p>
<h3>The Lifehacker Wrap</h3>
<p>This is similar to the horn but does not use the gesture. Instead of the tight wrapping at the end the elasticity of the cable itself is used by simply sticking it through the loop.</p>
<p>Unfortunately the video is on Yahoo from where I could not embed it. Watch it in the <a href="http://lifehacker.com/software/ipod/how-to-wrap-a-headphone-cord-225310.php">original article</a>.</p>
<h3>The Ultimate Wrap</h3>
<p>HackCollege first bashes all other methods for they are twisting and turning the cable causing it to age quickly. Their method comes from a technique that IT guys have known for use with other long cables since the dark ages.</p>
<p><a href="http://www.youtube.com/watch?v=kcND46YrB1o">http://www.youtube.com/watch?v=kcND46YrB1o</a></p>
<p>This third wrap employes a little extra gimmick to keep the coiled up cable together, but that&#8217;s a small price to pay compared to what new earphones are costing these day. So that&#8217;s the one I use from now on. If you don&#8217;t have this extra thing handy then I suggest practicing the devil&#8217;s horn but instead of the tight final wrap simply stick the end through the loop as in the Lifehacker wrap.</p>
<h2>Bonus: Saving your Power Adapters</h2>
<p>Since we are speaking of cables, here&#8217;s a trick that was shown to me by the guys that made Superpin.</p>
<p>Apple power adapters for MacBooks some with a wonderful mechanism to roll up the cord and I trust that you know how this is used. But what you probably don&#8217;t know is that with a little trick you can roll it up in a way that you can have gravity unroll it without doing any harm to it.</p>
<p>Instead of starting to roll it up the normal way, you make an extra loop like shown in this picture.</p>
<p><a href="http://i0.wp.com/www.cocoanetics.com/files/IMG_0575.jpg"><img class="alignnone size-medium wp-image-5000" title="Extra loop" src="http://i0.wp.com/www.cocoanetics.com/files/IMG_0575.jpg?resize=300%2C224" alt="" data-recalc-dims="1" /></a> <a href="http://i0.wp.com/www.cocoanetics.com/files/IMG_0576.jpg"><img class="alignnone size-medium wp-image-5001" title="All wrapped up" src="http://i0.wp.com/www.cocoanetics.com/files/IMG_0576.jpg?resize=300%2C224" alt="" data-recalc-dims="1" /></a></p>
<p>To unroll you simply take the end of the cable, hold your hand sufficiently high and let the adapter give in to gravity. Because of this extra loop the weight of the adapter will not rip the cable out of the case. Or if this bungee jumping action is too much for your stomach, then let the adapter fall on a sofa or bed. But because of this extra measure the wear on the connection is significantly reduced.</p>
<p>Unless of course you have cats. There&#8217;s no way of wrapping you can employ to prevent these critters from gnawing away on the cord.</p>
<p>&nbsp;</p>
 <p><a href="http://www.cocoanetics.com/?flattrss_redirect&amp;id=4990&amp;md5=f48939f3fb4951a3379c35fbaa3ea2c2" title="Flattr" target="_blank"><img src="http://www.cocoanetics.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cocoanetics.com/2011/05/control-of-cables/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=dr_touch&amp;url=http%3A%2F%2Fwww.cocoanetics.com%2F2011%2F05%2Fcontrol-of-cables%2F&amp;language=en_GB&amp;category=text&amp;title=Control+of+Cables&amp;description=Ever+since+I+got+my+first+earbuds+with+an+Apple+device+%28must+have+been+an+original+iPhone%29+I%26%238217%3Bve+been+wondering+something%2C+maybe+you+as+well%3A+what+is+the+purpose+of...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>BIG OUTCH &#8211; MacBook Falls From Hammock</title>
		<link>http://www.cocoanetics.com/2009/06/big-outch-macbook-falls-from-hammock/</link>
		<comments>http://www.cocoanetics.com/2009/06/big-outch-macbook-falls-from-hammock/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 20:24:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.drobnik.com/touch/?p=1062</guid>
		<description><![CDATA[I bought my first MacBook Pro last September to get started on my Mac journey. The whole family on the side of my wife had been fully Mac&#8217;edized and I figured I wanted to give it a chance as well, after having had a small Laptop provided by the company I work for. Also shortly before that time Apple had released the SDK and iPhone OS 2.0 enabling third party apps. So I justified the expense to myself by needing a Mac to be able to develop for the iPhone. I had been one of the first Austrians with an iPhone 2G and when iPhone 3G became the first official iPhone in Austria I jumped at the chance of upgrading. My then girlfriend (now wife) inherited the 2G and I started developing for my 3G in September 2008. Shortly thereafter Apple released a new generation of MacBooks in the famous aluminum unibody case. As usual when you purchase Mac hardware you soon feel a minor regret because usually 1-2 months after such a purchase something new arrives to be lusted after. But an upgrade 2 months after having purchased my Mac was out of the question, I was still amortizing the first one. Then came the WWDC and my mind was blown once more. Apple dangled the Mac carrot even closer in front of my nose by reducing prices, adding a SecureDigital slot, and a great new battery which promises 5 hours of wireless work. And at the same time announcing the release date of the next update to OSX, dubbed Snow Leopard coming in September. The crack in my heart started to get a little bit wider. Outwardly I told myself that I cannot buy more than one Mac Laptop per year, that I preferred the silver keyboard to the black ones anyway and that the glossy screen is useless. But unknowingly I had already ordered from the universe the circumstances that would make upgrading irrefutable. When grabbing a couple of things in our Wintergarten the smooth Mac slipped and dropped onto the stone floor. The lower backside corner got dented and I was somewhat wrecked. I researched my options and found that I had cancelled the only insurance which would have covered it 2 years ago. The bottom case would cost $200 and another $200 at an authorized Mac support center to get it installed. Essentially the bottom case is the frame where all parts are mounted inside. So it takes long time to take it all apart. I found the bottom case for around $50 with shipping on ebay and figured that I would just pay a handy friend to replace it for me. When I received the lower case I figured I&#8217;ll wait with replacing it so that I could get a new Mac first in a couple of months and then, after having moved all my development tools to the new one, could refurbish the device and put it on ebay. Or keep it as emergency Mac. I thought so until today. After a nice day I wanted to climb into my hammock in the same Wintergarten I mentioned before. But when I pulled myself up to the hammock the MacBook felt like exiting it and heading for a second encounter with stone. OMG. F*CK. The drop this time was more than twice the height, but still it survived&#8230; technically. Not aestethically. I had to bend the frame above the Maglock power connector  back, but apart from this the Mac performs as if nothing had happened. This serves as proof of the superior build quality and sturdiness of the MacBook Pro design. So I can tell you from my own experience: Macs bend, they don&#8217;t break. Looks to me as now I don&#8217;t have much of a choice to get a new unibody MacBook Pro next month. Incidently it&#8217;s my birthday then and I am getting my income tax refund so there now is really no way around it. Donations for AntiCrack and My App Sales are now being saved to offset the cost of new hardware.]]></description>
				<content:encoded><![CDATA[<p>I bought my first MacBook Pro last September to get started on my Mac journey. The whole family on the side of my wife had been fully Mac&#8217;edized and I figured I wanted to give it a chance as well, after having had a small Laptop provided by the company I work for. Also shortly before that time Apple had released the SDK and iPhone OS 2.0 enabling third party apps. So I justified the expense to myself by needing a Mac to be able to develop for the iPhone.</p>
<p>I had been one of the first Austrians with an iPhone 2G and when iPhone 3G became the first official iPhone in Austria I jumped at the chance of upgrading. My then girlfriend (now wife) inherited the 2G and I started developing for my 3G in September 2008.</p>
<p>Shortly thereafter Apple released a new generation of MacBooks in the famous aluminum unibody case. As usual when you purchase Mac hardware you soon feel a minor regret because usually 1-2 months after such a purchase something new arrives to be lusted after. But an upgrade 2 months after having purchased my Mac was out of the question, I was still amortizing the first one.</p>
<p>Then came the WWDC and my mind was blown once more. Apple dangled the Mac carrot even closer in front of my nose by reducing prices, adding a SecureDigital slot, and a great new battery which promises 5 hours of wireless work. And at the same time announcing the release date of the next update to OSX, dubbed Snow Leopard coming in September.</p>
<p>The crack in my heart started to get a little bit wider. Outwardly I told myself that I cannot buy more than one Mac Laptop per year, that I preferred the silver keyboard to the black ones anyway and that the glossy screen is useless. But unknowingly I had already ordered from the universe the circumstances that would make upgrading irrefutable.</p>
<p>When grabbing a couple of things in our Wintergarten the smooth Mac slipped and dropped onto the stone floor. The lower backside corner got dented and I was somewhat wrecked. I researched my options and found that I had cancelled the only insurance which would have covered it 2 years ago. The bottom case would cost $200 and another $200 at an authorized Mac support center to get it installed. Essentially the bottom case is the frame where all parts are mounted inside. So it takes long time to take it all apart.</p>
<p>I found the bottom case for around $50 with shipping on ebay and figured that I would just pay a handy friend to replace it for me. When I received the lower case I figured I&#8217;ll wait with replacing it so that I could get a new Mac first in a couple of months and then, after having moved all my development tools to the new one, could refurbish the device and put it on ebay. Or keep it as emergency Mac.</p>
<p>I thought so until today. After a nice day I wanted to climb into my hammock in the same Wintergarten I mentioned before. But when I pulled myself up to the hammock the MacBook felt like exiting it and heading for a second encounter with stone. OMG. F*CK.</p>
<p><a href="http://i2.wp.com/www.cocoanetics.com/files/crash3.jpg"><img class="alignnone size-medium wp-image-1063" src="http://i2.wp.com/www.cocoanetics.com/files/crash3.jpg?resize=225%2C300" alt="Mac Crash" data-recalc-dims="1" /></a> <a href="http://i2.wp.com/www.cocoanetics.com/files/crash1.jpg"><img class="alignnone size-medium wp-image-1065" src="http://i2.wp.com/www.cocoanetics.com/files/crash1.jpg?resize=225%2C300" alt="MacBook Crash" data-recalc-dims="1" /></a> <a href="http://i1.wp.com/www.cocoanetics.com/files/crash2.jpg"><img class="alignnone size-medium wp-image-1064" src="http://i1.wp.com/www.cocoanetics.com/files/crash2.jpg?resize=300%2C225" alt="MacBook Crash" data-recalc-dims="1" /></a></p>
<p>The drop this time was more than twice the height, but still it survived&#8230; technically. Not aestethically. I had to bend the frame above the Maglock power connector  back, but apart from this the Mac performs as if nothing had happened. This serves as proof of the superior build quality and sturdiness of the MacBook Pro design. So I can tell you from my own experience: Macs bend, they don&#8217;t break.</p>
<p>Looks to me as now I don&#8217;t have much of a choice to get a new unibody MacBook Pro next month. Incidently it&#8217;s my birthday then and I am getting my income tax refund so there now is really no way around it.</p>
<p>Donations for <a href="http://www.cocoanetics.com/anticrack/">AntiCrack</a> and <a href="http://www.cocoanetics.com/my-app-sales/">My App Sales</a> are now being saved to offset the cost of new hardware.</p>
 <p><a href="http://www.cocoanetics.com/?flattrss_redirect&amp;id=1062&amp;md5=f3d3b573c3663d688c2647c049545a59" title="Flattr" target="_blank"><img src="http://www.cocoanetics.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cocoanetics.com/2009/06/big-outch-macbook-falls-from-hammock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=dr_touch&amp;url=http%3A%2F%2Fwww.cocoanetics.com%2F2009%2F06%2Fbig-outch-macbook-falls-from-hammock%2F&amp;language=en_GB&amp;category=text&amp;title=BIG+OUTCH+%26%238211%3B+MacBook+Falls+From+Hammock&amp;description=I+bought+my+first+MacBook+Pro+last+September+to+get+started+on+my+Mac+journey.+The+whole+family+on+the+side+of+my+wife+had+been+fully+Mac%26%238217%3Bedized+and+I...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Wife Widowed, Kids Orphaned &#039;cause Daddy&#039;s got a Mac</title>
		<link>http://www.cocoanetics.com/2009/05/wife-widowed-kids-orphaned-cause-daddys-got-a-mac/</link>
		<comments>http://www.cocoanetics.com/2009/05/wife-widowed-kids-orphaned-cause-daddys-got-a-mac/#comments</comments>
		<pubDate>Tue, 19 May 2009 20:57:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.drobnik.com/touch/?p=861</guid>
		<description><![CDATA[(Note from editor: When Dr. Touch is not coding or in surgery he preaches the Mac gospel and sometimes somebody hears the calling and switches. This article illustrates this, the title where his own words on twitter.) Thanks to Dr Touch for the opportunity to make a contribution to his blog. I’m a new MacBook user and have had my gorgeous new white MacBook for 48 whole hours. I’m writing this with it sat on my lap. I’ve decided to give it a name ‘Polo’. I don’t know if the meaning will translate into other countries, but in the UK a polo is a small, white mint and is cool. I’ve been a PC Windows user all my life; I’m 38 now and started using computers on a regular daily basis in the early to mid 90’s. One of the main reasons for the switch is the slow ‘Applefication’ of my life. It started as I replaced an MP3 player with an iPod shuffle, and then an iPod Classic and then I replaced my mobile with an iPhone. I work in the media and have done all my working life and have always been exposed to Apple products but always thought they where for ‘creatives’ not business people. I’m the later, not really the former. I was in the market for a new computer and was looking at either a Samsung NC10 netbook or a Macbook. I was helped along the way with my friends and followers on twitter (@jayman888). Dr Touch certainly helped me make up my mind. Okay, so reasons for buying Unrivaled reliability, (my brother has had a MacBook for 5 years, bought 2 new batteries, never crashed or broken down. I’m looking to use mine for running my business on, emails, Twitter, etc etc. I need a Laptop which will never crash or break down. Unmistakeable style and coolness. Loads and load of people have samey and very boring laptops, the MacBook stand out and looks so cool. I’ve definitely been subject to ‘Applefication’. It’s like owning a top of the range German car. It just feels right. So that’s the gushy stuff out of the way. Here’s how I really feel about it. Now that I’ve unpacked it and used it for 2 whole days these are my early thoughts and worries. After spending nearly 15 years with PC Windows etc, it has been slightly weird doing some really basic bits and bobs on the Mac. The other weird thing is that I’m still using a Windows laptop side by side for my ‘day’ job (company issue). It is however REALLY REFRESHING to be learning a little something different. Even in my early stages of MacBook ownership I can already feel and experience ‘Mac Logic’ and in time I’ll have forgotten about PC’s, their constant virus issues, crashes and incompatibility issues. I can honestly say, even at this early stage, I have made the right decision to ‘switch’. So far all I’m doing on the MacBook is writing this, personal emails, Twitter, on Tweetdeck, and planning my new business venture. Dr Touch has given me the idea of starting my own blog so I’ll be doing a bit of that from here too. I’d love to come back and blog here again in a couple of months to let you all know how Mac life is treating me. (Only if Dr Touch will have me?) I’ll sign off now, ‘Polo’ and jayman888 have vegetables to water, children to put to bed and a new blog to set up. Thanks for the opportunity to ramble on! If anyone wants to touch base with me catch me on Twitter, I&#8217;ll tweet my blog address once I&#8217;ve set it up. Thank you Dr Touch!]]></description>
				<content:encoded><![CDATA[<p>(Note from editor: When Dr. Touch is not coding or in surgery he preaches the Mac gospel and sometimes somebody hears the calling and switches. This article illustrates this, the title where his own words on twitter.)</p>
<p><a href="http://i2.wp.com/www.cocoanetics.com/files/dsc01704.jpg"><img class="alignright size-medium wp-image-863" src="http://i2.wp.com/www.cocoanetics.com/files/dsc01704.jpg?resize=300%2C225" alt="Jayman888" data-recalc-dims="1" /></a>Thanks to Dr Touch for the opportunity to make a contribution to his blog. I’m a new MacBook user and have had my gorgeous new white MacBook for 48 whole hours. I’m writing this with it sat on my lap. I’ve decided to give it a name ‘Polo’. I don’t know if the meaning will translate into other countries, but in the UK a polo is a small, white mint and is cool.</p>
<p>I’ve been a PC Windows user all my life; I’m 38 now and started using computers on a regular daily basis in the early to mid 90’s. One of the main reasons for the switch is the slow ‘Applefication’ of my life. It started as I replaced an MP3 player with an iPod shuffle, and then an iPod Classic and then I replaced my mobile with an iPhone.</p>
<p><span id="more-861"></span></p>
<div id="more-861"></div>
<div class="inner_ad_block">
<div id="advman-7" class="widget Advman_Widget">
<h3 class="widgettitle"></h3>
<p><!-- BuySellAds.com Zone Code --></p>
<div id="bsap_1260346" class="bsarocks bsap_fc3166ea4a479e0fdb4251fbe92a1219"></div>
<p><!-- End BuySellAds.com Zone Code --></div>
</div>
<p>I work in the media and have done all my working life and have always been exposed to Apple products but always thought they where for ‘creatives’ not business people. I’m the later, not really the former.</p>
<p>I was in the market for a new computer and was looking at either a Samsung NC10 netbook or a Macbook. I was helped along the way with my friends and followers on twitter (@jayman888). Dr Touch certainly helped me make up my mind.</p>
<p>Okay, so reasons for buying</p>
<ol>
<li>Unrivaled reliability, (my brother has had a MacBook for 5 years, bought 2 new batteries, never crashed or broken down. I’m looking to use mine for running my business on, emails, Twitter, etc etc. I need a Laptop which will never crash or break down.</li>
<li>Unmistakeable style and coolness. Loads and load of people have samey and very boring laptops, the MacBook stand out and looks so cool.</li>
<li>I’ve definitely been subject to ‘Applefication’. It’s like owning a top of the range German car. It just feels right.</li>
</ol>
<p>So that’s the gushy stuff out of the way. Here’s how I really feel about it. Now that I’ve unpacked it and used it for 2 whole days these are my early thoughts and worries.</p>
<p>After spending nearly 15 years with PC Windows etc, it has been slightly weird doing some really basic bits and bobs on the Mac. The other weird thing is that I’m still using a Windows laptop side by side for my ‘day’ job (company issue). It is however REALLY REFRESHING to be learning a little something different.</p>
<p>Even in my early stages of MacBook ownership I can already feel and experience ‘Mac Logic’ and in time I’ll have forgotten about PC’s, their constant virus issues, crashes and incompatibility issues. I can honestly say, even at this early stage, I have made the right decision to ‘switch’.</p>
<p>So far all I’m doing on the MacBook is writing this, personal emails, Twitter, on Tweetdeck, and planning my new business venture. Dr Touch has given me the idea of starting my own blog so I’ll be doing a bit of that from here too.</p>
<p>I’d love to come back and blog here again in a couple of months to let you all know how Mac life is treating me. (Only if Dr Touch will have me?)</p>
<p>I’ll sign off now, ‘Polo’ and jayman888 have vegetables to water, children to put to bed and a new blog to set up. Thanks for the opportunity to ramble on!</p>
<p>If anyone wants to touch base with me <a href="http://twitter.com/jayman888">catch me on Twitter</a>, I&#8217;ll tweet my blog address once I&#8217;ve set it up. Thank you Dr Touch!</p>
 <p><a href="http://www.cocoanetics.com/?flattrss_redirect&amp;id=861&amp;md5=2b3cca4a3e78b302f81f41ab0d70ae4e" title="Flattr" target="_blank"><img src="http://www.cocoanetics.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cocoanetics.com/2009/05/wife-widowed-kids-orphaned-cause-daddys-got-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" title="Flattr this!" href="https://flattr.com/submit/auto?user_id=dr_touch&amp;url=http%3A%2F%2Fwww.cocoanetics.com%2F2009%2F05%2Fwife-widowed-kids-orphaned-cause-daddys-got-a-mac%2F&amp;language=en_GB&amp;category=text&amp;title=Wife+Widowed%2C+Kids+Orphaned+%26%23039%3Bcause+Daddy%26%23039%3Bs+got+a+Mac&amp;description=%28Note+from+editor%3A+When+Dr.+Touch+is+not+coding+or+in+surgery+he+preaches+the+Mac+gospel+and+sometimes+somebody+hears+the+calling+and+switches.+This+article+illustrates+this%2C+the...&amp;tags=blog" type="text/html" />
	</item>
	</channel>
</rss>
