<?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>The Nuclear Bunny Blog &#187; Apple</title>
	<atom:link href="http://blog.nuclearbunny.org/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nuclearbunny.org</link>
	<description></description>
	<lastBuildDate>Tue, 27 Dec 2011 01:19:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>new MacBook setup</title>
		<link>http://blog.nuclearbunny.org/2009/03/17/new-macbook-setup/</link>
		<comments>http://blog.nuclearbunny.org/2009/03/17/new-macbook-setup/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 03:07:37 +0000</pubDate>
		<dc:creator>chadwick</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Zenoss]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=284</guid>
		<description><![CDATA[I bought another Mac today, a nice 2.4 GHz 13-inch unibody MacBook. I had planned on buying a 17-inch unibody MacBook Pro, and very nearly did, but luckily sanity won out and I remembered how much of a hassle it was to carry around those giant things, even if they are only &#8220;only&#8221; 6.6 lbs. [...]]]></description>
			<content:encoded><![CDATA[<p>I bought another Mac today, a nice 2.4 GHz 13-inch unibody MacBook. I had planned on buying a 17-inch unibody MacBook Pro, and very nearly did, but luckily sanity won out and I remembered how much of a hassle it was to carry around those giant things, even if they are only &#8220;only&#8221; 6.6 lbs.</p>
<p>I had a 2.0 GHz 13-inch MacBook a couple of years ago when the first Intel-based models came out and I do remember the screen resolution, while not abundant, was more than adequate for browsing, e-mail and even development. And, the unibody model is only 4.5 lbs, so 2 lbs lighter will be a lot nicer to carry around. I also sprung for a spare battery to try and help get a little closer to the awesome battery life of the 17-inch model.</p>
<p>Of course, the obvious question is why buy another laptop when I&#8217;ve already got a nice 15-inch MacBook Pro that work provides? The answer there is easy: I don&#8217;t want to do anything personal, even development, on the work provided machine.</p>
<p>Now, on to the actual system setup, documented here for posterity.</p>
<ol>
<li>After account creation, run software update and get all the latest updates installed first.</li>
<li>Create an applecare account with an easy, but secure, password. This way the Apple store geeks can have that account should there need to be any repair work done.</li>
<li>Change the battery lifetime display with Show -&gt; <strong>Time</strong>.</li>
<li>Secure the screensaver by using System Preferences -&gt; Security -&gt; General and checking the <strong>Require password to wake this computer from sleep or screen saver</strong> option.</li>
<li>Disable the Front Row remote by using System Preferences -&gt; Security -&gt; General and checking the <strong>Disable remote control infrared receiver</strong> option.</li>
<li>Disable the Front Row keyboard shortcut by using System Preferences -&gt; Keyboard &amp; Mouse -&gt; Keyboard Shortcuts and disabling the <strong>Hide and show Front Row shortcut</strong>.</li>
<li>Enable full keyboard shortcuts by checking the <strong>All controls</strong> option in the bottom of the same Keyboard Shortcuts screen.</li>
<li>Enable the <strong>Use secure virtual memory</strong> option in System Preferences -&gt; Security -&gt; General.</li>
<li>Encrypt my home directory with System Preferences -&gt; Security -&gt; FileVault.</li>
<li>Install Growl 1.1.4 from <a title="Growl" href="http://growl.info/" target="_blank">http://growl.info/</a>
<ol>
<li>Install the GrowlSafari extra package.</li>
<li>Install the HardwareGrowler extra package.
<ol>
<li>Drag HardwareGrowler.app to /Applications</li>
<li>Disable the HardwareGrowler dock icon by following the instructions at <a title="HardwareGrowler documentation" href="http://growl.info/documentation/hardwaregrowler.php" target="_blank">http://growl.info/documentation/hardwaregrowler.php</a></li>
<li>Add HardwareGrowler to the start at login list by using System Preferences -&gt; Accounts -&gt; Login Items and dragging HardwareGrowler to the list.</li>
</ol>
</li>
<li>Enable Growl starting at login with System Preferences -&gt; Growl and enabling the <strong>Start Growl at login</strong> option.</li>
</ol>
</li>
<li>Remove unused printer drivers by deleting the appropriate folders in /Library/Printers folder (everything but Brother, hp and PPDs in my case).</li>
<li>Install the XcodeTools package from the Installation DVD&#8217;s Optional Installs directory.</li>
<li>Drag Xcode to the dock by going to /Developer/Applications and dragging the icon to the dock.</li>
<li>Add Activity Monitor to the dock by going to /Applications/Utilities and dragging the icon to the dock. Seondary-click on the icon and enable <strong>Open at Login</strong>.</li>
<li>Add Terminal to the dock by going to /Applications/Utilities and dragging the icon to the dock.
<ol>
<li>Change the default Terminal settings by starting Terminal.app, selecting Preferences (Cmd-,) and then changing the &#8220;new window with settings&#8221; to Pro.</li>
<li>Select the Pro scheme in the Settings tab and click default.</li>
<li>Choose the Window tab with the Pro scheme selected, click the Background color chooser and set the opacity level to 90%.</li>
<li>Change the window size to 80 columns and 36 rows.</li>
</ol>
</li>
<li>Customize vim by creating ~/.vimrc with the following content:<br />
<code><br />
:color elflord<br />
:syntax enable<br />
:set shiftwidth=4<br />
:set expandtab<br />
:set autoindent<br />
:set cindent<br />
:set enc=utf-8<br />
:set nu<br />
:set showmatch<br />
:set laststatus=2<br />
:set nocompatible<br />
:set gfn=Monaco:h15:a<br />
</code></li>
<li>Enable color highlighting for ls by adding the following lines to /etc/bashrc:<br />
<code><br />
alias ls='ls -CFG'<br />
alias dir='ls -FGlas'<br />
</code></li>
<li>Install the Safari 4 beta from <a title="Apple Safari download" href="http://www.apple.com/safari/download" target="_blank">http://www.apple.com/safari/download</a></li>
<li>Install Firefox 3 from <a title="Firefox download" href="http://getfirefox.com/" target="_blank">http://getfirefox.com/</a> and drag it to the dock.</li>
<li>Install iStat pro from <a title="iStat pro" href="http://www.islayer.com/apps/istatpro/" target="_blank">http://www.islayer.com/apps/istatpro/</a></li>
<li>Install MySQL 5.1 x86 community edition from <a title="MySQL 5.1 community downloads" href="http://dev.mysql.com/downloads/mysql/5.1.html" target="_blank">http://dev.mysql.com/downloads/mysql/5.1.html</a> be sure to install the StartupItem package as well as the preference pane.</li>
<li>Add MySQL to the shell profile by appending the following to /etc/bashrc:<br />
<code><br />
export PATH=/usr/local/mysql/bin:$PATH</code></li>
<li>Install EverNote from <a title="EverNote" href="http://www.evernote.com/">http://www.evernote.com/</a></li>
<li>Install DropBox from <a title="Get DropBox!" href="http://www.getdropbox.com/" target="_blank">http://www.getdropbox.com/</a></li>
<li>Install the Windows Media Components for QuickTime from <a title="Windows Media Components for QuickTime" href="http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx" target="_blank">http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx</a></li>
<li>Install Twitterrific from <a title="Twitterrific" href="http://iconfactory.com/software/twitterrific" target="_blank">http://iconfactory.com/software/twitterrific</a></li>
<li>Disable automatic synchronization for iPhones and iPods since this won&#8217;t be the primary iTunes machine by going to iTunes Preferences and enabling <strong>Disable automatic syncing for iPhones and iPods</strong> on the Devices tab.</li>
<li>Install the iPhone SDK from <a title="Apple Developer Portal" href="http://developer.apple.com/" target="_blank">http://developer.apple.com/</a></li>
<li>Party! Or maybe just nap.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuclearbunny.org/2009/03/17/new-macbook-setup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The iPhone Cult</title>
		<link>http://blog.nuclearbunny.org/2008/08/12/the-iphone-cult/</link>
		<comments>http://blog.nuclearbunny.org/2008/08/12/the-iphone-cult/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 01:52:01 +0000</pubDate>
		<dc:creator>chadwick</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[borg]]></category>
		<category><![CDATA[cult]]></category>

		<guid isPermaLink="false">http://blog.nuclearbunny.org/?p=74</guid>
		<description><![CDATA[Lori and I joined the iPhone cult this weekend. We had ordered our phones from an AT&#038;T store the week before, mostly because I simply can&#8217;t stand to wait in line. It only took 5 days for one, and 6 days for the second phone to show up, and there was no stress. And the [...]]]></description>
			<content:encoded><![CDATA[<p>Lori and I joined the iPhone cult this weekend. We had ordered our phones from an AT&#038;T store the week before, mostly because I simply can&#8217;t stand to wait in line. It only took 5 days for one, and 6 days for the second phone to show up, and there was no stress. And the AT&#038;T store was much better at handling the porting of two phone numbers from one carrier to another.</p>
<p>So after a few days my review pretty much matches that of most people&#8217;s. The device itself is wonderful; the ability to have Internet, e-mail, an iPod, and all of the download-able applications in such a small and light package is amazing. The drawbacks? Horrible battery life and an iffy quality of synchronization and integration with other services.</p>
<p>I&#8217;m successfully using the Mac OS X 10.5&#8242;s integration with Google Calendar and iTunes for my calendar and contacts synchronization successfully &#8211; we&#8217;ll simply ignore the fact that the second time I synchronized it erased all of my contact data on Google. Lori is synchronizing successfully with two separate iTunes libraries: one to get contact &#038; calendar information from her work Outlook installation, and another to get all of her music from home.</p>
<p>I am still amazed at the horrible battery life so far. I was able to completely consume my battery in about 90 minutes of heavy e-mail usage (yes, using the 3G network) with a nearly full charge. There&#8217;s lots to fine tune to make this better, but ideally you&#8217;d get a couple of days of usage with heavy, ignorant usage&#8230; perhaps someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuclearbunny.org/2008/08/12/the-iphone-cult/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

