<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Harrowing Tales of Uncommon Diction</title>
	<atom:link href="http://sixty8.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixty8.wordpress.com</link>
	<description>You'd tell your mom if you could find her number...</description>
	<lastBuildDate>Fri, 22 Jan 2010 03:20:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sixty8.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Harrowing Tales of Uncommon Diction</title>
		<link>http://sixty8.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sixty8.wordpress.com/osd.xml" title="Harrowing Tales of Uncommon Diction" />
	<atom:link rel='hub' href='http://sixty8.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Recycling Mom&#8217;s old lappy</title>
		<link>http://sixty8.wordpress.com/2010/01/21/recycling-moms-old-lappy/</link>
		<comments>http://sixty8.wordpress.com/2010/01/21/recycling-moms-old-lappy/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 03:20:30 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/?p=122</guid>
		<description><![CDATA[For the longest time I&#8217;ve been using a craptastic stock Linksys wifi router to handle all my incoming traffic from the interwebs at home, a role which it performs adequately at best.  However, I&#8217;ve also got another hacked Linksys acting as a wireless bridge to a LAN segment on the other side of the house, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=122&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the longest time I&#8217;ve been using a craptastic stock Linksys wifi router to handle all my incoming traffic from the interwebs at home, a role which it performs adequately at best.  However, I&#8217;ve also got another hacked Linksys acting as a wireless bridge to a LAN segment on the other side of the house, which means that WPA or wireless security is out the window.  I also had no real firewall between my network and the internet, which can be a dangerous game when I&#8217;ve got some open r/w shares on the network.  Thus, my home network pretty much resembled a block of swiss cheese, where outsiders with any skills could get in, and neighbors in the apartment complex behind me could pilfer my wifi for internet access.  However, my mom had this ancient Dell Inspiron laptop that was sitting in her closet, collecting dust. Ancient, of course, is a relative term, since it&#8217;s actually got 512MB RAM and a 2GHz processor under the hood.  Nevertheless, it lacks integrated wifi and is about the same size as a medical textbook. A large medical textbook.  Tired of my porous network, and always ready to inherit old hardware from random family members, I decided that the best solution to my problems would be to build myself a little system which could handle firewall, DHCP, DNS, printing, and web serving duties.</p>
<p>The laptop has an integrated NIC, but in order to do firewall duties effectively, I knew it was a good idea to have another card installed.  A quick trip to Fry&#8217;s and I found myself a gigabit PC card to plug in for about $20.  Having used <a href="http://www.openbsd.org/" target="_blank">OpenBSD</a> at an earlier job, I figured that would be the route to go as far as an OS was concerned, but unfortunately, a fair slice of hardware was undetected on installation.  While I could probably have rooted out the problems and installed all the right stuff, I&#8217;m lazy, so I just opted to try <a href="http://www.freebsd.org/" target="_blank">FreeBSD</a> for the first time, knowing that it offered OpenBSD&#8217;s pf firewall, which is what I was really after in the first place.  After installing the OS from a memory stick, I was pleased to find that all my hardware was detected, so off I went.</p>
<p>Step 1: Installing FreeBSD</p>
<p>So installing FreeBSD over the network sounds a lot harder than it actually is.  While I could have burned it to CD and installed that way, I opted for a memstick installation, since I had one sitting right in front of me, and I&#8217;m lazy. The documentation packages are provided but no other packages, which is fine, since I was planning on doing a network installation.  After <a href="http://www.freebsd.org/releases/8.0R/announce.html" target="_blank">downloading the 8.0 image</a>, I followed the instructions verbatim and used dd to image the memstick:</p>
<p># dd if=8.0-RELEASE-i386-memstick.img of=/dev/sdg bs=10240 conv=sync</p>
<p>If you&#8217;ve never used dd, I&#8217;d strongly recommend reading the man pages, and triple checking that the of= field is your destination device. Otherwise you could nuke something you really didn&#8217;t want to.  After imaging the memstick, I unplugged it, jacked it into my laptop, fired it up, chose the USB device as the boot device, and viola! Installation prompts!</p>
<p>If you&#8217;ve ever installed anything other than Windows, the installation prompts should make a fair amount of sense.  The first important question had to do with HDD partitioning, but since I had no idea how a BSD system would sort its apps, I simply let the installer choose. Given that my intent was to use this as a server-class device, there was really no reason to install x11 or xorg stuff at the beginning, since a GUI is useless if it&#8217;s going to sit in a corner with the lid closed all the time. I installed essentially everything else, except the source code, since I didn&#8217;t think I&#8217;d be needing it.  I was wrong, but nevertheless, I learned later how to go grab sources when I needed them.  Network transfers went smoothly, and in no time I was up and running with FreeBSD.  Woohoo!  Now, how do I make this do all the stuff I want??</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=122&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2010/01/21/recycling-moms-old-lappy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
		<item>
		<title>Back around again</title>
		<link>http://sixty8.wordpress.com/2010/01/12/back-around-again/</link>
		<comments>http://sixty8.wordpress.com/2010/01/12/back-around-again/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 16:53:29 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/2010/01/12/back-around-again/</guid>
		<description><![CDATA[So my musical tastes have been wandering again &#8211; I was in a serious downtempo groove for a while, fixating on Bonobo and Kings of Convenience for about 2 months, plus a little quantic to spice things up from time to time. For whatever reason, I&#8217;ve kicked back into House &#38; Afrobeat something fierce. If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=120&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So my musical tastes have been wandering again &#8211; I was in a serious downtempo groove for a while, fixating on Bonobo and Kings of Convenience for about 2 months, plus a little quantic to spice things up from time to time.  For whatever reason, I&#8217;ve kicked back into House &amp; Afrobeat something fierce.  If Fela Kuti had shorter songs, he&#8217;d be higher on my Last.fm profile!  Still, I&#8217;ve been rocking out to some Tony Allen projects, King Sunny Ade, Daft Punk, Nick Warren, and a couple of other Global Underground albums I picked up.  Good times in the sonic landscape!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=120&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2010/01/12/back-around-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
		<item>
		<title>That&#8217;s okay&#8230;</title>
		<link>http://sixty8.wordpress.com/2010/01/09/thats-okay/</link>
		<comments>http://sixty8.wordpress.com/2010/01/09/thats-okay/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 16:32:09 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/2010/01/09/thats-okay/</guid>
		<description><![CDATA[I&#8217;ll just go with your sister instead! Hello, FreeBSD!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=117&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll just go with your sister instead!  Hello, FreeBSD!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=117&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2010/01/09/thats-okay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
		<item>
		<title>BSD</title>
		<link>http://sixty8.wordpress.com/2010/01/08/bsd/</link>
		<comments>http://sixty8.wordpress.com/2010/01/08/bsd/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 14:59:47 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/2010/01/08/bsd/</guid>
		<description><![CDATA[Damn you OpenBSD, why won&#8217;t you recognize my hardware! #$%#!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=116&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Damn you OpenBSD, why won&#8217;t you recognize my hardware! #$%#!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=116&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2010/01/08/bsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
		<item>
		<title>Interestingness</title>
		<link>http://sixty8.wordpress.com/2010/01/04/interestingness/</link>
		<comments>http://sixty8.wordpress.com/2010/01/04/interestingness/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:50:08 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/2010/01/04/interestingness/</guid>
		<description><![CDATA[So I called US Airways early last week to redeem an about-to-expire free ticket I&#8217;d earned by giving up my seat over Xmas in 2008. I booked a flight to Denver to go skiing with my brother and gave the woman on the phone all my information. Upon completion, she said she&#8217;d email me my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=115&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I called US Airways early last week to redeem an about-to-expire free ticket I&#8217;d earned by giving up my seat over Xmas in 2008.  I booked a flight to Denver to go skiing with my brother and gave the woman on the phone all my information.  Upon completion, she said she&#8217;d email me my confirmation.  Well, I never got the email, so I decided to look up the flight online.  Lo and behold, they misspelled my last name.  Normally, in the pre-9/11 world, this would not have been a big deal, since you never had to show ID at the security screening points, but now, even a single letter aberration will at the least get me a full cavity search, if they even let me past security.  So I called up US Airways to get the ticket changed, and was informed by the nice lady on the other end that the airlines are not able to change tickets.  Evidently, the TSA has taken over that function, and any issued tickets are essentially fixed in stone.  In fact, the TSA controls a good portion of the back office ticketing systems.  And I thought republicans wanted <i>smaller</i> government and less intrusion!  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=115&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2010/01/04/interestingness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
		<item>
		<title>Back again</title>
		<link>http://sixty8.wordpress.com/2009/12/16/back-again/</link>
		<comments>http://sixty8.wordpress.com/2009/12/16/back-again/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 16:18:20 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/2009/12/16/back-again/</guid>
		<description><![CDATA[So I came back to blogging, which I seem to have a on/off relationship with. I do it for a while, then stop for a few months, then come back around to the idea. Since my last post was in March, it&#8217;s been 9 months since my last confession. In that time I&#8217;ve managed to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=113&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I came back to blogging, which I seem to have a on/off relationship with.  I do it for a while, then stop for a few months, then come back around to the idea.  Since my last post was in March, it&#8217;s been 9 months since my last confession. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   In that time I&#8217;ve managed to retain the same girlfriend, buy a house, get promoted, and see Mexico City. Not too bad of a year.  I&#8217;ve also ran all around my musical palate, moving from NIN to Bonobo to psytrance to Bluegrass to Kings of Convenience currently.  I&#8217;ve been a last.fm nutter, logging all my listens on there, and it&#8217;s been interesting to see how it&#8217;s tracked over time.  </p>
<p>Anyways, i&#8217;m back for a few months on this blogging thing. I&#8217;ll have a flurry of posts up over the holidays, i&#8217;m sure, and then I&#8217;ll get all busy with life again and forget about it for a while. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=113&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2009/12/16/back-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
		<item>
		<title>Adventures in homebuying.</title>
		<link>http://sixty8.wordpress.com/2009/03/25/adventures-in-homebuying/</link>
		<comments>http://sixty8.wordpress.com/2009/03/25/adventures-in-homebuying/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 22:04:49 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/2009/03/25/adventures-in-homebuying/</guid>
		<description><![CDATA[So I put an offer in on a home, but I&#8217;m concerned that the relative inexperience of my realtor will hamper my ability to complete the purchase. He&#8217;s new at this, but is backed by his Brother&#8217;s brokerage. However, I think their involvement is fairly limited, and his lack of knowledge is troublesome now that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=112&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I put an offer in on a home, but I&#8217;m concerned that the relative inexperience of my realtor will hamper my ability to complete the purchase. He&#8217;s new at this, but is backed by his Brother&#8217;s brokerage. However, I think their involvement is fairly limited, and his lack of knowledge is troublesome now that I&#8217;m nearing the jumping off point. In addition, his general demeanor and apparent lack of confidence in himself is also worrying. He says he&#8217;s confident, but his actions aren&#8217;t reflective of this. I&#8217;m having lunch with both him and his brother later this week &#8211; hopefully I can convince his brother to take a little extra time in overseeing his actions in regards to this purchase in the coming days.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=112&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2009/03/25/adventures-in-homebuying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
		<item>
		<title>Ummmm&#8230;..</title>
		<link>http://sixty8.wordpress.com/2009/03/17/ummmm/</link>
		<comments>http://sixty8.wordpress.com/2009/03/17/ummmm/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 05:16:40 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/2009/03/17/ummmm/</guid>
		<description><![CDATA[I think I&#8217;m in love, and it&#8217;s really awesome!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=111&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I think I&#8217;m in love, and it&#8217;s really awesome!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=111&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2009/03/17/ummmm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
		<item>
		<title>Tabloids</title>
		<link>http://sixty8.wordpress.com/2009/02/12/tabloids/</link>
		<comments>http://sixty8.wordpress.com/2009/02/12/tabloids/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 04:24:15 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/2009/02/12/tabloids/</guid>
		<description><![CDATA[So, since the world is facing a serious population issue, both in energy and food consumption, I vote that every employee of People, TMZ, Entertainment Weekly, US, The Smoking Gun, and all other tabloids be shot in the face and buried in a vegetable garden sans coffin, so their decomposing bodies can actually provide more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=110&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, since the world is facing a serious population issue, both in energy and food consumption, I vote that every employee of People, TMZ, Entertainment Weekly, US, The Smoking Gun, and all other tabloids be shot in the face and buried in a vegetable garden sans coffin, so their decomposing bodies can actually provide more value to the earth than did their more ambulatory years.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=110&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2009/02/12/tabloids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
		<item>
		<title>EVE Troubles</title>
		<link>http://sixty8.wordpress.com/2009/02/08/eve-troubles/</link>
		<comments>http://sixty8.wordpress.com/2009/02/08/eve-troubles/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 04:20:04 +0000</pubDate>
		<dc:creator>jamieson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sixty8.wordpress.com/2009/02/08/eve-troubles/</guid>
		<description><![CDATA[So it seems that official support for EVE on Linux is ending by next month. Personally, I think that the small corps of EVE players on Linux probably have enough combined skills to support EVE on our own. We just need to work something out. All those interested in doing so, please post!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=109&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So it seems that official support for EVE on Linux is ending by next month.  Personally, I think that the small corps of EVE players on Linux probably have enough combined skills to support EVE on our own.  We just need to work something out.  All those interested in doing so, please post!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sixty8.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sixty8.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sixty8.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sixty8.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sixty8.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sixty8.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sixty8.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sixty8.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sixty8.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sixty8.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sixty8.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sixty8.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sixty8.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sixty8.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sixty8.wordpress.com&amp;blog=5321357&amp;post=109&amp;subd=sixty8&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sixty8.wordpress.com/2009/02/08/eve-troubles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a7bf9cb35cb4eec242e1efaa9f4340d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamieson</media:title>
		</media:content>
	</item>
	</channel>
</rss>
