<?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>The Gahooa Perspective &#187; Open Source</title>
	<atom:link href="http://blog.gahooa.com/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gahooa.com</link>
	<description>Thoughts on Life, Engineering, Technology, Business, and more...</description>
	<lastBuildDate>Sun, 11 Dec 2011 19:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.gahooa.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Gahooa Perspective &#187; Open Source</title>
		<link>http://blog.gahooa.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.gahooa.com/osd.xml" title="The Gahooa Perspective" />
	<atom:link rel='hub' href='http://blog.gahooa.com/?pushpress=hub'/>
		<item>
		<title>git checkout -b &#8211;no-track</title>
		<link>http://blog.gahooa.com/2011/07/02/git-checkout-b-no-track/</link>
		<comments>http://blog.gahooa.com/2011/07/02/git-checkout-b-no-track/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 20:54:19 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[DVCS]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git checkout]]></category>
		<category><![CDATA[software configuration management]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=737</guid>
		<description><![CDATA[Ever want to checkout a new git branch from another branch without setting up tracking? Here is the longhand way: git checkout old-branch git branch new-branch git checkout new-branch But there is a quicker way: git checkout -b new-branch old-branch &#8230; which does the same thing, albiet in one command. Tagged: DVCS, git, git checkout, software [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=737&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever want to checkout a <strong>new</strong> git branch from another branch without setting up tracking?</p>
<p>Here is the longhand way:</p>
<pre>git checkout old-branch
git branch new-branch
git checkout new-branch</pre>
<p>But there is a quicker way:</p>
<pre>git checkout -b new-branch old-branch</pre>
<p>&#8230; which does the same thing, albiet in one command.</p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/dvcs/'>DVCS</a>, <a href='http://blog.gahooa.com/tag/git/'>git</a>, <a href='http://blog.gahooa.com/tag/git-checkout/'>git checkout</a>, <a href='http://blog.gahooa.com/tag/software-configuration-management/'>software configuration management</a>, <a href='http://blog.gahooa.com/tag/version-control/'>version control</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/737/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=737&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2011/07/02/git-checkout-b-no-track/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimal PuTTY Settings for SSH Connections to Linux</title>
		<link>http://blog.gahooa.com/2011/06/07/optimal-putty-settings-for-ssh-connections-to-linux/</link>
		<comments>http://blog.gahooa.com/2011/06/07/optimal-putty-settings-for-ssh-connections-to-linux/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 18:16:49 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[PuTTY Configuration]]></category>
		<category><![CDATA[PuTTY Settings]]></category>
		<category><![CDATA[Software Technique]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SSH Agent]]></category>
		<category><![CDATA[SSH Agent Forwarding]]></category>
		<category><![CDATA[SSH Client]]></category>
		<category><![CDATA[Windows SSH]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=631</guid>
		<description><![CDATA[PuTTY is a great program.  I think it tops the cake for most-useful-utility-on-windows that I have ever encountered.  I&#8217;ve used it to connect to telnet, ssh, linux, unix, windows, hypervisors, and even IBM iSeries (AS-400).  However, despite all the cool things one can do with PuTTY, the default out-of-the-box-settings leave a good bit to learn. For [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=631&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> is a great program.</strong>  I think it tops the cake for most-useful-utility-on-windows that I have ever encountered.  I&#8217;ve used it to connect to telnet, ssh, linux, unix, windows, hypervisors, and even IBM iSeries (AS-400).  However, despite all the cool things one can do with PuTTY, the default out-of-the-box-settings leave a good bit to learn.</p>
<p>For a long time, I put up with some less than optimal settings.  But over time, I learned what worked best for me.  The purpose of this post is to share that with you.</p>
<p>Enjoy!</p>
<p><strong>Download from: <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">http://www.chiark.greenend.org.uk/~sgtatham/putty/</a></strong></p>
<p>Hint: I prefer the windows installer.  However, whatever you do, make sure you get the whole suite (unless you <span style="text-decoration:underline;">know</span> you don&#8217;t need it)</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-27-55-pm1.png"><img class="alignnone size-full wp-image-634" title="Putty Download Page" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-27-55-pm1.png?w=700" alt=""   /></a></p>
<p><strong>Launch PuTTY and configure &#8220;Session&#8221; section</strong></p>
<p>user@host is handy for auto-login.  I prefer to place my server name before my username in the saved sessions because the sort order will be maintained as the list grows.</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-33-19-pm.png"><img class="alignnone size-full wp-image-635" title="6-7-2011 1-33-19 PM" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-33-19-pm.png?w=700" alt=""   /></a></p>
<p><strong>Configure the &#8220;Terminal &gt; Bell&#8221; section</strong></p>
<p>I have found it preferable not to disable the bell if it is overused.</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-37-15-pm.png"><img class="alignnone size-full wp-image-636" title="Putty Bell Settings" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-37-15-pm.png?w=700" alt=""   /></a></p>
<p><strong>Configure the &#8220;Window&#8221; Settings</strong></p>
<p>This is one of the most important settings.  The default of 200 lines of scrollback is <strong>just not enough</strong>.  I find 20000 to be more useful.  Also, the window size should be set according to your screen size and preferences.</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-40-06-pm.png"><img class="alignnone size-full wp-image-637" title="Putty Window Settings" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-40-06-pm.png?w=700" alt=""   /></a></p>
<p><strong>Configure &#8220;Window &gt; Appearance&#8221; settings</strong></p>
<p>I find that the Luicida Console 14 point font is very easy on the eyes.  Keep in mind I&#8217;m usually using a 27&#8243; or 30&#8243; display at 2560 pixels wide, so I can afford the extra size of 14pt.  However, even on smaller screens, I still find it nicer to be able to read effortlessly and see less than the other way around.  Just give it a try :)</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-42-29-pm.png"><img class="alignnone size-full wp-image-638" title="Putty Window Appearance Settings" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-42-29-pm.png?w=700" alt=""   /></a></p>
<p><strong>Configure the &#8220;Window &gt; Translation&#8221; settings</strong></p>
<p>As of a few years ago, Linux began to use UTF-8 character encoding by default.  This means that if your terminal is set to latin1 or similar, then each single multi-byte-character is literally interpreted as <span style="text-decoration:underline;">multiple</span> latin1 characters, mostly drawn as out-of-place accented letters and various symbols.</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-51-34-pm.png"><img class="alignnone size-full wp-image-639" title="Putty utf-8 vs latin-1 -- bad encoding" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-51-34-pm.png?w=700&#038;h=87" alt="" width="700" height="87" /></a></p>
<p>So in my experience, it is best to use UTF-8 when connecting to Linux.</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-45-31-pm.png"><img class="alignnone size-full wp-image-640" title="Putty UTF-8 Settings" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-45-31-pm.png?w=700" alt=""   /></a></p>
<p><strong>Configure &#8220;Window &gt; Selection&#8221; settings</strong></p>
<p>You need to decide here if you want an important safety precaution.  Under the &#8220;Compromise&#8221; setting above, right-click will paste whatever is on the clipboard&#8230; <span style="color:#ff0000;">even if you were just blogging about <strong>sudo rm -rf /</strong></span></p>
<p>So, think that over pretty hard.  The first option of &#8220;Windows&#8221; will bring up a right-click menu with a convenient &#8220;Paste&#8221; option.  Also, you can simply us SHIFT+INSERT to paste in PuTTY.</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-53-34-pm.png"><img class="alignnone size-full wp-image-641" title="Putty Selection Options" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-53-34-pm.png?w=700" alt=""   /></a></p>
<p><strong>Configure &#8220;Window &gt; Colours&#8221; settings</strong></p>
<p>If you can read dark-blue-on-black, then your vision is in another &#8220;spectrum&#8221; than mine.  Check out the difference here:</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-01-15-pm.png"><img class="alignnone size-full wp-image-642" title="Putty Default Color Settings" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-01-15-pm.png?w=700" alt=""   /></a></p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-01-51-pm.png"><img class="alignnone size-full wp-image-643" title="Putty Better Color Settings" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-01-51-pm.png?w=700&#038;h=132" alt="" width="700" height="132" /></a></p>
<p>Simply select &#8220;ANSI Blue&#8221; and change the RGB values to 112, 112, 255.</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-59-14-pm.png"><img class="alignnone size-full wp-image-644" title="Putty Color Settings" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-59-14-pm.png?w=700" alt=""   /></a></p>
<p><strong>Configure &#8220;Connection&#8221; settings</strong></p>
<p>It is helpful to send a null packet every once in a while to keep sessions alive.</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-04-16-pm.png"><img class="alignnone size-full wp-image-645" title="Putty Connection Settings" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-04-16-pm.png?w=700" alt=""   /></a></p>
<p><strong>Configure &#8220;Connection &gt; SSH&#8221; settings <span style="color:#ff0000;">(Update)</span></strong></p>
<p>David Aldrich pointed out in a helpful comment that  &#8221;I also think it is probably worth enabling SSH compression if working over a slow connection.&#8221;</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/putty-connection-ssh.png"><img class="alignnone size-full wp-image-684" title="putty-connection-ssh" src="http://gahooa.files.wordpress.com/2011/06/putty-connection-ssh.png?w=700" alt=""   /></a></p>
<p><strong>Configure &#8220;Connection &gt; SSH &gt; Auth&#8221; settings</strong></p>
<p>If you use SSH Agent forwarding (eg pagent) to allow you to &#8220;hop&#8221; from one server to another, then PuTTY must be told to enable Agent Forwarding.  There are some security issues with this setting when connecting to an untrusted server, so please understand them first.</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-06-11-pm.png"><img class="alignnone size-full wp-image-646" title="Putty Agent Forwarding" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-06-11-pm.png?w=700" alt=""   /></a></p>
<p><strong>Configure &#8220;Connection &gt; SSH &gt; Tunnels&#8221;</strong></p>
<p>If you want to connect to a MySQL or PostgreSQL service running on the host you are connecting to, but have all communication encrypted and sent via SSH tunnel, here is how to set that up.</p>
<p>Keep in mind that your Windows OS you are on must have the source port free, so if you are ALSO running MySQL locally, then pick a different local port number like 13306.</p>
<p>Once your SSH session is established, then you can connect to localhost port 13306 and it will be tunneled to the remote server on 3306.  Cool!</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-09-03-pm.png"><img class="alignnone size-full wp-image-647" title="6-7-2011 2-09-03 PM" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-09-03-pm.png?w=700" alt=""   /></a></p>
<p><strong>Finally!!! Don&#8217;t forget to save your session.</strong></p>
<p>(hint: press the &#8220;Save&#8221; button)</p>
<p><a href="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-12-29-pm.png"><img class="alignnone size-full wp-image-648" title="Putty Save Settings" src="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-12-29-pm.png?w=700" alt=""   /></a></p>
<p>And that&#8217;s it!  The basic PuTTY settings that I use which work quite nicely.</p>
<p>Hope this helps.</p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/putty/'>PuTTY</a>, <a href='http://blog.gahooa.com/tag/putty-configuration/'>PuTTY Configuration</a>, <a href='http://blog.gahooa.com/tag/putty-settings/'>PuTTY Settings</a>, <a href='http://blog.gahooa.com/tag/software-technique/'>Software Technique</a>, <a href='http://blog.gahooa.com/tag/ssh/'>SSH</a>, <a href='http://blog.gahooa.com/tag/ssh-agent/'>SSH Agent</a>, <a href='http://blog.gahooa.com/tag/ssh-agent-forwarding/'>SSH Agent Forwarding</a>, <a href='http://blog.gahooa.com/tag/ssh-client/'>SSH Client</a>, <a href='http://blog.gahooa.com/tag/windows-ssh/'>Windows SSH</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/631/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/631/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/631/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/631/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/631/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/631/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/631/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/631/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/631/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/631/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/631/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/631/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/631/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/631/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=631&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2011/06/07/optimal-putty-settings-for-ssh-connections-to-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-27-55-pm1.png" medium="image">
			<media:title type="html">Putty Download Page</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-33-19-pm.png" medium="image">
			<media:title type="html">6-7-2011 1-33-19 PM</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-37-15-pm.png" medium="image">
			<media:title type="html">Putty Bell Settings</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-40-06-pm.png" medium="image">
			<media:title type="html">Putty Window Settings</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-42-29-pm.png" medium="image">
			<media:title type="html">Putty Window Appearance Settings</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-51-34-pm.png" medium="image">
			<media:title type="html">Putty utf-8 vs latin-1 -- bad encoding</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-45-31-pm.png" medium="image">
			<media:title type="html">Putty UTF-8 Settings</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-53-34-pm.png" medium="image">
			<media:title type="html">Putty Selection Options</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-01-15-pm.png" medium="image">
			<media:title type="html">Putty Default Color Settings</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-01-51-pm.png" medium="image">
			<media:title type="html">Putty Better Color Settings</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-1-59-14-pm.png" medium="image">
			<media:title type="html">Putty Color Settings</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-04-16-pm.png" medium="image">
			<media:title type="html">Putty Connection Settings</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/putty-connection-ssh.png" medium="image">
			<media:title type="html">putty-connection-ssh</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-06-11-pm.png" medium="image">
			<media:title type="html">Putty Agent Forwarding</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-09-03-pm.png" medium="image">
			<media:title type="html">6-7-2011 2-09-03 PM</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/06/6-7-2011-2-12-29-pm.png" medium="image">
			<media:title type="html">Putty Save Settings</media:title>
		</media:content>
	</item>
		<item>
		<title>Home School Software in Production Use!</title>
		<link>http://blog.gahooa.com/2011/03/06/home-school-software-in-production-use/</link>
		<comments>http://blog.gahooa.com/2011/03/06/home-school-software-in-production-use/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 03:17:43 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Home School]]></category>
		<category><![CDATA[Home School Software]]></category>
		<category><![CDATA[Homeschool]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=566</guid>
		<description><![CDATA[Just an update on the use of our Home School software package&#8230;  So far, we have entered 216 activities with 462 images/scans across 13 projects, 12 subjects, and 4 students. Nearly all of the photographs we take are with the Motorola Droid X.  Provided you have sufficient light, the quality is very acceptable. Here is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=566&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just an update on the use of our Home School software package&#8230;  So far, we have entered 216 activities with 462 images/scans across 13 projects, 12 subjects, and 4 students.</p>
<p>Nearly all of the photographs we take are with the Motorola Droid X.  Provided you have sufficient light, the quality is very acceptable.</p>
<p>Here is one of the latest activities recorded:</p>
<p><a href="http://gahooa.files.wordpress.com/2011/03/screen-shot-2011-03-06-at-10-13-16-pm.png"><img class="alignnone size-full wp-image-567" title="Screen shot 2011-03-06 at 10.13.16 PM" src="http://gahooa.files.wordpress.com/2011/03/screen-shot-2011-03-06-at-10-13-16-pm.png?w=700&#038;h=563" alt="" width="700" height="563" /></a></p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/geometry/'>Geometry</a>, <a href='http://blog.gahooa.com/tag/home-school/'>Home School</a>, <a href='http://blog.gahooa.com/tag/home-school-software/'>Home School Software</a>, <a href='http://blog.gahooa.com/tag/homeschool/'>Homeschool</a>, <a href='http://blog.gahooa.com/tag/photography/'>Photography</a>, <a href='http://blog.gahooa.com/tag/software/'>Software</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/566/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/566/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=566&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2011/03/06/home-school-software-in-production-use/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/03/screen-shot-2011-03-06-at-10-13-16-pm.png" medium="image">
			<media:title type="html">Screen shot 2011-03-06 at 10.13.16 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Arduino, Transistors, Motors, and LEDs</title>
		<link>http://blog.gahooa.com/2011/03/05/arduino-transistors-motors-and-leds/</link>
		<comments>http://blog.gahooa.com/2011/03/05/arduino-transistors-motors-and-leds/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 03:37:51 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Bread Board]]></category>
		<category><![CDATA[Diode]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[Resistor]]></category>
		<category><![CDATA[Transistor]]></category>
		<category><![CDATA[Voltage]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=562</guid>
		<description><![CDATA[Well, the fun is increasing with Arduino.  We hooked up some circuitry which enables a transistor to switch a fairly large 12V load via a very small 5V digital pin on the Arduino board. This has been a great learning resource: http://www.kpsec.freeuk.com/trancirc.htm Basically, we have 12V power going through a motor circuit (protected by a signal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=562&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, the fun is increasing with Arduino.  We hooked up some circuitry which enables a transistor to switch a fairly large 12V load via a very small 5V digital pin on the Arduino board.</p>
<p>This has been a great learning resource: <a href="http://www.kpsec.freeuk.com/trancirc.htm">http://www.kpsec.freeuk.com/trancirc.htm</a></p>
<p>Basically, we have 12V power going through a motor circuit (protected by a signal diode), and then to the collector of a transistor.  The emitter of the transister is connected to ground.</p>
<p>Lastly, the Arduino ground is joined with the emitter, and the transistor is switched by a 5V digital output pin on the Arduino board.</p>
<p>Now, just need to find something useful to do!</p>
<p><a href="http://gahooa.files.wordpress.com/2011/03/2011-03-04_23-11-59_992.jpg"><img class="alignnone size-full wp-image-563" title="2011-03-04_23-11-59_992" src="http://gahooa.files.wordpress.com/2011/03/2011-03-04_23-11-59_992.jpg?w=700&#038;h=522" alt="" width="700" height="522" /></a></p>
<p>&nbsp;</p>
<p><a href="http://gahooa.files.wordpress.com/2011/03/2011-03-04_23-40-51_688.jpg"><img class="alignnone size-full wp-image-564" title="2011-03-04_23-40-51_688" src="http://gahooa.files.wordpress.com/2011/03/2011-03-04_23-40-51_688.jpg?w=700&#038;h=522" alt="" width="700" height="522" /></a></p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/arduino/'>Arduino</a>, <a href='http://blog.gahooa.com/tag/bread-board/'>Bread Board</a>, <a href='http://blog.gahooa.com/tag/diode/'>Diode</a>, <a href='http://blog.gahooa.com/tag/electronics/'>Electronics</a>, <a href='http://blog.gahooa.com/tag/motor/'>Motor</a>, <a href='http://blog.gahooa.com/tag/resistor/'>Resistor</a>, <a href='http://blog.gahooa.com/tag/transistor/'>Transistor</a>, <a href='http://blog.gahooa.com/tag/voltage/'>Voltage</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/562/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=562&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2011/03/05/arduino-transistors-motors-and-leds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/03/2011-03-04_23-11-59_992.jpg" medium="image">
			<media:title type="html">2011-03-04_23-11-59_992</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/03/2011-03-04_23-40-51_688.jpg" medium="image">
			<media:title type="html">2011-03-04_23-40-51_688</media:title>
		</media:content>
	</item>
		<item>
		<title>Fun with Arduino</title>
		<link>http://blog.gahooa.com/2011/02/20/fun-with-arduino/</link>
		<comments>http://blog.gahooa.com/2011/02/20/fun-with-arduino/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 01:05:23 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=542</guid>
		<description><![CDATA[Ok, so if you haven&#8217;t heard about it, Arduino is a really cool piece of &#8220;open source hardware&#8221;.  In simple terms, it is a single board computer with a number of analog and digital inputs and outputs, that can be programmed from your computer, but run independently. Arduino is an open-source electronics prototyping platform based on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=542&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok, so if you haven&#8217;t heard about it, <a href="http://www.arduino.cc/">Arduino</a> is a really cool piece of &#8220;open source hardware&#8221;.  In simple terms, it is a single board computer with a number of analog and digital inputs and outputs, that can be programmed from your computer, but run independently.</p>
<blockquote><p><span style="color:#3366ff;">Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It&#8217;s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.</span></p></blockquote>
<p>I recently got this starter kit from Amazon.com:</p>
<p><a href="http://www.amazon.com/Cana-Kit-Arduino-Starter/dp/B004G1AIJM/"><img class="alignnone size-full wp-image-544" title="Screen shot 2011-02-20 at 7.40.04 PM" src="http://gahooa.files.wordpress.com/2011/02/screen-shot-2011-02-20-at-7-40-04-pm.png?w=700" alt=""   /></a></p>
<p>And have since been playing with making different circuits, etc&#8230; It has been a good experience in working with lower level electronics (ohm&#8217;s law, etc&#8230;)</p>
<p><a href="http://gahooa.files.wordpress.com/2011/02/2011-02-19_14-48-37_734.jpg"><img class="alignnone size-full wp-image-545" title="2011-02-19_14-48-37_734" src="http://gahooa.files.wordpress.com/2011/02/2011-02-19_14-48-37_734.jpg?w=700&#038;h=522" alt="" width="700" height="522" /></a></p>
<p>Hope to post more soon!</p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/arduino/'>Arduino</a>, <a href='http://blog.gahooa.com/tag/electronics/'>Electronics</a>, <a href='http://blog.gahooa.com/tag/projects/'>Projects</a>, <a href='http://blog.gahooa.com/tag/robotics/'>Robotics</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/542/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/542/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/542/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/542/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/542/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/542/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/542/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/542/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/542/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/542/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/542/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/542/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/542/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/542/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=542&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2011/02/20/fun-with-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/02/screen-shot-2011-02-20-at-7-40-04-pm.png" medium="image">
			<media:title type="html">Screen shot 2011-02-20 at 7.40.04 PM</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/02/2011-02-19_14-48-37_734.jpg" medium="image">
			<media:title type="html">2011-02-19_14-48-37_734</media:title>
		</media:content>
	</item>
		<item>
		<title>Home School Software now supports Images!</title>
		<link>http://blog.gahooa.com/2011/01/03/home-school-software-now-supports-images/</link>
		<comments>http://blog.gahooa.com/2011/01/03/home-school-software-now-supports-images/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 06:10:18 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Perspective]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[Home Education]]></category>
		<category><![CDATA[Home School]]></category>
		<category><![CDATA[Home School Software]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Students]]></category>
		<category><![CDATA[Web Applications]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=492</guid>
		<description><![CDATA[Today I got to a great milestone with the homeschool software I discussed here.  It now has excellent image support. For every activity, you can attach an unlimited number of images.  They are stored in the database with all of the other data, so it&#8217;s easy to backup.  Also, I am using ImageMagick to resize [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=492&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I got to a great milestone with the homeschool software I discussed <a href="http://blog.gahooa.com/2011/01/01/home-school-software-anyone/">here</a>.  It now has excellent image support.</p>
<p>For every activity, you can attach an unlimited number of images.  They are stored in the database with all of the other data, so it&#8217;s easy to backup.  Also, I am using ImageMagick to resize them into various preview sizes for quick speeds while working with them.</p>
<p>I used <a href="http://www.uploadify.com/">uploadify</a> to power the image uploader and <a href="http://www.imagemagick.org/script/index.php">ImageMagick</a> to resize them into preview sizes.</p>
<p>Here is a screen shot of the list page:</p>
<p><a href="http://gahooa.files.wordpress.com/2011/01/screen-shot-2011-01-03-at-1-08-25-am.png"><img class="alignnone size-full wp-image-493" title="Screen shot 2011-01-03 at 1.08.25 AM" src="http://gahooa.files.wordpress.com/2011/01/screen-shot-2011-01-03-at-1-08-25-am.png?w=700&#038;h=538" alt="" width="700" height="538" /></a></p>
<p>And a screen shot of the details page:</p>
<p><a href="http://gahooa.files.wordpress.com/2011/01/screen-shot-2011-01-03-at-1-03-58-am.png"><img class="alignnone size-full wp-image-494" title="Screen shot 2011-01-03 at 1.03.58 AM" src="http://gahooa.files.wordpress.com/2011/01/screen-shot-2011-01-03-at-1-03-58-am.png?w=700&#038;h=538" alt="" width="700" height="538" /></a></p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/home-education/'>Home Education</a>, <a href='http://blog.gahooa.com/tag/home-school/'>Home School</a>, <a href='http://blog.gahooa.com/tag/home-school-software/'>Home School Software</a>, <a href='http://blog.gahooa.com/tag/log/'>Log</a>, <a href='http://blog.gahooa.com/tag/portfolio/'>Portfolio</a>, <a href='http://blog.gahooa.com/tag/students/'>Students</a>, <a href='http://blog.gahooa.com/tag/web-applications/'>Web Applications</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/492/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/492/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/492/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=492&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2011/01/03/home-school-software-now-supports-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/01/screen-shot-2011-01-03-at-1-08-25-am.png" medium="image">
			<media:title type="html">Screen shot 2011-01-03 at 1.08.25 AM</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/01/screen-shot-2011-01-03-at-1-03-58-am.png" medium="image">
			<media:title type="html">Screen shot 2011-01-03 at 1.03.58 AM</media:title>
		</media:content>
	</item>
		<item>
		<title>360 Panoramic from the Top of the Hill</title>
		<link>http://blog.gahooa.com/2011/01/02/360-panoramic-from-the-top-of-the-hill/</link>
		<comments>http://blog.gahooa.com/2011/01/02/360-panoramic-from-the-top-of-the-hill/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 00:11:48 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[Hugin]]></category>
		<category><![CDATA[Kettle Road]]></category>
		<category><![CDATA[Land]]></category>
		<category><![CDATA[Panoramic]]></category>
		<category><![CDATA[Simondale Excavating]]></category>
		<category><![CDATA[Woods]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=488</guid>
		<description><![CDATA[I took about 45 photos today, freehand, with Eli&#8217;s FinePix point-and-shoot digital camera.  The camera isn&#8217;t in top shape, and the light of the sun really washed out some of the shots, which was propagated to all shots by Hugin while stitching. I would imagine that if I knew more about Hugin, that I could [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=488&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I took about 45 photos today, freehand, with Eli&#8217;s FinePix point-and-shoot digital camera.  The camera isn&#8217;t in top shape, and the light of the sun really washed out some of the shots, which was propagated to all shots by Hugin while stitching.</p>
<p>I would imagine that if I knew more about <a href="http://hugin.sourceforge.net/">Hugin</a>, that I could prevent some of this.</p>
<p>Regardless, it&#8217;s a pretty cool picture.  Zechariah is in it, if you can find him!</p>
<p><strong>(make sure you click it and let your browser open it full size)</strong></p>
<p><a href="http://gahooa.files.wordpress.com/2011/01/2010-01-02-panoramic-of-land-from-top-of-hill.jpg"><img class="alignnone size-full wp-image-489" title="2010-01-02 - Panoramic of Land from top of hill" src="http://gahooa.files.wordpress.com/2011/01/2010-01-02-panoramic-of-land-from-top-of-hill.jpg?w=700&#038;h=97" alt="" width="700" height="97" /></a></p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/hugin/'>Hugin</a>, <a href='http://blog.gahooa.com/tag/kettle-road/'>Kettle Road</a>, <a href='http://blog.gahooa.com/tag/land/'>Land</a>, <a href='http://blog.gahooa.com/tag/panoramic/'>Panoramic</a>, <a href='http://blog.gahooa.com/tag/photography/'>Photography</a>, <a href='http://blog.gahooa.com/tag/simondale-excavating/'>Simondale Excavating</a>, <a href='http://blog.gahooa.com/tag/woods/'>Woods</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/488/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/488/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/488/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/488/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/488/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/488/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/488/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/488/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/488/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/488/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/488/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/488/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/488/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/488/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=488&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2011/01/02/360-panoramic-from-the-top-of-the-hill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2011/01/2010-01-02-panoramic-of-land-from-top-of-hill.jpg" medium="image">
			<media:title type="html">2010-01-02 - Panoramic of Land from top of hill</media:title>
		</media:content>
	</item>
		<item>
		<title>Panoramic Image of Woods and 3 Driveways</title>
		<link>http://blog.gahooa.com/2010/12/31/panoramic-image-of-woods-and-3-driveways/</link>
		<comments>http://blog.gahooa.com/2010/12/31/panoramic-image-of-woods-and-3-driveways/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 23:56:51 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Driveways]]></category>
		<category><![CDATA[Droid X]]></category>
		<category><![CDATA[Gravel]]></category>
		<category><![CDATA[Hugin]]></category>
		<category><![CDATA[Kids]]></category>
		<category><![CDATA[Outdoors]]></category>
		<category><![CDATA[Panorama]]></category>
		<category><![CDATA[Woods]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=472</guid>
		<description><![CDATA[Using the Motorola Droid X, I took about 10 photographs at 5MP, freehand.  Then I used Hugin, the open source image stitching software. I had never stitched images together, but I must say this tool is impressive.  The images were all various shades, angles, and since taken freehand, not straight. However, see the result below&#8230; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=472&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using the Motorola Droid X, I took about 10 photographs at 5MP, freehand.  Then I used <a href="http://hugin.sourceforge.net/">Hugin</a>, the open source image stitching software.</p>
<p>I had never stitched images together, but I must say this tool is impressive.  The images were all various shades, angles, and since taken freehand, not straight.</p>
<p>However, see the result below&#8230;</p>
<p><a href="http://gahooa.files.wordpress.com/2010/12/2010-12-31-panorama-from-driveway-junction-on-kettle-road.jpg"><img class="alignnone size-full wp-image-473" title="2010-12-31 - Panorama from driveway junction on Kettle Road" src="http://gahooa.files.wordpress.com/2010/12/2010-12-31-panorama-from-driveway-junction-on-kettle-road.jpg?w=700&#038;h=105" alt="" width="700" height="105" /></a></p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/driveways/'>Driveways</a>, <a href='http://blog.gahooa.com/tag/droid-x/'>Droid X</a>, <a href='http://blog.gahooa.com/tag/gravel/'>Gravel</a>, <a href='http://blog.gahooa.com/tag/hugin/'>Hugin</a>, <a href='http://blog.gahooa.com/tag/kids/'>Kids</a>, <a href='http://blog.gahooa.com/tag/outdoors/'>Outdoors</a>, <a href='http://blog.gahooa.com/tag/panorama/'>Panorama</a>, <a href='http://blog.gahooa.com/tag/photography/'>Photography</a>, <a href='http://blog.gahooa.com/tag/woods/'>Woods</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/472/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=472&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2010/12/31/panoramic-image-of-woods-and-3-driveways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>

		<media:content url="http://gahooa.files.wordpress.com/2010/12/2010-12-31-panorama-from-driveway-junction-on-kettle-road.jpg" medium="image">
			<media:title type="html">2010-12-31 - Panorama from driveway junction on Kettle Road</media:title>
		</media:content>
	</item>
		<item>
		<title>How to force-drop a postgresql database by killing off connection processes</title>
		<link>http://blog.gahooa.com/2010/11/03/how-to-force-drop-a-postgresql-database-by-killing-off-connection-processes/</link>
		<comments>http://blog.gahooa.com/2010/11/03/how-to-force-drop-a-postgresql-database-by-killing-off-connection-processes/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 14:50:04 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[Drop Database]]></category>
		<category><![CDATA[Kill Process]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=379</guid>
		<description><![CDATA[Ever need to drop a postgresql database, but it would not let you because there are open connections to it (from a webapp or whatever)? Quite annoying.  If on a production server, and other databases are being used, restarting postgresql is a last resort, because it generates downtime for your site (even if small). I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=379&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever need to drop a postgresql database, but it would not let you because there are open connections to it (from a webapp or whatever)?</p>
<p>Quite annoying.  If on a production server, and other databases are being used, restarting postgresql is a last resort, because it generates downtime for your site (even if small).</p>
<p>I finally took the time to scratch around and find the answer.</p>
<p><strong>As a super user, to list all of the open connections to a given database:</strong></p>
<pre>select * from pg_stat_activity where datname='YourDatabase';</pre>
<p><strong>As a superuser, to drop all of the open connections to a given database:</strong></p>
<pre>select pg_terminate_backend(procpid) from pg_stat_activity where datname='YourDatabase';</pre>
<p>&#8211;</p>
<p>Here are some references to the functions:</p>
<p><a href="http://www.postgresql.org/docs/current/static/functions-admin.html#FUNCTIONS-ADMIN-SIGNAL-TABLE">http://www.postgresql.org/docs/current/static/functions-admin.html#FUNCTIONS-ADMIN-SIGNAL-TABLE</a></p>
<p><a href="http://www.postgresql.org/docs/8.4/static/monitoring-stats.html#MONITORING-STATS-VIEWS-TABLE">http://www.postgresql.org/docs/8.4/static/monitoring-stats.html#MONITORING-STATS-VIEWS-TABLE</a></p>
<p>&nbsp;</p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/drop-database/'>Drop Database</a>, <a href='http://blog.gahooa.com/tag/kill-process/'>Kill Process</a>, <a href='http://blog.gahooa.com/tag/postgresql/'>PostgreSQL</a>, <a href='http://blog.gahooa.com/tag/process/'>Process</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=379&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2010/11/03/how-to-force-drop-a-postgresql-database-by-killing-off-connection-processes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>
	</item>
		<item>
		<title>flot: an open source non-flash charting library!</title>
		<link>http://blog.gahooa.com/2010/10/20/flot-an-open-source-non-flash-charting-library/</link>
		<comments>http://blog.gahooa.com/2010/10/20/flot-an-open-source-non-flash-charting-library/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 00:13:17 +0000</pubDate>
		<dc:creator>Jason Garber</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLOT]]></category>
		<category><![CDATA[Graphing]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.gahooa.com/?p=334</guid>
		<description><![CDATA[And it&#8217;s for jQuery none-the less! http://code.google.com/p/flot/ From their site: Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side. The focus is on simple usage (all settings are optional), attractive looks and interactive features like zooming and mouse tracking. The plugin works with Internet Explorer 6/7/8, Firefox 2.x+, Safari 3.0+, Opera [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=334&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>And it&#8217;s for jQuery none-the less!</p>
<p><a href="http://code.google.com/p/flot/">http://code.google.com/p/flot/</a></p>
<p><span id="more-334"></span><strong>From their site:</strong></p>
<p>Flot is a pure Javascript plotting library for <a rel="nofollow" href="http://jquery.com/">jQuery</a>. It produces graphical <strong>plots</strong> of arbitrary datasets on-the-fly client-side.</p>
<p>The focus is on <strong>simple</strong> usage (all settings are optional), <strong>attractive</strong> looks and <strong>interactive</strong> features like zooming and mouse tracking.</p>
<p>The plugin works with Internet Explorer 6/7/8, Firefox 2.x+, Safari 3.0+, Opera 9.5+ and Konqueror 4.x+ with the HTML canvas tag (the <a rel="nofollow" href="http://excanvas.sourceforge.net/">excanvas</a>Javascript emulation helper is used for IE).</p>
<h1><a name="Examples">Examples</a></h1>
<p><a href="http://code.google.com/p/flot/wiki/FlotUsage">FlotUsage</a> has plenty of examples of people and companies using Flot. Make sure you check out the <a rel="nofollow" href="http://people.iola.dk/olau/flot/examples/">examples</a>.</p>
<p><img src="http://people.iola.dk/olau/flot/flot-screenshot.png" alt="" /></p>
<p>&nbsp;</p>
<br /> Tagged: <a href='http://blog.gahooa.com/tag/flash/'>Flash</a>, <a href='http://blog.gahooa.com/tag/flot/'>FLOT</a>, <a href='http://blog.gahooa.com/tag/graphing/'>Graphing</a>, <a href='http://blog.gahooa.com/tag/open-source/'>Open Source</a>, <a href='http://blog.gahooa.com/tag/web-development/'>Web Development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gahooa.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gahooa.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gahooa.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gahooa.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gahooa.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gahooa.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gahooa.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gahooa.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gahooa.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gahooa.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gahooa.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gahooa.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gahooa.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gahooa.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gahooa.com&amp;blog=6218261&amp;post=334&amp;subd=gahooa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.gahooa.com/2010/10/20/flot-an-open-source-non-flash-charting-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">gahooa</media:title>
		</media:content>

		<media:content url="http://people.iola.dk/olau/flot/flot-screenshot.png" medium="image" />
	</item>
	</channel>
</rss>
