<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: You keep using that word &#8220;distributed&#8221;&#8230;</title>
	<atom:link href="http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/feed/" rel="self" type="application/rss+xml" />
	<link>http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/</link>
	<description>"...the three great virtues of a programmer: laziness, impatience, and hubris." -- Larry Wall</description>
	<lastBuildDate>Sun, 29 Aug 2010 18:46:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: James</title>
		<link>http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/comment-page-1/#comment-965</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 14 Oct 2008 01:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/#comment-965</guid>
		<description>Good post.&lt;br&gt;&lt;br&gt;This was always going to happen - there&#039;s been a lot of uptake of git because its &quot;the latest thing&quot; rather than because they&#039;ve understood and evaluated its pro&#039;s and cons.&lt;br&gt;&lt;br&gt;And lets face it - we&#039;ve all made that mistake at some point.&lt;br&gt;&lt;br&gt;On the upside while these dev&#039;s may be missing the point of the D in DVCS at least they&#039;re using a VCS, I&#039;m frequently appalled by the number of so called experienced developers I speak to who don&#039;t get it at all.</description>
		<content:encoded><![CDATA[<p>Good post.</p>
<p>This was always going to happen &#8211; there&#39;s been a lot of uptake of git because its &#8220;the latest thing&#8221; rather than because they&#39;ve understood and evaluated its pro&#39;s and cons.</p>
<p>And lets face it &#8211; we&#39;ve all made that mistake at some point.</p>
<p>On the upside while these dev&#39;s may be missing the point of the D in DVCS at least they&#39;re using a VCS, I&#39;m frequently appalled by the number of so called experienced developers I speak to who don&#39;t get it at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/comment-page-1/#comment-171</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 13 Oct 2008 18:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/#comment-171</guid>
		<description>Good post.&lt;br&gt;&lt;br&gt;This was always going to happen - there&#039;s been a lot of uptake of git because its &quot;the latest thing&quot; rather than because they&#039;ve understood and evaluated its pro&#039;s and cons.&lt;br&gt;&lt;br&gt;And lets face it - we&#039;ve all made that mistake at some point.&lt;br&gt;&lt;br&gt;On the upside while these dev&#039;s may be missing the point of the D in DVCS at least they&#039;re using a VCS, I&#039;m frequently appalled by the number of so called experienced developers I speak to who don&#039;t get it at all.</description>
		<content:encoded><![CDATA[<p>Good post.</p>
<p>This was always going to happen &#8211; there&#39;s been a lot of uptake of git because its &#8220;the latest thing&#8221; rather than because they&#39;ve understood and evaluated its pro&#39;s and cons.</p>
<p>And lets face it &#8211; we&#39;ve all made that mistake at some point.</p>
<p>On the upside while these dev&#39;s may be missing the point of the D in DVCS at least they&#39;re using a VCS, I&#39;m frequently appalled by the number of so called experienced developers I speak to who don&#39;t get it at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Narebski</title>
		<link>http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/comment-page-1/#comment-170</link>
		<dc:creator>Jakub Narebski</dc:creator>
		<pubDate>Fri, 10 Oct 2008 13:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/#comment-170</guid>
		<description>I don&#039;t think hosting your own public repository over HTTP in Git is absurdly complicated (by the way, you can host via SSH, or via git protocol using git-daemon). You should share bare repository, and &quot;dumb&quot; HTTP protocol requires extra info present, which is provided by git-update-server-info, and which is automated by the use of update hook.</description>
		<content:encoded><![CDATA[<p>I don&#39;t think hosting your own public repository over HTTP in Git is absurdly complicated (by the way, you can host via SSH, or via git protocol using git-daemon). You should share bare repository, and &#8220;dumb&#8221; HTTP protocol requires extra info present, which is provided by git-update-server-info, and which is automated by the use of update hook.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitchellh</title>
		<link>http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/comment-page-1/#comment-169</link>
		<dc:creator>mitchellh</dc:creator>
		<pubDate>Thu, 09 Oct 2008 00:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/#comment-169</guid>
		<description>I completely agree. I think its funny how people focus everything around github. For example the one tweet that says &quot;now i&#039;m manually changing code on a live production site&quot; should never be using his github git repo as a dependency for deploying to his production site. If anything he should set up (even if its difficult, 5 minutes save you a ton of pain) a publically accessible git repo either on his computer or some other server which his deployment can depend on. &lt;br&gt;&lt;br&gt;And even if that goes down, since everyone who has the repo has the ENTIRE repo, you can just point your deployment scripts to the new repo and hurrah it works.&lt;br&gt;&lt;br&gt;My company uses an internal git server for hosting all our production site repos which are used in deployment scripts, while a post-receive hook pushes this to github as a read-only mirror. This seems to make a lot more sense than putting all our eggs in one basket with github (which is a big no no).</description>
		<content:encoded><![CDATA[<p>I completely agree. I think its funny how people focus everything around github. For example the one tweet that says &#8220;now i&#39;m manually changing code on a live production site&#8221; should never be using his github git repo as a dependency for deploying to his production site. If anything he should set up (even if its difficult, 5 minutes save you a ton of pain) a publically accessible git repo either on his computer or some other server which his deployment can depend on. </p>
<p>And even if that goes down, since everyone who has the repo has the ENTIRE repo, you can just point your deployment scripts to the new repo and hurrah it works.</p>
<p>My company uses an internal git server for hosting all our production site repos which are used in deployment scripts, while a post-receive hook pushes this to github as a read-only mirror. This seems to make a lot more sense than putting all our eggs in one basket with github (which is a big no no).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/comment-page-1/#comment-168</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Thu, 09 Oct 2008 00:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/#comment-168</guid>
		<description>I suggest GitTorrent&lt;br&gt;&lt;br&gt;(er I suggest that somebody design and implement it)</description>
		<content:encoded><![CDATA[<p>I suggest GitTorrent</p>
<p>(er I suggest that somebody design and implement it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike H</title>
		<link>http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/comment-page-1/#comment-167</link>
		<dc:creator>Mike H</dc:creator>
		<pubDate>Wed, 08 Oct 2008 23:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/#comment-167</guid>
		<description>I think that the important point here is that GitHub was down, but everyone reasonably expected that it would be back up within a short period.  Given that, the effort involved in modding your workflow to not use GitHub wasn&#039;t worth the benefit over waiting an hour or two.</description>
		<content:encoded><![CDATA[<p>I think that the important point here is that GitHub was down, but everyone reasonably expected that it would be back up within a short period.  Given that, the effort involved in modding your workflow to not use GitHub wasn&#39;t worth the benefit over waiting an hour or two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/comment-page-1/#comment-166</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 08 Oct 2008 22:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/#comment-166</guid>
		<description>I completely agree. I&#039;m trying to find out why people think they need GitHub when it&#039;s down for anything other than fresh public clones.&lt;br&gt;&lt;br&gt;We&#039;ve advertised our Disaster Recovery Guide (&lt;a href=&quot;http://github.com/blog/175-github-disaster-guide&quot;&gt;http://github.com/blog/175-github-disaster-guide&lt;/a&gt;) a few times, but I think not enough people know about it. You can still share and deploy GitHub-based repos when the site is down - that&#039;s one of the joys of distributed version control.</description>
		<content:encoded><![CDATA[<p>I completely agree. I&#39;m trying to find out why people think they need GitHub when it&#39;s down for anything other than fresh public clones.</p>
<p>We&#39;ve advertised our Disaster Recovery Guide (<a href="http://github.com/blog/175-github-disaster-guide">http://github.com/blog/175-github-disaster-guide</a>) a few times, but I think not enough people know about it. You can still share and deploy GitHub-based repos when the site is down &#8211; that&#39;s one of the joys of distributed version control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan_Mayer</title>
		<link>http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/comment-page-1/#comment-165</link>
		<dc:creator>Dan_Mayer</dc:creator>
		<pubDate>Wed, 08 Oct 2008 20:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/08/you-keep-using-that-word-distributed/#comment-165</guid>
		<description>Nice post, we are planning to move to git soon. Right now when we deploy all the code is sucked out of a public repro, I assume that was a problem most users were experiencing. It would suck to have to go to all our machines and tell them hit up an alternative repo. Any thoughts on how to be avoid that using the distributed nature of git?</description>
		<content:encoded><![CDATA[<p>Nice post, we are planning to move to git soon. Right now when we deploy all the code is sucked out of a public repro, I assume that was a problem most users were experiencing. It would suck to have to go to all our machines and tell them hit up an alternative repo. Any thoughts on how to be avoid that using the distributed nature of git?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
