<?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>Chris Irish &#124; Ruby, Rails, Javascript Developer &#124; Phoenix, AZ &#187; OS X</title>
	<atom:link href="http://www.christopherirish.com/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christopherirish.com</link>
	<description>Ruby, Rails, Javascript, all things web development related</description>
	<lastBuildDate>Mon, 19 Jan 2026 07:43:50 +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>How to install Sphinx on OS X</title>
		<link>http://www.christopherirish.com/2010/08/10/how-to-install-sphinx-on-os-x/</link>
		<comments>http://www.christopherirish.com/2010/08/10/how-to-install-sphinx-on-os-x/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 15:00:54 +0000</pubDate>
		<dc:creator>Irish</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://www.christopherirish.com/?p=413</guid>
		<description><![CDATA[Getting a local development environment setup to run Sphinx on your Mac is pretty easy. You can boil it down to the following quick commands. $ wget http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz$ tar xvzf sphinx-0.9.9.tar.gz$ cd sphinx-0.9.9$ ./configure$ make$ sudo make install This assumes you&#8217;re using a default MySQL installation. If however you&#8217;re like me and using MySQL installed [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Getting a local development environment setup to run Sphinx on your Mac is pretty easy.  You can boil it down to the following quick commands.</p>

<div class="wp-terminal">$ wget http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz<br/>$ tar xvzf sphinx-0.9.9.tar.gz<br/>$ cd sphinx-0.9.9<br/>$ ./configure<br/>$ make<br/>$ sudo make install<br/></div>

<p>This assumes you&#8217;re using a default MySQL installation.  If however you&#8217;re like me and using MySQL installed from macports, you&#8217;ll need to pass the location of the MySQL configuration directories to Sphinx.  The configure command would then change like so:</p>

<div class="wp-terminal">$ ./configure<br/></div>


<div class="wp-terminal">$ ./configure --with-mysql-includes=/opt/local/include/mysql5/mysql/ --with-mysql-libs=/opt/local/lib/mysql5/mysql/<br/></div>

<p>On a side note, Sphinx 1.10-beta has also just recently been released (July 10&#8242;).  This release has real-time indexes support, a welcome addition I have been waiting for.  Definately check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christopherirish.com/2010/08/10/how-to-install-sphinx-on-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OS X &#8220;Safe Sleep&#8221; Mode</title>
		<link>http://www.christopherirish.com/2010/06/22/os-x-safe-sleep-mode/</link>
		<comments>http://www.christopherirish.com/2010/06/22/os-x-safe-sleep-mode/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 15:27:41 +0000</pubDate>
		<dc:creator>Irish</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.christopherirish.com/?p=371</guid>
		<description><![CDATA[I seem to continually have the problem of my laptop waking up on its own in my backpack. I&#8217;m not sure what exactly is the cause, but I&#8217;m gonna assume it&#8217;s from the screen not staying completely locked/closed. However, I found this OS X command on Andrew Dupont&#8217;s blog, which puts OS X into a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I seem to continually have the problem of my laptop waking up on its own in my backpack.  I&#8217;m not sure what exactly is the cause, but I&#8217;m gonna assume it&#8217;s from the screen not staying completely locked/closed.  However, I found this OS X command on <a href="http://andrewdupont.net">Andrew Dupont&#8217;s blog</a>, which puts OS X into a &#8220;safe sleep&#8221; mode.  This causes OS X to write memory state to a hibernation image at sleep time.  Now for me to awaken my Macbook Pro, opening the lid is not enough. Now it takes a press of the power button, and a few more seconds than before, but no more accidental awakening, or half-dead battery upon arriving at my destination.</p>

<div class="wp-terminal">$ sudo pmset -a hibernatemode 1<br/></div>

<p>Now just put your computer to sleep like you normally would.  I for one prefer to use the quick keys (cmd + option + eject).  Check the man page for more options.</p>

<div class="wp-terminal">$ man pmset<br/></div>

]]></content:encoded>
			<wfw:commentRss>http://www.christopherirish.com/2010/06/22/os-x-safe-sleep-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
