<?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>The NetWorker Blog &#187; Aside</title>
	<atom:link href="http://nsrd.info/blog/tag/aside/feed/" rel="self" type="application/rss+xml" />
	<link>http://nsrd.info/blog</link>
	<description>EMC NetWorker commentary from a long term backup consultant and theorist</description>
	<lastBuildDate>Mon, 21 May 2012 21:37:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Maybe I&#039;m just an old Unix hack&#8230;</title>
		<link>http://nsrd.info/blog/2009/12/13/maybe-im-just-an-old-unix-hack/</link>
		<comments>http://nsrd.info/blog/2009/12/13/maybe-im-just-an-old-unix-hack/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 20:05:39 +0000</pubDate>
		<dc:creator>Preston de Guise</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[General Technology]]></category>
		<category><![CDATA[bbedit]]></category>
		<category><![CDATA[Trivia]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://nsrd.wordpress.com/?p=1459</guid>
		<description><![CDATA[In the land of Dilbert, I&#8217;d probably be obligated to wear suspenders and have my socks pulled up past my knees, but ultimately I think I&#8217;m becoming an old Unix hack. Why? Not because of my disdain for Windows. (Though that probably helps.) Not because of my passion for Linux. (I have little in that <a href='http://nsrd.info/blog/2009/12/13/maybe-im-just-an-old-unix-hack/' class='excerpt-more'>[...]</a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In the land of Dilbert, I&#8217;d probably be obligated to wear suspenders and have my socks pulled up past my knees, but ultimately I think I&#8217;m becoming an old Unix hack. Why?</p>
<ul>
<li>Not because of my disdain for Windows. (Though that probably helps.)</li>
<li>Not because of my passion for Linux. (I have little in that regard.)</li>
<li>Not because of my rigid adherence to a particular Unix platform. (Used to be Solaris, now Mac OS X.)</li>
<li>Because of my ongoing use of <em>vi</em>.</li>
</ul>
<p>I&#8217;ve been using Mac OS X now since 2005. The date is fairly well fixed in my head simply because it happened about a month after 10.4 (Tiger) was released. It&#8217;s also fixed in my head since I&#8217;ve never been as productive on a computer as I am on a Mac.</p>
<p>The Mac has changed a lot of my workflows, but the one thing that it hasn&#8217;t changed is the absolute automatic way I lunge for <em>vi</em> whenever I need to edit text, source code, etc. Now, I&#8217;ll admit I have the absolutely fantastic <a title="BBEdit at Bare Bones Software" href="http://www.barebones.com/products/bbedit/" onclick="return TrackClick('http%3A%2F%2Fwww.barebones.com%2Fproducts%2Fbbedit%2F','BBEdit+at+Bare+Bones+Software')" target="_blank">BBEdit</a> program from Bare Bones Software. I even use it a lot of the time for in-depth coding across a lot of files. I&#8217;d certainly recommend anyone doing lots of software development on the Mac outside of Xcode to buy a license.</p>
<p>But it&#8217;s never what I open first when I need to edit a file. There&#8217;s something so spartan and uncomplicated about <em>vi</em>. (Which incidentally is probably why emacs just never appealed. It was never spartan or uncomplicated – at least in my opinion.)</p>
<p>I know it&#8217;s arcane. The idea of a editor mode and a control mode freaks a lot of people out. The use of freaky control commands that make WordStar look like the Paragon of User Interface Design take a lot of getting used to. Yet, whenever I&#8217;m in Word, or OpenOffice*, or even BBEdit, I still find myself automatically trying to type in vi search and replace commands. (Hint to any Bare Bones product manager that stumbles across this. Please please, pretty please, can we get a &#8220;vi&#8221; mode in BBEdit?)</p>
<p>To me, and I know a lot of Mac users out there will probably have a conniption in response to what I&#8217;m going to say: <em>vi</em> is a lot like Mac OS X. It&#8217;s like a butler. It doesn&#8217;t jump up and down and pester you every 5 minutes (like Windows) about what you want to do, or that you&#8217;ve got an icon not being used on your desktop, or that a new network was found, or any other garbage like that. It just hangs back, lets you work, and jumps to your assistance when you want it.</p>
<p>Call me an old Unix hack if you want, but I can&#8217;t go a day without <em>vi</em>. Being able to do things such as the following:</p>
<p><em>(esc) :.,$s/^/insert into blah(x) values(&#8216;/</em></p>
<p><em>(esc) :.,$s/$/&#8217;);/</em></p>
<p>Is for some reason vitally important to my ability to work productively. Heck, I even use <em>vi</em> in NetWorker, thanks to default editor settings and <em>nsradmin</em>&#8216;s response to the keyword &#8216;edit&#8217; on Unix platforms.</p>
<p>I think every technical person who works on heterogenous systems should learn <em>vi</em>. It&#8217;s pretty much the one interactive editor you can guarantee being available on every Unix system. (Discounting &#8216;ed&#8217;, and disrespecting emacs ;-) ) I can also guarantee that anyone who has used vi for more than 5 minutes and successfully saved a document can navigate around the user interface behaviours of the Windows default editor, &#8216;notepad&#8217;, or the Mac OS X default editor, &#8216;Text Edit&#8217;. The same isn&#8217;t in reverse, and I find that a lot of say, Windows admins who start doing bits and pieces of work on Unix systems are usually hampered by the entire <em>vi</em> experience. <em>vi</em>, it seems, is suitably foreign to people who grow up in GUI only environments that it taints the entire Unix interactivity process. However, being an old Unix hack, I don&#8217;t think this is <em>vi</em>&#8216;s fault. Indeed, I&#8217;d suggest that anyone who can&#8217;t type <em>&#8220;vi quick reference card&#8221;</em> into Google and then use the results productively is doing themselves a disservice.</p>
<p>If you&#8217;re a Windows admin and you&#8217;ve just assumed I&#8217;m having a dig at you for not knowing <em>vi</em>, I&#8217;m not. Like knowing a cross platform scripting language (e.g,. <em>perl</em>), I merely <em>recommend</em> that administrators in heterogenous environments enjoy their job more, and can do their job more easily, if they know <em>vi</em>.</p>
<p>Oh, and as a final point, can someone please explain why almost everyone else on the planet except me seems to save and quit in vi either through multiple actions or more obscure commands (e.g., esc :wq) than just:</p>
<p><em><strong>(esc) :x</strong></em></p>
<p>&#8211;<br />
* And if someone could explain the arrogance of having OpenOffice on the Mac takeover <em>all possible document types</em> whenever it is first run, I&#8217;ll be very interested in rebutting your arguments.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this using...</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F&amp;submitHeadline=Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F&amp;title=Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F&amp;title=Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F&amp;title=Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F&amp;bm_description=Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F&amp;T=Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F&amp;title=Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F&amp;title=Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B+@+http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F12%2F13%2Fmaybe-im-just-an-old-unix-hack%2F&amp;t=Maybe+I%26%23039%3Bm+just+an+old+Unix+hack%26%238230%3B" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nsrd.info/blog/2009/12/13/maybe-im-just-an-old-unix-hack/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Aside &#8211; Other World Computing</title>
		<link>http://nsrd.info/blog/2009/08/04/aside-other-world-computing/</link>
		<comments>http://nsrd.info/blog/2009/08/04/aside-other-world-computing/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 07:45:52 +0000</pubDate>
		<dc:creator>Preston de Guise</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[promo]]></category>

		<guid isPermaLink="false">http://nsrd.wordpress.com/?p=821</guid>
		<description><![CDATA[There&#8217;s a company in the United States called Other World Computing, who mainly deal with selling products for Apple&#8217;s Macintosh computers. For the last 3 years I&#8217;ve periodically ordered RAM from them for a variety of Macs that either I&#8217;ve owned at the time or I&#8217;ve been setting up for others. Even with international shipping, <a href='http://nsrd.info/blog/2009/08/04/aside-other-world-computing/' class='excerpt-more'>[...]</a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a company in the United States called <a title="Other World Computing" href="http://www.otherworldcomputing.com" onclick="return TrackClick('http%3A%2F%2Fwww.otherworldcomputing.com','Other+World+Computing')" target="_self">Other World Computing</a>, who mainly deal with selling products for Apple&#8217;s Macintosh computers.</p>
<p>For the last 3 years I&#8217;ve periodically ordered RAM from them for a variety of Macs that either I&#8217;ve owned at the time or I&#8217;ve been setting up for others. Even with international shipping, OWC have constantly managed to:</p>
<ol>
<li>Allow me to buy RAM significantly cheaper than I could get in Australia.</li>
<li>Shipped faster than most Australian companies I&#8217;ve dealt with manage to ship.</li>
</ol>
<p>Case in point: last Friday night, Australian time, I ordered 16GB of RAM from OWC. It arrived in Australia on Monday morning, and the only reason it was delayed arriving until today was because of some new FedEx system I&#8217;ve noticed where if they get it into their storehouse before the &#8220;Expected Delivery Date&#8221;, they don&#8217;t ship it out until they absolutely have to. (Hint, FedEx: this is an annoying defect in your otherwise exceptional capabilities.) The same money would have got me at most 8GB of RAM in Australia from an Australian supplier, <em>and</em> would have taken longer to arrive!</p>
<p>I don&#8217;t get any kick-back from OWC, I don&#8217;t have any referral deal or anything like that, so my recommendation comes purely from the second-to-none service I&#8217;ve had from them. If you need to buy products for Apple Macs, you should check them out.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this using...</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F&amp;submitHeadline=Aside+%26%238211%3B+Other+World+Computing&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F&amp;title=Aside+%26%238211%3B+Other+World+Computing" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F&amp;title=Aside+%26%238211%3B+Other+World+Computing" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F&amp;title=Aside+%26%238211%3B+Other+World+Computing" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F&amp;bm_description=Aside+%26%238211%3B+Other+World+Computing" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F&amp;T=Aside+%26%238211%3B+Other+World+Computing" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F&amp;title=Aside+%26%238211%3B+Other+World+Computing" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F&amp;title=Aside+%26%238211%3B+Other+World+Computing" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Aside+%26%238211%3B+Other+World+Computing+@+http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F08%2F04%2Faside-other-world-computing%2F&amp;t=Aside+%26%238211%3B+Other+World+Computing" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nsrd.info/blog/2009/08/04/aside-other-world-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aside – Who will mourn traditional news?</title>
		<link>http://nsrd.info/blog/2009/06/21/aside-%e2%80%93-who-will-mourn-traditional-news/</link>
		<comments>http://nsrd.info/blog/2009/06/21/aside-%e2%80%93-who-will-mourn-traditional-news/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 21:47:54 +0000</pubDate>
		<dc:creator>Preston de Guise</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://nsrd.wordpress.com/?p=484</guid>
		<description><![CDATA[I&#8217;ve practically given up on traditional news sources, much to my annoyance. You see, I used to be one of those people who really enjoyed watching the news, or listening to news radio, or reading newspapers*. The combination of the ongoing economic crisis, and more recently, swine flu, has reached the point where I&#8217;ve come <a href='http://nsrd.info/blog/2009/06/21/aside-%e2%80%93-who-will-mourn-traditional-news/' class='excerpt-more'>[...]</a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve practically given up on traditional news sources, much to my annoyance. You see, I used to be one of those people who really enjoyed watching the news, or listening to news radio, or reading newspapers*.</p>
<p>The combination of the ongoing economic crisis, and more recently, swine flu, has reached the point where I&#8217;ve come to the conclusion that traditional news sources <em>n</em><em>eed to die</em>, if their intent is to continue down the path they&#8217;ve been increasingly following. That is they&#8217;ve become so wracked by consumerism and revenue that coverage is rarely, if ever, measured and neutral.</p>
<p>With this, I&#8217;m not talking about obvious right-wing leanings of certain outlets such as &#8220;Fox News&#8221;, or the equally obvious left-wing leanings of other outlets such as &#8220;<a title="SMH" href="http://www.smh.com.au" onclick="return TrackClick('http%3A%2F%2Fwww.smh.com.au','SMH')" target="_self">The Sydney Morning Herald</a>&#8220;.</p>
<p>What I&#8217;m talking about is the need to sensationalise, to stir hysteria, and to create dissension, so as to fulfill one simple requirement: to sell more. It has become more and more obvious that articles are rarely written any longer to simply convey the facts**. The news is not full of news any more, but of opinion. To be blunt, if there isn&#8217;t a clear distinction between a <em>news</em> article and an <em>opinion</em> article, then there&#8217;s something very wrong going on. There&#8217;s also insufficient disclosure of bias – that is, where the personal belief systems of the &#8216;journalist&#8217; impacts the reporting.</p>
<p>Recently I&#8217;ve been reading more and more at <em><a title="Huffington Post" href="http://www.huffingtonpost.com" onclick="return TrackClick('http%3A%2F%2Fwww.huffingtonpost.com','Huffington+Post')" target="_blank">The Huffington Post</a></em>; this online news source does indeed clearly differentiate between opinion pieces and plain facts reporting. But it&#8217;s a rare breed, and certainly atypical of many of the conventional news sources.</p>
<p>Much has been said recently of the <em>need to save</em> traditional media – particularly newspapers. But I think amongst all this, too few people are asking the real question: <em>do they deserve to be saved?</em></p>
<p>&#8211;<br />
* Either online, or at least 12 hours after publication. I&#8217;m allergic to fresh newspaper ink.</p>
<p>** A cynic might ask &#8220;were they ever written thusly?&#8221;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this using...</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F&amp;submitHeadline=Aside+%E2%80%93+Who+will+mourn+traditional+news%3F&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F&amp;title=Aside+%E2%80%93+Who+will+mourn+traditional+news%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F&amp;title=Aside+%E2%80%93+Who+will+mourn+traditional+news%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F&amp;title=Aside+%E2%80%93+Who+will+mourn+traditional+news%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F&amp;bm_description=Aside+%E2%80%93+Who+will+mourn+traditional+news%3F" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F&amp;T=Aside+%E2%80%93+Who+will+mourn+traditional+news%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F&amp;title=Aside+%E2%80%93+Who+will+mourn+traditional+news%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F&amp;title=Aside+%E2%80%93+Who+will+mourn+traditional+news%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Aside+%E2%80%93+Who+will+mourn+traditional+news%3F+@+http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F06%2F21%2Faside-%25e2%2580%2593-who-will-mourn-traditional-news%2F&amp;t=Aside+%E2%80%93+Who+will+mourn+traditional+news%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nsrd.info/blog/2009/06/21/aside-%e2%80%93-who-will-mourn-traditional-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aside &#8211; How I stay organised</title>
		<link>http://nsrd.info/blog/2009/02/21/aside-how-i-stay-organised/</link>
		<comments>http://nsrd.info/blog/2009/02/21/aside-how-i-stay-organised/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 23:51:56 +0000</pubDate>
		<dc:creator>Preston de Guise</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[Trivia]]></category>
		<category><![CDATA[Organisation]]></category>

		<guid isPermaLink="false">http://nsrd.wordpress.com/?p=144</guid>
		<description><![CDATA[(Or, information is like water – you can drink from it, you can swim in it, or you can drown in it. What do you want to do?) IT people work in what I&#8217;d refer to as information rich domains. That is, there&#8217;s a huge amount of information out there that can be of use, <a href='http://nsrd.info/blog/2009/02/21/aside-how-i-stay-organised/' class='excerpt-more'>[...]</a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><em>(Or, information is like water – you can drink from it, you can swim in it, or you can drown in it. What do you want to do?)</em></p>
<p>IT people work in what I&#8217;d refer to as <em>information rich</em> domains. That is, there&#8217;s a <em>huge</em> amount of information out there that can be of use, and so the struggle is not necessarily a lack of information, but a challenge in <em>finding</em> the information you want.</p>
<p>(This, for what it&#8217;s worth, is why I think that certification exams as a whole are at best poorly representative of skills. Certifications for the most part seem to be about rote recall, which doesn&#8217;t reflect real life situations. That is, in real life when faced with a challenging technical problem, I don&#8217;t think many people lock themselves in a room devoid of any contact with anyone or anything else and attempts to solve the problem based on memory.)</p>
<p>Real life problem resolution is about not only having access to a plethora of information, but also being able to find the key bits of information. Yes, you need a certain base amount of knowledge in the area to get started, but after that the solution will come from your overall ability to problem solve, and your skill or capability to retrieve the right information.</p>
<p>There&#8217;s a few things I do that I think helps me to access information I need quickly. I&#8217;m not saying this suits everyone, but it works for me, so people of a similar ilk may find it useful.</p>
<p>First, when it comes to file storage, I&#8217;m incredibly anal retentive. (That means for instance, that it literally gives me the shudders if I look at someone&#8217;s desktop (Windows, Linux or Mac) and it&#8217;s full of files. To me that&#8217;s just like having a desk covered in papers and files 3 inches deep on every surface*.)</p>
<p>So I have lots of folders &#8211; lots, and lots, and lots of folders, nested, structured named in such a way that I can quickly access stored data. Yes, it may take a few clicks to navigate through folders, but I found this easier to do than searching through a few folders with hundreds or even thousands of files.</p>
<p>Being on a Mac, I make heavy use of <a title="Spotlight/Finder" href="http://www.apple.com/macosx/features/finder.html" onclick="return TrackClick('http%3A%2F%2Fwww.apple.com%2Fmacosx%2Ffeatures%2Ffinder.html','Spotlight%2FFinder')" target="_blank">Spotlight</a>, the integrated search tool. To be quite frank, in Mac OS X 10.4 this feature sucked, performance-wise, and I regretted every time I tried to use it. In 10.5/Leopard however, it screams, and is fast enough that I even use it as an application launcher when I&#8217;m in a hurry.</p>
<p>Next, and what has helped me most in the last two years is a product called <a title="Yojimbo" href="http://www.barebones.com/products/yojimbo/" onclick="return TrackClick('http%3A%2F%2Fwww.barebones.com%2Fproducts%2Fyojimbo%2F','Yojimbo')" target="_blank">Yojimbo</a>, from Bare Bones Software. This makes use of the <a title="SQLite" href="http://www.apple.com/macosx/techspecs/" onclick="return TrackClick('http%3A%2F%2Fwww.apple.com%2Fmacosx%2Ftechspecs%2F','SQLite')" target="_blank">SQLite</a> component of Mac OS X to do information storage with full text search. I simply drop PDFs, text files, web locations, HTML pages, etc., into Yojimbo, (and also when I have the time add a few tags for additional identification).</p>
<p>The beauty of Yojimbo is that I don&#8217;t have to actually go to it in order to search it. One of its features is full Spotlight integration, so thus at any point that I&#8217;m looking for information I can just hit CMD+Space, type in the query in Spotlight, and get search results for both files still on disk, and content in Yojimbo&#8217;s database. Currently my Yojimbo database is about 1.5GB and continuing to grow as I bring more documentation into it**. (In fact, I don&#8217;t store documentation on my filesystem any more &#8211; unless I&#8217;m being lazy, I put everything into Yojimbo as I get it now.) If I need to send a document I find to a customer or colleague, I can export it and drop it in an email in a matter of seconds.</p>
<p>The final bit of organisation I do is archiving. I don&#8217;t like deleting information – in the past I&#8217;ve suffered the consequences of deleting something that I later found was no longer available. (E.g., needing to access a software compatibility guide from say, 1999 due to ancient versions of software in use.) At the same time though, I don&#8217;t want searches for current issues and problems to be cluttered with matching keywords from documents that are so old that all they&#8217;ll do is hinder, not help me. So I keep out of reach of my day to day searches older, <em>historical</em> information. Usually that&#8217;s stored on a separate fileserver – it&#8217;s there, it&#8217;s protected, it&#8217;s available if I want to access it, but it&#8217;s not getting in the way of <em>what I need to do today</em>.</p>
<p>So there&#8217;s a rough overview of how I stay organised. I know it won&#8217;t help everyone, but if you&#8217;re drowning in information, it may just be the start of a lifeline.</p>
<p>&#8211;<br />
* I had a boss once who called such disorganisation a &#8220;discussion feature&#8221; for when he had customers in his office. You can imagine what I thought of that.</p>
<p>** Of course, it gets backed up! (I had to learn some AppleScript in order to properly quit Yojimbo at a strategically appropriate time of the day, copy the files for subsequent backup, and then restart it.)</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this using...</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F&amp;submitHeadline=Aside+%26%238211%3B+How+I+stay+organised&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F&amp;title=Aside+%26%238211%3B+How+I+stay+organised" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F&amp;title=Aside+%26%238211%3B+How+I+stay+organised" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F&amp;title=Aside+%26%238211%3B+How+I+stay+organised" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F&amp;bm_description=Aside+%26%238211%3B+How+I+stay+organised" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F&amp;T=Aside+%26%238211%3B+How+I+stay+organised" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F&amp;title=Aside+%26%238211%3B+How+I+stay+organised" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F&amp;title=Aside+%26%238211%3B+How+I+stay+organised" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Aside+%26%238211%3B+How+I+stay+organised+@+http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fnsrd.info%2Fblog%2F2009%2F02%2F21%2Faside-how-i-stay-organised%2F&amp;t=Aside+%26%238211%3B+How+I+stay+organised" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://nsrd.info/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nsrd.info/blog/2009/02/21/aside-how-i-stay-organised/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic

Served from: nsrd.info @ 2012-05-24 15:16:05 -->
