<?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 θ theta - the nerd&#039;s angle</title>
	<atom:link href="http://ebroder.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebroder.net</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 22:19:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Debian Vcs-* Fields: Abusing the Google Juice by Ken Pronovici</title>
		<link>http://ebroder.net/2010/03/01/debian-vcs-fields-abusing-the-google-juice/comment-page-1/#comment-11195</link>
		<dc:creator>Ken Pronovici</dc:creator>
		<pubDate>Mon, 28 Jun 2010 22:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=423#comment-11195</guid>
		<description>Well, your post did make this easier to find.  It shows up as hit #3 when searching for &quot;debian vcs-hg&quot;.  Much appreciated.</description>
		<content:encoded><![CDATA[<p>Well, your post did make this easier to find.  It shows up as hit #3 when searching for &#8220;debian vcs-hg&#8221;.  Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ssh-keygen randomart by Ian</title>
		<link>http://ebroder.net/2010/01/18/ssh-keygen-randomart/comment-page-1/#comment-10784</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 09 Jun 2010 15:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=363#comment-10784</guid>
		<description>I don&#039;t believe its meant as an authoritative check, just a visual confirmation. If you ssh to a host you use frequently and the &quot;fingerprint&quot; is radically different, then you might be the subject of a &quot;man-in-the-middle&quot; type of attack. Currently you just get the &quot;unknown host key&quot; message the first time, which people are accustomed to just answering &quot;yes&quot; to.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t believe its meant as an authoritative check, just a visual confirmation. If you ssh to a host you use frequently and the &#8220;fingerprint&#8221; is radically different, then you might be the subject of a &#8220;man-in-the-middle&#8221; type of attack. Currently you just get the &#8220;unknown host key&#8221; message the first time, which people are accustomed to just answering &#8220;yes&#8221; to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ssh-keygen randomart by dsafd</title>
		<link>http://ebroder.net/2010/01/18/ssh-keygen-randomart/comment-page-1/#comment-10627</link>
		<dc:creator>dsafd</dc:creator>
		<pubDate>Thu, 03 Jun 2010 19:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=363#comment-10627</guid>
		<description>Try comparing two ssh key fingerprints visually using hex values, and then by using randomart.  I think doing the latter is much easier and quicker.</description>
		<content:encoded><![CDATA[<p>Try comparing two ssh key fingerprints visually using hex values, and then by using randomart.  I think doing the latter is much easier and quicker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing GRUB onto a Disk Image by evan</title>
		<link>http://ebroder.net/2009/08/04/installing-grub-onto-a-disk-image/comment-page-1/#comment-9450</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Thu, 01 Apr 2010 14:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=274#comment-9450</guid>
		<description>Like I said in the post,

&lt;blockquote&gt;
I’ve only tested this on an Ubuntu Jaunty host so far, so I can’t guarantee that it works on Debian or even other Ubuntu versions, but I think it should. I’d love to hear if you have good or bad experiences on other Linux versions.
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Like I said in the post,</p>
<blockquote><p>
I’ve only tested this on an Ubuntu Jaunty host so far, so I can’t guarantee that it works on Debian or even other Ubuntu versions, but I think it should. I’d love to hear if you have good or bad experiences on other Linux versions.
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing GRUB onto a Disk Image by dieti</title>
		<link>http://ebroder.net/2009/08/04/installing-grub-onto-a-disk-image/comment-page-1/#comment-9448</link>
		<dc:creator>dieti</dc:creator>
		<pubDate>Thu, 01 Apr 2010 10:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=274#comment-9448</guid>
		<description>Hi

I tried to find a way to install grub2 on partitioned image file quite long. I was happy to see that you were successfull and hoped that it will work on my system too. Unfortunately it doesn&#039;t...

I&#039;m using Debian Lenny (Stable) and tried your procedure (and much more) with grub2 from Debian Squeeze (Testing) and Debian sid (Unstable) --&gt; Everything was from stable release. I only used grub2 package from newer Debian releases.

If it&#039;s really working on your system it might have something to do with grub2 version you are using... do you have further information about which grub2 version you are using?

There is something which is confusing me... On http://savannah.gnu.org/bugs/?27737 it seems that what we try to do is not yet possible and a known bug.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I tried to find a way to install grub2 on partitioned image file quite long. I was happy to see that you were successfull and hoped that it will work on my system too. Unfortunately it doesn&#8217;t&#8230;</p>
<p>I&#8217;m using Debian Lenny (Stable) and tried your procedure (and much more) with grub2 from Debian Squeeze (Testing) and Debian sid (Unstable) &#8211;&gt; Everything was from stable release. I only used grub2 package from newer Debian releases.</p>
<p>If it&#8217;s really working on your system it might have something to do with grub2 version you are using&#8230; do you have further information about which grub2 version you are using?</p>
<p>There is something which is confusing me&#8230; On <a href="http://savannah.gnu.org/bugs/?27737" rel="nofollow">http://savannah.gnu.org/bugs/?27737</a> it seems that what we try to do is not yet possible and a known bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtastic: A Survey of Virtualization Naming by Jeffrey Bosboom</title>
		<link>http://ebroder.net/2010/03/25/virtastic-a-survey-of-virtualization-naming/comment-page-1/#comment-9393</link>
		<dc:creator>Jeffrey Bosboom</dc:creator>
		<pubDate>Mon, 29 Mar 2010 04:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=436#comment-9393</guid>
		<description>Despite your conclusion that &quot;incontrovirtible&quot; is not a reasonable project name, I think it would be at least as good as &quot;ReVirt&quot; for the trusted execution logger, as the point is to prevent logs from being tampered with by malware.</description>
		<content:encoded><![CDATA[<p>Despite your conclusion that &#8220;incontrovirtible&#8221; is not a reasonable project name, I think it would be at least as good as &#8220;ReVirt&#8221; for the trusted execution logger, as the point is to prevent logs from being tampered with by malware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another Summer in California by Virtastic: A Survey of Virtualization Naming &#171; θ theta &#8211; the nerd&#39;s angle</title>
		<link>http://ebroder.net/2009/07/16/another-summer-in-california/comment-page-1/#comment-9323</link>
		<dc:creator>Virtastic: A Survey of Virtualization Naming &#171; θ theta &#8211; the nerd&#39;s angle</dc:creator>
		<pubDate>Thu, 25 Mar 2010 22:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=266#comment-9323</guid>
		<description>[...] won&#8217;t help you find this one. When I left my internship at Google, I decided to pull the virtualization testing framework I was working on out from the larger body of work it was originally included in, and Virtigo is [...]</description>
		<content:encoded><![CDATA[<p>[...] won&#8217;t help you find this one. When I left my internship at Google, I decided to pull the virtualization testing framework I was working on out from the larger body of work it was originally included in, and Virtigo is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlueChips: Hassle-Free Apartment Finances by Donald</title>
		<link>http://ebroder.net/2010/03/09/bluechips-hassle-free-apartment-finances/comment-page-1/#comment-9263</link>
		<dc:creator>Donald</dc:creator>
		<pubDate>Mon, 22 Mar 2010 04:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=411#comment-9263</guid>
		<description>Evan.... there is a good chance I am going to cite this post in my 21H.102 paper on communalism. So ... good job.</description>
		<content:encoded><![CDATA[<p>Evan&#8230;. there is a good chance I am going to cite this post in my 21H.102 paper on communalism. So &#8230; good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Teach Unix? by Kevin Riggle</title>
		<link>http://ebroder.net/2010/03/01/how-to-teach-unix/comment-page-1/#comment-8647</link>
		<dc:creator>Kevin Riggle</dc:creator>
		<pubDate>Tue, 02 Mar 2010 03:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=425#comment-8647</guid>
		<description>The single most important thing I think you can teach someone about the Linux command line, which I think often gets forgotten, is &#039;man&#039;.  That enables them to at least potentially learn on their own, at their own pace, even if it&#039;s 4a and nobody&#039;s in the SIPB office (like that ever happens).

Learning how to learn something is the first step to mastery of it.</description>
		<content:encoded><![CDATA[<p>The single most important thing I think you can teach someone about the Linux command line, which I think often gets forgotten, is &#8216;man&#8217;.  That enables them to at least potentially learn on their own, at their own pace, even if it&#8217;s 4a and nobody&#8217;s in the SIPB office (like that ever happens).</p>
<p>Learning how to learn something is the first step to mastery of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Comment on Commenting by dave glasser</title>
		<link>http://ebroder.net/2010/02/28/a-comment-on-commenting/comment-page-1/#comment-8641</link>
		<dc:creator>dave glasser</dc:creator>
		<pubDate>Tue, 02 Mar 2010 01:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://ebroder.net/?p=421#comment-8641</guid>
		<description>I am so looking forward to Salmon.</description>
		<content:encoded><![CDATA[<p>I am so looking forward to Salmon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
