<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ivor O'Connor</title>
	<atom:link href="http://ioconnor.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ioconnor.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 16 Nov 2009 15:48:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ioconnor.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b3b862b51dcce2e7345e9b1373767137?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ivor O'Connor</title>
		<link>http://ioconnor.wordpress.com</link>
	</image>
			<item>
		<title>Firefox to Chrome Switch</title>
		<link>http://ioconnor.wordpress.com/2009/11/14/firefox-to-chrome-switch/</link>
		<comments>http://ioconnor.wordpress.com/2009/11/14/firefox-to-chrome-switch/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 17:25:07 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[CHROME]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Chrome Firefox]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1219</guid>
		<description><![CDATA[I spent time on firefox irc channels this week, reachable via http://irc.mozilla.org/, only to become disgusted. They were completely clueless about using html5 to access sqlite databases. Not only clueless but hostile to the idea of ever using a browser as an application&#8217;s front-end. Then there was the lack of documentation on their development sites. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1219&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I spent time on firefox irc channels this week, reachable via <a href="http://irc.mozilla.org/">http://irc.mozilla.org/</a>, only to become disgusted. They were completely clueless about using html5 to access sqlite databases. Not only clueless but hostile to the idea of ever using a browser as an application&#8217;s front-end. Then there was the lack of documentation on their development sites. Lots of stubs to be completed at future dates does not count as documentation. Because their servers are so incredibly slow it takes time to navigate through their pages to discover the details are merely placeholders. Plus the fact their irc channels were not reachable via common irc networks gave me an overall feeling Firefox has slipped. Badly. So since Firefox has lost its way I installed Chrome. Chrome comes with support for accessing local sqlite files which Firefox developers don&#8217;t even want to.</p>
<p><a href="//www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html">﻿http://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html</a> is where I started. The instructions were remarkably good. Chrome seems to run fine on Ubuntu and Vista. I&#8217;m writing this post from Chrome. I&#8217;ll give myself a few weeks of getting familiar with Chrome&#8230;</p>
<p><a href="http://www.niallkennedy.com/blog/2008/09/google-chrome.html"></a><a href="http://www.niallkennedy.com/blog/2008/09/google-chrome.html"></a></p>
<blockquote><p>Google Chrome adds additional JavaScript functionality through Gears. Gears is bundled with every Chrome install, adding new features to the web browser faster than previous plugins. The Gears libraries include support for new local cache structures, local databases, location data, background tasks, and file handling. Chrome boosts the available Gears footprint for web developers, including Google&#8217;s own apps such as Google Reader and Google Docs (and my blog). The current Gears code included in Chrome replicates V8 and sqlite code already present in the browser, a bolt-on that will hopefully be integrated in the near future.
<p>&nbsp;</p>
</blockquote>
<p>&nbsp;</p>
<p>So Gears is built in to Chrome like I had heard. Unlike Firefox the documentation looks good and exists <a href="http://code.google.com/apis/gears/api_database.html">here</a>.</p>
<p>This all seems very Microsoft like. Taking over a market by buying out the best programmers and throwing lots of money around. Unfortunately the free alternative, Firefox, is in need of direction. Maybe Firefox will rise from the dead again but I suspect they will take years to regroup.</p>
<p>&nbsp;</p>
<h3>Experiences:</h3>
<h4>Positive</hr>
<ol>
<li>Chrome has imported all my passwords successfully. It&#8217;s truly amazing how well it has done this.</li>
<li>Chrome is magnitudes faster than Firefox. I had thought some sites were just slow but apparently it&#8217;s the javascript or rendering engine in Firefox that makes them so slow. With Google&#8217;s Chrome these sites are almost rendered in real time.</li>
</ol>
<h4>Negative</h4>
<ol>
<li>Printing sucks. You&#8217;ll need to pull up whatever you want to print with Firefox and print from within Firefox. Problems with printing are:
<ol>
<li>The keystorkes &#8220;ALT-f p&#8221; do not bring up the print panel. Instead the right mouse key is used taking your hands away from the keyboard. A minor problem but irritating.</li>
<li>The print looks totally different, ugly, and incorrect with various lines that are not in the displayed version blotting out the output. If you don&#8217;t mind the stuff that&#8217;s printed which should not be printed it&#8217;s ok.</li>
<li>The print out does not stop at the pages specified in the form. So specifying pages 1-2 will get you everything and then some since the print outs are bad. So trying to get just the current page of what I normally print out got me three pages. (Though there were only two pages to print!)</li>
</ol>
</li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1219&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/11/14/firefox-to-chrome-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Ubuntu Sucks</title>
		<link>http://ioconnor.wordpress.com/2009/10/31/why-ubuntu-sucks/</link>
		<comments>http://ioconnor.wordpress.com/2009/10/31/why-ubuntu-sucks/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 11:05:52 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1216</guid>
		<description><![CDATA[Perhaps the question &#8220;Where Ubuntu Does Not Suck&#8221; should be discussed. It is free which is very good. It has standard Unix commands which is very good. It has the best geek tools available. Very few viruses. That&#8217;s pretty much it.
On the negative side.

Anything graphical sucks on Ubuntu. Ubuntu uses an ancient set of bad [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1216&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Perhaps the question &#8220;Where Ubuntu Does Not Suck&#8221; should be discussed. It is free which is very good. It has standard Unix commands which is very good. It has the best geek tools available. Very few viruses. That&#8217;s pretty much it.</p>
<p>On the negative side.</p>
<ol>
<li>Anything graphical sucks on Ubuntu. Ubuntu uses an ancient set of bad programs to handle the screen. We aren&#8217;t talking about something from 2001. Or even 1995. It goes back to the early 1970s. Can you say &#8220;clunky and slow&#8221;? It&#8217;s worse than that. Some say it&#8217;s beyond bad because the drivers for graphic cards are proprietary. This means that instead of using the CPUs on the graphical cards hardware to drive the pixels every pixel is calculated by the CPU instead. And remember the CPU is using programs from the 1970s. Hence you&#8217;ll often see processes like &#8220;gs&#8221; using 100% of the first CPU and &#8220;socket&#8221; taking 100% of the second CPU. What does this mean to you the user? It means it can take 10 seconds to update a simple click of a box in firefox. It can take 30 seconds or more to alt-tab to another window. And this is on machines with 4GBs and 2000+ MHz dual CPUs.</li>
<li>Almost all peripheral hardware is not supported. Sure you can find the hardware you want on the officially &#8220;supported hardware lists&#8221; but it&#8217;s not really supported. Take my printers. All of them are supposedly fully supported. None of them work worth a crap unless driven by M$. Sure the laser printer will print off a single color page or two. Give it a 6 page color PDF and it may or may not get around to printing it during the next few hours. Print it from M$ and it&#8217;s done within seconds.  Same thing with FAXing, scanning, etc.. So very pathetic. Ubuntu is so bad you must have a separate M$ machine to handle the peripherals.</li>
<li>The best new software, whatever the topic, rarely gets ported from M$ and the Mac to Ubuntu. If you need this software then you&#8217;ll need a token M$ machine.</li>
<li>Generally horrible support. There&#8217;s practically no documentation on anything. Either you are good with computers and can find enough hints by googling to fix your problems or you should not use Ubuntu. It is that simple. However it is funny in a bad way to watch the various fly-lords in IRC and such tell others with about the same experience to RTFM.</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1216&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/10/31/why-ubuntu-sucks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>
	</item>
		<item>
		<title>Speeding Up Ubuntu</title>
		<link>http://ioconnor.wordpress.com/2009/10/25/speeding-up-ubuntu/</link>
		<comments>http://ioconnor.wordpress.com/2009/10/25/speeding-up-ubuntu/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 15:25:58 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1203</guid>
		<description><![CDATA[I&#8217;m getting tired of Synaptic taking a minute or more to add a new package. I complained briefly on the Ubuntu IRC channel about this but nobody was interested. It seems like whoever programmed the application to check dependencies must have used a O(N2) algorithm. In other words the first few applications you add are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1203&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m getting tired of Synaptic taking a minute or more to add a new package. I complained briefly on the Ubuntu IRC channel about this but nobody was interested. It seems like whoever programmed the application to check dependencies must have used a O(N2) algorithm. In other words the first few applications you add are done quickly. For example if this is the 2nd addition it might take only 2*2 seconds*.1 or .4 seconds. If you add 100 packages then it takes 100*100*.1 or 1000 seconds. That a bit of an exageration. It&#8217;s only taking about two minutes to have it check dependencies. Still this should be a split second task.</p>
<p>Anyways things are so poorly coded on Ubuntu, though better than M$, that I don&#8217;t trust things. So my next question was how fast are the CPUs running? Well a</p>
<blockquote><p><strong>cat /proc/cpuinfo</strong></p></blockquote>
<p>showed me the CPUs were running at about 1/3 speed. Look for the lines starting with <strong>cpu MHz:</strong>. Apparently the CPUs are suppose to react and increase their CPU speed if needed. I don&#8217;t trust anything, given how badly everything else is coded, so I did the following:</p>
<blockquote><p><strong>sudo cpufreq-selector -c 0 -g performance</strong></p>
<p><strong>sudo cpufreq-selector -c 1 -g performance</strong></p></blockquote>
<p>Now both CPUs are running at the max speed all of the time. Whether needed or not.</p>
<p>It&#8217;s probably possible to put these commands as the default in <strong>/etc/rc.local</strong> but I don&#8217;t know how. Instead edit the file <strong>/etc/default/cpufrequtils</strong> and add the following lines:</p>
<p><strong> </strong></p>
<blockquote><p><strong>ENABLED=&#8221;true&#8221;</strong></p>
<p><strong>GOVERNOR=&#8221;performance&#8221;</strong></p>
<p><strong>MAX_SPEED=&#8221;0&#8243;</strong></p>
<p><strong>MIN_SPEED=&#8221;0&#8243;</strong></p></blockquote>
<p><strong> </strong></p>
<p>Now the CPUs will be running at maximum speed across reboots. I&#8217;ve tried this and it does work.</p>
<p>It&#8217;s amazing people pay lots of money for fast computers yet the developers cut your performance by two thirds and don&#8217;t even tell you.</p>
<p><strong>UPDATE 2009.10.26:</strong> Seems as if it was not that easy. Apparently it will reset itself to lower speeds if it gets hot. Or confused. Or the defective circuitry DELL stuffs inside batteries and battery charges is not working correctly as in my case. To get around this I&#8217;ve had to edit the file <strong>sudo gvim /usr/sbin/laptop_mode </strong>and make some obvious changes. I&#8217;ll see if this does work over the period of a few days. So far so good.</p>
<p><strong>UPDATE 2009.10.28:</strong> When booted from battery the CPU speed lowers itself despite the above settings. So for now I&#8217;ve manually put the commands into the bashrc script. Since I always work from a shell this works for me. Maybe someday I&#8217;ll figure out a better solution.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1203&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/10/25/speeding-up-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML/CSS Helper</title>
		<link>http://ioconnor.wordpress.com/2009/09/27/htmlcss-helper/</link>
		<comments>http://ioconnor.wordpress.com/2009/09/27/htmlcss-helper/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 12:58:53 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1184</guid>
		<description><![CDATA[The best resource by far I&#8217;ve seen on this topic can be found at: http://www.somacon.com/p141.php
It&#8217;s good because you can click on buttons to see the effect it has on a demo table. The CSS code is also modified so you can simply cut and paste where needed.
They have two other pages for lists and text.
I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1184&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The best resource by far I&#8217;ve seen on this topic can be found at: <a href="http://www.somacon.com/p141.php" target="_blank">http://www.somacon.com/p141.php</a></p>
<p>It&#8217;s good because you can click on buttons to see the effect it has on a demo table. The CSS code is also modified so you can simply cut and paste where needed.</p>
<p>They have two other pages for lists and text.</p>
<p>I wish somebody would come out with website layout done in a similar manner.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1184&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/09/27/htmlcss-helper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>
	</item>
		<item>
		<title>Synthesizing Voice From The Command Line</title>
		<link>http://ioconnor.wordpress.com/2009/09/23/synthesizing-voice-from-the-command-line/</link>
		<comments>http://ioconnor.wordpress.com/2009/09/23/synthesizing-voice-from-the-command-line/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 22:56:55 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1180</guid>
		<description><![CDATA[Today&#8217;s RSS feed from the Linux Journal, Synthesizing Voice FromThe Command Line was fun. Sort of reminds me of the robot. 
sudo apt-get install saytime libsox-fmt-oss festival
saytime
echo Danger, Will Robinson! Destroy, Damage, Death. &#124; text2wave &#124; aplay
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1180&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignleft size-full wp-image-1181" title="danger1" src="http://ioconnor.files.wordpress.com/2009/09/danger1.jpg?w=286&#038;h=362" alt="danger1" width="286" height="362" />Today&#8217;s RSS feed from the <a href="http://www.linuxjournal.com/content/syn" target="_blank">Linux Journal, Synthesizing Voice FromThe Command Line</a> was fun. Sort of reminds me of the robot. </p>
<blockquote><p><strong>sudo apt-get install saytime libsox-fmt-oss festival<br />
saytime<br />
echo Danger, Will Robinson! Destroy, Damage, Death. | text2wave | aplay</strong></p></blockquote>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1180&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/09/23/synthesizing-voice-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>

		<media:content url="http://ioconnor.files.wordpress.com/2009/09/danger1.jpg" medium="image">
			<media:title type="html">danger1</media:title>
		</media:content>
	</item>
		<item>
		<title>Largest Offshore Wind Parks</title>
		<link>http://ioconnor.wordpress.com/2009/09/20/largest-offshore-wind-park/</link>
		<comments>http://ioconnor.wordpress.com/2009/09/20/largest-offshore-wind-park/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 13:05:59 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1175</guid>
		<description><![CDATA[From Denmark showcases world-biggest offshore wind park
The &#8220;Horns Rev 2&#8243; by DONG Energy, Danish owned energy company, produces 209 megawatts from 91 Turbines 30km off the west shore of central Denmark, in the north sea, costing $694 million. Consisting of 13 parallel rows of seven turbines in a fan-like shape. Siemen 2.3MW turbines are used. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1175&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>From <a href="http://www.reuters.com/article/environmentNews/idUSTRE58G3A820090917" target="_blank">Denmark showcases world-biggest offshore wind park</a></p>
<p>The &#8220;Horns Rev 2&#8243; by DONG Energy, Danish owned energy company, produces 209 megawatts from 91 Turbines 30km off the west shore of central Denmark, in the north sea, costing $694 million. Consisting of 13 parallel rows of seven turbines in a fan-like shape. Siemen 2.3MW turbines are used. Blade diameter is 93 meters centered on a shaft 114.5 meters above sea level that drops down an additional 30-40 meters. It is the first platform to house up to 24 workers year-round. This platform connects to the turbines via buried cables which centralizes and conditions the power before sending it ashore via another subsea cable. It took the number one title away from DONG Energy&#8217;s Nysted wind farm that produces 166MWs. Denmark gets 20% of it&#8217;s electricity from wind. The number one title will pass on to a 630MW London array wind park in the Thames Estuary before the London Olympics starts in 2012.</p>
<p>From <a href="http://www.treehugger.com/files/2008/10/united-kingdom-overtakes-denmark-as-world-number-one-offshore-wind-power-producer.php" target="_blank">Rule Britannia: UK is Now World’s #1 Offshore Wind Power Producer</a></p>
<p>194 MW wind farm off the coast of Skegness Lincolnshire has just been completed. Another 938 MWs of power will be added in the next three months. And 1000 MW more by the end of 2012. If I&#8217;m adding right this is a total of 4,938 MWs. Probably more if land based wind is added to the mix.</p>
<p>From <a href="http://www.treehugger.com/files/2007/12/wind_energy_could.php" target="_blank">Wind Energy Could Power All of Britain&#8217;s Homes by 2020</a></p>
<p>This article claims 2 GWs are produced offshore currently, written in 2007, and that by 2020 there may be 33 GWs of energy produced by wind. Since the numbers seem bogus I&#8217;ll discount the whole article.</p>
<h3>Largest Offshore Wind Power Producers By Country</h3>
<ol>
<li>590 MW: United Kingdom (UK gets 3GWs of power from wind. So 20% of it&#8217;s wind power is from offshore.)</li>
<li>423 MW: Denmark (20% of the total power, ==&gt; Denmark must need 2115 MWs of power.)</li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1175&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/09/20/largest-offshore-wind-park/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>
	</item>
		<item>
		<title>Replacing Unison With Git</title>
		<link>http://ioconnor.wordpress.com/2009/09/19/replacing-unison-with-git/</link>
		<comments>http://ioconnor.wordpress.com/2009/09/19/replacing-unison-with-git/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 16:55:55 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1169</guid>
		<description><![CDATA[Unison works across M$, Macs, and *nix machines. Unison synchronizes files between two machines. Git is not made for synchronizing files between two machines but it can be made to do so. It supposedly works on multiple platforms just like Unison does. In addition it does version control and keeps track of file and directory [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1169&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.seas.upenn.edu/~bcpierce/unison/" target="_blank">Unison </a>works across M$, Macs, and *nix machines. Unison synchronizes files between two machines. Git is not made for synchronizing files between two machines but it can be made to do so. It supposedly works on multiple platforms just like Unison does. In addition it does version control and keeps track of file and directory name changes along with files you delete. More importantly you can keep multiple machines in sync, not just two. I use the following two scripts, run from cron, on the machines I want kept in sync:<br />
A script to pull in the changes somebody has made followed by a script to push out the changes. I should make a master script to do one right after the other. Perhaps also some monitor program that can pop-up to tell me when I need to do a three way merge.  (I haven&#8217;t needed these additions yet.)<br />
The script to pull in the changes:</p>
<blockquote><p><strong>#!/bin/bash</strong></p>
<p><strong># GLOBALS<br />
sGitLogFile=~/common-git.log<br />
sPathToLocalDir=~/common<br />
sPathToRemoteGit=&#8230; </strong></p>
<p><strong>function doGitPull {<br />
cd $sPathToLocalDir &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
#pwd &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
#whoami &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
#printenv &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
git pull &#8211;verbose $sPathToRemoteGit HEAD &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
}</strong></p>
<p><strong>echo &#8220;{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{&#8221; &gt;&gt; $sGitLogFile 2&gt;&amp;1      # Time stamp the end of processing<br />
echo $(date +%F[%T]) &#8221; = STARTING TIME of pull&#8221;  &gt;&gt; $sGitLogFile 2&gt;&amp;1      # Time stamp the start of processing<br />
doGitPull<br />
echo $(date +%F[%T]) &#8221; = ENDING TIME of pull&#8221; &gt;&gt; $sGitLogFile 2&gt;&amp;1      # Time stamp the end of processing<br />
echo &#8220;}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}&#8221; &gt;&gt; $sGitLogFile 2&gt;&amp;1      # Time stamp the end of processing<br />
echo &#8220;&#8221; &gt;&gt; $sGitLogFile 2&gt;&amp;1      # Time stamp the end of processing</strong></p></blockquote>
<p>A script to push the changes out:</p>
<blockquote><p><strong>#!/bin/bash </strong></p>
<p><strong># GLOBALS<br />
sGitLogFile=~/common-git.log<br />
sPathToLocalDir=~/common<br />
sPathToRemoteGit=&#8230;. </strong></p>
<p><strong>function doGitPush {<br />
cd $sPathToLocalDir &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
git add &#8211;verbose -A &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
git commit &#8211;verbose -m&#8221;bkup&#8221; &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
git push &#8211;verbose $sPathToRemoteGit master &#8211;receive-pack=&#8217;git receive-pack&#8217; &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
}</strong></p>
<p><strong>echo &#8220;{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{&#8221; &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
echo $(date +%F[%T]) &#8221; = STARTING TIME of common-push &#8221;  &gt;&gt; $sGitLogFile 2&gt;&amp;1      # Time stamp the start of processing<br />
doGitPush &gt;&gt; $sGitLogFile 2&gt;&amp;1<br />
echo $(date +%F[%T]) &#8221; = ENDING TIME of common-push\n\n\n&#8221; &gt;&gt; $sGitLogFile 2&gt;&amp;1      # Time stamp the end of processing<br />
echo &#8220;}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}&#8221; &gt;&gt; $sGitLogFile 2&gt;&amp;1 </strong></p></blockquote>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1169&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/09/19/replacing-unison-with-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>
	</item>
		<item>
		<title>Git&#8217;s Post Receive Hook</title>
		<link>http://ioconnor.wordpress.com/2009/09/16/gits-post-receive-hook/</link>
		<comments>http://ioconnor.wordpress.com/2009/09/16/gits-post-receive-hook/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 19:56:13 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1164</guid>
		<description><![CDATA[I&#8217;ve been using git for everything in the World lately. To be honest I&#8217;ve not been understanding much of anything I read. I basically read something and then hack around until I get it working. The hack around part is a pain. It consists of writing little scripts and then testing how I think it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1164&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been using git for everything in the World lately. To be honest I&#8217;ve not been understanding much of anything I read. I basically read something and then hack around until I get it working. The hack around part is a pain. It consists of writing little scripts and then testing how I think it works and finding it doesn&#8217;t really work that way. So then I run the setup script again which erases all the work and initializes everything all over to the point where I failed. So I can try over. And over. And over about 20x.</p>
<p>Anyways, today I read this excellent post <a href="http://debuggable.com/posts/git-tip-auto-update-working-tree-via-post-receive-hook:49551efe-6414-4e86-aec6-544f4834cda3" target="_blank">http://debuggable.com/posts/git-tip-auto-update-working-tree-via-post-receive-hook:49551efe-6414-4e86-aec6-544f4834cda3</a> and implemented it. It allows me to simply push the changes out to the webserver without ftp or rsync. It&#8217;s quite nice. Just make an executable file at .git/hooks/post-receive and stick in it:</p>
<p><strong> </strong></p>
<blockquote><p><strong>#!/bin/sh<br />
cd ..<br />
env -i /usr/local/bin/git reset &#8211;hard</strong></p></blockquote>
<p><strong> </strong><br />
I need to make the .git directory off limits to prying eyes. I will do that in the future. For now though it doesn&#8217;t have anything in it that is not already viewable so it&#8217;s not important. Later though.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1164&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/09/16/gits-post-receive-hook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>
	</item>
		<item>
		<title>US Open Debacle</title>
		<link>http://ioconnor.wordpress.com/2009/09/13/us-open-debacle/</link>
		<comments>http://ioconnor.wordpress.com/2009/09/13/us-open-debacle/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 17:00:53 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1159</guid>
		<description><![CDATA[My take? Serena Williams should sue the US Open for all they are worth. And then some. She should set an example that causes the other tournament organizers to sit up and be honest.
Here&#8217;s the problem. A lines judge makes a horribly bad call. What&#8217;s more this judge does so at a very crucial moment. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1159&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My take? Serena Williams should sue the US Open for all they are worth. And then some. She should set an example that causes the other tournament organizers to sit up and be honest.</p>
<p>Here&#8217;s the problem. A lines judge makes a horribly bad call. What&#8217;s more this judge does so at a very crucial moment. The immediate <a href="http://dailycontributor.com/serena-williams-foot-fault-video/7249/" target="_blank">replays</a> all show that Serena did not have a foot fault. Rather than fix the bad call this judge sticks with it. It&#8217;s like she has an agenda.</p>
<p>You have to wonder why a judge would ever give a foot fault call at that moment even if it were a foot fault. There is a courtesy that is normally extended to professionals. You don&#8217;t call foot faults at crucial moments unless the you are absolutely 100% sure, have multiple judges corroborating it, have video to back it up, and have been warning the player in question beforehand. Repeatedly.</p>
<p>What should be in the press this morning is a background check on the lines judge. What motives she could have had. Is she getting paid for this. Who all might be involved. Basically a full background check on this lady calling the foot fault and the people running the US Open.</p>
<p>Then there was a dispute about what Serena actually said. This lines lady said Serena threatened to kill her. Serena emphatically denies this. Were there any tapings? This lines ladies reputation had already proven to be faulty. Relying on her word is utter stupidity. Yet with no witnesses or tapes this lady caused Serena to lose the match. You&#8217;d think the US Open would have recording devices on all judges. They are suppose to be honest. A taping device would help prove their honesty. The fact they don&#8217;t only means they are dishonest.</p>
<p>Serena needs to take legal action.</p>
<p>To add insult to injury all the news channels including NPR focus on Serena. Somehow it is her fault. In today&#8217;s world justice is never served. Instead things are always twisted so the officials are never in the focus.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1159&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/09/13/us-open-debacle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>
	</item>
		<item>
		<title>Bush&#8217;s Doing?</title>
		<link>http://ioconnor.wordpress.com/2009/09/13/1154/</link>
		<comments>http://ioconnor.wordpress.com/2009/09/13/1154/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 12:38:41 +0000</pubDate>
		<dc:creator>ioconnor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ioconnor.wordpress.com/?p=1154</guid>
		<description><![CDATA[I have not seen any clear space pictures of 9/11. It was such a clear beautiful day I would have thought there would be some crystal clear much higher resolution pictures. Yet this does show the dust plume. My kids and I walked through the dust, going from the dusty side to the docks that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1154&subd=ioconnor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignleft size-full wp-image-1153" title="space" src="http://ioconnor.files.wordpress.com/2009/09/space.jpg?w=600&#038;h=418" alt="space" width="600" height="418" />I have not seen any clear space pictures of 9/11. It was such a clear beautiful day I would have thought there would be some crystal clear much higher resolution pictures. Yet this does show the dust plume. My kids and I walked through the dust, going from the dusty side to the docks that morning. It was cold on the docks but we were able to get past all the closed off areas and watch up close from there. We had gotten a light sprinkling of dust. We had managed to thread our way through the wild crowds. Obviously we were not able to talk with the school officials that morning about going to a better HS as was scheduled. (NYC High Schools suck. Something about not having the money to spend on anything but the rent of the building and the metal detectors with security guards.) Instead we moved to Summit NJ days later so we would not have to put up with lousy schools.</p>
<p>To this day I wonder why we have not looked into all the evidence that points toward Bush and cohorts. It&#8217;s probably because Obama is controlled by the same companies and their lobbyists that Bush was.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ioconnor.wordpress.com/1154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ioconnor.wordpress.com/1154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ioconnor.wordpress.com/1154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ioconnor.wordpress.com/1154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ioconnor.wordpress.com/1154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ioconnor.wordpress.com/1154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ioconnor.wordpress.com/1154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ioconnor.wordpress.com/1154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ioconnor.wordpress.com/1154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ioconnor.wordpress.com/1154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ioconnor.wordpress.com&blog=5006311&post=1154&subd=ioconnor&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ioconnor.wordpress.com/2009/09/13/1154/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a0abf1c57b895c0a4fc864e44ca213?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">ioconnor</media:title>
		</media:content>

		<media:content url="http://ioconnor.files.wordpress.com/2009/09/space.jpg" medium="image">
			<media:title type="html">space</media:title>
		</media:content>
	</item>
	</channel>
</rss>