<?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>AaronStaves.com</title>
	<atom:link href="http://aaronstaves.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaronstaves.com</link>
	<description>Not quite extinct!</description>
	<lastBuildDate>Wed, 13 May 2009 18:49:57 +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>Need a (free) web based movie player?</title>
		<link>http://aaronstaves.com/2009/05/13/need-a-free-web-based-movie-player/</link>
		<comments>http://aaronstaves.com/2009/05/13/need-a-free-web-based-movie-player/#comments</comments>
		<pubDate>Wed, 13 May 2009 18:27:28 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Playing Around]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=111</guid>
		<description><![CDATA[Here's the skinny...

If you hadn't heard, my sister and brother in law just had (well, he's 1 now) a baby boy, congrats!.  Given how tech savvy they both are they take a ton of movies and photos and post them online for relatives from all around the country to watch.  This is an awesome way [...]]]></description>
			<content:encoded><![CDATA[<h2>Here's the skinny...</h2>
<p><a href="http://aaronstaves.com/wp-content/uploads/2009/05/lookwhostalking.jpg"><img class="alignnone size-medium wp-image-123" title="lookwhostalking" src="http://aaronstaves.com/wp-content/uploads/2009/05/lookwhostalking-273x300.jpg" alt="lookwhostalking" width="273" height="300" /></a></p>
<p>If you hadn't heard, my sister and brother in law just had (well, <em>he's 1 now</em>) a baby boy, congrats!.  Given how tech savvy they both are they take <strong>a ton</strong> of movies and photos and post them online for relatives from all around the country to watch.  This is an awesome way to keep up on how the little guy is doing.  However! Given that some of our relatives may be a bit more on the less <em>tech savvy side</em> I decided that making an interactive web based movie page would be a good way to help them view their new nephew, cousin, grandson or great grandson.  You can <strong>see a demo</strong> of it <a href="http://aaronstaves.com/movietest" target="_blank">here</a>.</p>
<p>For starters, I've already <a href="http://promo.carspot.com/">done</a> a few <a href="http://www.carsgofaster.com/_/product_review.html">projects</a> using the <a href="http://www.longtailvideo.com/players/" target="_blank">JW FLV Player</a>. I use this player for a few reasons.  First off, it's <strong>free</strong> to use for non-commercial purposes!  And even if you do use it commercially, it's pretty <em>dirt cheap</em>.  Second!  It's got an insanely awesome javascript interface.  You can pretty much completely control the player and hook into almost every event you can think of that the player may publish. This is great for web developers that know absolutely nothing about flash but still want the benefit of a flash based movie player.  Lastly, this player is great because it constantly getting updates and there's a huge community behind it; always good stuff.</p>
<p><a href="http://aaronstaves.com/wp-content/uploads/2009/05/lookwhostalking.jpg"><br />
</a></p>
<h2>What you'll need</h2>
<p>I did try to spruce up this player slightly so you'll need a few things if you'd like this to work on your server.</p>
<ul>
<li><strong>mod_perl</strong>, along with the CGI, File::stat and DateTime packages.  I imagine most come pretty standard with a vanilla install of PERL.</li>
<li><strong>ffmpeg</strong>, compiled with png support.  I imagine a pretty standard install of ffmpeg should be fine.</li>
<li><strong>movie files</strong>, yup! you'll need some movies to view.  Right now this is limited by the type of movie files that the player natively supports.  I may add some transcoding using ffmpeg later if anyone actually uses this and wants it.</li>
</ul>
<p>And that should be it!  Pretty simple.  I'm also using the <a href="http://developer.yahoo.com/yui/" target="_blank">YUI javascript toolkit</a>, but Yahoo! has been kind enough to host that on their <a href="http://en.wikipedia.org/wiki/Content_Delivery_Network" target="_blank">CDN</a>.  So no need to download all those crazy javascript files.</p>
<h2>How to Install</h2>
<p>Here are some quick install instructions:</p>
<ol>
<li>Grab the zip file from <a title="here" href="http://aaronstaves.com/movietest/moviePlayerFiles.zip" target="_self">here</a></li>
<li>Make a directory on your server (in my case aaronstaves.com/movietest) where you want the files to and unzip 'em there.</li>
<li>Make a directory (if you need to) where you're movies are going to be placed.  I put mine in aaronstaves.com/movietest/movies).  This directory will <strong>need to be writable</strong> as far as your webserver is concerned.  If you already have them you can forget this step!</li>
<li>Edit the <strong>movies.conf</strong> file.  You'll need to specify the <em>absolute path</em> of your movie director and the url that links to them.</li>
<li>Once that's done you should be able to just go to your url and watch some movies!</li>
</ol>
<h2>Features</h2>
<h3>Sorting and Dates</h3>
<p>I've made it so the player automatically sorts the movies by date.  The newer movies are listed at the top and the older movies are listed at the bottom.  It also grabs the date one of two ways.  1) if the date is specified in the filename (yyyymmdd format), it will use that.  2) otherwise it will grab the timestamp on the actual file.  <em>Neat huh?!</em> The only downside to this is is that it has to touch each file(name) to do this.  But I wanted to make this without the hassle of a DB, kind of a necessary evil.  Hopefully with 100's of files, this won't be that much of a performance hit.</p>
<h3>Native file support</h3>
<p>As I said above, this natively supports mp4 (m4v, etc) files as well as flv files.  So hopefully if your files are in that format, you won't have to deal with transcoding files.  <strong>Awesome!</strong> As I said, transcoding wouldn't be <em>that hard</em> to do, but it would be pretty time consuming on the server side, pending on how large the files were, so I'm not sure how I'd go about that at the moment.</p>
<h3>Downloads</h3>
<p>See a movie you like? Well <strong>download it!</strong> You'll notice at the top of the screen when you play a movie, you'll get an awesome download link.  For anyone that wants to actively share or archive these movies, I figured it would be a necessity.</p>
<h2>Feedback</h2>
<p><a href="http://aaronstaves.com/wp-content/uploads/2009/05/feedback2.jpg"><img class="size-medium wp-image-121 alignnone" title="feedback" src="http://aaronstaves.com/wp-content/uploads/2009/05/feedback2-300x215.jpg" alt="feedback" width="300" height="215" /></a></p>
<p>Right now I've only tested this in FF3+, IE 7  and the latest version of Opera.  If anyone finds something wrong with it, let me know and I'll see if I can address those issues.  Otherwise feedback, suggestions, comments and criticism is welcome.  This is my first mini-project in a while that I've made to "distrubute" so somethings may be clear while others may not.  Hopefully with the addition of the conf file, you won't have to touch any of the code I wrote.  This small tutorial is written for them, but anyone is more than welcome to use it if they want their own personal video page to share with others.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2009/05/13/need-a-free-web-based-movie-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out with the Mac, in with the Samsung!</title>
		<link>http://aaronstaves.com/2009/03/03/out-with-the-mac-in-with-the-samsung/</link>
		<comments>http://aaronstaves.com/2009/03/03/out-with-the-mac-in-with-the-samsung/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 05:12:55 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=105</guid>
		<description><![CDATA[So as I've written before, I've had plenty of problems with my (work) computer, and below is just another example.  I have no idea why, no idea how but any CD I insert into my Macbook Pro just gets spat right back out.  How annoying!

Anyways, myself and a couple of friends went in on a [...]]]></description>
			<content:encoded><![CDATA[<p>So as I've written before, I've had <a href="http://aaronstaves.com/2008/10/27/3-more-days/">plenty</a> of <a href="http://aaronstaves.com/2008/10/21/more-mac-woes/">problems</a> with my (work) computer, and below is just another example.  I have no idea why, no idea how but any CD I insert into my Macbook Pro just gets spat right back out.  How annoying!</p>
<p><object width="512" height="420" data="http://share.ovi.com/flash/player.aspx?media=ickyb0d.10161&amp;channelname=astaves.public" type="application/x-shockwave-flash"><param name="src" value="http://share.ovi.com/flash/player.aspx?media=ickyb0d.10161&amp;channelname=astaves.public" /></object></p>
<p>Anyways, myself and a couple of friends went in on a pretty <a href="http://www.engadget.com/2009/03/02/samsung-x360-ultraportable-dips-below-800-mark/">sweet deal</a> that was on amazon yesterday.  All said and done it was pretty much about 60% of retail price.  Awesome!  And the fact that it comes with Vista Business &lt;insert mild Micro$oft groan here&gt;  just makes the deal that much sweeter.  Needless to say, I'm looking forward to using my work laptop strictly for work, and actually having a nice dual boot personal laptop.  And one that's "ultra-portable" to boot!</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2009/03/03/out-with-the-mac-in-with-the-samsung/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PS3++</title>
		<link>http://aaronstaves.com/2009/02/09/ps3/</link>
		<comments>http://aaronstaves.com/2009/02/09/ps3/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 19:21:20 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Playing Around]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=78</guid>
		<description><![CDATA[So this weekend I decided to install linux on my PS3 (more on that later), so what better time to upgrade the hard drive!  I commend Sony on making swapping out the drive so easy.  Because it literally is that easy.  Before you start, be sure to backup your data via System [...]]]></description>
			<content:encoded><![CDATA[<p>So this weekend I decided to install linux on my PS3 (more on that later), so what better time to upgrade the hard drive!  I commend Sony on making swapping out the drive so easy.  Because it literally is <strong>that easy</strong>.  Before you start, be sure to backup your data via <em>System Settings -&gt; Backup Utility</em>.  For my purposes I just used an external USB hard drive.  My backup was 22GB (off of a 40GB PS3) just to give you some idea of how big it's going to be.  First off - we need to decide on a hard drive.  Initially I was going to try going with a <a href="http://en.wikipedia.org/wiki/Solid-state_drive">SSD</a>, however the price/space ratio was just way too much.  So I simply went to amazon and typed in <em>PS3 hard drive</em>.  To my (pleasant!) surprise I was given a list of 2.5" notebook drives that seem to work well with the PS3.  This is just based on user comments/googling.  Anyways, I settled on a nice 320 GB hard drive from Western Digital.  With over 95% five-star reviews, how could I go wrong.</p>
<h2>Removing the old drive</h2>
<p>As I said above, removing this drive is <em>very easy</em>.  Do you know how to use a screwdriver?  <strong>great!</strong> because that's all you need.  First up, find the hard drive cover on your ps3.</p>
<div id="attachment_79" class="wp-caption aligncenter" style="width: 310px"><a href="http://aaronstaves.com/wp-content/uploads/2009/02/image315.jpg"><img class="size-medium wp-image-79" title="image315" src="http://aaronstaves.com/wp-content/uploads/2009/02/image315-300x225.jpg" alt="PS3 Hard Drive Cover" width="300" height="225" /></a><p class="wp-caption-text">PS3 Hard Drive Cover</p></div>
<p>Once you remove it you'll notice a (<span>blue colored!?</span>) screw.  Unscrew it and you'll be presented with a nice little latch to safely pull out the hard drive.</p>
<div id="attachment_80" class="wp-caption aligncenter" style="width: 310px"><a href="http://aaronstaves.com/wp-content/uploads/2009/02/image316.jpg"><img class="size-medium wp-image-80" title="image316" src="http://aaronstaves.com/wp-content/uploads/2009/02/image316-300x225.jpg" alt="PS3 Blue Screw!" width="300" height="225" /></a><p class="wp-caption-text">PS3 Blue Screw!</p></div>
<div id="attachment_81" class="wp-caption aligncenter" style="width: 310px"><a href="http://aaronstaves.com/wp-content/uploads/2009/02/image317.jpg"><img class="size-medium wp-image-81" title="image317" src="http://aaronstaves.com/wp-content/uploads/2009/02/image317-300x225.jpg" alt="Hard drive removed!" width="300" height="225" /></a><p class="wp-caption-text">Hard drive removed!</p></div>
<p>Once it's out, you'll notice 4 screws on the side of the hard drive holding it in place.  Remove those!</p>
<div id="attachment_82" class="wp-caption aligncenter" style="width: 310px"><a href="http://aaronstaves.com/wp-content/uploads/2009/02/image318.jpg"><img class="size-medium wp-image-82" title="image318" src="http://aaronstaves.com/wp-content/uploads/2009/02/image318-300x225.jpg" alt="image318" width="300" height="225" /></a><p class="wp-caption-text">Screws on the side of the hard drive</p></div>
<p>Once it's out, you're free to swap out drive.  Put your new drive in, then screw it into place with the 4 screws you just removed.</p>
<div id="attachment_83" class="wp-caption aligncenter" style="width: 310px"><a href="http://aaronstaves.com/wp-content/uploads/2009/02/image319.jpg"><img class="size-medium wp-image-83" title="image319" src="http://aaronstaves.com/wp-content/uploads/2009/02/image319-300x225.jpg" alt="image319" width="300" height="225" /></a><p class="wp-caption-text">Everything taken apart!</p></div>
<div id="attachment_84" class="wp-caption aligncenter" style="width: 310px"><a href="http://aaronstaves.com/wp-content/uploads/2009/02/image321.jpg"><img class="size-medium wp-image-84" title="image321" src="http://aaronstaves.com/wp-content/uploads/2009/02/image321-300x225.jpg" alt="image321" width="300" height="225" /></a><p class="wp-caption-text">In goes the 320GB!</p></div>
<p style="text-align: center;">
<p>Then just replce the last screw on the latch, pop the cover back on, and you're set!  It's seriously <em>that easy</em></p>
<h2>Formatting and getting the drive "up to speed"</h2>
<p>So <em>some</em> drives may already come <strong>pre-formatted</strong>.  Unfortunately this <strong>was not</strong> the case for me.  So I had to go through quite a bit of unexpected hoops to get the drive working once installed.  First I was prompted to connect a controller... ok...</p>
<div id="attachment_90" class="wp-caption aligncenter" style="width: 310px"><a href="http://aaronstaves.com/wp-content/uploads/2009/02/image324.jpg"><img class="size-medium wp-image-90" title="image324" src="http://aaronstaves.com/wp-content/uploads/2009/02/image324-300x225.jpg" alt="image324" width="300" height="225" /></a><p class="wp-caption-text">Insert controller here!</p></div>
<p>Then I received a more  <strong>nasty</strong> message from the PS3.</p>
<div id="attachment_91" class="wp-caption aligncenter" style="width: 310px"><a href="http://aaronstaves.com/wp-content/uploads/2009/02/image325.jpg"><img class="size-medium wp-image-91" title="image325" src="http://aaronstaves.com/wp-content/uploads/2009/02/image325-300x225.jpg" alt="image325" width="300" height="225" /></a><p class="wp-caption-text">Uh oh!</p></div>
<p>Cannot run correctly?  Oh no!  Basically this is because there is no software on the drive, so it has no idea what to do.  The solution is to provide the new drive with a much needed update!  To do this I just went to the <a href="http://www.us.playstation.com/Support/SystemUpdates/PS3/PC_Update.html">Playstation website and grabbed the software</a>.  Make sure to note the directory structure!  Anyways, once that installed, it restarted, formatted the drive and everything finally started working.  Lastly I took my backup and restored it from the <em>System Settings -&gt; Backup Utility</em> menu.  All in all it was pretty easy.  I just wasn't prepared for all the "usb disk that has software on it to boot your ps3" part.  Now for linux!</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2009/02/09/ps3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The first program I might actually buy for my phone.</title>
		<link>http://aaronstaves.com/2009/02/04/the-first-program-i-might-actually-buy-for-my-phone/</link>
		<comments>http://aaronstaves.com/2009/02/04/the-first-program-i-might-actually-buy-for-my-phone/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:36:54 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Playing Around]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=72</guid>
		<description><![CDATA[So most of the apps for my phone thus far have been free.  But recently I came into possession of a (trial!) program of panoman.  The user interface for it is insanely easy.  So far I've only used it twice but the results have been extremely awesome.  Example below!  Especially check out the high-res [...]]]></description>
			<content:encoded><![CDATA[<p>So most of the apps for my phone thus far have been free.  But recently I came into possession of a (trial!) program of <a title="Panoman Homepage" href="http://www.panoman.net/" target="_blank">panoman</a>.  The <a href="http://www.panoman.net/archives/category/panoman-explained">user interface for it</a> is insanely easy.  So far I've only used it twice but the results have been extremely awesome.  Example below!  Especially check out the high-res that it was taken in (take that iPhone!)</p>
<div style="text-align: center; width: 100%;">
<p><a href="http://aaronstaves.com/wp-content/uploads/2009/02/panoman002.jpg"><img class="size-medium wp-image-73" title="panoman002" src="http://aaronstaves.com/wp-content/uploads/2009/02/panoman002-300x43.jpg" alt="On the balcony of work" width="300" height="43" /></a><br />
On the balcony at work</p>
</div>
<p>Although I'd probably barely ever use this, it's awesome for those surreal views that you can capture.  Anyways, if it's ~$5 or so, that'd definitely be worth it; especially if the license can go between phones.</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2009/02/04/the-first-program-i-might-actually-buy-for-my-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia, Ovi and my phone</title>
		<link>http://aaronstaves.com/2008/12/23/nokia-ovi-and-my-phone/</link>
		<comments>http://aaronstaves.com/2008/12/23/nokia-ovi-and-my-phone/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 20:32:04 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=67</guid>
		<description><![CDATA[So in a previous post I mentioned my recent acquisition of a Nokia N78 phone.  Like I said, I wanted something not super expensive; yet something I could play around with.  The N78 just happened to be the right fit.  At any rate I don't think I have the patience to write up an all-out [...]]]></description>
			<content:encoded><![CDATA[<p>So in a previous post I mentioned my recent acquisition of a Nokia N78 phone.  Like I said, I wanted something not <em>super</em> expensive; yet something I could play around with.  The N78 just happened to be the right fit.  At any rate I don't think I have the patience to write up an all-out review of the phone so maybe I'll just do it in pieces.</p>
<p>For those that don't know, I've recently started a web community revolving around burritos (or pretty much anything else people want to talk about).  Since I end up eating burritos quite often, this makes me want to blog about them.  And of course, blogs need pictures!  The N78 has a 3.1` megapixel camera, it's not the <em>greatest</em> but it definitely gets the job done.  It's easy to use and has one click uploading to the server(s) of my choice.  In this case my public Ovi profile.</p>
<div id="attachment_68" class="wp-caption alignnone" style="width: 310px"><a href="http://aaronstaves.com/wp-content/uploads/2008/12/nokia_n78_21.jpg"><img class="size-medium wp-image-68" title="nokia_n78_21" src="http://aaronstaves.com/wp-content/uploads/2008/12/nokia_n78_21-300x200.jpg" alt="Nokia's Share Online Application" width="300" height="200" /></a><p class="wp-caption-text">Nokia&#39;s Share Online Application</p></div>
<p>Another thing that it does when taking pictures is geotagging.  This pretty much serves absolutely no purpose for me... <a title="ovi map pictures" href="http://share.ovi.com/channel/astaves.public?newsince=1.1.1.0.0.0&amp;tab=map">but look how cool it is!</a>.  Granted it only works about 50% of the time, but when it does, it's always fun to see "hey! look that's where the picture <strong>actually</strong> was!".  So far I'm super impressed with the Nokia+Ovi integration.  As far as the future, things appear to be getting <em>even</em> <strong>better</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2008/12/23/nokia-ovi-and-my-phone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MacBuntu</title>
		<link>http://aaronstaves.com/2008/11/06/macbuntu/</link>
		<comments>http://aaronstaves.com/2008/11/06/macbuntu/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 03:12:33 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=65</guid>
		<description><![CDATA[It's done!  I now finally have ubuntu on my  MacBook Pro(4,1)!  The initial partitioning of my drives (in order to keep my bootcamp'd windows and os x) was made out to be a lot harder than it actually was.  I wasn't quite sure what to do due to the fact that OS X seems very [...]]]></description>
			<content:encoded><![CDATA[<p>It's done!  I now finally have <a href="http://ubuntu.com">ubuntu</a> on my  MacBook Pro(4,1)!  The initial partitioning of my drives (in order to keep my bootcamp'd windows and os x) was made out to be a lot harder than it actually was.  I wasn't quite sure what to do due to the fact that OS X seems very finicky about knowing what is booting from where; and any changes may affect it's need/desire to keep jounaling all drives it knows about.  At any rate, I found an<a href="http://blog.gnist.org/article.php?story=Triple-Boot-OSX-Ubuntu-Vista"> awesome article</a> detailing out all the specifics, as well as how to work around the swap space issue (which i still have yet to tackle!).  With that said, under an hour I think the only thing I don't have working that I'd like, but by no means need, is the keyboard backlight controls and the microphone.</p>
<p>Here's list of things that worked out of the box that I thought wouldn't:</p>
<ol>
<li>Multitouch Scrolling</li>
<li>Multitouch Clicking (for the right click)</li>
<li>Volume Keys</li>
<li>Restricted Drivers</li>
<li>90% of the function keys in general (<a href="http://ubuntuforums.org/showthread.php?t=959992">with some help</a>)</li>
</ol>
<p>So there you have it!  As I figure out more stuff that's wrong, or things to configure, I'm sure i'll be posting more.</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2008/11/06/macbuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rEFItting the Mac</title>
		<link>http://aaronstaves.com/2008/10/30/refitting-the-mac/</link>
		<comments>http://aaronstaves.com/2008/10/30/refitting-the-mac/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 21:34:40 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Playing Around]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=62</guid>
		<description><![CDATA[If you don't know, Ubuntu 8.10 dropped today.  As promised I will be attempting to install it this evening.  I say "attempting" because you never know what might go wrong.  Anyways, I came across an awesome program called rEFI that enables you to actually control and partition your mac hard drive without [...]]]></description>
			<content:encoded><![CDATA[<p>If you don't know, Ubuntu 8.10 dropped today.  As promised I will be <em>attempting</em> to install it this evening.  I say "attempting" because you never know what might go wrong.  Anyways, I came across an awesome program called rEFI that enables you to actually control and partition your mac hard drive without being forced into only 2 paritions (OS X and Bootcamp).  So this way I can still keep my windows partition for the occasional <a href="http://www.telltalegames.com/samandmax">game</a> and create another partition for Ubuntu.  Great!  The program installs like any other program under OS X and only took about 5 minutes to get working (4:30 was how long it took for my mac to reboot).  Anyways, there are some pics below, and expect an update within the next day or so.  Or even possibly tonight!</p>
<table border="0">
<tbody>
<tr>
<td><a href="http://share.ovi.com/media/astaves.public/astaves.10003"><img class="alignnone" style="border: 0pt none; padding: 5px;" title="c6da6a3da8404949b1180ceeace91027.jpeg - Share on Ovi" src="http://media.share.ovi.com/m1/large/0455/d289525ebac64aaf9c792726a0500ecf.jpg" border="0" alt="c6da6a3da8404949b1180ceeace91027.jpeg - Share on Ovi" width="213" height="160" /></a></td>
<td><a href="http://share.ovi.com/media/astaves.public/astaves.10002"><img class="alignnone" style="border: 0pt none; padding: 5px;" title="ed39c578d12145f6a7b3b5c846e190e2.jpeg - Share on Ovi" src="http://media.share.ovi.com/m1/medium/0455/f043dc592664477a96b690c7cc161edc.jpg" border="0" alt="ed39c578d12145f6a7b3b5c846e190e2.jpeg - Share on Ovi" width="213" height="160" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2008/10/30/refitting-the-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 More Days</title>
		<link>http://aaronstaves.com/2008/10/27/3-more-days/</link>
		<comments>http://aaronstaves.com/2008/10/27/3-more-days/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 19:39:33 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=54</guid>
		<description><![CDATA[If you can't tell... I'm really excited about throwing ubuntu on here, and my Mac must be too... since it keeps hinting that it wants to be fixed (image below).  I even plan on ordering some [3D] stickers and a physical copy of the OS!

]]></description>
			<content:encoded><![CDATA[<p>If you can't tell... I'm really excited about throwing ubuntu on here, and my Mac must be too... since it keeps hinting that it wants to be fixed (image below).  I even plan on ordering some [3D] <a href="http://usshop.ubuntu.com/product.php?code=09%2095102&amp;catid=2">stickers</a> and a <a href="http://usshop.ubuntu.com/category.php?catid=3">physical copy</a> of the OS!</p>
<p><a href="http://aaronstaves.com/wp-content/uploads/2008/10/picture-15.png"><img class="alignnone size-full wp-image-55" title="MacError" src="http://aaronstaves.com/wp-content/uploads/2008/10/picture-15.png" alt="" width="477" height="379" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2008/10/27/3-more-days/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More Mac Woes</title>
		<link>http://aaronstaves.com/2008/10/21/more-mac-woes/</link>
		<comments>http://aaronstaves.com/2008/10/21/more-mac-woes/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 15:17:50 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=51</guid>
		<description><![CDATA[So this morning I woke up and decided to check my email.  Oh look, there's a few messages I would like to move to another folder!  Apparently Mac Mail decided to make this difficult for me, oh well at least it just works.

Note: Not only is the drop target range very slim, but [...]]]></description>
			<content:encoded><![CDATA[<p>So this morning I woke up and decided to check my email.  Oh look, there's a few messages I would like to move to another folder!  Apparently Mac Mail decided to make this difficult for me, oh well at least <em>it just works</em>.</p>
<p><embed src="http://share.ovi.com/flash/player.aspx?media=astaves.10001&channelname=astaves.public" width="512" height="420" type="application/x-shockwave-flash"></embed></p>
<p>Note: Not only is the drop target range very slim, but the folder it's <em>dropping into</em> is 2-3 folders down!  Awesome.  This is also shot with my new phone (which i still have yet to write about), so the quality/movement isn't great.  However, I do have to say that the uploading and sharing on ovi is pretty amazing.  Straight from my phone to the blog in less than a minute.  Now <em>that's</em> <strong>Awesome.</strong>  Only <a href="http://aaronstaves.com/2008/10/15/taking-the-plunge/">9 more days</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2008/10/21/more-mac-woes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Taking the plunge</title>
		<link>http://aaronstaves.com/2008/10/15/taking-the-plunge/</link>
		<comments>http://aaronstaves.com/2008/10/15/taking-the-plunge/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 19:18:48 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://aaronstaves.com/?p=42</guid>
		<description><![CDATA[I know I've talked a lot of talk to those who are constantly around myself and my Mac, so I'm finally going to do something about it.  In 15 days I'm vowing to take the pluge and attempt to toss ubuntu on my bootcamp partition.  Lets hope it works


]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I know I've talked a lot of talk to those who are constantly around myself and my Mac, so I'm finally going to do something about it.  In 15 days I'm vowing to take the pluge and attempt to toss ubuntu on my bootcamp partition.  Lets hope it works</p>
<p style="text-align: left;"><a href="http://aaronstaves.com/wp-content/uploads/2008/10/countdown_8_10_a_15_days.png"><img class="size-full wp-image-43 alignnone" style="margin: 10px;" title="countdown_8_10_a_15_days" src="http://aaronstaves.com/wp-content/uploads/2008/10/countdown_8_10_a_15_days.png" alt="" width="180" height="150" /></a></p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://aaronstaves.com/2008/10/15/taking-the-plunge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
