<?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 LibLime Developers' Blog</title>
	<atom:link href="http://blogs.liblime.com/developers/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.liblime.com/developers</link>
	<description>Notes on software development, open source, and library technology</description>
	<pubDate>Fri, 19 Mar 2010 12:52:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Implementing a Mixin for Tagging by john.beppu</title>
		<link>http://blogs.liblime.com/developers/2009/05/18/implementing-a-mixin-for-tagging/comment-page-1/#comment-12469</link>
		<dc:creator>john.beppu</dc:creator>
		<pubDate>Wed, 27 May 2009 10:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=224#comment-12469</guid>
		<description>In situations where you want to have a mixin or role but can't afford to pull in something like Moose::Role, this technique will get you a lot of mileage.  It does not have any non-core dependencies, and it should work with any Perl 5 class.  It's very light on resources, too.</description>
		<content:encoded><![CDATA[<p>In situations where you want to have a mixin or role but can&#8217;t afford to pull in something like Moose::Role, this technique will get you a lot of mileage.  It does not have any non-core dependencies, and it should work with any Perl 5 class.  It&#8217;s very light on resources, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Vim Tricks and Resources by john.beppu</title>
		<link>http://blogs.liblime.com/developers/2009/05/18/more-vim-tricks-and-resources/comment-page-1/#comment-12468</link>
		<dc:creator>john.beppu</dc:creator>
		<pubDate>Wed, 27 May 2009 10:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=229#comment-12468</guid>
		<description>One plugin that I like that wasn't mentioned in the article is NERDTree:  http://github.com/scrooloose/nerdtree/tree/master .  It gives you a hierarchical view of the filesystem in the sidebar, and it's similar in spirit to emacs' speedbar.  It's quite useful for navigating through big filesystem hierarchies.</description>
		<content:encoded><![CDATA[<p>One plugin that I like that wasn&#8217;t mentioned in the article is NERDTree:  <a href="http://github.com/scrooloose/nerdtree/tree/master" rel="nofollow">http://github.com/scrooloose/nerdtree/tree/master</a> .  It gives you a hierarchical view of the filesystem in the sidebar, and it&#8217;s similar in spirit to emacs&#8217; speedbar.  It&#8217;s quite useful for navigating through big filesystem hierarchies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Koha project IRC meeting by KEGger in Great Bend &#171; lybrarian</title>
		<link>http://blogs.liblime.com/developers/2009/05/06/koha-project-irc-meeting/comment-page-1/#comment-12103</link>
		<dc:creator>KEGger in Great Bend &#171; lybrarian</dc:creator>
		<pubDate>Tue, 19 May 2009 16:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=189#comment-12103</guid>
		<description>[...] from the last Koha IRC meeting courtesy of the LibLime [...]</description>
		<content:encoded><![CDATA[<p>[...] from the last Koha IRC meeting courtesy of the LibLime [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing a Mixin for Tagging by john.beppu</title>
		<link>http://blogs.liblime.com/developers/2009/05/18/implementing-a-mixin-for-tagging/comment-page-1/#comment-12076</link>
		<dc:creator>john.beppu</dc:creator>
		<pubDate>Mon, 18 May 2009 19:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=224#comment-12076</guid>
		<description>Thanks.  This is a technique I've known about for a while, but I haven't had the chance to use this particular one until now.  I'm a big fan of expanding behavior of objects "horizontally" via mixins, traits, roles, or whatever you want to call these named collections of behaviors.</description>
		<content:encoded><![CDATA[<p>Thanks.  This is a technique I&#8217;ve known about for a while, but I haven&#8217;t had the chance to use this particular one until now.  I&#8217;m a big fan of expanding behavior of objects &#8220;horizontally&#8221; via mixins, traits, roles, or whatever you want to call these named collections of behaviors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing a Mixin for Tagging by Joe Atzberger</title>
		<link>http://blogs.liblime.com/developers/2009/05/18/implementing-a-mixin-for-tagging/comment-page-1/#comment-12073</link>
		<dc:creator>Joe Atzberger</dc:creator>
		<pubDate>Mon, 18 May 2009 18:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=224#comment-12073</guid>
		<description>Nice idea.</description>
		<content:encoded><![CDATA[<p>Nice idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code4Lib 2008: RDA by Galen Charlton</title>
		<link>http://blogs.liblime.com/developers/2008/03/03/code4lib-2008-rda/comment-page-1/#comment-11600</link>
		<dc:creator>Galen Charlton</dc:creator>
		<pubDate>Fri, 08 May 2009 11:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/2008/03/03/code4lib-2008-rda/#comment-11600</guid>
		<description>Lev: unfortunately, that LiveCD image is no longer available, and would be rather out of date at this point anyway.  As an alternative, there is a recent VMWare image that Kyle Hall made that is &lt;a href="http://contribs.koha.org/extensions.php?category=9" rel="nofollow"&gt;available&lt;/a&gt; at contribs.koha.org.</description>
		<content:encoded><![CDATA[<p>Lev: unfortunately, that LiveCD image is no longer available, and would be rather out of date at this point anyway.  As an alternative, there is a recent VMWare image that Kyle Hall made that is <a href="http://contribs.koha.org/extensions.php?category=9" rel="nofollow">available</a> at contribs.koha.org.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code4Lib 2008: RDA by Lev Tyler</title>
		<link>http://blogs.liblime.com/developers/2008/03/03/code4lib-2008-rda/comment-page-1/#comment-11582</link>
		<dc:creator>Lev Tyler</dc:creator>
		<pubDate>Fri, 08 May 2009 03:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/2008/03/03/code4lib-2008-rda/#comment-11582</guid>
		<description>Hello! Just wondering if you are open to providing a download link for the Koha 3 LiveCD that you used in Koha Camp? I have been looking for one to help me convince our library to use Koha. I have searched the mailing list archive and all I found are dead links. Thanks!</description>
		<content:encoded><![CDATA[<p>Hello! Just wondering if you are open to providing a download link for the Koha 3 LiveCD that you used in Koha Camp? I have been looking for one to help me convince our library to use Koha. I have searched the mailing list archive and all I found are dead links. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Koha project IRC meeting by Koha IRC General Meeting Report &#124; Software Cooperative News</title>
		<link>http://blogs.liblime.com/developers/2009/05/06/koha-project-irc-meeting/comment-page-1/#comment-11548</link>
		<dc:creator>Koha IRC General Meeting Report &#124; Software Cooperative News</dc:creator>
		<pubDate>Thu, 07 May 2009 10:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=189#comment-11548</guid>
		<description>[...] Koha IRC General Meeting finished quite late for us Europeans, so LibLime Developers&#8217; Blog: Koha project IRC meeting (Galen Charlton) was the first report to appear. Rather than repeat it here, go read it [...]</description>
		<content:encoded><![CDATA[<p>[...] Koha IRC General Meeting finished quite late for us Europeans, so LibLime Developers&#8217; Blog: Koha project IRC meeting (Galen Charlton) was the first report to appear. Rather than repeat it here, go read it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Shell Trick by LibLime Developers&#8217; Blog &#187; Blog Archive &#187; Tips &#38; Tricks from Koha Developers</title>
		<link>http://blogs.liblime.com/developers/2009/04/19/simple-shell-trick/comment-page-1/#comment-10703</link>
		<dc:creator>LibLime Developers&#8217; Blog &#187; Blog Archive &#187; Tips &#38; Tricks from Koha Developers</dc:creator>
		<pubDate>Sun, 19 Apr 2009 14:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=179#comment-10703</guid>
		<description>[...] &#171; Simple Shell Trick [...]</description>
		<content:encoded><![CDATA[<p>[...] &laquo; Simple Shell Trick [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Git Trick for Bash by Owen</title>
		<link>http://blogs.liblime.com/developers/2009/04/10/simple-git-trick-for-bash/comment-page-1/#comment-10436</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Mon, 13 Apr 2009 12:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=174#comment-10436</guid>
		<description>Cool trick, although it didn't show up until I'd logged out and logged back in. I think I'll tweak the colors: 1985 was amber for me, not green ;)</description>
		<content:encoded><![CDATA[<p>Cool trick, although it didn&#8217;t show up until I&#8217;d logged out and logged back in. I think I&#8217;ll tweak the colors: 1985 was amber for me, not green <img src='http://blogs.liblime.com/developers/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
