<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jacques&#039; Brain Drain - Jacques&#039; Brain Drain</title>
	<atom:link href="http://jricher.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jricher.com</link>
	<description>Because the State of Confusion is nice this time of year</description>
	<lastBuildDate>Sun, 05 Aug 2012 05:48:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Side note on Audacity (Mint 13 AMD64)</title>
		<link>http://jricher.com/2012/08/04/side-note-on-audacity-mint-13-amd64/</link>
		<comments>http://jricher.com/2012/08/04/side-note-on-audacity-mint-13-amd64/#comments</comments>
		<pubDate>Sun, 05 Aug 2012 05:48:06 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
		
		<guid isPermaLink="false">http://jricher.com/?p=127</guid>
		<description><![CDATA[I ran into a problem that wasn&#8217;t well documented on the forums, and am (again) writing a blog post for my own later edification. When you open Audacity it enumeates all the ALSA devices on the system. One of the steps it takes is to enumerate Bluetooth audio devices (to … <a href="http://jricher.com/2012/08/04/side-note-on-audacity-mint-13-amd64/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<p>I ran into a problem that wasn&#8217;t well documented on the forums, and am (again) writing a blog post for my own later edification. </p>
<p>When you open Audacity it enumeates all the ALSA devices on the system. One of the steps it takes is to enumerate Bluetooth audio devices (to support recording from Bluetooth headsets). If Bluetooth is enabled <u>and</u> there&#8217;s a bluetooth audio device that the system cannot connect to, Audacity will hang for an arbitrary period of time (long). </p>
<p>The easiest fix is to temporarily disable Bluetooth when working in Audacity. I&#8217;ll post any further developments here if there are any.</p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2012/08/04/side-note-on-audacity-mint-13-amd64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Post By Mail in WordPress</title>
		<link>http://jricher.com/2012/07/08/setting-up-post-by-mail-in-wordpress/</link>
		<comments>http://jricher.com/2012/07/08/setting-up-post-by-mail-in-wordpress/#comments</comments>
		<pubDate>Sun, 08 Jul 2012 21:24:06 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jricher.com/2012/07/08/setting-up-post-by-mail-in-wordpress/</guid>
		<description><![CDATA[My blog was effectively inactive for quite a while. When I decided to revive the beast, I moved it to a new URL, changed the theme, and generally did the grunt work to make it look reasonable. Rather than playing with server side paths excessively, though, I decided to do … <a href="http://jricher.com/2012/07/08/setting-up-post-by-mail-in-wordpress/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<p>My blog was effectively inactive for quite a while. When I decided to<br />
revive the beast, I moved it to a new URL, changed the theme, and<br />
generally did the grunt work to make it look reasonable. Rather than<br />
playing with server side paths excessively, though, I decided to do a<br />
Wordpress export, create a new instance with a new database, and then<br />
import the old data into that instance.</p>
<p>Moving the blog went well, with a little help from Apache mod_rewrite to<br />
keep all my old links from becoming 404s. Setting up post by mail did<br />
not work so well &#8211; as the documentation is truly marginal at this point.<br />
This post is effectively a note to myself (and anyone else who finds it<br />
handy) on how it&#8217;s done.</p>
<p>Setup is a three step process. The first step is well described in the<br />
documentation (<a href="http://codex.wordpress.org/Blog_by_Email#Email_Format">Post to your blog using email « WordPress Codex</a>). You need to<br />
set up a mail account with POP3 support, a very obscure name, and a<br />
secure password. The second step is also straightforward; enter that<br />
information into the appropriate setup tab of your WordPress<br />
installation. The big gotcha is that for this to work well, you need a<br />
script that runs the wp-mail.php script in the root of your WordPress<br />
installation on a regular basis. I used a cron job running on the server<br />
which called &#8216;wget&#8217; with the URL of the wp-mail.php script. This lets<br />
Wordpress check for the presence of mail, and process it correctly if<br />
it&#8217;s there.</p>
<p>My crontab entry looks like this:<br />
<code><br />
'*/15 *  * * *   nobody  wget -O - -q -t 1 http://jricher.com/wp-mail.php'<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2012/07/08/setting-up-post-by-mail-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Housekeeping</title>
		<link>http://jricher.com/2012/07/07/digital-housekeeping/</link>
		<comments>http://jricher.com/2012/07/07/digital-housekeeping/#comments</comments>
		<pubDate>Sun, 08 Jul 2012 01:01:01 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jricher.com/?p=3</guid>
		<description><![CDATA[I&#8217;m about halfway through migrating a setup I&#8217;ve been using for about 3 years to a new server. Life has finally started to get less interesting, so I temporarily have time to update things. I also have the time to do all the minor work that&#8217;s required to properly maintain … <a href="http://jricher.com/2012/07/07/digital-housekeeping/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m about halfway through migrating a setup I&#8217;ve been using for about 3 years to a new server. Life has finally started to get less interesting, so I temporarily have time to update things. I also have the time to do all the minor work that&#8217;s required to properly maintain my websites and servers. I will say, though, that it is taking more time that I initially expected. </p>
<p>It&#8217;s quite amazing how much cruft can accumulate seemingly on its own.</p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2012/07/07/digital-housekeeping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New pictures of the fourfoots</title>
		<link>http://jricher.com/2012/07/06/new-pictures-of-the-fourfoots/</link>
		<comments>http://jricher.com/2012/07/06/new-pictures-of-the-fourfoots/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 23:42:57 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.jricher.com/wordpress/?p=104</guid>
		<description><![CDATA[These are the new pictures of the fourfoots.]]></description>
				<content:encoded><![CDATA[<p><div id="attachment_102" class="wp-caption alignnone" style="width: 310px"><a href="http://jricher.com/wp-content/uploads/2012/07/IMAG0082.jpg"><img src="http://jricher.com/wp-content/uploads/2012/07/IMAG0082-300x225.jpg" alt="" title="Myers" width="300" height="225" class="size-medium wp-image-102" /></a><p class="wp-caption-text">Trouble &#8211; the black kind</p></div><br />
<div id="attachment_103" class="wp-caption alignnone" style="width: 310px"><a href="http://jricher.com/wp-content/uploads/2012/07/IMAG0084.jpg"><img src="http://jricher.com/wp-content/uploads/2012/07/IMAG0084-300x225.jpg" alt="Samantha" title="Samantha" width="300" height="225" class="size-medium wp-image-103" /></a><p class="wp-caption-text">Samantha, lying on her cat tree</p></div></p>
<p>These are the new pictures of the fourfoots.</p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2012/07/06/new-pictures-of-the-fourfoots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disassembling the Nook Simple Touch</title>
		<link>http://jricher.com/2012/02/22/disassembling-the-nook-simple-touch/</link>
		<comments>http://jricher.com/2012/02/22/disassembling-the-nook-simple-touch/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 03:35:20 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.jricher.com/wordpress/?p=95</guid>
		<description><![CDATA[I couldn&#8217;t find any instructions on how to disassemble the Nook Simple Touch. Since I had to disassemble mine to solve a problem, here are the instructions: Remove the MicroSD card (if installed) Carefully pop off the power button on the rear of the unit Once you remove the power … <a href="http://jricher.com/2012/02/22/disassembling-the-nook-simple-touch/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<p>I couldn&#8217;t find any instructions on how to disassemble the Nook Simple Touch. Since I had to disassemble mine to solve a problem, here are the instructions:</p>
<ol>
<li>Remove the MicroSD card (if installed)</li>
<li>Carefully pop off the power button on the rear of the unit</li>
<li>Once you remove the power button, you will find a Torx screw covered by an anti-tamper sticker. Remove the sticker, then the screw.</li>
<li>Place the unit face down on a non-scratching surface</li>
<li>Push down on the unit, and then in the direction of the USB connector. The back will slide, and can then be very easily removed.</li>
</ol>
<p>Assembly is the reverse of the above process. This will, of course, void your warranty.</p>
<p><strong>NOTE:</strong> If your Nook Simple Touch is only locked up, you can usually reset it by holding down the power button on the rear of the unit for approx. 45 seconds, waiting a minute, than holding it down again for 15 seconds. The unit will power back on, and (usually) all will be well.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2012/02/22/disassembling-the-nook-simple-touch/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DVDisaster</title>
		<link>http://jricher.com/2010/04/04/dvdisaster/</link>
		<comments>http://jricher.com/2010/04/04/dvdisaster/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 04:54:30 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.jricher.com/wordpress/?p=88</guid>
		<description><![CDATA[While working with another package, I stumbled across a relatively new program for Linux called DVDisaster. What it does, effectively, is add ECC information to DVD images so that if you have media errors at some later date, you can run it again and reconstruct the original image. I&#8217;ve checked … <a href="http://jricher.com/2010/04/04/dvdisaster/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<p>While working with another package, I stumbled across a relatively new program for Linux called DVDisaster. What it does, effectively, is add ECC information to DVD images so that if you have media errors at some later date, you can run it again and reconstruct the original image. </p>
<p>I&#8217;ve checked it out and run my own tests, and it seems to be a good deal for what it does. For right now, I&#8217;m using it to augment my present data backup policy: two copies burned on DVD and stored at different locations. It seems to me that it&#8217;s cheap protection against minor media dropouts.</p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2010/04/04/dvdisaster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toaster or Lathe?</title>
		<link>http://jricher.com/2010/04/04/toaster-or-lathe/</link>
		<comments>http://jricher.com/2010/04/04/toaster-or-lathe/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 22:15:00 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jricher.jricher.com/wordpress/?p=60</guid>
		<description><![CDATA[I keep hearing people complain about the usability of Linux as it compares to the usability of Windows or MacOS. The common complaint is that computers should be easy &#8211; even windows users complain that computers should &#8220;just work&#8221;. In response to this, I am asking my own question &#8211; … <a href="http://jricher.com/2010/04/04/toaster-or-lathe/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<p>I keep hearing people complain about the usability of Linux as it compares to the usability of Windows or MacOS. The common complaint is that computers should be easy &#8211; even windows users complain that computers should &#8220;just work&#8221;. In response to this, I am asking my own question &#8211; do you want your computer to be a toaster or a lathe?</p>
<p>Toasters are easy. They do one thing &#8211; heat up slices of bread that you stick into them when you push the button. All you have to do is decide how much to heat things up, load your bread, push the button and wait. Very simple, very easy, and very limited. You can&#8217;t do much with a toaster other than what its designers anticipated. Ease of use &#8212; 10, Flexibility &#8212; 1.</p>
<p>A modern metal cutting lathe is an entirely different matter. It takes a great deal of training to accomplish anything but the simplest tasks, and even simple work requires understanding the work, the machine, and the underlying process on a fairly deep level. It takes years to learn to use one well. Even after a great deal of training, some users are still far more capable than others. Ease of use &#8212; 1 Flexibility &#8212; 10.</p>
<p>Modern computers are diverging right now. One one end, products like Amazon&#8217;s Kindle, Apple&#8217;s IPad and Barnes and Noble&#8217;s Nook are heading in the direction of toasters. They&#8217;re simpler and easier to use. They are also locked down and limited. One the other end are netbooks, Google&#8217;s Android platform and other similar tools. These are unlocked, a bit more difficult to use, and endlessly flexible.</p>
<p>Underneath the skin, these are all &#8220;general purpose computers&#8221;. Some say that locking something like the IPad down as much as it is is a bad decision. I disagree. Today&#8217;s computing ecosystem has room for both lathes and toasters. I think it always will. There will always be a group of people who are more comfortable with single use devices for some jobs. There will always be others who find them too limited and/or confining. This is officially OK. There&#8217;s more than one way to be human.</p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2010/04/04/toaster-or-lathe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time off from politics</title>
		<link>http://jricher.com/2010/04/04/time-off-from-politics/</link>
		<comments>http://jricher.com/2010/04/04/time-off-from-politics/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 21:08:30 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
				<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://blog.jricher.com/wordpress/?p=79</guid>
		<description><![CDATA[I just finished taking a long time off from politics. It wasn&#8217;t a complete break, but it was fairly close. I did work for the Obama campaign a little bit, but that was really the exception that proved the rule&#8230; This period coincided with a series of very large changes … <a href="http://jricher.com/2010/04/04/time-off-from-politics/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<p>I just finished taking a long time off from politics. It wasn&#8217;t a complete break, but it was fairly close. I did work for the Obama campaign a little bit, but that was really the exception that proved the rule&#8230;</p>
<p>This period coincided with a series of very large changes in my life. My  health is better, I have moved into my own home, and I&#8217;m fixing it up. I&#8217;ve been spending more time outdoors, and studying Permaculture, water harvesting and organic gardening. Ive stepped far enough back to get some perspective and lose some of the anger and victim-conciousness. I think all these things are good.</p>
<p>I&#8217;m back to blogging. I made a bunch of changes to the back-end of this system, and put the blog on its own sub-domain. Watch this space for new developments <img src='http://jricher.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2010/04/04/time-off-from-politics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patriotism</title>
		<link>http://jricher.com/2008/07/04/patriotism/</link>
		<comments>http://jricher.com/2008/07/04/patriotism/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 21:09:42 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
				<category><![CDATA[Society]]></category>
		<category><![CDATA[Stupidity]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jricher.jricher.com/wordpress/?p=64</guid>
		<description><![CDATA[It&#8217;s July Fourth. After another year of watching our elected leaders in Washington continue the process of turning a proud and powerful people into a petty and scared one, I have decided to make another attempt to wake some people up. Just this once, I decided to explain what patriotism … <a href="http://jricher.com/2008/07/04/patriotism/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s July Fourth. After another year of watching our elected leaders in Washington continue the process of turning a proud and powerful people into a petty and scared one, I have decided to make another attempt to wake some people up. Just this once, I decided to explain what patriotism means to me &#8211; in case some fool out there thinks that because I constantly criticize my government that I&#8217;m unpatriotic.</p>
<p>Patriotism is paying my taxes, even though I know the money will be used poorly and wind up doing no good. Patriotism is writing one more letter to that Senator or Representative, even though you heartily believe that it&#8217;s bound for the landfill instead of the desk. Patriotism is calling out a leader you like, and have much in common with for supporting a piece of legislation you despise &#8211; just because it&#8217;s bad law. </p>
<p>Patriotism is knowing that the telecommunications companies have spent the last decade cheating the American people &#8211; and then spending a great deal of time opposing telecomm immunity, and working for net neutrality. Patriotism is backing the creation of a national broadband infrastructure plan &#8211; knowing full well that it will put billions of dollars into the pockets of the same telecommunications companies that have spent decades ripping us off. Patriotism is swallowing your bile end doing it anyway so that some punk kid in East Podunk gets access to the great opportunities for education and personal growth that the Internet provides, and will provide. </p>
<p>Patriotism is being an author and still believing that copyright is too long, and too powerful right now. Patriotism is being a programmer and inventor and believing that patents, as they exist today, are evil. Patriotism is knowing that $4+/gal gasoline is bad for your wallet, and going straight into the pockets of people and companies you hate &#8211; and also knowing that expensive gas is good for our long term health as a nation. Patriotism is using a bicycle to go to the grocery store. Patriotism is voting your conscience instead of your wallet when the two differ. </p>
<p>Patriotism is caring enough about the troops that you did everything possible to keep them from going to war in the first place. Patriotism is understanding that if one or two come home in one piece it will be a miracle &#8211; and that the rest will bear scars, physical and mental, for the rest of their lives. Patriotism is doing everything possible to give those people a decent quality of life &#8211; even though it&#8217;s expensive, and even when you opposed the wars that got them hurt. </p>
<p>Patriotism is about getting your hands dirty. Patriotism is about doing the work &#8211; political and otherwise. Patriotism is about becoming, once again, a nation that is not afraid to be open, take risks and dare. It&#8217;s about being a people who rejects torture not because it can&#8217;t, in some circumstances, save a few lives &#8211; but because principles are important. It&#8217;s about saying &#8220;Americans don&#8217;t do that&#8221; &#8211; and holding our heads up, even when it&#8217;s difficult &#8211; and even when it hurts.  Patriotism is about daring. It&#8217;s about being willing to dream, and willing to roll up your sleeves and do the hard work required to make those dreams real.</p>
<p>To hell with it. I&#8217;m done. No-one is going to read this damned thing anyway &#8211; and even if someone does it won&#8217;t do any good. Try to have a better 4th of July than me.</p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2008/07/04/patriotism/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Miro broken on Ubuntu Hardy Heron</title>
		<link>http://jricher.com/2008/04/25/miro-broken-on-ubuntu-hardy-heron/</link>
		<comments>http://jricher.com/2008/04/25/miro-broken-on-ubuntu-hardy-heron/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 23:59:27 +0000</pubDate>
		<dc:creator>jricher</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jricher.jricher.com/wordpress/?p=63</guid>
		<description><![CDATA[If you&#8217;re using Miro on Ubuntu Hardy Heron, and you&#8217;re using the PCF repositories, you may find that Miro crashed unexpectedly or misbehaves and has trouble with Compiz-fusion. This can be very easily fixed by going into preferences and changing the playback engine from xine to gstreamer. After this, you … <a href="http://jricher.com/2008/04/25/miro-broken-on-ubuntu-hardy-heron/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re using Miro on Ubuntu Hardy Heron, and you&#8217;re using the PCF repositories, you may find that Miro crashed unexpectedly or misbehaves and has trouble with Compiz-fusion. This can be very easily fixed by going into preferences and changing the playback engine from xine to gstreamer. After this, you will need to close Miro and restart it. This should make Miro stable again.</p>
]]></content:encoded>
			<wfw:commentRss>http://jricher.com/2008/04/25/miro-broken-on-ubuntu-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
