<?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>Jeff &#187; osx</title>
	<atom:link href="http://blog.jeffstieler.com/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffstieler.com</link>
	<description>Ramblings of a caffeine fueled hacker in training.</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:48:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SO BUSY</title>
		<link>http://blog.jeffstieler.com/2009/08/so-busy/</link>
		<comments>http://blog.jeffstieler.com/2009/08/so-busy/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 20:10:20 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://blog.jeffstieler.com/?p=89</guid>
		<description><![CDATA[I have been insanely busy lately! 
Movement (which I haven&#8217;t even had time to write about yet) is out!
Check it out here: http://movementapp.com
]]></description>
			<content:encoded><![CDATA[<p>I have been insanely busy lately! </p>
<p>Movement (which I haven&#8217;t even had time to write about yet) is out!</p>
<p>Check it out here: <a href="http://movementapp.com/">http://movementapp.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffstieler.com/2009/08/so-busy/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Code Tennis: Volley 2?</title>
		<link>http://blog.jeffstieler.com/2009/04/code-tennis-volley-2/</link>
		<comments>http://blog.jeffstieler.com/2009/04/code-tennis-volley-2/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 19:37:19 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[code-tennis]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.jeffstieler.com/?p=75</guid>
		<description><![CDATA[Ok, so Pete got back to me with his volley, albeit incomplete.
For never touching Objective-C or Cocoa in his life, he took on a rather ambitious volley: turning my simple &#8220;speaking magic eight ball&#8221; into a speaking RSS feed reader.
He found Apple&#8217;s Publication Subscription framework, and went to town trying to get it to work. [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so Pete got back to me with his volley, albeit incomplete.</p>
<p>For never touching Objective-C or Cocoa in his life, he took on a rather ambitious volley: turning my simple &#8220;speaking magic eight ball&#8221; into a speaking RSS feed reader.</p>
<p>He found Apple&#8217;s <a href="http://developer.apple.com/DOCUMENTATION/InternetWeb/Reference/PubSubReference/index.html#//apple_ref/doc/uid/TP40004649">Publication Subscription framework</a>, and went to town trying to get it to work.  I took a quick look at the code, and it seems I&#8217;ll have to do some reading in the documentation before I can fix it.</p>
<p>Hopefully this doesn&#8217;t spell the end for our Code Tennis match..</p>
<p>Check out the code on <a href="http://github.com/pgebhard/code-tennis-09.04/tree/master">github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffstieler.com/2009/04/code-tennis-volley-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing Code Tennis &#8211; First Volley!</title>
		<link>http://blog.jeffstieler.com/2009/04/playing-code-tennis-first-volley/</link>
		<comments>http://blog.jeffstieler.com/2009/04/playing-code-tennis-first-volley/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 01:39:21 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[code-tennis]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.jeffstieler.com/?p=55</guid>
		<description><![CDATA[A few days ago I came up with an idea for collaborative/competitive programming after seeing a match of Layer Tennis.
I&#8217;m sure you can see where this is going&#8230; yes, Code Tennis!  A quick google showed me that some other people had this idea before me, and setup a nice looking website, although no one is [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I came up with an idea for collaborative/competitive programming after seeing a match of <a href="http://layertennis.com">Layer Tennis</a>.</p>
<p>I&#8217;m sure you can see where this is going&#8230; yes, Code Tennis!  A quick google showed me that some other people had this idea before me, and setup a nice looking website, although no one is using it.</p>
<p><a href="http://codetennis.com">Code Tennis</a> has some cool features: Twitter notification of volleys, bitchin&#8217; graphics, and a timeline of commits/volleys.  I just hope that it all works as expected since it doesn&#8217;t look like the creators have had any external testing yet.</p>
<p>I&#8217;m playing my friend Pete (<a href="http://petergebhard.com">his site</a>). So far the only ground rule is that the app has to be a Mac desktop app (NOT document based) written in Objective-C.</p>
<div id="attachment_56" class="wp-caption aligncenter" style="width: 310px"><a title="First Volley before click" href="http://blog.jeffstieler.com/wp-content/uploads/2009/04/picture-2.png" rel="shadowbox[post-55];player=img;"><img class="size-medium wp-image-56" src="http://blog.jeffstieler.com/wp-content/uploads/2009/04/picture-2-300x107.png" alt="First Volley before click" width="300" height="107" /></a><p class="wp-caption-text">First Volley before click</p></div>
<p>My first volley (above) is a Magic 8 Ball that uses the OS X speech synthesizer to &#8220;say&#8221; the 8-Ball&#8217;s response.  I can&#8217;t wait to see what Pete does with it!</p>
<div id="attachment_57" class="wp-caption aligncenter" style="width: 310px"><a title="First volley after click" href="http://blog.jeffstieler.com/wp-content/uploads/2009/04/picture-8.png" rel="shadowbox[post-55];player=img;"><img class="size-medium wp-image-57" src="http://blog.jeffstieler.com/wp-content/uploads/2009/04/picture-8-300x107.png" alt="First volley after click" width="300" height="107" /></a><p class="wp-caption-text">First volley after click</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffstieler.com/2009/04/playing-code-tennis-first-volley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated SPE package for Mac OS X</title>
		<link>http://blog.jeffstieler.com/2009/03/updated-spe-package-for-mac-os-x/</link>
		<comments>http://blog.jeffstieler.com/2009/03/updated-spe-package-for-mac-os-x/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 02:32:28 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[spe]]></category>

		<guid isPermaLink="false">http://blog.jeffstieler.com/?p=6</guid>
		<description><![CDATA[Download an updated version (0.8.4.h) of Stani's Python Editor for OS X.]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t written a ton of python. and what I have isn&#8217;t very pythonic.</p>
<p>An IDE that really helped me out when I did write said python was Stani&#8217;s Python Editor (<a title="SPE" href="http://pythonide.blogspot.com/">SPE</a>).  It has a host of useful features including (but not limited to) debugging, UML, GUI creation, and Blender support.</p>
<p>Without modification, SPE is simply a .py to be executed, which can be a bit cumbersome on OS X where you may be used to launching apps via the dock or spotlight/quicksilver.</p>
<p>Over on Stani&#8217;s blog, Krzysztof Olczyk posted an OS X packaged version of SPE.</p>
<p>I have simply updated the version to reflect the latest as of this post, which is 0.8.4.h</p>
<p>If there are issues, check the forums over at <a title="Berilos" href="http://developer.berlios.de/forum/?group_id=4161">Berlios</a>, or contact me.</p>
<p>You can snag it <a title="here" href="http://blog.jeffstieler.com/?attachment_id=5">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffstieler.com/2009/03/updated-spe-package-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
