<?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 &#187; Blog</title>
	<atom:link href="http://sixy.com/tag/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://sixy.com</link>
	<description>Trying something new...</description>
	<lastBuildDate>Sun, 15 Jan 2012 01:46:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Another Humble Bundle</title>
		<link>http://sixy.com/2011/233</link>
		<comments>http://sixy.com/2011/233#comments</comments>
		<pubDate>Sat, 01 Oct 2011 21:13:56 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=233</guid>
		<description><![CDATA[There&#8217;s another Humble Bundle available with 2 games, Frozen Synapse and Trauma. Name your own price, and give the money to developers, charity, or the Humble Bundle website.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s another <a href="http://www.humblebundle.com" target="_blank">Humble Bundle</a> available with 2 games, Frozen Synapse and Trauma. Name your own price, and give the money to developers, charity, or the Humble Bundle website. </p>
<p><iframe width="640" height="360" src="http://www.youtube.com/embed/8bH7Cooa5zs?hd=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2011/233/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bug&#8230;</title>
		<link>http://sixy.com/2011/184</link>
		<comments>http://sixy.com/2011/184#comments</comments>
		<pubDate>Tue, 18 Jan 2011 01:19:55 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[beetle]]></category>

		<guid isPermaLink="false">http://sixy.com/?p=184</guid>
		<description><![CDATA[So the bug lives&#8230; it&#8217;s been 1 year and 1 day since it burnt. Aaron came down over New Years weekend and helped me get it running again, splice wires, etc. Turned out the whole time it was the immobilizer that was keeping it from running. Now it&#8217;s just a matter of putting it back [...]]]></description>
			<content:encoded><![CDATA[<p>So the bug lives&#8230; it&#8217;s been 1 year and 1 day since it burnt. Aaron came down over New Years weekend and helped me get it running again, splice wires, etc. Turned out the whole time it was the immobilizer that was keeping it from running. Now it&#8217;s just a matter of putting it back together. I got new AC/Heat control cables put in today, and put half of the dash back together. I&#8217;m waiting on the front trim piece, but I&#8217;m not sure how I&#8217;m going to mount the climate controls in the car. I&#8217;m going to have to fabricate something, since the previous mounts burnt off. </p>
<p>Making progress&#8230;. I could actually start driving it as soon as this week&#8230; just need to get the rest of the trim put back on and get my butt to the tax office &#038; DMV. </p>
<p>Hooray!</p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2011/184/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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 [...]]]></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>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>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></strong> ( photos)<br>1 January 1970<br></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>Yet again&#8230;</title>
		<link>http://sixy.com/2009/23</link>
		<comments>http://sixy.com/2009/23#comments</comments>
		<pubDate>Mon, 21 Dec 2009 04:07:37 +0000</pubDate>
		<dc:creator>Aleks</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[sixy.com]]></category>

		<guid isPermaLink="false">http://sixywp.mjbforum.com/?p=23</guid>
		<description><![CDATA[Trying this again&#8230; I didn&#8217;t really care for that previous CMS, so I installed WordPress this weekend. It has a lot of different plugins and themes which make it (fairly) easy get my site to do what I want. It&#8217;s a work in progress, but I should be able to do more with this website. [...]]]></description>
			<content:encoded><![CDATA[<p>Trying this again&#8230; I didn&#8217;t really care for that previous CMS, so I installed <a href="http://wordpress.org" target="_blank">WordPress</a> this weekend. It has a lot of different plugins and themes which make it (fairly) easy get my site to do what I want. It&#8217;s a work in progress, but I should be able to do more with this website. I guess we&#8217;ll see.</p>
<p>The one &#8220;content&#8221; feature so far is the &#8220;<a href="/photos">Photos</a>&#8221; section which just displays my Picasa albums in date order (newest first) which is much nicer than having to copy over the albums I want to my site. </p>
]]></content:encoded>
			<wfw:commentRss>http://sixy.com/2009/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

