<?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>HyperBBQ</title>
	<atom:link href="http://www.hyperbbq.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperbbq.com</link>
	<description>The trials and tribulations of two college guys on a quest to conquer this thing called life</description>
	<lastBuildDate>Sat, 01 Aug 2009 02:04:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Packaging An Entire Gentoo System</title>
		<link>http://www.hyperbbq.com/index.php/2009/07/31/packaging-an-entire-gentoo-system/</link>
		<comments>http://www.hyperbbq.com/index.php/2009/07/31/packaging-an-entire-gentoo-system/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 02:04:29 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[equery]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[quickpkg]]></category>
		<category><![CDATA[while]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=111</guid>
		<description><![CDATA[Just a tip as I needed to build binary packages for all the installed packages on a gentoo box: equery list &#124; cut -d&#8217; &#8216; -f3 &#124; while read f; do quickpkg &#8220;=${f}&#8221;; done It&#8217;s a giant hack, but it gets the job done.]]></description>
			<content:encoded><![CDATA[<p>Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:</p>
<blockquote><p>equery list | cut -d&#8217; &#8216; -f3 | while read f; do quickpkg &#8220;=${f}&#8221;; done</p></blockquote>
<p>It&#8217;s a giant hack, but it gets the job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2009/07/31/packaging-an-entire-gentoo-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista SP1 and EFI on MacBook Pro</title>
		<link>http://www.hyperbbq.com/index.php/2009/06/20/vista-sp1-and-efi-on-macbook-pro/</link>
		<comments>http://www.hyperbbq.com/index.php/2009/06/20/vista-sp1-and-efi-on-macbook-pro/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:30:46 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=109</guid>
		<description><![CDATA[Looks like I need to update my triple-boot procedure with instructions for fixing the EFI bug that Vista SP1 introduced. The procedure requires a box running windows (sadly), and a utility called oscdimg.exe which I&#8217;ve mirrored. Here&#8217;s a quick rundown of the procedure posted at http://blog.aproductofsociety.org/?p=13: Download Vista SP1/2008 x64 ISO from MSDN, orgrab your [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like I need to update my triple-boot procedure with instructions for fixing the EFI bug that Vista SP1 introduced. The procedure requires a box running windows (sadly), and a utility called oscdimg.exe which I&#8217;ve mirrored. Here&#8217;s a quick rundown of the procedure posted at <a href="http://blog.aproductofsociety.org/?p=13" onclick="pageTracker._trackPageview('/outgoing/blog.aproductofsociety.org/?p=13&amp;referer=');">http://blog.aproductofsociety.org/?p=13</a>:</p>
<blockquote>
<ol>
<li> Download Vista SP1/2008 x64 ISO from MSDN, orgrab your CD</li>
<li>Create 3 folders c:\efi-iso c:\efi-exe c:\efi-dvd</li>
<li>Download <a href="http://www.hyperbbq.com/wp-content/uploads/2009/06/oscdimg.exe">oscdimg</a> into c:\efi-exe</li>
<li>Extract iso using 7Zip or WinRAR (Or copy the contents of the DVD) into c:\efi-dvd</li>
<li>Start up a command prompt (Start -&gt; Run -&gt; cmd)</li>
<li>Type: cd c:\efi-exe</li>
<li>Type: oscdimg -n -m -bc:\efi-dvd\boot\etfsboot.com c:\efi-dvd c:\efi-iso\server2008dvd.iso</li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2009/06/20/vista-sp1-and-efi-on-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Evaporation Cooler First Attempt (aka swamp cooler)</title>
		<link>http://www.hyperbbq.com/index.php/2008/05/18/evaporation-cooler-first-attempt-aka-swamp-cooler/</link>
		<comments>http://www.hyperbbq.com/index.php/2008/05/18/evaporation-cooler-first-attempt-aka-swamp-cooler/#comments</comments>
		<pubDate>Mon, 19 May 2008 03:14:25 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[evaporation cooler]]></category>
		<category><![CDATA[swamp cooler]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=106</guid>
		<description><![CDATA[Our water collection tray (made of cardboard) got wet and collapsed. So we improvised with black plastic! There is a fan in another room exhausting air. Cold air comes straight into the living room!]]></description>
			<content:encoded><![CDATA[<p>Our water collection tray (made of cardboard) got wet and collapsed. So we improvised with black plastic!</p>
<p>There is a fan in another room exhausting air. Cold air comes straight into the living room!</p>
<p><a href="http://www.hyperbbq.com/wp-content/uploads/2008/05/img_4888.jpg"><br />
<img style="vertical-align: middle;" src="http://www.hyperbbq.com/wp-content/uploads/2008/05/img_4888.png" alt="Swamp Cooler" width="640" height="480" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2008/05/18/evaporation-cooler-first-attempt-aka-swamp-cooler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How ssh-agent Works on OS X 10.5</title>
		<link>http://www.hyperbbq.com/index.php/2008/05/13/how-ssh-agent-works-on-os-x-105/</link>
		<comments>http://www.hyperbbq.com/index.php/2008/05/13/how-ssh-agent-works-on-os-x-105/#comments</comments>
		<pubDate>Tue, 13 May 2008 21:26:41 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-agent]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=105</guid>
		<description><![CDATA[This post discusses how ssh-agent works on OS X Leopard. Very informative. http://www.dribin.org/dave/blog/archives/2007/11/28/ssh_agent_leopard/]]></description>
			<content:encoded><![CDATA[<p>This post discusses how ssh-agent works on OS X Leopard. Very informative.</p>
<p><a href="http://www.dribin.org/dave/blog/archives/2007/11/28/ssh_agent_leopard/" onclick="pageTracker._trackPageview('/outgoing/www.dribin.org/dave/blog/archives/2007/11/28/ssh_agent_leopard/?referer=');">http://www.dribin.org/dave/blog/archives/2007/11/28/ssh_agent_leopard/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2008/05/13/how-ssh-agent-works-on-os-x-105/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rdiff-backup on OS X</title>
		<link>http://www.hyperbbq.com/index.php/2008/05/13/rdiff-backup-on-os-x/</link>
		<comments>http://www.hyperbbq.com/index.php/2008/05/13/rdiff-backup-on-os-x/#comments</comments>
		<pubDate>Tue, 13 May 2008 08:50:28 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[rdiff-backup]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=103</guid>
		<description><![CDATA[Short and sweet Download my script to automate rdiff-backup installation on OS X. Longer version with background I use rdiff-backup to keep all my systems backed up. Rdiff-backup keeps incremental changes and permission information, and only transmits changes over the network. It&#8217;s great for automated remote backups. All my Linux systems backup at least once [...]]]></description>
			<content:encoded><![CDATA[<h3>Short and sweet</h3>
<p>Download my <a href="http://www.hyperbbq.com/wp-content/uploads/2008/05/install-rdiff-backup.sh">script to automate rdiff-backup installation</a> on OS X.</p>
<h3>Longer version with background</h3>
<p>I use <a href="http://www.nongnu.org/rdiff-backup/" onclick="pageTracker._trackPageview('/outgoing/www.nongnu.org/rdiff-backup/?referer=');">rdiff-backup</a> to keep all my systems backed up. Rdiff-backup keeps incremental changes and permission information, and only transmits changes over the network. It&#8217;s great for automated remote backups. All my Linux systems backup at least once a night, some several times daily to offsite locations via consumer-class internet connections. The first backup is painful if you have a lot of data, but after that only differences have to go so things are pretty smooth.<span id="more-103"></span></p>
<p>I decided I want to run remote backups from my MacBook Pro even during those rare times when I&#8217;m running OS X. Time Machine doesn&#8217;t support remote destinations natively (and requires much more space because it&#8217;s not incremental). Getting rdiff-backup on OS X is a little tricky. According to rdiff-backup&#8217;s website both DarwinPorts and Fink have packages for rdiff-backup, which is fine and dandy but I have neither installed. I&#8217;d rather not add that much bulk to my system just to get rdiff-backup. I also like to match the version I&#8217;m running on my Linux systems, and DarwinPorts/Fink seem to lag behind the latest releases.</p>
<p>Foreseeing the need to deploy rdiff-backup on the Macs at work as well, I created the script below to automate installation of rdiff-backup from source and allow specification of a particular version. I&#8217;m releasing it as is, tested only by myself. If you find it useful or have suggestions, please let me know. (Comment below). You can download the script via the link above.</p>
<pre>#!/bin/bash
# Rdiff-backup installation script for OS X 10.5.1
#
# Version 0.1
#
# Changelog:
# 2008/05/14 - Initial version - Aaron &lt;aaron@xxxxxxxx&gt;
#

# Define which versions of the software packages we want.
# Note that librsync version 0.9.7 requires a patch for 4GB+ file sizes.
RDIFF_VERSION="1.1.12"
XATTR_VERSION="0.4"
LIBRSYNC_VERSION="0.9.7"

# Define installation prefix for librsync. Python packages are installed with prefix=/
PREFIX="/usr/local"

# Exit on errors
set -o errexit
# Exit if using unset variable
set -o nounset

# Download URIs
RDIFF_URI="http://savannah.nongnu.org/download/rdiff-backup/rdiff-backup-${RDIFF_VERSION}.tar.gz"
XATTR_URI="http://pypi.python.org/packages/source/x/xattr/xattr-0.4.tar.gz"
LIBRSYNC_URI="http://downloads.sourceforge.net/librsync/librsync-${LIBRSYNC_VERSION}.tar.gz"
LIBRSYNC_PATCH_URI="https://sourceforge.net/tracker/download.php?group_id=56125&amp;atid=479441&amp;file_id=169866&amp;aid=1439412"

# Download the necessary sources
curl -L -O "${RDIFF_URI}"
curl -L -O "${XATTR_URI}"
curl -L -O "${LIBRSYNC_URI}"
[[ "$LIBRSYNC_VERSION" == "0.9.7" ]] &amp;&amp; curl --insecure -L -o librsync-4gbpatch.patch "${LIBRSYNC_PATCH_URI}"

# librsync
tar -zxvf librsync-${LIBRSYNC_VERSION}.tar.gz
cd librsync-${LIBRSYNC_VERSION}
[[ "$LIBRSYNC_VERSION" == "0.9.7" ]] &amp;&amp; patch -i ../librsync-4gbpatch.patch
./configure --prefix="${PREFIX}"
make
sudo make install
cd ..

# xattr
tar -zxvf xattr-${XATTR_VERSION}.tar.gz
cd xattr-${XATTR_VERSION}
python setup.py build
sudo python setup.py install
cd ..

# Rdiff-backup
tar -zxvf rdiff-backup-${RDIFF_VERSION}.tar.gz
cd rdiff-backup-${RDIFF_VERSION}
python setup.py build
sudo python setup.py install
cd ..

echo -e "\n\nInstallation complete!"
echo "I've left all the temporary files in this directory in case you want to uninstsall the software later."
echo "Happy rdiff-backuping!"</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2008/05/13/rdiff-backup-on-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Six Dumbest Ideas in Computer Security</title>
		<link>http://www.hyperbbq.com/index.php/2008/05/12/the-six-dumbest-ideas-in-computer-security/</link>
		<comments>http://www.hyperbbq.com/index.php/2008/05/12/the-six-dumbest-ideas-in-computer-security/#comments</comments>
		<pubDate>Tue, 13 May 2008 06:31:28 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Brain Food]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=102</guid>
		<description><![CDATA[A bit dated, but still a good read with thought-provoking ideas about things not to do in the name of security. Default Permit Enumerating Badness Penetrate and Patch Hacking is Cool Educating Users Action is Better Than Inaction http://www.ranum.com/security/computer_security/editorials/dumb/]]></description>
			<content:encoded><![CDATA[<p>A bit dated, but still a good read with thought-provoking ideas about things not to do in the name of security.</p>
<blockquote>
<ol>
<li>Default Permit</li>
<li>Enumerating Badness</li>
<li>Penetrate and Patch</li>
<li>Hacking is Cool</li>
<li>Educating Users</li>
<li>Action is Better Than Inaction</li>
</ol>
</blockquote>
<blockquote>
<ol></ol>
</blockquote>
<p><a href="http://www.ranum.com/security/computer_security/editorials/dumb/" onclick="pageTracker._trackPageview('/outgoing/www.ranum.com/security/computer_security/editorials/dumb/?referer=');">http://www.ranum.com/security/computer_security/editorials/dumb/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2008/05/12/the-six-dumbest-ideas-in-computer-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Sleep Mode on Portable Macs</title>
		<link>http://www.hyperbbq.com/index.php/2008/04/26/fixing-sleep-mode-on-portable-macs/</link>
		<comments>http://www.hyperbbq.com/index.php/2008/04/26/fixing-sleep-mode-on-portable-macs/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 11:11:51 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=101</guid>
		<description><![CDATA[As discussed in the Macworld article Set newer portable Macs&#8217; sleep mode, it is possible to disable the copying of RAM onto disk when you put a MacBook or MacBook Pro to sleep. I&#8217;ve found the recovery from sleep to be more reliable with this feature disabled. Going to sleep also takes much less time. [...]]]></description>
			<content:encoded><![CDATA[<p>As discussed in the Macworld article <a href="http://www.macworld.com/article/53471/2006/10/sleepmode.html" onclick="pageTracker._trackPageview('/outgoing/www.macworld.com/article/53471/2006/10/sleepmode.html?referer=');">Set newer portable Macs&#8217; sleep mode</a>, it is possible to disable the copying of RAM onto disk when you put a MacBook or MacBook Pro to sleep. I&#8217;ve found the recovery from sleep to be more reliable with this feature disabled. Going to sleep also takes much less time.</p>
<p>I&#8217;ve included the relevant portions of the article below for the curious. For the impatient, running the following commands in Terminal will change sleep mode to RAM-only, and remove the memory image file:</p>
<pre>sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage</pre>
<p><span id="more-101"></span></p>
<blockquote><p><strong>Check the current setup</strong></p>
<p>After you launch Terminal, the first step is to determine which sleep mode your Mac is currently using (in case you wish to go back to it). You can both view and change the sleep mode using the Unix program <tt>pmset</tt>. To see your current settings, type 	<tt>pmset -g | grep hibernatemode</tt>.  You should see something like this:</p>
<pre>	$ pmset -g | grep hibernatemode

hibernatemode  3</pre>
<p>Great, so your machine is using mode 	<tt>3</tt>, whatever that might be. Well, thanks to the documentation for the handy 	<a href="http://deepsleep.free.fr/" onclick="pageTracker._trackPageview('/outgoing/deepsleep.free.fr/?referer=');">Deep Sleep</a> Dashboard widget, which puts your machine immediately into hibernation mode (so you don’t have to yank all the power sources to invoke it), we can tell exactly which mode is which:</p>
<div id="articleText">
<li> <tt>0</tt> &#8211; Old style sleep mode, with RAM powered on while sleeping, safe sleep disabled, and super-fast wake.</li>
<li> <tt>1</tt> &#8211; Hibernation mode, with RAM contents written to disk, system totally shut down while “sleeping,” and slower wake up, due to reading the contents of RAM off the hard drive.</li>
<li> <tt>3</tt> &#8211; The default mode on machines introduced since about fall 2005. RAM is powered on while sleeping, but RAM contents are also written to disk before sleeping. In the event of total power loss, the system enters hibernation mode automatically.</li>
<li> <tt>5</tt> &#8211; This is the same as mode 	<tt>1</tt>, but it’s for those using secure virtual memory (in System Preferences -&gt; Security).</li>
<li> <tt>7</tt> &#8211; This is the same as mode 	<tt>3</tt>, but it’s for those using secure virtual memory.</li>
<p>Once you see which mode you’re presently using, make a note of it. You could do this in one step, actually, with a command like this:</p>
<pre>sudo pmset -g | grep hibernatemode &gt; ~/Desktop/current_mode.txt</pre>
<p>That will take the output of the 	<tt>pmset</tt> command, strip out everything other than the 	<tt>hibernatemode</tt> value, and then dump the result into a file on your desktop named 	<tt>current_mode.txt</tt>. Save this file for future use.</p>
<p><strong>Note:</strong> I’m being overly cautious here on purpose. The reality is that, unless you’ve messed with this setting before, your Mac will either be in mode <tt>0</tt> (in which case, this tip doesn’t matter, as your Mac is using old-style sleep), or mode 	<tt>3</tt> or 	<tt>7</tt> (the default for machines shipped since last fall). Saving a text file to remember a 	<tt>3</tt> or a 	<tt>7</tt> is really overdoing things, but at least you won’t be able to say you don’t remember which mode your machine was in.</p>
<p><strong>Change the sleep mode setting</strong></p>
<p>To change your sleep mode, you use 	<tt>pmset</tt> again, providing the variable and value you wish to assign. So to return to the old style sleep mode (which is mode 	<tt>0</tt> from the above list), enter this command:</p>
<pre>sudo pmset -a hibernatemode 0</pre>
<p>Press Return, and you’ll be asked for your password. Provide it, and your sleep mode has been changed. If you ever wish to go back to your previous setting, just repeat the above command, but replace <tt>0</tt> with the value from your 	<tt>current_mode.txt</tt> file.</p>
<p>And yes, this means you can also set your machine to always go directly into hibernation mode by running the above command with 	<tt>1</tt> at the end. I find it much simpler, though, to use the Deep Sleep widget linked above—and the widget also returns the 	<tt>hibernatemode</tt> setting to its prior value, which means that you can use the widget for hibernation, and still enter normal sleep mode when you simply close the lid.</p>
<p>Note that restarting is not required for these changes to take effect.</p>
<p><strong>Recover some drive space</strong></p>
<p>If your machine was previously set to mode 	<tt>3</tt> (or 	<tt>7</tt> ) and you’ve reverted to the old style sleep mode, you’ve got one more step to take: recover the drive space used up by the copy of your system’s RAM, which was created the last time you slept the machine prior to making the switch. In Terminal, enter these two commands, pressing Return after each and providing your password when asked:</p>
<blockquote>
<pre>	cd /var/vm

sudo rm sleepimage</pre>
</blockquote>
<p>If you ever return to the new style sleep mode, the 	<tt>sleepimage</tt> file will be automatically recreated when you execute the 	<tt>sudo pmset</tt> command—yes, it creates the file as soon as you execute the command, not the first time you put the machine to sleep.</p>
</div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2008/04/26/fixing-sleep-mode-on-portable-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC Gaming is NOT Dead!</title>
		<link>http://www.hyperbbq.com/index.php/2008/04/23/pc-gaming-is-not-dead/</link>
		<comments>http://www.hyperbbq.com/index.php/2008/04/23/pc-gaming-is-not-dead/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 17:12:58 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=100</guid>
		<description><![CDATA[I read this article on ExtremeTech today and it moved me. The author makes so many great points, especially: PC gaming is NOT dead and us gamers need to let the industry know this! Arguing about whether console or PC gaming is better is completely pointless. Maybe you&#8217;ll enjoy it too. http://www.extremetech.com/article2/0,1558,2286801,00.asp]]></description>
			<content:encoded><![CDATA[<p>I read this article on ExtremeTech today and it moved me. The author makes so many great points, especially:</p>
<ul>
<li>PC gaming is NOT dead and us gamers need to let the industry know this!</li>
<li>Arguing about whether console or PC gaming is better is completely pointless.</li>
</ul>
<p>Maybe you&#8217;ll enjoy it too.<br />
<a href="http://www.extremetech.com/article2/0,1558,2286801,00.asp?kc=ETRSS02129TX1K0000532" onclick="pageTracker._trackPageview('/outgoing/www.extremetech.com/article2/0_1558_2286801_00.asp?kc=ETRSS02129TX1K0000532&amp;referer=');">http://www.extremetech.com/article2/0,1558,2286801,00.asp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2008/04/23/pc-gaming-is-not-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SeaSonic M12-700 Power Supply</title>
		<link>http://www.hyperbbq.com/index.php/2008/04/22/seasonic-m12-700-power-supply/</link>
		<comments>http://www.hyperbbq.com/index.php/2008/04/22/seasonic-m12-700-power-supply/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 21:49:52 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[atx]]></category>
		<category><![CDATA[pci express]]></category>
		<category><![CDATA[power supply]]></category>
		<category><![CDATA[psu]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[seasonic]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=98</guid>
		<description><![CDATA[For those of you who don&#8217;t already know, I&#8217;ve been having some power problems lately. I had a 600 Watt Enermax PSU in my system that failed. Upon reflection, I&#8217;d guess the poor PSU was overloaded &#8211; I have a Q6600 CPU, D975XBX2 board, and GeForce 8800GTX-OC, as well as four 500GB Seagate drives. When [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who don&#8217;t already know, I&#8217;ve been having some power problems lately. I had a 600 Watt Enermax PSU in my system that failed. Upon reflection, I&#8217;d guess the poor PSU was overloaded &#8211; I have a Q6600 CPU, D975XBX2 board, and GeForce 8800GTX-OC, as well as four 500GB Seagate drives. When the Enermax PSU failed I needed a replacement. The heftiest PSU I could find in Klamath Falls was a 500 Watt Antec SmartPower 2.0. The Antec managed to run my system just fine until I launched a 3D game, then the system powered off or locked up. I solved the problem temporarily by using a spare 300W Enlight PSU to run my hard disks and optical drives. With the two supplies in tandem my computer was stable again &#8211; albeit louder due to the open case to allow both supplies.</p>
<p>A good friend, Ashley, recommended I check out <a title="BFG ES-800" href="http://www.bfgstore.com/ProductDetails.asp?ProductCode=BFGR800WESPSU" onclick="pageTracker._trackPageview('/outgoing/www.bfgstore.com/ProductDetails.asp?ProductCode=BFGR800WESPSU&amp;referer=');">BFG&#8217;s ES-800 PSU</a>. It looks pretty nifty, using some new switching technology which changes frequency dynamically with load. Unfortunately I needed a PSU quickly, and the ES-800 is really hard to find right now. As of today it&#8217;s <strong>still</strong> sold out on their website.</p>
<p>Failing to get the ES-800, I decided to shop around for a new PSU the conventional way. Off to NewEgg, ZipZoomFly, etc. I discovered SeaSonic has a 700 Watt model which looked very nice. When Ashley&#8217;s site was more active we had quite a few power supply reviews, and I heard personally from the reviewers about how stable and reliable the SeaSonic supplies are. I took the plunge and paid easily a $40 premium to get the SeaSonic. It arrived yesterday and is now powering my system as I write this.</p>
<p>The <a href="http://www.seasonic.com/pdf/datasheet/01PC/M12.pdf" onclick="pageTracker._trackPageview('/outgoing/www.seasonic.com/pdf/datasheet/01PC/M12.pdf?referer=');">SeaSonic M12-700</a> has the typical features of modern supplies &#8211; thermally controlled fans for quiet operation, modular connectors to reduce clutter, 3 year warranty, case sticker, quad 12V rails, etc. What impressed me most was the variety of auxilliary power connectors supplied. Three SATA power cables were provided, one with four connectors and two with two connectors. This is great for me, I only need to run a single cable down to my hard disks, and a single cable up to my optical drives. Previously I&#8217;ve had to run at least two cables down to the hard disks and that just creates extra clutter.</p>
<p>That being said, the lack of variety in auxiliary power cables disappointed me as well. After being impressed by the SATA connector cables I expected to see the same for all of them. Unfortunately the PCIe 12V connectors came in two styles &#8211; one cable with one connector, and two cables with two connectors. The PSU has two connectors for the PCIe 12V cables. For anyone running a single GPU requiring a single PCIe power connector, or two GPUs requiring two connectors each, this configuration would be fine. But for people like me who need two PCIe connectors for a single card there is a cable missing. Two cables with one connector each should have been supplied to facilitate connecting two 12V rails to the single card without leaving two extra PCIe connectors dangling.</p>
<p>I can&#8217;t fault SeaSonic too much &#8211; I&#8217;ll just leave two PCIe connectors dangling. As soon as nVidia decides SLI on Intel motherboards is a valid market segment I&#8217;ll have a use for them, but who knows how long that will take.</p>
<p>Overall I&#8217;m happy with the SeaSonic M12. It runs cool compared to the Antec and Enermax PSUs I had previously and is definitely quiet. It&#8217;s been two weeks now running my system and so far no issues have arisen. I think it&#8217;s safe to say I would recommend this PSU if you&#8217;re shopping for a few more amps to drive those power-hungry GPUs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2008/04/22/seasonic-m12-700-power-supply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grillin&#8217; Chickens</title>
		<link>http://www.hyperbbq.com/index.php/2008/04/15/grillin-chickens/</link>
		<comments>http://www.hyperbbq.com/index.php/2008/04/15/grillin-chickens/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 21:00:03 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[bbq]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[chicken]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[grilling]]></category>

		<guid isPermaLink="false">http://www.hyperbbq.com/?p=97</guid>
		<description><![CDATA[We do like to grill&#8230; nevermind that it&#8217;s 10:50 PM and around 40 degrees (Fahrenheit).]]></description>
			<content:encoded><![CDATA[<p>We do like to grill&#8230; nevermind that it&#8217;s 10:50 PM and around 40 degrees (Fahrenheit).</p>
<p style="text-align: center;"><a href="http://www.hyperbbq.com/wp-content/uploads/2008/04/img_4867.jpg"><img class="aligncenter size-medium wp-image-95" title="Grillin\'" src="http://www.hyperbbq.com/wp-content/uploads/2008/04/img_4867-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p style="text-align: center;"><a href="http://www.hyperbbq.com/wp-content/uploads/2008/04/img_4868.jpg"><img class="aligncenter size-medium wp-image-96" title="Grillin\' 2" src="http://www.hyperbbq.com/wp-content/uploads/2008/04/img_4868-300x225.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperbbq.com/index.php/2008/04/15/grillin-chickens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

