<?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 Mark Richman</title>
	<atom:link href="http://www.markrichman.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markrichman.com</link>
	<description>Cloud Computing Technologist. Application Architect. Experienced Consultant.</description>
	<lastBuildDate>Thu, 14 Apr 2011 21:43:54 +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 McDonald&#8217;s Response to Ammonia in their Meat by Villaney</title>
		<link>http://www.markrichman.com/2010/04/06/mcdonalds-response-to-ammonia-in-their-meat/comment-page-1/#comment-829</link>
		<dc:creator>Villaney</dc:creator>
		<pubDate>Thu, 14 Apr 2011 21:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=228#comment-829</guid>
		<description>Say whatever you want me and my family will never eat at McDonalds.</description>
		<content:encoded><![CDATA[<p>Say whatever you want me and my family will never eat at McDonalds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Git and gitosis on Ubuntu by mrichman</title>
		<link>http://www.markrichman.com/2008/06/16/installing-git-and-gitosis-on-ubuntu/comment-page-1/#comment-828</link>
		<dc:creator>mrichman</dc:creator>
		<pubDate>Sun, 23 Jan 2011 01:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=50#comment-828</guid>
		<description>Issues or questions about Gitosis should be directed here: &lt;a href=&quot;https://github.com/res0nat0r/gitosis&quot; rel=&quot;nofollow&quot;&gt;https://github.com/res0nat0r/g...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Issues or questions about Gitosis should be directed here: <a href="https://github.com/res0nat0r/gitosis" rel="nofollow">https://github.com/res0nat0r/g&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Git and gitosis on Ubuntu by tenach</title>
		<link>http://www.markrichman.com/2008/06/16/installing-git-and-gitosis-on-ubuntu/comment-page-1/#comment-827</link>
		<dc:creator>tenach</dc:creator>
		<pubDate>Sat, 22 Jan 2011 04:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=50#comment-827</guid>
		<description>I am getting a traceback error and am not sure what to do with it: &lt;a href=&quot;http://tlms.pastebin.com/pQi0vdus&quot; rel=&quot;nofollow&quot;&gt;http://tlms.pastebin.com/pQi0v...&lt;/a&gt;  What would your suggestions be? I have triple-checked to make sure I am following everything properly.&lt;br&gt;&lt;br&gt;Thank you much for your help.</description>
		<content:encoded><![CDATA[<p>I am getting a traceback error and am not sure what to do with it: <a href="http://tlms.pastebin.com/pQi0vdus" rel="nofollow">http://tlms.pastebin.com/pQi0v&#8230;</a>  What would your suggestions be? I have triple-checked to make sure I am following everything properly.</p>
<p>Thank you much for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Custom Authentication using Devise, DataMapper, and a Legacy Database by Reed G. Law</title>
		<link>http://www.markrichman.com/2010/11/22/rails-devise-datamapper-authentication/comment-page-1/#comment-824</link>
		<dc:creator>Reed G. Law</dc:creator>
		<pubDate>Thu, 13 Jan 2011 19:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=338#comment-824</guid>
		<description>Thanks! This helped me solve my problem: &lt;a href=&quot;http://stackoverflow.com/questions/4657145/migrating-from-restful-authentication-to-devise/4680767#4680767&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/quest...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks! This helped me solve my problem: <a href="http://stackoverflow.com/questions/4657145/migrating-from-restful-authentication-to-devise/4680767#4680767" rel="nofollow">http://stackoverflow.com/quest&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Git and gitosis on Ubuntu by Jdoerring</title>
		<link>http://www.markrichman.com/2008/06/16/installing-git-and-gitosis-on-ubuntu/comment-page-1/#comment-826</link>
		<dc:creator>Jdoerring</dc:creator>
		<pubDate>Thu, 13 Jan 2011 08:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=50#comment-826</guid>
		<description>I posed this on the &lt;a href=&quot;http://scie.nti.st&quot; rel=&quot;nofollow&quot;&gt;scie.nti.st&lt;/a&gt; article but they have a comment list a mile long so here it is again.&lt;br&gt;&lt;br&gt;I&#039;d like to add on one thing that I ran into when installing Git and Gitosis on my Ubuntu 10.10 server which I installed with encrypted home directories.&lt;br&gt;&lt;br&gt;When I was configuring my server for SSH, I changed my sshd_config to include this entry:&lt;br&gt;    AuthorizedKeysFile /etc/.ssh/%u/authorized_keys&lt;br&gt;&lt;br&gt;From this you can see that I created a /etc/.ssh directory and a sub directory for each user containing the file authorized_keys.  Also, I made the user the owner of their respective folder.&lt;br&gt;&lt;br&gt;Gitosis uses a post-update hook to update the git user&#039;s authorized_keys file to include each of the public keys from the gitosis-admin/keydir.  The problem was that the default location that gitosis expected the authorized_keys file to be in was /home/git/.ssh/ but I moved it to /etc/.ssh/git.  To remedy this I had to add the following to gitosis.conf:&lt;br&gt;    [gitosis]&lt;br&gt;    ssh-authorized-keys-path = /etc/.ssh/git/authorized_keys&lt;br&gt;&lt;br&gt;It took me quite a bit of messing around to figure this all out, I hope it will save someone else the pain.</description>
		<content:encoded><![CDATA[<p>I posed this on the <a href="http://scie.nti.st" rel="nofollow">scie.nti.st</a> article but they have a comment list a mile long so here it is again.</p>
<p>I&#39;d like to add on one thing that I ran into when installing Git and Gitosis on my Ubuntu 10.10 server which I installed with encrypted home directories.</p>
<p>When I was configuring my server for SSH, I changed my sshd_config to include this entry:<br />    AuthorizedKeysFile /etc/.ssh/%u/authorized_keys</p>
<p>From this you can see that I created a /etc/.ssh directory and a sub directory for each user containing the file authorized_keys.  Also, I made the user the owner of their respective folder.</p>
<p>Gitosis uses a post-update hook to update the git user&#39;s authorized_keys file to include each of the public keys from the gitosis-admin/keydir.  The problem was that the default location that gitosis expected the authorized_keys file to be in was /home/git/.ssh/ but I moved it to /etc/.ssh/git.  To remedy this I had to add the following to gitosis.conf:<br />    [gitosis]<br />    ssh-authorized-keys-path = /etc/.ssh/git/authorized_keys</p>
<p>It took me quite a bit of messing around to figure this all out, I hope it will save someone else the pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Publications by Keeping colors consistent in Reporting Services drill-through reports at Philosophlogically Speaking&#8230;</title>
		<link>http://www.markrichman.com/publications/comment-page-1/#comment-823</link>
		<dc:creator>Keeping colors consistent in Reporting Services drill-through reports at Philosophlogically Speaking&#8230;</dc:creator>
		<pubDate>Thu, 13 Jan 2011 02:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.markrichman.com/?page_id=43#comment-823</guid>
		<description>[...] IDictionary. I was in a hurry so I just converted them to an array right quick. Code comes from the Collection Serialization in ASP.NET Web Services article written by Mark Richman. I converted the code from C# to VB.NET to use in the [...]</description>
		<content:encoded><![CDATA[<p>[...] IDictionary. I was in a hurry so I just converted them to an array right quick. Code comes from the Collection Serialization in ASP.NET Web Services article written by Mark Richman. I converted the code from C# to VB.NET to use in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Custom Authentication using Devise, DataMapper, and a Legacy Database by Gambi</title>
		<link>http://www.markrichman.com/2010/11/22/rails-devise-datamapper-authentication/comment-page-1/#comment-825</link>
		<dc:creator>Gambi</dc:creator>
		<pubDate>Sun, 05 Dec 2010 16:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=338#comment-825</guid>
		<description>does this work with rails 2.3.10?</description>
		<content:encoded><![CDATA[<p>does this work with rails 2.3.10?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Git and gitosis on Ubuntu by Paz</title>
		<link>http://www.markrichman.com/2008/06/16/installing-git-and-gitosis-on-ubuntu/comment-page-1/#comment-822</link>
		<dc:creator>Paz</dc:creator>
		<pubDate>Tue, 30 Nov 2010 04:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=50#comment-822</guid>
		<description>Just tried 3 other tutorials that were not clear on copying my public key from client to server and wasted 30mins. Yours got me there in 2 mins. thanks.</description>
		<content:encoded><![CDATA[<p>Just tried 3 other tutorials that were not clear on copying my public key from client to server and wasted 30mins. Yours got me there in 2 mins. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Custom Authentication using Devise, DataMapper, and a Legacy Database by mrichman</title>
		<link>http://www.markrichman.com/2010/11/22/rails-devise-datamapper-authentication/comment-page-1/#comment-821</link>
		<dc:creator>mrichman</dc:creator>
		<pubDate>Wed, 24 Nov 2010 17:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=338#comment-821</guid>
		<description>Thanks Jared! This worked like a charm. I&#039;ve updated the blog to reflect your suggestion and given you proper attribution for the find :-) I wish the Devise documentation, or at least the default devise.rb initializer that gets generated would make this setting clearer. I&#039;ve paraphrased the code comment from the Devise source code in the article.</description>
		<content:encoded><![CDATA[<p>Thanks Jared! This worked like a charm. I&#39;ve updated the blog to reflect your suggestion and given you proper attribution for the find :-) I wish the Devise documentation, or at least the default devise.rb initializer that gets generated would make this setting clearer. I&#39;ve paraphrased the code comment from the Devise source code in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Custom Authentication using Devise, DataMapper, and a Legacy Database by jm81</title>
		<link>http://www.markrichman.com/2010/11/22/rails-devise-datamapper-authentication/comment-page-1/#comment-819</link>
		<dc:creator>jm81</dc:creator>
		<pubDate>Wed, 24 Nov 2010 06:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=338#comment-819</guid>
		<description>Mark, Thanks for posting this! I was the one who suggested the workaround at the end of devise.rb and just realized it&#039;s not needed. There&#039;s a config option I had forgotten about. Add &quot;config.apply_schema = false&quot; to devise.rb. I just tested it out on an app I have and seems to work fine.</description>
		<content:encoded><![CDATA[<p>Mark, Thanks for posting this! I was the one who suggested the workaround at the end of devise.rb and just realized it&#39;s not needed. There&#39;s a config option I had forgotten about. Add &#8220;config.apply_schema = false&#8221; to devise.rb. I just tested it out on an app I have and seems to work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Custom Authentication using Devise, DataMapper, and a Legacy Database by jm81</title>
		<link>http://www.markrichman.com/2010/11/22/rails-devise-datamapper-authentication/comment-page-1/#comment-820</link>
		<dc:creator>jm81</dc:creator>
		<pubDate>Wed, 24 Nov 2010 06:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=338#comment-820</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Never Bill by the Hour by mrichman</title>
		<link>http://www.markrichman.com/2009/11/17/why-i-never-bill-by-the-hour/comment-page-1/#comment-816</link>
		<dc:creator>mrichman</dc:creator>
		<pubDate>Thu, 28 Oct 2010 18:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=138#comment-816</guid>
		<description>Why would you do business with a client who doesn&#039;t know what they want? It&#039;s okay for them to change their mind, but your response should be a new proposal, not an hourly rate.</description>
		<content:encoded><![CDATA[<p>Why would you do business with a client who doesn&#39;t know what they want? It&#39;s okay for them to change their mind, but your response should be a new proposal, not an hourly rate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Never Bill by the Hour by 12ewfgdb</title>
		<link>http://www.markrichman.com/2009/11/17/why-i-never-bill-by-the-hour/comment-page-1/#comment-815</link>
		<dc:creator>12ewfgdb</dc:creator>
		<pubDate>Thu, 28 Oct 2010 12:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=138#comment-815</guid>
		<description>This is software. It&#039;s not like renovating a bathroom where only labor is involved (choose a different tile, pay for the costlier tile, but the labor cost is the same). As long as the client is so so so sure of what he/she wants, the fixed price is a great way to go. But in software, things change (understandably so). If the client want&#039;s a change today and another 2 days later that completely contradicts the change requested, what are you going to do? Tell yourself, oh heck, now I have to start all over again, or, I know you&#039;re a small business, and you didn&#039;t know exactly what you wanted, so you know, I really need to charge hourly to make this work for both you and me.</description>
		<content:encoded><![CDATA[<p>This is software. It&#39;s not like renovating a bathroom where only labor is involved (choose a different tile, pay for the costlier tile, but the labor cost is the same). As long as the client is so so so sure of what he/she wants, the fixed price is a great way to go. But in software, things change (understandably so). If the client want&#39;s a change today and another 2 days later that completely contradicts the change requested, what are you going to do? Tell yourself, oh heck, now I have to start all over again, or, I know you&#39;re a small business, and you didn&#39;t know exactly what you wanted, so you know, I really need to charge hourly to make this work for both you and me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Never Bill by the Hour by Michael Liberty</title>
		<link>http://www.markrichman.com/2009/11/17/why-i-never-bill-by-the-hour/comment-page-1/#comment-811</link>
		<dc:creator>Michael Liberty</dc:creator>
		<pubDate>Wed, 15 Sep 2010 20:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=138#comment-811</guid>
		<description>I agree and the point I always hear against fixed billing is it isn&#039;t flexible.&lt;br&gt;&lt;br&gt;I think it is, you can easily negotiate reduced/increased costs for the client if they are adding/changing features.</description>
		<content:encoded><![CDATA[<p>I agree and the point I always hear against fixed billing is it isn&#39;t flexible.</p>
<p>I think it is, you can easily negotiate reduced/increased costs for the client if they are adding/changing features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Never Bill by the Hour by Michael Liberty</title>
		<link>http://www.markrichman.com/2009/11/17/why-i-never-bill-by-the-hour/comment-page-1/#comment-812</link>
		<dc:creator>Michael Liberty</dc:creator>
		<pubDate>Wed, 15 Sep 2010 19:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=138#comment-812</guid>
		<description>Agreed. I also think that the big argument against fixed billing is &quot;flexibility&quot; and how people relate that to Agile programming, but there&#039;s no reason why you can&#039;t negotiate fixed extra costs for new features of changes to existing requests that will take more time.</description>
		<content:encoded><![CDATA[<p>Agreed. I also think that the big argument against fixed billing is &#8220;flexibility&#8221; and how people relate that to Agile programming, but there&#39;s no reason why you can&#39;t negotiate fixed extra costs for new features of changes to existing requests that will take more time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Git and gitosis on Ubuntu by Redmine with GIT Repository Setup on Ubuntu &#171; Ryan Alberts</title>
		<link>http://www.markrichman.com/2008/06/16/installing-git-and-gitosis-on-ubuntu/comment-page-1/#comment-788</link>
		<dc:creator>Redmine with GIT Repository Setup on Ubuntu &#171; Ryan Alberts</dc:creator>
		<pubDate>Wed, 21 Apr 2010 23:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=50#comment-788</guid>
		<description>[...] sudo vi ../mods-enabled/proxy.conf  For gitosis I used this setup page:  http://www.markrichman.com/2008/06/16/installing-git-and-gitosis-on-ubuntu/ Creating users and using gitosis: [...]</description>
		<content:encoded><![CDATA[<p>[...] sudo vi ../mods-enabled/proxy.conf  For gitosis I used this setup page:  http://www.markrichman.com/2008/06/16/installing-git-and-gitosis-on-ubuntu/ Creating users and using gitosis: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Never Bill by the Hour by Why I Always Bill By The Hour &#124; Brent Ozar - Too Much Information</title>
		<link>http://www.markrichman.com/2009/11/17/why-i-never-bill-by-the-hour/comment-page-1/#comment-442</link>
		<dc:creator>Why I Always Bill By The Hour &#124; Brent Ozar - Too Much Information</dc:creator>
		<pubDate>Wed, 03 Feb 2010 13:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=138#comment-442</guid>
		<description>[...] I Always Bill By The Hour  Mark Richman (Blog &#8211; Twitter) wrote a thought-provoking post about why he never bills by the hour.  He uses a fixed-rate, value-based billing system; he works with the client to build an exact [...]</description>
		<content:encoded><![CDATA[<p>[...] I Always Bill By The Hour  Mark Richman (Blog &#8211; Twitter) wrote a thought-provoking post about why he never bills by the hour.  He uses a fixed-rate, value-based billing system; he works with the client to build an exact [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I Never Bill by the Hour by Johnny</title>
		<link>http://www.markrichman.com/2009/11/17/why-i-never-bill-by-the-hour/comment-page-1/#comment-375</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=138#comment-375</guid>
		<description>Thanks a lot for sharing this information has really proven to be helpful. I really enjoy reading easy articles leading straight to the point.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for sharing this information has really proven to be helpful. I really enjoy reading easy articles leading straight to the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yoda Origami by Origami Lover</title>
		<link>http://www.markrichman.com/2005/06/12/yoda-origami/comment-page-1/#comment-374</link>
		<dc:creator>Origami Lover</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:34:07 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Good post. I just found this &lt;a href=&quot;http://digg.com/d31EMMQ&quot; rel=&quot;nofollow&quot;&gt;Origami-inspired Twitter icon&lt;/a&gt; at Digg, which you can use on your blog if it is running WordPress.</description>
		<content:encoded><![CDATA[<p>Good post. I just found this <a href="http://digg.com/d31EMMQ" rel="nofollow">Origami-inspired Twitter icon</a> at Digg, which you can use on your blog if it is running WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Evangelizing Yourself by Whitney Hess</title>
		<link>http://www.markrichman.com/2010/01/11/evangelizing-yourself/comment-page-1/#comment-371</link>
		<dc:creator>Whitney Hess</dc:creator>
		<pubDate>Thu, 21 Jan 2010 02:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.markrichman.com/?p=205#comment-371</guid>
		<description>Mark, thanks so much for linking to my presentation. Hope it inspires you to put yourself out there even more. Enjoy the adventure!</description>
		<content:encoded><![CDATA[<p>Mark, thanks so much for linking to my presentation. Hope it inspires you to put yourself out there even more. Enjoy the adventure!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

