<?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 Paper Jammed</title>
	<atom:link href="http://paperjammed.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://paperjammed.com</link>
	<description>Has paper taken over your life?</description>
	<lastBuildDate>Tue, 28 Jun 2011 00:36:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Extra Geek Points Today: Ubuntu running on Soekris by Tad</title>
		<link>http://paperjammed.com/2011/02/06/extra-geek-points-today-ubuntu-running-on-soekris/comment-page-1/#comment-52259</link>
		<dc:creator>Tad</dc:creator>
		<pubDate>Tue, 28 Jun 2011 00:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=1099#comment-52259</guid>
		<description>Hadn&#039;t heard about it. Thanks for the tip!

Gotta admit, though, my geeking hours are seriously at competition for my guitar hours these days and I&#039;m not sure which way the pendulum will swing.</description>
		<content:encoded><![CDATA[<p>Hadn&#8217;t heard about it. Thanks for the tip!</p>
<p>Gotta admit, though, my geeking hours are seriously at competition for my guitar hours these days and I&#8217;m not sure which way the pendulum will swing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extra Geek Points Today: Ubuntu running on Soekris by Tim</title>
		<link>http://paperjammed.com/2011/02/06/extra-geek-points-today-ubuntu-running-on-soekris/comment-page-1/#comment-50951</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 20 Jun 2011 08:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=1099#comment-50951</guid>
		<description>have you tried Jeoss Linux?
it installs directlly to the CF, it can be installed from a serial or an SSH sesion...

http://www.vercot.com/~jeoss/</description>
		<content:encoded><![CDATA[<p>have you tried Jeoss Linux?<br />
it installs directlly to the CF, it can be installed from a serial or an SSH sesion&#8230;</p>
<p><a href="http://www.vercot.com/~jeoss/" rel="nofollow">http://www.vercot.com/~jeoss/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export iTunes Playlists to a non-iTunes World by Tad</title>
		<link>http://paperjammed.com/2011/03/01/export-itunes-playlists-to-a-non-itunes-world/comment-page-1/#comment-42802</link>
		<dc:creator>Tad</dc:creator>
		<pubDate>Fri, 06 May 2011 00:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=1148#comment-42802</guid>
		<description>Thanks for finding that for me!

I was experimenting earlier and discovered that everything ran fine when the utilities were in my system path, but as soon as the app is launched via cron, with its pathetic bare-bones set of environmental variables, it fails with these weird errors.

I find it odd that the qx calls worked find as long as the executables were in the system path.

Anyway, I wrapped all of the references to constants in qx calls in the same syntax you used. It is working better now.

I also found that there was a hardcoded &quot;library&quot; in the old one, and a copy/paste error in the code that was supposed to unmount the second Samba connection.

All of that should be fixed now.</description>
		<content:encoded><![CDATA[<p>Thanks for finding that for me!</p>
<p>I was experimenting earlier and discovered that everything ran fine when the utilities were in my system path, but as soon as the app is launched via cron, with its pathetic bare-bones set of environmental variables, it fails with these weird errors.</p>
<p>I find it odd that the qx calls worked find as long as the executables were in the system path.</p>
<p>Anyway, I wrapped all of the references to constants in qx calls in the same syntax you used. It is working better now.</p>
<p>I also found that there was a hardcoded &#8220;library&#8221; in the old one, and a copy/paste error in the code that was supposed to unmount the second Samba connection.</p>
<p>All of that should be fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export iTunes Playlists to a non-iTunes World by Chris</title>
		<link>http://paperjammed.com/2011/03/01/export-itunes-playlists-to-a-non-itunes-world/comment-page-1/#comment-42772</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 05 May 2011 20:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=1148#comment-42772</guid>
		<description>I found that for line 280, changing from:

print qx(XSLTPROC --novalid $myxslt $myitunes);

to:

print qx(@{[XSLTPROC]} --novalid $myxslt $myitunes);

allowed the xsltproc command to run.  It seems that none of the constants within the qx() function are converted to their values.  The program sends XSLTPROC to the shell instead of /usr/bin/xsltproc.  I don&#039;t know what the proper behaviour is supposed to be, but that&#039;s how it&#039;s working for me.</description>
		<content:encoded><![CDATA[<p>I found that for line 280, changing from:</p>
<p>print qx(XSLTPROC &#8211;novalid $myxslt $myitunes);</p>
<p>to:</p>
<p>print qx(@{[XSLTPROC]} &#8211;novalid $myxslt $myitunes);</p>
<p>allowed the xsltproc command to run.  It seems that none of the constants within the qx() function are converted to their values.  The program sends XSLTPROC to the shell instead of /usr/bin/xsltproc.  I don&#8217;t know what the proper behaviour is supposed to be, but that&#8217;s how it&#8217;s working for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export iTunes Playlists to a non-iTunes World by Tad</title>
		<link>http://paperjammed.com/2011/03/01/export-itunes-playlists-to-a-non-itunes-world/comment-page-1/#comment-42742</link>
		<dc:creator>Tad</dc:creator>
		<pubDate>Thu, 05 May 2011 16:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=1148#comment-42742</guid>
		<description>Yeah... I saw a similar error in my log recently, but had been putting off fixing this because I didn&#039;t know anyone actually downloaded the script :-)

It&#039;s either my own path problem or Apple made some change in system configuration in a recent patch.

I&#039;ll look into this tonight.

Thanks for bring this to my attention!</description>
		<content:encoded><![CDATA[<p>Yeah&#8230; I saw a similar error in my log recently, but had been putting off fixing this because I didn&#8217;t know anyone actually downloaded the script <img src='http://paperjammed.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>It&#8217;s either my own path problem or Apple made some change in system configuration in a recent patch.</p>
<p>I&#8217;ll look into this tonight.</p>
<p>Thanks for bring this to my attention!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export iTunes Playlists to a non-iTunes World by Chris</title>
		<link>http://paperjammed.com/2011/03/01/export-itunes-playlists-to-a-non-itunes-world/comment-page-1/#comment-42732</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 05 May 2011 15:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=1148#comment-42732</guid>
		<description>I tried using your script.  I get the following error:

chris@aurora:/home/slimserver$ ./plmapper --force
Configuration

  Itunes library: /home/slimserver/iTunes Music Library.xml
  NAS music library: /home/slimserver/music
  Destination directory: /tmp

Generating playlists...Can&#039;t exec &quot;XSLTPROC&quot;: No such file or directory at ./plmapper line 280,  line 91.
done.
Building file tree...done.</description>
		<content:encoded><![CDATA[<p>I tried using your script.  I get the following error:</p>
<p>chris@aurora:/home/slimserver$ ./plmapper &#8211;force<br />
Configuration</p>
<p>  Itunes library: /home/slimserver/iTunes Music Library.xml<br />
  NAS music library: /home/slimserver/music<br />
  Destination directory: /tmp</p>
<p>Generating playlists&#8230;Can&#8217;t exec &#8220;XSLTPROC&#8221;: No such file or directory at ./plmapper line 280,  line 91.<br />
done.<br />
Building file tree&#8230;done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automate ScanSnap OCR process on your Mac with AppleScript (Snow Leopard Edition) by Andy</title>
		<link>http://paperjammed.com/2010/01/04/automate-scansnap-ocr-process-on-your-mac-with-applescript-snow-leopard-edition/comment-page-1/#comment-41611</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 28 Apr 2011 19:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=840#comment-41611</guid>
		<description>I was glad to find this script but it for some reason won&#039;t work on my system. Checking the log it always quits the script with the event &quot;Other script running. Exiting...&quot;. Any suggestions on what I can do to fix this?</description>
		<content:encoded><![CDATA[<p>I was glad to find this script but it for some reason won&#8217;t work on my system. Checking the log it always quits the script with the event &#8220;Other script running. Exiting&#8230;&#8221;. Any suggestions on what I can do to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another fifty pictures scanned and ten thousand to go&#8230;where did I leave off? by Tad</title>
		<link>http://paperjammed.com/2011/02/19/another-fifty-pictures-scanned-and-ten-thousand-to-go-where-did-i-leave-off/comment-page-1/#comment-32669</link>
		<dc:creator>Tad</dc:creator>
		<pubDate>Tue, 22 Feb 2011 04:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=1135#comment-32669</guid>
		<description>See, my problem is that I put the imported pictures in a separate pile, and then I put that pile in a box for six months :-)

One added benefit of the Sharpie method is that I seem to use whatever color I have on hand at the time, so I can easily spot what era photos were scanned in.

There are some that I scanned using an auto feeder some years ago, and it wasn&#039;t until later that I noticed how much dust those scans had. I can easily find the offending snapshots for re-scan by looking for silver dots (the color I used at the time).</description>
		<content:encoded><![CDATA[<p>See, my problem is that I put the imported pictures in a separate pile, and then I put that pile in a box for six months <img src='http://paperjammed.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>One added benefit of the Sharpie method is that I seem to use whatever color I have on hand at the time, so I can easily spot what era photos were scanned in.</p>
<p>There are some that I scanned using an auto feeder some years ago, and it wasn&#8217;t until later that I noticed how much dust those scans had. I can easily find the offending snapshots for re-scan by looking for silver dots (the color I used at the time).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another fifty pictures scanned and ten thousand to go&#8230;where did I leave off? by David</title>
		<link>http://paperjammed.com/2011/02/19/another-fifty-pictures-scanned-and-ten-thousand-to-go-where-did-i-leave-off/comment-page-1/#comment-32557</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 20 Feb 2011 14:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=1135#comment-32557</guid>
		<description>I like this idea better than my way of keeping imported pictures in a separate pile. You can pic out any picture you like, scan it, then put it back in the respective collection or album.</description>
		<content:encoded><![CDATA[<p>I like this idea better than my way of keeping imported pictures in a separate pile. You can pic out any picture you like, scan it, then put it back in the respective collection or album.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sort out those disorganized thoughts with a Mind Map by Tad</title>
		<link>http://paperjammed.com/2010/05/27/sort-out-those-disorganized-thoughts-with-a-mind-map/comment-page-1/#comment-22998</link>
		<dc:creator>Tad</dc:creator>
		<pubDate>Fri, 17 Dec 2010 04:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://paperjammed.com/?p=997#comment-22998</guid>
		<description>Hi Linda,

I actually have two: my trusty old Fujitsu ScanSnap S510M sheet-fed scanner, and a cheap Canon flatbed scanner.
The ScanSnap (current models are the S1500 and S1500M) goes for around $420 on Amazon, but it does come with an OEM version of ABBYY FineReader OCR and Adobe Acrobat 8 Pro.
I use the ScanSnap for almost everything I scan. It does both sides of a sheet in one pass, in about four seconds. 

I keep the old USB-powered CanoScan flatbed scanner for two things: photographs and books. The ScanSnap is good for magazine pages and such, but does not have true photographic quality. And unless I bandsaw the spine off a book (which I do from time to time), I need a flatbed scanner to scan a page or two.

If you are serious about your receipts and documents and taxes and so on, go for the ScanSnap S1500 (PC) or S1500M (Mac). With a flat-bed a twenty-page document will take ten to fifteen minutes; with the ScanSnap it takes about forty seconds. The provided software will make it easy to OCR the docs so you can index and search them.

Scanning each page by hand gets old quickly. You will save yourself many hours with the fast sheet-fed one. Just remember that it doesn&#039;t do photos well and it can&#039;t scan bound books.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Linda,</p>
<p>I actually have two: my trusty old Fujitsu ScanSnap S510M sheet-fed scanner, and a cheap Canon flatbed scanner.<br />
The ScanSnap (current models are the S1500 and S1500M) goes for around $420 on Amazon, but it does come with an OEM version of ABBYY FineReader OCR and Adobe Acrobat 8 Pro.<br />
I use the ScanSnap for almost everything I scan. It does both sides of a sheet in one pass, in about four seconds. </p>
<p>I keep the old USB-powered CanoScan flatbed scanner for two things: photographs and books. The ScanSnap is good for magazine pages and such, but does not have true photographic quality. And unless I bandsaw the spine off a book (which I do from time to time), I need a flatbed scanner to scan a page or two.</p>
<p>If you are serious about your receipts and documents and taxes and so on, go for the ScanSnap S1500 (PC) or S1500M (Mac). With a flat-bed a twenty-page document will take ten to fifteen minutes; with the ScanSnap it takes about forty seconds. The provided software will make it easy to OCR the docs so you can index and search them.</p>
<p>Scanning each page by hand gets old quickly. You will save yourself many hours with the fast sheet-fed one. Just remember that it doesn&#8217;t do photos well and it can&#8217;t scan bound books.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

