<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nothing Fancy</title>
	<atom:link href="http://davidhilton.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidhilton.wordpress.com</link>
	<description>(mostly) Computer-related musings</description>
	<lastBuildDate>Thu, 17 Dec 2009 21:10:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='davidhilton.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/05838fba1ecec3ddcd2edf8ecdba99ae?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Nothing Fancy</title>
		<link>http://davidhilton.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://davidhilton.wordpress.com/osd.xml" title="Nothing Fancy" />
		<item>
		<title>Clojure: Getting Started in 5 Steps (Intellij+La Clojure)</title>
		<link>http://davidhilton.wordpress.com/2009/12/15/clojure-getting-started-in-5-mostly-gui-steps-intellijla-clojure/</link>
		<comments>http://davidhilton.wordpress.com/2009/12/15/clojure-getting-started-in-5-mostly-gui-steps-intellijla-clojure/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 19:02:16 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[intellij]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=501</guid>
		<description><![CDATA[Note: La Clojure currently has a show-stopping Windows bug &#8211; I&#8217;ll remove this note when it has been fixed.
If emacs isn&#8217;t your thing, or you prefer a modern IDE (read: GUI) for development, I recommend IntelliJ IDEA.  An open-source, community edition was just released, and it is definitely worth giving a spin &#8211; I&#8217;ve been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=501&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Note: La Clojure currently has a show-stopping Windows bug &#8211; I&#8217;ll remove this note when it has been fixed.</p>
<p>If emacs isn&#8217;t your thing, or you prefer a modern IDE (read: GUI) for development, I recommend <a href="http://www.jetbrains.com/idea/index.html">IntelliJ IDEA</a>.  An open-source, community edition was just released, and it is <em>definitely</em> worth giving a spin &#8211; I&#8217;ve been a fan since I <a href="http://davidhilton.wordpress.com/2008/02/23/getting-around-pesky-account-limitations-on-a-linux-box/">first tried it</a> a couple of years ago.</p>
<p>Being at a university where the first language taught is Java, but transferring from an institution where C++ was dominant was a bit of a pain.  IntelliJ got me through my Java-based courses.  I tried and managed with <a href="http://www.eclipse.org/">Eclipse</a> and <a href="http://netbeans.org/">NetBeans</a> for the first semester &#8211; but we were given a significant initial framework.</p>
<p>Enough of my praise for IntelliJ.  Let&#8217;s get started!</p>
<ul>
<li>1. <a href="http://www.jetbrains.com/idea/download/">Download IntelliJ</a></li>
</ul>
<ul>
<li>2. Install IntelliJ</li>
</ul>
<ul>
<li>3. Let IntelliJ know where the JDK is (Linux only)</li>
</ul>
<p>Assuming that a JDK is already installed, run<br />
<code>updatedb; locate jdk | grep jre$</code><br />
Do something like the following based on those results<br />
<code>echo "export JDK_HOME=\"/usr/lib/jvm/java-6-openjdk/jre\"" &gt;&gt; ~/.bashrc</code></p>
<ul>
<li>4. Install &#8216;La Clojure&#8217; Plugin</li>
</ul>
<p>Run IntelliJ, open the plugin manager, and search for &#8216;la clojure&#8217;.   Select it for installation, and click OK.</p>
<ul>
<li>5. Create a Clojure Project</li>
</ul>
<p>Click &#8216;Create New Project&#8217;, select &#8216;Create project from scratch&#8217;, give it a descriptive name, and select &#8216;Clojure&#8217; as a desired technology.</p>
<ul>
<li>Start a REPL!</li>
</ul>
<p>Tools -&gt; Clojure REPL Actions -&gt; Add new Clojure REPL</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/501/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=501&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/12/15/clojure-getting-started-in-5-mostly-gui-steps-intellijla-clojure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
		<item>
		<title>Italian translation tools</title>
		<link>http://davidhilton.wordpress.com/2009/11/10/italian-translation-tools/</link>
		<comments>http://davidhilton.wordpress.com/2009/11/10/italian-translation-tools/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 22:38:40 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[Language]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=480</guid>
		<description><![CDATA[I&#8217;m in an Italian diction class (for singing), and as part of that I get to translate texts sometimes.
Having Spanish at my disposal is quite useful, as I can guess most things, and most things I&#8217;m not so sure about can readily be translated into Spanish.
As such, I&#8217;m not so sure that these will be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=480&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m in an Italian diction class (for singing), and as part of that I get to translate texts sometimes.</p>
<p>Having Spanish at my disposal is quite useful, as I can guess most things, and most things I&#8217;m not so sure about can readily be translated into Spanish.</p>
<p>As such, I&#8217;m not so sure that these will be useful to many, but they are useful to me.</p>
<p>So, first, an <a href="http://www.sapere.it/gr/DictionarySearchServlet?DS_action=ForeignSearch&amp;DS_resType=13">italian-spanish dictionary</a><br />
next, the <a href="http://buscon.rae.es/draeI/">drae (Diccionario Real  Academia Española)</a><br />
and an old <a href="http://books.google.com/books?id=SHAZAAAAYAAJ">spanish-english dictionary</a> for those words not found in the italian-spanish dictionary (deh and fida come to mind).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/480/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=480&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/11/10/italian-translation-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: A (fairly vivid) Dream</title>
		<link>http://davidhilton.wordpress.com/2009/09/25/a-fairly-vivid-dream/</link>
		<comments>http://davidhilton.wordpress.com/2009/09/25/a-fairly-vivid-dream/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:58:22 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=470</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=470&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><form action="http://davidhilton.wordpress.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-470">Password:<br />
<input name="post_password" id="pwbox-470" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/470/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=470&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/09/25/a-fairly-vivid-dream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
		<item>
		<title>Clojure: Getting Started in 5 Simple Steps (Emacs+Slime)</title>
		<link>http://davidhilton.wordpress.com/2009/07/08/clojure-getting-started-in-5-simple-steps/</link>
		<comments>http://davidhilton.wordpress.com/2009/07/08/clojure-getting-started-in-5-simple-steps/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 02:06:07 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[elpa]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[lisp]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=421</guid>
		<description><![CDATA[More than anything, this post succinctly describes how to get up and running with Clojure + Emacs.  Virtually no thinking is required if you are working from a default install of Ubuntu, and not much more is required for any linux distro &#8211; you just need to know how to use your package manager.
Furthermore, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=421&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>More than anything, this post succinctly describes how to get up and running with <a href="http://clojure.org/">Clojure</a> + Emacs.  Virtually no thinking is required if you are working from a default install of Ubuntu, and not much more is required for any linux distro &#8211; you just need to know how to use your package manager.</p>
<p>Furthermore, if any of these steps would cause you trouble (deleting .emacs* comes to mind), you probably already know how to handle it.<br />
<span id="more-421"></span></p>
<li>1. Install emacs, git, ant, and a java jdk (distro specific).</li>
<p>Ubuntu: <code>sudo aptitude install emacs git-core ant openjdk-6-jdk</code></p>
<li>2. Install <a href="http://tromey.com/elpa/">Emacs Lisp Package Archive (ELPA)</a></li>
<p>- Evaluate the <a href="http://tromey.com/elpa/install.html">install code</a><br />
- OR evaluate at the cli (<strong>warning</strong>: <code>rm -Rf ~/.emacs*</code> might not do what you want)<br />
<code>rm -Rf ~/.emacs*<br />
git clone git://github.com/technomancy/emacs-starter-kit.git ~/.emacs.d</code></p>
<li>3. Use ELPA to install clojure-mode</li>
<p><code>emacs</code><br />
<code>M-x package-install</code> (M-x corresponds to ALT-x in emacs)</p>
<li>4. Install clojure (using a handy tool in clojure-mode)</li>
<p><code>M-x clojure-install</code></p>
<li>5. Do the following to allow slime to start once clojure-mode is activated</li>
<p><code>echo "(eval-after-load 'clojure-mode '(clojure-slime-config))" &gt;&gt; ~/.emacs.d/<strong>user'name</strong>.el</code></p>
<li>Run Clojure!</li>
<p><code>emacs foo.clj</code><br />
<code>M-x slime</code></p>
<p><strong>Other notes:</strong><br />
- For cli setup, see <a href="http://riddell.us/blog/">Tim Riddell&#8217;s tutorials</a> &#8211; I recommend the bash startup alias, in particular.<br />
- For a longer explanation, see <a href="http://technomancy.us/126">Phil Hagelberg&#8217;s post</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/421/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=421&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/07/08/clojure-getting-started-in-5-simple-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
		<item>
		<title>A few new things (to me)</title>
		<link>http://davidhilton.wordpress.com/2009/07/08/a-few-new-things-to-me/</link>
		<comments>http://davidhilton.wordpress.com/2009/07/08/a-few-new-things-to-me/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 21:10:09 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=416</guid>
		<description><![CDATA[Emacs starter kit:
improves advanced configuration of emacs
OpenDNS:
basic web filtering
Gizmo:
make and receive online calls
Google Voice:
very nifty phone enhancements
(the above two can be combined to give free skype-in/out type service)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=416&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://github.com/technomancy/emacs-starter-kit/tree/master">Emacs starter kit</a>:<br />
improves advanced configuration of emacs</p>
<p><a href="http://www.opendns.com/">OpenDNS</a>:<br />
basic web filtering</p>
<p><a href="http://gizmo5.com/pc/">Gizmo</a>:<br />
make and receive online calls</p>
<p><a href="https://www.google.com/voice">Google Voice</a>:<br />
very nifty phone enhancements</p>
<p>(the above two can be combined to give free skype-in/out type service)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/416/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=416&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/07/08/a-few-new-things-to-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
		<item>
		<title>Wiping Data (or Secure Deletion) from Linux</title>
		<link>http://davidhilton.wordpress.com/2009/05/16/wiping-data-or-secure-deletion-from-linux/</link>
		<comments>http://davidhilton.wordpress.com/2009/05/16/wiping-data-or-secure-deletion-from-linux/#comments</comments>
		<pubDate>Sat, 16 May 2009 08:44:25 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[barracuda]]></category>
		<category><![CDATA[seagate]]></category>
		<category><![CDATA[seagate chirping]]></category>
		<category><![CDATA[secure erase]]></category>
		<category><![CDATA[wipe]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=397</guid>
		<description><![CDATA[WARNING: This blog post was posted at approximately 3 AM.  As a result, it is not very well defined.  Had I been thinking, I would have been more to the point.  As it is, I may repost more info about the Seagate HD when it is successfully RMAd.
One of my hard drives [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=397&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>WARNING: This blog post was posted at approximately 3 AM.  As a result, it is not very well defined.  Had I been thinking, I would have been more to the point.  As it is, I may repost more info about the Seagate HD when it is successfully RMAd.</p>
<p>One of my hard drives is making sounds that indicate that it could fail at any time; In order to prevent any losses, I ordered a <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822148433">new drive</a>.  I spent a while copying all of my data from one drive to the next (I generally have 2 drives in my computer at a given time; the drive closer to failure contains data that is broadly available online, so losses should be minimal if anything happens, while my personal data is semiannually burned to disc and regularly synced to my brother&#8217;s computer).  At any rate, I finished the migration, and started updating my install on the new drive.</p>
<p>The next morning I got up and found that my computer was making a horribly disturbing sound.  The update process had blocked on a prompt for my acceptance of a license agreement.<span id="more-397"></span>  Gkrellm told me that data was not being transfered, so the sound was simply the spinning of the platters.  I ran &#8220;hdparm -y /dev/olddrive&#8221; and &#8220;hdparm -C /dev/olddrive&#8221; to stop my old drive to make sure it wasn&#8217;t responsible for the sound, and then recorded the sound for documentation purposes.</p>
<p>I have a pretty good recording setup, so <a href="http://www.filedropper.com/seagatechirp">the recording</a> is probably about as good quality as is practical &#8211; or even better.  I heard it as soon as I entered the room, so it was fairly loud &#8211; but my system is also fairly quiet.  The sound at the very end is the sound of me clicking a (fairly loud) mouse from a foot away from the mic &#8211; which is about the same distance as the mic was from the disk.</p>
<p>At any rate, I&#8217;m in the habit of keeping multiple copies of my data around until I trust my drives and I need more space, so I was able to undo a few changes I had made to my older drive to make it usable as the master &#8211; so I should have a marginally useful system until the real replacement is mailed to me.</p>
<p><strong>Wiping the Disk for RMA</strong><br />
As I had put nearly all of my data on the new drive, I want to wipe it before returning it &#8211; but I also want to return the drive asap.  I had always used <a href="http://www.dban.org/">DBAN</a> to wipe drives, but I figured I should be able to do it from my normal install.</p>
<p>I first found <a href="http://linux.about.com/library/cmd/blcmdl1_shred.htm">shred</a>, which seemed like it should be quite effective (and useful for shredding specific files, depending on the file system).  It puts random data over the drive in several passes, and it optionally zeros the drive on the final pass.  Unfortunately, I noticed that it was taking a long time &#8211; it uses data from /dev/urandom, which means that the random number generator was cranking like mad.  To sum it up, the bottleneck was the CPU, not the hard disk.</p>
<p>I next tried dding data from /dev/urandom over the file (this was before I completely understood how shred works).  Not surprisingly, it was CPU bound as well (I&#8217;m guessing that disk throughput was at about 10% of its capacity).</p>
<p>Finally, I found <a href="http://wipe.sourceforge.net/">wipe</a>, which uses special patterns, much like DBAN, as opposed to pseudorandom data like shred.  As a result, the data is probably slightly less securely wiped (although it should also be more consistent in its results), but the bottleneck is now the disk.  I expect that it will take 3-4 hours per pass, as opposed to 30-40 hours per pass.</p>
<p><strong>New Seagate Barracudas (.12)</strong><br />
This reminds me, the new barracudas seem to be getting great throughput, at least &#8211; though I can&#8217;t speak for their reliability.  However, I should mention that the packing job was not as good as it could have been, so my issues should probably not be blamed on Seagate, at least not in their entirety.  I bought the OEM drive from Newegg, but the bubble wrap they used has perforations so it can be torn easily.  Unfortunately, one of the perforated lines lined up perfectly with the edge of the disk &#8211; not a good thing, as the perforations pop the bubbles along the line.</p>
<p>I actually took the bubble wrap and tested it to see how much room for error they had in packing.  As it turns out, they have about 1.25 inches of give on either side before one of the corners will not be protected by the bubble wrap.  It&#8217;s enough allowance so that it&#8217;s not generally a problem, but just the same, it may easily have been a factor in my experience.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/397/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=397&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/05/16/wiping-data-or-secure-deletion-from-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
		<item>
		<title>Resizing windows in Gnome</title>
		<link>http://davidhilton.wordpress.com/2009/05/06/resizing-windows-in-gnome/</link>
		<comments>http://davidhilton.wordpress.com/2009/05/06/resizing-windows-in-gnome/#comments</comments>
		<pubDate>Wed, 06 May 2009 22:12:34 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[metacity]]></category>
		<category><![CDATA[resize window]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=389</guid>
		<description><![CDATA[I&#8217;ve been using fluxbox for a year or two, but I&#8217;ve decided to give another WM a shot for a while.  However, just because I am trying something out doesn&#8217;t mean that I want to change my usual bindings.
I&#8217;ve been using gnome for a day or so now.  Instead of rebinding all of my application [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=389&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been using fluxbox for a year or two, but I&#8217;ve decided to give another WM a shot for a while.  However, just because I am trying something out doesn&#8217;t mean that I want to change my usual bindings.</p>
<p>I&#8217;ve been using gnome for a day or so now.  Instead of rebinding all of my application startup keys, I&#8217;ve mostly been using ALT+F2 to launch whatever I want, which is pretty effective.</p>
<p>Anyway, to get to the point, Gnome&#8217;s default resizing operation is ALT+Middle click as opposed to ALT+Right click (ALT+Left click is move, which is pretty standard).  <span id="more-389"></span>In order to switch the behavior to standard, open gconf, go to apps-&gt;metacity-&gt;general and check &#8220;resize with right button.&#8221;</p>
<p>Unfortunately, that only works if you are using metacity instead of compiz (ie. you don&#8217;t have any fancy visual effects enabled).</p>
<p>First off, the compiz fix requires a slight workaround, due to a <a href="https://bugs.launchpad.net/ubuntu/+source/compizconfig-settings-manager/+bug/146736">bug</a>.  However, doing so will disable some other fairly important things (well, at least to me).  For example, ALT+F2 doesn&#8217;t work.  But, if you don&#8217;t care about that (and a few other things), here&#8217;s what you&#8217;ll need to do.</p>
<p>Run compizconfig-settings-manager (ccsm).  First, disable &#8220;Gnome Compatibility&#8221;.  Next, open &#8220;General Options&#8221;, click on &#8220;Key Bindings&#8221;, scroll down to &#8220;Window Menu&#8221; and change it to ALT+Button 2.  Now go to the initial screen and open &#8220;Resize Window&#8221; under &#8220;Window Management&#8221;.  On the Bindings tab, set &#8220;Initiate Window Resize&#8221; to ALT+Button 3 (if you don&#8217;t disable gnome compatibility, you can change what the fields say, but the field doesn&#8217;t permanently change, and the behavior doesn&#8217;t change at all).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/389/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=389&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/05/06/resizing-windows-in-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Gentoo?</title>
		<link>http://davidhilton.wordpress.com/2009/04/24/why-gentoo/</link>
		<comments>http://davidhilton.wordpress.com/2009/04/24/why-gentoo/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:02:34 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=384</guid>
		<description><![CDATA[Not many people know that I run Gentoo (a source-based linux distribution) at home.  Largely this is because most people don&#8217;t care.  But for those who may care, I&#8217;ve decided to explain how Gentoo is better, at least for me.
Gentoo is known for taking a lot of time to set up &#8211; which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=384&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Not many people know that I run Gentoo (a source-based linux distribution) at home.  Largely this is because most people don&#8217;t care.  But for those who may care, I&#8217;ve decided to explain how Gentoo is better, at least for me.</p>
<p>Gentoo is known for taking a lot of time to set up &#8211; which is well deserved.  Gentoo typically takes 1-3 days to complete a full install, and requires more work in maintenance than most other distros.</p>
<p>However, as I developer, I find that it is quite nice.<br />
<span id="more-384"></span><br />
I have scripts that perform most day-to-day maintenance, and I receive an email if my scripts can&#8217;t handle things (which seems to happen every couple of months).  Sometimes packages have problems, due to incomplete ebuild files (the files that manage compilation and installation) or boneheaded misconfiguration on my part.</p>
<p>Despite these problems, I enjoy being able to grab any of the source I want from disk and examine it/modify it without a hassle.  Not only that, but I have debug information included throughout my system (using <a href="http://www.gentoo.org/proj/en/qa/backtraces.xml">splitdebug</a>).</p>
<p>Some people use Gentoo because they want better performance &#8211; and I must admit that that is what brought me to it, along with a desire to know more about linux.  However, now that I have a modern system, what I enjoy most about Gentoo is having the source at my fingertips.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/384/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=384&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/04/24/why-gentoo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
		<item>
		<title>Xorg 1.5 &#8211; a step in the right direction</title>
		<link>http://davidhilton.wordpress.com/2009/04/23/xorg-15-a-step-in-the-right-direction/</link>
		<comments>http://davidhilton.wordpress.com/2009/04/23/xorg-15-a-step-in-the-right-direction/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 14:44:17 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[glxgears]]></category>
		<category><![CDATA[mouse configuration]]></category>
		<category><![CDATA[radeonhd]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[xorg.conf]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=379</guid>
		<description><![CDATA[Interestingly enough, I recently upgraded to xorg-server 1.5 from 1.3.  I removed my xorg file, and it works passably.  It&#8217;s choice of graphics drivers is a little annoying &#8211; I&#8217;ve been using radeonhd and getting 3-5000 frames in glxgears.  Now I&#8217;m getting about 1000, and it pegs my cpu.
However, all functionality on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=379&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Interestingly enough, I recently upgraded to xorg-server 1.5 from 1.3.  I removed my xorg file, and it works passably.  It&#8217;s choice of graphics drivers is a little annoying &#8211; I&#8217;ve been using radeonhd and getting 3-5000 frames in glxgears.  Now I&#8217;m getting about 1000, and it pegs my cpu.</p>
<p>However, all functionality on my mouse is auto detected &#8211; horizontal and vertical scrolling, backwards and forwards buttons.  This means that my <a href="http://davidhilton.wordpress.com/2008/05/02/another-day-continuing-to-inspecting-input-device-events/">previous</a> <a href="http://davidhilton.wordpress.com/2008/03/23/evdev-configuration-from-scratch/">posts</a> on <a href="http://davidhilton.wordpress.com/2008/03/21/firefox-2030-on-linux-and-forwardback-mouse-buttons/">scrolling</a> are now obsolete &#8211; but that is life.<br />
<span id="more-379"></span><br />
It has done a lousy job at guessing a good video card driver, though &#8211; at least from a performance perspective.  I was using radeonhd and getting 3-5000 frames in glxgears.  Now I&#8217;m getting about 1000, and it pegs my cpu.</p>
<p>I will admit that the regular ati driver does a better job at device detection, though &#8211; it&#8217;s just that I like actually using my graphics card &#8211; not that it&#8217;s anything spiffy as anyone familiar with glxgears can attest, but something is better than nothing.</p>
<p>I don&#8217;t think that I&#8217;m quite ready for an xorg.conf-less system just yet, but X is getting there.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=379&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/04/23/xorg-15-a-step-in-the-right-direction/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
		<item>
		<title>Eating Aloe</title>
		<link>http://davidhilton.wordpress.com/2009/04/19/eating-aloe/</link>
		<comments>http://davidhilton.wordpress.com/2009/04/19/eating-aloe/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 05:42:12 +0000</pubDate>
		<dc:creator>davidhilton</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[aloe]]></category>
		<category><![CDATA[aloe vera]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://davidhilton.wordpress.com/?p=346</guid>
		<description><![CDATA[Well, I recently decided to taste some aloe (vera, not any of the more toxic species).  I found it to be quite bitter.  However, upon further experimentation, I discovered a few things&#8230;  but first, I&#8217;ll describe the 4 main components, from my perspective.
Components
First off, we have the exterior (just in case you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=346&subd=davidhilton&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, I recently decided to taste some aloe (vera, not any of the more toxic species).  I found it to be quite bitter.  However, upon further experimentation, I discovered a few things&#8230;  but first, I&#8217;ll describe the 4 main components, from my perspective.</p>
<p><strong>Components</strong><br />
First off, we have the exterior (just in case you have trouble identifying this, I&#8217;ll give you a hint: it&#8217;s the green stuff).<br />
<span id="more-346"></span>Next, we have the gel (get this by slicing open a leaf and note the clear mucus-like substance).<br />
Third, we have the body (this is the core of the leaf that gives it volume).<br />
Fourth, we have aloin.  I did not know about this until I tasted it &#8211; to know what I&#8217;m talking about, cut the end of a leaf and let it sit for a few minutes.  A brownish-yellow liquid (much less viscous than the gel) will coalesce.  If you taste this, you will discover that it is quite bitter.</p>
<p>Not surprisingly, and quite encouragingly, we do not want to consume the aloin &#8211; it has a really nasty taste, and <a href="http://en.wikipedia.org/wiki/Aloin">is actually a laxative</a> (see below for more on the possible negative effects of aloin).  It&#8217;s mostly found <a href="http://www.umm.edu/altmed/articles/aloe-000221.htm">in the exterior</a>, with some <a href="http://cat.inist.fr/?aModele=afficheN&amp;cpsidt=1502188">in the gel</a>.</p>
<p>So, it comes down to this &#8211; if you want to eat it, just eat the body, and in moderation.  Peel the leaf, and remove as much gel as possible.  The body will still contain plenty of gel, but removing the gel on the exterior will help remove more aloin.</p>
<p>As for why you might want to eat aloe, lots of people have differing ideas (helping with complexion, healing, etc.).  I know that people drink it in Korea.  Mostly I thought it would be interesting to do.</p>
<p><strong>Other random things I learned about aloe while writing this:</strong><br />
<strong>Topical Use</strong> &#8211; &#8220;In a review of the scientific literature, researchers found that patients who were treated with aloe vera healed an average of almost 9 days sooner than those who weren&#8217;t treated with the medicinal plant&#8230;  (Aloe is best used for minor burns and skin irritations, and should never be applied to an open wound.)&#8221; <a href="http://www.umm.edu/altmed/articles/aloe-000221.htm">[link]</a></p>
<p><strong>Ingestion</strong> &#8211; <a href="http://www.cababstractsplus.org/abstracts/Abstract.aspx?AcNo=20073099099">A study</a> found that rats that consumed liquid aloe extract had (among other things) a decrease in red blood cell count (bad), low protein levels in blood (bad), high AST levels (bad), low cholesterol levels (good), low triglyceride levels (good).</p>
<p>This is the most negative study I have seen, but as I discovered after reading it, they did not separate aloin from the aloe, which could easily be very significant.  Many positive studies on aloe gel can be found, and I feel confident saying that in general, aloe gel is good, aloin is bad.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidhilton.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidhilton.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidhilton.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidhilton.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidhilton.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidhilton.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidhilton.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidhilton.wordpress.com/346/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidhilton.wordpress.com/346/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidhilton.wordpress.com/346/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidhilton.wordpress.com&blog=2768298&post=346&subd=davidhilton&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://davidhilton.wordpress.com/2009/04/19/eating-aloe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc19990720abb59d30a8a8e55fa99e7c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidhilton</media:title>
		</media:content>
	</item>
	</channel>
</rss>