<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>davehayes.org</title>
	
	<link>http://www.davehayes.org</link>
	<description>socially, morally and generally irresponsible</description>
	<lastBuildDate>Mon, 06 Dec 2010 20:18:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/davehayes" /><feedburner:info uri="davehayes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Introducing Blofeld</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/xUxkuCeIlTE/introducing-blofeld</link>
		<comments>http://www.davehayes.org/2010/07/22/introducing-blofeld#comments</comments>
		<pubDate>Thu, 22 Jul 2010 07:46:19 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/?p=263</guid>
		<description><![CDATA[I&#8217;m happy to announce the initial &#8220;release&#8221; of a project I&#8217;ve been working on for quite some time now: Blofeld. What is Blofeld? In short, Blofeld is a music server. You install it on a Linux PC and tell it where your music is, and it provides a web interface that allows you to listen [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the initial &#8220;release&#8221; of a project I&#8217;ve been working on for quite some time now: <a href="http://github.com/daveisadork/Blofeld">Blofeld</a>.</p>
<h3>What is Blofeld?</h3>
<p>In short, Blofeld is a music server. You install it on a Linux PC and tell it where your music is, and it provides a web interface that allows you to listen to that music almost anywhere you have internet access and a web browser. Blofeld is fairly similar to applications like <a href="http://en.jinzora.com/">Jinzora</a>, <a href="http://www.subsonic.org/pages/index.jsp">Subsonic</a> or <a href="http://ampache.org/">Ampache</a>.</p>
<h3>So, why not use one of those apps you just mentioned?</h3>
<p>There are a few reasons I decided to write Blofeld. First of all, I really just wanted a project to work on and an excuse to learn some interesting technology. Additionally, I found most of the existing options to be severely lacking in a few areas. Particularly, I find that they&#8217;re&#8230;</p>
<ul>
<li><em>Very</em> slow to import/update the library</li>
<li>Difficult to install and configure</li>
<li>Too complicated (have you seen some of the transcoding or ACL stuff?)</li>
<li>Invasive (e.g., modifying tags or adding images to the music folder)</li>
<li>Generally clunky and just not very friendly</li>
</ul>
<h3>Features</h3>
<p>Blofeld is a very young project, but it still has a fairly respectable set of features. Currently it supports:</p>
<ul>
<li>Automatic on-the-fly transcoding</li>
<li>Extremely fast library import/update</li>
<li>Cover art (including embedded art)</li>
<li>Nearly any audio container and codec</li>
<li>A modern, friendly web interface</li>
<li>Themes</li>
<li>Song downloads (in a zip file, with artwork)</li>
<li>Basic users, groups and permissions</li>
<li>JSON based API</li>
</ul>
<h3>What does it look like?</h3>
<p>Blofeld is completely themeable, but here are a few screenshots of the default theme.</p>
<p><a href="http://www.davehayes.org/wp-content/uploads/2010/07/Screenshot-Blofeld.png"><img src="http://www.davehayes.org/wp-content/uploads/2010/07/Screenshot-Blofeld-300x166.png" alt="" title="Screenshot-Blofeld" width="300" height="166" class="alignnone size-medium wp-image-272" /></a></p>
<p><a href="http://www.davehayes.org/wp-content/uploads/2010/07/Screenshot-Blofeld-1.png"><img src="http://www.davehayes.org/wp-content/uploads/2010/07/Screenshot-Blofeld-1-300x166.png" alt="" title="Screenshot-Blofeld-1" width="300" height="166" class="alignnone size-medium wp-image-273" /></a></p>
<p><a href="http://www.davehayes.org/wp-content/uploads/2010/07/Screenshot-Blofeld-2.png"><img src="http://www.davehayes.org/wp-content/uploads/2010/07/Screenshot-Blofeld-2-300x166.png" alt="" title="Screenshot-Blofeld-2" width="300" height="166" class="alignnone size-medium wp-image-274" /></a></p>
<h3>Installing on Linux</h3>
<p>If you&#8217;re using <a href="http://www.ubuntu.com/">Ubuntu Linux</a>, you can install Blofeld from <a href="https://launchpad.net/~dwhayes/+archive/ppa">my PPA</a>. You can do that by running these commands in a terminal:</p>
<p><code># Add the PPA to your Software Sources<br />
sudo add-apt-repository ppa:dwhayes/ppa<br />
# Update the package list<br />
sudo apt-get update<br />
# Install the package<br />
sudo apt-get install blofeld</code></p>
<p>Once you have it installed, you should be able to just run <code>blofeld</code> at the terminal and a configuration file will be created for you at <code>~/blofeld/blofeld.cfg</code>. Edit it using your favorite text editor (you probably only need to change the <code>path</code> option, which should point to the folder that contains your music). </p>
<p>Run <code>blofeld</code> on the terminal again to start the application. Blofeld will immediately start scanning your music into its library. Point your web browser to <a href="http://localhost:8083">http://localhost:8083</a> and you should be greeted with the web interface. You can stop Blofeld by hitting <code>ctrl+c</code> on your keyboard in the terminal where you started the program.</p>
<p>If you would prefer to have Blofeld run as a system service (i.e., start up when you turn your computer on and run in the background), then you&#8217;ll need to edit <code>/etc/default/blofeld</code> and set <code>ENABLE_DAEMON=true</code> and then run <code>sudo start blofeld</code>. This will create a configuration file at <code>/etc/blofeld/blofeld.cfg</code> which you need to edit (again, be sure and set the <code>path</code> to your music directory). Run <code>sudo start blofeld</code> again to actually start the application, and Blofeld will start automatically when your computer boots up from now on.</p>
<p>If you&#8217;re using Linux, but not Ubuntu, then <a href="http://github.com/daveisadork/Blofeld/downloads">download the latest release</a> and follow the instructions in the <code><a href="https://github.com/daveisadork/Blofeld/raw/master/INSTALL">INSTALL</a></code> file.</p>
<h3>Installing on Windows</h3>
<p>Version 0.2.5 introduces Windows support. There are 2 different Windows builds available:</p>
<ul>
<li><a href="http://davehayes.org/blofeld/Blofeld-0.2.5-win32-setup.exe">Blofeld 0.2.5 (exe installer)</a></li>
<li><a href="http://davehayes.org/blofeld/Blofeld-0.2.5-win32-bin.zip">Blofeld 0.2.5 (zip)</a></li>
</ul>
<p>The installer will install the program on your system and all of the configuration, cache and log files will be stored as part of your user profile. CouchDB and GStreamer are included as part of the installer.</p>
<p>The zip file is intended to run the program out of a directory you could put anywhere you like. All of the configuration information, cached files and logs will be stored in the directory with the program. This is suitable for running as a <a href="http://en.wikipedia.org/wiki/Portable_application">portable application</a>. If you plan to use this build, you will need to install <a href="http://wiki.apache.org/couchdb/Windows_binary_installer">CouchDB</a> from <a href="http://www.apache.org/">Apache</a> and <a href="http://code.google.com/p/ossbuild/downloads/detail?name=GStreamer-WinBuilds-GPL-x86-Beta02-0.10.7.msi&#038;can=2&#038;q=">GStreamer 0.2.17 Beta 2</a> from <a href="http://ossbuild.hoytsoft.org/blog/">OSSBuild</a> before you can run the application.</p>
<p>The first time you run the program, nothing will appear to happen. Blofeld will create a configuration file for you and then exit. If you used the zip file, you should find a file called <code>blofeld.cfg</code> in the directory with the application. If you used the installer, this file is probably in either <code>"C:\Documents and Settings\[<em>YourName</em>]\Application Data\Blofeld"</code> (Windows 2000/XP/2003) or <code>"C:\Users\[<em>YourName</em>]\AppData\Roaming\Blofeld"</code> (Windows Vista/7/2008). Obviously, you&#8217;d need to replace [<em>YourName</em>] with your actual username. Probably all you need to do at this point is check the configuration file and make sure that the <code>path</code> is actually pointing to the directory containing your music (e.g., <code>path = C:\Users\Dave\Music</code>). </p>
<p>At this point, you can run the program again. Once again, it will look like nothing is happening, but Blofeld is working in the background to scan all of your music into its library. To use the application, open up a web browser and navigate to <a href="http://localhost:8083">http://localhost:8083</a> and you should be greeted with the web interface. Hopefully you can figure things out from there.</p>
<p>Being that this is the first release with Windows support, expect to run into problems. If you do, please report it (you can just leave a comment on this post if you like).</p>
<h3>What&#8217;s with the stupid name?</h3>
<p>Blofeld is named for the Bond villain, <a href="http://en.wikipedia.org/wiki/Ernst_Stavro_Blofeld">Ernst Stavro Blofeld</a>. I have no idea why.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2010/07/22/introducing-blofeld/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2010/07/22/introducing-blofeld</feedburner:origLink></item>
		<item>
		<title>Am I the only one that sees a problem here?</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/GCzzDddgSio/am-i-the-only-one-that-sees-a-problem-here</link>
		<comments>http://www.davehayes.org/2009/10/19/am-i-the-only-one-that-sees-a-problem-here#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:56:25 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/?p=247</guid>
		<description><![CDATA[Just did a search and copy-and-pasted some headlines. 26 die as terror attacks rock Israel 30 Are Killed in Sinai as Bombs rock Egyptian Resort City 350 bombs rock across Bangladesh, 2 killed 37 killed as 9 bombs rock Iraqi capital 4 bombs rock Baghdad; US kills 5, captures 30 near Fallujah 5 Bombs rock [...]]]></description>
			<content:encoded><![CDATA[<p>Just did a search and copy-and-pasted some headlines. </p>
<ul>
<li>26 die as terror attacks <strong><em>rock</em></strong> Israel</li>
<li>30 Are Killed in Sinai as Bombs <strong><em>rock</em></strong> Egyptian Resort City</li>
<li>350 bombs <strong><em>rock</em></strong> across Bangladesh, 2 killed</li>
<li>37 killed as 9 bombs <strong><em>rock</em></strong> Iraqi capital</li>
<li>4 bombs <strong><em>rock</em></strong> Baghdad; US kills 5, captures 30 near Fallujah</li>
<li>5 Bombs <strong><em>rock</em></strong> Philippine Capital</li>
<li>5 Car Bombs <strong><em>rock</em></strong> Baghdad in Effort to Disrupt Elections</li>
<li>50 killed as bomb blasts <strong><em>rock</em></strong> Delhi — Police suspect Lashkar-e-Toiba</li>
<li>60 die as car bombs <strong><em>rock</em></strong> two cities in Iraq</li>
<li>7 bombs <strong><em>rock</em></strong> Haiti as vote nears; 1 killed</li>
<li>7 hurt as car bombs <strong><em>rock</em></strong> Spain ; Separatists strike during EU summit</li>
<li>7 killed as blasts <strong><em>rock</em></strong> Assam towns</li>
<li>80 dead as three bombs <strong><em>rock</em></strong> Baghdad market</li>
<li>Army officer killed as car bombs <strong><em>rock</em></strong> Madrid</li>
<li>At least 18 dead as bomb blasts <strong><em>rock</em></strong> New Delhi</li>
<li>Attacks, suicide bomb <strong><em>rock</em></strong> Israel</li>
<li>Blasts <strong><em>rock</em></strong> Baghdad before reconciliation talks</li>
<li>Blasts <strong><em>rock</em></strong> Baghdad, at least 13 killed</li>
<li>Blasts <strong><em>rock</em></strong> churches in 3 states, 2 injured</li>
<li>Blasts <strong><em>rock</em></strong> Iraq, Israel ; Bus bomb in Jerusalem kills 18</li>
<li>Blasts <strong><em>rock</em></strong> Jakarta hotels; 3rd bomb found</li>
<li>Blasts <strong><em>rock</em></strong> north-west Pakistan</li>
<li>Blasts <strong><em>rock</em></strong> restive Thai south</li>
<li>Bomb attacks <strong><em>rock</em></strong> S Thailand</li>
<li>Bomb Blasts <strong><em>rock</em></strong> Algerian Capital, Kill at Least 24</li>
<li>Bomb blasts <strong><em>rock</em></strong> Bali, at least 25 dead</li>
<li>Bomb blasts <strong><em>rock</em></strong> Bangladesh terminals, one hurt</li>
<li>Bomb blasts <strong><em>rock</em></strong> Burmese capital</li>
<li>Bomb blasts <strong><em>rock</em></strong> casinos</li>
<li>Bomb blasts <strong><em>rock</em></strong> Colombian capital</li>
<li>Bomb blasts <strong><em>rock</em></strong> Indian state</li>
<li>Bomb blasts <strong><em>rock</em></strong> Iraqi churches</li>
<li>Bomb blasts <strong><em>rock</em></strong> Mosul, Baghdad</li>
<li>Bomb blasts <strong><em>rock</em></strong> Nepalese capital</li>
<li>Bomb blasts <strong><em>rock</em></strong> Pakistan</li>
<li>Bomb blasts <strong><em>rock</em></strong> southern Thailand</li>
<li>Bomb blasts <strong><em>rock</em></strong> three Pak cities, 45 injured</li>
<li>Bomb explosions <strong><em>rock</em></strong> Iran, killing at least 9</li>
<li>Bomb-blasts <strong><em>rock</em></strong> India for second day</li>
<li>Bombers <strong><em>rock</em></strong> Baghdad university</li>
<li>Bombings <strong><em>rock</em></strong> 2 Turkish Cities</li>
<li>Bombs <strong><em>rock</em></strong> &#8216;safe&#8217; heart of Baghdad</li>
<li>Bombs <strong><em>rock</em></strong> Baghdad</li>
<li>Bombs <strong><em>rock</em></strong> Baghdad and Iraq&#8217;s North</li>
<li>Bombs <strong><em>rock</em></strong> Baghdad, Killing 70, as Unity Government Crumbles</li>
<li>Bombs <strong><em>rock</em></strong> Buenos Aires&#8217; banks</li>
<li>Bombs <strong><em>rock</em></strong> central Athens police station</li>
<li>Bombs <strong><em>rock</em></strong> Jerusalem as Arab summit convenes</li>
<li>Bombs <strong><em>rock</em></strong> Jolo, Iligan</li>
<li>Bombs <strong><em>rock</em></strong> pair of Indonesia churches</li>
<li>Bombs <strong><em>rock</em></strong> Pakistan killing 20</li>
<li>Bombs <strong><em>rock</em></strong> Taliban offices in Kabul</li>
<li>Bombs, gun battle, <strong><em>rock</em></strong> Pakistan&#8217;s Peshawar</li>
<li>Bombs, hostage-taking <strong><em>rock</em></strong> streets of Baghdad; 24 dead</li>
<li>Bombs, Shelling <strong><em>rock</em></strong> Somali Capital</li>
<li>Car bomb blasts <strong><em>rock</em></strong> Iraqi town</li>
<li>Car Bombs <strong><em>rock</em></strong> Central Baghdad</li>
<li>Car bombs <strong><em>rock</em></strong> Colombia&#8217;s city centres</li>
<li>Car bombs <strong><em>rock</em></strong> Israeli town</li>
<li>Car bombs <strong><em>rock</em></strong> Madrid</li>
<li>Car bombs <strong><em>rock</em></strong> streets of Algeria for 2nd day, killing 11</li>
<li>Church Massacre, Bomb <strong><em>rock</em></strong> Pakistan</li>
<li>Coordinated bomb attacks <strong><em>rock</em></strong> 3 cities in northern India</li>
<li>Deadly car bombs <strong><em>rock</em></strong> Baghdad</li>
<li>Dozens Killed in Terror Attack Bomb Blasts <strong><em>rock</em></strong> Algerian Capital</li>
<li>Dozens Killed in Terror Attack Bomb Blasts <strong><em>rock</em></strong> Algerian Capital</li>
<li>Explosions <strong><em>rock</em></strong> Sri Lanka</li>
<li>Fourteen die as suicide bombs <strong><em>rock</em></strong> Baghdad and Mosul</li>
<li>Hamas bombers <strong><em>rock</em></strong> Jerusalem market</li>
<li>Karzai Attack, Bomb <strong><em>rock</em></strong> Afghanistan</li>
<li>Multiple bomb blasts <strong><em>rock</em></strong> India&#8217;s Assam state</li>
<li>Multiple bombings <strong><em>rock</em></strong> Iraq</li>
<li>Nine car bombs <strong><em>rock</em></strong> Iraq in one day</li>
<li>Nine suicide bombs <strong><em>rock</em></strong> Baghdad</li>
<li>Pakistan urged to focus on &#8216;internal enemies&#8217; as bombs <strong><em>rock</em></strong> northwest</li>
<li>Roadside bomb <strong><em>rock</em></strong> Kabul</li>
<li>Serial blasts <strong><em>rock</em></strong> Bangalore; 2 killed, several injured</li>
<li>Series of bombs <strong><em>rock</em></strong> Baghdad, dozens killed</li>
<li>Series of loud explosions <strong><em>rock</em></strong> Baghdad</li>
<li>Several Blasts <strong><em>rock</em></strong> Manila; 11 Reported Dead</li>
<li>Suicide blasts <strong><em>rock</em></strong> Iraq</li>
<li>Suicide blasts <strong><em>rock</em></strong> Quetta; seven killed</li>
<li>Suicide bomb blasts <strong><em>rock</em></strong> Baghdad</li>
<li>Suicide bomb blasts <strong><em>rock</em></strong> Tel Aviv</li>
<li>Suicide bomb, missiles in Gaza <strong><em>rock</em></strong> Mideast</li>
<li>Suicide bombers <strong><em>rock</em></strong> Baghdad</li>
<li>Suicide bombers <strong><em>rock</em></strong> Israel</li>
<li>Suicide bombers <strong><em>rock</em></strong> peace talks</li>
<li>Suicide bombers <strong><em>rock</em></strong> Somalia during crisis talks</li>
<li>Suicide Bombers <strong><em>rock</em></strong> Tel Aviv</li>
<li>Suicide bombing, fierce fighting <strong><em>rock</em></strong> Baghdad</li>
<li>Suicide car bombs <strong><em>rock</em></strong> the Baghdad Hotel, kill six</li>
<li>Twin car bombs <strong><em>rock</em></strong> grieving city ; &#8216;It just doesn&#8217;t stop,&#8217; Jerusalem&#8230;</li>
<li>Two Bombs <strong><em>rock</em></strong> Tel Aviv Neighborhood, Killing at Least Six</li>
<li>Two car bombs <strong><em>rock</em></strong> Iraq police stations, seven dead</li>
<li>Two killed, 33 injured as eight bomb blasts <strong><em>rock</em></strong> Bangkok</li>
<li>Up to 15,000 troops storm Fallujah, bombs <strong><em>rock</em></strong> Baghdad</li>
<li>Violent attacks <strong><em>rock</em></strong> Afghanistan</li>
<li>Wave of attacks <strong><em>rock</em></strong> Pakistan</li>
<li>Waves of Bombs <strong><em>rock</em></strong> Baghdad</li>
</ul>
<p>Every day I become more convinced that journalism is a haven for mentally defective people.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2009/10/19/am-i-the-only-one-that-sees-a-problem-here/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2009/10/19/am-i-the-only-one-that-sees-a-problem-here</feedburner:origLink></item>
		<item>
		<title>Apple Pie FTW</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/05SOgxVx90o/apple-pie-ftw</link>
		<comments>http://www.davehayes.org/2009/10/06/apple-pie-ftw#comments</comments>
		<pubDate>Tue, 06 Oct 2009 13:37:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/?p=241</guid>
		<description><![CDATA[Now that the wonderful Fall weather is finally starting to set in, the orchard near to my parents&#8217; house is stocked with their delicious raw apple cider. In celebration, I thought I&#8217;d share the recipe for my favorite adult beverage that makes use of the stuff. This is perfect for Halloween parties because the recipe [...]]]></description>
			<content:encoded><![CDATA[<p>Now that the wonderful Fall weather is finally starting to set in, the orchard near to my parents&#8217; house is stocked with their delicious raw apple cider. In celebration, I thought I&#8217;d share the recipe for my favorite adult beverage that makes use of the stuff. This is perfect for Halloween parties because the recipe makes a rather large amount, and it&#8217;s always a hit.</p>
<h3>Ingredients</h3>
<ul>
<li>1 gallon apple cider</li>
<li>1/2 gallon apple juice</li>
<li>750mL Everclear</li>
<li>750mL Captain Morgan&#8217;s</li>
<li>3 cups regular sugar</li>
<li>2 cups brown sugar</li>
<li>8 cinnamon sticks</li>
</ul>
<h3>Instructions</h3>
<p>Heat the apple juice and cinnamon sticks in a large pot until almost boiling and then stir in the sugar until it&#8217;s all dissolved. Then mix everything together, leaving the cinnamon sticks in. Chill and serve over ice. Awesome.</p>
<h3>Notes</h3>
<p>You can use all regular sugar if you want, I don&#8217;t think it will make a difference. It might be worth it to check with a couple of local orchards and see if you can get good apple cider. If so, I&#8217;d just use all apple cider and no apple juice. If you&#8217;re going for authenticity, the kids from Alabama that gave me the recipe were serving the stuff out of a gas can&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2009/10/06/apple-pie-ftw/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2009/10/06/apple-pie-ftw</feedburner:origLink></item>
		<item>
		<title>Linux Browser Shootout with Peacekeeper</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/MTqqiuGTyHc/linux-browser-shootout-with-peacekeeper</link>
		<comments>http://www.davehayes.org/2009/06/30/linux-browser-shootout-with-peacekeeper#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:23:47 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/?p=209</guid>
		<description><![CDATA[Some time ago, I discovered a great tool from Futuremark called Peacekeeper. Peacekeeper is a browser benchmarking tool that gives you the ability to benchmark as many different browsers as you like, save the results and compare them to one another as well as some other common browsers. Given some of the grumblings about Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago, I discovered a great tool from <a href="http://www.futuremark.com/">Futuremark</a> called <a href="http://service.futuremark.com/peacekeeper/index.action">Peacekeeper</a>. Peacekeeper is a browser benchmarking tool that gives you the ability to benchmark as many different browsers as you like, save the results and compare them to one another as well as some other common browsers. </p>
<p>Given some of the grumblings about <a href="http://www.tuxradar.com/content/benchmarked-firefox-javascript-linux-and-windows-and-its-not-pretty">Firefox performance</a> <a href="http://www.tuxradar.com/content/browser-benchmarks-2-even-wine-beats-linux-firefox">on Linux</a>, and the current debate about WebKit vs. Gecko, I thought it might be fun to take a handful of popular Linux browsers and see how they compare from a purely performance standpoint.  <span id="more-209"></span></p>
<p>This is not a particularly complicated or scientific test&#8230; I just navigated to the Peacekeeper website and ran their benchmark in each of the browsers. The system on which I ran the benchmarks is a Core 2 Duo E7400 at 2.8GHz with 4GiB of RAM. It&#8217;s running an up-to-date Ubuntu 9.04 64-bit with the 2.6.30-9 kernel from Ubuntu Karmic.</p>
<h2>Mozilla Firefox</h2>
<p><a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> performance on Linux is, as others have mentioned and proven many times over, horrible. My tests don&#8217;t show anything different. Here&#8217;s the performance breakdown for the Ubuntu packaged Firefox 3.0:</p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/firefox-30.png" alt="firefox-30" title="firefox-30" width="490" height="364" class="alignnone size-full wp-image-210" /></p>
<p>Firefox 3.5, which was just released today, provides an ever so slight improvement on the previous version:</p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/firefox-35.png" alt="firefox-35" title="firefox-35" width="490" height="364" class="alignnone size-full wp-image-212" /></p>
<p>If you take a gander at the Peacekeeper website, however, you can see that the Windows versions of Firefox are consistently faster than what I&#8217;ve been able to produce here. In case you were wondering, I did run both of these benchmarks in safe mode so no extensions would adversely affect Firefox&#8217;s performance. It doesn&#8217;t appear to have helped.</p>
<h2>Opera</h2>
<p>I&#8217;m not sure how popular <a href="http://www.opera.com/">Opera</a> is, to be honest. I know of only a couple people who use it every day, though their dedication is borderline religious. Opera has never really been my cup of tea (if for no other reason than it&#8217;s built with Qt and I&#8217;m a Gnome user), but one of the arguments I always hear is about how fast Opera is. In my limited interaction with the browser during these tests, it <em>felt</em> very, very fast. Unfortunately, the numbers tell a different story.</p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/opera-964.png" alt="opera-964" title="opera-964" width="490" height="364" class="alignnone size-full wp-image-214" /></p>
<p>Opera 9.64 posts numbers that are comparable with Firefox 3.0. The new Opera 10 Beta provides a marked improvement and actually manages to edge out Firefox 3.5 by 175 points:</p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/opera-10.png" alt="opera-10" title="opera-10" width="490" height="364" class="alignnone size-full wp-image-216" /></p>
<h2>Konqueror</h2>
<p><a href="http://www.konqueror.org/">Konqueror</a> is probably the biggest surprise (disappointment?) in this whole round of testing. Konqueror uses the KHTML rendering engine, which is the foundation upon which WebKit is built. Given that, I was expecting Konqueror to open up a huge lead over Firefox in the performance department. To my surprise, Konqueror was only able to best Firefox 3.5 by about 100 points, not nearly the margin I was expecting.</p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/konqueror-421.png" alt="konqueror-421" title="konqueror-421" width="490" height="364" class="alignnone size-full wp-image-218" /></p>
<h2>Arora</h2>
<p><a href="http://code.google.com/p/arora/">Arora</a> is a WebKit and Qt based browser that&#8217;s relatively new. </p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/arora.png" alt="arora" title="arora" width="490" height="364" class="alignnone size-full wp-image-233" /></p>
<p>Looking at these numbers, I&#8217;m starting to wonder if maybe Konqueror and Opera&#8217;s less than stellar performance aren&#8217;t due to Qt. Taking into account the scores of some of the other WebKit browsers in this list, it seems like Arora should&#8217;ve posted much better numbers.</p>
<h2>Google Chrome</h2>
<p>Now that we&#8217;re moving into the WebKit based browsers, we can expect to see some more impressive numbers that should put into perspective how truly terrible Firefox performance is on Linux. </p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/chrome.png" alt="chrome" title="chrome" width="490" height="364" class="alignnone size-full wp-image-219" /></p>
<p>Being our first browser with WebKit underpinnings, <a href="http://dev.chromium.org/getting-involved/dev-channel">Google Chrome</a> does not disappoint. Chrome was able to more than double the performance numbers of Firefox 3.5, Konqueror and Opera 10 Beta (which is even more amazing when you consider those browsers are all running natively at 64-bit, where Chrome is 32-bit only at this point). Google&#8217;s browser made a huge splash on the Windows platform when it was released, and although the Linux port is still relatively immature, it is progressing quickly and is (at least in my opinion) suitable for everyday use. </p>
<h2>Midori</h2>
<p>I&#8217;m guessing most of you haven&#8217;t heard of <a href="http://www.twotoasts.de/index.php?/pages/midori_summary.html">Midori</a> yet. Midori is a lightweight browser for Gnome built upon WebKit. Midori is insanely fast, just look at these numbers:</p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/midori.png" alt="midori" title="midori" width="490" height="364" class="alignnone size-full wp-image-221" /></p>
<p>Midori scores almost 1000 points better than Google Chrome, a browser universally lauded for being blindingly quick. This browser, even in its current state, is a complete joy to use. I would highly recommend <a href="https://launchpad.net/~midori/+archive/ppa">giving this one a shot</a>. </p>
<h2>Epiphany</h2>
<p><a href="http://projects.gnome.org/epiphany/">Epiphany</a> is somewhat of a testimonial of the performance of WebKit vs. Gecko. Some time ago, the Epiphany developers decided they would switch from using Mozilla&#8217;s Gecko rendering engine to WebKit. That switch has been a rocky process, but as the WebKit GTK port matures, so too does Epiphany (and Midori and Chrome for that matter). The performance implications of the switch to WebKit are nothing less than mind boggling.</p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/epiphany-gecko.png" alt="epiphany-gecko" title="epiphany-gecko" width="490" height="364" class="alignnone size-full wp-image-222" /></p>
<p>In Gecko form, Epiphany comes in dead last. Its abysmal performance numbers land in the same ballpark with Firefox 3.0 (which makes sense, seeing how they use the same rendering engine), and that&#8217;s not a compliment. However, if you fire up the WebKit variant of Epiphany, something wonderful happens&#8230;</p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/epiphany-webkit.png" alt="epiphany-webkit" title="epiphany-webkit" width="490" height="364" class="alignnone size-full wp-image-223" /></p>
<p>Epiphany-WebKit absolutely blitzes the Peacekeeper and annihilates all of its competition (even Safari 4 and Google Chrome on Windows), besting even Midori by over 200 points. Seriously, what an amazing achievement. I&#8217;ll definitely be paying close attention to this browser as it moves closer and closer to maturity. </p>
<h2>Conclusions</h2>
<p>Just to sort of wrap things up and drive home a few of the points we hit along the way, here&#8217;s a graph comparing all of the browsers mentioned today:</p>
<p><img src="http://www.davehayes.org/wp-content/uploads/2009/06/conclusions.png" alt="conclusions" title="conclusions" width="490" height="341" class="alignnone size-full wp-image-232" /></p>
<p>I think the moral of the story is pretty clear: Gecko cannot hold a candle to WebKit when it comes to performance. And mercifully, WebKit brings decent browser performance to those of us who have been suffering on Linux under the growing weight of Firefox. Though I love my Firefox extensions, I will happily bid them farewell in favor of the speed Midori and Epiphany are currently delivering. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2009/06/30/linux-browser-shootout-with-peacekeeper/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2009/06/30/linux-browser-shootout-with-peacekeeper</feedburner:origLink></item>
		<item>
		<title>7 Cool Things to Do With Linux</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/HcTlsZAoZ2I/7-cool-things-to-do-with-linux</link>
		<comments>http://www.davehayes.org/2009/01/16/7-cool-things-to-do-with-linux#comments</comments>
		<pubDate>Fri, 16 Jan 2009 22:30:14 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/?p=177</guid>
		<description><![CDATA[So you&#8217;ve taken the plunge and installed Linux. You&#8217;ve followed all the HOWTOs all over the net. You&#8217;ve got your wireless card working flawlessly. You&#8217;ve got your video card working (and you&#8217;ve begun to loathe that spinning cube). You&#8217;ve installed all the &#8220;restricted&#8221; software like Adobe Flash, Sun Java and Google Earth. You&#8217;ve got all [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve taken the plunge and installed Linux. You&#8217;ve followed all the HOWTOs all over the net. You&#8217;ve got your wireless card working flawlessly. You&#8217;ve got your video card working (and you&#8217;ve begun to loathe that spinning cube). You&#8217;ve installed all the &#8220;restricted&#8221; software like Adobe Flash, Sun Java and Google Earth. You&#8217;ve got all the patent restricted codecs and even DVD playback working just like you want. Now what? You want to know what you can do with Linux outside of the surfing, emailing, chatting and media consumption you normally do? Well, here are a few things to keep you busy.<span id="more-177"></span></p>
<ol>
<li><strong>Use Your computer as a Home Theater PC.</strong> I personally use <a href="http://xbmc.org/">XBMC</a> for this, but there are many other options including <a href="http://www.mythtv.org/">MythTV</a>, <a href="http://elisa.fluendo.com/">Elisa</a>, <a href="http://www.entertainer-project.com/index.php">Entertainer</a>, <a href="http://freevo.sourceforge.net/">Freevo</a>, <a href="http://www.geexbox.org/en/index.html">GeeXboX</a> and <a href="http://linuxmce.com/">LinuxMCE</a>.</li>
<li><strong>Set up a media server.</strong> There are many, many ways to go about doing this. There is the old tried and true file server approach, using either <a href="http://nfs.sourceforge.net/">NFS</a> or <a href="http://us1.samba.org/samba/">Samba</a>.
<p>However, if it&#8217;s only music you&#8217;re sharing, you probably want something more like <a href="http://www.fireflymediaserver.org/">Firefly</a> or <a href="http://snorp.net/tangerine/">Tangerine</a>, which can share all of your music with the other computers and devices on your network with <a href="http://en.wikipedia.org/wiki/Digital_Audio_Access_Protocol">DAAP</a> (this is the same music sharing technology iTunes uses). Most <a href="http://www.davehayes.org/2007/11/15/gnome-music-player-roundup">Linux music players</a> provide this capability as well. If you want to access your music from anywhere in the world, you could set up <a href="http://en.jinzora.com/">Jinzora</a>, which is a web based music server.</p>
<p>If you have an Xbox 360 or PS3 that you&#8217;re using to consume music and videos, you&#8217;ll want to use a <a href="http://en.wikipedia.org/wiki/Universal_Plug_and_Play">UPnP</a>/<a href="http://en.wikipedia.org/wiki/Digital_Living_Network_Alliance">DLNA</a> server like <a href="http://ushare.geexbox.org/">uShare</a> (which is based on <a href="http://savannah.gnu.org/projects/gmediaserver/">GMediaServer</a>) or <a href="http://mediatomb.cc/">MediaTomb</a>. Many of the aforementioned HTPC programs (XBMC, MythTV) provide this functionality as well.</li>
<li><strong>Set up a download server.</strong> Centralize all your downloads to one Linux powered server. Get your Usenet downloads with <a href="http://www.hellanzb.com/trac/">HellaNZB</a> or <a href="http://www.sabnzbd.org/">SABnzbd+</a>. Get your torrents with <a href="http://www.transmissionbt.com/">Transmission</a>, <a href="http://azureus.sourceforge.net/">Vuze</a> (formerly Azureus), <a href="http://www.torrentflux.com/">TorrentFlux</a>, <a href="http://deluge-torrent.org/">Deluge</a> or <a href="http://monotorrent.com/">MonoTorrent</a>. All of the software mentioned in this section has a web interface of some kind.</li>
<li><strong>Have an enterprise class VoIP phone system in your house.</strong> <a href="http://www.asterisk.org/">Asterisk</a> gives you the ability to have all kinds of crazy phone system features, probably surpassing whatever you have at work, for free (not counting the hardware, obviously). If you want a smaller project, you could always just play with <a href="http://www.gnomemeeting.org/">Ekiga</a>.</li>
<li><strong>Set up your own surveillance system.</strong> Both <a href="http://www.zoneminder.com/">ZoneMinder</a> and <a href="http://gspy.sourceforge.net/">Gspy</a> will monitor your video cameras and optionally perform some action (playing a sound, emailing you, text messaging you, etc) when they detect motion. You could also use something like <a href="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome">Motion</a> to <a href="http://infectedproject.wordpress.com/2007/06/26/set-up-a-webcam-security-system/">roll your own</a>.</li>
<li><strong>Be really, really paranoid (Act like a spy!).</strong> With Linux, you have so many security and privacy options it&#8217;s not even funny.
<p>Encryption capabilities are already integrated into most desktop oriented distributions that allow you to encrypt certain files. You can encrypt your home directory or your entire hard drive with <a href="http://www.saout.de/misc/dm-crypt/">dm-crypt</a>. </p>
<p>You can use <a href="http://www.gnupg.org/">GnuPG</a> to encrypt and sign email messages (most email clients support this). You can also encrypt your <a href="http://www.pidgin.im/">Pidgin</a> chats with <a href="http://pidgin-encrypt.sourceforge.net/">Pidgin-Encryption</a> or <a href="http://www.cypherpunks.ca/otr/">Off-The-Record Messaging</a>. </p>
<p>Lock down your network (especially wireless) with <a href="http://freeradius.org/">FreeRADIUS</a> and <a href="http://www.ipcop.org/">IPCop</a>. </p>
<p>When you&#8217;re not at home, you can use <a href="http://www.torproject.org/">Tor</a> for secure web browsing or <a href="http://www.ssh.com/support/documentation/online/ssh/winhelp/32/Tunneling_Explained.html">SSH tunneling</a> to encrypt just about any type of traffic. </p>
<p><a href="http://steghide.sourceforge.net/">Steghide</a> can conceal secret messages within images or audio, using a technique called <a href="http://en.wikipedia.org/wiki/Steganography">Steganography</a>.</p>
<p>When you&#8217;re done with all that, don&#8217;t forget to clean up after yourself using either <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?shred+1">shred</a> or <a href="http://en.linuxreviews.org/How_to_Erase_Hard_Drives">dd</a>.</li>
<li><strong>Poke into other people&#8217;s business (Act like a spy some more!).</strong> <a href="http://www.wireshark.org/">Wireshark</a> will let you look at all the network traffic happening around your computer. This is especially cool because most instant messages and emails are unencrypted, meaning you can read them as they go by. You can also see what web pages people are visiting.
<p>This is even more fun if you get on someone else&#8217;s wireless network to spy on them. Find a wireless network with <a href="http://www.kismetwireless.net/">Kismet</a>, then use the <a href="http://www.aircrack-ng.org/doku.php">Aircrack-ng</a> suite to gain access. </p>
<p>You could also use <a href="http://ophcrack.sourceforge.net/">Ophcrack</a> to get into a physical computer for which you don&#8217;t have the password&#8230;
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2009/01/16/7-cool-things-to-do-with-linux/feed</wfw:commentRss>
		<slash:comments>43</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2009/01/16/7-cool-things-to-do-with-linux</feedburner:origLink></item>
		<item>
		<title>Reason #14 that Fall is the Best Season…</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/r8xm85l-w0Y/reason-14-that-fall-is-the-best-season</link>
		<comments>http://www.davehayes.org/2008/10/17/reason-14-that-fall-is-the-best-season#comments</comments>
		<pubDate>Fri, 17 Oct 2008 14:18:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/?p=174</guid>
		<description><![CDATA[Finding $8 in the pocket of a jacket you haven&#8217;t worn since March, and using that $8 to buy apple cider.]]></description>
			<content:encoded><![CDATA[<p>Finding $8 in the pocket of a jacket you haven&#8217;t worn since March, and using that $8 to buy apple cider. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2008/10/17/reason-14-that-fall-is-the-best-season/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2008/10/17/reason-14-that-fall-is-the-best-season</feedburner:origLink></item>
		<item>
		<title>The After Lunch Slump</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/hs8EQcSxkEQ/the-after-lunch-slump</link>
		<comments>http://www.davehayes.org/2008/07/01/the-after-lunch-slump#comments</comments>
		<pubDate>Tue, 01 Jul 2008 19:32:01 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/?p=170</guid>
		<description><![CDATA[Seems like every day after lunch, I can barely keep myself awake. I&#8217;m sitting here staring at a spreadsheet in Gnumeric and I keep pulling that whole bobble-head maneuver over and over again. Surely there is some way to keep this from happening every stinking day&#8230; then again, maybe the Mexicans have it right with [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like every day after lunch, I can barely keep myself awake. I&#8217;m sitting here staring at a spreadsheet in <a href="http://www.gnome.org/projects/gnumeric/">Gnumeric</a> and I keep pulling that whole bobble-head maneuver over and over again. Surely there is some way to keep this from happening every stinking day&#8230; then again, maybe the Mexicans have it right with that whole siesta thing. Somehow, though, I don&#8217;t think my boss would go for that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2008/07/01/the-after-lunch-slump/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2008/07/01/the-after-lunch-slump</feedburner:origLink></item>
		<item>
		<title>Grocery Shopping</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/iU9wZPp4_u8/grocery-shopping</link>
		<comments>http://www.davehayes.org/2008/06/26/grocery-shopping#comments</comments>
		<pubDate>Thu, 26 Jun 2008 18:44:11 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/?p=168</guid>
		<description><![CDATA[The other night, after being confronted with a refrigerator full of nothing but beer and condiments, I was trying to plan a trip to the grocery store. For me, this is typically a very haphazard thing and occurs in one of about three distinct situations. Usually, I&#8217;m either: Broke and trying to save money by [...]]]></description>
			<content:encoded><![CDATA[<p>The other night, after being confronted with a refrigerator full of nothing but beer and condiments, I was trying to plan a trip to the grocery store. For me, this is typically a very haphazard thing and occurs in one of about three distinct situations. Usually, I&#8217;m either:</p>
<ul>
<li>Broke and trying to save money by eating frozen burritos and oatmeal for a week</li>
<li>Shopping for a specific recipe (my <a href="http://www.davehayes.org/2006/12/21/daves-christmas-cheeseball-of-awesomeness">Christmas Cheeseball of Awesomeness</a>, for example)</li>
<li>Or I have some type of craving. </li>
</ul>
<p>But recently I&#8217;ve become somewhat interested in keeping a stocked kitchen. This happened for a variety of reasons, which I won&#8217;t detail here, but there was a problem. I knew the limited subset of items I liked to have around, but past that&#8230; I had no idea what a well stocked kitchen could contain. Enter my mother, who in her infinite wisdom and forethought gave me a (very complete and thorough) Betty Crocker cookbook when I moved out of her house. The specific cookbook I own details the items that should be present in a well stocked kitchen (it is by no means exhaustive, but it is pretty thorough, as you&#8217;ll see). </p>
<p>Using this as a basis, I dragged <a href="http://www.smokinggunrecording.com/">Jon</a> to the grocery store to help me fill out the list. It was quite a lot, if I&#8217;m honest. Probably $150 worth of food which I subsequently had trouble cramming into the meager cabinet space of my apartment. This was great&#8230; I had things around and could make whatever I wanted, whenever I wanted without having to leave the apartment. Unfortunately, it didn&#8217;t last long. </p>
<p>I had reached a point where the things I had left weren&#8217;t really usable without something else. Rather than make a trip to the grocery store, I&#8217;d usually just go pick something up from a local restaurant or even do without on occasion. For whatever reason, the other night, I decided it was time to restock. Remembering what a chore it was to copy down the entire shopping list from my cookbook, I decided to make an electronic copy so that I could print one out whenever needed, cross off what I already have and head to the store to get the rest.</p>
<p>This, as you may guess, was slightly tedious and time consuming. But, I did it and I think it&#8217;s pretty useful so I thought I&#8217;d share it with you. It&#8217;s just a generic list of things you&#8217;d likely want to keep around, and I hope you find it useful. There&#8217;s both a 3 column PDF that&#8217;s perfect for printing out and carrying with you to the store and a plain html list (after the break, hit the &#8220;read&#8221; link down there) that you can copy and paste into whatever you intend to use. </p>
<p><a href="http://www.davehayes.org/stuff/grocery%20shopping%20list.pdf">Dave&#8217;s Butt-kicking Grocery Shopping List</a> (PDF)</p>
<p><span id="more-168"></span><br />
<b>Pantry Essentials</b></p>
<ul>
<li dir="ltr">Breads</p>
<ul>
<li dir="ltr">buns
</li>
<li dir="ltr">loaves
</li>
<li dir="ltr">pitas
</li>
<li dir="ltr">tortillas
</li>
</ul>
</li>
<li dir="ltr">Pasta
<ul>
<li dir="ltr">lasagna
</li>
<li dir="ltr">spaghetti
</li>
<li dir="ltr">penne
</li>
<li dir="ltr">fettuccine
</li>
<li dir="ltr">macaroni
</li>
</ul>
</li>
<li dir="ltr">Canned beans
<ul>
<li dir="ltr">black
</li>
<li dir="ltr">kidney
</li>
<li dir="ltr">refried
</li>
<li dir="ltr">navy
</li>
</ul>
</li>
<li dir="ltr">Pasta sauces
<ul>
<li dir="ltr">Alfredo
</li>
<li dir="ltr">pesto
</li>
<li dir="ltr">spaghetti
</li>
</ul>
</li>
<li dir="ltr">Canned broth
<ul>
<li dir="ltr">beef
</li>
<li dir="ltr">chicken
</li>
<li dir="ltr">vegetable
</li>
</ul>
</li>
<li dir="ltr">Peanut butter
</li>
<li dir="ltr">Canned meats
<ul>
<li dir="ltr">chicken
</li>
<li dir="ltr">salmon
</li>
<li dir="ltr">tuna
</li>
</ul>
</li>
<li dir="ltr">Pickles and olives
</li>
<li dir="ltr">Canned tomatoes
<ul>
<li dir="ltr">diced
</li>
<li dir="ltr">seasoned
</li>
<li dir="ltr">peeled whole
</li>
</ul>
</li>
<li dir="ltr">Rice and rice mixtures
</li>
<li dir="ltr">Cereals
</li>
<li dir="ltr">Salsa and chips
</li>
<li dir="ltr">Coffee and tea
</li>
<li dir="ltr">Salt and pepper
</li>
<li dir="ltr">Cookies and crackers
</li>
<li dir="ltr">Soft drinks and fruit juices
</li>
<li dir="ltr">Herbs and spices
<ul>
<li dir="ltr">garlic powder
</li>
<li dir="ltr">basil
</li>
<li dir="ltr">oregano
</li>
<li dir="ltr">thyme
</li>
<li dir="ltr">curry
</li>
<li dir="ltr">allspice
</li>
<li dir="ltr">cinnamon
</li>
<li dir="ltr">nutmeg
</li>
<li dir="ltr">bay leaves
</li>
<li dir="ltr">ground red pepper
</li>
</ul>
</li>
<li dir="ltr">Soups (canned or dried)
</li>
<li dir="ltr">Jams and jellies
</li>
<li dir="ltr">Soy sauce and marinating sauces
</li>
<li dir="ltr">Ketchup and mustard
</li>
<li dir="ltr">Mayonnaise
</li>
<li dir="ltr">Syrups
<ul>
<li dir="ltr">butterscotch
</li>
<li dir="ltr">chocolate
</li>
<li dir="ltr">maple
</li>
</ul>
</li>
<li dir="ltr">Main-dish mixes
</li>
<li dir="ltr">Tomato sauce and tomato paste
</li>
<li dir="ltr">Vegetable oil
<ul>
<li dir="ltr">canola, olive
</li>
</ul>
</li>
<li dir="ltr">Vegetable cooking spray
</li>
<li dir="ltr">Vinegar</li>
</ul>
<p><b>Refrigerator Essentials</b></p>
<ul>
<li dir="ltr">Cheeses</p>
<ul>
<li dir="ltr">cheddar
</li>
<li dir="ltr">cottage
</li>
<li dir="ltr">Monterey Jack
</li>
<li dir="ltr">mozzarella
</li>
<li dir="ltr">Parmesan
</li>
</ul>
</li>
<li dir="ltr">Milk
</li>
<li dir="ltr">Eggs
</li>
<li dir="ltr">Packaged salad greens
</li>
<li dir="ltr">Fruit juice
</li>
<li dir="ltr">Sour cream
</li>
<li dir="ltr">Butter or margarine
</li>
<li dir="ltr">Yogurt </li>
</ul>
<p><b>Freezer Essentials</b></p>
<ul>
<li dir="ltr">Ground beef or turkey
</li>
<li dir="ltr">Chicken (boneless skinless breasts)
</li>
<li dir="ltr">Ice cream or frozen yogurt
</li>
<li dir="ltr">Fruit juice concentrate (lemonade and orange)
</li>
<li dir="ltr">Vegetables (packaged)
</li>
<li dir="ltr">Berries (for smoothies and desserts)
</li>
<li dir="ltr">Bread crumbs</li>
</ul>
<p><b>Baking Essentials</b></p>
<ul>
<li dir="ltr">Baking cocoa and baking chips
</li>
<li dir="ltr">Chopped nuts
</li>
<li dir="ltr">Cake mix and canned frosting
</li>
<li dir="ltr">Baking mix (Bisquick®)
</li>
<li dir="ltr">Flour
</li>
<li dir="ltr">Baking powder and baking soda
</li>
<li dir="ltr">Sugars
<ul>
<li dir="ltr">brown
</li>
<li dir="ltr">granulated
</li>
<li dir="ltr">powdered
</li>
<li dir="ltr">raw for gourmet coffee
</li>
</ul>
</li>
<li dir="ltr">Brownie mix
</li>
<li dir="ltr">Vanilla and almond extract </li>
</ul>
<p><b>Nonfood Kitchen Supplies</b></p>
<ul>
<li dir="ltr">All-purpose spray cleanser
</li>
<li dir="ltr">Paper towels
</li>
<li dir="ltr">Aluminum foil
</li>
<li dir="ltr">Plastic wrap
</li>
<li dir="ltr">Dishwasher detergent and antibacterial hand soap
</li>
<li dir="ltr">Sponges or dish-cloths
</li>
<li dir="ltr">Resealable food-storage bags
</li>
<li dir="ltr">Storage containers
</li>
<li dir="ltr">Toothpicks
</li>
<li dir="ltr">Napkins
</li>
<li dir="ltr">Waxed paper
</li>
<li dir="ltr">Nonabrasive scrubbing pads </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2008/06/26/grocery-shopping/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2008/06/26/grocery-shopping</feedburner:origLink></item>
		<item>
		<title>Have we exhausted meaningful Linux-related content?</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/zUcil1EnvPM/have-we-exhausted-meaningful-linux-related-content</link>
		<comments>http://www.davehayes.org/2008/06/23/have-we-exhausted-meaningful-linux-related-content#comments</comments>
		<pubDate>Mon, 23 Jun 2008 19:05:36 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/?p=167</guid>
		<description><![CDATA[I&#8217;ve been sitting here clicking through pages with StumbleUpon for quite a while now. I also subscribe to the Linux/Unix feed over at Digg, and it seems like it&#8217;s been quite a while since I&#8217;ve seen something new. It seems like every other page is either a table of Windows/Linux equivalent software or the top [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been sitting here clicking through pages with <a href="http://www.stumbleupon.com/">StumbleUpon</a> for quite a while now. I also subscribe to the <a href="http://digg.com/linux_unix">Linux/Unix</a> feed over at <a href="http://digg.com/">Digg</a>, and it seems like it&#8217;s been quite a while since I&#8217;ve seen something new. It seems like every other page is either a table of <a href="http://www.linuxrsp.ru/win-lin-soft/table-eng.html">Windows/Linux equivalent software</a> or the <a href="http://lifehacker.com/software/lifehacker-top-10/top-10-ubuntu-applications-265052.php">top however many packages</a> to install on clean Ubuntu install. Maybe I&#8217;ve just be into it for long enough that this information doesn&#8217;t seem useful to me, but I really think it&#8217;s approaching absurd levels of redundancy. </p>
<p>Eh, I&#8217;m probably just being overly negative. I just want something interesting to read for a change. Come to think of it, can we please do away with the &#8220;Top 10&#8230;&#8221; thing all together? It&#8217;s pretty played out and annoying at this point. Just like the overuse of the adjective &#8220;quietly&#8221; in headlines. Just take a look <a href="http://digg.com/search?section=all&#038;s=quietly">at Digg</a> or <a href="http://news.google.com/news?hl=en&#038;ned=us&#038;q=quietly&#038;btnG=Search+News">Google News</a>. &#8220;Apple quietly intros this&#8230;&#8221; &#8220;Microsoft quietly does that&#8230;&#8221; Please, stop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2008/06/23/have-we-exhausted-meaningful-linux-related-content/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2008/06/23/have-we-exhausted-meaningful-linux-related-content</feedburner:origLink></item>
		<item>
		<title>Screwed by Windows, once again</title>
		<link>http://feedproxy.google.com/~r/davehayes/~3/5iXhdz1brJ8/screwed-by-windows-once-again</link>
		<comments>http://www.davehayes.org/2008/02/22/screwed-by-windows-once-again#comments</comments>
		<pubDate>Fri, 22 Feb 2008 16:47:15 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.davehayes.org/2008/02/22/screwed-by-windows-once-again</guid>
		<description><![CDATA[Over the past couple weeks I&#8217;ve been working on a song. Not one of my own, mind you, so no reason to get excited or anything, but it was interesting nonetheless. Jon recorded a band a while back (I&#8217;ll refrain from naming them here, but they sound kind of like a mix between AC/DC and [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple weeks I&#8217;ve been working on a song. Not one of my own, mind you, so no reason to get excited or anything, but it was interesting nonetheless. <a href="http://www.smokinggunrecording.com/">Jon recorded</a> a band a while back (I&#8217;ll refrain from naming them here, but they sound kind of like a mix between AC/DC and the Toadies&#8230; with more sexual innuendo, if that&#8217;s possible) and asked me if I&#8217;d do a completely stereotypical and distasteful dance remix of one of the songs. I&#8217;d love to!</p>
<p>See, I haven&#8217;t really worked on music much lately. I got burned out on it pretty bad after I moved to Nashville, and it wasn&#8217;t really enjoyable for a long time. I&#8217;ve worked on a few little things, mostly tuning vocals for a song here and there, but nothing really big. In the midst of this gigantic hiatus, some interesting things have happened. Namely, the release of <a href="http://www.reaper.fm/">REAPER</a>. Ever since I heard about it, I&#8217;ve been dying to get the chance to do some real work with it. This remix was perfect for finally getting to dig in and start learning some of the nuts and bolts. </p>
<p>The workstation I&#8217;m using is an Athlon FX62, 2GB of RAM&#8230; it normally runs Ubuntu Linux and works as a home theater PC. But, for working with REAPER, I needed Windows. Thankfully, some months ago when I set the computer up, I had enough foresight to know I would want to do this and installed Windows Vista. Now, Vista was not my first choice. I wanted to install Windows XP. Unfortunately, Windows XP needs a driver floppy for my SATA controller. Not only do I not have the driver floppy for it, I don&#8217;t have the floppy drive to put it in. So, XP thinks I don&#8217;t have any hard drives. That leaves me with Windows Vista. And really, it wasn&#8217;t that bad. I used it to play through Call of Duty 4 (which, incidentally, is the greatest game ever in the history of everything) and a few other things aside from playing around with REAPER.</p>
<p>Fast forward to last week, when I started working on the remix. I was having fun, learning my way around REAPER, exercising some musical creativity and whatnot. Everything was good. Until yesterday that is. Yesterday, Jon came over to hang out while I finished the track up (I was going to turn it in today). As it turns out, Microsoft pushed out an update for Vista that locked my computer into an endless cycle of reboots. Turn the computer on, it says something like &#8220;Installing updates state 3 of 3 0%&#8221; or something and then reboots. Microsoft have not offered a fix other than to reinstall Windows. How ridiculous is that? They pushed out an official update that kills who knows how many thousands of people&#8217;s computers and essentially all they can say is, &#8220;Oops.&#8221; Needless to say, the song wasn&#8217;t finished. I haven&#8217;t quite decided what to do with the 45GB of new hard drive space I have now that I obliterated that Vista partition. Maybe you have some suggestions. </p>
<p>I&#8217;ve always had a distaste for Microsoft products, but I would use them as a necessary evil to partake of some of my favorite software&#8230; things like REAPER and CoD4. But, not anymore. I&#8217;ll just run REAPER in Wine from now on and if I want to play games, I&#8217;ll buy a PS3 or a Wii. Microsoft will not be getting any more of my money.</p>
<p>There&#8217;s also a <a href="http://news.yahoo.com/s/nf/20080220/tc_nf/58451">Yahoo News article</a> on my issue if you&#8217;d like to read a little bit more about it. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehayes.org/2008/02/22/screwed-by-windows-once-again/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.davehayes.org/2008/02/22/screwed-by-windows-once-again</feedburner:origLink></item>
	</channel>
</rss>
