<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Command line unit conversion	</title>
	<atom:link href="https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Aug 2013 18:45:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.6</generator>
	<item>
		<title>
		By: significant identifer		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498235</link>

		<dc:creator><![CDATA[significant identifer]]></dc:creator>
		<pubDate>Sun, 18 Aug 2013 18:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498235</guid>

					<description><![CDATA[Glad to finally find an answer to the fluid ounce problem with the units application. I want to add this all-important shortcut:

ctrl + t  (opens terminal)

units &quot;100 ml&quot; &quot;floz&quot;
(returns 3.3814023 -- maybe I&#039;ll go with the 150 mL flask)

I much prefer this quick keyboard action to Google for my conversions, and it&#039;s no competition when my browser is not running.]]></description>
			<content:encoded><![CDATA[<p>Glad to finally find an answer to the fluid ounce problem with the units application. I want to add this all-important shortcut:</p>
<p>ctrl + t  (opens terminal)</p>
<p>units &#8220;100 ml&#8221; &#8220;floz&#8221;<br />
(returns 3.3814023 &#8212; maybe I&#8217;ll go with the 150 mL flask)</p>
<p>I much prefer this quick keyboard action to Google for my conversions, and it&#8217;s no competition when my browser is not running.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Doug Alder		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498234</link>

		<dc:creator><![CDATA[Doug Alder]]></dc:creator>
		<pubDate>Sun, 23 Jan 2011 01:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498234</guid>

					<description><![CDATA[I use Google Calc almost daily at work to work out bandwidth requirements for customers. From what you&#039;ve shown above it looks like units syntax is far more forgiving than Google&#039;s - which generally needs to be phrased as an algorithm of sorts. i.e. (10Mb*2592000)*.6=?TB 

answer is 1.85394287TB in each direction over a 10Mbps connection, over 30 days allowing for ~40% tcp/ip packet overhead.]]></description>
			<content:encoded><![CDATA[<p>I use Google Calc almost daily at work to work out bandwidth requirements for customers. From what you&#8217;ve shown above it looks like units syntax is far more forgiving than Google&#8217;s &#8211; which generally needs to be phrased as an algorithm of sorts. i.e. (10Mb*2592000)*.6=?TB </p>
<p>answer is 1.85394287TB in each direction over a 10Mbps connection, over 30 days allowing for ~40% tcp/ip packet overhead.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex Besogonov		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498233</link>

		<dc:creator><![CDATA[Alex Besogonov]]></dc:creator>
		<pubDate>Thu, 20 Jan 2011 22:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498233</guid>

					<description><![CDATA[It also doesn&#039;t know how to translate cubits to meters :)]]></description>
			<content:encoded><![CDATA[<p>It also doesn&#8217;t know how to translate cubits to meters 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gruebait		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498232</link>

		<dc:creator><![CDATA[gruebait]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 23:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498232</guid>

					<description><![CDATA[I&#039;ve always been fond of ConvertAll. It&#039;s usually run as a GUI, but it works just fine as a CLI app. I like it because you can make units out of other units easily. lb / acre == 1.1208512 kg / hectare, for example.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been fond of ConvertAll. It&#8217;s usually run as a GUI, but it works just fine as a CLI app. I like it because you can make units out of other units easily. lb / acre == 1.1208512 kg / hectare, for example.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grep Agni		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498231</link>

		<dc:creator><![CDATA[Grep Agni]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 17:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498231</guid>

					<description><![CDATA[Chris:  Thanks.  So what quantity is measured in &quot;fluorines&quot;?

]]></description>
			<content:encoded><![CDATA[<p>Chris:  Thanks.  So what quantity is measured in &#8220;fluorines&#8221;?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498230</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 16:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498230</guid>

					<description><![CDATA[Start with units -v (verbose, my preference), type fl and hit the tab key:   flag           flock          flour_sifted   fluiddram      fluorine       fldr           florin         flour_spooned  fluidounce     fluxunit        flemishell     flour_scooped  floz           fluidscruple 

fluidounce or floz will get you fluidounce = usfluidounce = 1&#124;16 uspint = 2.957353e-05 m^3]]></description>
			<content:encoded><![CDATA[<p>Start with units -v (verbose, my preference), type fl and hit the tab key:   flag           flock          flour_sifted   fluiddram      fluorine       fldr           florin         flour_spooned  fluidounce     fluxunit        flemishell     flour_scooped  floz           fluidscruple </p>
<p>fluidounce or floz will get you fluidounce = usfluidounce = 1|16 uspint = 2.957353e-05 m^3</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg Laden		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498229</link>

		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 14:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498229</guid>

					<description><![CDATA[Oh, and I was trying to convert ml to oz. But, it still doesn&#039;t function as expected, i.e., &quot;fluid ounce&quot; is not recognized as a unit, nor is &quot;fl oz&quot; ... after five or six unsuccessful guessies one reaches for Google.  The units utility should know which ounce one is looking for if volume vs. weight is the first measurement.  But, it is open source and thus fixable, unless there is some philosophical barrier here. 

]]></description>
			<content:encoded><![CDATA[<p>Oh, and I was trying to convert ml to oz. But, it still doesn&#8217;t function as expected, i.e., &#8220;fluid ounce&#8221; is not recognized as a unit, nor is &#8220;fl oz&#8221; &#8230; after five or six unsuccessful guessies one reaches for Google.  The units utility should know which ounce one is looking for if volume vs. weight is the first measurement.  But, it is open source and thus fixable, unless there is some philosophical barrier here. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg Laden		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498228</link>

		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 14:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498228</guid>

					<description><![CDATA[Rick, I&#039;m not doubting you but what do you base that on?]]></description>
			<content:encoded><![CDATA[<p>Rick, I&#8217;m not doubting you but what do you base that on?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rick Pikul		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498227</link>

		<dc:creator><![CDATA[Rick Pikul]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 06:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498227</guid>

					<description><![CDATA[Well, oz _is_ the unit of weight.  The fluid ounce is abbreviated fl oz.

If units is using oz for the fluid ounce and never as the ounce itself, then units is doing it wrong.]]></description>
			<content:encoded><![CDATA[<p>Well, oz _is_ the unit of weight.  The fluid ounce is abbreviated fl oz.</p>
<p>If units is using oz for the fluid ounce and never as the ounce itself, then units is doing it wrong.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg Laden		</title>
		<link>https://gregladen.com/blog/2011/01/18/command-line-unit-conversion/#comment-498226</link>

		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 04:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2011/01/18/command-line-unit-conversion/#comment-498226</guid>

					<description><![CDATA[Bill:  Thanks.  I was going to mention, but forgot, that you can get often better results, with more understanding of your particular vocab, from Google.  Right after writing this post up I needed to convert grams to oz, and units would  not do that because I did not know the term for oz as in weight as opposed to volume. Google understood my needs and met them.

But, google is clumsy in a script, and if you do this a lot with certain conversions units is probably faster.  Plus, as a GPL utility, it is verifiable.  I&#039;m not sure if Google&#039;s conversion is, so it may not be suitable for science (good chance it&#039;s the same utility with a front end, though.)]]></description>
			<content:encoded><![CDATA[<p>Bill:  Thanks.  I was going to mention, but forgot, that you can get often better results, with more understanding of your particular vocab, from Google.  Right after writing this post up I needed to convert grams to oz, and units would  not do that because I did not know the term for oz as in weight as opposed to volume. Google understood my needs and met them.</p>
<p>But, google is clumsy in a script, and if you do this a lot with certain conversions units is probably faster.  Plus, as a GPL utility, it is verifiable.  I&#8217;m not sure if Google&#8217;s conversion is, so it may not be suitable for science (good chance it&#8217;s the same utility with a front end, though.)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
