<?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"
	>
<channel>
	<title>Comments for ruminations</title>
	<atom:link href="http://yiqiang.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://yiqiang.org/blog</link>
	<description>code, math, life</description>
	<pubDate>Fri, 21 Nov 2008 05:29:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Comment on publishing your dotfiles by Dan Hirsch</title>
		<link>http://yiqiang.org/blog/2008/07/04/publishing-your-dotfiles/#comment-31</link>
		<dc:creator>Dan Hirsch</dc:creator>
		<pubDate>Tue, 08 Jul 2008 05:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=14#comment-31</guid>
		<description>I tend to do something very similar, except I use git and put the files in a directory named "..." (eg, "~/.zshrc" is in "~/.../zshrc"). This has the advantage of standing out in a directory listing.

I also occasionally tar up the repository and make it available for download (via scp), in case I don't have git handy.</description>
		<content:encoded><![CDATA[<p>I tend to do something very similar, except I use git and put the files in a directory named &#8220;&#8230;&#8221; (eg, &#8220;~/.zshrc&#8221; is in &#8220;~/&#8230;/zshrc&#8221;). This has the advantage of standing out in a directory listing.</p>
<p>I also occasionally tar up the repository and make it available for download (via scp), in case I don&#8217;t have git handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dsage news by Yi Qiang</title>
		<link>http://yiqiang.org/blog/2008/07/04/dsage-news/#comment-30</link>
		<dc:creator>Yi Qiang</dc:creator>
		<pubDate>Sun, 06 Jul 2008 19:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=15#comment-30</guid>
		<description>@Mike Hansen
Not yet, still have to write doc/unittests and am waiting for the next alpha release from mabshoff so i  have something to base the patches against.</description>
		<content:encoded><![CDATA[<p>@Mike Hansen<br />
Not yet, still have to write doc/unittests and am waiting for the next alpha release from mabshoff so i  have something to base the patches against.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on publishing your dotfiles by Yi Qiang</title>
		<link>http://yiqiang.org/blog/2008/07/04/publishing-your-dotfiles/#comment-29</link>
		<dc:creator>Yi Qiang</dc:creator>
		<pubDate>Sun, 06 Jul 2008 18:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=14#comment-29</guid>
		<description>@numerodix
Cool, I checked out your solution and it definitely is portable, just depends on some shell scripts + gnu tools installed. For my own personal use however, having revision control is more important and i can install hg on any machine that has python, which is quite common these days.</description>
		<content:encoded><![CDATA[<p>@numerodix<br />
Cool, I checked out your solution and it definitely is portable, just depends on some shell scripts + gnu tools installed. For my own personal use however, having revision control is more important and i can install hg on any machine that has python, which is quite common these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on publishing your dotfiles by numerodix</title>
		<link>http://yiqiang.org/blog/2008/07/04/publishing-your-dotfiles/#comment-28</link>
		<dc:creator>numerodix</dc:creator>
		<pubDate>Sun, 06 Jul 2008 18:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=14#comment-28</guid>
		<description>A bit simplistic imo. For one thing you assume you have hg (or your vcs of choice) everywhere you go. Here's mine:
http://www.matusiak.eu/numerodix/blog/index.php/2007/07/27/using-your-dotfiles-on-the-go/</description>
		<content:encoded><![CDATA[<p>A bit simplistic imo. For one thing you assume you have hg (or your vcs of choice) everywhere you go. Here&#8217;s mine:<br />
<a href="http://www.matusiak.eu/numerodix/blog/index.php/2007/07/27/using-your-dotfiles-on-the-go/" rel="nofollow">http://www.matusiak.eu/numerodix/blog/index.php/2007/07/27/using-your-dotfiles-on-the-go/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on publishing your dotfiles by Yi Qiang</title>
		<link>http://yiqiang.org/blog/2008/07/04/publishing-your-dotfiles/#comment-27</link>
		<dc:creator>Yi Qiang</dc:creator>
		<pubDate>Sun, 06 Jul 2008 17:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=14#comment-27</guid>
		<description>@BVK 
Well, if you didn't want people to clone your repository, you should probably just put your files somewhere secret :) 

As for the encrypted format, I googled around a bit and I don't think hg has that functionality, do any other DVCS have that?</description>
		<content:encoded><![CDATA[<p>@BVK<br />
Well, if you didn&#8217;t want people to clone your repository, you should probably just put your files somewhere secret <img src='http://yiqiang.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As for the encrypted format, I googled around a bit and I don&#8217;t think hg has that functionality, do any other DVCS have that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on publishing your dotfiles by BVK Chaitanya</title>
		<link>http://yiqiang.org/blog/2008/07/04/publishing-your-dotfiles/#comment-26</link>
		<dc:creator>BVK Chaitanya</dc:creator>
		<pubDate>Sun, 06 Jul 2008 07:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=14#comment-26</guid>
		<description>@YiQiang
Yeah, i too should give hg sign a shot.  But it seems it doesn't restrict users from cloning your repository.

I want mercurial plugins/options to keep repositories in encrypted format.  This will let me keep dotfiles with passwords (like .authinfo) too.  Then i don't need to bother with signing patches at all, who ever can clone can commit.

BTW, my DVCS knowledge is too limited, so i don't know whether such a feature makes any sense or not :)</description>
		<content:encoded><![CDATA[<p>@YiQiang<br />
Yeah, i too should give hg sign a shot.  But it seems it doesn&#8217;t restrict users from cloning your repository.</p>
<p>I want mercurial plugins/options to keep repositories in encrypted format.  This will let me keep dotfiles with passwords (like .authinfo) too.  Then i don&#8217;t need to bother with signing patches at all, who ever can clone can commit.</p>
<p>BTW, my DVCS knowledge is too limited, so i don&#8217;t know whether such a feature makes any sense or not <img src='http://yiqiang.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dsage news by Mike Hansen</title>
		<link>http://yiqiang.org/blog/2008/07/04/dsage-news/#comment-25</link>
		<dc:creator>Mike Hansen</dc:creator>
		<pubDate>Sun, 06 Jul 2008 04:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=15#comment-25</guid>
		<description>Excellent work Yi!  Are the patches up on http://trac.sagemath.org ?</description>
		<content:encoded><![CDATA[<p>Excellent work Yi!  Are the patches up on <a href="http://trac.sagemath.org" rel="nofollow">http://trac.sagemath.org</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on publishing your dotfiles by Yi Qiang</title>
		<link>http://yiqiang.org/blog/2008/07/04/publishing-your-dotfiles/#comment-24</link>
		<dc:creator>Yi Qiang</dc:creator>
		<pubDate>Sat, 05 Jul 2008 17:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=14#comment-24</guid>
		<description>dotfiles.org provides absolutely no revision control :-)</description>
		<content:encoded><![CDATA[<p>dotfiles.org provides absolutely no revision control <img src='http://yiqiang.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on publishing your dotfiles by Binny V A</title>
		<link>http://yiqiang.org/blog/2008/07/04/publishing-your-dotfiles/#comment-23</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Sat, 05 Jul 2008 17:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=14#comment-23</guid>
		<description>There is another option - you can publish you dot files in a site like http://dotfiles.org/</description>
		<content:encoded><![CDATA[<p>There is another option - you can publish you dot files in a site like <a href="http://dotfiles.org/" rel="nofollow">http://dotfiles.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on publishing your dotfiles by Yi Qiang</title>
		<link>http://yiqiang.org/blog/2008/07/04/publishing-your-dotfiles/#comment-22</link>
		<dc:creator>Yi Qiang</dc:creator>
		<pubDate>Sat, 05 Jul 2008 17:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://yiqiang.org/blog/?p=14#comment-22</guid>
		<description>@BVK Chaitanya
Cool, I was pretty sure that other people are doing similar things. Let me know if you come up with any cool tips/tricks. I've started signing the revisions using hg sign like one commenter suggested already.</description>
		<content:encoded><![CDATA[<p>@BVK Chaitanya<br />
Cool, I was pretty sure that other people are doing similar things. Let me know if you come up with any cool tips/tricks. I&#8217;ve started signing the revisions using hg sign like one commenter suggested already.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
