<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog of Annoying Technical Details</title>
	<atom:link href="http://annoyingtechnicaldetails.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://annoyingtechnicaldetails.wordpress.com</link>
	<description>ever had a really annoying problem?</description>
	<lastBuildDate>Sat, 20 Jun 2009 17:53:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='annoyingtechnicaldetails.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7f02b2afdb8c2bdd73c714e620a34c61?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Blog of Annoying Technical Details</title>
		<link>http://annoyingtechnicaldetails.wordpress.com</link>
	</image>
			<item>
		<title>sshing into a MSYS MinGW shell</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2009/06/20/sshing-into-a-msys-mingw-shell/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2009/06/20/sshing-into-a-msys-mingw-shell/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 17:53:31 +0000</pubDate>
		<dc:creator>eighthave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[msys]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=110</guid>
		<description><![CDATA[So for some reason I feel compelled to work on Windows tho I don&#8217;t use it at all myself.  The sad fact is the majority of computer users out there are on Windows.  And someone has to make the Pd builds on Windows, so here I find myself again.  In order to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=110&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So for some reason I feel compelled to work on Windows tho I don&#8217;t use it at all myself.  The sad fact is the majority of computer users out there are on Windows.  And someone has to make the <a href="http://puredata.org">Pd</a> builds on Windows, so here I find myself again.  In order to reduce the pain as much as possible, I use Cygwin, <a href="http://www.mingw.org/">MinGW</a>, and <a href="http://www.mingw.org/msys.shtml">MSYS</a> to make it as UNIX-like as possible.  There is just one little thing missing for me, and that is the ability to ssh into a Windows box and get the MSYS/MinGW shell. </p>
<p>I did just find that I can get a broken-ish <a href="http://www.mingw.org/">MinGW</a> <a href="http://www.mingw.org/msys.shtml">MSYS</a> shell by sshing into <a href="http://www.cygwin.com/">Cygwin</a>, then running <code>/cygdrive/c/msys/1.0/bin/sh --login -i</code>.  But it inherits the environment variables from <a href="http://www.cygwin.com/">Cygwin</a>, and so it barely works.  I did find <a href="http://cens.ioc.ee/~pearu/scipy/BUILD_WIN32.html#using-msys-from-cygwin">this Python script</a> that is supposed to fix that problem, but no luck for me.</p>
<p>Has anyone out there done this successfully?</p>
 Tagged: mingw, msys, ssh <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=110&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2009/06/20/sshing-into-a-msys-mingw-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">eighthave</media:title>
		</media:content>
	</item>
		<item>
		<title>installing iPodLinux build tools on Mac OS X with Fink</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2009/05/08/installing-ipodlinux-build-tools-on-mac-os-x-with-fink/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2009/05/08/installing-ipodlinux-build-tools-on-mac-os-x-with-fink/#comments</comments>
		<pubDate>Fri, 08 May 2009 17:32:31 +0000</pubDate>
		<dc:creator>eighthave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fink]]></category>
		<category><![CDATA[ipodlinux]]></category>
		<category><![CDATA[tail]]></category>
		<category><![CDATA[toolchain]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=107</guid>
		<description><![CDATA[So I use Mac OS X a fair amount and I use Fink to get all of my favorite free software tools in a Debian-ish style.  I recently downloaded the iPodLinux Toolchain for Mac OS X/Intel and tried to install it.  First off, these .sh scripts are a crazy hack, first 45 or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=107&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I use Mac OS X a fair amount and I use Fink to get all of my favorite free software tools in a Debian-ish style.  I recently downloaded the <a href="http://www.ipodlinux.org/wiki/Toolchain">iPodLinux Toolchain</a> for Mac OS X/Intel and tried to install it.  First off, these .sh scripts are a crazy hack, first 45 or so lines are an bourne shell script, the rest is the binary of the .tar.gz tarball to install.   So the script parses itself, then feeds the binary part of itself to be un-targz&#8217;ed.</p>
<p>When I ran this crazy script on my machine, I got this:</p>
<pre>
tail: cannot open `+43' for reading: No such file or directory

gunzip: stdin: not in gzip format
</pre>
<p>It turns out that the script was written expecting the BSD <code>tail</code> when running tail.  Since I have Fink as the first in the path, it was getting the GNU <code>tail</code>.  So I just changed tail to <code>/usr/bin/tail</code> and it works.  Time to submit a bug report&#8230;</p>
 Tagged: fink, ipodlinux, tail, toolchain <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=107&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2009/05/08/installing-ipodlinux-build-tools-on-mac-os-x-with-fink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">eighthave</media:title>
		</media:content>
	</item>
		<item>
		<title>Not-so-high-scalability</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2009/02/25/not-so-high-scalability/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2009/02/25/not-so-high-scalability/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 02:03:20 +0000</pubDate>
		<dc:creator>vitriolix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=102</guid>
		<description><![CDATA[Not to be too mean spirited, because someone over at HighScalability.com (which is one of my favorite tech blogs) is obviously having a hard day, but the irony was too rich to pass up:
The MySQL error was: User highscal_admin already has more than &#8216;max_user_connections&#8217; active connections.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=102&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Not to be too mean spirited, because someone over at <a href="http://highscalability.com">HighScalability.com</a> (which is one of my favorite tech blogs) is obviously having a hard day, but the irony was too rich to pass up:</p>
<p><em><strong>The MySQL error was: User highscal_admin already has more than &#8216;max_user_connections&#8217; active connections.</strong></em></p>
<p><img class="alignnone size-full wp-image-103" title="not-so-high-scalability" src="http://annoyingtechnicaldetails.files.wordpress.com/2009/02/not-so-high-scalability.png?w=510&#038;h=653" alt="not-so-high-scalability" width="510" height="653" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=102&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2009/02/25/not-so-high-scalability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">vitriolix</media:title>
		</media:content>

		<media:content url="http://annoyingtechnicaldetails.files.wordpress.com/2009/02/not-so-high-scalability.png" medium="image">
			<media:title type="html">not-so-high-scalability</media:title>
		</media:content>
	</item>
		<item>
		<title>tcsh in cygwin&#8230;</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2009/02/23/tcsh-in-cygwin/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2009/02/23/tcsh-in-cygwin/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 04:17:51 +0000</pubDate>
		<dc:creator>eighthave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=100</guid>
		<description><![CDATA[So I am back beating my head against WinXP, arg&#8230; the Pd WindowsXP build machine died and I can&#8217;t get the disk to do anything but click.  So I am actually running a Windows install&#8230; ug. I just got Cygwin installed and am setting up my old environment, making my Cygwin HOME dir use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=100&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I am back beating my head against WinXP, arg&#8230; the Pd WindowsXP build machine died and I can&#8217;t get the disk to do anything but click.  So I am actually running a Windows install&#8230; ug. I just got Cygwin installed and am setting up my old environment, making my Cygwin HOME dir use my Windows <code>%UserProfile%</code>.  And yes, I still use <code>tcsh</code>&#8230;  when running <code>tcsh</code>, I get <code>if: Expression Syntax.</code> and it doesn&#8217;t finish loading its rc files.</p>
<p>For some reason, this bug has existed for years, and hasn&#8217;t been fixed.  I guess I am the only one making my Windows home dir the same as my Cygwin home dir.  Perhaps I expect too much from Cygwin+Windows.</p>
<p>It turns out that it is just a case of missing quotes in <code>/etc/profile.d/complete.tcsh</code>.  At line 44,  <code>if ( -r $f ) then</code> should be <code>if ( -r "$f" ) then</code> and voila! it works.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=100&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2009/02/23/tcsh-in-cygwin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">eighthave</media:title>
		</media:content>
	</item>
		<item>
		<title>quicktime pro: plist or free software?</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2009/02/22/quicktime-pro-plist-or-free-software/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2009/02/22/quicktime-pro-plist-or-free-software/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 01:10:15 +0000</pubDate>
		<dc:creator>eighthave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=98</guid>
		<description><![CDATA[I rebuilt a machine from scratch that had a Final Cut Pro license on it, but that machine no longer needed Final Cut, but really only Quicktime Pro.  Too bad VLC doesn&#8217;t have simple editing like QuickTime Pro.  I looked into ffmpeg/mencoder, and I think that I probably wouldn&#8217;t remember the command line [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=98&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I rebuilt a machine from scratch that had a Final Cut Pro license on it, but that machine no longer needed Final Cut, but really only Quicktime Pro.  Too bad VLC doesn&#8217;t have simple editing like QuickTime Pro.  I looked into ffmpeg/mencoder, and I think that I probably wouldn&#8217;t remember the command line flags for it.  I found the file that has the registration in it so that QuickTime Pro works, its in <code>/Library/Application Support/ProApps/Final Cut Studio System ID</code>.</p>
<p>Perhaps I should add <a href="http://www.kinodv.org/">Kino</a> to Fink so that would be easy to install on Mac OS X.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=98&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2009/02/22/quicktime-pro-plist-or-free-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">eighthave</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple Mail.app&#8217;s disappearing Outbox</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2009/02/01/apple-mailapps-disappearing-outbox/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2009/02/01/apple-mailapps-disappearing-outbox/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 23:00:21 +0000</pubDate>
		<dc:creator>eighthave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=96</guid>
		<description><![CDATA[I&#8217;ve recently realized that making it too easy to send email is a bad thing.   For the longest time, I thought that any mail program that didn&#8217;t have a key shortcut for sending an email was broken.  Now I have seen the error of my ways.  I&#8217;ve gotten in the habit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=96&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve recently realized that making it too easy to send email is a bad thing.   For the longest time, I thought that any mail program that didn&#8217;t have a key shortcut for sending an email was broken.  Now I have seen the error of my ways.  I&#8217;ve gotten in the habit of using Apple Mail in <em>Offline</em> mode so that it doesn&#8217;t send the emails until I return to <em>Online</em> mode.  Apple Mail always tries to second guess me on this, which is a constant agravation, and then came the biggest affront: the Outbox disappeared comletely!   <strong>ARG!</strong>  Normally, when you are in Offline mode and you send email, the Outbox shows up and will stay there until the email is sent.  That is nice, and useful.  But recently, for whatever reason, the Outbox never came out anymore.  What a pain&#8230;  go after some searching around and reading of the <code>~/Library/Preferences/com.apple.mail.plist</code> , I found <a target="_blank" href="http://forums.macosxhints.com/archive/index.php/t-40636.html">this forum thread</a> to set <code>DisplayInThreadedMode</code> to <code>no</code> in order to permanently hide the Outbox.  It turns out mine was set to <code>no</code> already.  I switched it to <code>yes</code> and voila! I had a reappearing Outbox again! Yee haw!  Now WTF does &#8220;Threaded Mode&#8221; have to do with the visibility of the Outbox?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=96&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2009/02/01/apple-mailapps-disappearing-outbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">eighthave</media:title>
		</media:content>
	</item>
		<item>
		<title>Not Installed, Can&#8217;t Install Because&#8230; It&#8217;s Already Installed</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2009/01/13/not-installed-cant-install-because-its-already-installed/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2009/01/13/not-installed-cant-install-because-its-already-installed/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 21:49:40 +0000</pubDate>
		<dc:creator>vitriolix</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=89</guid>
		<description><![CDATA[I thought this was a particularly poetic bit of Installer/Updater catch-22 in action:

Having spent 18 months of my life shafted with maintaining an installer, download manager and patching system, I feel a weird mix of compassion and schadenfreude when I see this kind of stuff&#8230;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=89&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I thought this was a particularly poetic bit of Installer/Updater catch-22 in action:</p>
<p><a href="http://vitriolix.com/uploaded_images/cant-install-because-its-installed-749672.png"><img src="http://vitriolix.com/uploaded_images/cant-install-because-its-installed-749665.png" border="0" alt="" /></a></p>
<p>Having spent 18 months of my life shafted with maintaining an installer, download manager and patching system, I feel a weird mix of compassion and schadenfreude when I see this kind of stuff&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=89&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2009/01/13/not-installed-cant-install-because-its-already-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">vitriolix</media:title>
		</media:content>

		<media:content url="http://vitriolix.com/uploaded_images/cant-install-because-its-installed-749665.png" medium="image" />
	</item>
		<item>
		<title>IMAP, uw-imapd, and file permissions</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2009/01/02/imap-uw-imapd-and-file-permissions/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2009/01/02/imap-uw-imapd-and-file-permissions/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 22:04:47 +0000</pubDate>
		<dc:creator>eighthave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=85</guid>
		<description><![CDATA[Since I store all the email I ever receive, I have a gianormous storage folder.  To make things more managable, I have them split up by year.  The eds.org mail server runs the old uw-imapd which stores things as flat mbox files in your home directory.  I figured, I wasn&#8217;t going to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=85&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Since I store all the email I ever receive, I have a gianormous storage folder.  To make things more managable, I have them split up by year.  The eds.org mail server runs the old <code>uw-imapd</code> which stores things as flat mbox files in your home directory.  I figured, I wasn&#8217;t going to be changing my archive at all, so I set the file permissions on these to read-only.  It turns out that my mail client, Apple Mail.app, couldn&#8217;t download the email from those folder via IMAP.  So I recently discovered that if I set the file permissions to read/write, then it can download everything.  Arg, annoying&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=85&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2009/01/02/imap-uw-imapd-and-file-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">eighthave</media:title>
		</media:content>
	</item>
		<item>
		<title>iPod 3gen only charges from FireWire!!</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2008/12/18/83/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2008/12/18/83/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 23:13:56 +0000</pubDate>
		<dc:creator>eighthave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=83</guid>
		<description><![CDATA[
We were bitten big time by an annoying technical detail: it turns out that third generation iPods will connect to a computer using either a USB or a FireWire cable *BUT* they will only charge from the FireWire, not from the USB.  We thought we had a big bag of dead 3G iPods, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=83&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://annoyingtechnicaldetails.files.wordpress.com/2008/12/bag-o-ipods.jpg?w=500&#038;h=375" alt="bag-o-ipods" title="bag-o-ipods" width="500" height="375" class="alignnone size-full wp-image-82" /></p>
<p>We were bitten big time by an annoying technical detail: it turns out that third generation iPods will connect to a computer using either a USB or a FireWire cable *BUT* they will <a href="http://forums.ilounge.com/showthread.php?s=5863bf759efc3350a9fc3c7bfad29eba&amp;threadid=89839" target="_blank">only charge from the FireWire, not from the USB</a>.  We thought we had a big bag of dead 3G iPods, but now that we got a <a href="http://www.tekserve.com/products/190/Cables_Connectivity/13759" target="_blank">FW800-to-iPod cable for $5</a>, the first &#8220;dead&#8221; 3G iPod we tried started right up!  So we found this out the hard way, we&#8217;d been banging our heads against this pile of iPods using the USB cable&#8230; arg!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=83&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2008/12/18/83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">eighthave</media:title>
		</media:content>

		<media:content url="http://annoyingtechnicaldetails.files.wordpress.com/2008/12/bag-o-ipods.jpg" medium="image">
			<media:title type="html">bag-o-ipods</media:title>
		</media:content>
	</item>
		<item>
		<title>whacky partition format for Palms</title>
		<link>http://annoyingtechnicaldetails.wordpress.com/2008/12/09/whacky-partition-format-for-palms/</link>
		<comments>http://annoyingtechnicaldetails.wordpress.com/2008/12/09/whacky-partition-format-for-palms/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 22:50:08 +0000</pubDate>
		<dc:creator>eighthave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://annoyingtechnicaldetails.wordpress.com/?p=79</guid>
		<description><![CDATA[So I have been banging my head against the strange partition format that palm pilots seem to expect on SD/MMC cards.  I am foolhardy to be playing with a Palm Tungsten T2.  Under PalmOS it supports SD card, but it doesn&#8217;t boot Linux from them yet, only MMC cards.  So I searched [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=79&subd=annoyingtechnicaldetails&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I have been banging my head against the strange partition format that palm pilots seem to expect on SD/MMC cards.  I am foolhardy to be playing with a Palm Tungsten T2.  Under PalmOS it supports SD card, but it doesn&#8217;t boot Linux from them yet, only MMC cards.  So I searched around for some true MMC cards, which are hard to find these days.  I got my hands on two 1gig MMC cards.  The <code>palmtt2</code> recognized them no problem and would start <em>Garux</em> (bootloader) from them no problem.  But when I used <em>cfdisk</em> on Ubuntu or <em>Disk Utility</em> under Mac OS X  to partition the MMC card, then PalmOS no longer saw <em>Garux.</em> Arg&#8230;. I tried <em>gparted</em> too, no luck.<br />
Then I noticed that the <code>palmtt2</code> would sometimes prompt to format the card when I stuck it in.  So I said yes.  It produced a partition format that <strong>cfdisk</strong> refused to read, saying:  <code>FATAL ERROR: Bad primary partition 0: Partition ends in the final partial cylinder</code>.  So I opened up <em>gparted</em>, and tried resizing the partition.  That did the trick, I guess <em>gparted</em> kept the strange format that the <code>palmtt2</code> was happy with.  w00t!  Now my palmtt2 boots up <a href="http://dev.eyebeam.org/projects/reware/wiki/Reware" target="_blank">my custom GNU/Linux image!</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/annoyingtechnicaldetails.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/annoyingtechnicaldetails.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/annoyingtechnicaldetails.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/annoyingtechnicaldetails.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/annoyingtechnicaldetails.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/annoyingtechnicaldetails.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/annoyingtechnicaldetails.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/annoyingtechnicaldetails.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/annoyingtechnicaldetails.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/annoyingtechnicaldetails.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=annoyingtechnicaldetails.wordpress.com&blog=4408329&post=79&subd=annoyingtechnicaldetails&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://annoyingtechnicaldetails.wordpress.com/2008/12/09/whacky-partition-format-for-palms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">eighthave</media:title>
		</media:content>
	</item>
	</channel>
</rss>