<?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>Michael Carson</title>
	<atom:link href="http://mike-carson.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mike-carson.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 13 Apr 2010 14:04:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Trends in exploits</title>
		<link>http://mike-carson.com/blog/?p=43</link>
		<comments>http://mike-carson.com/blog/?p=43#comments</comments>
		<pubDate>Tue, 13 Apr 2010 14:04:46 +0000</pubDate>
		<dc:creator>mikecarson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mike-carson.com/blog/?p=43</guid>
		<description><![CDATA[While reading what is fast becoming one of my favorite blogs, KSplice, I came across an article on exploiting NULL pointers in Linux.  The article mentioned that some sources have called 2009 &#8220;year of the kernel NULL pointer dereference flaw.&#8221;  While I might think of other notable announcements from the year that was, there is [...]]]></description>
			<content:encoded><![CDATA[<p>While reading what is fast becoming one of my favorite blogs, <a href="http://blog.ksplice.com/">KSplice</a>, I came across an <a href="http://blog.ksplice.com/2010/03/null-pointers-part-i/">article</a> on exploiting NULL pointers in Linux.  The article mentioned that some <a href="http://www.awe.com/mark/blog/20100216.html">sources</a> have called 2009 &#8220;year of the kernel NULL pointer dereference flaw.&#8221;  While I might think of other notable announcements from the year that was, there is no doubt that this class of vulnerability enjoyed a certain amount of popularity recently.</p>
<p>This sort of surge in the numbers of attacks against a class of vulnerabilities is hardly unique, or even new.  When &#8220;Smashing The Stack For Fun And Profit&#8221; came out in Phrack, the low-hanging fruit of buffer overflows enjoyed great popularity.  When they dried up, hackers moved down the stack into Layer 2 with a number of creative abuses for ARP.  There has been no shortage of effort put into higher-level protocols either, as the current number of XSS, SQLI, CSRF, and other web/Ajax hacks show.  There are even <a href="../?p=12">signs</a> that the human <a href="http://video.google.com/videoplay?docid=-1210687204734530548">mind</a> is pretty far from safe.  The implication of this is that an observer can follow the trend and predict, roughly, where next year&#8217;s feast of vulnerability will be &#8211; usually one layer up or down the stack from where the current crop is found.</p>
<p>The common thread, of course, is that attackers can and will leverage the reactionary nature of the security industry.  When a new vulnerability becomes known, there is a great hue &amp; cry, or at least a patch release, and then everyone goes back to being &#8216;safe&#8217;.  Even when a trend becomes well-known, as is the case for several types of web application vulnerabilities, the reaction is limited to mitigating the specific class of issues shown to be an immediate threat.</p>
<p>When I was a sysadmin, this was known as &#8216;fire-fighting mode&#8217; and, when it constituted the majority of the technical staff&#8217;s time, a sure sign of administrative incompetence.  Certainly, emergencies arise &#8211; that&#8217;s the nature of life, especially when dealing with complex machines.  However, a spot of pre-planning could automate the admin&#8217;s repetitive tasks, ensure that most failures never become emergencies, and mitigate most of those that do; all of which free up staff hours for the important things, like playing Quake.  Er, I mean keeping up on new technology and how best to make it serve the enterprise.</p>
<p>This concept can be applied to the development of secure systems, from the product to the architecture level.  It isn&#8217;t possible, usually, for developers to predict what new classes of bugs will be discovered to be exploitable, however, a certain degree of caution in where one accepts data from, how information is passed and stored, what portions of the mechanism are exposed for inspection, and thinking carefully about what the mechanisms that process data are capable of would go a long way towards assuring that the shiny new bug will have minimal impact in the world.  In the real world, where resources are limited, immediate attention should be concentrated on the areas where bugs are currently being found and those that are likely coming up.  This is precisely the sort of thinking that a good Secure Software Development Life Cycle will implement.  This happens less often than it should (hint: if your SSDLC is limited to running a scanner to detect known classes of bugs, you&#8217;re doing it wrong) but I am happy to see more and more companies beginning to develop some consciousness that it is cheaper to fix bugs before the software ships.  From here, we need to assist companies in seeing that an SSDLC is an important facet of modern software development, and those groups that are only doing code audit for known bugs are helped to see that there is a better way, and that the costs for doing it right are lower than those of developing and distributing a patch, both in real dollars and corporate good-will.</p>
<p>﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://mike-carson.com/blog/?feed=rss2&#038;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Ada: Dr. MT Daulard</title>
		<link>http://mike-carson.com/blog/?p=36</link>
		<comments>http://mike-carson.com/blog/?p=36#comments</comments>
		<pubDate>Wed, 24 Mar 2010 22:29:12 +0000</pubDate>
		<dc:creator>mikecarson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mike-carson.com/blog/?p=36</guid>
		<description><![CDATA[During the early 1990s, the undergrad Computer Science program at Monmouth College included two semesters of digital circuit. The first of which was concerned with the building block components &#8211; adders, counters, memory &#8211; and the physical properties of the silicon we otherwise took for granted. It was during the first of these that I [...]]]></description>
			<content:encoded><![CDATA[<p>During the early 1990s, the undergrad Computer Science program at Monmouth College included two semesters of digital circuit.  The first of which was concerned with the building block components &#8211; adders, counters,  memory &#8211; and the physical properties of the silicon we otherwise took for granted.  It was during the first of these that I had the privilege to study under the instruction of Dr. Marie-Therese Daulard.</p>
<p>The students came to class pre-equipped with a certain degree of apprehension.  We had heard she was a tough grader, and gave demanding tests.  We hadn&#8217;t heard wrong.  As long as the students kept their cool, though, they were by no means outlandish.  One trival example comes from the first exam, where we were meant to sketch out the circuit to create a multiplier.  Well, we hadn&#8217;t studied those, but we had gone over adders &#038; counters, so it wasn&#8217;t much of a stretch.  Thinking during a test shouldn&#8217;t be beyond the pale, really.  </p>
<p>If it were only that she gave good tests, I wouldn&#8217;t be writing this.  What really struck me was how completely organized she was.  During the first class session, she gave us her notes.  All of them.  For the whole semester.  This thick packet of information goodness spelled out quite clearly all of the planned materials that would be appearing on the boards, all in her extremely neat block letters (an EE background showing through).  That isn&#8217;t to say that her lectures were rigid.  Monmouth, being a small school, had a class size somewhere around 25 students, so questions during the lecture were practical.  Dr. Daulard encouraged them, and used them to clarify points, and once everyone understood, she moved on, back to the prepared notes.  Those notes were additionally useful for the professionals in the class, who sometimes missed a session for reasons relating to their employment.  They could review the materials and miss very little; far better than only reading the appropriate sections of the textbook.</p>
<p>Her clarity of thinking and expression was impressive, and of great help to the class.  The subject matter yields to the well-organized mind and she could, and did, show us the way.  While there was some small language barrier, it was far lower, and far more quickly overcome, than certain other professors at Monmouth, precisely because she understood the material so well, and seemed to grasp where students would trip, even before we did.  Sometimes, the extra reinforcement was already in the class notes.  Spooky.  </p>
<p>In the end, what I know of digital logic circuits is entirely down to taking this class with her.  That understanding of the most basic elements that make up a computer has stood me in good stead all of these years, and helped with learning so many other things.  In a field of smart, caring, dedicated professionals, some of whom were friends, Dr. MT Daulard stands out as one of the best professors I had there.  And, Dr. Daulard, if by some chance you are reading this, thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://mike-carson.com/blog/?feed=rss2&#038;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fantastic time-stop miniature NYC film&#8230;or is it?</title>
		<link>http://mike-carson.com/blog/?p=30</link>
		<comments>http://mike-carson.com/blog/?p=30#comments</comments>
		<pubDate>Sun, 21 Mar 2010 15:04:18 +0000</pubDate>
		<dc:creator>mikecarson</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://mike-carson.com/blog/?p=30</guid>
		<description><![CDATA[When I first saw The Sandpit by Sam O&#8217;Hare on Bre Pettis&#8217; blog I thought it was an incredible example of using minis and stop motion film making. After a few seconds, it became apparent that it was something entirely more awesome; it&#8217;s&#8230;well, I don&#8217;t want to spoil it for you. Watch the film, then [...]]]></description>
			<content:encoded><![CDATA[<p>When I first saw <a href="http://www.vimeo.com/9679622">The Sandpit</a> by <a href="http://vimeo.com/user1639813">Sam O&#8217;Hare</a> on Bre Pettis&#8217; <a href="http://www.brepettis.com/blog/2010/3/21/have-i-mentioned-that-i-love-nyc.html">blog</a> I thought it was an incredible example of using minis and stop motion film making.  After a few seconds, it became apparent that it was something entirely more awesome; it&#8217;s&#8230;well, I don&#8217;t want to spoil it for you.  Watch the film, then <a href="http://aerofilm.blogspot.com/2010/02/sandpit-short-film-by-aero-director-sam.html">read</a> about how it was created.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" 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://vimeo.com/moogaloop.swf?clip_id=9679622&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=9679622&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/9679622">The Sandpit</a> from <a href="http://vimeo.com/user1639813">Sam O&#8217;Hare</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mike-carson.com/blog/?feed=rss2&#038;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Virgin Mobile USA Broadband2Go working in Ubuntu Linux 9.10</title>
		<link>http://mike-carson.com/blog/?p=20</link>
		<comments>http://mike-carson.com/blog/?p=20#comments</comments>
		<pubDate>Thu, 18 Mar 2010 00:45:17 +0000</pubDate>
		<dc:creator>mikecarson</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mike-carson.com/blog/?p=20</guid>
		<description><![CDATA[For my son&#8217;s birthday, I bought him a netbook and an EVDO modem from Virgin Mobile.  The netbook has a good battery life, and the Virgin Mobile Broadband2Go means he can use it wherever he is, as long as there is coverage. I wanted to install Ubuntu 9.10 Netbook Remix on the system, both so [...]]]></description>
			<content:encoded><![CDATA[<p>For my son&#8217;s birthday, I bought him a netbook and an EVDO modem from Virgin Mobile.  The netbook has a good battery life, and the Virgin Mobile Broadband2Go means he can use it wherever he is, as long as there is coverage.</p>
<p>I wanted to install Ubuntu 9.10 Netbook Remix on the system, both so he can get some familiarity with an OS that isn&#8217;t from Microsoft, and because of the greater security of the OS.  I knew the netbook would support Linux well, and assumed the modem would have no issue as well.  This latter turned out to not be entirely true.  Here&#8217;s how I got it working.<span id="more-20"></span></p>
<p>The Novatel Ovation MC760 used by Virgin Mobile is a dual-interface device, meaning it can appear as a usbserial modem device, or as a usbstorage device.  It initially presents as usbstorage, so that Windows systems can load the drivers and other software.  Linux, of course, has drivers built in and only needs to force the device to present as a modem to make it work.</p>
<p>I found some initial instruction from http://www.tenxfactor.com/2009/07/ubuntu-broadband2go-working.html but found the process listed for connecting to be too manual for my son.  I then found some additional information at http://code.google.com/p/vmdialer/ that detailed how to make it work correctly, without user intervention.</p>
<p>Here is the complete process I followed:</p>
<p>1. Activate the modem on a Windows or OS X system, as instructed in the package.</p>
<p>2. Install usb-modeswitch on the Ubuntu system</p>
<p>3. Edit /etc/usb_modeswitch.conf to add the following section:</p>
<p style="padding-left: 30px;">########################################################<br />
# Novatel U760 USB modem<br />
#<br />
# Contributor: Richard Laager</p>
<p style="padding-left: 30px;">DefaultVendor= 0&#215;1410<br />
DefaultProduct= 0&#215;5031</p>
<p style="padding-left: 30px;">TargetVendor= 0&#215;1410<br />
TargetProduct= 0&#215;6002</p>
<p style="padding-left: 30px;"># only for reference<br />
MessageEndpoint=0&#215;08</p>
<p style="padding-left: 30px;">MessageContent=&#8221;5553424312345678000000000000061b000000020000000000000000000000&#8243;</p>
<p style="padding-left: 30px;">########################################################</p>
<p>4. To eject the device automatically on insertion, add the file /etc/udev/rules.d/99-novatel.rules</p>
<p style="padding-left: 30px;">ENV{ID_CDROM}==&#8221;?*&#8221;, ENV{ID_SERIAL}==&#8221;Novatel_Mass_Storage*&#8221;, RUN+=&#8221;/usr/local/bin/bb2go %k&#8221;</p>
<p>5. Add the file /usr/local/bin/bb2go with the contents:</p>
<p style="padding-left: 30px;">#! /bin/sh<br />
CD=$1<br />
eject $CD<br />
sleep 2<br />
modprobe -r usbserial<br />
sleep 2<br />
modprobe usbserial vendor=0&#215;1410 product=0&#215;6002<br />
sleep 2</p>
<p>6. The file /usr/local/bin/bb2go must be executable and should not be owned or writable by a non-privileged user:</p>
<p style="padding-left: 30px;">chown root /usr/local/bin/bb2go<br />
chmod 755 /usr/local/bin/bb2go</p>
<p>After restarting udev or rebooting, inserting the device will automatically eject the pseudo CD and create the modem.<br />
Then, about 10 seconds after inserting the device, the normal Ubuntu network manager option for a CDMA data connection becomes available.  Tell it your connection is through Virgin Mobile/Helio (if it asks) and it will connect.</p>
<p>And that&#8217;s all it took!</p>
]]></content:encoded>
			<wfw:commentRss>http://mike-carson.com/blog/?feed=rss2&#038;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding scam victims:  seven principles for systems security</title>
		<link>http://mike-carson.com/blog/?p=12</link>
		<comments>http://mike-carson.com/blog/?p=12#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:14:37 +0000</pubDate>
		<dc:creator>mikecarson</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://mike-carson.com/blog/?p=12</guid>
		<description><![CDATA[I just finished reading Understanding scam victims: seven principles for systems security by Frank Stajano a professor at the University of Cambridge, and Paul Wilson who is on the BBC TV show The Real Hustle. The document describes a variety of short cons, as highlighted on the TV show* including how they work, in very [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished reading <a href="http://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-754.pdf">Understanding scam victims:  seven principles for systems security</a> by <a href="http://www.cl.cam.ac.uk/~fms27/">Frank Stajano</a> a professor at the University of Cambridge, and <a href="http://www.bbc.co.uk/realhustle/meetthehustlers/paulwilson.shtml">Paul Wilson</a> who is on the BBC TV show The Real Hustle.<br />
The document describes a variety of short cons, as highlighted on the TV show* including how they work, in very clear language.  For example:</p>
<p style="padding-left: 30px;">2.6 Valet steal (S2-E3)<br />
Alex sneaks into a car park, dressed up in a ﬂuorescent jacket and posing as a car park attendant, as soon as the real attendant leaves for a temporary break. A mark arrives with a luxury car; Alex collects the keys and parks it. As soon as the mark is out of sight, Alex drives away with the car. That would already be pretty good value for just a few minutes’ “work”, but that’s not all—the car has a sat-nav in the glove box, and the sat-nav has a “home address” pre-programmed into it. There’s even a copy of the home keys. All Alex has to do is drive to the mark’s home (in the mark’s car, knowing he’s not in) and empty it.</p>
<p>It then goes on to extract guiding principles from those scams, such as &#8220;The Social Compliance principle&#8221; in which, &#8220;Society trains people not to question authority. Hustlers exploit this “suspension of suspiciousness” to make you do what they want.&#8221; and then ties those back to the related scams so you can see how they work:</p>
<p style="padding-left: 30px;">But the social compliance principle has of course much wider applicability than just the impersonation of police ofﬁcers: in the valet steal (section 2.6), Alex only needs a ﬂuorescent jacket and a convincing attitude to become a car park attendant and drive away with the mark’s expensive car. Similar situations include the fake waiter scam (S2-E8), where Alex pretended to take food orders from customers and walked away with the credit cards of his marks; and the bogus workmen scam (S2-E8), where the hustlers entered a house by posing as workmen from the water board and then Paul robbed the place while Alex distracted the houseowner.</p>
<p>Included towards the back is a table showing how each of the scams discussed relate to the principles.  This really hammers home how fraudsters push people&#8217;s buttons, using multiple techniques to pressure, reassure, cajole and control their victims.  Without a similar understanding of human nature, it&#8217;s impossible to design systems to help people resist this sort of attention.</p>
<p>Interspersed with tales from conventional crime the paper relates both the scams and their governing principles to information and systems security.  This, of course, is the main thrust of the work.  Some of the correlations stretch things a bit, such as fitting the classic friction between security and convenience under the discussion of the Distraction principle, but most are right on the ball.</p>
<p>I recommend this paper for anyone who designs or evaluates security systems of any sort.  I would also recommend it to individuals, because a greater understanding of how scams happen will help prevent crime.  In the end, awareness is the thing: individuals need to be aware of what criminals will do, and designers need to be aware of how individuals will react.  The criminals, as it happens, are aware already.</p>
<p>*Nice advert, now I want to see the show!</p>
]]></content:encoded>
			<wfw:commentRss>http://mike-carson.com/blog/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New blog software</title>
		<link>http://mike-carson.com/blog/?p=10</link>
		<comments>http://mike-carson.com/blog/?p=10#comments</comments>
		<pubDate>Sat, 27 Feb 2010 19:23:54 +0000</pubDate>
		<dc:creator>mikecarson</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mike-carson.com/blog/?p=10</guid>
		<description><![CDATA[I started this blog using b2evolution because it was supported by my service provider and seemed straightforward. And it was, and the lack of an easy way to manage and edit templates on the server, some disconnects between the branch of the software I had and the documentation on the site and a few other [...]]]></description>
			<content:encoded><![CDATA[<p>I started this blog using b2evolution because it was supported by my service provider and seemed straightforward.  And it was, and the lack of an easy way to manage and edit templates on the server, some disconnects between the branch of the software I had and the documentation on the site and a few other issues seemed pretty bearable.</p>
<p>Then I tried to embed a presentation from slideshare.net.  It seems that b2evo allows only a subset of HTML in posts, as it wouldn&#8217;t recognize the tags I needed.  I could easily just post a link, and am confident I could hack it to allow my embed (modifying the video plugin used for embedding YouTube clips seemed promising.) I just didn&#8217;t know what the next problem was going to be.  Changing while I still only had two posts seemed the way to go.</p>
<p>So welcome to the new blog, powered by WordPress.  Changing over was delightfully easy, and upgrading to the latest version was brainless.  I was even lucky enough that the theme I&#8217;d used for b2evo and based my site on (I&#8217;m a hacker, not a web artist) was originally a WordPress theme. </p>
<p>I&#8217;m looking forward to seeing what other plugins and widgets are available.</p>
]]></content:encoded>
			<wfw:commentRss>http://mike-carson.com/blog/?feed=rss2&#038;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bigger on the Inside: the TARDIS effect on Security of Embedded Systems</title>
		<link>http://mike-carson.com/blog/?p=4</link>
		<comments>http://mike-carson.com/blog/?p=4#comments</comments>
		<pubDate>Wed, 24 Feb 2010 18:14:45 +0000</pubDate>
		<dc:creator>mikecarson</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mike-carson.com/blog/?p=4</guid>
		<description><![CDATA[Thank you to the Penn State University Security Risk Analysis Club for having me out to speak to them tonight on the challenges in performing security audits on systems involving embedded devices. Their hospitality was great and the quality of questions and interaction from the students was fantastic. Slides: Bigger On The Inside View more [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you to the Penn State University Security Risk Analysis Club for having me out to speak to them tonight on the challenges in performing security audits on systems involving embedded devices. Their hospitality was great and the quality of questions and interaction from the students was fantastic.</p>
<p>Slides:</p>
<div style="width:425px" id="__ss_3188862"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/mcarson01234/bigger-on-the-inside" title="Bigger On The Inside">Bigger On The Inside</a></strong><object width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=biggerontheinside-100215191823-phpapp02&#038;rel=0&#038;stripped_title=bigger-on-the-inside" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=biggerontheinside-100215191823-phpapp02&#038;rel=0&#038;stripped_title=bigger-on-the-inside" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></p>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/mcarson01234">Michael Carson</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mike-carson.com/blog/?feed=rss2&#038;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://mike-carson.com/blog/?p=3</link>
		<comments>http://mike-carson.com/blog/?p=3#comments</comments>
		<pubDate>Sat, 20 Feb 2010 17:58:03 +0000</pubDate>
		<dc:creator>mikecarson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://mike-carson.com/blog/?p=3</guid>
		<description><![CDATA[Welcome to my blog. This will be a place for me to relate pieces of life and technology that capture my attention. It’s my hope that these may be of use to you, the reader, and that you will let me know your thoughts. The image in the masthead was taken on Cape Cod in [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to my blog. This will be a place for me to relate pieces of life and technology that capture my attention. It’s my hope that these may be of use to you, the reader, and that you will let me know your thoughts.</p>
<p>The image in the masthead was taken on Cape Cod in 2008, and shows the view heading back from one of the ocean beaches in Wellfleet. It’s one of those places to which I keep returning, to recharge my batteries.</p>
]]></content:encoded>
			<wfw:commentRss>http://mike-carson.com/blog/?feed=rss2&#038;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

