<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>KWM</title>
	<atom:link href="http://mccammon.org/keith/feed/" rel="self" type="application/rss+xml" />
	<link>http://mccammon.org/keith</link>
	<description>What I'm doing when I'm not doing anything else...</description>
	<lastBuildDate>Mon, 08 Mar 2010 01:11:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Errors importing iCal data (iCalendar) into Google Calendar</title>
		<link>http://mccammon.org/keith/2009/07/14/errors-importing-ical-data-icalendar-into-google-calendar/</link>
		<comments>http://mccammon.org/keith/2009/07/14/errors-importing-ical-data-icalendar-into-google-calendar/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:25:15 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Hardware & Software]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[valarm]]></category>
		<category><![CDATA[vtodo]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=378</guid>
		<description><![CDATA[While attempting to import iCal export (.ics) files into Google Calendar, I&#8217;ve encountered the following errors:

Failed to import events: Unable to process your iCal/CSV file. (Google, Bing)
HTTP/1.1 403 Google Calendar doesn&#8217;t support storing of &#8220;To Do&#8221; (VTODO) components (Google, Bing)

It appears as though Google Calendar is choking on both the VTODO and VALARM stanzas within [...]]]></description>
			<content:encoded><![CDATA[<p>While attempting to import iCal export (.ics) files into <a href="http://www.google.com/calendar">Google Calendar</a>, I&#8217;ve encountered the following errors:</p>
<ul>
<li>Failed to import events: Unable to process your iCal/CSV file. (<a href="http://www.google.com/search?q=&quot;Failed+to+import+events%3A+Unable+to+process+your+iCal%2FCSV+file&quot;">Google</a>, <a href="http://www.bing.com/search?q=&quot;Failed+to+import+events%3A+Unable+to+process+your+iCal%2FCSV+file&quot;">Bing</a>)</li>
<li>HTTP/1.1 403 Google Calendar doesn&#8217;t support storing of &#8220;To Do&#8221; (VTODO) components (<a href="http://www.google.com/search?q=HTTP%2F1.1+403+Google+Calendar+doesn%92t+support+storing+of+%93To+Do%94+%28VTODO%29+components">Google</a>, <a href="http://www.bing.com/search?q=HTTP%2F1.1+403+Google+Calendar+doesn%27t+support+storing+of+%22To+Do%22+%28VTODO%29+components">Bing</a>)</li>
</ul>
<p>It appears as though Google Calendar is choking on both the VTODO and VALARM stanzas within the export file.</p>
<p>VTODO data is easy to remove, as it will appear near the end of the export file.  Find the first instance of &#8220;BEGIN:VTODO,&#8221; and remove all data beginning with that line and ending with the final &#8220;END:VTODO&#8221; instance (take care not to delete the &#8220;END:VCALENDAR&#8221; line, as it will invalidate the export).</p>
<p>VALARM data is problematic, as it is nested within each VEVENT stanza.  Depending on the size of the export file, it could easily contain hundreds or thousands of these.</p>
<p>The fast and dirty solution is to remove these elements from the iCal export file, and then import the &#8220;clean&#8221; version into Google Calendar.  Note that imported events in the target Google Calendar will no longer contain alarms&#8211;these events will need to be updated manually, if desired.</p>
<p>Following is a simple Python script that will remove these stanzas and produce a new file that should import properly.  After downloading, be sure to edit the INFILE variable at a minimum.</p>
<p><strong>Head on over to </strong><a style="padding-top: 1px; padding-right: 0px; padding-bottom: 1px; padding-left: 0px; color: #777777; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-color: #bbbbbb; margin: 0px;" href="http://mccammon.org/keith/code/"><strong>Code</strong></a><strong> for the latest version (iCal-to-GCal).</strong></p>
<p><em>It&#8217;s worth noting that this script can be used to quickly remove data from any file that contains similarly-formatted information.  Just update the TAGS list accordingly.</em></p>
<p><strong>UPDATE01</strong>: Wondering whether the <a href="http://gmailblog.blogspot.com/2009/05/tasks-now-in-calendar-too.html">integration of Tasks into Google Calendar</a> will alleviate the VTODO handling issue?</p>
]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2009/07/14/errors-importing-ical-data-icalendar-into-google-calendar/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
	</item>
		<item>
		<title>E-mail items to Instapaper</title>
		<link>http://mccammon.org/keith/2009/07/02/e-mail-items-to-instapaper/</link>
		<comments>http://mccammon.org/keith/2009/07/02/e-mail-items-to-instapaper/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 01:38:59 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Hardware & Software]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[instapaper]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=351</guid>
		<description><![CDATA[I use Instapaper every day, as a means of saving off pages that I come across but don&#8217;t have the time to read/evaluate immediately.  And when I&#8217;m working on a computer this is all well and good&#8211;the Instapaper bookmarklet allows me to save pages quickly and move on.
The problem arises when I&#8217;m viewing content on my [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.instapaper.com">Instapaper</a> every day, as a means of saving off pages that I come across but don&#8217;t have the time to read/evaluate immediately.  And when I&#8217;m working on a computer this is all well and good&#8211;the Instapaper bookmarklet allows me to save pages quickly and move on.</p>
<p>The problem arises when I&#8217;m viewing content on my mobile phone, as the concept of a bookmarklet in any mobile browser that I&#8217;ve had the pleasure of using does not exist.  To make matters worse, I&#8217;m one of the five or six people on <a href="http://en.wikipedia.org/wiki/Earth">Earth</a> who does not own an iPhone.  So, the surely-pleasant Instapaper apps are dead to me.</p>
<p>For some time, I&#8217;ve been using the &#8220;Send this Page&#8221; functionality built in to my mobile browser to e-mail pages to a mailbox for further processing.  Some simple mailbox rules and a short list of known source addresses make this a viable solution.  Unfortunately, viable is never good enough.</p>
<p>To scratch this itch, I&#8217;ve thrown together a small collection of scripts that will:</p>
<ol>
<li>Retrieve messages from an IMAP mailbox (this needn&#8217;t be a dedicated inbox&#8211;a specific folder, Gmail label, etc. will suffice).</li>
<li>Validate senders using a whitelist.</li>
<li>Extract things that look and smell like URLs from message bodies (should handle crappy HTML messages, too).</li>
<li>Submit URLs to Instapaper.</li>
</ol>
<p>Surprisingly, it works (for me).  Requires Python 2.5+ (haven&#8217;t tested with 3.X, but should work), and an IMAP-enabled mailbox of some sort.</p>
<p><strong>Head on over to </strong><a href="http://mccammon.org/keith/code/"><strong>Code</strong></a><strong> for the latest version (IPMailer).</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2009/07/02/e-mail-items-to-instapaper/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
	</item>
		<item>
		<title>Breakwater Inn Sunset</title>
		<link>http://mccammon.org/keith/2009/02/16/breakwater-inn-sunset/</link>
		<comments>http://mccammon.org/keith/2009/02/16/breakwater-inn-sunset/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 15:07:27 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[breakwater inn]]></category>
		<category><![CDATA[hatteras]]></category>
		<category><![CDATA[nc]]></category>
		<category><![CDATA[sunset]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=315</guid>
		<description><![CDATA[Sunset as seen from the Breakwater Inn, Hatteras, NC.

]]></description>
			<content:encoded><![CDATA[<p>Sunset as seen from the <a href="http://www.breakwaterhatteras.com/">Breakwater Inn</a>, Hatteras, NC.</p>
<p><a href="http://mccammon.org/keith/wp-content/uploads/2009/02/sunset-at-breakwater-inn-hatteras-nc.jpg" rel="lightbox[315]" rel="shadowbox[post-315];player=img;"><img class="alignnone size-medium wp-image-316" title="Sunset at the Breakwater Inn" src="http://mccammon.org/keith/wp-content/uploads/2009/02/sunset-at-breakwater-inn-hatteras-nc-400x271.jpg" alt="Sunset at the Breakwater Inn" width="400" height="271" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2009/02/16/breakwater-inn-sunset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/sunset-at-breakwater-inn-hatteras-nc-150x150.jpg" />
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/02/sunset-at-breakwater-inn-hatteras-nc.jpg" medium="image">
			<media:title type="html">Sunset at the Breakwater Inn</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/sunset-at-breakwater-inn-hatteras-nc-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Brett Dennen at The State Theatre</title>
		<link>http://mccammon.org/keith/2009/02/13/brett-dennen-at-the-state-theatre/</link>
		<comments>http://mccammon.org/keith/2009/02/13/brett-dennen-at-the-state-theatre/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 04:00:57 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Performing Arts]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[brett dennen]]></category>
		<category><![CDATA[falls church]]></category>
		<category><![CDATA[state theatre]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=256</guid>
		<description><![CDATA[I had the pleasure of seeing (and photographing, without a pass) Brett Dennen&#8217;s 6 February show at the State Theatre in Falls Church, VA.
I&#8217;ve shot a handful of indoor shows, with a variety of lenses.  In this case, I decided to shoot with a couple of faster primes (the Canon 50mm F/1.8 and 35mm F/1.4).  Shooting with [...]]]></description>
			<content:encoded><![CDATA[<p>I had the pleasure of seeing (and photographing, without a pass) <a href="http://brettdennen.net">Brett Dennen&#8217;s</a> 6 February show at the <a href="http://www.thestatetheatre.com">State Theatre</a> in Falls Church, VA.</p>
<p>I&#8217;ve shot a handful of indoor shows, with a variety of lenses.  In this case, I decided to shoot with a couple of faster primes (the Canon 50mm F/1.8 and 35mm F/1.4).  Shooting with these focal lengths at an indoor venue tends to work out very well, or very poorly, depending on the distance to the stage, available lighting, and the type of photo that one has in mind.  In this case, I was more interested in seeing how the primes would perform in terms of focus and color, and not so much concerned with getting any really tight shots.  </p>
<p>The venue itself was small but crowded, and getting up front was inconvenient.  So, I shot everything from the standing room behind the sound booth, stage left, or the balcony.  Given that I didn&#8217;t have a lot of focal length on my side, I had to be mindful of both framing and focus, so that shots would be metered appropriately and could be focused relatively quickly in the low light.  My specific concern with respect to metering was the drastic lighting imbalance at a distance&#8211;when I had a dark crowd in the bottom of the frame, and a bright stage above&#8211;causing my shutter speeds to decrease (when, in my mind, they should not have), resulting in blur where I didn&#8217;t want blur.</p>
<p>Overall, I was happy with the results.  And, here are a few of my favorites.  Enjoy . . . </p>

<a href='http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-1.jpg' rel="lightbox[256]" rel='shadowbox[post-256];player=img;' title='Brett Dennen at The State Theatre #1'><img width="150" height="150" src="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-1-150x150.jpg" class="attachment-thumbnail" alt="" title="Brett Dennen at The State Theatre #1" /></a>
<a href='http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-2.jpg' rel="lightbox[256]" rel='shadowbox[post-256];player=img;' title='Brett Dennen at The State Theatre #2'><img width="150" height="150" src="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-2-150x150.jpg" class="attachment-thumbnail" alt="" title="Brett Dennen at The State Theatre #2" /></a>
<a href='http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-3.jpg' rel="lightbox[256]" rel='shadowbox[post-256];player=img;' title='Brett Dennen at The State Theatre #3'><img width="150" height="150" src="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-3-150x150.jpg" class="attachment-thumbnail" alt="" title="Brett Dennen at The State Theatre #3" /></a>
<a href='http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-4.jpg' rel="lightbox[256]" rel='shadowbox[post-256];player=img;' title='Brett Dennen at The State Theatre #4'><img width="150" height="150" src="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-4-150x150.jpg" class="attachment-thumbnail" alt="" title="Brett Dennen at The State Theatre #4" /></a>
<a href='http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-5.jpg' rel="lightbox[256]" rel='shadowbox[post-256];player=img;' title='Brett Dennen at The State Theatre #5'><img width="150" height="150" src="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-5-150x150.jpg" class="attachment-thumbnail" alt="" title="Brett Dennen at The State Theatre #5" /></a>
<a href='http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-6.jpg' rel="lightbox[256]" rel='shadowbox[post-256];player=img;' title='Brett Dennen at The State Theatre #6'><img width="150" height="150" src="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-6-150x150.jpg" class="attachment-thumbnail" alt="" title="Brett Dennen at The State Theatre #6" /></a>
<a href='http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-7.jpg' rel="lightbox[256]" rel='shadowbox[post-256];player=img;' title='Brett Dennen at The State Theatre #7'><img width="150" height="150" src="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-7-150x150.jpg" class="attachment-thumbnail" alt="" title="Brett Dennen at The State Theatre #7" /></a>

]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2009/02/13/brett-dennen-at-the-state-theatre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-1-150x150.jpg" />
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-1.jpg" medium="image">
			<media:title type="html">Brett Dennen at The State Theatre #1</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-1-150x150.jpg" />
		</media:content>
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-2.jpg" medium="image">
			<media:title type="html">Brett Dennen at The State Theatre #2</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-2-150x150.jpg" />
		</media:content>
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-3.jpg" medium="image">
			<media:title type="html">Brett Dennen at The State Theatre #3</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-3-150x150.jpg" />
		</media:content>
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-4.jpg" medium="image">
			<media:title type="html">Brett Dennen at The State Theatre #4</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-4-150x150.jpg" />
		</media:content>
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-5.jpg" medium="image">
			<media:title type="html">Brett Dennen at The State Theatre #5</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-5-150x150.jpg" />
		</media:content>
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-6.jpg" medium="image">
			<media:title type="html">Brett Dennen at The State Theatre #6</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-6-150x150.jpg" />
		</media:content>
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-7.jpg" medium="image">
			<media:title type="html">Brett Dennen at The State Theatre #7</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/02/brett-dennen-at-the-state-theatre-7-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Google is eating itself: All sites marked as harmful?</title>
		<link>http://mccammon.org/keith/2009/01/31/google-is-eating-itself-all-sites-marked-as-harmful/</link>
		<comments>http://mccammon.org/keith/2009/01/31/google-is-eating-itself-all-sites-marked-as-harmful/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 14:54:24 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=242</guid>
		<description><![CDATA[This is funny.  For the past thirty minutes or so, Google&#8217;s Safe Browsing service has been flagging all search results as harmful (the dreaded &#8220;This site may harm your computer&#8221; link), including those for Google&#8217;s own pages.  

Here&#8217;s the actual warning page itself:

UPDATE1: This is definitely widespread.
UPDATE2: Fixed, after thirty minutes or so.  
UPDATE3: Naturally, [...]]]></description>
			<content:encoded><![CDATA[<p>This is funny.  For the past thirty minutes or so, Google&#8217;s Safe Browsing service has been flagging <em>all</em> search results as harmful (the dreaded &#8220;This site may harm your computer&#8221; link), including those for Google&#8217;s own pages.  </p>
<p><a href="http://mccammon.org/keith/wp-content/uploads/2009/01/picture-1.png" rel="lightbox[242]" rel="shadowbox[post-242];player=img;"><img class="size-medium wp-image-243 alignnone" title="Search Results" src="http://mccammon.org/keith/wp-content/uploads/2009/01/picture-1-224x300.png" alt="Google Warning: Google sites may be harmful." width="224" height="300" /></a></p>
<p>Here&#8217;s the actual warning page itself:</p>
<p><a href="http://mccammon.org/keith/wp-content/uploads/2009/01/picture-2.png" rel="lightbox[242]" rel="shadowbox[post-242];player=img;"><img class="alignnone size-medium wp-image-244" title="Warning Page" src="http://mccammon.org/keith/wp-content/uploads/2009/01/picture-2-300x108.png" alt="Warning Page" width="300" height="108" /></a></p>
<p>UPDATE1: This is definitely <a href="http://blogsearch.google.com/blogsearch?hl=en&amp;ie=UTF-8&amp;q=%22this+site+may+harm+your+computer%22&amp;as_maxm=1&amp;as_miny=2009&amp;as_maxy=2009&amp;as_minm=1&amp;as_mind=31&amp;as_maxd=31&amp;as_drrb=b&amp;ctz=300&amp;c1cr=1%2F31%2F2009&amp;c2cr=1%2F31%2F2009&amp;btnD=Go">widespread</a>.</p>
<p>UPDATE2: Fixed, after thirty minutes or so.  </p>
<p>UPDATE3: Naturally, on <a href="http://techmeme.com/">TechMeme</a> via <a href="http://www.techcrunch.com/2009/01/31/google-flags-whole-internet-as-malware/">TechCrunch</a>.</p>
<p>UPDATE4: <a href="http://googleblog.blogspot.com/2009/01/this-site-may-harm-your-computer-on.html">Some donkey checked in a list of bad sites with a &#8216;/&#8217; at the top</a>.  Heh.</p>
]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2009/01/31/google-is-eating-itself-all-sites-marked-as-harmful/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/01/picture-1-150x150.png" />
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/01/picture-1.png" medium="image">
			<media:title type="html">Search Results</media:title>
			<media:description type="html">Google Warning: Google sites may be harmful.</media:description>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/01/picture-1-150x150.png" />
		</media:content>
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2009/01/picture-2.png" medium="image">
			<media:title type="html">Warning Page</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2009/01/picture-2-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Purging the NewsFire feed list</title>
		<link>http://mccammon.org/keith/2009/01/11/purging-the-newsfire-feed-list/</link>
		<comments>http://mccammon.org/keith/2009/01/11/purging-the-newsfire-feed-list/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 20:01:07 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Hardware & Software]]></category>
		<category><![CDATA[newsfire]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=222</guid>
		<description><![CDATA[Install NewsFire on OS X and import hundreds of feeds that you no longer care to read?  Frustrated by the lack of multiple-select support in the feed list (but not complaining because NewsFire is otherwise bad ass, and free)?  Too lazy to press [Command+Delete]+Enter until the list is empty?
The file that you&#8217;re looking [...]]]></description>
			<content:encoded><![CDATA[<p>Install <a href="http://www.newsfirerss.com/">NewsFire</a> on OS X and import hundreds of feeds that you no longer care to read?  Frustrated by the lack of multiple-select support in the feed list (but not complaining because NewsFire is otherwise bad ass, and free)?  Too lazy to press [Command+Delete]+Enter until the list is empty?</p>
<p>The file that you&#8217;re looking for is located at /Users/[USER]/Library/Preferences/org.xlife.NewsFire.plist, and is best edited with PropertListEditor.app.</p>
<p>If you want a complete purge, delete the Feeds array, and create a new one in its place.  </p>
<p>This tip brought to you by <code>fs_usage -ew | agrep -i 'newsfire;open'</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2009/01/11/purging-the-newsfire-feed-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>A Lizard</title>
		<link>http://mccammon.org/keith/2008/10/29/a-lizard/</link>
		<comments>http://mccammon.org/keith/2008/10/29/a-lizard/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 01:38:41 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[lizard]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=198</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://mccammon.org/keith/wp-content/uploads/2008/10/a-lizard.jpg" rel="lightbox[198]" rel="shadowbox[post-198];player=img;"><img class="alignnone size-medium wp-image-304" title="A Lizard" src="http://mccammon.org/keith/wp-content/uploads/2008/10/a-lizard-600x407.jpg" alt="A Lizard" width="400" height="271" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2008/10/29/a-lizard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2008/10/a-lizard-150x150.jpg" />
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2008/10/a-lizard.jpg" medium="image">
			<media:title type="html">A Lizard</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2008/10/a-lizard-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>12 North</title>
		<link>http://mccammon.org/keith/2008/10/29/12-north/</link>
		<comments>http://mccammon.org/keith/2008/10/29/12-north/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 01:24:15 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[hatteras]]></category>
		<category><![CDATA[nc]]></category>
		<category><![CDATA[outer banks]]></category>
		<category><![CDATA[route 12]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=194</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://mccammon.org/keith/wp-content/uploads/2008/10/12-north.jpg" rel="lightbox[194]" rel="shadowbox[post-194];player=img;"><img class="alignnone size-medium wp-image-309" title="12 North" src="http://mccammon.org/keith/wp-content/uploads/2008/10/12-north-400x271.jpg" alt="12 North" width="400" height="271" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2008/10/29/12-north/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2008/10/12-north-150x150.jpg" />
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2008/10/12-north.jpg" medium="image">
			<media:title type="html">12 North</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2008/10/12-north-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Another Brett Dennen video lands on YouTube &#8211; Make You Crazy</title>
		<link>http://mccammon.org/keith/2008/10/24/another-brett-dennen-video-lands-on-youtube-make-you-crazy/</link>
		<comments>http://mccammon.org/keith/2008/10/24/another-brett-dennen-video-lands-on-youtube-make-you-crazy/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 16:54:27 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Performing Arts]]></category>
		<category><![CDATA[brett dennen]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=188</guid>
		<description><![CDATA[On a somewhat lighter note than his last video, but every bit as enjoyable.

]]></description>
			<content:encoded><![CDATA[<p>On a somewhat lighter note than his <a href="http://mccammon.org/keith/2008/02/20/brett-dennen-releases-video-for-aint-no-reason-on-youtube/">last video</a>, but every bit as enjoyable.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/F58TfYHqLak&amp;rel=0&amp;color1=0xd6d6d6&amp;color2=0xf0f0f0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/F58TfYHqLak&amp;rel=0&amp;color1=0xd6d6d6&amp;color2=0xf0f0f0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2008/10/24/another-brett-dennen-video-lands-on-youtube-make-you-crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>The State Theatre</title>
		<link>http://mccammon.org/keith/2008/06/16/state/</link>
		<comments>http://mccammon.org/keith/2008/06/16/state/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 01:50:48 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[state theater]]></category>

		<guid isPermaLink="false">http://mccammon.org/keith/?p=168</guid>
		<description><![CDATA[Neon-lit awning in front of the State Theatre, Falls Church, VA.

]]></description>
			<content:encoded><![CDATA[<p>Neon-lit awning in front of the <a href="http://www.thestatetheatre.com/">State Theatre</a>, Falls Church, VA.</p>
<p><a href="http://mccammon.org/keith/wp-content/uploads/2008/06/state-theatre-neon.jpg" rel="lightbox[168]" rel="shadowbox[post-168];player=img;"><img class="alignnone size-medium wp-image-329" title="The State Theatre" src="http://mccammon.org/keith/wp-content/uploads/2008/06/state-theatre-neon-272x400.jpg" alt="The State Theatre" width="272" height="400" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mccammon.org/keith/2008/06/16/state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2008/06/state-theatre-neon-150x150.jpg" />
		<media:content url="http://mccammon.org/keith/wp-content/uploads/2008/06/state-theatre-neon.jpg" medium="image">
			<media:title type="html">The State Theatre</media:title>
			<media:thumbnail url="http://mccammon.org/keith/wp-content/uploads/2008/06/state-theatre-neon-150x150.jpg" />
		</media:content>
	</item>
	</channel>
</rss>
