<?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>://snapfizzle.Blog</title>
	<atom:link href="http://b.snapfizzle.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://b.snapfizzle.com</link>
	<description>deeks.web.blog.random</description>
	<lastBuildDate>Fri, 04 Jun 2010 18:41:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Firefox and its elusive &#8220;Temp Directory&#8221;&#8230;</title>
		<link>http://b.snapfizzle.com/2009/10/firefox-and-its-elusive-temp-directory/</link>
		<comments>http://b.snapfizzle.com/2009/10/firefox-and-its-elusive-temp-directory/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 06:35:41 +0000</pubDate>
		<dc:creator>Deek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox temp directory]]></category>
		<category><![CDATA[temp]]></category>
		<category><![CDATA[temp directory]]></category>
		<category><![CDATA[temp files]]></category>

		<guid isPermaLink="false">http://b.snapfizzle.com/?p=69</guid>
		<description><![CDATA[When you view the web using any browser, whether it be Internet Explorer, Firefox, Opera, etc., your computer stores all the HTML, images, and other files as you go in a temporary location on your computer.  Typically these files are cleared out once the specified size limit is reached, however more savvy users (see: nerds) [...]]]></description>
			<content:encoded><![CDATA[<p>When you view the web using any browser, whether it be Internet Explorer, Firefox, Opera, etc., your computer stores all the HTML, images, and other files as you go in a temporary location on your computer.  Typically these files are cleared out once the specified size limit is reached, however more savvy users (see: nerds) prefer to have this done on a more frequent basis.  Some also prefer to change the location where these files are stored to avoid clutter or hard drive performance knocks.  Having an SSD as my OS drive, I choose to store these files on a separate HDD.</p>
<p>For firefox users, changing your &#8220;Temp Directory&#8221; isn&#8217;t quite as easy as it is in Internet Explorer.  In fact, no matter how hard the average Joe looks for it, he&#8217;ll find himself either tearing what hair he has left out, or giving up&#8230; So here you go!</p>
<p>1. Open Firefox and in the address bar, type: <strong>about:config</strong></p>
<p>2. You&#8217;ll get a message about &#8216;voiding your warranty&#8217;, click the button that says &#8220;I&#8217;ll be careful, I promise!&#8221;</p>
<p>3. Right-click anywhere in the browser window and chose <strong>New &gt; String</strong>.</p>
<p>4. It will prompt you to &#8220;Enter the preference name&#8221;, type <strong>browser.cache.disk.parent_directory</strong> and hit <strong>OK</strong>.</p>
<p>5. It will then prompt you to &#8220;Enter string value&#8221;, here you enter the location of where you want your temp files to be stored.  I have mine on Y:\TEMPNET (Y:\ is the letter for my other HDD).</p>
<p>6. Close and re-open Firefox and your new settings will be in effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://b.snapfizzle.com/2009/10/firefox-and-its-elusive-temp-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7, (Disable) Nagle&#8217;s Algorithm, and gaming&#8230;</title>
		<link>http://b.snapfizzle.com/2009/09/windows-7-nagles-algorithm-and-gaming/</link>
		<comments>http://b.snapfizzle.com/2009/09/windows-7-nagles-algorithm-and-gaming/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:17:11 +0000</pubDate>
		<dc:creator>Deek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Disable]]></category>
		<category><![CDATA[Disable Nagle's Algorithm]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Nagle's]]></category>
		<category><![CDATA[Nagle's Algorithm]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://b.snapfizzle.com/?p=53</guid>
		<description><![CDATA[Time constraints have prevented me from really documenting the many nuances of setting up OSX on my AMD box.  So I guess I&#8217;ll just move the blog along to other things computer related, at least for now.  Who knows where it&#8217;ll end up in the future. Alright, so I just installed Windows 7 Ultimate RTM (7600).  [...]]]></description>
			<content:encoded><![CDATA[<p>Time constraints have prevented me from really documenting the <em>many</em> nuances of setting up OSX on my AMD box.  So I guess I&#8217;ll just move the blog along to other things computer related, at least for now.  Who knows where it&#8217;ll end up in the future.</p>
<p>Alright, so I just installed Windows 7 Ultimate RTM (7600).  I noticed in some of the games I frequent (sadly <a href="http://www.worldofwarcraft.com" target="_blank">WoW</a> being the main one) that I was sitting around 112ms~ latency.  Much like HDTV buffs notice the most minute imperfections in video, gamers can basically <em>feel </em>the delay between when they enter a command and when their game performs the intended command.  You can essentially cut your latency in half by disabling Nagle&#8217;s Algorithm&#8230; I dropped down to a 53ms~ average.</p>
<p>By default all current Microsoft operating systems have <a href="http://en.wikipedia.org/wiki/Nagle's_algorithm" target="_blank">Nagle&#8217;s Algorithm</a> enabled.  For gamers playing games that utilize TCP packets to transmit data, such as WoW, this can be a bit of a hinderance.  So here is how to go about disabling it in Windows 7&#8230; you&#8217;ll need to go into your registry editor, which to be honest, if you don&#8217;t know what you&#8217;re doing, can become quite scarey as you can really hose things up if you&#8217;re careless.  However if you follow this step by step, and refrain from slamming your face on the keyboard while swinging your mouse around like you&#8217;re trying to rope cattle, you&#8217;ll be fine.  Also keep in mind that you&#8217;ll need administrative privelages to get into the registry editor.</p>
<p>1. To get into the registry editor, go to <strong>Start &gt; Run &gt; Type: regedit</strong></p>
<p>2. Browse to: <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces</strong></p>
<p>Here you will see your network interface devices listed as random characters.  The only way to really identify which one you want to modify is to click on each one and search for your IP configuration information in the right pane (ie. IPAddress &gt; 192.168.0.100).</p>
<p>3. You will need to create two new entries for this interface.  You can do this by right-clicking the interface in the left pane and going to <strong>New &gt; DWORD (32-bit) Value</strong>.</p>
<ul>
<li>Name the first one &#8220;<strong>TcpAckFrequency</strong>&#8221; (case sensitive).</li>
<li>Name the second one &#8220;<strong>TCPNoDelay</strong>&#8221; (again, case sensitive).</li>
</ul>
<p>4. As you create these, they will appear in the right pane of the registry editor.  <strong>You want to double-click each of your new values and set their &#8216;Value Data&#8217; to &#8220;1&#8243;</strong>, and leave &#8220;Hexadecimal&#8221; checked under &#8216;Base&#8217;.</p>
<p>5. Exit your registry and reboot.</p>
<p>Notice: This can adversely effect other types of internet usage such as streaming video (ie. Hulu), further research on your part will provide more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://b.snapfizzle.com/2009/09/windows-7-nagles-algorithm-and-gaming/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>iStat Menus</title>
		<link>http://b.snapfizzle.com/2009/04/istat-menus/</link>
		<comments>http://b.snapfizzle.com/2009/04/istat-menus/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:19:24 +0000</pubDate>
		<dc:creator>Deek</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[iSlayer]]></category>
		<category><![CDATA[istat]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[ram]]></category>

		<guid isPermaLink="false">http://blog.snapfizzle.com/?p=19</guid>
		<description><![CDATA[iStat Menus will put valuable resource information in your menu.  I only have it showing CPU, memory, and Bandwidth usage, but it also has the ability to show drive usage, temperatures, fan speeds, date and time with more in depth calendar, etc. The configuration screen is pretty simple to decipher and you can check for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.islayer.com/apps/istatmenus/" target="_blank">iStat Menus</a> will put valuable resource information in your menu.  I only have it showing CPU, memory, and Bandwidth usage, but it also has the ability to show drive usage, temperatures, fan speeds, date and time with more in depth calendar, etc.</p>
<div id="attachment_20" class="wp-caption alignnone" style="width: 310px"><a href="http://b.snapfizzle.com/wp-content/uploads/2009/04/istatmenu.jpg" rel="shadowbox[post-19];player=img;" target="_blank"><img class="size-medium wp-image-20" title="istatmenu" src="http://b.snapfizzle.com/wp-content/uploads/2009/04/istatmenu-300x24.jpg" alt="My iStat Menu configuration." width="300" height="24" /></a><p class="wp-caption-text">My iStat Menu configuration.</p></div>
<p>The configuration screen is pretty simple to decipher and you can check for updates from here as well.</p>
<div id="attachment_21" class="wp-caption alignnone" style="width: 310px"><a href="http://b.snapfizzle.com/wp-content/uploads/2009/04/istatconfig.jpg" rel="shadowbox[post-19];player=img;" target="_blank"><img class="size-medium wp-image-21" title="istatconfig" src="http://b.snapfizzle.com/wp-content/uploads/2009/04/istatconfig-300x242.jpg" alt="Configuration screen in System Preferences." width="300" height="242" /></a><p class="wp-caption-text">Configuration screen in System Preferences.</p></div>
<p>Product Type: Freeware (donations accepted by developer).</p>
]]></content:encoded>
			<wfw:commentRss>http://b.snapfizzle.com/2009/04/istat-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paragon NTFS for Mac OS X</title>
		<link>http://b.snapfizzle.com/2009/04/paragon-ntfs-for-mac-os-x/</link>
		<comments>http://b.snapfizzle.com/2009/04/paragon-ntfs-for-mac-os-x/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 03:53:01 +0000</pubDate>
		<dc:creator>Deek</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[HFS+]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Paragon]]></category>

		<guid isPermaLink="false">http://blog.snapfizzle.com/?p=8</guid>
		<description><![CDATA[Along the way I&#8217;m finding some useful utilities that help me better utilize my system how I want.  Because I have a 320GB drive and a 750GB drive, I partitioned the 320GB in half (150GB~ HFS+ for OSX and 150GB~ NTFS for Vista).  I will document how I formatted these volumes this way when I [...]]]></description>
			<content:encoded><![CDATA[<p>Along the way I&#8217;m finding some useful utilities that help me better utilize my system how I want.  Because I have a 320GB drive and a 750GB drive, I partitioned the 320GB in half (150GB~ HFS+ for OSX and 150GB~ NTFS for Vista).  I will document how I formatted these volumes this way when I get around to doing the retail installation of OSX.</p>
<p>Anyways, I use the 750GB drive as a data/documents storage volume for both OSes formatted as NTFS.  I formatted it NTFS because out of the box OSX can view NTFS volumes but not write to them, whereas Windows can&#8217;t even view HFS+ volumes (out of the box).</p>
<p>Since you can already view NTFS volumes mounted on your desktop in OSX just as you would any other HFS+ volume, the only aspect left is writing to it.  <a href="http://www.paragon-software.com/home/ntfs-mac/" target="_blank">Paragon NTFS for Mac OS X</a> is a lightweight driver that allows you to write to NTFS formatted volumes within OSX just as you would a HFS+ volume, its seemless and doesn&#8217;t require launching of an application.</p>
<p>You can also use the included MacBrowser to read/write to your HFS+ formatted volumes while in Windows.</p>
<p>Product Type: Shareware $39.95 // Trial Period: 10 days fully functional.</p>
]]></content:encoded>
			<wfw:commentRss>http://b.snapfizzle.com/2009/04/paragon-ntfs-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX Retail to my AMD box&#8230;</title>
		<link>http://b.snapfizzle.com/2009/04/hello-world/</link>
		<comments>http://b.snapfizzle.com/2009/04/hello-world/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 21:09:27 +0000</pubDate>
		<dc:creator>Deek</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[4870]]></category>
		<category><![CDATA[ASUS]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[M3A79-T]]></category>
		<category><![CDATA[OSX86]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[I have an upcoming Retail install of OSX on my AMD box that I&#8217;ll be documenting here as I go&#8230;  I will also be installing Vista Ultimate 64 on a second partition and dual booting them using the Chameleon bootloader. As a precautionary measure I&#8217;ve already tested this system&#8217;s ability to run OSX using iDeneb [...]]]></description>
			<content:encoded><![CDATA[<p>I have an upcoming Retail install of OSX on my AMD box that I&#8217;ll be documenting here as I go&#8230;  I will also be installing Vista Ultimate 64 on a second partition and dual booting them using the <a href="http://chameleon.osx86.hu/" target="_blank">Chameleon bootloader</a>.</p>
<p>As a precautionary measure I&#8217;ve already tested this system&#8217;s ability to run OSX using <a href="http://www.ideneb.net" target="_blank">iDeneb</a> v1.4 &#8211; please don&#8217;t ask for specific details as to where or how, there is plenty of literature online if you search&#8230; I&#8217;ve already given you a link.  Anyways, now that I know OSX is feasible, I&#8217;m going to do it the right way.</p>
<p>I will be learning a lot in the process and hopefully can document it efficiently enough for others to benefit &#8211; or if I blow up the whole deal, I can retrace my steps to pick it back up.</p>
<p>System Specs;</p>
<ul>
<li>Motherboard: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813131339" target="_blank">ASUS M3A79-T Deluxe</a> (AMD 790FX / ATI SB750)</li>
<li>Processor: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819103471" target="_blank">AMD Phenom II X4 940</a> (Deneb)</li>
<li>Graphics Card: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814161265" target="_blank">HIS HD 4870 IceQ 4+ Turbo 1GB</a> (ATI RadeonHD 4870)</li>
<li>Memory: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820231166" target="_blank">G.Skill DDR2 1066</a> 8GB Memory (4x2GB)</li>
<li>Hard Drive: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822148316" target="_blank">320 Seagate Barracuda</a> (SATA/300)</li>
<li>Display: <a href="http://accessories.us.dell.com/sna/products/Monitors/productdetail.aspx?c=us&amp;l=en&amp;cs=19&amp;sku=320-7345" target="_blank">Dell S2409W LCD</a> (1920&#215;1080)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://b.snapfizzle.com/2009/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
