<?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>AdmiNirvana &#187; Miscellaneous</title>
	<atom:link href="http://www.briandowney.net/blog/category/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.briandowney.net/blog</link>
	<description>Technical musings of an entrepreneur.</description>
	<lastBuildDate>Thu, 20 Aug 2009 17:53:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Art of Asking a Question</title>
		<link>http://www.briandowney.net/blog/2009/03/06/the-art-of-asking-a-question/</link>
		<comments>http://www.briandowney.net/blog/2009/03/06/the-art-of-asking-a-question/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 20:50:28 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[asking]]></category>
		<category><![CDATA[question]]></category>

		<guid isPermaLink="false">http://www.briandowney.net/blog/?p=123</guid>
		<description><![CDATA[Being a polymath I tend to get asked questions on a lot of different things.   Over the years, I&#8217;ve often wondered how many wasted minutes were spent deflecting questions with a question regarding the original question.   Anyone in a support-type role knows what I&#8217;m talking about, but for the sake of illustration bear with me [...]]]></description>
			<content:encoded><![CDATA[<p>Being a polymath I tend to get asked questions on a lot of different things.   Over the years, I&#8217;ve often wondered how many wasted minutes were spent deflecting questions with a question regarding the original question.   Anyone in a support-type role knows what I&#8217;m talking about, but for the sake of illustration bear with me this example:</p>
<p><strong>Q: Hi Brian, I don&#8217;t remember the username.</strong></p>
<p><strong>A: &#8220;Username&#8221; for what?</strong></p>
<p>Clearly there is an expectation of telepathy, which I have not quite mastered as of yet.   To further cement my issue, allow me another example:</p>
<p><strong>Q: I don&#8217;t remember what directory we put that stuff in, do you?</strong></p>
<p><strong>A: What stuff?</strong></p>
<p>My point is, that if you&#8217;re initiating a conversation with a question, and you&#8217;d <em>really</em> like an answer to that question, try to ensure there is no questioning its completeness.   Here is a wrong/right example:</p>
<p><strong>Q &#8211; WRONG: Where did you download that thing from?</strong></p>
<p><strong>Q &#8211; RIGHT: The program you used to connect to server2 via the keyboard yesterday&#8230; where did you download it from?</strong></p>
<p>As a general rule of thumb, if your question contains any of the following words:</p>
<ul>
<li>thing</li>
<li>stuff</li>
<li>place</li>
</ul>
<p>It probably needs some adjustment.</p>
<p>Try to remember the person attempting to answer your question may be juggling dozens of different things, probably has hundreds of numbers, passwords, and other data to remember, and would greatly appreciate the reduced mental workload a few extra words provides.</p>
<p>Your favorite support person will thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briandowney.net/blog/2009/03/06/the-art-of-asking-a-question/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Time Machine via AFP</title>
		<link>http://www.briandowney.net/blog/2008/07/01/time-machine-via-afp/</link>
		<comments>http://www.briandowney.net/blog/2008/07/01/time-machine-via-afp/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 20:55:47 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[network share]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://www.briandowney.net/blog/?p=109</guid>
		<description><![CDATA[I have been itching to get Time Machine to work over a (unsupported) network-shared volume since we&#8217;re unwilling to drop the cash for a Time Capsule.  I&#8217;ve seen quite a few different posts on how to get it done, including the terminal trick to tell Time Machine to use unsupported volumes, but none of them [...]]]></description>
			<content:encoded><![CDATA[<p>I have been itching to get Time Machine to work over a (unsupported) network-shared volume since we&#8217;re unwilling to drop the cash for a Time Capsule.  I&#8217;ve seen quite a few different posts on how to get it done, including the terminal trick to tell Time Machine to use unsupported volumes, but none of them quite worked.</p>
<p>The best I could get was Time Machine to begin to write the files to the share, but after a few seconds die with a vague &#8220;Backup disk could not be created error&#8221;.  This stumped me for a bit until I came <a title="TimeMachine via AFP" href="http://pastebin.com/f47499d34">across this</a>.  Apparently sometime around 10.5.2, Apple introduced a new, undocumented &#8220;feature&#8221; to Time Machine that causes it to fail over network volumes when doing the initial backup.   However, once the files are created it will work fine.</p>
<p>So, the magical combination is as follows:</p>
<ul>
<li>CentOS 5 with <a title="Netatalk" href="http://netatalk.sourceforge.net/">Netatalk-2.0.3</a> compiled, installed, and configured per <a title="Netatalk on CentOS 5" href="http://www.sharedknowhow.com/2008/05/installing-netatalk-under-centos-5-with-leopard-support/">this post</a>.  Note: I also had to modify etc/cnid_dbd/dbif.c with the same code change as specified there, but YMMV.</li>
<li>OS X Leopard, patched to 10.5.4.</li>
<li>Changes to Netatalk&#8217;s netatalk.conf file per <a title="Gentoo Wiki" href="http://gentoo-wiki.com/HOWTO_Share_Directories_via_AFP">this post</a> at the Gentoo Wiki.</li>
<li>Following the <a href="http://pastebin.com/f47499d34">post linked above</a> <strong>precisely</strong>.</li>
</ul>
<p>Once that happened, Time Machine has begun to work great over AFP to our backup volume&#8211;even for multiple Macs connecting to the same share. Behold!</p>
<p><a href="http://www.briandowney.net/blog/wp-content/uploads/2008/07/timemachine.jpg"><img class="aligncenter size-medium wp-image-110" title="timemachine" src="http://www.briandowney.net/blog/wp-content/uploads/2008/07/timemachine-300x199.jpg" alt="Time Machine working over a Net Share" width="300" height="199" /></a></p>
<p>It probably doesn&#8217;t need saying; but this is clearly an unsupported way to use Time Machine.  It has been running this way for me only about a day.    If you&#8217;re concerned about having to troubleshoot problems that may pop up down the road, especially regarding backups; picking up a <a href="http://www.apple.com/timecapsule/">Time Capsule</a> is probably a far better idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briandowney.net/blog/2008/07/01/time-machine-via-afp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I can&#8217;t write</title>
		<link>http://www.briandowney.net/blog/2007/08/01/i-cant-write/</link>
		<comments>http://www.briandowney.net/blog/2007/08/01/i-cant-write/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 14:48:01 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.briandowney.net/blog/2007/08/01/i-cant-write/</guid>
		<description><![CDATA[Last night Phaedrah and I were just messing around, and we started trying to write in cursive/longhand on a pad of paper.
After scratching my head a bit&#8211;I came to a quick realization that I cannot even use it now.   Other than simply signing my name, it&#8217;s completely awkward and cumbersome.  Even trying to write [...]]]></description>
			<content:encoded><![CDATA[<p>Last night Phaedrah and I were just messing around, and we started trying to write in cursive/longhand on a pad of paper.</p>
<p>After scratching my head a bit&#8211;I came to a quick realization that I cannot even use it now.   Other than simply signing my name, it&#8217;s completely awkward and cumbersome.  Even trying to write out a simple sentence took me a minute or so.  Phaedrah&#8217;s, on the on the other hand; looks perfect.</p>
<p>Which got me to thinking&#8211;even my &#8220;normal&#8221; handwriting (comprised of mostly slop capital block letters) is pretty illegible.  I  find myself hurrying trying to finish a word, and I&#8217;ve come to the conclusion  it&#8217;s because I can type it far faster and just print it.    Writing gets annoying because it&#8217;s too slow.   When I do have to write something, it gets me annoyed and I try to do it as fast as I can.</p>
<p>Am I the only one who uses a computer so much that simple handwriting is becoming troublesome?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briandowney.net/blog/2007/08/01/i-cant-write/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Coolest ice cream song ever</title>
		<link>http://www.briandowney.net/blog/2007/07/03/coolest-ice-cream-song-ever/</link>
		<comments>http://www.briandowney.net/blog/2007/07/03/coolest-ice-cream-song-ever/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 18:44:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.briandowney.net/blog/2007/07/03/coolest-ice-cream-song-ever/</guid>
		<description><![CDATA[So, yesterday Jason and I were out working on putting in a new gas tank sender in the truck, when down the street comes the Persimmons/Ice Cream Lady in her ice cream truck.
The Persimmons/Ice Cream Lady is pretty nice, a bit quirky, and she loves persimmons.   We&#8217;re &#8216;lucky&#8217; enough to have a nice [...]]]></description>
			<content:encoded><![CDATA[<p>So, yesterday <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendid=5526565" title="Jason MySpace" target="_blank">Jason</a> and I were out working on putting in a new gas tank sender in the truck, when down the street comes the Persimmons/Ice Cream Lady in her ice cream truck.</p>
<p>The Persimmons/Ice Cream Lady is pretty nice, a bit quirky, and she loves <a href="http://en.wikipedia.org/wiki/Persimmon" title="Wikipedia Persimmons" target="_blank">persimmons</a>.   We&#8217;re &#8216;lucky&#8217; enough to have a nice and healthy persimmons tree in our back yard, and in the fall she comes by and takes all the ripe ones she can put into boxes to make various foodstuff out of.  Last year it worked out to about one hundres persimmons, which I&#8217;d otherwise have to pick up&#8211;rotting&#8211;on the lawn in the spring.</p>
<p>That&#8217;s perfectly fine by Phaedrah and I since neither one of us particularly like persimmons.  In fact, they&#8217;re kind of gross.  But the Persimmons Lady likes them, so that is all that matters.   It keeps our yard tidy.</p>
<p>Anyway, down the street comes the Persimmons/Ice Cream Lady.  At first, I tune out the jingle blasting out of the truck, but then I realize it&#8217;s none other than &#8220;<a href="http://www.last.fm/music/Tool/_/Intermission" title="Last.fm Tool">Intermission</a>&#8221; by Tool, one of my favorite bands.</p>
<p>I wave her over, mostly to explain she&#8217;s using a progressive-metal band  as her &#8216;happy&#8217; ice cream truck song.   She tells me it is indeed &#8220;funny sounding&#8221;, but was all she could find that would fit.  I simply explain it&#8217;s a tad &#8220;dark&#8221; (the song is in a minor key, of course).</p>
<p>Laughing aside, I buy an ice cream sandwich for Phaedrah and she goes on her way blasting Tool for the masses to hear.  By far, the coolest ice cream truck song ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briandowney.net/blog/2007/07/03/coolest-ice-cream-song-ever/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Truck: RIP 2002 &#8211; 2007</title>
		<link>http://www.briandowney.net/blog/2007/03/31/the-truck-rip-22002-32007/</link>
		<comments>http://www.briandowney.net/blog/2007/03/31/the-truck-rip-22002-32007/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 22:57:32 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Cars]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.briandowney.net/blog/2007/03/31/the-truck-rip-22002-32007/</guid>
		<description><![CDATA[Well, someone decided to have a little fun at our expense last night.
The Tundra,  common name &#8220;super-ultra-truck&#8221;, or also occasionally known as &#8220;The Silver Bullet&#8221;, was found dead by a tow-truck guy on the side of Airport Road early this morning.
Apparently someone managed to break into it&#8211;right in our driveway&#8211;and then take it out [...]]]></description>
			<content:encoded><![CDATA[<p>Well, someone decided to have a little fun at our expense last night.</p>
<p>The Tundra,  common name &#8220;super-ultra-truck&#8221;, or also occasionally known as &#8220;The Silver Bullet&#8221;, was found dead by a tow-truck guy on the side of Airport Road early this morning.</p>
<p>Apparently someone managed to break into it&#8211;right in our driveway&#8211;and then take it out and have a little fun.  They ended that fun by doing some jousting with a tree.  The tree won.</p>
<p>The Van also suffered a minor molesting, but nothing horrible:  just some change thrown on the floor.</p>
<p>We haven&#8217;t been able to see it yet as it is the weekend and the tow-truck guy is &#8220;out of service&#8221;, but according to the office personnel we won&#8217;t be driving it any time soon.</p>
<p>Truck:  You were a good truck, a bit underpowered at times, but a good tow vehicle nonetheless.  But I&#8217;m still sorry I blew a couple hundred bucks in new brakes for you a month ago.</p>
<p><strong>UPDATE:</strong></p>
<p>We just heard back from the insurance company:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briandowney.net/blog/2007/03/31/the-truck-rip-22002-32007/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Chickens!</title>
		<link>http://www.briandowney.net/blog/2007/01/16/chickens/</link>
		<comments>http://www.briandowney.net/blog/2007/01/16/chickens/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 15:29:12 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.briandowney.net/blog/2007/01/16/chickens/</guid>
		<description><![CDATA[Yesterday as I was cleaning up around the house, I happened to notice that one of the slats in the backyard fence had fallen down.
As I straightened up the slat and tried to push the nail back in to the fencepost, I heard the distinct sound of clucking from the opposite corner of the yard! [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday as I was cleaning up around the house, I happened to notice that one of the slats in the backyard fence had fallen down.</p>
<p>As I straightened up the slat and tried to push the nail back in to the fencepost, I heard the distinct sound of clucking from the opposite corner of the yard!   I turned around, and there they were:  three hens scratching and pecking around.</p>
<p>Our neighbor keeps some chickens in a coop in the exact corner of the yard where the slat had fallen.  Apparently the hens were feeling a bit adventurous and decided to check out our yard for food.</p>
<p>When Ethan got home, I let him run around the back yard with the chickens, who were surprisingly tolerant and friendly: one of them even let him pet her.   They&#8217;re not the smartest animals, though.  One happened to walk into our now-defunct garden and circled for about an hour trying to figure her way back out of the fencing.  I finally got frustrated just watching, and picked her up and dropped her off with her friends.<br />
They finally decided around dusk to head back to their coop in the neighbor&#8217;s yard.</p>
<p><a class="imagelink" title="Chickens" onclick="doPopup(20);return false;" href="http://briandowney.net/blog/wp-content/uploads/2007/01/dsc00007.JPG" /></p>
<p><a class="imagelink" title="Chickens" onclick="doPopup(20);return false;" href="http://briandowney.net/blog/wp-content/uploads/2007/01/dsc00007.JPG"> </a></p>
<div style="text-align: center"><a title="Chickens" class="imagelink" rel="attachment" id="p20" onclick="doPopup(20);return false;" href="http://briandowney.net/blog/2007/01/16/chickens/chickens/"><img width="128" height="96" alt="Chickens" id="image20" src="http://briandowney.net/blog/wp-content/uploads/2007/01/dsc00007.thumbnail.JPG" /></a></div>
<p>Millie has been stuck to the window for the <em>entire</em> time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briandowney.net/blog/2007/01/16/chickens/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://www.briandowney.net/blog/2007/01/01/happy-new-year/</link>
		<comments>http://www.briandowney.net/blog/2007/01/01/happy-new-year/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 18:31:58 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.briandowney.net/blog/2007/01/01/happy-new-year/</guid>
		<description><![CDATA[Sheesh&#8230; it&#8217;s 2007 already?
]]></description>
			<content:encoded><![CDATA[<p>Sheesh&#8230; it&#8217;s 2007 already?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briandowney.net/blog/2007/01/01/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
