<?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>Rubinium.org</title>
	<atom:link href="http://rubinium.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubinium.org/blog</link>
	<description>The Element of Aron and Heather</description>
	<lastBuildDate>Fri, 25 Mar 2011 14:04:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Shell Script Version Compare (vercmp)</title>
		<link>http://rubinium.org/blog/archives/2010/04/05/shell-script-version-compare-vercmp/</link>
		<comments>http://rubinium.org/blog/archives/2010/04/05/shell-script-version-compare-vercmp/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 02:18:27 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/archives/2010/04/05/shell-script-version-compare-vercmp/</guid>
		<description><![CDATA[Here is something useful. A very short shell script to compare standard version numbers of the form ##.##.## with up to four segments. It returns the difference of the first differing segment just like strcmp. #!/bin/sh &#160; expr '(' &#34;$1&#34; : '\([^.]*\)' ')' '-' '(' &#34;$2&#34; : '\([^.]*\)' ')' '&#124;' \ '(' &#34;$1.0&#34; : '[^.]*[.]\([^.]*\)' [...]]]></description>
			<content:encoded><![CDATA[<p>Here is something useful. A very short shell script to compare standard version numbers of the form ##.##.## with up to four segments. It returns the difference of the first differing segment just like strcmp.</p>

<div class="wp_syntax"><div class="code"><pre class="sh" style="font-family:monospace;">#!/bin/sh
&nbsp;
expr '(' &quot;$1&quot; : '\([^.]*\)' ')' '-' '(' &quot;$2&quot; : '\([^.]*\)' ')' '|' \
    '(' &quot;$1.0&quot; : '[^.]*[.]\([^.]*\)' ')' '-' '(' &quot;$2.0&quot; : '[^.]*[.]\([^.]*\)' ')' '|' \
    '(' &quot;$1.0.0&quot; : '[^.]*[.][^.]*[.]\([^.]*\)' ')' '-' '(' &quot;$2.0.0&quot; : '[^.]*[.][^.]*[.]\([^.]*\)' ')' '|' \
    '(' &quot;$1.0.0.0&quot; : '[^.]*[.][^.]*[.][^.]*[.]\([^.]*\)' ')' '-' '(' &quot;$2.0.0.0&quot; : '[^.]*[.][^.]*[.][^.]*[.]\([^.]*\)' ')'</pre></div></div>

<p>Update: Added zeros to deal with unbalanced version compares </p>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2010/04/05/shell-script-version-compare-vercmp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mondegreens &#8211; Bush, Testosterone</title>
		<link>http://rubinium.org/blog/archives/2009/11/06/mondegreens-bush-testosterone/</link>
		<comments>http://rubinium.org/blog/archives/2009/11/06/mondegreens-bush-testosterone/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 16:33:10 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[HaHa Funny]]></category>
		<category><![CDATA[bush]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[mondegreen]]></category>
		<category><![CDATA[testosterone]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/?p=244</guid>
		<description><![CDATA[I have a knack for mis-hearing lyrics aka mondegreens. Now that my Palm Pre has lyrics in the music player I found a particularly egregious example. Aron Bush I&#8217;m man I&#8217;m man I&#8217;m real proud of my manhood I&#8217;m real proud of my manhood I like to smoke I like to smoke ten thousand cigarillos [...]]]></description>
			<content:encoded><![CDATA[<p>I have a knack for mis-hearing lyrics aka <a href="http://en.wikipedia.org/wiki/Mondegreen">mondegreens</a>. Now that my Palm Pre has lyrics in the music player I found a particularly egregious example.</p>
<table>
<tr>
<th>Aron</th>
<th>Bush</th>
</tr>
<tr>
<td>I&#8217;m man</td>
<td>I&#8217;m man</td>
</tr>
<tr>
<td>I&#8217;m real proud of my manhood</td>
<td>I&#8217;m real proud of my manhood</td>
</tr>
<tr>
<td>I like to smoke</td>
<td>I like to smoke</td>
</tr>
<tr>
<td>ten thousand cigarillos</td>
<td>ten thousand cigarillos</td>
</tr>
<tr>
<td>eight ball</td>
<td>eight ball</td>
</tr>
<tr>
<td><strong>I climb a deez fountains</strong></td>
<td>I&#8217;d climb any fountains</td>
</tr>
<tr>
<td>I never cry</td>
<td>I never cry</td>
</tr>
<tr>
<td><strong>on a ball when I&#8217;m loosin&#8217;</strong></td>
<td>I only bawl when i&#8217;m loosin&#8217;</td>
</tr>
<tr>
<td>and I&#8217;ve never been wrong</td>
<td>and I&#8217;ve never been wrong</td>
</tr>
<tr>
<td>never been wrong</td>
<td>never been wrong</td>
</tr>
<tr>
<td>never been wrong</td>
<td>never been wrong</td>
</tr>
<tr>
<td>and I&#8217;m lookin&#8217; so good</td>
<td>and I&#8217;m lookin&#8217; so good</td>
</tr>
<tr>
<td>lookin&#8217; so good</td>
<td>lookin&#8217; so good</td>
</tr>
<tr>
<td>lookin&#8217; so good</td>
<td>lookin&#8217; so good</td>
</tr>
<tr>
<td><strong>got a big ol&#8217; gun</strong></td>
<td>got a big gold gun</td>
</tr>
<tr>
<td><strong>got a big ol&#8217; gun</strong></td>
<td>got a big gold gun</td>
</tr>
<tr>
<td><strong>got a big ol&#8217; bullet</strong></td>
<td>got a big gold bullet</td>
</tr>
<tr>
<td>and I guess you could say</td>
<td>and I guess you could say</td>
</tr>
<tr>
<td>and I guess you could say</td>
<td>yeah, I guess you could say</td>
</tr>
<tr>
<td><strong>I will fire</strong></td>
<td>I&#8217;m real full of it</td>
</tr>
<tr>
<td>I&#8217;m real full of it</td>
<td>I&#8217;m real full of it</td>
</tr>
<tr>
<td>I&#8217;m real full of it</td>
<td>I&#8217;m real full of it</td>
</tr>
<tr>
<td>real full of it</td>
<td>I&#8217;m real full of it</td>
</tr>
<tr>
<td>full of it</td>
<td>full of it</td>
</tr>
<tr>
<td>full of it</td>
<td>full of it</td>
</tr>
<tr>
<td><strong>real straight</strong></td>
<td>I&#8217;m real straight</td>
</tr>
<tr>
<td><strong>wanna see my pack of dealy yos</strong></td>
<td>wanna see my peccadillos?</td>
</tr>
<tr>
<td><strong>hot dog!<br/><br />
7:30 in the mornin&#8217;</strong></td>
<td>hot dog 7:30 in the mornin&#8217;</td>
</tr>
<tr>
<td><strong>and I&#8217;m big as you are</strong></td>
<td>and I&#8217;m big into war</td>
</tr>
<tr>
<td><strong>big as you are</strong></td>
<td>big into war</td>
</tr>
<tr>
<td><strong>big as you are</strong></td>
<td>big into war</td>
</tr>
<tr>
<td><strong>big as you are</strong></td>
<td>big into war</td>
</tr>
<tr>
<td>and I am a whore</td>
<td>and I am a whore</td>
</tr>
<tr>
<td>I am a whore</td>
<td>I am a whore</td>
</tr>
<tr>
<td>I am a whore</td>
<td>I am a whore</td>
</tr>
<tr>
<td><strong>got a big ol&#8217; gun</strong></td>
<td>got a big gold gun</td>
</tr>
<tr>
<td><strong>got a big ol&#8217; gun</strong></td>
<td>got a big gold gun</td>
</tr>
<tr>
<td><strong>got a big ol&#8217; bullet</strong></td>
<td>got a big gold bullet</td>
</tr>
<tr>
<td>and I guess you could say</td>
<td>and I guess you could say</td>
</tr>
<tr>
<td>and I guess you could say</td>
<td>yeah, I guess you could say</td>
</tr>
<tr>
<td><strong>I will fire</strong></td>
<td>I&#8217;m real full of it</td>
</tr>
<tr>
<td>I&#8217;m real full of it</td>
<td>I&#8217;m real full of it</td>
</tr>
<tr>
<td>you&#8217;re real full of it</td>
<td>you&#8217;re real full of it</td>
</tr>
<tr>
<td>we&#8217;re real full of it</td>
<td>we&#8217;re real full of it</td>
</tr>
<tr>
<td>yeah</td>
<td>yeah</td>
</tr>
<tr>
<td>ah, ah</td>
<td>ah, ah</td>
</tr>
<tr>
<td>suck it</td>
<td></td>
</tr>
<tr>
<td>suck it</td>
<td></td>
</tr>
<tr>
<td><strong>and I shake with your left</strong></td>
<td>and i shave with Gillette</td>
</tr>
<tr>
<td><strong>shake with your left</strong></td>
<td>shave with Gillette</td>
</tr>
<tr>
<td><strong>shake with your left</strong></td>
<td>shave with Gillette</td>
</tr>
<tr>
<td>and I&#8217;m pattin&#8217; my back</td>
<td>and I&#8217;m pattin&#8217; my back</td>
</tr>
<tr>
<td>pattin&#8217; my back</td>
<td>pattin&#8217; my back</td>
</tr>
<tr>
<td>pattin&#8217; my back</td>
<td>pattin&#8217; my back</td>
</tr>
<tr>
<td><strong>got a big ol&#8217; gun</strong></td>
<td>got a big gold gun</td>
</tr>
<tr>
<td><strong>got a big ol&#8217; gun</strong></td>
<td>got a big gold gun</td>
</tr>
<tr>
<td><strong>got a big ol&#8217; bullet</strong></td>
<td>got a big gold bullet</td>
</tr>
<tr>
<td>and I guess you could say</td>
<td>and I guess you could say</td>
</tr>
<tr>
<td>and I guess you could say</td>
<td>yeah, I guess you could say</td>
</tr>
<tr>
<td>I&#8217;m real full of it</td>
<td>I&#8217;m real full of it</td>
</tr>
<tr>
<td>I&#8217;m real full of it&#8230;</td>
<td>I&#8217;m real full of it&#8230;</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2009/11/06/mondegreens-bush-testosterone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Models in Progress for Marlton</title>
		<link>http://rubinium.org/blog/archives/2009/08/31/more-models-in-progress-for-marlton/</link>
		<comments>http://rubinium.org/blog/archives/2009/08/31/more-models-in-progress-for-marlton/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:31:38 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[Area Happening]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[dog days]]></category>
		<category><![CDATA[doreens]]></category>
		<category><![CDATA[evesham]]></category>
		<category><![CDATA[evesham fire]]></category>
		<category><![CDATA[google-earth]]></category>
		<category><![CDATA[marlton]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[models]]></category>
		<category><![CDATA[New-Jersey]]></category>
		<category><![CDATA[nj]]></category>
		<category><![CDATA[sketchup]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/archives/2009/08/31/more-models-in-progress-for-marlton/</guid>
		<description><![CDATA[I finally had a chance to add some 3D models to my Marlton collection. I get a few minutes here and there to add a wall or roof profile, edit out a tree so don&#8217;t judge too harshly. Included here is Doreens, Dog Days, and the huge fire station.]]></description>
			<content:encoded><![CDATA[<p><img src="http://rubinium.org/blog/wp-content/uploads/2009/08/evesham_fire_rescue_preview.jpg" alt="Evesham Fire-Rescue Model Preview" title="Evesham Fire-Rescue Model Preview" width="369" height="204" class="aligncenter size-full wp-image-240" /><br />
I finally had a chance to add some 3D models to my Marlton collection. I get a few minutes here and there to add a wall or roof profile, edit out a tree so don&#8217;t judge too harshly. Included here is Doreens, Dog Days, and the huge fire station. </p>
<p><iframe src='http://sketchup.google.com/3dwarehouse/mini?mid=ea37f88156828717b75ec9954abc7136&#038;etyp=sw&#038;width=400&#038;height=300' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' width='400' height='300'></iframe><br />
<iframe src='http://sketchup.google.com/3dwarehouse/mini?mid=790e22d44924acdcb75ec9954abc7136&#038;etyp=sw&#038;width=400&#038;height=300' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' width='400' height='300'></iframe><br />
<iframe src='http://sketchup.google.com/3dwarehouse/mini?mid=44575bd713605963b75ec9954abc7136&#038;etyp=sw&#038;width=400&#038;height=300' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' width='400' height='300'></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2009/08/31/more-models-in-progress-for-marlton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medela Pumps Look Like Air Horns</title>
		<link>http://rubinium.org/blog/archives/2009/08/14/medela-pumps-look-like-air-horns/</link>
		<comments>http://rubinium.org/blog/archives/2009/08/14/medela-pumps-look-like-air-horns/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 20:06:44 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[HaHa Funny]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[air horn]]></category>
		<category><![CDATA[breast pump]]></category>
		<category><![CDATA[lactation]]></category>
		<category><![CDATA[medela]]></category>
		<category><![CDATA[nursing]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/archives/2009/08/14/medela-pumps-look-like-air-horns/</guid>
		<description><![CDATA[I could not help but notice how similar the objects look without having any relation to each other in function or history. I don&#8217;t think it is juvenile of me to see the relation as long as I don&#8217;t make air horn noises at in appropriate times.]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_237" class="wp-caption aligncenter" style="width: 389px"><img src="http://rubinium.org/blog/wp-content/uploads/2009/08/breast_pump_air_horn.jpg" alt="Breast Pump | Air Horn" title="Breast Pump Air Horn" width="379" height="321" class="size-full wp-image-237" /><p class="wp-caption-text">Breast Pump | Air Horn</p></div><br />
I could not help but notice how similar the objects look without having any relation to each other in function or history. I don&#8217;t think it is juvenile of me to see the relation as long as I don&#8217;t make air horn noises at in appropriate times.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2009/08/14/medela-pumps-look-like-air-horns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inkscape Growing Feature Palette</title>
		<link>http://rubinium.org/blog/archives/2009/03/23/inkscape-growing-feature-palette/</link>
		<comments>http://rubinium.org/blog/archives/2009/03/23/inkscape-growing-feature-palette/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 00:40:57 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Linux and Systems]]></category>
		<category><![CDATA[color management]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[jon cruz]]></category>
		<category><![CDATA[libre graphics]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[spot color]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/?p=234</guid>
		<description><![CDATA[One of the lead developers of Inkscape, Jon Cruz has been advocating for better color management in the Libre Graphics projects a lot recently. According to a post on Jon&#8217;s blog today, Inkscape is going to grow its support for swatches and swatch books. If it includes strong support for spot (solid) colors these changes [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://rubinium.org/blog/wp-content/uploads/2009/03/inkscape_palette.png" alt="Inkscape Palette" title="Inkscape Palette" width="400" height="61" class="aligncenter size-full wp-image-233" /></p>
<p>One of the lead developers of <a href="http://inkscape.org">Inkscape</a>, Jon Cruz</a> has been <a href="http://linux.conf.au/programme/schedule/view_talk/179?day=thursday">advocating</a> for better color management in the Libre Graphics projects a lot recently. According to <a href="http://codewideopen.blogspot.com/2009/03/swatches-moving-in.html">a post</a> on Jon&#8217;s blog today, Inkscape is going to grow its support for swatches and swatch books. If it includes strong support for spot (solid) colors these changes will definitely affect graphic designers quite a bit. Some of the efforts listed include enhancing the swatch UI including more drag and drop, including gradients in swatches, and support for swatch book swapping and sharing. The description seems to indicate that switching a swatch book/set will replace the color on all objects that used swatches. The would allow a designer to explore and present different versions of the same work without any change to the objects at all. Sweet.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2009/03/23/inkscape-growing-feature-palette/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freshmeat.net Finally Updates Site</title>
		<link>http://rubinium.org/blog/archives/2009/03/15/freshmeatnet-finally-updates-site/</link>
		<comments>http://rubinium.org/blog/archives/2009/03/15/freshmeatnet-finally-updates-site/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 16:25:20 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[freshmeat]]></category>
		<category><![CDATA[osdn]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/?p=227</guid>
		<description><![CDATA[Freshmeat.net has updated its site after many years of stagnation. It is such a shame because they were very well positioned to have really good marketshare any they mostly sat on their laurels. For example they should have been on top of the code search business. Maybe they will take over the extension/addon business from [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_226" class="wp-caption aligncenter" style="width: 490px"><img class="size-full wp-image-226" title="Freshmeat 3.0 Screen Cap" src="http://rubinium.org/blog/wp-content/uploads/2009/03/freshmeat_ss.png" alt="Freshmeat 3.0 Screen Cap" width="480" height="391" /><p class="wp-caption-text">Freshmeat 3.0 Screen Cap</p></div>
<p>Freshmeat.net has updated its site after many years of stagnation. It is such a shame because they were very well positioned to have really good marketshare any they mostly sat on their laurels. For example they should have been on top of the code search business. Maybe they will take over the extension/addon business from dysfunctional services like Addons Mozilla Org (AMO) [shakes fist]. AMO is a very well designed site/service with a crappy moderation process behind it (and I have personal experience).</p>
<p>The old design was an example of good design at the time with a not overcrowded feeling and convenient but mellow quick link icons. I In any case, my biggest dislike with the old site was the search. It may have been ok in a pre-Google world but if you cannot beat Googles search you need to embed it.</p>
<div id="attachment_228" class="wp-caption aligncenter" style="width: 490px"><img class="size-full wp-image-228" title="Freshmeat 3.0 Design Close-up" src="http://rubinium.org/blog/wp-content/uploads/2009/03/freshmeat_ss_2.png" alt="Freshmeat 3.0 Design Close-up" width="480" height="434" /><p class="wp-caption-text">Freshmeat 3.0 Design Close-up</p></div>
<p>In this new design the listings are nice and compact. Textual buttons appear on mouse over to remove some clutter (I kind of liked the icons as opposed to text for repetition). Unfortunately they have removed a quick way to visit the homepage or full change log. They replaced some of the info effectively with a more modern tag construct but other info is missing. The search is much better but the language of a listing does not display in the results. The language was pretty important to me when browsing for a library. I have not seen if there is a good set of syntax for the search. Google codesearch like <code>lang:c license:MIT</code> syntax would be nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2009/03/15/freshmeatnet-finally-updates-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Parking Fail</title>
		<link>http://rubinium.org/blog/archives/2008/09/14/local-parking-fail/</link>
		<comments>http://rubinium.org/blog/archives/2008/09/14/local-parking-fail/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 23:49:40 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[Area Happening]]></category>
		<category><![CDATA[evesham township]]></category>
		<category><![CDATA[fire department]]></category>
		<category><![CDATA[marlton]]></category>
		<category><![CDATA[New-Jersey]]></category>
		<category><![CDATA[nj]]></category>
		<category><![CDATA[parking]]></category>
		<category><![CDATA[road rage]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/?p=215</guid>
		<description><![CDATA[I have a hard time believing the there is not some larger story but while searching for some fire department info I came across this gem. EVESHAM RESPONDERS DEAL WITH PARKING MISHAP Tuesday, August 5, 2008 On Wednesday August 5th, Engine 221 and EMS 229 were dispatched to the parking lot of the Promenade Shopping [...]]]></description>
			<content:encoded><![CDATA[<p>I have a hard time believing the there is not some larger story but while searching for some fire department info I came across this gem.</p>
<p><a href="http://www2.eveshamfire.org/fullstory.php?70062"><img src="http://rubinium.org/blog/wp-content/uploads/2008/09/149559_orig1.jpeg" alt="" title="Parking Fail at Evesham Promenade" width="300" height="354" class="aligncenter size-full wp-image-223" /></a></p>
<blockquote><p>EVESHAM RESPONDERS DEAL WITH PARKING MISHAP<br />
<small>Tuesday, August 5, 2008</small><br />
On Wednesday August 5th, Engine 221 and EMS 229 were dispatched to the parking lot of the Promenade Shopping Center at 500 Route 73 South for a Motor Vehicle Collision. Units arrived to find a parking mishap whereby one vehicle jumped a curb and sidewalk, knocked down a light standard, and drove on top of another vehicle. EMS 229 checked the occupants of the vehicles for injuries while Engine 221 ensured that no ruptures of the oil pan or fuel cell occurred.  Both units stood by while the tow company carefully removed the vehicles, so as to prevent further damages and environmental hazards.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2008/09/14/local-parking-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Second McCain Green Screen Challenge Begins</title>
		<link>http://rubinium.org/blog/archives/2008/09/09/second-mccain-green-screen-challenge-begins/</link>
		<comments>http://rubinium.org/blog/archives/2008/09/09/second-mccain-green-screen-challenge-begins/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 03:28:28 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[HaHa Funny]]></category>
		<category><![CDATA[Poly-Sigh]]></category>
		<category><![CDATA[Challenge]]></category>
		<category><![CDATA[Green Screen]]></category>
		<category><![CDATA[mccain]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/?p=211</guid>
		<description><![CDATA[He did it again and the entries have started. Here are my favorite so far:]]></description>
			<content:encoded><![CDATA[<p><img src="http://rubinium.org/blog/wp-content/uploads/2008/09/mccain_green_screen.jpg" alt="" title="McCain Green Screen Again" width="400" height="262" class="aligncenter size-full wp-image-212" /></p>
<p>He did it again and the entries have started. Here are my favorite so far:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/AsCKBLv_aAY&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/AsCKBLv_aAY&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/K6z7yW2oSWU&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/K6z7yW2oSWU&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/xd3DqZEuY7w&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/xd3DqZEuY7w&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/fd27LUpd0Qo&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/fd27LUpd0Qo&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2008/09/09/second-mccain-green-screen-challenge-begins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Picasa Face Recognition In the Gutter</title>
		<link>http://rubinium.org/blog/archives/2008/09/07/google-picasa-face-recognition-in-the-gutter/</link>
		<comments>http://rubinium.org/blog/archives/2008/09/07/google-picasa-face-recognition-in-the-gutter/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 11:09:48 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[HaHa Funny]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[face recognition]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[picasaweb]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/?p=201</guid>
		<description><![CDATA[Google&#8217;s Picasa web service has an excellent new person tagging and face recognition features. Some times it gets a little confused. The above example, which is particularly comical, is one of the extreme examples. Most of the bogus faces are close ups of ears. I do really like these features (when they are working). I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-202" title="Google Identifies non-&quot;Face&quot;" src="http://rubinium.org/blog/wp-content/uploads/2008/09/face_in_gutter.jpg" alt="" width="343" height="449" /></a></p>
<p>Google&#8217;s <a href="http://picasaweb.google.com">Picasa web service</a> has an excellent new person tagging and face recognition features. Some times it gets a little confused. The above example, which is particularly comical, is one of the extreme examples. Most of the bogus faces are close ups of ears. I do really like these features (when they are working). I was primarily using tags for people so this removes a lot of work.</p>
<p>The social enhancements have a long way to go yet. There a whole bunch of sharing cases that are not covered.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2008/09/07/google-picasa-face-recognition-in-the-gutter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Terribly Mysterious Convention Speeches</title>
		<link>http://rubinium.org/blog/archives/2008/09/05/very-mysterious-convention-speeches/</link>
		<comments>http://rubinium.org/blog/archives/2008/09/05/very-mysterious-convention-speeches/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 13:55:07 +0000</pubDate>
		<dc:creator>A R Baboon</dc:creator>
				<category><![CDATA[HaHa Funny]]></category>
		<category><![CDATA[Poly-Sigh]]></category>
		<category><![CDATA[convention]]></category>
		<category><![CDATA[mccain]]></category>
		<category><![CDATA[mystery men]]></category>
		<category><![CDATA[palin]]></category>
		<category><![CDATA[speech]]></category>

		<guid isPermaLink="false">http://rubinium.org/blog/?p=191</guid>
		<description><![CDATA[I think several speech writers were watching mystery men prior to the conventions this year. Here are a couple of quotes: In politics, there are some candidates who use change to promote their careers. And then there are those, like John McCain, who use their careers to promote change.” Palin People the world over have [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_192" class="wp-caption aligncenter" style="width: 391px"><img src="http://rubinium.org/blog/wp-content/uploads/2008/09/the_sphinx1.jpg" alt="The Sphinx Speaks" title="The Sphinx Speaks" width="381" height="270" class="size-full wp-image-192" /><p class="wp-caption-text">The Sphinx Speaks</p></div>
<p>I think several speech writers were watching mystery men prior to the conventions this year. Here are a couple of quotes:</p>
<blockquote><p>In politics, there are some candidates who use change to promote their careers. And then there are those, like John McCain, who use their careers to promote change.”<br />
<cite>Palin</cite></p>
</blockquote>
<blockquote><p>People the world over have always been more impressed by the power of our example than by the example of our power.<cite>Bill Clinton</cite></p>
</blockquote>
<p>There were a few more that I am having trouble finding moment. Here are some I made up (not necessarily my views). I hope none of them have been used.</p>
<blockquote><p>We must bring the fight to our enemies before the fight brings our enemies to us.</p>
</blockquote>
<blockquote><p>We need to raise our interest in inflation before our inflation raises our interest.</p>
</blockquote>
<blockquote><p>We will withdraw our troops as soon as possible but it is not possible to withdraw our troops soon.</p>
</blockquote>
<blockquote><p>Instead of doubting the the benefits of drilling, we need to give drilling the benefit of the doubt.</p>
</blockquote>
<blockquote><p>We have changed the way individuals donated millions to millions of individuals donating change.</p>
</blockquote>
<p>Attacks:</p>
<blockquote><p>My opponent asks you to believe what he says but does he say  what he believes.</p>
</blockquote>
<blockquote><p>Our opponents don&#8217;t believe you deserve change so they only offer the change they believe you deserve.</p>
</blockquote>
<p><strong>UPDATE</strong>: Doug <a href="http://literalbarrage.org/blog/archives/2008/09/09/master-your-vocabulary/">tipped</a> me Slate was <a href="http://www.slate.com/id/2199536/">inspired</a> by my story or had the same <a href="http://www.slate.com/id/2199536/">observation</a>. More likely the latter. The name for it is apparently <a href="http://en.wikipedia.org/wiki/Antimetabole">Antimetabole</a>. To borrow from <a href="http://www.imdb.com/title/tt0120347/quotes">bond</a> I always knew Bill Clinton was a cunning linguist.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubinium.org/blog/archives/2008/09/05/very-mysterious-convention-speeches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
