<?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>Presented Without Proof</title>
	<atom:link href="http://301south.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://301south.net</link>
	<description>(an exercise for the reader)</description>
	<lastBuildDate>Fri, 26 Feb 2010 08:54:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I&#8217;m legit &#8212; honest!</title>
		<link>http://301south.net/2010/02/domainkeys-are-easy/</link>
		<comments>http://301south.net/2010/02/domainkeys-are-easy/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 04:45:30 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[domainkeys]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://301south.net/?p=218</guid>
		<description><![CDATA[ocean.301south.net is a low-volume mail server.  95% of my logs are spam rejected by postgrey.  The other 5% are evenly divided between spam which gets screened out by SpamAssassin and actual legitimate messages, which probably number 25 a day coming in and fewer than 10 a day going out.   So you can imagine [...]]]></description>
			<content:encoded><![CDATA[<p><code>ocean.301south.net</code> is a low-volume mail server.  95% of my logs are spam rejected by <a href="http://postgrey.schweikert.ch/">postgrey</a>.  The other 5% are evenly divided between spam which gets screened out by <a href="http://spamassassin.apache.org/">SpamAssassin</a> and actual legitimate messages, which probably number 25 a day coming in and fewer than 10 a day going out.   So you can imagine my dismay when Yahoo(!) refused to accept an email from Abbie to her mother on the basis of my server&#8217;s reputation.</p>
<p>There&#8217;s obviously an element of inferiority-complex here.  In a world where everyone is known by his google ID and it&#8217;s all but impossible to acquire a static IP address, I am in the extreme (maybe even six-sigma) minority to be <a href="http://bsdinn.com/postfix/index.php">administrating my own e-mail server</a>.  I hold a physical copy of all my emails on my home server (and Abbie&#8217;s, too) and I never see ads.</p>
<p>But lately, particularly since moving from a DSL connection to a Cable connection (hosted by Cox Business), I&#8217;ve started to notice that emails from my domain were frequently spurned, often winding up in spam folders or being rejected altogether, particularly by Yahoo servers.</p>
<p><span id="more-218"></span>This is a question of net neutrality: Yahoo, being an email provider, has a business incentive to harrass small-time service providers such as myself, which, if our numbers suddenly multiplied, would pose a threat to its email revenue stream.  Of course, such a thing is extremely unlikely to happen, because people don&#8217;t even know how to keep their antivirus software up to date, much less operate a standards-compliant mail relay.  I take pride in this accomplishment, even though it&#8217;s somewhat akin to the accomplishment of writing an entire parametric, interactive feedback-control and data acquisition system in PIC ASM, which is something else I take pride in having done, even though it&#8217;s not something that very many people would mistake for being useful.</p>
<p>And so I take it personally when my logs report something like:</p>
<p><code>Feb 25 19:16:18 ocean postfix/smtp[98301]: 0F7E6B826:<br />
host a.mx.mail.yahoo.com[67.195.168.31] refused to talk to me: 421 Message from (24.249.152.92) temporarily deferred - 4.16.50. Please refer to<br />
http://help.yahoo.com/help/us/mail/defer/defer-06.html<br />
</code></p>
<p>I filed a help request with their abuse-admin service and received a canned response, from which I learned about <a href="http://en.wikipedia.org/wiki/DomainKeys">DomainKeys</a>.  The concept is quite elegant.  I modify my server&#8217;s DNS record to include a <a href="http://en.wikipedia.org/wiki/Public_key_cryptography">public encrpytion key</a>, and store the private key secretly on my mail server.  I then stamp every message I send with a signature which is encoded with the private key.  The recipient can check my DNS record, use the public key to decode the signature, and verify that the message is legitimate.  DomainKeys were invented by Yahoo, but are now an accepted <a href="http://www.ietf.org/rfc/rfc4871.txt">open standard</a>.</p>
<p>Following <a href="http://www.howtoforge.com/postfix-dkim-with-dkim-milter-centos5.1">this howto</a> (and adapting to FreeBSD), I managed to convert my <a href="http://postfix.org">Postfix</a> install to use domain keys in just under three hours (specifically, the hours from 11 PM to 2 AM on February 24-25), thus demonstrating that I am still qualified to operate my own mail server.  It remains to be seen whether Yahoo will take its own medicine: at the time of writing, it&#8217;s still deferring my messages, even though they are now possessed of DomainKey signatures.</p>
<p>For what it&#8217;s worth, I <strong>never</strong> get false-positives in my Spam folder.  There is a single exception in the past year, and that was due to an <a href="https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6269">embarrassing goof</a> on the part of the SpamAssassin maintainers.</p>
<p>You can view my DKIM public key with the following command:<br />
<code><br />
dig -t TXT 301south._domainkey.301south.net<br />
</code></p>
<p>if you use a computer with access to dig(1).</p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2010/02/domainkeys-are-easy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Drawing a line for the denialists</title>
		<link>http://301south.net/2010/02/drawing-a-line-for-the-denialists/</link>
		<comments>http://301south.net/2010/02/drawing-a-line-for-the-denialists/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:20:32 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[politics]]></category>
		<category><![CDATA[co2]]></category>
		<category><![CDATA[denial]]></category>
		<category><![CDATA[global warming]]></category>
		<category><![CDATA[morons]]></category>

		<guid isPermaLink="false">http://301south.net/?p=200</guid>
		<description><![CDATA[With the unending avalanche of embarrassments in climate science recently, global warming &#8220;deniers&#8221; are becoming ever more strident in their triumphalism over defeat of the &#8220;warmists.&#8221; I must admit that I have not familiarized myself with the science behind the IPCC report.  But there is a simple, irrefutable fact that those committed to rational inquiry [...]]]></description>
			<content:encoded><![CDATA[<p>With the <a href="http://www.usnews.com/science/articles/2010/01/25/ipccs-himalayan-glacier-mistake-no-accident.html">unending avalanche</a> of <a href="http://www.timesonline.co.uk/tol/news/environment/article7026317.ece">embarrassments</a> in <a href="http://www.telegraph.co.uk/earth/environment/climatechange/7236011/UN-global-warming-data-skewed-by-heat-from-planes-and-buildings.html">climate science recently</a>, global warming &#8220;deniers&#8221; are becoming ever more strident in their triumphalism over defeat of the &#8220;<a href="http://planetgore.nationalreview.com/post/?q=ZWI3NWM0MDM0ODkyZGMzNzE5ODJlMTQ4Mjg4ZTE5ZTE=">warmists</a>.&#8221; I must admit that I have not familiarized myself with the science behind the IPCC report.  But there is a simple, irrefutable fact that those committed to rational inquiry must not lose track of, and that is that we have been pumping a hell of a lot of carbon dioxide into the atmosphere.</p>
<p><a href="http://upload.wikimedia.org/wikipedia/en/c/c7/CO2-Mauna-Loa.png"><img class="aligncenter" title="CO2 Concentration, Mauna Loa, 1958-2006" src="http://upload.wikimedia.org/wikipedia/en/c/c7/CO2-Mauna-Loa.png" alt="" width="600" height="475" /></a>This can be corroborated with <a href="http://www.esrl.noaa.gov/gmd/ccgg/trends/#global">CO2 measurements from around the world</a> and is really not contested.</p>
<p>However, some people seem to still believe that this change could not be caused by human activity.  Here I present a simple, back-of-the-envelope computation to measure the total weight of CO2 in the atmosphere, compared to the total weight of CO2 released by burning fossil fuels.<span id="more-200"></span></p>
<p>First, the easy part: the weight of CO2 in the atmosphere.  <a href="http://physics.suite101.com/article.cfm/weight_of_earths_atmosphere">This page</a> has a nice description of how to quickly estimate the weight of the air we breathe.  Basically, atmospheric pressure at sea level <img src='http://s.wordpress.com/latex.php?latex=%28%20101%20%5Ctextsf%7B%20kPa%7D%20%3D%201.01%20%5Ctimes%2010%5E5%20%5Ctextsf%7B%20N%2Fm%7D%5E2%29&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='( 101 \textsf{ kPa} = 1.01 \times 10^5 \textsf{ N/m}^2)' title='( 101 \textsf{ kPa} = 1.01 \times 10^5 \textsf{ N/m}^2)' class='latex' /> is a direct measurement of the weight of atmospheric air.  Multiply it by the surface area of the globe and you&#8217;ve got your answer (in Newtons).</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1.01%5Ctimes10%5E5%20%5Ctextsf%7B%20N%7D%7D%7B%5Ctextsf%7Bm%7D%5E2%7D%5Ccdot%205.12%5Ctimes%2010%5E%7B14%7D%20%5Ctextsf%7B%20m%7D%5E2%20%5Ccdot%20%5Cfrac%7B1%20%5Ctextsf%7B%20kg%7D%7D%7B9.8%20%5Ctextsf%7B%20N%7D%7D%20%3D%205.3%5Ctimes%2010%5E%7B18%7D%20%5Ctextsf%7B%20kg%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\frac{1.01\times10^5 \textsf{ N}}{\textsf{m}^2}\cdot 5.12\times 10^{14} \textsf{ m}^2 \cdot \frac{1 \textsf{ kg}}{9.8 \textsf{ N}} = 5.3\times 10^{18} \textsf{ kg}' title='\frac{1.01\times10^5 \textsf{ N}}{\textsf{m}^2}\cdot 5.12\times 10^{14} \textsf{ m}^2 \cdot \frac{1 \textsf{ kg}}{9.8 \textsf{ N}} = 5.3\times 10^{18} \textsf{ kg}' class='latex' /></p>
<p>The partial pressure goes with the mole fraction, so CO2 specifically accounts for 320 parts per million of that (in 1970) or 380 parts per million (in 2010).</p>
<p><img src='http://s.wordpress.com/latex.php?latex=5.3%5Ctimes%2010%5E%7B18%7D%5Ctextsf%7B%20kg%7D%5Ccdot%200.00032%3D1.70%5Ctimes%2010%5E%7B15%7D%5Ctextsf%7B%20kg%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='5.3\times 10^{18}\textsf{ kg}\cdot 0.00032=1.70\times 10^{15}\textsf{ kg}' title='5.3\times 10^{18}\textsf{ kg}\cdot 0.00032=1.70\times 10^{15}\textsf{ kg}' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=5.3%5Ctimes%2010%5E%7B18%7D%5Ctextsf%7B%20kg%7D%5Ccdot%200.00038%3D2.01%5Ctimes%2010%5E%7B15%7D%5Ctextsf%7B%20kg%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='5.3\times 10^{18}\textsf{ kg}\cdot 0.00038=2.01\times 10^{15}\textsf{ kg}' title='5.3\times 10^{18}\textsf{ kg}\cdot 0.00038=2.01\times 10^{15}\textsf{ kg}' class='latex' /></p>
<p>for a net gain of about <img src='http://s.wordpress.com/latex.php?latex=300%5Ctimes%2010%5E%7B12%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='300\times 10^{12}' title='300\times 10^{12}' class='latex' /> kg CO2 (also known as 300 billion tons).</p>
<p>Where could all of that carbon have come from?</p>
<p style="text-align: center;"><a href="http://www.worldwatch.org/brain/images/press/news/vs05-world_oil.jpg"><img class="aligncenter" title="World consumption of oil" src="http://www.worldwatch.org/brain/images/press/news/vs05-world_oil.jpg" alt="" width="522" height="347" /></a></p>
<p style="text-align: center;"><a href="http://www.worldwatch.org/brain/images/press/news/vs05-world_oil.jpg"></a><a href="http://www.worldwatch.org/brain/images/press/news/vs05-world_coal_gas.jpg"><img class="aligncenter" title="World consumption of coal and natural gas" src="http://www.worldwatch.org/brain/images/press/news/vs05-world_coal_gas.jpg" alt="" width="522" height="347" /></a></p>
<p>(images link to <a href="http://www.worldwatch.org/node/1811">source</a>) These numbers have been converted to &#8220;tons of oil equivalent&#8221; for energy purposes, which is convenient for us because a ton of oil, when burned, releases a pretty reliable amount of carbon dioxide.  Coal is an inferior fuel: since its heat of combustion is much lower you have to burn almost twice as much to get the same amount of energy, which means you release twice as much carbon.  Since this chart is showing energy-equivalence and not CO2-equivalence, we can assume that it is a significant under-estimate for coal (slight over-estimate for natural gas).  But rather than tease that out, we&#8217;ll assume we had gotten all of the energy from oil.</p>
<p>Taking a quick-and-dirty average, I&#8217;m going to go ahead and say we&#8217;ve burned an average of 3000 million tons of oil, 2000 million oil-equivalent-tons of coal, and 1400 million oil-equivalent-tons of natural gas per year since 1970.  I&#8217;ll even be generous to the denialists and call them short tons, and round down, to get about 5,500 million metric tons of oil or <img src='http://s.wordpress.com/latex.php?latex=5.5%5Ctimes%2010%5E%7B12%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='5.5\times 10^{12}' title='5.5\times 10^{12}' class='latex' /> kg.  Burning a barrel of oil (about 140 kg) releases about <a href="http://www.epa.gov/RDEE/energy-resources/refs.html">430 kg of CO2</a> &#8211; that&#8217;s roughly 3.08 kg CO2/kg oil.  Let&#8217;s round down and call it 3.  Same as pi.</p>
<p>So we&#8217;re talking about <img src='http://s.wordpress.com/latex.php?latex=16%5Ctimes%2010%5E%7B12%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='16\times 10^{12}' title='16\times 10^{12}' class='latex' /> kg of CO2, directly from anthropogenic sources, per year for the last 40 years.  This is just from burning fossil fuels, not from land use change (deforestation and development).  That&#8217;s over 600 billion tons in 40 years, more than twice the observed increase.  The difference between what we spew out and what sticks around in the atmosphere is, of course, <a href="http://arjournals.annualreviews.org/doi/abs/10.1146/annurev.marine.010908.163834">getting soaked into the oceans</a>, among other sinks, where it is converted to carbonic acid, <a href="http://www.sciencemag.org/cgi/content/abstract/318/5857/1737">lowering the pH of the sea</a> with <a href="http://icesjms.oxfordjournals.org/cgi/content/abstract/65/3/414">detrimental effects</a> on <a href="http://icesjms.oxfordjournals.org/cgi/content/abstract/66/7/1570">sea life</a>.</p>
<p>We clearly don&#8217;t fully understand the biogeochemical dynamics of carbon circulation, but it is abundantly clear that anthropogenic emissions are far more than sufficient to account for observed changes.  Face it: we are messing with the atmosphere on a grand scale.</p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2010/02/drawing-a-line-for-the-denialists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curve-fit with zero offset</title>
		<link>http://301south.net/2010/02/curve-fit-with-zero-offset/</link>
		<comments>http://301south.net/2010/02/curve-fit-with-zero-offset/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:38:04 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[engineering]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[calcium]]></category>
		<category><![CDATA[curve fitting]]></category>
		<category><![CDATA[ionomycin]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[pstricks]]></category>

		<guid isPermaLink="false">http://301south.net/?p=175</guid>
		<description><![CDATA[Say you are measuring some signal, which you expect to show an exponential decay, but you are unsure of the zero-point on your measuring device.  If you want to measure the time constant of the decay you need to know what it&#8217;s decaying to.  For a signal s,

In order to do conventional least-squares [...]]]></description>
			<content:encoded><![CDATA[<p>Say you are measuring some signal, which you expect to show an exponential decay, but you are unsure of the zero-point on your measuring device.  If you want to measure the time constant of the decay you need to know what it&#8217;s decaying to.  For a signal s,</p>
<p><img src='http://s.wordpress.com/latex.php?latex=s%3Ds_%7B0%7D%2BA_0%5Cexp%28-t%2F%5Ctau%29&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='s=s_{0}+A_0\exp(-t/\tau)' title='s=s_{0}+A_0\exp(-t/\tau)' class='latex' /></p>
<p>In order to do conventional least-squares fitting to <img src='http://s.wordpress.com/latex.php?latex=A_0%5Cexp%28-t%2F%5Ctau%29&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='A_0\exp(-t/\tau)' title='A_0\exp(-t/\tau)' class='latex' /> you need to determine <img src='http://s.wordpress.com/latex.php?latex=s_0&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='s_0' title='s_0' class='latex' />.</p>
<p><div id="attachment_180" class="wp-caption aligncenter" style="width: 650px"><a href="http://301south.net/files/2010/02/step-response.png"><img class="size-medium wp-image-180" title="step-response" src="http://301south.net/files/2010/02/step-response-640x400.png" alt="Step response of NIH 3T3 fibroblasts to ionomycin" width="640" height="400" /></a><br />
<p class="wp-caption-text">Step response of NIH 3T3 fibroblasts to ionomycin</p></div><br />
<span id="more-175"></span></p>
<p>For instance, the figure above shows the fluorescent intensity of some 3T3 cells to ionomycin.   The traces are normalized to the initial values.  Notice that the cells don&#8217;t recover to the levels at which they began.  I wanted to know the time constant of the decay on the tail of the trace.</p>
<p>I solved this problem by performing the fit inside an iterative minimum-finding function.  First I identified the point of fastest decline and selected that as the <img src='http://s.wordpress.com/latex.php?latex=t%3D0&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='t=0' title='t=0' class='latex' /> point.  Then I iterated to find the value for <img src='http://s.wordpress.com/latex.php?latex=y_0&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='y_0' title='y_0' class='latex' /> which minimized the norm of the error:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%7C%7C%20%28y%20-%20y_0%29%20-%20A%5Cexp%28-t%2F%5Ctau%29%20%7C%7C&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='|| (y - y_0) - A\exp(-t/\tau) ||' title='|| (y - y_0) - A\exp(-t/\tau) ||' class='latex' /></p>
<p>for best-fit A and <img src='http://s.wordpress.com/latex.php?latex=%5Ctau&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\tau' title='\tau' class='latex' />.</p>
<pre>
y0_fit = fminbnd( @(y0) ...
                 norm( y-y0 - exp( polyval( polyfit( x, log(y-y0), 1), x))) ,...
                 -10*y(1), y(1) );
</pre>
<p>This, along with other analysis:</p>
<p><a href="http://301south.net/files/2010/02/step-analysis.png"><img src="http://301south.net/files/2010/02/step-analysis-640x378.png" alt="step-analysis" title="step-analysis" width="640" height="378" class="aligncenter size-medium wp-image-183" /></a></p>
<p>For a population of cells (Showing mean and standard deviation for each test point.  numbers in parentheses indicate number of cells in the sample.):</p>
<p><a href="http://301south.net/files/2010/02/step-statistics.png"><img src="http://301south.net/files/2010/02/step-statistics-640x300.png" alt="step-statistics" title="step-statistics" width="640" height="300" class="aligncenter size-medium wp-image-187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2010/02/curve-fit-with-zero-offset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternatives Analysis</title>
		<link>http://301south.net/2010/01/alternatives-analysis/</link>
		<comments>http://301south.net/2010/01/alternatives-analysis/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 11:57:26 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[research]]></category>
		<category><![CDATA[alternatives analysis]]></category>
		<category><![CDATA[chemistry]]></category>
		<category><![CDATA[dtsc]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[pstricks]]></category>

		<guid isPermaLink="false">http://301south.net/?p=156</guid>
		<description><![CDATA[Finishing up a report for DTSC on &#8220;Alternatives Analysis&#8221;.. switched from writing to layout on Thursday and now it&#8217;s almost done.  Here are some figures I created for the work (in pstricks, of course).

TeX source
Figure [above] shows how hazards, risks, and costs are considered together in an alternatives analysis.  A successful alternatives analysis should develop [...]]]></description>
			<content:encoded><![CDATA[<p>Finishing up a report for <a href="http://www.dtsc.ca.gov/">DTSC</a> on &#8220;Alternatives Analysis&#8221;.. switched from writing to layout on Thursday and now it&#8217;s almost done.  Here are some figures I created for the work (in <a href="http://www.tug.org/PSTricks/main.cgi/">pstricks</a>, of course).</p>
<p><a href="http://301south.net/files/2010/01/overview.png"><img class="aligncenter size-large wp-image-163" src="http://301south.net/files/2010/01/overview-800x786.png" alt="overview" width="800" height="786" /></a></p>
<p><span id="more-156"></span><a href="http://ocean.301south.net/stuff/overview.fig">TeX source</a></p>
<p>Figure [above] shows how hazards, risks, and costs are considered together in an alternatives analysis.  A successful alternatives analysis should develop and evaluate several different approaches for solving the problem at hand.  The analysis should make conspicuous consideration of hazards, the sources of hazards, and opportunities to avoid hazards, thus ensuring a precautionary footing.  The risks presented by unavoidable hazards should be analyzed using conventional methods.  Decision analytic tools should be used to compare the resulting options and weight the relevant criteria.  The results of the analysis should be reported to the public in a manner that enables informed decision making by consumers while encouraging responsible innovation by industry.  The process should be ongoing and the analysis should be improved continuously.</p>
<p><a href="http://301south.net/files/2010/01/fu-scope.png"><img class="aligncenter size-large wp-image-158" src="http://301south.net/files/2010/01/fu-scope-800x389.png" alt="fu-scope" width="800" height="389" /></a></p>
<p><a href="http://ocean.301south.net/stuff/fu-scope.fig">TeX source</a></p>
<p>Since large-scale manufacturing processes are highly integrative, with each stage depending on the output from the prior stage, the functional requirements of a single manufacturing stage can be extremely specific and large changes can be disruptive to the manufacturing chain.  An analyst considering a single manufacturing process (limited scope) may have limited flexibility in selecting alternatives.  On the other hand, an analyst considering an entire product system (broad scope) may be able to envision a much wider array of alternatives. Figure [above] shows a generic product life cycle and compares the minimal scope for an alternatives analysis to the maximal scope, which is the entire product system.</p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2010/01/alternatives-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A good day for open-source software</title>
		<link>http://301south.net/2009/12/a-good-day-for-oss/</link>
		<comments>http://301south.net/2009/12/a-good-day-for-oss/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 01:33:07 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://301south.net/?p=148</guid>
		<description><![CDATA[Abbie and I are down visiting my folks in San Diego &#8212; My mom&#8217;s partner has been struggling with the transfer of 7 years&#8217; work from his old XP machine to a new one running Windows 7; He&#8217;s been struggling with poor compatibility for literally months, with the new computer still setup on a card [...]]]></description>
			<content:encoded><![CDATA[<p>Abbie and I are down visiting my folks in San Diego &#8212; My mom&#8217;s partner has been struggling with the transfer of 7 years&#8217; work from his old XP machine to a new one running Windows 7; He&#8217;s been struggling with poor compatibility for literally months, with the new computer still setup on a card table and the old computer still indispensible.  Meanwhile, my mom&#8217;s computer is an ancient e-Machine with 256 MB of RAM and it takes 15 minutes to start up a web browser.  She&#8217;s been waiting to receive John&#8217;s old computer (which is certainly no spring chicken, but a big improvement over the present one).<span id="more-148"></span></p>
<p>So I come down with a salvaged Sempron 3800 box running <a href="http://releases.ubuntu.com/9.04/">Ubuntu Jaunty</a> (total cost: $0) and quickly put that in place of my mom&#8217;s dinosaur.  Using <a href="http://www.vmware.com/products/player/">VMWare Player</a> (total cost: $0) we installed a bootleg copy of Win2k (total cost: $0, but not legally) in order to support her <a href="http://quicken.intuit.com/support/eula/quicken-2005-win.jsp">Quicken</a> habit (<a href="http://www.gnucash.org/">GnuCash</a>, my personal (though reluctant) choice for personal finances, sadly does not rise to the level).  On John&#8217;s end, the ancient CRM database program <a href="http://www.pcta-usa.com/qa.htm">Q&amp;A</a> doesn&#8217;t run under Windows 7 but it does under <a href="http://www.dosbox.com">dosbox</a>; and Outlook express did not seem to be capable of transferring settings to regular-old outlook under Windows 7 (I didn&#8217;t work on this at all, but John assured me he spent a good bit of time) but Thunderbird imports it just fine&#8230; and finally, an old Agfa Snapscan e-20 is not yet supported on Windows 7, but the binary driver is still usable by <a href="http://www.xsane.org/">xsane</a> if it is extracted from the WinXP self-extracting executable (with a little help from wine; thanks to <a href="http://www.any-where.de/blog/old-agfa-snapscan-on-ubuntu-910/">this post</a>).</p>
<p>The only disappointment of the day was in how complicated it is to <a href="http://www.sevenforums.com/software/28883-transfer-thunderbird-profile-xp-7-a-2.html">transfer a thunderbird profile</a> from one computer to another- requiring showing hidden files and <a href="http://www.mozilla.org/support/thunderbird/profile">editing configuration files</a>.  I could do it just fine, but it&#8217;s too complicated for John to do for someone else.  There is a &#8216;managed&#8217; way to do it, but it requires <a href="http://kb.mozillazine.org/MozBackup">installing another application</a> (which is windows-only, by the way). Why is there [still] not an &#8220;export profile&#8221; option? It could just store the profile folder in an archive which can be imported elsewhere.  Maybe there&#8217;s a good reason for not doing this but I can&#8217;t think of it.</p>
<p>So minor config issues notwithstanding, OSS is finally reaching the level of being generally usable by the broader public.</p>
<p>UPDATE 2009-12-28</p>
<p>More good news: my Dad and his fiancée will be using my Wordpress installation to host their wedding page, which will be found at monaandron.com and hosted (presently) by FreeBSD.</p>
<p>Then some bad: Thunderbird 3.0 has another big FAIL: clicking &#8220;get mail&#8221; <a href="http://getsatisfaction.com/mozilla_messaging/topics/cannot_get_mail">doesn&#8217;t get mail</a>??  The configuration interface has also changed in subtle ways that make it very difficult to troubleshoot problems for non-tech-savvy family members over the phone.  Very frustrating.</p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2009/12/a-good-day-for-oss/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>For Coffee Drinkers&#8230;</title>
		<link>http://301south.net/2009/12/for-coffee-drinkers/</link>
		<comments>http://301south.net/2009/12/for-coffee-drinkers/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:51:53 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[research]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[lca]]></category>

		<guid isPermaLink="false">http://301south.net/?p=140</guid>
		<description><![CDATA[Interesting result here:
Dutch study (pdf in english) on the life cycle impacts of reusable vs disposable cups  for coffee service found that hand-washed ceramic coffee cups are the  most impactful way of consuming coffee, machine-washed porcelain  coffee cups are the second-most impactful, and disposable single-use  paper cups are the least impactful, [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting result here:</p>
<p><a href="http://www.prodisposables.nl/page.asp?id=304">Dutch study</a> (<a href="http://www.prodisposables.nl/download/TNO_Studie_Eng.pdf">pdf</a> in english) on the life cycle impacts of reusable vs disposable cups  for coffee service found that hand-washed ceramic coffee cups are the  most impactful way of consuming coffee, machine-washed porcelain  coffee cups are the second-most impactful, and disposable single-use  paper cups are the least impactful, with the notable exception of very  high ozone depletion potential due to chemicals used in paper cup  production. Polystyrene was middle-of-the-road.  But read on&#8230;</p>
<p>Looking closer, the assumptions of the study are a little eye-opening.  In particular, the study assumes the reusable cups are washed after  every use, and that hand-washing uses an always-on under-sink  electrical water heater.  In this case, the environmental effects of  the ceramic-mug system are &#8220;virtually entirely the result of using  electricity&#8221; (46).  Electricity is also the culprit in  dishwasher-cleaned porcelain mugs, although dishwashers are more  energy efficient than standby electric water heaters.  Finally, the  non-electricity-caused environmental impacts of the reusable systems  come from eutrophication from detergents; <a href="http://www.treehugger.com/files/2007/03/ask_treehugger_whats_the_dirt_on_phosphate-free_soaps.php">non-phosphate detergents</a> would mitigate this effect.</p>
<p>Most of these issues are considered in the sensitivity analysis (they  didn&#8217;t talk about phosphate-free detergents).  All you coffee drinkers  should be relieved to know that simply by washing your mug with cold  water (which the study calls &#8220;hygienically questionable&#8221;), ceramic-mug  drops to rock-bottom in terms of impact.  Even under their high-impact  assumptions, washing with hot water is ok as long as you only wash  after 4.5 or more uses.</p>
<p>The moral is that before you sneer at people drinking from disposable  coffee cups (as I often do), you must first ask yourself, &#8220;are these  the type of people who leave the hot water running when they do dishes  and/or use a fresh cup every morning?&#8221;  If they are, maybe you should  thank them for using disposables instead.</p>
<p>Now, back to work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2009/12/for-coffee-drinkers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fog rolled in</title>
		<link>http://301south.net/2009/08/fog-rolled-in/</link>
		<comments>http://301south.net/2009/08/fog-rolled-in/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 04:17:21 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[null]]></category>

		<guid isPermaLink="false">http://301south.net/?p=117</guid>
		<description><![CDATA[These pictures are from several weeks ago, during the heyday of the La Brea fire which, though distant, was still near enough to change our atmospheric chemistry here in Santa Barbara, and also drop ash all over everything.
On the morning of 8/13 the sky was deep red and purple; then, as the evening drew in, [...]]]></description>
			<content:encoded><![CDATA[<p>These pictures are from several weeks ago, during the heyday of the <a href="http://www.inciweb.org/incident/1803/">La Brea fire</a> which, though distant, was still near enough to change our atmospheric chemistry here in Santa Barbara, and also drop ash all over everything.</p>
<p>On the morning of 8/13 the sky was deep red and purple; then, as the evening drew in, the temperature dropped suddenly down to around 60F, and a thick blanket of fog covered the coast.</p>
<p>This is what I saw leaving my office that afternoon:</p>
<p><a href="http://301south.net/files/2009/08/cimg0973.jpg"><img class="aligncenter size-medium wp-image-118" src="http://301south.net/files/2009/08/cimg0973-640x480.jpg" alt="cimg0973" width="640" height="480" /></a><span id="more-117"></span></p>
<p><a href="http://301south.net/files/2009/08/cimg0980.jpg"><img class="aligncenter size-medium wp-image-122" src="http://301south.net/files/2009/08/cimg0980-640x853.jpg" alt="cimg0980" width="640" height="853" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2009/08/fog-rolled-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8230;of man-made fibers&#8230;</title>
		<link>http://301south.net/2009/08/of-man-made-fibers/</link>
		<comments>http://301south.net/2009/08/of-man-made-fibers/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 04:03:12 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[null]]></category>

		<guid isPermaLink="false">http://301south.net/?p=101</guid>
		<description><![CDATA[I was just browsing the Harmonized Tariff System in use by the US International Trade Commission today&#8230; you may (or, more likely, you may not) be interested to know that 6201.13.1000 is the HTS code you would use if you were responsible for the import of &#8220;Men&#8217;s or boys&#8217; overcoats, carcoats, capes, cloaks and similar [...]]]></description>
			<content:encoded><![CDATA[<p>I was just browsing the Harmonized Tariff System in use by the US International Trade Commission today&#8230; you may (or, more likely, you may not) be interested to know that <a href="http://www.usitc.gov/publications/docs/tata/hts/bychapter/0910c62.pdf">6201.13.1000</a> is the HTS code you would use if you were responsible for the import of &#8220;Men&#8217;s or boys&#8217; overcoats, carcoats, capes, cloaks and similar coats, of man-made fibers, containing 15 percent or more by weight of down and waterfowl plumage and of which  down comprises 35 percent or more by weight; containing 10 percent or more by weight of down.&#8221;  This category would not include anoraks, ski-jackets, windbreakers, suits, ensembles, suit-type jackets, blazers, trousers, bib and brace overalls, breeches, shorts, or swimwear.</p>
<p><span id="more-101"></span>Your goods would be subject to a 4.4% tariff, unless you operate in Cuba or North Korea, in which case your tariff would be 60%.</p>
<p>This definition is interesting because of the peculiar requirements it places on garments it includes.  Say the weight fraction of down is <em>x</em>, the weight fraction of other waterfowl plumage is <em>y</em>, and the remainder of the garment (which is made primarily of man-made fibers) is <em>z=1-x-y</em>.  For your garment to be included in this category, the following three requirements would have to be met:</p>
<ol>
<li><em>x + y &gt; 0.15 (green)<br />
</em></li>
<li><em>x / (x+y) &gt; 0.35</em>, or in other terms, <em>x &gt; 0.538 y (blue)<br />
</em></li>
<li><em>x &gt; 0.1 (red)<br />
</em></li>
</ol>
<p>These requirements are illustrated in the figure below:</p>
<p><a href="http://301south.net/files/2009/08/coats.png"><img class="aligncenter size-full wp-image-111" src="http://301south.net/files/2009/08/coats.png" alt="coats" width="510" height="501" /></a></p>
<p>If you run awry of these requirements, and your overcoat also does not &#8220;contain 36% or more by weight of wool or fine animal hair,&#8221; then the rates go up.  The regular-folks tariff jumps to 27.7% and the dirty-commies rate hits 90%.</p>
<p>In 2008, by the way, we imported 36,485 dozen such coats (reported in dozens), having a total customs value of $3,472,687 and having a weight of 277 metric tons, almost 94% coming from China.  That comes out to an average customs value of $7.93 apiece for a coat weighing on average about 630 grams.</p>
<p>I suppose, instead of researching coats I could probably have been working just now.</p>
<p>p.s. My convert-figure-to-image script doesn&#8217;t work because the transparency effects require PDF rendering.  So I had to crop it manually from the PDF using gimp.</p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2009/08/of-man-made-fibers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert LaTeX figures to stand-alone graphics</title>
		<link>http://301south.net/2009/08/convert-latex-figures-to-stand-alone-graphics/</link>
		<comments>http://301south.net/2009/08/convert-latex-figures-to-stand-alone-graphics/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 00:02:12 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[null]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[file oriented programming]]></category>
		<category><![CDATA[pstricks]]></category>
		<category><![CDATA[TeX]]></category>

		<guid isPermaLink="false">http://301south.net/?p=88</guid>
		<description><![CDATA[As I am wont to do, I&#8217;ve been frittering away the hours poking and prodding TeX to make beautiful graphics.  This is my way of giving myself the impression of working hard, and actually accomplishing things, though not things that necessarily advance my career.
I&#8217;m quite fond of PSTricks, a LaTeX package which allows the author [...]]]></description>
			<content:encoded><![CDATA[<p>As I am wont to do, I&#8217;ve been frittering away the hours poking and prodding TeX to make beautiful graphics.  This is my way of giving myself the impression of working hard, and actually accomplishing things, though not things that necessarily advance my career.</p>
<p>I&#8217;m quite fond of <a href="http://www.tug.org/PSTricks/main.cgi?file=examples">PSTricks</a>, a LaTeX package which allows the author to make use of PostScript&#8217;s extensive computational and graphical capabilities from within a TeX document.  My project for this week was to come up with a way to give these figures to my advisor, who works exclusively in MS Word.  So what I needed was a way to export TeX figures to graphics files.  Here&#8217;s what I came up with.<br />
<span id="more-88"></span><br />
Essentially, I create a file which includes the <code>\pspicture</code> environment and all the graphics commands, which I call <code>somepicture.fig</code>.  I then <code>\input{somepicture.fig}</code> into my main document when I want the picture to appear.  When I then want to convert the picture into a standalone graphic, I run a script called <code>figuretops.sh</code><a href="http://301south.net/~b/doc/figuretops.sh">(link to file)</a> which performs the conversion by making use of the very neat &#8220;file here&#8221; notation in bash:</p>
<pre>cat &gt;&gt; filename.tex &lt;&lt;EOF
\documentclass{article}
\usepackage{pstricks-add}
\usepackage{calc}

\begin{document}
\thispagestyle{empty}
\color{white}
\fbox{
\color{black}
\input{}
}
\end{document}
EOF</pre>
<p>When I run LaTeX on this file, it gets to the blank <code>\input{}</code> directive and asks the user for the filename.  I solve this by <code>echo</code>ing the filename into the LaTeX invocation in the bash script.  I then clean up temporary files and use</p>
<pre>convert -density 300 somefigure.eps somefigure.png</pre>
<p>to convert the eps image to a 300-DPI image.</p>
<p>Here&#8217;s a <a href="http://301south.net/~b/doc/displacement-annotated.fig">source figure</a>, the <a href="http://301south.net/~b/doc/figuretops.sh">bash script</a>, and an image it produced:</p>
<p style="text-align: center"><a href="http://301south.net/files/2009/08/displacement.png"><img class="size-medium wp-image-89 aligncenter" src="http://301south.net/files/2009/08/displacement-400x195.png" alt="displacement" width="400" height="195" /></a></p>
<p>Here&#8217;s another (naively crafted: <a href="http://301south.net/~b/doc/basic-mfa-model.fig">TeX source</a>) but more interesting figure:</p>
<p style="text-align: center">
<a href="http://301south.net/files/2009/08/basic-mfa-model.png"><img class="aligncenter size-large wp-image-95" src="http://301south.net/files/2009/08/basic-mfa-model-800x417.png" alt="basic-mfa-model" width="560" height="292" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2009/08/convert-latex-figures-to-stand-alone-graphics/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Chevy Volt, the EPA, and thermodynamics</title>
		<link>http://301south.net/2009/08/the-chevy-volt/</link>
		<comments>http://301south.net/2009/08/the-chevy-volt/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 09:09:55 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[engineering]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[thermodynamics]]></category>

		<guid isPermaLink="false">http://301south.net/?p=81</guid>
		<description><![CDATA[So, the chevy Volt &#8212; that&#8217;s big.
The US environmental protection agency are in the process of developing a fuel economy standard for hybrid and plug-in electric vehicles, and according to a recent draft version of the standard, General Motors&#8217; flagship entry into the &#8220;range-extended electric vehicle&#8221; market would clock in at 230 miles per gallon.
Recently [...]]]></description>
			<content:encoded><![CDATA[<p>So, the chevy Volt &#8212; that&#8217;s big.</p>
<p>The US environmental protection agency are in the process of developing a fuel economy standard for hybrid and plug-in electric vehicles, and according to a recent draft version of the standard, General Motors&#8217; flagship entry into the &#8220;range-extended electric vehicle&#8221; market would clock in at <a href="http://wheels.blogs.nytimes.com/2009/08/11/gm-chevy-volt-gets-230-mpg/">230 miles per gallon</a>.</p>
<p>Recently I entered a debate in defense of the EPA&#8217;s rating.  It was a retaliation against the claim that GM and the EPA have entered into a conspiracy in which the standards are designed to the specific product available and politically palatable, and the net result would be consumers&#8217; further disillusionment at the very notion of &#8220;clean energy&#8221; when they discovered that their gleefully acquired products failed to perform to their expectations.</p>
<p><span id="more-81"></span>It was a Master&#8217;s student, and so naturally I assumed that he hadn&#8217;t thought out his arguments.  Comically, I then undertook the very error I was presuming, and eventually after working through the question, I came to an understanding of the physical conditions of the problem which I now share with you. The essential innovation of GM&#8217;s car is its all-electric drivetrain.  The motors which turn the wheels are all electric, and they&#8217;re powered by an on-board generator which is attached to a traditional internal-combustion engine which burns gasoline.  This is more efficient for two reasons.</p>
<p>First, you dispense with the transmission.  Instead of having to amplify the relatively narrow dynamic operating range of a combustion engine to match the realities of vehicle speed, we make immediate use of the full flexibility of the direct-current motor.  Ultra-high torque at low speeds, minuscule power consumption at high speeds, and a direct connection to the wheels.  Electronic speed control. Second, the gas motor which still supplies all the energy (when off-grid) has gone from the center of the vehicle and the Source of All Things to a specialized component.  It has exactly one purpose&#8211; to run a generator&#8211; which means it can be highly tuned to a specific optimal operating point and switched on when needed.</p>
<p>My misstep in the debate was in overestimating the energy in a gallon of gas.  Gasoline has a higher heating value of about <a href="http://en.wikipedia.org/wiki/Heat_of_combustion">47 megajoules per kiloram</a> [MJ/kg], which comes out to roughly 130 MJ or 36 kilowatt-hours per gallon.  The conventional four-stroke gas engine implements the <a href="http://en.wikipedia.org/wiki/Otto_cycle#The_Otto_cycle">Otto cycle</a>, a well-characterized and carefully orchestrated alternation of isochoric and adiabatic processes.  Isochoric means &#8220;constant volume&#8221; (i.e. top dead center and bottom dead center of the piston stroke) and adiabatic means &#8220;no heat transfer&#8221; (i.e. compression and power strokes).  Maybe I should write another post about that sometime.</p>
<p>The thermodynamic efficiency of the Otto cycle is known; it&#8217;s a function of the working fluid (in this case a mixture of gasoline and air) and the compression ratio of the engine, and its upper limit is defined by the detonation temperature of the fuel (think anti-<a href="http://en.wikipedia.org/wiki/Engine_knocking">knock</a>, <a href="http://en.wikipedia.org/wiki/Octane_rating">octane rating</a>).  In the case of modern gasoline engines, it&#8217;s about <a href="http://igss.wikidot.com/otto-cycle:efficiecy-vs-compression-ratio">47%</a>.  This means that if you&#8217;re burning gasoline, you give up 18 kWh/gal &#8220;when you drive it off the showroom floor.&#8221;  Add to that mechanical losses and imperfect assumptions and you take off another (say) 22-23%, which puts the gas-tank-to-flywheel efficiency of the well-tuned engine at a practical maximum of about 36%. In the case of the Volt-style transmission-free hybrids in which the combustion engine drives a special purpose alternator, something close to that efficiency might be achievable.  Perhaps an optimistic assumption would be that 13 kWh of electric power can be harnessed from the combustion of a gallon of gasoline, where it can be stored into a battery and then run through copper windings and onto the pavement and into the winds on the open highway.</p>
<p>According to Chevy&#8217;s engineers, their car takes <a href="http://www.chevrolet.com/pages/open/default/future/volt.do">25 kWh of electric power to go 100 miles</a>, which comes out to 52 miles per gallon of gas at 36% efficiency.  In order to get the 230-mpg figure they must have assumed it drives 40 miles ( on a / free of ) charge and then another 12 miles at 52 mpg.  This bears resemblance to a hypothetical test in which the fuel consumption of a vehicle is measured over a 52-mile course. The interesting thing to note here is the bias in measuring gasoline consumption but ignoring electric grid power as &#8220;free.&#8221;  For me, the marginal cost of 25 kWh is about $3.50, compared to $6.50 for two gallons of gas, but if I were charging my car every day that would go up to $6-7, because Southern California Edison uses tiered pricing (which I heartily endorse).</p>
<p>As far as <a href="http://www.epa.gov/RDEE/energy-resources/egrid/index.html">greenhouse gas emissions</a> are concerned, it&#8217;s hard to do worse than coal.  If you get your grid power from a coal plant you&#8217;re putting out about 1 kg of CO2 per kWh.  US average is more like 0.62 kg/kWh; in California we&#8217;re down around 0.45 kg/kWh, due largely to the fact that we have no coal plants, plus we&#8217;ve got all that nuclear and hydro power.  The internal combustion engine, running at its &#8220;practical maximum&#8221; efficiency of 36%, comes in at around 0.86 kg/kWh.</p>
<p>So any move to plug-in vehicles is an improvement, as long as it&#8217;s coupled with a move away from coal.  That&#8217;s fortunate, because the people who love coal power are the same people who are unlikely to buy plug-in hybrids, so advocacy for these two things together won&#8217;t anger any additional people.</p>
<p>The more interesting question surrounds the 25 kWh/100 miles figure.  What speed of travel does that represent? I wonder what theoretical lower bounds can be produced on the amount of energy required to move a car 100 miles?  Because the 13 kWh/gallon of gas applies to <em>any</em> power plant burning gas in a 4-stroke engine, the only way to improve energy efficiency is to reduce the energy needed to go the distance.  Or to run off the grid.</p>
<p>Pity how badly I botched this topic in my public discussion.  Frankly, I&#8217;m embarrassed.  The whole thing can&#8217;t go away fast enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://301south.net/2009/08/the-chevy-volt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
