<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brad McConahay</title>
	<atom:link href="http://bradmc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradmc.com</link>
	<description>Original Music, Web Development, and Amateur Radio</description>
	<lastBuildDate>Thu, 19 Apr 2012 22:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Resurrection of a Personal Weather Station</title>
		<link>http://bradmc.com/articles/the-resurrection-of-a-personal-weather-station/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-resurrection-of-a-personal-weather-station</link>
		<comments>http://bradmc.com/articles/the-resurrection-of-a-personal-weather-station/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 13:24:45 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Ham Radio & Scanning]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://bradmc.com/?p=370</guid>
		<description><![CDATA[The latest AES amateur radio catalog recently made its way into the “library” where I spotted the new TH-D72A portable rig with APRS.  I&#8217;ve had the aging Kenwood TH-D7AG with APRS for a number of years, but this newer rig also has GPS and *gasp* a USB port. I almost bought it. The Davis Vantage [...]]]></description>
			<content:encoded><![CDATA[<p>The latest <a title="AES" href="http://www.aesham.com/" target="_blank">AES</a> amateur radio <a title="AES Catalog" href="http://www.aesham.com/pdf.shtml" target="_blank">catalog</a> recently made its way into the “<a title="The Library" href="http://bradmc.com/wp-content/uploads/2012/04/cat_toilet.jpg" target="_blank">library</a>” where I spotted the new <a title="TH-D72A" href="http://www.universal-radio.com/catalog/ht/3072.html" target="_blank">TH-D72A</a> portable rig with APRS.  I&#8217;ve had the aging Kenwood <a title="TH-D7AG" href="http://www.universal-radio.com/catalog/ht/4211.html" target="_blank">TH-D7AG</a> with APRS for a number of years, but this newer rig also has GPS and *gasp* a USB port. I almost bought it.</p>
<p><strong><a href="http://bradmc.com/wp-content/uploads/2012/04/vantage_vue.jpg"><img class="alignleft size-thumbnail wp-image-377" title="Davis Vantage Vue" src="http://bradmc.com/wp-content/uploads/2012/04/vantage_vue-150x150.jpg" alt="Davis Vantage Vue" width="150" height="150" /></a>The Davis Vantage Vue</strong></p>
<p>I also happened across a compact weather station in the same catalog &#8211; the <a title="Davis Vantage Vue" href="http://www.vantagevue.com/" target="_blank">Davis Vantage Vue</a>. I decided to buy it instead of the radio to replace my old Scientific Oregon <a title="WMR-968" href="http://www.oregonscientificstore.com/oregon_scientific/product.asp?itmky=659831" target="_blank">WMR-968</a> station which was in a state of total disrepair.</p>
<p>Putting the new station together turned out to be easier than taking the old one apart. Besides being a huge spider convention, the bolts were so badly rusted onto the mast that I finally hammered all the old hardware off into pieces.</p>
<p>Despite the station&#8217;s low cost, connecting it to a USB port ends up adding <a title="WeatherLink" href="http://www.amazon.com/Davis-Instruments-WeatherLink-USB-Software/dp/B001AMKC14/ref=sr_1_1" target="_blank">an extra $150</a>. That&#8217;s for the hardware adapter and a software package. A standalone <a title="WeatherLink IP" href="http://www.amazon.com/Davis-WeatherLink-Software-Vantage-Weather/dp/B0012OGFAW/ref=sr_1_2" target="_blank">Ethernet-connected version</a> is also available for $250.  The WeatherLink software appears to be straight out of the Windows 95/98 era &#8211; good enough to confirm that the station’s data transfer is working, but that&#8217;s about it.</p>
<p><strong>Weewx</strong></p>
<p>I had used <a title="wx200d" href="http://wx200d.sourceforge.net/" target="_blank">wx200d</a> on Linux with the old WMR-968 station. It provided a reliable daemon along with everything needed to graph data, report to Weather Underground and CWOP, and send packets out over the local APRS network via RF on 144.39 MHz. I had to do some extra perl scripting to glue it all together, but that was part of the fun.</p>
<p>So, what was the new Swiss Army Knife for the Davis Vantage View on Linux to be? <a title="wview" href="http://www.wviewweather.com/" target="_blank">wview</a> was the early frontrunner, but while installing it, I could feel the time-vacuum of dependencies and troubleshooting that a lot of Unix based projects turn into. While checking alternatives, I found a modest sounding package called <a title="weewx" href="http://www.weewx.com/" target="_blank">weewx</a> that was almost easy to overlook. It&#8217;s a well thought out system written in Python by <a title="Tom Keffer" href="http://www.threefools.org/" target="_blank">Tom Keffer</a>. I put it in place, set a few variables, installed the init.d script, and went on my way. It provides a comprehensive page of data that can be used in place or automatically FTP’d to a remote server. It reports to <a title="Weather Underground" href="http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KOHCINCI16" target="_blank">Weather Underground</a>, <a title="CWOP" href="http://wxqa.com/" target="_blank">CWOP</a> (<a title="APRS-IS" href="http://www.findu.com/cgi-bin/wxpage.cgi?call=n8qq" target="_blank">APRS-IS</a>), and <a title="PWSWeather" href="http://www.pwsweather.com/" target="_blank">PWS Weather</a>. It&#8217;s also well templated and object oriented &#8211; all very extensible in general.</p>
<p><strong>APRS &#8211; Back to Radio</strong></p>
<p>The only thing left to figure out was how to get it onto the local APRS ham radio network. I got my old Kenwood TH-D7AG working again, hooked it up to the server using a serial-to-USB adapter, and put it in standard TNC mode where it&#8217;s bypassing the built in APRS and simply receives regular TNC commands.</p>
<p>Since the CWOP routine in weewx already creates the same packet needed for APRS, it seemed a shame to rewrite anything. But having never worked in Python, my first instinct was to use my original perl script written for wx200d, and have it read directly from weewx&#8217;s SQLite database. Knowing this wasn’t the best way to do it, and having a recent interest in learning Python, I put a message on the <a title="Weewx Google Groups Forum" href="https://groups.google.com/forum/?fromgroups#!forum/weewx-user" target="_blank">weewx Google Groups forum</a> and immediately received some great direction from Tom on how it might be best integrated into weewx. It only took a few hours after that to get it working. Although it will probably be obsolete by the next version of weewx, I made it available on <a title="Addon on Github" href="https://github.com/bradmc/weewx_aprs_addon" target="_blank">github</a> in case anybody else needs it.</p>
<p><strong>Skycam</strong></p>
<p>Okay, it’s actually more of a <a title="Skycam" href="http://bradmc.com/wx/cam.html" target="_blank">view-of-sky-somewhat-obstructed-by-trees-cam</a>, but I really wanted to do a real time view of the sky this time. It’s the Foscam <a title="Foscam FI8918W" href="http://foscam.us/foscam-fi8918w-wireless-ip-camera-11.html" target="_blank">FI8918W</a> wifi camera in an upstairs window. It has a built in web server that provides live images and video, and the ability to remotely pan and tilt from any Internet connected device. It also makes a nice way to continue watching a storm long after nearby lightning chases everybody inside.</p>
<p>The old weather station lasted three or four years &#8211; I hope this one will last as long or longer. It will definitely be easier to replace when the time comes.</p>
<p>- Brad N8QQ</p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/the-resurrection-of-a-personal-weather-station/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Ruby</title>
		<link>http://bradmc.com/articles/learning-ruby/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=learning-ruby</link>
		<comments>http://bradmc.com/articles/learning-ruby/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 04:09:18 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Tech Dev]]></category>

		<guid isPermaLink="false">http://www.mcconahay.com/?p=299</guid>
		<description><![CDATA[After recently using the Ruby-based s3sync tools to handle backups to Amazon’s S3 service, it seemed a good time to give the Ruby programming language a fair shake and see what all the hubbub was about.  I had a little exposure to Ruby a couple years ago using a book tutorial to create a blog [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mcconahay.com/wp-content/uploads/2011/01/ruby_logo.jpg"><img class="alignleft size-full wp-image-303" title="Ruby" src="http://www.mcconahay.com/wp-content/uploads/2011/01/ruby_logo.jpg" alt="Ruby" width="234" height="114" /></a>After recently using the Ruby-based <a title="s3sync" href="http://www.s3sync.net" target="_blank">s3sync tools</a> to handle backups to <a title="s3" href="http://aws.amazon.com/s3/" target="_blank">Amazon’s S3 service</a>, it seemed a good time to give the <a href="http://www.ruby-lang.org" target="_blank">Ruby programming language</a> a fair shake and see what all the hubbub was about.  I had a little exposure to Ruby a couple years ago using a book tutorial to create a blog in <a href="http://rubyonrails.org/" target="_blank">Ruby on Rails</a>, but didn&#8217;t really learn much about the language itself in that process.  And having recently discovered <a href="http://5by5.tv/devshow" target="_blank">The Dev Show</a> podcast on the 5by5 network, it&#8217;s also possible their extreme Ruby bias started rubbing off on me!</p>
<p>Speaking of which, has anyone else noticed that all Ruby podcasters and screencasters sound like they’ve been neutered and reprogrammed by aliens to be void of all but the most mildly pleasant Xanax-laced emotions?  Very even keel and NPR-sounding, as you drift&#8230; off&#8230; into&#8230; Roooooooby&#8230;..</p>
<p>It always helps to have a real application when learning something like a new programming language, and having recently completed an upgrade to my <a href="http://search.cpan.org/~bradmc/Ham-Reference-QRZ-0.03/lib/Ham/Reference/QRZ.pm" target="_blank">Perl Module for the QRZ Callbook API</a>, it seemed that porting it to a Ruby Gem might be the perfect goal.  Armed with “The Ruby Cookbook” and “The Ruby Programming Language” in my <a href="http://safaribooksonline.com" target="_blank">Safari Books</a> account, and some free time during the holidays, I began.</p>
<p>The first problem encountered was trying to use Ruby on <a href="http://www.debian.org" target="_blank">Debian</a>, the epitome of stability in my opinion, and my server environment of choice for that very reason.  The Ruby package for Debian had already been installed on the system in order to use s3sync.  But when trying to do something as simple as listing the remote Ruby Gems, it produced a fairly cryptic error.  Researching the error eventually led to <a href="http://www.lucas-nussbaum.net/blog/?p=617" target="_blank">this post</a> from one of the Debian package maintainers. The reputation of Ruby&#8217;s instability was immediately showing itself.</p>
<p>Compiling Ruby from source seemed the only realistic way to move on.  I installed the latest version, 1.9.2.  It seemed like a good idea at this point to make sure s3sync and s3cmd were still working, only now they were producing fatal errors.  Research confirmed that the s3sync tools simply do not work with Ruby version 1.9.2.  So I installed Ruby version 1.8.7 from source instead, and thought very seriously about abandoning the project.</p>
<p>Eventually I did finish and publish <a href="https://rubygems.org/gems/qrz-callbook" target="_blank">my new Ruby Gem</a> and felt a little less behind the programming curve afterward.  (Read: keeping up with the youngstahs)  I do like the language a lot &#8211; it feels like you can accomplish many things in fewer lines than other languages, and that the code is very clean and legible.  And it does seem that there&#8217;s something just plain fun about it, similar to the way OS X feels good in a can&#8217;t-necessarily-put-your-finger-on-it way.  And <a title="RVM" href="http://rvm.beginrescueend.com/" target="_blank">RVM</a> (Ruby Version Manager) appears to be a slick (and fun) way to manage an otherwise unstable version environment.</p>
<p>Fluency in both Perl and <a href="http://jquery.com/" target="_blank">jQuery</a> seemed helpful since most concepts in Perl translate fairly well to Ruby &#8211; such as the array and control structures &#8211; and the endlessly chained object oriented methods feel a lot like jQuery.</p>
<p>Time and energy-allowing, I’ll probably take a more serious pass at Rails; I have an application in mind.  I abandoned Rails the first time when it became clear that incorporating it into our Apache-based server environment at work wasn’t realistic.  This time the approach will be with an application that’s more standalone in nature.  And after learning about <a href="http://www.modrails.com/" target="_blank">Passenger</a>, I have at least some confidence that maybe Rails and Apache can co-exist better than used to be the case &#8211; and it might not even be slow!  We shall see&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/learning-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I Can’t Use the Gmail Interface</title>
		<link>http://bradmc.com/articles/why-i-can%e2%80%99t-use-the-gmail-interface/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-i-can%25e2%2580%2599t-use-the-gmail-interface</link>
		<comments>http://bradmc.com/articles/why-i-can%e2%80%99t-use-the-gmail-interface/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 01:39:32 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Tech Dev]]></category>

		<guid isPermaLink="false">http://www.mcconahay.com/?p=296</guid>
		<description><![CDATA[Occasionally I find myself trying to explain why I can&#8217;t switch from one technology to another. Invariably, it&#8217;s been so long since trying to switch that I can&#8217;t remember the reasons why, and I end up unable to explain myself. One of the these technologies is Google Mail. While it&#8217;s on my mind, I thought [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mcconahay.com/wp-content/uploads/2009/06/gmail1.jpg"><img class="size-full wp-image-212 alignleft" title="Gmail" src="http://www.mcconahay.com/wp-content/uploads/2009/06/gmail1.jpg" alt="Gmail" width="150" height="110" /></a>Occasionally I find myself trying to explain why I can&#8217;t switch from one technology to another.  Invariably, it&#8217;s been so long since trying to switch that I can&#8217;t remember the reasons why, and I end up unable to explain myself.  One of the these technologies is Google Mail.  While it&#8217;s on my mind, I thought I might document the reasons here before I forget again.</p>
<p>I&#8217;ve been using Google Apps for both work and personal Email for several years, and I love it for many reasons.  The web-based interface does come in handy from time to time &#8211; it&#8217;s the only way to search for messages and administer the account &#8211; but, there are a few pieces of functionality implemented oddly enough that I can&#8217;t use it as my main interface for mail.  So I continue to just use it as a back-end via IMAP with a mail client native to whichever operating system I&#8217;m using at the time.</p>
<p>Until last year, threaded messages was one of these stoppers.  Thankfully, Google finally offered the option to turn that off.  Google&#8217;s products often remind me of 37 Signals in that they believe they know more about what you need than you do.  The result is that they offer limited configuration options; forced message threading was a glaring example of that.</p>
<p>But, that still leaves two annoyances I&#8217;m unable to move beyond&#8230;</p>
<p>1. The date on the message listing shows only the date, and not the time of day &#8211; unless the message was received on the current day.  Further, if you want to know the time the message was received, it&#8217;s two clicks away.  After viewing the message, you must click &#8220;show details&#8221;, as though the time of day the message was received is of little value.  When trying to switch, I was amazed at how often I needed to know that, and how annoying it was when it wasn&#8217;t immediately visible in the message list.  I would like the option of having something brief like &#8220;2011-01-01 2:37p&#8221; on each and every listing.</p>
<p>2. When replying or forwarding a message, instead of including the basic header info listed above the quoted original message, it only says, &#8220;On Jan 01 2011, Bob Smith wrote:&#8221;.  The million dollar question this leaves is: who was copied on the original message?  Am I really the only person who finds it highly useful to know who was copied on the original message?  (Apparently so.)  This really makes it feel like a toy rather than an enterprise level interface.  And this isn&#8217;t just a problem with Google.  Most free email clients, like Mozilla Thunderbird and Apple&#8217;s Mail client for OS X, have this same problem to one degree or another.  Some will use the full header info with forwarded messages, but not replies.</p>
<p>Oddly, Microsoft seems to be the only maker of email clients that understands this.  So in the meantime, I continue use Outlook on Windows, and Entourage on OS X.  And there&#8217;s no decent equivalent for the Linux desktop the last time I checked &#8211; same problems.</p>
<p>There&#8217;s also the bigger issue of any web-based interface with not being able to just arrow down through each message in the list and see a full preview of the message, but I think I could get past that.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/why-i-can%e2%80%99t-use-the-gmail-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>International Space Station Overhead</title>
		<link>http://bradmc.com/articles/international-space-station-overhead/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=international-space-station-overhead</link>
		<comments>http://bradmc.com/articles/international-space-station-overhead/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 18:37:33 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.mcconahay.com/?p=292</guid>
		<description><![CDATA[Debbi took some quick video of the International Space Station going across the sky.  The Flip camera doesn&#8217;t have image stabilization, so it&#8217;s a bit shaky and looks more like scary UFO footage. August 27, 2010.]]></description>
			<content:encoded><![CDATA[<p>Debbi took some quick video of the International Space Station going across the sky.  The Flip camera doesn&#8217;t have image stabilization, so it&#8217;s a bit shaky and looks more like scary UFO footage. August 27, 2010.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Fsg9479RKaU?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Fsg9479RKaU?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/international-space-station-overhead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gatlinburg 2009 Highlights</title>
		<link>http://bradmc.com/articles/gatlinburg-2009-highlights/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gatlinburg-2009-highlights</link>
		<comments>http://bradmc.com/articles/gatlinburg-2009-highlights/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 12:01:00 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.mcconahay.com/?p=268</guid>
		<description><![CDATA[Some quick highlights of Deb&#8217;s Gatlinburg 2009 trip with Sheri and Judy, taken by Debbi with the Flip camera.]]></description>
			<content:encoded><![CDATA[<p>Some quick highlights of Deb&#8217;s Gatlinburg 2009 trip with Sheri and Judy, taken by Debbi with the Flip camera.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/x7NaiTKsoU0&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/x7NaiTKsoU0&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/gatlinburg-2009-highlights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holly Hates Her Sweater</title>
		<link>http://bradmc.com/articles/holly-hates-her-sweater/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=holly-hates-her-sweater</link>
		<comments>http://bradmc.com/articles/holly-hates-her-sweater/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 07:21:13 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.mcconahay.com/?p=263</guid>
		<description><![CDATA[When we got Holly, she arrived with a sweater. A Freddy Kruger sweater. We would never think of putting clothes on a dog, so we put it away. Four years later, we accidentally found it and thought we&#8217;d see if she liked it. She didn&#8217;t.]]></description>
			<content:encoded><![CDATA[<p>When we got Holly, she arrived with a sweater. A Freddy Kruger sweater. We would never think of putting clothes on a dog, so we put it away. Four years later, we accidentally found it and thought we&#8217;d see if she liked it. She didn&#8217;t.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/mPWAvr_EsEM&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/mPWAvr_EsEM&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/holly-hates-her-sweater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Randy&#8217;s Invitation</title>
		<link>http://bradmc.com/articles/randys-invitation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=randys-invitation</link>
		<comments>http://bradmc.com/articles/randys-invitation/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 10:48:59 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.mcconahay.com/?p=231</guid>
		<description><![CDATA[My boss and friend of 14 years, Randy Weeks, was recently spotted performing his new song &#8220;Invitation.&#8221;  It&#8217;s a heartfelt composition, partly inspired by the work of A Small Group, that encompasses the idea of local community and how we connect &#8211; a concept that he and our company have been focused on for a [...]]]></description>
			<content:encoded><![CDATA[<p>My boss and friend of 14 years, <a title="Randy Weeks" href="http://www.weeks.org/" target="_blank">Randy Weeks</a>, was recently spotted performing his new song &#8220;Invitation.&#8221;  It&#8217;s a heartfelt composition, partly inspired by the work of <a title="A Small Group" href="http://www.asmallgroup.net" target="_blank">A Small Group</a>, that encompasses the idea of local community and how we connect &#8211; a concept that he and our company have been focused on for a long time.  Here&#8217;s a video of him performing it at Ray Ash&#8217;s home.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/3pcPET7oOfI&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/3pcPET7oOfI&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>And here&#8217;s an audio version with full instrumentation, recorded with <a title="Ric Hordinski" href="http://www.richordinski.com" target="_blank">Ric Hordinski</a> who&#8217;s done production work with the likes of Peter Frampton, Phil Keaggy, and David Wilcox.</p>
<hr size="1" />
<p><span style="text-decoration: underline;"><strong>Invitation</strong></span></p>
<p>This is the Invitation<br />
To a new conversation<br />
Of depth over speed<br />
Of gift over need<br />
A new Listening</p>
<p>The structure of how we gather<br />
Speaks of what really matters<br />
Telling a new<br />
Story of Who<br />
We are to each other</p>
<p>This is the Invitation<br />
Community&#8217;s Restoration<br />
By just showing up<br />
We&#8217;re gifted enough<br />
To birth a new world</p>
<p>And though we don&#8217;t know what it will look like<br />
We&#8217;re feeling that world&#8217;s alive<br />
Like it&#8217;s ready to bloom<br />
Here in this room<br />
The seeds in each life.</p>
<p>So community&#8217;s new frontier<br />
Is finding all that we need right here<br />
To weave a rich local life<br />
Into  a tapestry lined<br />
With the connections we share.</p>
<p>This is the invitation<br />
To join a celebration<br />
Of Neighbors and friends<br />
Connecting again<br />
Creating the new&#8230;</p>
<p>Neighbors and friends<br />
Connecting again<br />
Creating the new.</p>
<p>My neighbors and friends<br />
I&#8217;m glad to come in<br />
And be here<br />
With you.</p>
<p>© 2009 Randy Weeks</p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/randys-invitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.mcconahay.com/wp-content/uploads/2009/07/invitation.mp3" length="3670435" type="audio/mpeg" />
		</item>
		<item>
		<title>Twitter vs. RSS</title>
		<link>http://bradmc.com/articles/twitter-vs-rss/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twitter-vs-rss</link>
		<comments>http://bradmc.com/articles/twitter-vs-rss/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 16:53:52 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Tech Dev]]></category>

		<guid isPermaLink="false">http://www.mcconahay.com/?p=196</guid>
		<description><![CDATA[While reading tech news stories, I often see writers mention that RSS feeds are becoming irrelevant due to the increasing popularity of Twitter and Facebook, and the ability to get news through their feeds.  They would have you believe that RSS feeds and readers are on the way out, but I think quite the opposite [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-199" title="Twitter vs. RSS" src="http://www.mcconahay.com/wp-content/uploads/2009/07/twitter_vs_rss.jpg" alt="Twitter vs. RSS" width="225" height="176" />While reading tech news stories, I often see writers mention that RSS feeds are becoming irrelevant due to the increasing popularity of Twitter and Facebook, and the ability to get news through their feeds.  They would have you believe that RSS feeds and readers are on the way out, but I think quite the opposite is true.</p>
<p>It&#8217;s definitely possible that Twitter, or Facebook, or some new service will figure out a different way to format article links and titles embedded in updates in a predictable way that some new type of aggregator will be able to save for you.  But why would anybody do that when RSS is already ubiquitous.  Until these social networking feeds become strictly channelized, it&#8217;s tough to pull out every article from all your favorite news sources.  Even then, it still feels very kludgy to try and form the output of a Twitter feed into something as useful as RSS already is.</p>
<p>On a larger scale, I&#8217;m not convinced that the Twitter model will last in its current form anyway.  I&#8217;ve heard people whose opinions I respect say that Twitter will soon be the &#8220;new dial tone.&#8221;  It would be fun to think so, and I believe its style of communication will carve out a permanent place on the Internet, I just don&#8217;t think people will find it useful for <em>everything</em>.  Like so many technologies before Twitter &#8211; blogs, push, frames, chatrooms, and even RSS comes to mind &#8211; they&#8217;ve all found a their uses within the big picture, but they haven&#8217;t overtaken as some completely new and dominant paradigm like these writers would seem to imply.  They also say that the new attention-scattered generation is why Twitter will eventually take over, but it <a href="http://www.spectator.co.uk/the-magazine/features/5185908/it-is-the-narcissistic-middleaged-not-the-young-who-love-facebook-and-twitter.thtml" target="_blank">doesn&#8217;t appear that teens really care about these services</a> more than their older counterparts.</p>
<p>Honestly, I&#8217;m not sure they know the scope of what they&#8217;re saying when they flippantly mention that RSS is becoming irrelevant.  Based on past experience, I wouldn&#8217;t look for the little orange RSS icons to go away any time soon.</p>
<p><em>(syndicated from <a href="http://blog.netcrafters.com" target="_blank">blog.netcrafters.com</a>)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/twitter-vs-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IM and Social Networking in One Package</title>
		<link>http://bradmc.com/articles/im-and-social-networking-in-one-package/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=im-and-social-networking-in-one-package</link>
		<comments>http://bradmc.com/articles/im-and-social-networking-in-one-package/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 16:42:36 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Tech Dev]]></category>

		<guid isPermaLink="false">http://www.mcconahay.com/?p=224</guid>
		<description><![CDATA[There are applications that attempt to combine all your social networking accounts and activity into one package. The first two that come to mind are FriendFeed and Flock. FriendFeed is a web-based service that aggregates all your social networking feeds into one single feed, and also provides self-contained conversational commenting. Flock is a desktop application [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.digsby.com"><img class="alignright size-full wp-image-225" title="Digsby" src="http://www.mcconahay.com/wp-content/uploads/2009/07/digsby.jpg" alt="Digsby" width="150" height="179" /></a>There are applications that attempt to combine all your social networking accounts and activity into one package.  The first two that come to mind are <a title="FriendFeed" href="http://friendfeed.com/" target="_blank">FriendFeed</a> and <a title="Flock" href="http://www.flock.com/" target="_blank">Flock</a>.  FriendFeed is a web-based service that aggregates all your social networking feeds into one single feed, and also provides self-contained conversational commenting.  Flock is a desktop application that allows complete interaction with all of your social networking accounts, and includes a web browser to boot.  Both handle a wide variety of services and work very well at what they do, but I&#8217;ve never found I like to use them on a day-to-day basis.</p>
<p><strong>Multiple IM Clients</strong></p>
<p>Then there are the multiple IM clients that have been popular for a few years.  The most popular of these are the <a title="Pidgin" href="http://www.pidgin.im/" target="_blank">Pidgin</a> open source project, formerly known as Gaim, and <a title="Trillian" href="http://www.ceruleanstudios.com/" target="_blank">Trillian</a>, an application that comes in both free and paid versions.  Pidgin has a vanilla interface but handles all the popular IM protocols in one IM client.  They recently came out with a plug-in for Facebook chat, as well.  By comparison, Trillian is a very slick and skinnable application that also handles many IM protocols in one spot.  Both of them also offer an interface to <a title="IRC" href="http://en.wikipedia.org/wiki/Irc" target="_blank">IRC</a> (Internet Relay Chat).  I used the Pidgin client as my only multiple IM client for many years.</p>
<p><strong>The Best of Both Worlds</strong></p>
<p>Then I discovered <a title="Digsby" href="http://www.digsby.com/" target="_blank">Digsby</a>.  Digsby aims to do the best of both types of applications.  You get the multiple IM goodness of Pidgin and Trillian, along with lightweight interfaces for Facebook, Twitter, LinkedIn, and MySpace.  You can have it notify you on varying and configurable levels any time there&#8217;s a new update in any of the feeds, as well as post your own updates.  It will also notify of you new email for any email accounts that you specify.</p>
<p>Surely different people have different needs, and there may be those who still prefer to run each IM client and Social Network interface individually.  But I&#8217;ve found that Digsby handles the perfect combination of what I do every day, and has made for a great everyday IM/Social Networking client.</p>
<p><em>(syndicated from <a href="http://blog.netcrafters.com" target="_blank">blog.netcrafters.com</a>)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/im-and-social-networking-in-one-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does Bing Matter?</title>
		<link>http://bradmc.com/articles/does-bing-matter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=does-bing-matter</link>
		<comments>http://bradmc.com/articles/does-bing-matter/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:31:26 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Tech Dev]]></category>

		<guid isPermaLink="false">http://www.mcconahay.com/?p=217</guid>
		<description><![CDATA[When Microsoft first announced their new search engine and Google competitor, Bing, back in late May, I didn&#8217;t really give it much thought. I still don&#8217;t. In fact, I don&#8217;t personally know any non-techie person who has brought it up in general conversation. While that may not change, it might be worth examining a few [...]]]></description>
			<content:encoded><![CDATA[<p>When Microsoft first announced their new search engine and Google competitor, <a title="Bing" href="http://www.bing.com" target="_blank">Bing</a>, back in late May, I didn&#8217;t really give it much thought.  I still don&#8217;t.  In fact, I don&#8217;t personally know any non-techie person who has brought it up in general conversation.  While that may not change, it might be worth examining a few noteworthy aspects of Bing.</p>
<ul>
<li><img class="alignright size-full wp-image-218" title="Bing" src="http://www.mcconahay.com/wp-content/uploads/2009/07/bing_logo.jpg" alt="Bing" width="150" height="60" />Microsoft is billing Bing as a &#8220;decision engine.&#8221;</li>
<li>It uses attractive and lightweight graphics.  For people who want an interesting design on their search engine interface, this may be a plus.</li>
<li>They&#8217;re experimenting with Real Time Search.  For now, this just means they&#8217;re including recently posted Twitter content from a few celebrities and tech industry personalities.  But real-time search is a hot topic at the moment and they&#8217;re actually doing something with it.</li>
<li>For developers and webmasters, Bing provides an API (Application Programming Interface) and some basic tools.</li>
</ul>
<p>It&#8217;s also worth noting that Bing has taken one percent of the search market share from Google since their announcement.  From April to June, Google&#8217;s market share fell from 79.1% to 78.5%.  Yahoo remained consistent at 11%, and Microsoft went from 7.2% to 8.2%.</p>
<p>It seems hard to imagine anybody dethroning Google as the king of search, but with a Yahoo redesign/rebranding also due in the fall, it will be interesting to see how the search engine space race continues to develop!</p>
<p>In the meantime, here are a few links to some of the more lively news stories Bing has been creating:</p>
<p><strong><a href="http://www.wired.com/epicenter/2009/06/kayak-bing/" target="_blank">Kayak to Bing: Stop Copying Us!</a></strong> (wired.com)</p>
<p><strong><a href="http://www.theregister.co.uk/2009/06/27/google_mocks_microsoft_online_infrastructure/" target="_blank">Google mocks Bing and the stuff behind it</a></strong> (The Register)</p>
<p><strong><a href="http://vijaygill.wordpress.com/2009/06/30/google-does-not-mock-bing/" target="_blank">Google Does Not Mock Bing</a></strong> (Vijay Gill)</p>
<p><em>(syndicated from <a href="http://blog.netcrafters.com" target="_blank">blog.netcrafters.com</a>)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://bradmc.com/articles/does-bing-matter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

