<?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>Thu, 12 Aug 2010 17:20:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Python, MongoDB and Pylons &#8211; Connection handles and all that lark by niallo</title>
		<link>http://niallohiggins.com/2010/06/20/python-mongodb-and-pylons-connection-handles-and-all-that-lark/comment-page-1/#comment-951</link>
		<dc:creator>niallo</dc:creator>
		<pubDate>Thu, 12 Aug 2010 17:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=856#comment-951</guid>
		<description>Yes you place the code in the __init__() method.</description>
		<content:encoded><![CDATA[<p>Yes you place the code in the __init__() method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python, MongoDB and Pylons &#8211; Connection handles and all that lark by Ryan</title>
		<link>http://niallohiggins.com/2010/06/20/python-mongodb-and-pylons-connection-handles-and-all-that-lark/comment-page-1/#comment-950</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 12 Aug 2010 17:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=856#comment-950</guid>
		<description>Thanks for this post, it&#039;s very helpful! 

I just wanted to point out one thing though that could use clarification: Your first code block is labeled with &quot;Here is what I have at the moment, in the __init__ method in lib/app_globals.py:&quot; but in that code block the comments say that the __init__ method and class definition are omitted for brevity. 

So is all of this code actually IN the __init__ method and you just leave out the declaration of the method/class or is all of this code just left outside the class completely (as suggested by the indentation level)? I think it&#039;d be more helpful if this was either made clear by the text before the code block, or maybe if all the code was included for clarity.

Thanks again for the post!</description>
		<content:encoded><![CDATA[<p>Thanks for this post, it&#8217;s very helpful! </p>
<p>I just wanted to point out one thing though that could use clarification: Your first code block is labeled with &#8220;Here is what I have at the moment, in the __init__ method in lib/app_globals.py:&#8221; but in that code block the comments say that the __init__ method and class definition are omitted for brevity. </p>
<p>So is all of this code actually IN the __init__ method and you just leave out the declaration of the method/class or is all of this code just left outside the class completely (as suggested by the indentation level)? I think it&#8217;d be more helpful if this was either made clear by the text before the code block, or maybe if all the code was included for clarity.</p>
<p>Thanks again for the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SDK on Ubuntu by Bob McDermott</title>
		<link>http://niallohiggins.com/2010/01/27/android-sdk-on-ubuntu/comment-page-1/#comment-949</link>
		<dc:creator>Bob McDermott</dc:creator>
		<pubDate>Sun, 08 Aug 2010 13:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=768#comment-949</guid>
		<description>Hi Niall,

Thanks for the info on the Android setup on Ubuntu - helped a lot.

Regards
Bob</description>
		<content:encoded><![CDATA[<p>Hi Niall,</p>
<p>Thanks for the info on the Android setup on Ubuntu &#8211; helped a lot.</p>
<p>Regards<br />
Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tmux, a BSD alternative to GNU Screen by Vincent Stemen</title>
		<link>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/comment-page-1/#comment-937</link>
		<dc:creator>Vincent Stemen</dc:creator>
		<pubDate>Wed, 30 Jun 2010 19:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=543#comment-937</guid>
		<description>I use C-s once in a while, but rarely.  I think it would be a less conflicting choice than most of the other suggestions so far.  However, it may not be as simple as just configuring tmux.  I suspect the xterm may intercept it before being passed to tmux.  I know I tested setting a key binding for C-s in vim but XOFF overrode it.   

Lately, under screen, I have been using C-` (Control - back tick) as the prefix command.  That has been working pretty well.  I don&#039;t know of any conflicts.

Another option might be a window key, such as win-a, in place of C-a.  It seems most keyboards now days have the window key next to the left control key.  I don&#039;t think may applications use it and, being that it is for curses based windowing functions, it seems a fairly logical choice.  Although, I use it quite a bit for custom bindings to launch windows, such as win-b to launch a browser and win-t to launch an xterm.</description>
		<content:encoded><![CDATA[<p>I use C-s once in a while, but rarely.  I think it would be a less conflicting choice than most of the other suggestions so far.  However, it may not be as simple as just configuring tmux.  I suspect the xterm may intercept it before being passed to tmux.  I know I tested setting a key binding for C-s in vim but XOFF overrode it.   </p>
<p>Lately, under screen, I have been using C-` (Control &#8211; back tick) as the prefix command.  That has been working pretty well.  I don&#8217;t know of any conflicts.</p>
<p>Another option might be a window key, such as win-a, in place of C-a.  It seems most keyboards now days have the window key next to the left control key.  I don&#8217;t think may applications use it and, being that it is for curses based windowing functions, it seems a fairly logical choice.  Although, I use it quite a bit for custom bindings to launch windows, such as win-b to launch a browser and win-t to launch an xterm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tmux, a BSD alternative to GNU Screen by noah</title>
		<link>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/comment-page-1/#comment-936</link>
		<dc:creator>noah</dc:creator>
		<pubDate>Wed, 30 Jun 2010 09:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=543#comment-936</guid>
		<description>How about C-s? Does anybody actually use XOFF and XON?

I&#039;m a Vim user and I use C-a in Vim (to increment the integer under the cursor). I also use C-a in its Emacs definition in Bash (Home).</description>
		<content:encoded><![CDATA[<p>How about C-s? Does anybody actually use XOFF and XON?</p>
<p>I&#8217;m a Vim user and I use C-a in Vim (to increment the integer under the cursor). I also use C-a in its Emacs definition in Bash (Home).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tmux, a BSD alternative to GNU Screen by Siva</title>
		<link>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/comment-page-1/#comment-927</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Fri, 28 May 2010 04:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=543#comment-927</guid>
		<description>landed on this page while googling tmux, as I wanted to compare it with screen. Nice info to start with. BTW, I ve been using screen for quite some time, as you guys said, C-a was annoying one if you&#039;re an emacs user, however, you can always switch to a different command switch in screen with specifying &quot;escape [switch-cmd]&quot; in .screenrc.</description>
		<content:encoded><![CDATA[<p>landed on this page while googling tmux, as I wanted to compare it with screen. Nice info to start with. BTW, I ve been using screen for quite some time, as you guys said, C-a was annoying one if you&#8217;re an emacs user, however, you can always switch to a different command switch in screen with specifying &#8220;escape [switch-cmd]&#8221; in .screenrc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tmux, a BSD alternative to GNU Screen by acontrol</title>
		<link>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/comment-page-1/#comment-924</link>
		<dc:creator>acontrol</dc:creator>
		<pubDate>Sat, 22 May 2010 11:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=543#comment-924</guid>
		<description>The author explains why he chose control-b on the tmux webpage - the program was developed under screen.

I haven&#039;t decided yet what to use myself - some folks say b is too far from the control key, but on an azerty keyboard, it&#039;s not THAT far off.  On a qwertz keyboard, z is further; and yes, I am sometimes at machines where you have those keymaps.

Which is another area where tmux is great - control-a [ and control-a ] are the screen bindings for the copy/paste bits... on many keymappings, such as .se/fi, the [ and ] keys require rediculous keypresses (alt, shift, magic-jump-thru-hoop, esc, :, w, q, compose, super, up, up, down, down, left, right, left, right, b, a, start, punch, Å for [) and thus the ability to bind these to, say, the Å key itself is a great thing.

(Yes I know the US doesn&#039;t have an Å key.  You also don&#039;t have the key between the Z and the left shift, or the key that would be where the left dogleg of the return key is.  So using THOSE keys would be an option, if I didn&#039;t occasionally run into keyboards from the US.)</description>
		<content:encoded><![CDATA[<p>The author explains why he chose control-b on the tmux webpage &#8211; the program was developed under screen.</p>
<p>I haven&#8217;t decided yet what to use myself &#8211; some folks say b is too far from the control key, but on an azerty keyboard, it&#8217;s not THAT far off.  On a qwertz keyboard, z is further; and yes, I am sometimes at machines where you have those keymaps.</p>
<p>Which is another area where tmux is great &#8211; control-a [ and control-a ] are the screen bindings for the copy/paste bits&#8230; on many keymappings, such as .se/fi, the [ and ] keys require rediculous keypresses (alt, shift, magic-jump-thru-hoop, esc, :, w, q, compose, super, up, up, down, down, left, right, left, right, b, a, start, punch, Å for [) and thus the ability to bind these to, say, the Å key itself is a great thing.</p>
<p>(Yes I know the US doesn&#8217;t have an Å key.  You also don&#8217;t have the key between the Z and the left shift, or the key that would be where the left dogleg of the return key is.  So using THOSE keys would be an option, if I didn&#8217;t occasionally run into keyboards from the US.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mkpath() &#8211; `mkdir -p&#8217; alike in C for UNIX by niallo</title>
		<link>http://niallohiggins.com/2009/01/08/mkpath-mkdir-p-alike-in-c-for-unix/comment-page-1/#comment-923</link>
		<dc:creator>niallo</dc:creator>
		<pubDate>Thu, 20 May 2010 01:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=283#comment-923</guid>
		<description>For some reason your comment got cut off.  The includes I use are:

#include &lt;sys/types.h&gt;
#include &lt;sys/stat.h&gt;
#include &lt;errno.h&gt;
#include &lt;libgen.h&gt;
#include &lt;string.h&gt;</description>
		<content:encoded><![CDATA[<p>For some reason your comment got cut off.  The includes I use are:</p>
<p>#include &lt;sys/types.h&gt;<br />
#include &lt;sys/stat.h&gt;<br />
#include &lt;errno.h&gt;<br />
#include &lt;libgen.h&gt;<br />
#include &lt;string.h&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mkpath() &#8211; `mkdir -p&#8217; alike in C for UNIX by Benjamin Samim</title>
		<link>http://niallohiggins.com/2009/01/08/mkpath-mkdir-p-alike-in-c-for-unix/comment-page-1/#comment-922</link>
		<dc:creator>Benjamin Samim</dc:creator>
		<pubDate>Wed, 19 May 2010 16:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=283#comment-922</guid>
		<description>This worked like a charm, one thing to note below are the headers you will need.


#include 
#include 
#include 
#include </description>
		<content:encoded><![CDATA[<p>This worked like a charm, one thing to note below are the headers you will need.</p>
<p>#include<br />
#include<br />
#include<br />
#include</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pylons tip #4 &#8211; SQLite3, datetime.date and datetime.datetime handling by carlo</title>
		<link>http://niallohiggins.com/2009/02/19/pylons-tip-4-sqlite3-datetimedate-and-datetimedatetime-handling/comment-page-1/#comment-913</link>
		<dc:creator>carlo</dc:creator>
		<pubDate>Sat, 10 Apr 2010 17:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://niallohiggins.com/?p=354#comment-913</guid>
		<description>Invaluable suggestion: I lost a couple of hours before finding your easy way, thanks</description>
		<content:encoded><![CDATA[<p>Invaluable suggestion: I lost a couple of hours before finding your easy way, thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
