<?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 Schadenfreude</title>
	<atom:link href="http://www.ralree.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Mon, 09 Jan 2012 12:33:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Toggling Hidden File Visibility with Applescript by Noah Easterly</title>
		<link>http://www.ralree.com/2012/01/08/toggling-hidden-file-visibility-with-applescript/comment-page-1/#comment-4674</link>
		<dc:creator>Noah Easterly</dc:creator>
		<pubDate>Mon, 09 Jan 2012 12:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=23255#comment-4674</guid>
		<description>Nice!  I&#039;d always just left them visible, but this looks handy.</description>
		<content:encoded><![CDATA[<p>Nice!  I&#8217;d always just left them visible, but this looks handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LCDiesel: Yet another AVR HD44780 LCD library by Erik</title>
		<link>http://www.ralree.com/2011/02/26/lcdiesel-yet-another-avr-hd44780-lcd-library/comment-page-1/#comment-4666</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 14 Dec 2011 02:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=23059#comment-4666</guid>
		<description>I could probably do that.  If you&#039;re feeling frisky, you could clone my github repo, make the necessary changes, and send me a pull request and I&#039;d be glad to roll it in.  Or, you could send me a patch file.  Otherwise, I&#039;m not likely to get around to it any time soon.  Thanks, though!</description>
		<content:encoded><![CDATA[<p>I could probably do that.  If you&#8217;re feeling frisky, you could clone my github repo, make the necessary changes, and send me a pull request and I&#8217;d be glad to roll it in.  Or, you could send me a patch file.  Otherwise, I&#8217;m not likely to get around to it any time soon.  Thanks, though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LCDiesel: Yet another AVR HD44780 LCD library by Joe Hance</title>
		<link>http://www.ralree.com/2011/02/26/lcdiesel-yet-another-avr-hd44780-lcd-library/comment-page-1/#comment-4665</link>
		<dc:creator>Joe Hance</dc:creator>
		<pubDate>Tue, 13 Dec 2011 22:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=23059#comment-4665</guid>
		<description>Nice library.  I note that the Adruino LCD library has an option to NOT use the &quot;RW&quot; line.  You wire RW to GND.  You can get away with this if you have only a single LCD on the data lines.

It saves an I/O line (always scarce).  Have you considered add this as an option?

Thanks...</description>
		<content:encoded><![CDATA[<p>Nice library.  I note that the Adruino LCD library has an option to NOT use the &#8220;RW&#8221; line.  You wire RW to GND.  You can get away with this if you have only a single LCD on the data lines.</p>
<p>It saves an I/O line (always scarce).  Have you considered add this as an option?</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Ocropus to create HTML Book Scan output by Erik</title>
		<link>http://www.ralree.com/2010/05/17/how-to-use-ocropus-to-create-html-book-scan-output/comment-page-1/#comment-4617</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Mon, 21 Nov 2011 05:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=22798#comment-4617</guid>
		<description>OK I tried, I really tried.  I got as far as this

&lt;pre&gt;make[1]: *** No rule to make target `ocr-autoclean/ocr-orientation.cc&#039;, needed by `ocr-orientation.o&#039;.  Stop.&lt;/pre&gt;

Before that I was trying to generate a patch, since the package doesn&#039;t even compile if it configures (a problem, indeed), but you should really use the current trunk or a tag in their repository: https://code.google.com/p/ocropus/source/checkout

Here&#039;s a list of stuff I had to do to even start getting it to compile.  It should be helpful with the new versions as well:

&lt;pre&gt;# if there&#039;s a iulib included in the source, install it rather than the one from your distribution.  The debian one failed for me.
sudo apt-get install tesseract-ocr-dev libpng12-dev libtiff4-dev libleptonica-dev libgsl0-dev
# Then, build ocropus.  It might work...&lt;/pre&gt;

Sorry if this isn&#039;t enough information, but it will get you started.  Post any errors you get here, and I can try and help you more.</description>
		<content:encoded><![CDATA[<p>OK I tried, I really tried.  I got as far as this</p>
<pre>make[1]: *** No rule to make target `ocr-autoclean/ocr-orientation.cc', needed by `ocr-orientation.o'.  Stop.</pre>
<p>Before that I was trying to generate a patch, since the package doesn&#8217;t even compile if it configures (a problem, indeed), but you should really use the current trunk or a tag in their repository: <a href="https://code.google.com/p/ocropus/source/checkout" rel="nofollow">https://code.google.com/p/ocropus/source/checkout</a></p>
<p>Here&#8217;s a list of stuff I had to do to even start getting it to compile.  It should be helpful with the new versions as well:</p>
<pre># if there's a iulib included in the source, install it rather than the one from your distribution.  The debian one failed for me.
sudo apt-get install tesseract-ocr-dev libpng12-dev libtiff4-dev libleptonica-dev libgsl0-dev
# Then, build ocropus.  It might work...</pre>
<p>Sorry if this isn&#8217;t enough information, but it will get you started.  Post any errors you get here, and I can try and help you more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Ocropus to create HTML Book Scan output by test</title>
		<link>http://www.ralree.com/2010/05/17/how-to-use-ocropus-to-create-html-book-scan-output/comment-page-1/#comment-4616</link>
		<dc:creator>test</dc:creator>
		<pubDate>Mon, 21 Nov 2011 04:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=22798#comment-4616</guid>
		<description>I am trying to use ocropus-0.4.tar.gz and understand how to do. It is different with instruction given above. I could not find any doc regarding how to on google. 

Any help please.</description>
		<content:encoded><![CDATA[<p>I am trying to use ocropus-0.4.tar.gz and understand how to do. It is different with instruction given above. I could not find any doc regarding how to on google. </p>
<p>Any help please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KeePassX: The Perfect Password App by dayne broderson</title>
		<link>http://www.ralree.com/2011/10/16/keepassx-the-perfect-password-app/comment-page-1/#comment-4578</link>
		<dc:creator>dayne broderson</dc:creator>
		<pubDate>Mon, 24 Oct 2011 03:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=23197#comment-4578</guid>
		<description>you rock my socks off.  I&#039;ve been meaning to review some of the various password vault options out there.. so much easier to have the &quot;Ralree Recommended Software&quot;.  RRS for the Sunday night win!</description>
		<content:encoded><![CDATA[<p>you rock my socks off.  I&#8217;ve been meaning to review some of the various password vault options out there.. so much easier to have the &#8220;Ralree Recommended Software&#8221;.  RRS for the Sunday night win!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1,000,000th Fibonacci Number One-Liner in C by micalea</title>
		<link>http://www.ralree.com/2009/09/09/1000000th-fibonacci-number-one-liner-in-c/comment-page-1/#comment-4576</link>
		<dc:creator>micalea</dc:creator>
		<pubDate>Wed, 05 Oct 2011 02:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=22673#comment-4576</guid>
		<description>Quisiera saber el numero de linner, del acido alfa naftalenacetico. Gracias.</description>
		<content:encoded><![CDATA[<p>Quisiera saber el numero de linner, del acido alfa naftalenacetico. Gracias.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mkvmerge + mplayer Sadness Fix by W3ird_N3rd</title>
		<link>http://www.ralree.com/2011/05/22/mkvmerge-mplayer-sadness-fix/comment-page-1/#comment-4528</link>
		<dc:creator>W3ird_N3rd</dc:creator>
		<pubDate>Thu, 01 Sep 2011 23:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=23099#comment-4528</guid>
		<description>That fixed my problem! I love you! ;-)</description>
		<content:encoded><![CDATA[<p>That fixed my problem! I love you! ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why RAID-Z isn&#8217;t appropriate for me (or for almost any home user) by Erik</title>
		<link>http://www.ralree.com/2011/08/21/why-raid-z-isnt-appropriate-for-me-or-for-almost-any-home-user/comment-page-1/#comment-4523</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 28 Aug 2011 20:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=23178#comment-4523</guid>
		<description>Jerry - thanks for pointing that out.  I should have discussed that option in the post.  I had seen people mention it, and decided against it since it&#039;s extremely inconvenient.  It does depend massively on how fast you fill the space, as you say.  If you&#039;re on a 3-year plan, it&#039;s completely viable, as you seem to be.  However, I built my 4TB RAID in November, and now less than a year later I was getting low on space.  So, for me, the ability to just slap another drive in there, run 4 commands, and have 2TB more space is extremely nice.

Migrating from hardware RAID is a really good idea, unless you have a $300+ RAID card (mainly because it probably has built-in memory).  Modern software RAID can get you close to the same performance for most activities - you&#039;re much more limited by the filesystem.  Currently, I&#039;m seeing 250MB/s+ for reads and writes using mdadm, and that&#039;s on 5 5400RPM drives - it&#039;s pretty amazing.  I&#039;m not using the disks for small files or random access - just large sequential reads - so XFS is working out really well.  Deleting files is really slow, but I can live with that.

Cheers!</description>
		<content:encoded><![CDATA[<p>Jerry &#8211; thanks for pointing that out.  I should have discussed that option in the post.  I had seen people mention it, and decided against it since it&#8217;s extremely inconvenient.  It does depend massively on how fast you fill the space, as you say.  If you&#8217;re on a 3-year plan, it&#8217;s completely viable, as you seem to be.  However, I built my 4TB RAID in November, and now less than a year later I was getting low on space.  So, for me, the ability to just slap another drive in there, run 4 commands, and have 2TB more space is extremely nice.</p>
<p>Migrating from hardware RAID is a really good idea, unless you have a $300+ RAID card (mainly because it probably has built-in memory).  Modern software RAID can get you close to the same performance for most activities &#8211; you&#8217;re much more limited by the filesystem.  Currently, I&#8217;m seeing 250MB/s+ for reads and writes using mdadm, and that&#8217;s on 5 5400RPM drives &#8211; it&#8217;s pretty amazing.  I&#8217;m not using the disks for small files or random access &#8211; just large sequential reads &#8211; so XFS is working out really well.  Deleting files is really slow, but I can live with that.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why RAID-Z isn&#8217;t appropriate for me (or for almost any home user) by Jerry</title>
		<link>http://www.ralree.com/2011/08/21/why-raid-z-isnt-appropriate-for-me-or-for-almost-any-home-user/comment-page-1/#comment-4516</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Thu, 25 Aug 2011 00:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.com/?p=23178#comment-4516</guid>
		<description>I think you should take a look at this blog post:
http://www.itsacon.net/?p=158

Not exactly as easy as adding another drive, but it does accomplish increasing the overall ZFS pool size.  Whether you can live with this alternative depends on how fast you consume the original data space.  I started with 5 500 GB drives in a hardware raid three years ago and now am looking to migrate to something larger.  I&#039;m also looking to move away from hardware raid so I can move the drives to a new platform without worry of cost/time to replace the hardware raid card.  I have not started the rebuild yet, but ZFS does appear to be the right solution for me.</description>
		<content:encoded><![CDATA[<p>I think you should take a look at this blog post:<br />
<a href="http://www.itsacon.net/?p=158" rel="nofollow">http://www.itsacon.net/?p=158</a></p>
<p>Not exactly as easy as adding another drive, but it does accomplish increasing the overall ZFS pool size.  Whether you can live with this alternative depends on how fast you consume the original data space.  I started with 5 500 GB drives in a hardware raid three years ago and now am looking to migrate to something larger.  I&#8217;m also looking to move away from hardware raid so I can move the drives to a new platform without worry of cost/time to replace the hardware raid card.  I have not started the rebuild yet, but ZFS does appear to be the right solution for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

