<?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>HeyZeus.org &#187; Tech &amp; Geeky</title>
	<atom:link href="http://heyzeus.org/category/techgeeky/feed/" rel="self" type="application/rss+xml" />
	<link>http://heyzeus.org</link>
	<description>Life and times of Zeus and sometimes Mandy.</description>
	<lastBuildDate>Mon, 19 Apr 2010 01:36:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta1</generator>
		<item>
		<title>Restoring an Apple TV from Scratch on Mac OS X</title>
		<link>http://heyzeus.org/restoring-an-apple-tv-from-scratch-on-mac-os-x/</link>
		<comments>http://heyzeus.org/restoring-an-apple-tv-from-scratch-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 06 May 2009 19:46:17 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[apple tv]]></category>
		<category><![CDATA[ATV]]></category>
		<category><![CDATA[freezing apple tv]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[Restore from scratch]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=909</guid>
		<description><![CDATA[So I&#8217;ve had to do this a few times because my Apple TV keeps &#8216;acting&#8217; up. It kept freezing during tv shows I downloaded and converted via iSquint. The ATv would then restart and not recognize what was on the hard drive (Format not recognized by Apple TV). It was pissing Mandy and I off [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve had to do this a few times because my Apple TV keeps &#8216;acting&#8217; up.  It kept freezing during tv shows I downloaded and converted via iSquint.  The ATv would then restart and not recognize what was on the hard drive (Format not recognized by Apple TV).  It was pissing Mandy and I off enough for me to try to do another &#8216;from scratch&#8217; restore.  I&#8217;ve followed these directions before referencing <a href="http://smallnum.blogspot.com/2008/02/re-creating-apple-tv-from-scratch.html">Smallnum&#8217;s directions</a> and <a href="http://wiki.awkwardtv.org/wiki/Prepare_a_Hard_Drive">AwkwardTV&#8217;s Wiki</a>.  I&#8217;m saving them here, because it&#8217;s more concise and may help others.  These are directions for a mac OS X Leopard 10.5.6 .    Download the <a href="http://mesu.apple.com/version.xml">latest Apple TV image from here</a> and find the full url of the dmg file to download.  It doesn&#8217;t matter what size the drive is you want to do this with.  Assuming, /dev/disk2 is your disk.  All these commands are done from terminal unless otherwise noted.</p>
<p>1. Connect your hard drive to a Macbook using an IDE-to-usb/firewire dongle.</p>
<p>2.  Clear any partition information and create a new partition table (you can also just format the drive with DiskUtil, you also need to run &#8216;diskutil unmountDisk /dev/disk2&#8242; after each gpt command) :</p>
<pre>gpt destroy /dev/disk2
diskutil unmountDisk /dev/disk2
gpt create /dev/disk2</pre>
<p>3. Create the partitions using &#8216;gpt&#8217;. There should be four partitions: EFI (200m), Recovery (400m), OSBoot (900m), Media (rest of the disk). The EFI and Recovery partitions can be completely blank, but those sizes must be exact.</p>
<pre>gpt add -b 40 -i 1 -s 409600 -t efi /dev/disk2
diskutil unmountDisk /dev/disk2
gpt add -b 409640 -i 2 -s 819200 -t 5265636F-7665-11AA-AA11-00306543ECAC /dev/disk2
diskutil unmountDisk /dev/disk2
gpt add -b 1228840 -i 3 -s 1843200 -t hfs /dev/disk2
diskutil unmountDisk /dev/disk2
gpt show /dev/disk2  {*Review the next partition size and enter in the large value*}
gpt add -b 3072040 -i 4 -s 231369575 -t hfs /dev/disk2
diskutil unmountDisk /dev/disk2</pre>
<p>4. Remounts drives with file permissions and names, this combines two things in one.</p>
<pre>diskutil eraseVolume "Journaled HFS+" OSBoot /dev/disk2s3
diskutil eraseVolume "Journaled HFS+" Media /dev/disk2s4
diskutil unmountDisk /dev/disk2</pre>
<p>5. Restore the image. Use disk utility, click on OSBoot, and restore the image you downloaded.</p>
<p>Note:  I did not create and restore the recovery parition I have done this once and it was a pain.  If I ever do it again I&#8217;ll document it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/restoring-an-apple-tv-from-scratch-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Delicious Firefox Extension breaks Flash</title>
		<link>http://heyzeus.org/delicious-firefox-extension-breaks-flash/</link>
		<comments>http://heyzeus.org/delicious-firefox-extension-breaks-flash/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 10:49:09 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[AAA]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Wordpress Stats]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=688</guid>
		<description><![CDATA[I finally figured out that the Delicious Firefox Extension that I use almost daily breaks flash on some sites, specifically the Wordpress Stats from the Wordpress Dashboard.  Not sure what&#8217;s going on but it took me a while to figure it out.  What would happen is if I wasn&#8217;t scrolled down waatching the stats load [...]]]></description>
			<content:encoded><![CDATA[<p>I finally figured out that the Delicious Firefox Extension that I use almost daily breaks flash on some sites, specifically the Wordpress Stats from the Wordpress Dashboard.  Not sure what&#8217;s going on but it took me a while to figure it out.  What would happen is if I wasn&#8217;t scrolled down waatching the stats load they would load off the frame of that window.  Really annoying!!  Need to submit this to Wordpress or Delicious but I wanted to write about it because I couldn&#8217;t find anyone else having the same issue, but I&#8217;m sure others are.  I believe this is only happening on the Mac.<br />

<a href="http://heyzeus.org/wp-content/gallery/random-photos/picture-1.png" title="" class="thickbox" rel="singlepic28" >
	<img class="ngg-singlepic ngg-center" src="http://heyzeus.org/wp-content/plugins/nextgen-gallery/nggshow.php?pid=28&amp;width=320&amp;height=240&amp;mode=" alt="picture-1.png" title="picture-1.png" />
</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/delicious-firefox-extension-breaks-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t ever forget it&#8217;s always&#8230;..</title>
		<link>http://heyzeus.org/dont-ever-forget-its-always/</link>
		<comments>http://heyzeus.org/dont-ever-forget-its-always/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 05:22:04 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[fark photoshop]]></category>
		<category><![CDATA[it's a trap]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=635</guid>
		<description><![CDATA[A Trap!]]></description>
			<content:encoded><![CDATA[<p>A Trap!<br />
<img style="vertical-align: bottom;" src="http://heyzeus.org/images/trap.jpg" alt="It's a trap!" width="500" height="375" /></p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/dont-ever-forget-its-always/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beautiful Gmail Interface</title>
		<link>http://heyzeus.org/beautiful-gmail-interface/</link>
		<comments>http://heyzeus.org/beautiful-gmail-interface/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:47:27 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[Gmail is the best email in the world!]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=631</guid>
		<description><![CDATA[I&#8217;ve seen some beauitful gmail interfaces but this is the best one!  You can get it from here with the UserStyles Firefox Extension!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen some beauitful gmail interfaces but this is the best one!  You can get it from <a href="http://userstyles.org/styles/5867">here</a> with the <a href="https://addons.mozilla.org/en-US/firefox/addon/2108">UserStyles Firefox Extension</a>! 
<a href="http://heyzeus.org/wp-content/gallery/random-photos/gmail-interface.png" title="" class="thickbox" rel="singlepic23" >
	<img class="ngg-singlepic ngg-center" src="http://heyzeus.org/wp-content/plugins/nextgen-gallery/nggshow.php?pid=23&amp;width=320&amp;height=240&amp;mode=" alt="gmail-interface.png" title="gmail-interface.png" />
</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/beautiful-gmail-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple TV has changed the way I watch TV, movies, and listen to music</title>
		<link>http://heyzeus.org/apple-tv-has-changed-the-way-i-watch-tv-movies-and-listen-to-music/</link>
		<comments>http://heyzeus.org/apple-tv-has-changed-the-way-i-watch-tv-movies-and-listen-to-music/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 11:34:45 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Home & Projects]]></category>
		<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[Apple TV Rocks]]></category>
		<category><![CDATA[HTPC are a waste of a computer]]></category>
		<category><![CDATA[Mandy loves watching movies over and over again]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=630</guid>
		<description><![CDATA[Apple TV has been a great investment for me/us.  I was never using it to it&#8217;s full potential till Take 2 came out, but it has eliminated the &#8216;need&#8217; for a DVR, Tivo, Sling-box, or Home Theatre PC.  Let me break it down. Music first; I love making playlists for parties, or for music I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.com/appletv/">Apple TV</a> has been a great investment for me/us.  I was never using it to it&#8217;s full potential till Take 2 came out, but it has eliminated the &#8216;need&#8217; for a DVR, Tivo, Sling-box, or <a class="zem_slink" title="Home theater PC" rel="wikipedia" href="http://en.wikipedia.org/wiki/Home_theater_PC">Home Theatre PC</a>.  Let me break it down.</p>
<p>Music first; I love making playlists for parties, or for music I want to jam out to.  I enjoy being able to play music videos easily as well.  Sound quality is more than adequate for our needs.  Mandy also jams out to her Jimmy Buffett from a playlist I&#8217;ve created.</p>
<p>Pictures; Another great feature because I can load it up with pictures and show it off on a beautiful big screen so everyone in the room can enjoy.  I can set an album as a screen saver during a party (ie, this is what I did for our last party with pictures from Sydney) which people can enjoy.  Pictures also make great conversation pieces!</p>
<p>Movies; This is my second favorite feature.  I download a number of movies and put them on the apple TV for Mandy and I to enjoy!  I also rip DVD&#8217;s of Mandy&#8217;s favorite movies which watches repeatably (ie. The Italian Job, Any of the Pirates, The Holiday, <span class="zem_slink">The Incredibles</span>, National Treasure 1 &amp; 2, etc.).  This is very convenient because she doesn&#8217;t have to pop in a DVD and we don&#8217;t have to buy a 5 disc DVD player, we&#8217;re only limited to the amount of storage it can hold!  Also being able rent HD movies from Apple is also a huge convenience for a wife that loves renting movies from Blockbuster and On-Demand.</p>
<p>TV Shows;  This is my first favorite feature!  Again I download TV shows (don&#8217;t ask how), and put them on the apple TV for Mandy and I to catch up on.  This is great because I don&#8217;t have to worry about fast forwarding through commercials!  That convenience alone has made this device priceless!  We are usually one day behind on TV Shows, but if we can&#8217;t wait, we&#8217;ll just watch it live.  This has eliminated the need for a DVR type device (although I do have a <a href="http://tvshows.sourceforge.net/">software solution </a>on my macbook pro for how I get tv shows).</p>
<p>The interface is very easy and beautiful, and not having a techy wife this makes her life a lot easier and more enjoyable to watch, and listen to things on the Apple TV.  We currently have the 40gb version, but I plan to hack it with a bigger drive.</p>
<p>So while on this <a href="http://heyzeus.org/welcome-to-unterhaching-germany/">aggressive</a> <a href="http://heyzeus.org/being-home-sick/">travel</a> <a href="http://heyzeus.org/moving-to-perth-australia/">schedule</a>, I&#8217;ll download a whole bunch of movies, music and tv shows and then when I&#8217;m home get them on the Apple TV for Mandy to enjoy while I&#8217;m away.  It&#8217;s a win  win for the whole family!  So if you&#8217;re on the fence between a netflix streaming box, HTPC, or other home media device, research what your needs are, because Apple TV is a sure winner for us.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/apple-tv-has-changed-the-way-i-watch-tv-movies-and-listen-to-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Geek in the works</title>
		<link>http://heyzeus.org/another-geek-in-the-works/</link>
		<comments>http://heyzeus.org/another-geek-in-the-works/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 21:28:47 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Friends & Family]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[Making kids geeks]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=610</guid>
		<description><![CDATA[I&#8217;m here in Landstuhl, Germany visting with a close friend who&#8217;s stationed here. He has a one month old and precious 2 year old geek (Ava Ray).]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m here in Landstuhl, Germany visting with a close friend who&#8217;s stationed here.  He has a one month old and precious 2 year old geek (Ava Ray).</p>

<a href="http://heyzeus.org/wp-content/gallery/random-photos/img_0861.jpg" title="" class="thickbox" rel="singlepic20" >
	<img class="ngg-singlepic ngg-left" src="http://heyzeus.org/wp-content/plugins/nextgen-gallery/nggshow.php?pid=20&amp;width=320&amp;height=240&amp;mode=" alt="img_0861.jpg" title="img_0861.jpg" />
</a>

]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/another-geek-in-the-works/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visiting Prague, Czech Republic (pictures and video)</title>
		<link>http://heyzeus.org/visiting-prague-czech-republic-pictures-and-video/</link>
		<comments>http://heyzeus.org/visiting-prague-czech-republic-pictures-and-video/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 10:54:59 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Friends & Family]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Czech Republic]]></category>
		<category><![CDATA[Pictures from Prague]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=607</guid>
		<description><![CDATA[I wanted to share my time at Prague for friends and family. Along with my iMovie skillz. Enjoy! Prague, Czech Republic View of Prague Castle from Jesus Salgueiro on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>I wanted to share my time at Prague for friends and family.  Along with my iMovie skillz.  Enjoy!</p>
<table style="width: 194px;" border="0">
<tbody>
<tr>
<td style="background: transparent url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat scroll left center; height: 194px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"><a href="http://picasaweb.google.com/zeusis/PragueCzechRepublic"><img style="margin:1px 0 0 4px;" src="http://lh4.ggpht.com/zeusis/SAMm0JdBcCE/AAAAAAAAL4E/QiqhnHqKobk/s160-c/PragueCzechRepublic.jpg" alt="" width="160" height="160" /></a></td>
</tr>
<tr>
<td style="text-align:center;font-family:arial,sans-serif;font-size:11px"><a style="color:#4D4D4D;font-weight:bold;text-decoration:none;" href="http://picasaweb.google.com/zeusis/PragueCzechRepublic">Prague, Czech Republic</a></td>
</tr>
</tbody>
</table>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="best" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="src" value="http://www.vimeo.com/moogaloop.swf?clip_id=905203&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.vimeo.com/moogaloop.swf?clip_id=905203&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=" scale="showAll" allowfullscreen="true" quality="best"></embed></object><br />
<a href="http://www.vimeo.com/905203/l:embed_905203">View of Prague Castle</a> from <a href="http://www.vimeo.com/zeusis/l:embed_905203">Jesus Salgueiro</a> on <a href="http://vimeo.com/l:embed_905203">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/visiting-prague-czech-republic-pictures-and-video/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://heyzeus.org/wp-content/uploads/2008/04/ViewofPragueCastle.mov" length="115790470" type="video/quicktime" />
		</item>
		<item>
		<title>New ways to subscribe and design changes</title>
		<link>http://heyzeus.org/new-ways-to-subscribe-and-design-changes/</link>
		<comments>http://heyzeus.org/new-ways-to-subscribe-and-design-changes/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 16:47:42 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[31three Theme]]></category>
		<category><![CDATA[RSS reader users are cool people]]></category>
		<category><![CDATA[subscribe via email]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=590</guid>
		<description><![CDATA[You can now subscribe to the HZ.org feed via email, so if you&#8217;re not into the whole being cool and using an RSS reader, enter your email on the right and posts will be delivered to your inbox! I also wanted to talk about the tags in each of my posts. I&#8217;ve finally gotten really [...]]]></description>
			<content:encoded><![CDATA[<p>You can now subscribe to the HZ.org feed via email, so if you&#8217;re not into the whole being cool and using an RSS reader, enter your email on the right and posts will be delivered to your inbox!</p>
<p>I also wanted to talk about the tags in each of my posts.  I&#8217;ve finally gotten really organized with my categories and in addition, can properly use tags, and sometimes they&#8217;re funny, so definitely check them out.</p>
<p>Lastly, is the minor design changes that you may have noticed.  Feel free to let me know what you think, but things should now validate, and look a little cleaner.  I&#8217;ve been working on this theme for a while and after a few more tests will release it to the Wordpress Community.  Original inspiration came from <a href="http://31three.com">Jesse at 31three</a> and his <a href="http://31three.com/weblog/archive/expressionengine_control_panel_theme">Expression Engine Control Panel Theme</a>.  A big thanks to him!</p>
<p>(logo will come back, maybe the same maybe different).</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/new-ways-to-subscribe-and-design-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome The Maris Family Blog</title>
		<link>http://heyzeus.org/welcome-the-maris-family-blog/</link>
		<comments>http://heyzeus.org/welcome-the-maris-family-blog/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 17:21:10 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Friends & Family]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[Blogging is cool]]></category>
		<category><![CDATA[If everyone blogs Mandy should blog]]></category>
		<category><![CDATA[Mandy should blog]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=593</guid>
		<description><![CDATA[Here&#8217;s another one that has jumped on the &#8216;blogging&#8217; bandwagon. My &#8217;sister-in-law&#8217; has created a blog for her husband and family to read while he is away in Iraq. Jason, Meredith&#8217;s husband has been deployed by the Marines and we anxiously await his safe return in October! Mandy and I already plan on talking to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://meremaris.wordpress.com"><img class="alignleft size-full wp-image-594" style="float: left;" title="The Maris Family Blog" src="http://heyzeus.org/wp-content/uploads/2008/04/mereblog.jpg" alt="The Maris Family Blog" width="500" height="266" /></a>Here&#8217;s another one that has jumped on the &#8216;blogging&#8217; bandwagon.  My &#8217;sister-in-law&#8217; has <a title="The Maris Family" href="http://meremaris.wordpress.com">created a blog for her husband and family to read</a> while he is away in Iraq.  Jason, Meredith&#8217;s husband has been deployed by the Marines and we anxiously await his safe return in October! Mandy and I already plan on talking to him via skype to stay in touch.</p>
<p>They have a <a href="http://picasaweb.google.com/merestar97/Halloween2007/photo#5127669782556295474">beautiful 2 year old rug rat</a>, who <a href="http://heyzeus.org/a-day-with-another-pretty-lady/">I&#8217;ve mentioned before</a>, and <a href="http://picasaweb.google.com/merestar97/AidanTylerMarisInMomSBellyAt30Weeks">another little lad</a> on his way May 5th (date has been prearranged by Jason, who either loves Cinco de Mayo or just drinking!)   Mandy and I are all ready for tike number 2, with Mandy already having purchased swim trunks and a hat for when we go to the beach!  Jason &amp; Mere: we&#8217;re with you both, and let us know what you need and we&#8217;ll be there faster than you know!</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/welcome-the-maris-family-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blu-ray is the Winner!</title>
		<link>http://heyzeus.org/blu-ray-is-the-winner/</link>
		<comments>http://heyzeus.org/blu-ray-is-the-winner/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 13:20:12 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[One Blu-ray to bring them all and in the darkness bind ]]></category>
		<category><![CDATA[One Blu-ray to find them]]></category>
		<category><![CDATA[One Blu-ray to rule them all]]></category>

		<guid isPermaLink="false">http://heyzeus.org/blu-ray-is-the-winner/</guid>
		<description><![CDATA[Congrats Blu-Ray you&#8217;re the Weiner!!  Well, I won&#8217;t say I told you so, but I&#8217;ll pretend I did.  I still don&#8217;t believe it, but I&#8217;ll trust the sources.  I was always asked which should I buy, and I always said buy one or the other and just freakin enjoy it!  I bought my blu-ray player [...]]]></description>
			<content:encoded><![CDATA[<p>Congrats Blu-Ray you&#8217;re the Weiner!!  Well, I won&#8217;t say I told you so, but I&#8217;ll pretend I did.  I still don&#8217;t believe it, but <a href="http://www.engadget.com/2008/02/19/official-hd-dvd-dead-and-buried-format-war-is-over/">I&#8217;ll trust the sources</a>.  I was always asked which should I buy, and I always said buy one or the other and just freakin enjoy it!  I bought my blu-ray player and have <a href="http://heyzeus.org/dave-matthews-tim-reynolds-on-blu-ray-is-fucking-amazing/">enjoyed it tremendously</a>!  Even if I had gone the other way, I still would have been happy with the picture quality and movie selection!  So now to all you <a href="http://www.michaelrhing.com/2007/08/28/hd-dvd-vs-blu-ray-a-consumer-point-of-view/">doubter</a>(s), go out and enjoy those high quality movies!!</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/blu-ray-is-the-winner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
