<?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 Niall's Weblog</title>
	<atom:link href="http://niallohiggins.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://niallohiggins.com</link>
	<description>The website of Niall O'Higgins: A few, immature words</description>
	<lastBuildDate>Fri, 29 Jan 2010 09:03:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using OpenBSD&#8217;s OpenSMTPd for Email by LIAR</title>
		<link>http://niallohiggins.com/2009/10/31/using-openbsds-opensmtpd-for-email/comment-page-1/#comment-874</link>
		<dc:creator>LIAR</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=635#comment-874</guid>
		<description>Olá,

Thanks for the post, it helped me understanding the basics of OpenSMTPd works (even if the man pages already are very explicit).

I&#039;ve just a little question about you sentence: 
&quot;My ISP (sonic.net) doesn’t let me use port 25, so I have to relay to their SMTP server to send mail&quot;

In my case, it is exactly the converse: I can&#039;t use anything else than port 25. It seems that OpenSMTPd cannot be configured to use no crypto. Am I right?</description>
		<content:encoded><![CDATA[<p>Olá,</p>
<p>Thanks for the post, it helped me understanding the basics of OpenSMTPd works (even if the man pages already are very explicit).</p>
<p>I&#8217;ve just a little question about you sentence:<br />
&#8220;My ISP (sonic.net) doesn’t let me use port 25, so I have to relay to their SMTP server to send mail&#8221;</p>
<p>In my case, it is exactly the converse: I can&#8217;t use anything else than port 25. It seems that OpenSMTPd cannot be configured to use no crypto. Am I right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tmux, a BSD alternative to GNU Screen by Vince</title>
		<link>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/comment-page-1/#comment-812</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Wed, 30 Dec 2009 00:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=543#comment-812</guid>
		<description>C-z is a terrible choice.  Apparently you never use Berkeley
job control.  I use C-z *all the time* to suspend my current
process, do something else, and then &quot;fg&quot; to resume.  The
problem is that most of the control keys are used by one
application or another.  I have been using screen on BSD and
am about to try tmux.  C-a has been a minor inconvenience,
because of it being the emacs beginning of line command,
although I am primarily a vim user.  C-b is the emacs
command to move the cursor back one character and the vi
command to go scroll back a page.  Although, there are
alternatives, such as the arrow keys for those functions, so
C-b probably would be less of an inconvenience for me than
C-a has been. 


Perhaps an ALT key, such as M-s (s for screen controls),
M-a, or M-b would be a good choice.</description>
		<content:encoded><![CDATA[<p>C-z is a terrible choice.  Apparently you never use Berkeley<br />
job control.  I use C-z *all the time* to suspend my current<br />
process, do something else, and then &#8220;fg&#8221; to resume.  The<br />
problem is that most of the control keys are used by one<br />
application or another.  I have been using screen on BSD and<br />
am about to try tmux.  C-a has been a minor inconvenience,<br />
because of it being the emacs beginning of line command,<br />
although I am primarily a vim user.  C-b is the emacs<br />
command to move the cursor back one character and the vi<br />
command to go scroll back a page.  Although, there are<br />
alternatives, such as the arrow keys for those functions, so<br />
C-b probably would be less of an inconvenience for me than<br />
C-a has been. </p>
<p>Perhaps an ALT key, such as M-s (s for screen controls),<br />
M-a, or M-b would be a good choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Krav Maga vs Boxing: first impressions by paul</title>
		<link>http://niallohiggins.com/2007/07/11/krav-maga-vs-boxing-first-impressions/comment-page-1/#comment-804</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Mon, 28 Dec 2009 00:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/2007/07/11/krav-maga-vs-boxing-first-impressions/#comment-804</guid>
		<description>my comment about most martial arts is Vee Arnis Jitsu</description>
		<content:encoded><![CDATA[<p>my comment about most martial arts is Vee Arnis Jitsu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tmux, a BSD alternative to GNU Screen by Ramkumar Ramachandra</title>
		<link>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/comment-page-1/#comment-800</link>
		<dc:creator>Ramkumar Ramachandra</dc:creator>
		<pubDate>Mon, 21 Dec 2009 06:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=543#comment-800</guid>
		<description>tmux is fantastic! I&#039;m an Emacs user, and I&#039;ve found that C-z is the most comfortable and unobtrustive escape for me.</description>
		<content:encoded><![CDATA[<p>tmux is fantastic! I&#8217;m an Emacs user, and I&#8217;ve found that C-z is the most comfortable and unobtrustive escape for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Python Twitter Search API Crawler Class by john conroy</title>
		<link>http://niallohiggins.com/2009/09/27/simple-python-twitter-search-api-crawler-class/comment-page-1/#comment-795</link>
		<dc:creator>john conroy</dc:creator>
		<pubDate>Wed, 16 Dec 2009 21:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=579#comment-795</guid>
		<description>Thanks Niall  --  damn useful script ;)
I need something similar and I&#039;m glad I found some Python for a similar problem.</description>
		<content:encoded><![CDATA[<p>Thanks Niall  &#8212;  damn useful script <img src='http://niallohiggins.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
I need something similar and I&#8217;m glad I found some Python for a similar problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tmux, a BSD alternative to GNU Screen by bllbb</title>
		<link>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/comment-page-1/#comment-794</link>
		<dc:creator>bllbb</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=543#comment-794</guid>
		<description>what i like with tmux is the speed. screen always been damn slow.
otherwise they&#039;re really very similar. i just enabled screen-like bindings and i feel like i&#039;m using screen really.. just faster.. and some things like title detection work better</description>
		<content:encoded><![CDATA[<p>what i like with tmux is the speed. screen always been damn slow.<br />
otherwise they&#8217;re really very similar. i just enabled screen-like bindings and i feel like i&#8217;m using screen really.. just faster.. and some things like title detection work better</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache mod_rewrite RewriteRule with query string by Sean</title>
		<link>http://niallohiggins.com/2009/05/01/apache-mod_rewrite-rewriterule-with-query-string/comment-page-1/#comment-793</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=387#comment-793</guid>
		<description>Ahh, perfect! I was just wondering why it wasn&#039;t working!</description>
		<content:encoded><![CDATA[<p>Ahh, perfect! I was just wondering why it wasn&#8217;t working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Fixie by Rob Spencer</title>
		<link>http://niallohiggins.com/2007/07/01/building-a-fixie/comment-page-1/#comment-741</link>
		<dc:creator>Rob Spencer</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/2007/07/01/building-a-fixie/#comment-741</guid>
		<description>Hello mate, just starting my first project. The only thing I&#039;m having trouble getting my head around is converting my standard rear wheel to a fixie, any advise?</description>
		<content:encoded><![CDATA[<p>Hello mate, just starting my first project. The only thing I&#8217;m having trouble getting my head around is converting my standard rear wheel to a fixie, any advise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mkpath() &#8211; `mkdir -p&#8217; alike in C for UNIX by guru</title>
		<link>http://niallohiggins.com/2009/01/08/mkpath-mkdir-p-alike-in-c-for-unix/comment-page-1/#comment-567</link>
		<dc:creator>guru</dc:creator>
		<pubDate>Fri, 25 Sep 2009 13:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=283#comment-567</guid>
		<description>thanks, saved my time</description>
		<content:encoded><![CDATA[<p>thanks, saved my time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Krav Maga vs Boxing: first impressions by STeo</title>
		<link>http://niallohiggins.com/2007/07/11/krav-maga-vs-boxing-first-impressions/comment-page-1/#comment-566</link>
		<dc:creator>STeo</dc:creator>
		<pubDate>Sun, 13 Sep 2009 11:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/2007/07/11/krav-maga-vs-boxing-first-impressions/#comment-566</guid>
		<description>the only thing I would like to know is how they train/spar effectively.

How do you replicate a real life scenerio? I like the idea of Krav Maga...but I worry about the potential for it to be ineffective because you are unable to really use the extreme force moves you learn in sparring in the same way you would boxing/thai boxing sparring etc.

I mean you can hardly elbow strike your training partner on the bridge of the nose or break his knee cap in a training session.</description>
		<content:encoded><![CDATA[<p>the only thing I would like to know is how they train/spar effectively.</p>
<p>How do you replicate a real life scenerio? I like the idea of Krav Maga&#8230;but I worry about the potential for it to be ineffective because you are unable to really use the extreme force moves you learn in sparring in the same way you would boxing/thai boxing sparring etc.</p>
<p>I mean you can hardly elbow strike your training partner on the bridge of the nose or break his knee cap in a training session.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
