<?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>exploration &#187; os x</title>
	<atom:link href="http://robertcarlsen.net/tag/os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://robertcarlsen.net</link>
	<description>accounts of success and misadventure</description>
	<lastBuildDate>Tue, 13 Jul 2010 14:37:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>git outta here&#8230;</title>
		<link>http://robertcarlsen.net/2009/07/03/git-outta-here-863</link>
		<comments>http://robertcarlsen.net/2009/07/03/git-outta-here-863#comments</comments>
		<pubDate>Fri, 03 Jul 2009 05:13:21 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://robertcarlsen.net/?p=863</guid>
		<description><![CDATA[I&#8217;m switching my Source Control Management  software to git. Performance has been great, I&#8217;m learning to branch and merge with wild abandon and philosophically it&#8217;s right on (what with the distributed model and all).
Creating a new remote repository on my private server was *almost* too easy. The one snafu was getting sshd to include the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m switching my Source Control Management  software to git. Performance has been great, I&#8217;m learning to branch and merge with wild abandon and philosophically it&#8217;s right on (what with the distributed model and all).</p>
<p>Creating a new remote repository on my private server was *almost* too easy. The one snafu was getting sshd to include the git binary path for non-interactive login. To save me the trouble of having to look this up again later, add a .bashrc file to your user dir:</p>
<pre>export PATH=/usr/local/git/bin:$PATH</pre>
<p>Other steps, again for reference.</p>
<ul>
<li>Download the <a href="http://code.google.com/p/git-osx-installer/" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/git-osx-installer/?referer=');">git installer</a></li>
<li>Create a new bare repo on the remote machine:</li>
</ul>
<pre>mkdir -p /path/to/remote/repo.git
cd /path/to/remote/repo.git
git --bare init
exit</pre>
<ul>
<li>Add the remote repository to the local machine:</li>
</ul>
<pre>git remote add origin ssh://server/path/to/remote/repo.git
git push origin master</pre>
<ul>
<li>Done!</li>
</ul>
<p>(Unless, of course you get the following message try the .bashrc workaround above)</p>
<pre>bash: git-receive-pack: command not found</pre>
]]></content:encoded>
			<wfw:commentRss>http://robertcarlsen.net/2009/07/03/git-outta-here-863/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Leopard&#8217;s Alex text-to-speech&#8230;breathing?</title>
		<link>http://robertcarlsen.net/2008/09/24/os-x-leopards-alex-text-to-speechbreathing-154</link>
		<comments>http://robertcarlsen.net/2008/09/24/os-x-leopards-alex-text-to-speechbreathing-154#comments</comments>
		<pubDate>Thu, 25 Sep 2008 00:41:40 +0000</pubDate>
		<dc:creator>Robert Carlsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://robertcarlsen.net/blog/?p=154</guid>
		<description><![CDATA[Maybe this is old news&#8230;but it was a surprise to me when I thought I heard the (relatively) new Alex voice inhaling when speaking some text. Try it out yourself, using TextEdit (spelled to aid pronunciation):
This is a test. Didd I juhst take a breath? (Yes, I will). I hope so, I really need too [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe this is old news&#8230;but it was a surprise to me when I thought I heard the (relatively) new Alex voice inhaling when speaking some text. Try it out yourself, using TextEdit (spelled to aid pronunciation):</p>
<blockquote><p>This is a test. Didd I juhst take a breath? (Yes, I will). I hope so, I really need too breathe at some point.</p></blockquote>
<p>Weird &#8211; and awesome at the same time. The breath sound really does something to put me at ease when listening to the speech. I found myself unconsciously holding my breath until I heard him breathe.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertcarlsen.net/2008/09/24/os-x-leopards-alex-text-to-speechbreathing-154/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
