<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Schlueterica</title>
	<link>http://isaacschlueter.com</link>
	<description>Just slightly more than my twitter stream.</description>
	<pubDate>Mon, 22 Oct 2007 18:39:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>Technical stuff is leaving this site for foohack.com</title>
		<link>http://isaacschlueter.com/2007/06/technical-stuff-is-leaving-this-site-for-foohackcom/</link>
		<comments>http://isaacschlueter.com/2007/06/technical-stuff-is-leaving-this-site-for-foohackcom/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 01:17:12 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/06/technical-stuff-is-leaving-this-site-for-foohackcom/</guid>
		<description><![CDATA[
My domain name is too long, and this site is too cluttered.
I got a new domain name: foohack.com. All my personal stuff, like marriage announcements or political diatribes will remain here.  Technical stuff is going to be moving over to foohack.com.  So, if that&#8217;s the reason why you&#8217;re reading, then perhaps it would [...]]]></description>
			<content:encoded><![CDATA[
<p>My domain name is too long, and this site is too cluttered.</p>
<p>I got a new domain name: <a href="http://foohack.com">foohack.com</a>. All my personal stuff, like <a href="/2007/06/dan-and-erica-are-getting-married/">marriage announcements</a> or <a href="/2007/03/the-great-global-warming-swindle/">political diatribes</a> will remain here.  Technical stuff is going to be moving over to <a href="http://foohack.com">foohack.com</a>.  So, if that&#8217;s the reason why you&#8217;re reading, then perhaps it would be good to go check the new digs.  (The style is a bit dry, but only because I&#8217;m still not sure what it should look like, and also because I haven&#8217;t had much time to make it pretty.)  If you are someone that I know and read this blog to keep in touch, but don&#8217;t care about Javascript or any of that nonsense, then Good news!  It&#8217;s leaving!</p>
<p>Also, my email address is getting shorter.  If you don&#8217;t like having to spell my name to send me email, you can use &#8220;quux&#8221; at that new domain, which is foohack.com and it&#8217;ll get to me.</p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/06/technical-stuff-is-leaving-this-site-for-foohackcom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dan and Erica are getting married</title>
		<link>http://isaacschlueter.com/2007/06/dan-and-erica-are-getting-married/</link>
		<comments>http://isaacschlueter.com/2007/06/dan-and-erica-are-getting-married/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 19:15:13 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject><dc:subject>marriage</dc:subject><dc:subject>Those In My Web</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/06/dan-and-erica-are-getting-married/</guid>
		<description><![CDATA[
My friend Dan Nee and his lovely bride, Miss Erica Theberge, are getting married.  I put together a webpage with information at http://danandericascapecodwedding.com/.
If you&#8217;re going to be there, I&#8217;ll see you there!
marriage, Those In My Web]]></description>
			<content:encoded><![CDATA[
<p>My friend Dan Nee and his lovely bride, Miss Erica Theberge, are getting married.  I put together a webpage with information at <a href="http://danandericascapecodwedding.com/">http://danandericascapecodwedding.com/</a>.</p>
<p>If you&#8217;re going to be there, I&#8217;ll see you there!</p>
<a href="http://isaacschlueter.com/tag/marriage/" rel="tag">marriage</a>, <a href="http://isaacschlueter.com/tag/those-in-my-web/" rel="tag">Those In My Web</a>]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/06/dan-and-erica-are-getting-married/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Most Important Things They Don&#8217;t Teach in CompSci 101 (but should): Maintainability</title>
		<link>http://isaacschlueter.com/2007/06/the-most-important-things-they-dont-teach-in-compsci-101-but-should-maintainability/</link>
		<comments>http://isaacschlueter.com/2007/06/the-most-important-things-they-dont-teach-in-compsci-101-but-should-maintainability/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 03:20:52 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/06/the-most-important-things-they-dont-teach-in-compsci-101-but-should-maintainability/</guid>
		<description><![CDATA[
I stumbled across a great article about clean code from Jeff Vogel over at the IBM Developerworks blog site, via a /. article.  Even more valuable was the How to write unmaintainable code article, which appears to have grown considerably since I first saw a version of it back in college.
No Tags]]></description>
			<content:encoded><![CDATA[
<p>I stumbled across a <a href="http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=dgr-FClnxw01linuxcodetips">great article about clean code</a> from Jeff Vogel over at the IBM Developerworks blog site, via a <a href="http://developers.slashdot.org/article.pl?sid=07/05/30/1813247&#038;from=rss">/. article</a>.  Even more valuable was the <a href="http://www.freevbcode.com/ShowCode.Asp?ID=2547">How to write unmaintainable code</a> article, which appears to have grown considerably since I first saw a version of it back in college.</p>
<p> <a href="http://isaacschlueter.com/2007/06/the-most-important-things-they-dont-teach-in-compsci-101-but-should-maintainability/#more-390" class="more-link">(more&#8230;)</a></p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/06/the-most-important-things-they-dont-teach-in-compsci-101-but-should-maintainability/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Unison Changed My Life and Made Me a Better Remote Worker</title>
		<link>http://isaacschlueter.com/2007/05/how-unison-changed-my-life-and-made-me-a-better-remote-worker/</link>
		<comments>http://isaacschlueter.com/2007/05/how-unison-changed-my-life-and-made-me-a-better-remote-worker/#comments</comments>
		<pubDate>Tue, 22 May 2007 18:36:13 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject><dc:subject>Mac</dc:subject><dc:subject>OS X</dc:subject><dc:subject>Tips and Tricks</dc:subject><dc:subject>unison</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/05/how-unison-changed-my-life-and-made-me-a-better-remote-worker/</guid>
		<description><![CDATA[
A while ago, I shared some bash scripts that I&#8217;d written to sync my local MacOS machine to my FreeBSD dev environment.  Earlier, I&#8217;d written about mounting a NFS share on a Mac.
I will be using pushchanges and pushall no more!  I found Unison, and my troubles are lifted.  Unison is a [...]]]></description>
			<content:encoded><![CDATA[
<p>A while ago, I <a href="/2007/05/bash-scripts-for-the-masses-cvs-helpers/">shared some bash scripts</a> that I&#8217;d written to sync my local MacOS machine to my FreeBSD dev environment.  Earlier, I&#8217;d written about <a href="/2007/03/mounting-a-bsd-home-directory-on-a-mac-os-x-machine/">mounting a NFS share on a Mac</a>.</p>
<p>I will be using pushchanges and pushall no more!  I found <a href="http://www.cis.upenn.edu/~bcpierce/unison/">Unison</a>, and my troubles are lifted.  Unison is a great little app that hooks up a local folder with a remote folder via SSH.  Since it runs on both machines as a user-level application, there&#8217;s no need for changing kernels and no lag from trying to scan a remote filesystem.  However, you get the same effect that you&#8217;d have from an NFS or SSHFS mount.  Changes take about a second to propagate between the two systems, but that&#8217;s pretty forgivable, since it happens in the background and only uses the network bandwidth that it actually needs to.</p>
<p>I did run into a few caveats with it:</p>
<ol>
<li>You have to install it on both machines, and it has to be the same version on both machines.  Since my yahoo BSD machine could only find version 1.16, that was what I had to install on the mac.</li>
<li>Read the command-line options, and use them.  The UI is pretty nice, but without the -repeat option, it&#8217;s pretty much useless.</li>
<li>Older versions are a bit flaky, especially when it comes to symbolic links.  Make sure that you carefully set the -ignore flags to avoid any symlinks in your sync folders.  (Frequent use of gmake-symlink is a big culprit.)</li>
<li>If it dies on an error, it might corrupt the archive.  Delete the archive on both machines, and try again.  (Archive files are in ~/.unison/ and start with &#8220;ar&#8221;.)</li>
<li>The mac puts its unison stuff in ~/Library/Application Support/Unison/.  Do <code>ln -s "~/Library/Application Support/Unison" ~/.unison</code> and you&#8217;ll save yourself a lot of remembering.</li>
<li>Sometimes, it&#8217;ll hit some file that makes it barf.  I don&#8217;t know why.  In my case, it was &#8220;Rate.php&#8221;.  I just deleted the offending folders on both machines, and it ran fine.  Then, while it was running in -repeat mode, I checked out the folders, on one machine and it synced them without any hiccups.  Don&#8217;t know why, but it works.</li>
<li>Changing the .prf file in ~/.unison/ and running from the command line is a lot faster than loading up the GUI each time and changing the text fields.</li>
</ol>
<p>The error message that I saw most often was <code>Uncaught exception Invalid_argument("String.sub")</code>.  Once that showed up, I&#8217;d get disconnected from the server, and had to delete the archive and try again.  The -debug option is handy for figuring out what&#8217;s going on.</p>
<p>I&#8217;m still mounting my home folder from my BSD box onto my mac.  But I curse at my slow-as-dirt VPN connection a lot less now that I&#8217;m editing code files locally and only transferring the changes without any effort on my part.</p>
<a href="http://isaacschlueter.com/tag/mac/" rel="tag">Mac</a>, <a href="http://isaacschlueter.com/tag/os-x/" rel="tag">OS X</a>, <a href="http://isaacschlueter.com/tag/tips-and-tricks/" rel="tag">Tips and Tricks</a>, <a href="http://isaacschlueter.com/tag/unison/" rel="tag">unison</a>]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/05/how-unison-changed-my-life-and-made-me-a-better-remote-worker/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Arrr!</title>
		<link>http://isaacschlueter.com/2007/05/arrr/</link>
		<comments>http://isaacschlueter.com/2007/05/arrr/#comments</comments>
		<pubDate>Fri, 18 May 2007 17:20:44 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject><dc:subject>pirates</dc:subject><dc:subject>Work</dc:subject><dc:subject>Yahoo</dc:subject><dc:subject>yay</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/05/arrr/</guid>
		<description><![CDATA[
Check it out!
It&#8217;s the first of many brand universe sites, and in retrospect, hopefully will have been our least satisfying or successful.  (If it&#8217;s our best, then it means that we&#8217;re not improving after this one.)  Nonetheless, it was a ton of work by everyone involved, and kind of feels like we all [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://pirates.yahoo.com">Check it out!</a></p>
<p>It&#8217;s the first of many <a href="http://search.yahoo.com/search?q=yahoo+brand+universe">brand universe</a> sites, and in retrospect, hopefully will have been our least satisfying or successful.  (If it&#8217;s our best, then it means that we&#8217;re not improving after this one.)  Nonetheless, it was a ton of work by everyone involved, and kind of feels like we all gave birth to a huge baby.  With an eyepatch.  Hmm&#8230; need to work on less disturbing metaphors.</p>
<p>Anyway, <a href="http://pirates.yahoo.com">go look at the pirates site</a>.  And if something breaks, well, I&#8217;m sorry <img src='http://isaacschlueter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://technorati.com/search/pirates.yahoo.com">See what the blogosphere says about this.</a>  Currently, only myself and <a href="http://blog.benjolo.com/">Ben Margolin</a> have written anything about it, but hopefully that&#8217;ll change once there&#8217;s some decent marketing sending traffic at it.</p>
<a href="http://isaacschlueter.com/tag/pirates/" rel="tag">pirates</a>, <a href="http://isaacschlueter.com/tag/work/" rel="tag">Work</a>, <a href="http://isaacschlueter.com/tag/yahoo/" rel="tag">Yahoo</a>, <a href="http://isaacschlueter.com/tag/yay/" rel="tag">yay</a>]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/05/arrr/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bash Scripts for the Masses! (CVS Helpers)</title>
		<link>http://isaacschlueter.com/2007/05/bash-scripts-for-the-masses-cvs-helpers/</link>
		<comments>http://isaacschlueter.com/2007/05/bash-scripts-for-the-masses-cvs-helpers/#comments</comments>
		<pubDate>Thu, 10 May 2007 18:50:23 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject><dc:subject>bash</dc:subject><dc:subject>bash cvs tips and tricks</dc:subject><dc:subject>CVS</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/05/bash-scripts-for-the-masses-cvs-helpers/</guid>
		<description><![CDATA[
I decided that I&#8217;d share a few little functions in my .bashrc that have been making my life nicer lately.  (Yeah, nothing much to blog about.  Or rather, I don&#8217;t feel like writing anything creative, because my brain is fried from lots of work and being away from home.)
Since we&#8217;re in the beginning [...]]]></description>
			<content:encoded><![CDATA[
<p>I decided that I&#8217;d share a few little functions in my .bashrc that have been making my life nicer lately.  (Yeah, nothing much to blog about.  Or rather, I don&#8217;t feel like writing anything creative, because my brain is fried from lots of work and being away from home.)</p>
<p>Since we&#8217;re in the beginning stages of a project right now, everything is working out of HEAD in the CVS tree.  It&#8217;s in maintenance modes when you really need to worry about a lot of tagging and branching and whatnot.  So, I&#8217;ve been finding that it&#8217;s easiest to just use the command-line CVS client.  Also, I&#8217;ve been up in Sunnyvale, working long hours on my laptop in a hotel room.  VPN is a lot of things, but it ain&#8217;t quick, so my NFS mount has been pretty much worthless most of the time.</p>
<p>So, I wrote a few bash shortcuts so that I can quickly copy *just* my changed files over to my FreeBSD box.</p>
<p> <a href="http://isaacschlueter.com/2007/05/bash-scripts-for-the-masses-cvs-helpers/#more-387" class="more-link">(more&#8230;)</a></p>
<a href="http://isaacschlueter.com/tag/bash/" rel="tag">bash</a>, <a href="http://isaacschlueter.com/tag/bash-cvs-tips-and-tricks/" rel="tag">bash cvs tips and tricks</a>, <a href="http://isaacschlueter.com/tag/cvs/" rel="tag">CVS</a>]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/05/bash-scripts-for-the-masses-cvs-helpers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Resume</title>
		<link>http://isaacschlueter.com/2007/04/new-resume/</link>
		<comments>http://isaacschlueter.com/2007/04/new-resume/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 21:25:05 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject><dc:subject>resume</dc:subject><dc:subject>Web Design</dc:subject><dc:subject>Work</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/04/new-resume/</guid>
		<description><![CDATA[
So, I&#8217;m still happy with my current employer, but since I was out of commission for a week on percoset from the surgery, I decided to wile away the hours building a snazzy new resume with a style switcher and a few funky themes. (Of course the info is all updated, too.)
Lemme know what you [...]]]></description>
			<content:encoded><![CDATA[
<p>So, I&#8217;m still happy with <a href="http://www.yahoo.com">my current employer</a>, but since I was out of commission for a week on percoset from the surgery, I decided to wile away the hours building a <a href="/resume/">snazzy new resume</a> with a style switcher and a few funky themes. (Of course the info is all updated, too.)</p>
<p>Lemme know what you think!  <a href="/resume/?style=terminal">Terminal</a> is my favorite <img src='http://isaacschlueter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<a href="http://isaacschlueter.com/tag/resume/" rel="tag">resume</a>, <a href="http://isaacschlueter.com/tag/web-design/" rel="tag">Web Design</a>, <a href="http://isaacschlueter.com/tag/work/" rel="tag">Work</a>]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/04/new-resume/feed/</wfw:commentRss>
		</item>
		<item>
		<title>If you&#8217;re reading this, then I&#8217;m&#8230;</title>
		<link>http://isaacschlueter.com/2007/04/having-my-face-cut-open/</link>
		<comments>http://isaacschlueter.com/2007/04/having-my-face-cut-open/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 19:00:20 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/04/having-my-face-cut-open/</guid>
		<description><![CDATA[
&#8230;having my face cut open.
Hopefully, I&#8217;m not feeling a thing, and won&#8217;t come out of my drug-induced stupor for the next few days.
I&#8217;ll see if I can get a copy of the panorex and post it here.  It&#8217;s wild to see your face from the inside.
No Tags]]></description>
			<content:encoded><![CDATA[
<p>&#8230;having my face cut open.</p>
<p>Hopefully, I&#8217;m not feeling a thing, and won&#8217;t come out of my drug-induced stupor for the next few days.</p>
<p>I&#8217;ll see if I can get a copy of the <abbr title="panoramic x-ray">panorex</abbr> and post it here.  It&#8217;s wild to see your face from the inside.</p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/04/having-my-face-cut-open/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It Wasn&#8217;t as Easy as We Made It Look</title>
		<link>http://isaacschlueter.com/2007/04/it-wasnt-as-easy-as-we-made-it-look/</link>
		<comments>http://isaacschlueter.com/2007/04/it-wasnt-as-easy-as-we-made-it-look/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 20:20:18 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject><dc:subject>code</dc:subject><dc:subject>Theory</dc:subject><dc:subject>Work</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/04/it-wasnt-as-easy-as-we-made-it-look/</guid>
		<description><![CDATA[
I read this line once on a post-mortem review of a project that was handled by a very small team and accomplished big results.
It wasn&#8217;t as easy as we made it look.
It&#8217;s very important to make it look easy.  It&#8217;s a morale booster for yourself and your teammates and dependents when you can say, [...]]]></description>
			<content:encoded><![CDATA[
<p>I read this line once on a post-mortem review of a project that was handled by a very small team and accomplished big results.</p>
<p><q>It wasn&#8217;t as easy as we made it look.</q></p>
<p>It&#8217;s very important to make it look easy.  It&#8217;s a morale booster for yourself and your teammates and dependents when you can say, &#8220;Piece of cake!&#8221; with a bit of swagger and a cocky smile.  It&#8217;s just as important to communicate up the ladder that things are not always as easy as they seem.</p>
<p>Management likes to get the most out of workers that they can.  That&#8217;s their job, and if they didn&#8217;t do it, then you&#8217;d never be your best.  Thank them for pushing you.  But, just the same, along with the swagger, make sure they know that the brilliant work you did was not as easy as you made it look; that it took a few late nights and stressful deadline-looming crunches.</p>
<a href="http://isaacschlueter.com/tag/code/" rel="tag">code</a>, <a href="http://isaacschlueter.com/tag/theory/" rel="tag">Theory</a>, <a href="http://isaacschlueter.com/tag/work/" rel="tag">Work</a>]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/04/it-wasnt-as-easy-as-we-made-it-look/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix for Vi&#8217;s broken arrow key support in iTerm</title>
		<link>http://isaacschlueter.com/2007/04/fix-for-vis-broken-arrow-key-support-in-iterm/</link>
		<comments>http://isaacschlueter.com/2007/04/fix-for-vis-broken-arrow-key-support-in-iterm/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 18:45:36 +0000</pubDate>
		<dc:creator>Isaac</dc:creator>
		
	<dc:subject>Schlueterica</dc:subject><dc:subject>FreeBSD</dc:subject><dc:subject>Tips and Tricks</dc:subject><dc:subject>vi</dc:subject>
		<guid isPermaLink="false">http://isaacschlueter.com/2007/04/fix-for-vis-broken-arrow-key-support-in-iterm/</guid>
		<description><![CDATA[
So, I got turned on to iTerm, a prettier and more user-friendly alternative to Apple&#8217;s native Terminal.app.
However, for some reason, I got the following error message whenever I tried to use arrow keys in Vi:
Usage: [[
The problem is that Vi is faithfully responding to the TERM variable that iTerm is sending.  (I&#8217;m not sure [...]]]></description>
			<content:encoded><![CDATA[
<p>So, I got turned on to <a href="http://iterm.sourceforge.net/">iTerm</a>, a prettier and more user-friendly alternative to Apple&#8217;s native Terminal.app.</p>
<p>However, for some reason, I got the following error message whenever I tried to use arrow keys in Vi:</p>
<p><code>Usage: [[</code></p>
<p>The problem is that Vi is faithfully responding to the TERM variable that iTerm is sending.  (I&#8217;m not sure why Terminal.app and PuTTY don&#8217;t suffer from this issue, but <span lang="fr">c&#8217;est la vie</span>.)  So, you <em>should</em> keep the terminal setting in iTerm to xterm-color, since this is great for most things, but then add this setting to your .exrc file to tame Vi:</p>
<p><code>set term=linux</code></p>
<p>Not sure why this fixes it, but it does.  <code>set term=cons25</code> was another fix that I found, but it seems to break if you have line numbers turned on, because all tab characters are turned into backticks (<code>`</code>).</p>
<a href="http://isaacschlueter.com/tag/freebsd/" rel="tag">FreeBSD</a>, <a href="http://isaacschlueter.com/tag/tips-and-tricks/" rel="tag">Tips and Tricks</a>, <a href="http://isaacschlueter.com/tag/vi/" rel="tag">vi</a>]]></content:encoded>
			<wfw:commentRss>http://isaacschlueter.com/2007/04/fix-for-vis-broken-arrow-key-support-in-iterm/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
