<?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 Tom Dalling</title>
	<atom:link href="http://www.tomdalling.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tomdalling.com/blog</link>
	<description>Thoughts of a software developer</description>
	<lastBuildDate>Sat, 04 Feb 2012 03:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on How To Set Up A Secure Git Server At Home (OSX) by Tom Dalling</title>
		<link>http://www.tomdalling.com/blog/software-processes/how-to-set-up-a-secure-git-server-at-home-osx/comment-page-1#comment-1241</link>
		<dc:creator>Tom Dalling</dc:creator>
		<pubDate>Sat, 04 Feb 2012 03:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/blog/?p=525#comment-1241</guid>
		<description>It is multi-user in the sense that multiple people can use the git repo with their own name and email address. Everyone has access to everything, so if you want advanced permission settings you will need to set it up differently - probably with an ssh account per user.</description>
		<content:encoded><![CDATA[<p>It is multi-user in the sense that multiple people can use the git repo with their own name and email address. Everyone has access to everything, so if you want advanced permission settings you will need to set it up differently &#8211; probably with an ssh account per user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Set Up A Secure Git Server At Home (OSX) by Rob Williams</title>
		<link>http://www.tomdalling.com/blog/software-processes/how-to-set-up-a-secure-git-server-at-home-osx/comment-page-1#comment-1240</link>
		<dc:creator>Rob Williams</dc:creator>
		<pubDate>Fri, 03 Feb 2012 18:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/blog/?p=525#comment-1240</guid>
		<description>This is good, but the problem here is this works only for one user, right? When you try to go beyond that you are going to have to try and use gitosis or gitolite. That is a huge PITA. I was way down the road with gitosis before I ran into some insoluble issues with OS/X (and it&#039;s a dead project making them even more insoluble).</description>
		<content:encoded><![CDATA[<p>This is good, but the problem here is this works only for one user, right? When you try to go beyond that you are going to have to try and use gitosis or gitolite. That is a huge PITA. I was way down the road with gitosis before I ran into some insoluble issues with OS/X (and it&#8217;s a dead project making them even more insoluble).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Set Up A Secure Git Server At Home (OSX) by H-Max</title>
		<link>http://www.tomdalling.com/blog/software-processes/how-to-set-up-a-secure-git-server-at-home-osx/comment-page-1#comment-1221</link>
		<dc:creator>H-Max</dc:creator>
		<pubDate>Tue, 31 Jan 2012 08:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/blog/?p=525#comment-1221</guid>
		<description>Just wanted to say thanks for this guide, I&#039;ve set up a remote git repository on a old mac mini here at work and it works like a charm. I feel powerful now.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for this guide, I&#8217;ve set up a remote git repository on a old mac mini here at work and it works like a charm. I feel powerful now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why performSelector: Is More Dangerous Than I Thought by gk_brown</title>
		<link>http://www.tomdalling.com/blog/cocoa/why-performselector-is-more-dangerous-than-i-thought/comment-page-1#comment-1217</link>
		<dc:creator>gk_brown</dc:creator>
		<pubDate>Mon, 30 Jan 2012 19:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/?p=425#comment-1217</guid>
		<description>I&#039;ve been tracking an issue like this all day. Now I know what is going wrong. Thanks!
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been tracking an issue like this all day. Now I know what is going wrong. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Model View Controller Explained by Chris</title>
		<link>http://www.tomdalling.com/blog/software-design/model-view-controller-explained/comment-page-1#comment-1184</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 11 Jan 2012 03:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/?p=3#comment-1184</guid>
		<description>Woah, wacky #ifdef intendation alert!
</description>
		<content:encoded><![CDATA[<p>Woah, wacky #ifdef intendation alert!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Your Own Cocoa Bindings by Bastian Bechtold</title>
		<link>http://www.tomdalling.com/blog/cocoa/implementing-your-own-cocoa-bindings/comment-page-1#comment-1025</link>
		<dc:creator>Bastian Bechtold</dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/?p=119#comment-1025</guid>
		<description>Hi Tom,

thanks a lot for that piece of code! I used your code to make bindings work in a custom subclass of NSTextField which reacts to scrolling.</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>thanks a lot for that piece of code! I used your code to make bindings work in a custom subclass of NSTextField which reacts to scrolling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Model View Controller Explained by Snehal Masne</title>
		<link>http://www.tomdalling.com/blog/software-design/model-view-controller-explained/comment-page-1#comment-909</link>
		<dc:creator>Snehal Masne</dc:creator>
		<pubDate>Sun, 13 Nov 2011 06:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/?p=3#comment-909</guid>
		<description>Thank you so much for providing such a good explanation for MVC.. clarified many doubts :)</description>
		<content:encoded><![CDATA[<p>Thank you so much for providing such a good explanation for MVC.. clarified many doubts <img src='http://www.tomdalling.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Set Up A Secure Git Server At Home (OSX) by Tom Dalling</title>
		<link>http://www.tomdalling.com/blog/software-processes/how-to-set-up-a-secure-git-server-at-home-osx/comment-page-1#comment-667</link>
		<dc:creator>Tom Dalling</dc:creator>
		<pubDate>Thu, 27 Oct 2011 11:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/blog/?p=525#comment-667</guid>
		<description>I haven&#039;t done a whole lot of ssh config before, so I&#039;m not sure how to do that I&#039;m afraid.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t done a whole lot of ssh config before, so I&#8217;m not sure how to do that I&#8217;m afraid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Set Up A Secure Git Server At Home (OSX) by Nebu</title>
		<link>http://www.tomdalling.com/blog/software-processes/how-to-set-up-a-secure-git-server-at-home-osx/comment-page-1#comment-665</link>
		<dc:creator>Nebu</dc:creator>
		<pubDate>Thu, 27 Oct 2011 09:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/blog/?p=525#comment-665</guid>
		<description>Is there a possibility to disable the password authentication only for the git user? According to &quot;man ssh_config&quot; this should be possible by editing ~/.ssh/config the same way as you suggested to edit /etc/sshd_config (sans the root-part of course), but I can&#039;t seem to get it running...</description>
		<content:encoded><![CDATA[<p>Is there a possibility to disable the password authentication only for the git user? According to &#8220;man ssh_config&#8221; this should be possible by editing ~/.ssh/config the same way as you suggested to edit /etc/sshd_config (sans the root-part of course), but I can&#8217;t seem to get it running&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Model View Controller Explained by Hsharif2</title>
		<link>http://www.tomdalling.com/blog/software-design/model-view-controller-explained/comment-page-1#comment-646</link>
		<dc:creator>Hsharif2</dc:creator>
		<pubDate>Sun, 02 Oct 2011 18:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomdalling.com/?p=3#comment-646</guid>
		<description>Awesome - great explanation, thanks.  Appreciate the benefits write up - helps understand the competitive edge of using MVC</description>
		<content:encoded><![CDATA[<p>Awesome &#8211; great explanation, thanks.  Appreciate the benefits write up &#8211; helps understand the competitive edge of using MVC</p>
]]></content:encoded>
	</item>
</channel>
</rss>

