<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Abizern.org</title>
	<atom:link href="http://abizern.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://abizern.org</link>
	<description>The personal and developer blog of a Mac developer in London.</description>
	<lastBuildDate>Thu, 24 Jun 2010 14:27:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Multitouch NSCoder Night Next by Abizer</title>
		<link>http://abizern.org/2010/06/16/multitouch-nscoder-night-next/#comment-86</link>
		<dc:creator>Abizer</dc:creator>
		<pubDate>Thu, 24 Jun 2010 14:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://abizern.org/?p=355#comment-86</guid>
		<description>When I say “Multitouch” I’m talking about the meeting possibly being in two places; not that it’s going to be a particularly iOS based theme.</description>
		<content:encoded><![CDATA[<p>When I say “Multitouch” I’m talking about the meeting possibly being in two places; not that it’s going to be a particularly iOS based theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating git with SubEthaEdit and Changes.app by Tweets that mention Abizern.org → Integrating git with SubEthaEdit and Changes.app -- Topsy.com</title>
		<link>http://abizern.org/2009/11/08/integrating-git-with-subethaedit-and-changes/#comment-66</link>
		<dc:creator>Tweets that mention Abizern.org → Integrating git with SubEthaEdit and Changes.app -- Topsy.com</dc:creator>
		<pubDate>Wed, 14 Apr 2010 16:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.stompy.org/?p=160#comment-66</guid>
		<description>[...] This post was mentioned on Twitter by Abizer. Abizer said: @yaili There&#039;s a bit more help with Git: http://365git.tumblr.com, and if you don&#039;t fancy using vim: http://tinyurl.com/yadyyab (both mine) [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Abizer. Abizer said: @yaili There&#39;s a bit more help with Git: <a href="http://365git.tumblr.com" rel="nofollow">http://365git.tumblr.com</a>, and if you don&#39;t fancy using vim: <a href="http://tinyurl.com/yadyyab" rel="nofollow">http://tinyurl.com/yadyyab</a> (both mine) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using a Single Build Directory in Xcode by Abizer</title>
		<link>http://abizern.org/2010/03/18/using-a-single-build-directory-in-xcode/#comment-64</link>
		<dc:creator>Abizer</dc:creator>
		<pubDate>Thu, 18 Mar 2010 22:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://abizern.org/?p=325#comment-64</guid>
		<description>Thanks Jesse, I didn&#039;t know that about Time Machine exclusion.

I forgot to add that when building and linking to external libraries there is no need to set a common build directory for the project because by default they will all go to the same place.</description>
		<content:encoded><![CDATA[<p>Thanks Jesse, I didn&#8217;t know that about Time Machine exclusion.</p>
<p>I forgot to add that when building and linking to external libraries there is no need to set a common build directory for the project because by default they will all go to the same place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using a Single Build Directory in Xcode by Jesse Read</title>
		<link>http://abizern.org/2010/03/18/using-a-single-build-directory-in-xcode/#comment-63</link>
		<dc:creator>Jesse Read</dc:creator>
		<pubDate>Thu, 18 Mar 2010 22:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://abizern.org/?p=325#comment-63</guid>
		<description>Just a minor note. Xcode build directories (and all subdirectories thereof, I believe) are automatically excluded from Time Machine backups. Xcode sets the com.apple.XcodeGenerated extended attribute on the build folders which tells Time Machine to exclude them. 

There are still plenty of other benefits to a single build directory, as mentioned.</description>
		<content:encoded><![CDATA[<p>Just a minor note. Xcode build directories (and all subdirectories thereof, I believe) are automatically excluded from Time Machine backups. Xcode sets the com.apple.XcodeGenerated extended attribute on the build folders which tells Time Machine to exclude them. </p>
<p>There are still plenty of other benefits to a single build directory, as mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating git with SubEthaEdit and Changes.app by Abizer</title>
		<link>http://abizern.org/2009/11/08/integrating-git-with-subethaedit-and-changes/#comment-62</link>
		<dc:creator>Abizer</dc:creator>
		<pubDate>Sun, 28 Feb 2010 15:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stompy.org/?p=160#comment-62</guid>
		<description>Do you actually have changes to show in a diff?

Try running `git diff HEAD~` or `git diff HEAD~2` to show the difference to earlier commits.</description>
		<content:encoded><![CDATA[<p>Do you actually have changes to show in a diff?</p>
<p>Try running `git diff HEAD~` or `git diff HEAD~2` to show the difference to earlier commits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating git with SubEthaEdit and Changes.app by Luis Martins</title>
		<link>http://abizern.org/2009/11/08/integrating-git-with-subethaedit-and-changes/#comment-61</link>
		<dc:creator>Luis Martins</dc:creator>
		<pubDate>Sat, 27 Feb 2010 23:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.stompy.org/?p=160#comment-61</guid>
		<description>Can get this to work. When i run &quot;git diff&quot; i get nothing, no error, no changes.app reaction. I&#039;ve checked permissions on the script but still no luck. Any thoughs?</description>
		<content:encoded><![CDATA[<p>Can get this to work. When i run &#8220;git diff&#8221; i get nothing, no error, no changes.app reaction. I&#8217;ve checked permissions on the script but still no luck. Any thoughs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Answer Is Not Always Best by Tweets that mention Abizern.org → A Simple Answer Is Not Always Best -- Topsy.com</title>
		<link>http://abizern.org/2010/01/08/a-simple-answer-is-not-always-best/#comment-38</link>
		<dc:creator>Tweets that mention Abizern.org → A Simple Answer Is Not Always Best -- Topsy.com</dc:creator>
		<pubDate>Fri, 08 Jan 2010 23:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://abizern.org/?p=268#comment-38</guid>
		<description>[...] This post was mentioned on Twitter by Abizer, Gary Davis. Gary Davis said: Thanks for blog post mention @Abizern Simple Answer Is Not Always Best http://abizern.org/2010/01/08/a-simple-answer-is-not-always-best/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Abizer, Gary Davis. Gary Davis said: Thanks for blog post mention @Abizern Simple Answer Is Not Always Best <a href="http://abizern.org/2010/01/08/a-simple-answer-is-not-always-best/" rel="nofollow">http://abizern.org/2010/01/08/a-simple-answer-is-not-always-best/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Answer Is Not Always Best by Alex Rozanski</title>
		<link>http://abizern.org/2010/01/08/a-simple-answer-is-not-always-best/#comment-37</link>
		<dc:creator>Alex Rozanski</dc:creator>
		<pubDate>Fri, 08 Jan 2010 22:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://abizern.org/?p=268#comment-37</guid>
		<description>Great point – and with your example of the glass bottle and shoe, Joel and Jeff actually discussed this on &lt;a href=&quot;http://blog.stackoverflow.com/2009/01/podcast-38/&quot; rel=&quot;nofollow&quot;&gt;episode #38&lt;/a&gt; of the Stack Overflow podcast, in pretty much the same context.</description>
		<content:encoded><![CDATA[<p>Great point – and with your example of the glass bottle and shoe, Joel and Jeff actually discussed this on <a href="http://blog.stackoverflow.com/2009/01/podcast-38/" rel="nofollow">episode #38</a> of the Stack Overflow podcast, in pretty much the same context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Abizern.org &#62;&#62; Hello Heinlein</title>
		<link>http://abizern.org/about/#comment-15</link>
		<dc:creator>Abizern.org &#62;&#62; Hello Heinlein</dc:creator>
		<pubDate>Sat, 12 Dec 2009 00:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://abizern.org/?page_id=233#comment-15</guid>
		<description>[...] is more about this you can read in the about page. I also hold my hand up to stealing some of the designs I used form Nik Fletcher and Alex Payne [...]</description>
		<content:encoded><![CDATA[<p>[...] is more about this you can read in the about page. I also hold my hand up to stealing some of the designs I used form Nik Fletcher and Alex Payne [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NSCoder Night London &#8211; Report by Sam Deane</title>
		<link>http://abizern.org/2009/09/25/nscoder-night-london-report/#comment-14</link>
		<dc:creator>Sam Deane</dc:creator>
		<pubDate>Mon, 12 Oct 2009 09:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.stompy.org/?p=155#comment-14</guid>
		<description>A group of us also have a monthly meeting (&lt;a href=&quot;http://www.elegantchaos.com/uk-mac-dev-meeting&quot; rel=&quot;nofollow&quot;&gt;http://www.elegantchaos.com/uk-mac-dev-meeting&lt;/a&gt;).

I wonder if it would be worth combining the two meetings to bolster numbers a bit.</description>
		<content:encoded><![CDATA[<p>A group of us also have a monthly meeting (<a href="http://www.elegantchaos.com/uk-mac-dev-meeting" rel="nofollow">http://www.elegantchaos.com/uk-mac-dev-meeting</a>).</p>
<p>I wonder if it would be worth combining the two meetings to bolster numbers a bit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
