<?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>Libby Hemphill &#187; OS X</title>
	<atom:link href="http://www.libbyh.com/category/technology/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.libbyh.com</link>
	<description>research and posts on social media, collaboration, and related technologies</description>
	<lastBuildDate>Wed, 23 Jun 2010 16:38:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ruby on Rails on Snow Leopard</title>
		<link>http://www.libbyh.com/2009/10/18/ruby-on-rails-on-snow-leopard/</link>
		<comments>http://www.libbyh.com/2009/10/18/ruby-on-rails-on-snow-leopard/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 17:12:58 +0000</pubDate>
		<dc:creator>libbyh</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.libbyh.com/?p=494</guid>
		<description><![CDATA[I finally tackled the (hopefully) last bit of my Snow Leopard upgrade today: getting Ruby (and Rails) ready to go. I'm working on an information visualization project and am using Ruby to write the app. Mike Gunderloy at A Fresh Cup has a great step by step guide (I started at step 19 since I [...]]]></description>
			<content:encoded><![CDATA[<p>I finally tackled the (hopefully) last bit of my Snow Leopard upgrade today: getting Ruby (and Rails) ready to go. I'm working on an information visualization project and am using Ruby to write the app. Mike Gunderloy at A Fresh Cup has a great step by step guide (I started at step 19 since I was happy to upgrade in place):</p>
<p><a title="RoR dev" href="http://afreshcup.com/2009/09/02/migrating-to-snow-leopard-for-rails-development-a-definitive-guide/">Migrating to Snow Leopard for Rails Development</a></p>
<p>As always happens when upgrading or installing, it seems, I did run into a few problems.</p>
<p><strong>Errors and Workarounds</strong></p>
<p><em>Problem</em>: Git doesn't want to install.</p>
<p><em>Error</em>:</p>
<p><code>ld: warning: in /opt/local/lib/libiconv.dylib, file is not of required architecture</code></p>
<p><em>Workaround</em>:</p>
<p>MacPorts is to blame. To uninstall MacPorts, use</p>
<p><code>sudo rm -rf \<br />
/opt/local \<br />
/etc/manpaths.d/macports \<br />
/etc/paths.d/macports \<br />
/Applications/DarwinPorts \<br />
/Applications/MacPorts \<br />
/Library/LaunchDaemons/org.macports.* \<br />
/Library/Receipts/DarwinPorts*.pkg \<br />
/Library/Receipts/MacPorts*.pkg \<br />
/Library/StartupItems/DarwinPortsStartup \<br />
/Library/Tcl/darwinports1.0 \<br />
/Library/Tcl/macports1.0</code></p>
<p>(Thanks, <a title="Simon Engledew on reinstalling git" href="http://blog.engledew.com/post/reinstalling-git-on-snow-leopard">Simon Engledew</a>)</p>
<p><em>Problem</em>: MySQL gem doesn't install.</p>
<p><em>Error</em>:</p>
<p><code>ERROR: Failed to build gem native extension mysql</code></p>
<p><em>Workaround</em>:</p>
<p>Make sure you installed the <a title="MySQL Download page" href="http://dev.mysql.com/downloads/mysql/5.1.html#macosx-dmg">latest version of MySQL</a>, the <a title="Swoon" href="http://www.swoon.net/site/software.html">MySQL Preference Pane</a>, and that you started the MySQL server before trying to install the gem. iCoreTech has <a title="iCoreTech" href="http://www.icoretech.org/2009/08/install-mysql-and-mysql-ruby-gem-on-snow-leopard-64-bit/">directions for installing MySQL and MySQL gem on Snow Leopard</a>.</p>
<p><strong>Other Options</strong></p>
<p>HiveLogic has another method for <a title="HiveLogic" href="http://hivelogic.com/articles/compiling-git-on-snow-leopard/">installing Git on Snow Leopoard</a>. I was having trouble with the package installers, and doing it "by hand" via HiveLogic's instructions worked well.</p>
<p>My project uses RMagick. RMagick's DMG installer wouldn't work for me either. I was able to <a title="Install RMagick from source" href="http://onrails.org/articles/2009/09/04/rmagick-from-source-on-snow-leopard">install RMagick from source using a script from OnRails.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.libbyh.com/2009/10/18/ruby-on-rails-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Upgraded SVN Working on a Mac OS X Server</title>
		<link>http://www.libbyh.com/2009/06/26/get-upgraded-svn-working-on-a-mac-os-x-server/</link>
		<comments>http://www.libbyh.com/2009/06/26/get-upgraded-svn-working-on-a-mac-os-x-server/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 00:46:11 +0000</pubDate>
		<dc:creator>libbyh</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.libbyh.com/?p=427</guid>
		<description><![CDATA[Jeremy Whitlock has a great blog post about how to set up your OS X-based Subversion server. His post includes instructions for Apache configs, but not for svn+ssh. When you type svn+ssh://user@host/repos you'll likely get an error such as svn: Expected FS format '2'; found format '4' which means that you're repository was created in [...]]]></description>
			<content:encoded><![CDATA[<p>Jeremy Whitlock has a <a href="http://blogs.open.collab.net/svn/2009/05/building-an-os-x-based-subversion-server.html">great blog post about how to set up your OS X-based Subversion server</a>. His post includes instructions for Apache configs, but not for svn+ssh. When you type</p>
<p><code>svn+ssh://user@host/repos</code></p>
<p>you'll likely get an error such as</p>
<p><code>svn: Expected FS format '2'; found format '4'</code></p>
<p>which means that you're repository was created in a newer version of SVN than the version you run when you call svn+ssh. Using Jeremy's instructions results in two versions of Subversion being available on your server - one in /usr/local and one in /opt/subversion. In order to use the one in /opt/subversion (the newest one) through an SSH tunnel, you need to make some SSH configuration changes on your server.</p>
<p>Getting svn+ssh to work requires:<br />
1. Set (or uncomment) <code>PermitUserEnvironment Yes</code> in <code>/etc/sshd_config</code> (on server)<br />
2. Add <code>PATH=/opt/subversion/bin:$PATH</code> to <code>~/.ssh/environment</code> (on server; may have to create the environment file)<br />
3. restart SSH (on server) with <code>sudo /sbin/service ssh stop</code> and <code>sudo /sbin/service ssh start</code><br />
Ta da!</p>
<p>Thanks for the jumpstart, Jeremy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.libbyh.com/2009/06/26/get-upgraded-svn-working-on-a-mac-os-x-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone apps: Syphone</title>
		<link>http://www.libbyh.com/2009/02/20/iphone-apps-syphone/</link>
		<comments>http://www.libbyh.com/2009/02/20/iphone-apps-syphone/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 19:52:07 +0000</pubDate>
		<dc:creator>libbyh</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.libbyh.com/blog/?p=343</guid>
		<description><![CDATA[Updated 6/23/2010 As a commenter points out, Syphone doesn't work with current or recent iPhone OS. Don't waste your time. Updated 2/21/2009 Syphone is a Mac freeware application that allows you to archive your iPhone SMS messages to your Mac hard drive. Here's a screenshot from my messages with Google Local: If you're using iPhone [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Updated 6/23/2010</strong></p>
<p>As a commenter points out, Syphone doesn't work with current or recent iPhone OS. Don't waste your time.</p>
<p><strong>Updated 2/21/2009</strong></p>
<p><a title="Syphone site" href="http://www.micromat.com/index.php?option=content&amp;task=view&amp;id=190" target="_blank">Syphone</a> is a Mac freeware application that allows you to archive your iPhone SMS messages to your Mac hard drive. Here's a screenshot from my messages with Google Local:</p>
<div class="wp-caption alignnone" style="width: 473px"><img style="border: 1px solid black;" title="Syphone screenshot" src="/docs/syphone.jpg" alt="" width="463" height="297" /><p class="wp-caption-text">Syphone screenshot</p></div>
<p>If you're using iPhone firmware 2.1+, you may get "No iPhones found!" in the drop down next to "iPhone" there near the top left. If so, go into Syphone's Preferences and uncheck the box marked "Run helper app in the background." Restart Syphone, and your iPhone and its messages should appear. You can change the colors, sort order, and export your messages to XML, PDF, or TXT.</p>
<p>Originally, I'd posted that I was unable to get the XML export to work. Ben commented that he was successful using XML export for one contact at a a time. This morning I tried again making sure I had one and only one contact selected. Success! Here's a screen shot of the XML output:</p>
<div class="wp-caption alignnone" style="width: 464px"><img style="border: 1px solid black;" title="Syphone XML" src="/docs/syphonexml.jpg" alt="Syphone XML output" width="454" height="272" /><p class="wp-caption-text">Syphone XML output</p></div>
<p>Now I'm definitely tempted to study text messaging. Any workgroups out there who all use iPhones and want to be in a study of text messaging at work?</p>
<p>Syphone stores its database in /Users/&lt;username&gt;/Library/Application Support/MobileSync/Backup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.libbyh.com/2009/02/20/iphone-apps-syphone/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows 7, or, Seeking Solace When Apple Makes Me Cry</title>
		<link>http://www.libbyh.com/2009/02/20/windows-7-or-seeking-solace-when-apple-makes-me-cry/</link>
		<comments>http://www.libbyh.com/2009/02/20/windows-7-or-seeking-solace-when-apple-makes-me-cry/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 05:24:36 +0000</pubDate>
		<dc:creator>libbyh</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.libbyh.com/blog/?p=336</guid>
		<description><![CDATA[Regular readers know I've had a rough time with Apple hardware lately. In fact, I forgot that I also had to have my 4th generation iPod replaced because the middle button stopped working. So, that means that only my iPod Shuffle has functioned as promised and not required service. Anyway, I'm intrigued by Windows 7 [...]]]></description>
			<content:encoded><![CDATA[<p>Regular readers know I've had a rough time with Apple hardware lately. In fact, I forgot that I also had to have my 4th generation iPod replaced because the middle button stopped working. So, that means that only my iPod Shuffle has functioned as promised and not required service. Anyway, I'm intrigued by Windows 7 and took the plunge today. Well, as much plunge as one takes when making a virtual machine.</p>
<p>To get your own virtual Windows 7 machine, <a href="http://www.tuxdistro.com/torrents-details.php?id=1407" target="_blank">visit TuxDistro for a torrent</a>. Yes, the virtual machine will work in Fusion on a Mac. Downloading the zip file through <a title="Vuze at sourceforge" href="http://azureus.sourceforge.net/" target="_blank">Vuze</a> took me about 7 hours today.</p>
<p>First impressions? My goodness, Win7 boots fast. After I updated VMWare tools and clicked "restart," I switched back to <a href="http://flock.com/" target="_blank">Flock</a> to Tweet about my new virtual machine. By the time I had logged in and read the first couple tweets my friends had posted, my Win7 machine was waiting for me to login. That was insanely fast. Certainly beat the pants off the Vista virtual machine I use every day. The new taskbar is a nice touch; it uses icons for running programs so it's easy to tell on which one you should click. I had no problems installing and running OpenOffice or Netflix Watch Instantly. I'll post again when I've given Win7 a true test. Also, some time this weekend I'll put a Win7 virtual machine on the Linux box downstairs and see how that goes. I got <a title="VMware player home" href="http://www.vmware.com/products/player/" target="_blank">VMWare Player</a>, a free program for running virtual machines, installed this morning, but then I had work to do. Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.libbyh.com/2009/02/20/windows-7-or-seeking-solace-when-apple-makes-me-cry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why not Time Machine?</title>
		<link>http://www.libbyh.com/2009/01/04/why-not-time-machine/</link>
		<comments>http://www.libbyh.com/2009/01/04/why-not-time-machine/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 17:11:09 +0000</pubDate>
		<dc:creator>libbyh</dc:creator>
				<category><![CDATA[MacBook]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[adSense]]></category>

		<guid isPermaLink="false">http://www.libbyh.com/blog/?p=276</guid>
		<description><![CDATA[A couple of commenters asked why I use the ChronoSync + SuperDuper! combination instead of just Time Machine. The main reason? Time Machine uses too many resources. It's also slow. For awhile I avoided it because I wasn't sure how to make a bootable backup, but Mac OS X hints has instructions. I don't always [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of <a href="http://www.libbyh.com/blog/2009/01/02/backing-up-my-mac/#comments">commenters asked why</a> I use the ChronoSync + SuperDuper! combination instead of just Time Machine.  The main reason? Time Machine uses too many resources.  It's also slow. For awhile I avoided it because I wasn't sure how to make a bootable backup, but <a href="http://www.macosxhints.com/article.php?story=2008011623365026">Mac OS X hints has instructions</a>. </p>
<p>I don't always have my external hard drives plugged in since I'm rocking a laptop and am pretty mobile. Time Machine complained every hour, on the hour, that it couldn't find the drive it wanted for long enough to annoy me. Eventually it stops complaining about not being able to find the drive it wants.</p>
<p>Even if you leave the drive plugged in while working at your base location, for me it's my home office, Time Machine sucks up resources to do those intermittent backups. Even when I'm working on my dissertation, my data is not so mission-critical that it needs to be backed up every hour. <a href="http://www.macosxhints.com/article.php?story=200710291721156">Mac OS X Hints has a solution</a> for changing the backup interval too.</p>
<p>ChronoSync can do in 39 minutes what it takes Time Machine over an hour to do. SuperDuper! beats the initial setup by about 20 minutes. So, the ChronoSync + SuperDuper! setup saves me resources, time, and headache.</p>
<p>One more thing - I have an Airport Extreme router, and I hang a hard drive off it via USB also. That drive is open to anyone on our home network. Apple's not kidding when they say Time Machine does not support network backups except to Time Capsule. When I tried using Time Machine to backup to that USB drive off the Airport Extreme, it would run my CPU up to about 80% and break many of my network connections. You may have better luck there. I didn't troubleshoot or try to fix it; I just gave up.</p>
<p>I ordered a <a href="http://www.mwave.com/mwave/viewspec.hmx?scriteria=4724310">rocstor ROCRAID from mwave</a> last week, and that should be here on Tuesday. I'll try out RAID storage for my stuff and see how that goes. It has FireWire connections too, and I'm interested to see how much faster that can really be. I really don't want to have to give my laptop to Apple for a week. They won't let me keep the hard drive and send it in with a different one, and they won't give me a loaner. So I paid $2500 to have a laptop 98% of the time. Would I get it 100% of the time if I'd spent $3000? Sorry for the minirant, but having to get my MacBook Pro's fan fixed is what prompted this latest round of backup chatter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.libbyh.com/2009/01/04/why-not-time-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.295 seconds -->
