<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AsynchronousBlog &#187; Uncategorized</title>
	<atom:link href="http://www.asynchronous.org/blog/archives/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.asynchronous.org/blog</link>
	<description>Random stuff for search engines to index.</description>
	<lastBuildDate>Sat, 28 Nov 2009 16:10:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Champlain Valley Water Quality, 2009</title>
		<link>http://www.asynchronous.org/blog/archives/2009/11/28/champlain-valley-water-quality-2009</link>
		<comments>http://www.asynchronous.org/blog/archives/2009/11/28/champlain-valley-water-quality-2009#comments</comments>
		<pubDate>Sat, 28 Nov 2009 16:09:42 +0000</pubDate>
		<dc:creator>jsled</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[~/stuff/homebrew]]></category>

		<guid isPermaLink="false">http://www.asynchronous.org/blog/?p=103</guid>
		<description><![CDATA[I missed putting up the water quality numbers from this spring, but in the mean time it turns out the Champlain Water District has the Water Quality Reports up on the web.  Unfortunately, they&#8217;re huge PDFs since they seem to be simply bitmap scans of the paper report. :(

In any case, here&#8217;s the relevant [...]]]></description>
			<content:encoded><![CDATA[<p>I missed putting up the water quality numbers from this spring, but in the mean time it turns out the <a href="http://www.cwd-h2o.org/publications.html">Champlain Water District has the Water Quality Reports up on the web</a>.  Unfortunately, they&#8217;re huge PDFs since they seem to be simply bitmap scans of the paper report. :(</p>

<p>In any case, here&#8217;s the relevant homebrewer water quality details:</p>

<table border="1" cellspacing="0" cellpadding="2">
<tbody>
<tr><td>Aluminum</td><td>0.056 mg/L</td></tr>
<tr><td>Alkalinity</td><td>57-74 ppm as CaCO3</td></tr>
<tr><td>Calcium Hardness</td><td>45-56 ppm as CaCO3</td></tr>
<tr><td>Total Hardness</td><td>61 ppm as CaCO3 (3.6 grains/gal)</td></tr>
<tr><td>Chloride</td><td>17 ppm</td></tr>
<tr><td>Foaming Agents</td><td>less than 0.1ppm</td></tr>
<tr><td>Total Organic Carbon (TOC)</td><td>2.10 ppm (1.49-2.74)</td></tr>
<tr><td>Conductivity</td><td>182 µS/cm (158-202)</td></tr>
<tr><td>pH</td><td>7.66 (7.4-7.94)</td></tr>
<tr><td>Total Dissolved Solids</td><td>113 ppm</td></tr>
<tr><td>Iron</td><td>less than 0.01ppm</td></tr>
<tr><td>Manganese</td><td>.006 mg/L (0 &#8211; 0.023)</td></tr>
<tr><td>Sodium</td><td>7.5ppm</td></tr>
<tr><td>Potassium</td><td>1.31 ppm</td></tr>
<tr><td>Sulfate</td><td>15 ppm</td></tr>
<tr><td>Silver</td><td>less than 0.005 ppm</td></tr>
<tr><td>Silica</td><td>1.4 ppm</td></tr>
<tr><td>Silicon</td><td>0.67 ppm</td></tr>
<tr><td>Bromide</td><td>less tahn 0.010 ppm</td></tr>
<tr><td>Iodide</td><td>less than 1 ppm</td></tr>
<tr><td>Flouride</td><td>0.96 mg/L (0.71 &#8211; 1.19)</td></tr>
<tr><td>Ammonium Ion</td><td>0.12 ppm (0.02-0.23)</td></tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.asynchronous.org/blog/archives/2009/11/28/champlain-valley-water-quality-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql[-bin]-5.1.40 ebuild</title>
		<link>http://www.asynchronous.org/blog/archives/2009/11/28/mysql-bin-5-1-40-ebuild</link>
		<comments>http://www.asynchronous.org/blog/archives/2009/11/28/mysql-bin-5-1-40-ebuild#comments</comments>
		<pubDate>Sat, 28 Nov 2009 15:50:41 +0000</pubDate>
		<dc:creator>jsled</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.asynchronous.org/blog/?p=100</guid>
		<description><![CDATA[I had a pressing need for mysql-5.1.40 to be installed for work reasons a couple of weeks ago, and found the state of mysql releases in gentoo to be lacking.  I cobbled together the following ebuild using the binary RPM distribution from mysql.com.  It should probably be called &#8220;mysql-bin&#8221;, but whatever.


inherit eutils rpm
&#160;
# [...]]]></description>
			<content:encoded><![CDATA[<p>I had a pressing need for mysql-5.1.40 to be installed for work reasons a couple of weeks ago, and found the state of mysql releases in gentoo to be lacking.  I cobbled together the following ebuild using the binary RPM distribution from mysql.com.  It should probably be called &#8220;mysql-bin&#8221;, but whatever.</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">inherit eutils rpm
&nbsp;
<span style="color: #666666; font-style: italic;"># http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-server-5.1.40-0.glibc23.x86_64.rpm/from/pick</span>
&nbsp;
<span style="color: #007800;">MY_P</span>=MySQL-server-<span style="color: #800000;">${PV}</span>
&nbsp;
<span style="color: #007800;">SRC_URI</span>=<span style="color: #ff0000;">&quot;http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-server-<span style="color: #007800;">${PV}</span>-0.glibc23.x86_64.rpm
    http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-client-<span style="color: #007800;">${PV}</span>-0.glibc23.x86_64.rpm
    http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-shared-<span style="color: #007800;">${PV}</span>-0.glibc23.x86_64.rpm
    http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-devel-<span style="color: #007800;">${PV}</span>-0.glibc23.x86_64.rpm&quot;</span>
<span style="color: #007800;">DESCRIPTION</span>=<span style="color: #ff0000;">&quot;MySQL-5.1.40 RPM&quot;</span>
<span style="color: #007800;">HOMEPAGE</span>=<span style="color: #ff0000;">&quot;http://www.mysql.com&quot;</span>
<span style="color: #007800;">LICENSE</span>=<span style="color: #ff0000;">&quot;GPL-2&quot;</span>
<span style="color: #007800;">SLOT</span>=<span style="color: #ff0000;">&quot;0&quot;</span>
<span style="color: #007800;">KEYWORDS</span>=<span style="color: #ff0000;">&quot;amd64&quot;</span>
<span style="color: #007800;">IUSE</span>=<span style="color: #ff0000;">&quot;&quot;</span>
&nbsp;
src_install<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span>
    dobin usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/*</span>
&nbsp;
    dosbin usr<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/*</span>
&nbsp;
    dolib usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/*</span>
&nbsp;
    insinto <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>mysql
    doins usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/*</span>
&nbsp;
    insinto <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>aclocal<span style="color: #000000; font-weight: bold;">/</span>mysql
    doins usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>aclocal<span style="color: #000000; font-weight: bold;">/</span>mysql.m4
&nbsp;
    dodoc usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>doc<span style="color: #000000; font-weight: bold;">/</span>MySQL-server-5.1.40<span style="color: #000000; font-weight: bold;">/*</span>
&nbsp;
    doman usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>man<span style="color: #000000; font-weight: bold;">/</span>man1<span style="color: #000000; font-weight: bold;">/*</span>
    doman usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>man<span style="color: #000000; font-weight: bold;">/</span>man8<span style="color: #000000; font-weight: bold;">/*</span>
&nbsp;
    insinto <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>mysql
    doins usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/*</span>
    insinto <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>charsets
    doins usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>charsets<span style="color: #000000; font-weight: bold;">/*</span>
    insinto <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>english
    doins usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>english<span style="color: #000000; font-weight: bold;">/*</span>
&nbsp;
<span style="color: #666666; font-style: italic;">#/etc/logrotate.d</span>
<span style="color: #666666; font-style: italic;">#/etc/logrotate.d/mysql</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.asynchronous.org/blog/archives/2009/11/28/mysql-bin-5-1-40-ebuild/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Champlain Valley water analysis, Spring 2008</title>
		<link>http://www.asynchronous.org/blog/archives/2008/07/28/champlain-valley-water-analysis-spring-2008</link>
		<comments>http://www.asynchronous.org/blog/archives/2008/07/28/champlain-valley-water-analysis-spring-2008#comments</comments>
		<pubDate>Tue, 29 Jul 2008 00:14:42 +0000</pubDate>
		<dc:creator>jsled</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.asynchronous.org/blog/archives/2008/07/28/champlain-valley-water-analysis-spring-2008</guid>
		<description><![CDATA[As a South Burlington homeowner (water-bill-payer, really), the Champlain Water District sends me a report about how their water is the best water. Of note to me as a homebrewer is the analysis of certain chemical properties of the water. Since a few google searches for this information basically turned up my previous post and [...]]]></description>
			<content:encoded><![CDATA[<p>As a South Burlington homeowner (water-bill-payer, really), the <a href="http://www.cwd-h2o.org/">Champlain Water District</a> sends me a report about how their water is the best water. Of note to me as a homebrewer is the analysis of certain chemical properties of the water. Since a few google searches for this information basically turned up my previous post and not <a href="http://www.cwd-h2o.org/publications.html">the actual source of the data</a>, here&#8217;s the data:</p>

<ul>
<li>aluminum: &lt; 0.06ppm</li>
<li>color: 2 units</li>
<li>alkalinity: 57-74 ppm as CaCO3</li>
<li>calcium hardness: 45-56 ppm as CaCO3</li>
<li>total hardness: 61 ppm as CaCO3</li>
<li>chloride: 17ppm</li>
<li>foaming agents: &lt; 0.1 ppm</li>
<li>total organic carbon: 2.04 pm (1.49-2.61)</li>
<li>conductivity: 192 micro-S/cm (156-194)</li>
<li><p>pH: 7.62 (7.39-7.79)</p></li>
<li><p>total disolved solids: 113 ppm</p></li>
<li>iron: &lt; 0.01ppm</li>
<li>manganese: .007ppm</li>
<li>sodium: 7.5ppm</li>
<li>potassium: 1.31 ppm</li>
<li>sulfate: 15 ppm</li>
<li>silver: &lt; 0.05ppm</li>
<li>silica: 1.4ppm</li>
<li>silicon: 0.67 ppm</li>
<li>bromide: &lt; 0.010 ppm</li>
<li>iodide: &lt; 1 ppm</li>
<li>flouride: 1.01 ppm (0.74 &#8211; 1.28)</li>
<li>ammonium ion: 0.15 ppm (0.01 &#8211; 0.32)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.asynchronous.org/blog/archives/2008/07/28/champlain-valley-water-analysis-spring-2008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
