<?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>sixy.com</title>
	<atom:link href="http://sixy.com/feed" rel="self" type="application/rss+xml" />
	<link>http://sixy.com</link>
	<description>Trying something new...</description>
	<lastBuildDate>Sun, 18 Jul 2010 06:11:13 +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>Building a File Server (Part 2)</title>
		<link>http://sixy.com/2010/105</link>
		<comments>http://sixy.com/2010/105#comments</comments>
		<pubDate>Sun, 18 Jul 2010 06:04:47 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[FreeNAS]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=105</guid>
		<description><![CDATA[The install of FreeNAS is pretty easy, but it&#8217;s command-line driven. You basically configure the network card, and then tell it to install either embedded or full. There&#8217;s not a whole lot to it.
On my first build, I decided to use a 256MB CompactFlash card as a hard drive and use the FreeNAS embedded install. [...]]]></description>
			<content:encoded><![CDATA[<p>The install of FreeNAS is pretty easy, but it&#8217;s command-line driven. You basically configure the network card, and then tell it to install either embedded or full. There&#8217;s not a whole lot to it.</p>
<p>On my first build, I decided to use a 256MB CompactFlash card as a hard drive and use the FreeNAS embedded install. Basically, that means that you have an image of the OS and a configuration stored on the card. It boots up from the card and then runs completely from RAM. There aren&#8217;t the constant rewrites to the card (like a hard drive) which will wear them out. However, what this also means is that you really can&#8217;t install anything else other than the base operating system, which meant this wasn&#8217;t going to work for me.</p>
<p>I found an old 60GB hard drive in one of my storage bins and reinstalled FreeNAS on it using a &#8220;full&#8221; install this time. I set up my drives as a RAID 5 which basically means that all of the drives are combined as one large drive. They need to be the same capacity, and you add their total storage up, and then subtract it by one of the drives. The space for that drive is used for redundancy in case one of them fails, so you won&#8217;t lose all of your data.</p>
<p>As I was copying data over to the &#8220;monster&#8221; I noticed that the FreeNAS server was rebooting randomly during periods of high disk usage. When the data finished copying, I began validating file integrity (checksum, cfv is a wonderful tool!) and realized that not only had I spent 2 days copying everything to the server, but many of the files were actually corrupt.</p>
<p>I immediately started reading and found some people reporting compatibility issues with the SATA card I&#8217;d purchased and FreeNAS. I had resigned to having to purchase a new card, when I ran across <a href="http://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=79&amp;t=2799&amp;p=13328&amp;hilit=+erase+mbr#p13328" target="_blank">another forum post</a> with a workaround. The trick is to format each disk using the controller bios utility and then soft format it using FreeNAS without erasing the MBR. Luckily with the troubles I was having, I hadn&#8217;t deleted anything from my original drives yet.</p>
<p>In all of my reading, I had also discovered that FreeNAS has native support for a file system called ZFS and can build its equivalent to a RAID5 which is known as a RAIDZ. A RAIDZ is basically the same as a RAID5 for me except one major difference: filesystem snapshots. ZFS snapshots allow to you take a picture in time of how your filesystem looks today, and roll it back if necessary or just retrieve certain files you&#8217;ve lost.</p>
<p>Are you wondering how this is any better than a Recycle/Trash bin? Well, imagine you&#8217;ve been working on an important document all week, and you were putting the finishing touches on it tonight. You don&#8217;t realize it, but somehow you accidentally delete pages 10-13, but 1-9 are fine as are 14-23. When you saved over your file, your original document is now gone normally, right? It wouldn&#8217;t be in the Recycle Bin because it wasn&#8217;t deleted. However, if you were taking snapshots, you can go back to last night&#8217;s snapshot, grab the saved file from yesterday and open it back up.  It&#8217;s really cool in a really nerdy kind of way.</p>
<p>Sorry, back to the server&#8230;</p>
<p>I had to reformat the drives and recopy the data over anyway, so I went ahead and switched it to a RAIDZ. I&#8217;ve set up cron tasks to take hourly, daily, and weekly automatic snapshots with help from <a href="http://harryd71.blogspot.com/2008/08/freenas-07-and-zfs-snapshots.html" target="_blank">this tutorial</a>.</p>
<p>Some utilities I&#8217;ve found to be very useful to have on the server are <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/archivers/unrar/" target="_blank">unrar</a>, <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/cfv/" target="_blank">cfv</a>, and of course, <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/astro/boinc-setiathome-enhanced/" target="_blank">SETI@Home</a>.</p>
<p>On a side note, I&#8217;ve had one of those hard drives go bad already. Thankfully, FreeNAS has SMART monitoring and sends an email when a drive tests bad. I&#8217;d had it 33 days, so I couldn&#8217;t return it to <a href="http://newegg.com" target="_blank">Newegg</a>. I had to send it back to Seagate, which I must say, their RMA process is pretty crappy compared to Western Digital. Seagate charges $20 for what WD offers for free. I&#8217;ll be purchasing Western Digital in the future simply because of this.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2010/105/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a File Server (Part 1)</title>
		<link>http://sixy.com/2010/87</link>
		<comments>http://sixy.com/2010/87#comments</comments>
		<pubDate>Sat, 17 Jul 2010 19:37:25 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[FreeNAS]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=87</guid>
		<description><![CDATA[Anyone that knows me knows that I&#8217;m a pack-rat. However, I&#8217;m a pack-rat in the sense that I download everything I see on the internet and store it on my hard drive. I do it a little in life also, but I try to keep it contained mostly to virtual stuff. This keeps me from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sixy.com/wp-content/uploads/2010/07/wilbur.png"><img class="alignright size-medium wp-image-98" title="wilbur" src="http://sixy.com/wp-content/uploads/2010/07/wilbur-300x234.png" alt="" width="300" height="234" /></a>Anyone that knows me knows that I&#8217;m a pack-rat. However, I&#8217;m a pack-rat in the sense that I download everything I see on the internet and store it on my hard drive. I do it a little in life also, but I try to keep it contained mostly to virtual stuff. This keeps me from driving Jenny too crazy.</p>
<p>In October 2009, I purchased a 1.5TB hard drive. I realized recently that it was pretty much full, and I was having to move things over to a 500GB drive. I figured that it&#8217;s time to upgrade again, so I began looking into a standalone Network Attached Storage device.</p>
<p>Now, I mentioned that I do hoard some in real life, and one of those things is old PCs. In my closet, I had an old AMD Athlon XP 1900+ Processor and <a href="http://www.asrock.com/mb/overview.asp?Model=K7VM3" target="_blank">Asrock K7VM3</a> motherboard. It had 512MB of RAM still in it. I&#8217;m always looking for ways to reuse these old systems for various things, so I figured I could serve files from it. It had onboard video and lan, so all I really needed was to figure out what OS I wanted and a SATA card.</p>
<p>I did some searching on the internet and found two choices that really stood out, <a href="http://www.freenas.org" target="_blank">FreeNAS</a> and <a href="http://www.openfiler.com/" target="_blank">Openfiler</a>. To be short about it, I basically chose FreeNAS because I had never used FreeBSD before, and I wanted an excuse to learn a new OS.</p>
<p>I ordered my parts from <a href="http://www.newegg.com" target="_blank">Newegg</a> as I usually do. My friend Brian gave me an old Thermaltake full tower case he had, so I ordered a <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817371033" target="_blank">380W green power supply</a>, <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16816132013" target="_blank">SATA controller</a>, and 4 <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822148413" target="_blank">2TB green hard drives</a>. I went with the green drives and PSU because I wasn&#8217;t so concerned with performance as I was storage space. This way they will run slower and (hopefully) save power.</p>
<p>Part 2 coming soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2010/87/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carwin vs Lesnar &#8211; UFC 116</title>
		<link>http://sixy.com/2010/90</link>
		<comments>http://sixy.com/2010/90#comments</comments>
		<pubDate>Fri, 02 Jul 2010 19:41:18 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[MMA]]></category>
		<category><![CDATA[UFC]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=90</guid>
		<description><![CDATA[UFC 116 is tomorrow night! I&#8217;d make a prediction, but after Fedor lost to Werdum, anything can happen&#8230;. There&#8217;s no predicting this sport. 
Preview:

]]></description>
			<content:encoded><![CDATA[<p>UFC 116 is tomorrow night! I&#8217;d make a prediction, but after Fedor lost to Werdum, anything can happen&#8230;. There&#8217;s no predicting this sport. </p>
<p>Preview:<br />
<object style="background-image:url(http://i1.ytimg.com/vi/T9RlEtoX5Ys/hqdefault.jpg)" width="480" height="295"><param name="movie" value="http://www.youtube.com/v/T9RlEtoX5Ys&amp;hl=en_US&amp;fs=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/T9RlEtoX5Ys&amp;hl=en_US&amp;fs=1" width="480" height="295" allowscriptaccess="never" allowfullscreen="true" wmode="transparent" type="application/x-shockwave-flash"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2010/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube Downloader</title>
		<link>http://sixy.com/2010/82</link>
		<comments>http://sixy.com/2010/82#comments</comments>
		<pubDate>Sat, 12 Jun 2010 02:35:20 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=82</guid>
		<description><![CDATA[I got home from work a couple of days ago and saw the new Mortal Kombat Rebirth mentioned in an article on Google News. After watching in awe at a video game movie that shows some promise, I began searching for a way to download and keep this video on my PC. I run Ubuntu, [...]]]></description>
			<content:encoded><![CDATA[<p>I got home from work a couple of days ago and saw the new <a href="http://www.youtube.com/watch?v=9_MqZn7E-mk" target="_blank">Mortal Kombat Rebirth</a> mentioned in an article on Google News. After watching in awe at a video game movie that shows some promise, I began searching for a way to download and keep this video on my PC. I run <a href="http://ubuntu.com" target="_blank">Ubuntu</a>, so I figured it would be a little more difficult to find something than if I ran Windows. </p>
<p>To my surprise, there is a nice command-line Python utility called <a href="http://bitbucket.org/rg3/youtube-dl/wiki/Home" target="_blank">youtube-dl</a>. Since it&#8217;s Python, it will run on any platform: Windows, Mac, or Linux. There&#8217;s a guide on how to install, and various features&#8230; just run <strong><em>youtube-dl -h</em></strong> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2010/82/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UFC 114 Weigh Ins</title>
		<link>http://sixy.com/2010/78</link>
		<comments>http://sixy.com/2010/78#comments</comments>
		<pubDate>Sat, 29 May 2010 22:44:47 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[MMA]]></category>
		<category><![CDATA[UFC]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=78</guid>
		<description><![CDATA[Dunno about you guys, but I&#8217;m pumped for this fight tonight! 
Here&#8217;s the Rampage vs Rashad Weigh-In video:

]]></description>
			<content:encoded><![CDATA[<p>Dunno about you guys, but I&#8217;m pumped for this fight tonight! </p>
<p>Here&#8217;s the Rampage vs Rashad Weigh-In video:</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/5-lfniUpw30&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5-lfniUpw30&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2010/78/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An update!!</title>
		<link>http://sixy.com/2010/71</link>
		<comments>http://sixy.com/2010/71#comments</comments>
		<pubDate>Mon, 19 Apr 2010 02:23:11 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[beetle]]></category>
		<category><![CDATA[bmw]]></category>
		<category><![CDATA[truck]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=71</guid>
		<description><![CDATA[It&#8217;s hard to believe it&#8217;s been 2 months since my last update. I&#8217;m not very good at keeping up with this stuff&#8230;
So&#8230; they totaled the bug, so I bought it back. I&#8217;m thinking that was probably a mistake. Just looking at it I feel overwhelmed and depressed. 
I bought a 1989 BMW 325i Convertible as [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s hard to believe it&#8217;s been 2 months since my last update. I&#8217;m not very good at keeping up with this stuff&#8230;</p>
<p>So&#8230; they totaled the bug, so I bought it back. I&#8217;m thinking that was probably a mistake. Just looking at it I feel overwhelmed and depressed. </p>
<p>I bought a 1989 BMW 325i Convertible as my daily driver. It&#8217;s in pretty good shape. I&#8217;ve fixed a few little things on it so far and it&#8217;s performing its task well. The weather for the past couple of weeks has been perfect for driving with the top down.</p>
<p>I&#8217;m also working on fixing up the truck. Ken and I redid the ignition system this weekend. He showed me how to take apart the distributor and we put in the <a href="http://www.accel-ignition.com/ProductsListByMinID.aspx?BrandID=3&#038;majID=580&#038;minID=5803&#038;selection=6&#038;minselection=2">points elimination kit</a>. We also installed a new <a href="http://www.accel-ignition.com/ProductDetails.aspx?modelNumber=8145C&#038;productID=6661&#038;majID=505&#038;minID=5057&#038;selection=&#038;minselection=-1">ignition coil</a>, and he showed me how to correct the engine timing. Today I replaced the distributor cap, plugs, and wires, and washed and waxed it. From what I could tell, the ignition coil was ancient, and the timing was a little off. Once we adjusted that, the engine sounded a whole lot better and the little bit I did drive it around the neighborhood seemed to have more power than before. I will drive it more tomorrow after work and see how it does. I&#8217;m crossing my fingers&#8230;!</p>
<p>Anyway, back to work in the morning&#8230; no more fun for me. <img src='http://sixy.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2010/71/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excitement abound&#8230;.</title>
		<link>http://sixy.com/2010/67</link>
		<comments>http://sixy.com/2010/67#comments</comments>
		<pubDate>Sat, 23 Jan 2010 22:03:34 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[beetle]]></category>
		<category><![CDATA[Pictures]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=67</guid>
		<description><![CDATA[My grandmother passed away on Thursday, the 14th, which coincidentally is James&#8217; birthday. My brother met me here Friday and he drove up to WV for the funeral on Saturday. Saturday was also Jenny&#8217;s birthday and James&#8217; official last day of work (retirement). 
Jenny couldn&#8217;t come with us to WV since she had to work. [...]]]></description>
			<content:encoded><![CDATA[<p>My grandmother passed away on Thursday, the 14th, which coincidentally is James&#8217; birthday. My brother met me here Friday and he drove up to WV for the funeral on Saturday. Saturday was also Jenny&#8217;s birthday and James&#8217; official last day of work (retirement). </p>
<p>Jenny couldn&#8217;t come with us to WV since she had to work. I called her on Saturday morning on her way to work to wish her a happy birthday, and during the conversation she told me she thought the heater was broken. Immediately I could feel my stomach knotting up&#8230; thinking I was going to have a huge repair cost. Then she explained that it was the heater in the car, and that it was the knob to adjust the strength (1,2,3,4,etc.) of the fan. I told her not to worry about it, and that I&#8217;d look at it when I got home. It&#8217;s a 10 year old car. It&#8217;s not the first switch to break, and I wasn&#8217;t that worried about it. We hung up and I started getting ready to leave the house.</p>
<p>Jenny calls me back approximately 10 minutes later, &#8220;There&#8217;s smoke pouring out the dashboard.&#8221; I told her to get out of the car and dial 911. She called me back 10 minutes after that, &#8220;I can see flames now.&#8221; The fire department was on their way, and got there shortly after that. They extinguished the fire.</p>
<p>Since I was in WV, she went ahead and contacted GEICO who sent a tow truck out. They towed it to the house, and Jennifer (our neighbor) came and picked up Jenny. GEICO initially told Jenny that since it was on fire, they were probably going to total it. They did get her a rental car which she was able to pick up on Monday morning. On that paperwork also, they said the car was totaled. Jenny went ahead and emptied out the car, took the license plates off and everything before I got home. They told her that if I wanted to keep the supercharger, I could, I just needed to put the stock parts back on. </p>
<p>I then began weighing my options&#8230; do I want to buy the car back and take on the project of fixing it? What kind of fire damage, water damage, etc. might be back there? I don&#8217;t know what they were going to offer me for the car, but I honestly didn&#8217;t want it. I&#8217;d rather have my car fixed. <img src='http://sixy.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  </p>
<p>Anyway, I talked to the adjuster on Friday, and explained the damage. He drove out to the house to inspect the car, and agreed with me that it probably wasn&#8217;t totaled. However, without being able to remove the dash and inspect the damage, it was impossible to tell. They went ahead and towed it to a repair shop last night to inspect it further. </p>
<p>I&#8217;m crossing my fingers&#8230;. </p>
<a name=spwa></a><p><strong>Fire Damage</strong> (9 photos)<br>23 January 2010, Clover, SC<br>Bug Fire Damage</p><p>Albumul poate fi vazut doar online.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2010/67/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ahhh, a milestone</title>
		<link>http://sixy.com/2010/63</link>
		<comments>http://sixy.com/2010/63#comments</comments>
		<pubDate>Tue, 05 Jan 2010 05:54:14 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=63</guid>
		<description><![CDATA[Well, I finally hit 30&#8230; yesterday, now, I guess. How depressing is that&#8230; 
I remember in high school hoping I wouldn&#8217;t wake up the next morning, and all of the times I thought about suicide. I honestly didn&#8217;t think I&#8217;d make it to 25. I told quite a few people that. And I really don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I finally hit 30&#8230; yesterday, now, I guess. How depressing is that&#8230; </p>
<p>I remember in high school hoping I wouldn&#8217;t wake up the next morning, and all of the times I thought about suicide. I honestly didn&#8217;t think I&#8217;d make it to 25. I told quite a few people that. And I really don&#8217;t know why&#8230;  it&#8217;s just difficult to cope with things, I guess. I get overwhelmed too easily, lose control, break down, close up, disappear. </p>
<p>It sucked to come back to work from vacation. It sucked working on my birthday, and it sucked turning 30. </p>
<p>Anyway, I have to wake up early. Happy 30th Birthday to me&#8230;. <img src='http://sixy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2010/63/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vacation, Holidays, Dog Bites</title>
		<link>http://sixy.com/2009/39</link>
		<comments>http://sixy.com/2009/39#comments</comments>
		<pubDate>Sat, 26 Dec 2009 19:00:58 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[beetle]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[truck]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=39</guid>
		<description><![CDATA[It&#8217;s that time of year again, and thankfully I&#8217;m off of work ALL NEXT WEEK. I have a few things to do this week while I&#8217;m off, many of which involve cutting back some of our excess expenses. I&#8217;m trying to figure out how we can visit Aaron and Samara in Alaska, but I&#8217;m not [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time of year again, and thankfully I&#8217;m off of work ALL NEXT WEEK. I have a few things to do this week while I&#8217;m off, many of which involve cutting back some of our excess expenses. I&#8217;m trying to figure out how we can visit Aaron and Samara in Alaska, but I&#8217;m not sure we&#8217;ll have the money. <img src='http://sixy.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  This makes me sad.</p>
<p>Things I need to do:</p>
<ul>
<li>Finish wiring up the radio in the truck</li>
<li><s>Get a new phone, drop the iPhone and it&#8217;s $30 data plan</s></li>
<li><s>Cancel Sirius</s></li>
<li>Cancel HD channels on DirecTV</li>
<li><s>Shop around for car and homeowners insurance</s></li>
<li><s>Order and change O2 sensor in the Beetle</s> &#8211; <em>Trouble code wasn&#8217;t O2 sensor. It was misfires in 3 cylinders. Ordered a new ignition coil, plugs and wires instead. If those don&#8217;t fix it, I&#8217;ll change the O2 sensors.</em></li>
<li><s>Fix windshield wiper fluid in Beetle &#8212; doesn&#8217;t spray on driver&#8217;s side</s></li>
<li><s>Wire up new Bose speaker</s></li>
<li><s>Hook up the under-counter radio in the Kitchen</s></li>
</ul>
<p>Jenny did get a new job a couple of weeks ago doing home care. She&#8217;s really enjoying it, but working 6 days a week. I guess it&#8217;s time I actually get the truck fixed to where I feel comfortable driving it more since having only one car kind of sucks.</p>
<p>We went to WV for Christmas. We drove up on Thursday night, and left late last night since Jenny had to work this morning. She got the opportunity to put on a bite suit and take bites from the K9 dogs. As of last night, she had a nice bruise starting on her arm. I think her camera is still in the car, so I&#8217;ll post pictures tonight when she gets home.</p>
<table style="width:auto;">
<tr>
<td><a href="http://sixy.com/photos?album=BiteSuit#spwa"><img src="http://lh5.ggpht.com/_JNDl8t3WCwM/Szd6EpOj6EI/AAAAAAAAFvI/iB7chsygKxQ/s288/DSCN1923.JPG" /></a></td>
<td><a href="http://sixy.com/photos?album=BiteSuit#spwa"><img src="http://lh6.ggpht.com/_JNDl8t3WCwM/Szd6OWW5UeI/AAAAAAAAFvo/hO2Hdbo_6mI/s288/DSCN1932.JPG" /></a></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2009/39/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Six Random Pictures</title>
		<link>http://sixy.com/2009/34</link>
		<comments>http://sixy.com/2009/34#comments</comments>
		<pubDate>Sat, 26 Dec 2009 18:33:17 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Pictures]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=34</guid>
		<description><![CDATA[Here are six random pictures I found on the internet this week. 
]]></description>
			<content:encoded><![CDATA[<p>Here are six random pictures I found on the internet this week. </p>
<a name=spwa></a><p><strong>Six Pictures - 2009.12.26</strong> (6 photos)<br>26 December 2009<br>Six random pictures</p><p>Albumul poate fi vazut doar online.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2009/34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
