<?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>Tyler Weir &#187; osx</title>
	<atom:link href="http://www.praytothemachine.com/evil/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.praytothemachine.com/evil</link>
	<description>If it don&#039;t make dollars, then it don&#039;t make sense...</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:13:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Emacs, OS X and forward-delete.</title>
		<link>http://www.praytothemachine.com/evil/2010/09/23/emacs-os-x-and-forward-delete/</link>
		<comments>http://www.praytothemachine.com/evil/2010/09/23/emacs-os-x-and-forward-delete/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 00:09:19 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[#pttjweir]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=2374</guid>
		<description><![CDATA[I recently moved from Vim to Emacs. Right away I realized that forward-delete wasn&#8217;t working (deleting a character on the right of the cursor, rather than back-spacing). I know little about Emacs, but figured out, with a tip from Ross, how to map the chord of &#8220;Function-Backspace&#8221; to forward-delete. Add this to your .emacs file: [...]]]></description>
			<content:encoded><![CDATA[<p>I recently moved from <a href="http://www.praytothemachine.com/evil/2010/09/13/scala-development/">Vim to Emacs.</a></p>
<p>Right away I realized that forward-delete wasn&#8217;t working (deleting a character on the right of the cursor, rather than back-spacing).</p>
<p>I know little about Emacs, but figured out, <a href="http://twitter.com/#!/dridus/status/25331375515" onclick="pageTracker._trackPageview('/outgoing/twitter.com/_/dridus/status/25331375515?referer=');">with a tip from Ross</a>, how to map the chord of &#8220;Function-Backspace&#8221; to forward-delete.</p>
<p>Add this to your .emacs file:<br />
<code>(global-set-key [kp-delete] 'delete-char)</code></p>
<p>Simple but a requirement for coding.</p>]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2010/09/23/emacs-os-x-and-forward-delete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MacVim as your git mergetool</title>
		<link>http://www.praytothemachine.com/evil/2009/10/30/using-macvim-as-your-git-mergetool/</link>
		<comments>http://www.praytothemachine.com/evil/2009/10/30/using-macvim-as-your-git-mergetool/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 18:17:55 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=2195</guid>
		<description><![CDATA[Install MacVim and the command line tool, mvim. Then in your ~/.gitconfig add this, thusly (replacing the path to mvim with the correct one): [merge] tool = mvim[mergetool &#8220;mvim&#8221;] cmd=/Users/tjweir/bin/mvim -d -g $LOCAL $MERGED $REMOTE keepbackup=false Then you can &#8220;git mergetool&#8221; all you&#8217;d like.]]></description>
			<content:encoded><![CDATA[<p>Install <a href="http://code.google.com/p/macvim/" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/macvim/?referer=');">MacVim</a> and the command line tool, mvim.</p>
<p>Then in your ~/.gitconfig add this, thusly (replacing the path to mvim with the correct one):</p>
<blockquote><p>[merge]<br/> tool = mvim<br/>[mergetool &#8220;mvim&#8221;]<br/> cmd=/Users/tjweir/bin/mvim -d -g $LOCAL $MERGED $REMOTE<br/> keepbackup=false</p></blockquote>
<p>Then you can &#8220;git mergetool&#8221; all you&#8217;d like.</p>]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2009/10/30/using-macvim-as-your-git-mergetool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone SDK Beta 5 &#8211; 1 hour to install.  &#8230;</title>
		<link>http://www.praytothemachine.com/evil/2009/05/08/iphone-sdk-beta-5-1-hour-to-install/</link>
		<comments>http://www.praytothemachine.com/evil/2009/05/08/iphone-sdk-beta-5-1-hour-to-install/#comments</comments>
		<pubDate>Fri, 08 May 2009 16:34:43 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphonesdk]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/2009/05/08/iphone-sdk-beta-5-1-hour-to-install/</guid>
		<description><![CDATA[iPhone SDK Beta 5 &#8211; 1 hour to install. 2 gigs to download. Not lightweight, but it was a simple clean install.]]></description>
			<content:encoded><![CDATA[<p>iPhone SDK Beta 5 &#8211; 1 hour to install.  2 gigs to download.  Not lightweight, but it was a simple clean install.</p>]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2009/05/08/iphone-sdk-beta-5-1-hour-to-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image editors on OS X make for a disappo&#8230;</title>
		<link>http://www.praytothemachine.com/evil/2009/05/07/image-editors-on-os-x-make-for-a-disappo/</link>
		<comments>http://www.praytothemachine.com/evil/2009/05/07/image-editors-on-os-x-make-for-a-disappo/#comments</comments>
		<pubDate>Thu, 07 May 2009 16:27:04 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[charmap]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/2009/05/07/image-editors-on-os-x-make-for-a-disappo/</guid>
		<description><![CDATA[Image editors on OS X make for a disappointing experience when trying to make CharacterMaps. Acorn and Pixelmator are not helpful.]]></description>
			<content:encoded><![CDATA[<p>Image editors on OS X make for a disappointing experience when trying to make CharacterMaps.<br />
Acorn and Pixelmator are not helpful.</p>]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2009/05/07/image-editors-on-os-x-make-for-a-disappo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTPClient: Debugging HTTP headers the sexy way</title>
		<link>http://www.praytothemachine.com/evil/2008/12/08/httpclient-debugging-http-headers-the-sexy-way/</link>
		<comments>http://www.praytothemachine.com/evil/2008/12/08/httpclient-debugging-http-headers-the-sexy-way/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 17:34:58 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=1231</guid>
		<description><![CDATA[You can find it here: HTTPClient Todd Ditchendorf also wrote Fluid.app which is an awesome Single-Site Browser application. Hat tip to Al3x&#8217;s Delicious.com stream.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="315" id="viddler_9f577b3"><param name="movie" value="http://www.viddler.com/player/9f577b3/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/9f577b3/" width="437" height="315" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_9f577b3" ></embed></object></p>
<p>You can find it here: <a href="http://ditchnet.org/httpclient/" onclick="pageTracker._trackPageview('/outgoing/ditchnet.org/httpclient/?referer=');">HTTPClient</a><br />
<a href="http://www.ditchnet.org/wp/" onclick="pageTracker._trackPageview('/outgoing/www.ditchnet.org/wp/?referer=');">Todd Ditchendorf</a> also wrote <a href="http://fluidapp.com/" onclick="pageTracker._trackPageview('/outgoing/fluidapp.com/?referer=');">Fluid.app</a> which is an awesome Single-Site Browser application.</p>
<p><a href="http://delicious.com/al3x" onclick="pageTracker._trackPageview('/outgoing/delicious.com/al3x?referer=');">Hat tip to Al3x&#8217;s Delicious.com stream.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2008/12/08/httpclient-debugging-http-headers-the-sexy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

