<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Matthew Bafford's Musings</title>
    <link>http://musings.bafford.us</link>
    <description>Most recent posts at Matthew Bafford's Musings</description>
    <generator>posterous.com</generator>
    <link type="application/json" xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#aad9ced58" rel="http://api.friendfeed.com/2008/03#sup"/>
    <atom:link href="http://musings.bafford.us/rss.xml" rel="self"/>
    <atom:link href="http://posterous.superfeedr.com" rel="hub"/>
    <item>
      <pubDate>Wed, 10 Aug 2011 04:33:00 -0700</pubDate>
      <title>MTB Tubeless Conversion - First Experience</title>
      <link>http://musings.bafford.us/mtb-tubeless-conversion-first-experience</link>
      <guid>http://musings.bafford.us/mtb-tubeless-conversion-first-experience</guid>
      <description>
        <![CDATA[<p>
	<div class="gmail_quote">
<div>A friend of mine (a tubeless fanatic) finally wore me down and I converted my mountain bike to tubeless this weekend using <a href="http://www.notubes.com/Rim-Strips-C13.aspx">Stan's strips</a> and&nbsp;<a href="http://www.effettomariposa.eu/en/products/caffelatex-family/caffelatex-sealant/" target="_blank">Caff&eacute;latex sealant</a>.</div>
<p />
<div>Yesterday was my first hard ride on the tubeless set-up, and it was going great - I was pushing hard, the responsiveness and grip of the tires felt great, and all in all the bike was responding awesomely.&nbsp;</div>
<p />
<div>Then... I heard a clinking sound a lot like I'd broken a spoke. I couldn't find anything to cause the noise, and started rolling the bike forward to ride again when I noticed this:</div>
</div>
<div><a href="https://picasaweb.google.com/lh/photo/TLXvfpKnWMD-7OhejK62HQ?feat=embedwebsite"><img src="https://lh6.googleusercontent.com/-Sh56cFU4I9A/TkG887SZmcI/AAAAAAAAMbg/89q9NuStkl0/s400/IMG_20110809_190247.jpg" height="400" alt="" width="300" /></a></div>
<div class="gmail_quote"><br />
<div><strong>The sealant worked</strong>! There was no perceptible loss of pressure from the puncture.&nbsp;</div>
<p />
<div>Unfortunately, due to the size of the holes, I had to bend the nail out of the way and I rode a couple more miles fairly normally with a <em>slow</em>&nbsp;leak from the sidewall and everything performing admirably. Still, the leak was enough that I got low enough that I ended up popping the bead&nbsp;and coated the side of the tire with sealant.</div>
<p />
<div>I was able to&nbsp;vigorously&nbsp;hand pump it back up and re-seal the bead, then ride the last mile and a half back to the car on pavement with a "pfftt" sound every revolution.</div>
<p />
<div>This was a pretty extreme puncture, and I'm happy with how well the tubeless handled it. It didn't save me any time or effort over a tube <em>in this case</em>, but I'm quite convinced that&nbsp;my more typical punctures would be handled perfectly with this set-up, so I'm pretty happy in general.</div>
</div>
	
</p>

<p><a href="http://musings.bafford.us/mtb-tubeless-conversion-first-experience">Permalink</a> 

	| <a href="http://musings.bafford.us/mtb-tubeless-conversion-first-experience#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="2048" width="1536" url="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2011-08-10/JBsliImrwbdzCHvcaegbIBfnmBvqgxzBrzDHtipfpCIolFablxkoEjdqbpuE/IMG_20110809_190247.jpg">
        <media:thumbnail height="667" width="500" url="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2011-08-10/JBsliImrwbdzCHvcaegbIBfnmBvqgxzBrzDHtipfpCIolFablxkoEjdqbpuE/IMG_20110809_190247.jpg.scaled500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Fri, 22 Apr 2011 05:41:00 -0700</pubDate>
      <title>Android Location Cache - Exploring my own phone</title>
      <link>http://musings.bafford.us/android-location-cache-exploring-my-own-phone</link>
      <guid>http://musings.bafford.us/android-location-cache-exploring-my-own-phone</guid>
      <description>
        <![CDATA[<p>
	<p>Off of the recent "iOS caches your every location, OMG" hubub...</p>
<div>Android has a cache, too, although it's limited to only 50 points for cell locations and 200 for wifi locations:</div>
<div><a href="http://netmite.com/android/mydroid/frameworks/base/location/java/com/android/internal/location/LocationCache.java">http://netmite.com/android/mydroid/frameworks/base/location/java/com/android/internal/location/LocationCache.java</a></div>
<div><span style="font-family: Times New Roman; font-size: medium;"> </span>
<div class="CodeRay">
  <div class="code"><pre>// Cache sizes
private static final int MAX_CELL_RECORDS = 50; 
private static final int MAX_WIFI_RECORDS = 200;</pre></div>
</div>

</div>
<div><a href="http://netmite.com/android/mydroid/frameworks/base/location/java/com/android/internal/location/LocationCache.java"></a><br />
<div>So I used the following tool on my own phone:</div>
<div><a href="https://github.com/packetlss/android-locdump/blob/master/parse.py">https://github.com/packetlss/android-locdump/blob/master/parse.py</a></div>
<div>I probably should have plotted these as points and not lines...</div>
<div><strong>Cell (data ranges from&nbsp;2011-04-10T21:16:03.633000Z to&nbsp;2011-04-21T20:31:08.418000Z):</strong></div>
<div><div class='p_embed p_image_embed'>
<a href="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/MlRARp3DqbMBd2B8VoTjuowhpKMMIQcrMfK7kmBZsDrWnlLZUyqxZOMyS5lf/20110422_083052_Selection_001.png"><img alt="20110422_083052_selection_001" height="355" src="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/VAwZM2mHvvorHSISsBWXHcTmgvbasc61jB7Ui5eeKkYOfUfHkVwZOfMwnxq1/20110422_083052_Selection_001.png.scaled.500.jpg" width="500" /></a>
</div>
</div>
<div><strong>Wifi (data ranges from&nbsp;2011-04-20T23:47:34.541000Z to&nbsp;2011-04-21T20:31:08.418000Z):</strong></div>
<div><div class='p_embed p_image_embed'>
<a href="http://getfile7.posterous.com/getfile/files.posterous.com/ydant/Oie5YLpBFLCpvOflfx3dpBDsnENG4kFzuqRwHMzVgOw0zBC3DdYbiTI84mce/20110422_083205_Selection_001.png"><img alt="20110422_083205_selection_001" height="166" src="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/jjQO9ZbDojj0l5LCiAy6A45HYjyz8vTWvgipArWtpSXuH9uX7ICxXEvOx9Bs/20110422_083205_Selection_001.png.scaled.500.jpg" width="500" /></a>
</div>
</div>
<div><strong>Wifi zoomed around my general area</strong> - most of these are right, although I haven't been outside of the Herndon/Reston area in the past couple of days:</div>
<div><div class='p_embed p_image_embed'>
<img alt="20110422_083311_selection_001" height="335" src="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/ztuBSw3Csx8kCDiNFcjNQPYXpYTtcEaSyDVU9zvZZIFFiRw18oVFmAq1Y9tq/20110422_083311_Selection_001.png" width="450" />
</div>
</div>
<div><strong>Wifi around my house -</strong></div>
<div><div class='p_embed p_image_embed'>
<a href="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/OmYU6E0RJEnQtErp9EhHRzkQPTpSF4WDYZbUNldhVZ3evMZXkEv66YDtAVX6/20110422_082730_Selection_001.png"><img alt="20110422_082730_selection_001" height="241" src="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/jutX2JN9uDAeFiefIxch9B7yIwZCm3ciJ7lORLOmJPtt1waszKSdaqX8KEPF/20110422_082730_Selection_001.png.scaled.500.jpg" width="500" /></a>
</div>
</div>
<div><strong>Wifi around where I biked yesterday -</strong></div>
<div><div class='p_embed p_image_embed'>
<img alt="20110422_082753_selection_001" height="250" src="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/h14S3JiLQ8gYfAWKvl0HLcphA0DjN59plBF4Z1QNaTGC6bDDL5YRDefkpinB/20110422_082753_Selection_001.png" width="365" />
</div>
</div>
</div>
	
</p>

<p><a href="http://musings.bafford.us/android-location-cache-exploring-my-own-phone">Permalink</a> 

	| <a href="http://musings.bafford.us/android-location-cache-exploring-my-own-phone#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="250" width="365" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/h14S3JiLQ8gYfAWKvl0HLcphA0DjN59plBF4Z1QNaTGC6bDDL5YRDefkpinB/20110422_082753_Selection_001.png">
        <media:thumbnail height="250" width="365" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/h14S3JiLQ8gYfAWKvl0HLcphA0DjN59plBF4Z1QNaTGC6bDDL5YRDefkpinB/20110422_082753_Selection_001.png"/>
      </media:content>
      <media:content type="image/png" height="288" width="597" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/OmYU6E0RJEnQtErp9EhHRzkQPTpSF4WDYZbUNldhVZ3evMZXkEv66YDtAVX6/20110422_082730_Selection_001.png">
        <media:thumbnail height="241" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/jutX2JN9uDAeFiefIxch9B7yIwZCm3ciJ7lORLOmJPtt1waszKSdaqX8KEPF/20110422_082730_Selection_001.png.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/png" height="395" width="556" url="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/MlRARp3DqbMBd2B8VoTjuowhpKMMIQcrMfK7kmBZsDrWnlLZUyqxZOMyS5lf/20110422_083052_Selection_001.png">
        <media:thumbnail height="355" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/VAwZM2mHvvorHSISsBWXHcTmgvbasc61jB7Ui5eeKkYOfUfHkVwZOfMwnxq1/20110422_083052_Selection_001.png.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/png" height="335" width="450" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/ztuBSw3Csx8kCDiNFcjNQPYXpYTtcEaSyDVU9zvZZIFFiRw18oVFmAq1Y9tq/20110422_083311_Selection_001.png">
        <media:thumbnail height="335" width="450" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/ztuBSw3Csx8kCDiNFcjNQPYXpYTtcEaSyDVU9zvZZIFFiRw18oVFmAq1Y9tq/20110422_083311_Selection_001.png"/>
      </media:content>
      <media:content type="image/png" height="178" width="537" url="http://getfile7.posterous.com/getfile/files.posterous.com/ydant/Oie5YLpBFLCpvOflfx3dpBDsnENG4kFzuqRwHMzVgOw0zBC3DdYbiTI84mce/20110422_083205_Selection_001.png">
        <media:thumbnail height="166" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/jjQO9ZbDojj0l5LCiAy6A45HYjyz8vTWvgipArWtpSXuH9uX7ICxXEvOx9Bs/20110422_083205_Selection_001.png.scaled.500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Sun, 22 Aug 2010 07:09:00 -0700</pubDate>
      <title>The Idea Problem</title>
      <link>http://musings.bafford.us/the-idea-problem</link>
      <guid>http://musings.bafford.us/the-idea-problem</guid>
      <description>
        <![CDATA[<p>
	<p>Ideas are a burdensome thing. It's human nature to feel that something we thought of - an insight into the world - is an important thing and somehow unique, so we horde our ideas. We grow them, we ponder them, and then, after a brief amount of time, we forget them. With every idea conceived, played with, and then abandoned, there's a feeling of failure. One's inner voice pesters, suggesting that, with just a bit more time, or a bit more gumption, the idea could be implemented and developed and could save the world (or at least make one's life a little bit better). Still, there's no time for all of that, and most ideas just fall by the wayside.</p>
<p>I'm <em>plagued</em>&nbsp;by ideas that never go anywhere. Yet they are nowhere to be found when I actually need them. When given an opportunity to actually put some ideas to practice (and to make money doing so), I draw nothing but blanks. I simply can't remember any of the supposedly brilliant ideas I've had over time. The level of brilliance becomes doubtful, and my confidence in my memory deteriorates.&nbsp;</p>
<p>There's a common belief in the start-up community that ideas are worthless. You can and should share them since most people will simply acknowledge the idea's awesomeness (or, more heartbreakingly, dismiss it), in almost the same moment as they forget about it. It's the passion to implement that makes an idea become powerful, and that passion typically comes along with the envisioning. Despite the obvious truth behind this, there persists a niggling feeling that sharing an idea somehow gives other people the opportunity to steal your idea and to get there first with the implementation.</p>
<p>So I don't share, and I forget.</p>
<p>So the idea of the moment is to keep track of my ideas using a less transient form of storage. My feeble memory has proven it can't be trusted with the task. This definitely will save the world (or at least make my life a little bit better).</p>
<p>An excellent idea, indeed. I should do something about it.</p>
<p>Maybe.</p>
<p>&nbsp;</p>
	
</p>

<p><a href="http://musings.bafford.us/the-idea-problem">Permalink</a> 

	| <a href="http://musings.bafford.us/the-idea-problem#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sat, 07 Aug 2010 16:14:00 -0700</pubDate>
      <title>Microwave Popcorn</title>
      <link>http://musings.bafford.us/microwave-popcorn</link>
      <guid>http://musings.bafford.us/microwave-popcorn</guid>
      <description>
        <![CDATA[<p>
	Don't be a slave to consumer ignorance! Cook up the last of that microwave popcorn (if you can stomach the artificial ingredients), and make your own.
<p />
<div>Needed ingredients:</div>
<p />
<div>* A bowl</div>
<div>* Something to cover the bowl&nbsp;</div>
<div>* Loose popcorn kernels</div>
<div>* Butter</div>
<div>* Salt</div>
<p />
<div>Put some butter (or other oil) in a bowl, put some kernels in the bowl, cover, microwave until the popping slows down again.</div>
<p />
<div><div class='p_embed p_image_embed'>
<a href="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/t2pMrZwKORj0cmOjLu1lApI6U9oS8mTLBKG0mLwVkBlsUKknq52IgcWwBcTj/DSC_6175_Edited.jpg.scaled.1000.jpg"><img alt="Dsc_6175_edited" height="332" src="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/hLnySNEIVtnkkdn7ebXJaq0PcXWIAtYfIDTf1pf1J8mGh6BQeAOJByVNWA2o/DSC_6175_Edited.jpg.scaled.500.jpg" width="500" /></a>
</div>
</div>
<div><span style="font-size: 10px; color: #999999; line-height: 18px;">Nikon D40, 1/60s . f/1.8 . ISO 1600 . 35 mm</span></div>
<p />
<div>Season, shake, eat.</div>
<p />
<div>I really like how this shot of the popcorn cooking turned out. I had to manually focus and between the multiple levels of glass, the metal screen in the microwave's door, the low lighting, and the movement from the turntable, it obviously didn't focus very well. Still, it has an interesting feel to it.</div>

	
</p>

<p><a href="http://musings.bafford.us/microwave-popcorn">Permalink</a> 

	| <a href="http://musings.bafford.us/microwave-popcorn#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="2000" width="3008" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/6YiOERrOrKH3rVBF6FmSCLIRXOC9TPaUtgEPoq6DhhYop0Mmvy9djr2kHisE/DSC_6175_Edited.jpg">
        <media:thumbnail height="332" width="500" url="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/hLnySNEIVtnkkdn7ebXJaq0PcXWIAtYfIDTf1pf1J8mGh6BQeAOJByVNWA2o/DSC_6175_Edited.jpg.scaled.500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Sat, 31 Jul 2010 07:50:10 -0700</pubDate>
      <title>Breakfast, Matthew Style</title>
      <link>http://musings.bafford.us/breakfast-matthew-style</link>
      <guid>http://musings.bafford.us/breakfast-matthew-style</guid>
      <description>
        <![CDATA[<p>
	<div>Some mornings, breakfast is all about a quick and healthy start to the day.</div><p /><div>Other mornings, it&#39;s about being as lazy and decadent as possible.</div><p /><div>For Audrey:</div><p /><div class='p_embed p_image_embed'>
<a href="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/ajLYa7NKiXpTmOr7FmbIc99eXKtHPsyDNRKEkA4SKoHRh0vOzE4GfILfYPKC/1280584914240.jpg.scaled.1000.jpg"><img alt="1280584914240" height="375" src="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/4U0ktuabx8imoxOHulQb9mEnq5sWO5wZD2MCvoZPJtDGAzMNHHzEWamyItyJ/1280584914240.jpg.scaled.500.jpg" width="500" /></a>
</div>
<br /><p /><div>For Vivian and myself:</div><p /><div><div class='p_embed p_image_embed'>
<a href="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/WXhSVBlpCeonYsH4tHqqBUekfblcRIz88TD9VBrjEjnHCbNY7gRaGcjyR9JG/1280585239118.jpg.scaled.1000.jpg"><img alt="1280585239118" height="375" src="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/yMyArD4hZi5ZZWHpvwynoFL5PsrTajS3DOusZZ5RrXE2SzEZ84rcORMlTWq2/1280585239118.jpg.scaled.500.jpg" width="500" /></a>
</div>
<br /> </div>
	
</p>

<p><a href="http://musings.bafford.us/breakfast-matthew-style">Permalink</a> 

	| <a href="http://musings.bafford.us/breakfast-matthew-style#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="768" width="1024" url="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/dVWukpzhCU052qR89XRLlRtKlbZFdaFWE2RNmbpA6kxx5qp7USsuxNYPuCD0/1280585239118.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/yMyArD4hZi5ZZWHpvwynoFL5PsrTajS3DOusZZ5RrXE2SzEZ84rcORMlTWq2/1280585239118.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="768" width="1024" url="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/5g89AEJHrdKXnju7Q0ANi03NL8sUFsgFalmET1LZxrQVlmpZPoUo7PbbTyZU/1280584914240.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/4U0ktuabx8imoxOHulQb9mEnq5sWO5wZD2MCvoZPJtDGAzMNHHzEWamyItyJ/1280584914240.jpg.scaled.500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Fri, 30 Jul 2010 16:14:28 -0700</pubDate>
      <title>Thank You, Silver Line - Trail Closed</title>
      <link>http://musings.bafford.us/thank-you-silver-line-trail-closed</link>
      <guid>http://musings.bafford.us/thank-you-silver-line-trail-closed</guid>
      <description>
        <![CDATA[<p>
	As part of the creation of the &quot;Silver Line&quot; of the Washington Metro, the part of the <a href="http://www.fairfaxcounty.gov/parks/cct/">Cross County Trail</a> that crosses <a href="http://en.wikipedia.org/wiki/Virginia_State_Route_267">VA SR 267</a> has been &quot;impacted&quot; by construction efforts:<p /><div><div class='p_embed p_image_embed'>
<a href="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/xXUNJFqxkglreSD2s6mC0TmsLXZ0DkgAmyQsCksPmwgUOdKiaz9YpwyFmCOw/1280520035221.jpg.scaled.1000.jpg"><img alt="1280520035221" height="375" src="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/dmzJWFEdQtAZn8eSHDZygH8yXLlR9wFSMWLFyT6DVxed8YzL8goTjpMwiEuK/1280520035221.jpg.scaled.500.jpg" width="500" /></a>
</div>
<br /></div><p /><div>It looks like it might be passable in that picture, but when you get closer, this is what you have to deal with:</div> <p /><div><div class='p_embed p_image_embed'>
<a href="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/fg22kmiXZj2K7yjtSqwsfiLmlFhJuOXu8eQGaoAD9k4u8K1ur7mXvxXTXpa0/1280519822266.jpg.scaled.1000.jpg"><img alt="1280519822266" height="375" src="http://getfile7.posterous.com/getfile/files.posterous.com/ydant/yNhdKd5aszKV3Vmt3H1QA7TGWkW2JYLEX0IMlbr5PwX2FlAob3Jo0U7OtDh5/1280519822266.jpg.scaled.500.jpg" width="500" /></a>
</div>
<br /></div><p /><div>It&#39;s not entirely clear from the picture, but my bike is actually on steep incline into the water. My feet are on some obnoxiously slippery mud.</div> <p /><div>At least they provided a boat.</div><p /><div><div class='p_embed p_image_embed'>
<a href="http://getfile5.posterous.com/getfile/files.posterous.com/ydant/YsoofS23ijbpcg21bpSSp6scl5VhEi9ksneJt5lgvntBoCIunTEoev5sMBhN/1280519928428.jpg.scaled.1000.jpg"><img alt="1280519928428" height="375" src="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/OouNblIg6IReh2jMninjYadbPOzVNPfGNRSM5iJeXw2QtovEJFrCMp6gP4k5/1280519928428.jpg.scaled.500.jpg" width="500" /></a>
</div>
<br /></div><p /><div>Now, for who to blame:</div><p /><div><div class='p_embed p_image_embed'>
<a href="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/nxbTZVi0gdJyHG1OpV8GEMW3N92efgSUSyxzaw4NhJ7xE4AsXzS28xhMb3Rf/1280520016243.jpg.scaled.1000.jpg"><img alt="1280520016243" height="667" src="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/YdlWUUPoqaNFtG4keTh6OHKmoidXWEAK1owrZlT0KKon1lwB2SfGaAF1Yz0W/1280520016243.jpg.scaled.500.jpg" width="500" /></a>
</div>
</div><p /><div>Something tells me this isn&#39;t what they meant by &quot;impact&quot;.</div>
	
</p>

<p><a href="http://musings.bafford.us/thank-you-silver-line-trail-closed">Permalink</a> 

	| <a href="http://musings.bafford.us/thank-you-silver-line-trail-closed#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="768" width="1024" url="http://getfile6.posterous.com/getfile/files.posterous.com/ydant/ZhWgZ555x6v0LoOhrn5oXMDo2xS3zVdrwaxYh8aoMFxbPUmqJmtGSq5NO3H6/1280519822266.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile7.posterous.com/getfile/files.posterous.com/ydant/yNhdKd5aszKV3Vmt3H1QA7TGWkW2JYLEX0IMlbr5PwX2FlAob3Jo0U7OtDh5/1280519822266.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="768" width="1024" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/bPhAEHrWEUSZtR2QtPhSVAmtifPLpIOAkC8WdZBTiUP1DR9rQ9mJKZHFDeWF/1280519928428.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/OouNblIg6IReh2jMninjYadbPOzVNPfGNRSM5iJeXw2QtovEJFrCMp6gP4k5/1280519928428.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="1024" width="768" url="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/TgmrBaO9LfqxQLNYGwXlzYV7kszJZSmC4UvEdrOuYZVjrQwbNoniePadOYAm/1280520016243.jpg">
        <media:thumbnail height="667" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/YdlWUUPoqaNFtG4keTh6OHKmoidXWEAK1owrZlT0KKon1lwB2SfGaAF1Yz0W/1280520016243.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="768" width="1024" url="http://getfile7.posterous.com/getfile/files.posterous.com/ydant/aXYVO1EH9XwWG0Tneel2ieVbvGgA70gTcHrYsqo1aTVflAaxfqo747LKJO4X/1280520035221.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/dmzJWFEdQtAZn8eSHDZygH8yXLlR9wFSMWLFyT6DVxed8YzL8goTjpMwiEuK/1280520035221.jpg.scaled.500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Wed, 28 Jul 2010 09:30:19 -0700</pubDate>
      <title>Hi!</title>
      <link>http://musings.bafford.us/hi</link>
      <guid>http://musings.bafford.us/hi</guid>
      <description>
        <![CDATA[<p>
	<div class='p_embed p_image_embed'>
<a href="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/f8ClKaTAsNTsDvBNeKsunqmBNkDMjuOW11NfAO2V1AstBEmljX36JdmcRZBu/2010-07-27-16-40-07-704_copy_1.jpg.scaled.1000.jpg"><img alt="2010-07-27-16-40-07-704_copy_1" height="375" src="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/Wj0ArbNes0tEPNW4OuwnnpWKtLDoHrxjRESNsUr940uMyKGPq85XwqTa4wqg/2010-07-27-16-40-07-704_copy_1.jpg.scaled.500.jpg" width="500" /></a>
</div>
<p></p><div>In a parking deck, Reston, VA.</div>
	
</p>

<p><a href="http://musings.bafford.us/hi">Permalink</a> 

	| <a href="http://musings.bafford.us/hi#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="1200" width="1600" url="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/VEVZGW1OCMpxU7B0xYcnXZsjSAnvre6Qq3i4eS5icEBbkhPzMoEjjdIaNeGZ/2010-07-27-16-40-07-704_copy_1.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/Wj0ArbNes0tEPNW4OuwnnpWKtLDoHrxjRESNsUr940uMyKGPq85XwqTa4wqg/2010-07-27-16-40-07-704_copy_1.jpg.scaled.500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Sun, 25 Jul 2010 13:33:00 -0700</pubDate>
      <title>With Stars and Stripes</title>
      <link>http://musings.bafford.us/with-stars-and-stripes</link>
      <guid>http://musings.bafford.us/with-stars-and-stripes</guid>
      <description>
        <![CDATA[<p>
	<p>Reston, VA</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile5.posterous.com/getfile/files.posterous.com/ydant/89WIonYTC50kit59g6W2RuWtSF84P74mo6VBXQ3FH9hE1RfjG6Vw4LJLVJZb/2010-07-25-16-25-21-443.jpg.scaled.1000.jpg"><img alt="2010-07-25-16-25-21-443" height="375" src="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/tqzCfdyfGA6ADBsT0wvrQD8SNz9gNUdI1pJH2HHfnqUYRoNlDvAL32r1ibaF/2010-07-25-16-25-21-443.jpg.scaled.500.jpg" width="500" /></a>
</div>
<div class='p_embed p_image_embed'>
<a href="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/NNmunDVvKka3RJOLoe2VLttxPhlrSNlmK1PMM5gxYwlHDt5onQ6brVcUl5OH/2010-07-25-16-27-20-376.jpg.scaled.1000.jpg"><img alt="2010-07-25-16-27-20-376" height="375" src="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/2yxllWhiyrC2gIij5GQhtLX7NtpcjaswQB6frybwLZeVKW5G9uixIfWqiVY4/2010-07-25-16-27-20-376.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p>This "DEMOCRACY" sign kind of looks like you'd find it in an old insane asylum.</p>
	
</p>

<p><a href="http://musings.bafford.us/with-stars-and-stripes">Permalink</a> 

	| <a href="http://musings.bafford.us/with-stars-and-stripes#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="1200" width="1600" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/Yk1H7XgKEYBMAIkndHWeJeTVmZ77gL9viihrPERLkJBnX8AkMN7V7dzjQTow/2010-07-25-16-25-21-443.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/tqzCfdyfGA6ADBsT0wvrQD8SNz9gNUdI1pJH2HHfnqUYRoNlDvAL32r1ibaF/2010-07-25-16-25-21-443.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="1200" width="1600" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/HcQVBIZjcW99ykdBetmi7QclNFYdSQDbZWN6fPw31YNZ9zWSAdELsfreq6Up/2010-07-25-16-27-20-376.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/2yxllWhiyrC2gIij5GQhtLX7NtpcjaswQB6frybwLZeVKW5G9uixIfWqiVY4/2010-07-25-16-27-20-376.jpg.scaled.500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Thu, 22 Jul 2010 17:11:00 -0700</pubDate>
      <title>Off-centered People</title>
      <link>http://musings.bafford.us/off-centered-people</link>
      <guid>http://musings.bafford.us/off-centered-people</guid>
      <description>
        <![CDATA[<p>
	<p>A fun little shot with the nearly empty glass of <a href="http://www.dogfish.com/brews-spirits/the-brews/year-round-brews/90-minute-ipa.htm">90 Minute IPA (from Dogfish Head)</a>:</p>
<p><a href="http://www.flickr.com/photos/ydant/4819785992/" title="Off Centered People by ydant, on Flickr"><img src="http://farm5.static.flickr.com/4123/4819785992_d81198747a_z.jpg" height="426" alt="Off Centered People" width="640" /></a></p>
<p>I think I like this take better, although the word "people" isn't quite visible:</p>
<p><a href="http://www.flickr.com/photos/ydant/4819805368/" title="Off centered people... by ydant, on Flickr"><img src="http://farm5.static.flickr.com/4094/4819805368_9d96bf5075_z.jpg" height="426" alt="Off centered people..." width="640" /></a></p>
<p>After a bit of encouragement from a friend, I took this (admittedly, better) picture:</p>
<p><a href="http://www.flickr.com/photos/ydant/4821470682/" title="Off-centered ales... by ydant, on Flickr"><img src="http://farm5.static.flickr.com/4134/4821470682_4a741afd95_z.jpg" height="426" alt="Off-centered ales..." width="640" /></a></p>
<p>Then paying around with the bokeh by shooting through the center hole on a CD gave this trippy effect:</p>
<p><a href="http://www.flickr.com/photos/ydant/4820906579/" title="Fun with bokeh by ydant, on Flickr"><img src="http://farm5.static.flickr.com/4101/4820906579_ab023594ae_z.jpg" height="426" alt="Fun with bokeh" width="640" /></a></p>
<p>Now... that's enough of THAT.</p>
	
</p>

<p><a href="http://musings.bafford.us/off-centered-people">Permalink</a> 

	| <a href="http://musings.bafford.us/off-centered-people#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Thu, 15 Jul 2010 16:24:00 -0700</pubDate>
      <title>Celebrating the Tomato</title>
      <link>http://musings.bafford.us/celebrating-the-tomato</link>
      <guid>http://musings.bafford.us/celebrating-the-tomato</guid>
      <description>
        <![CDATA[<p>
	After a few months of hard work growing the seeds, cleaning up the yard, tying up the plants, and applying appropriate amounts of water, the first big tomato harvest has happened. Tonight's dinner consisted of eating tomatoes while harvesting, eating tomatoes while tying up the vines, eating tomatoes while thinking about dinner, and then, finally, eating tomatoes on black beans.
<p />
<div>From this:</div>
<div><div class='p_embed p_image_embed'>
<a href="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/2y76Zwrh4eYZYbCZhTkfiuPr01yW7nceZsSIKtuAnqSMGB1yxuW6Mn43IKiV/DSC_3119.jpg.scaled.1000.jpg"><img alt="Dsc_3119" height="332" src="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/LYmYrVUCGhTt4WaTPU1u2V3CN9BwgvrAr8666ln1NA2CH2WmE7Let6H3kG3Y/DSC_3119.jpg.scaled.500.jpg" width="500" /></a>
</div>
</div>
<div>To this:</div>
<div><div class='p_embed p_image_embed'>
<a href="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/cbZZG31IAidTla1kni4x4f6PCzX8wEAdnVRw3rBbi5mFeuIxqcCfZM2qElCM/DSC_3156.jpg.scaled.1000.jpg"><img alt="Dsc_3156" height="332" src="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/0gQrgHtgrj9SR0n3DeE1JjkPvz1Ut2YSTD7AuOTAnjrzXIapJle6ZXFHa9dk/DSC_3156.jpg.scaled.500.jpg" width="500" /></a>
</div>
</div>
<div>To this:</div>
<div><div class='p_embed p_image_embed'>
<a href="http://getfile5.posterous.com/getfile/files.posterous.com/ydant/9s9sCmYsv94Os2khiQHP08GwN2ur2XTdvfkCLxZV9EqS1sbjfBB0AXvUPDCR/DSC_5267.jpg.scaled.1000.jpg"><img alt="Dsc_5267" height="332" src="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/eti70BRM9rGvuxwtcOu3rPOvx3DkVGK34DTD6HEp8VmFnbWuE3yB78igVlrg/DSC_5267.jpg.scaled.500.jpg" width="500" /></a>
</div>
</div>
<div>To this:</div>
<div><div class='p_embed p_image_embed'>
<a href="http://getfile6.posterous.com/getfile/files.posterous.com/ydant/Fk6S8iQB6ZPHGlsY4A97RIgJn4vqLYhdCyfwTfjGhuuLWc7uYG6TgajNV4YV/DSC_5840.jpg.scaled.1000.jpg"><img alt="Dsc_5840" height="332" src="http://getfile5.posterous.com/getfile/files.posterous.com/ydant/YBkaxAi8aiQumIgQtXk8vRNgAVzJq0vPsjog7jGdNpDrwPIZCMZqGBxeuC8u/DSC_5840.jpg.scaled.500.jpg" width="500" /></a>
</div>
</div>
<div>
<ul>
<li>1 can cooked black beans, washed</li>
<li>Many many tomatoes, cut</li>
<li>Liberal sprinkling of kosher salt</li>
</ul>
</div>
<div>It was worth the wait.</div>

	
</p>

<p><a href="http://musings.bafford.us/celebrating-the-tomato">Permalink</a> 

	| <a href="http://musings.bafford.us/celebrating-the-tomato#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="2000" width="3008" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/vLYs7o0Vv5wlBp3DMmkXqyKcH3L1jXMTxCDchnG6VpTzrjMnzu1zEwBy1Zak/DSC_5267.jpg">
        <media:thumbnail height="332" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/eti70BRM9rGvuxwtcOu3rPOvx3DkVGK34DTD6HEp8VmFnbWuE3yB78igVlrg/DSC_5267.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="2000" width="3008" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/wD8nAHiPVnOLkvtOuXIzxipfrskcleXtAv7CiA1jcsEC1ll2zlAUo44BTz9c/DSC_3119.jpg">
        <media:thumbnail height="332" width="500" url="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/LYmYrVUCGhTt4WaTPU1u2V3CN9BwgvrAr8666ln1NA2CH2WmE7Let6H3kG3Y/DSC_3119.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="2000" width="3008" url="http://getfile6.posterous.com/getfile/files.posterous.com/ydant/XCYkjoEUJGiqeNnkhnqwQkSgpXgfKim6Z7s9bw55VqtXl0NhvR4So4WYYasP/DSC_3156.jpg">
        <media:thumbnail height="332" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/0gQrgHtgrj9SR0n3DeE1JjkPvz1Ut2YSTD7AuOTAnjrzXIapJle6ZXFHa9dk/DSC_3156.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="2000" width="3008" url="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/PRPzbnM6rRz4wGBDRidIfjsoywuJ2mvUyM3QBJEfFnzBOlOUEuNSDiUtfbmT/DSC_5840.jpg">
        <media:thumbnail height="332" width="500" url="http://getfile5.posterous.com/getfile/files.posterous.com/ydant/YBkaxAi8aiQumIgQtXk8vRNgAVzJq0vPsjog7jGdNpDrwPIZCMZqGBxeuC8u/DSC_5840.jpg.scaled.500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Mon, 12 Jul 2010 15:50:00 -0700</pubDate>
      <title>The Broken Bike Lock</title>
      <link>http://musings.bafford.us/the-broken-bike-lock</link>
      <guid>http://musings.bafford.us/the-broken-bike-lock</guid>
      <description>
        <![CDATA[<p>
	<p>My ride-to-be yesterday started off pretty poorly, with a broken bike lock.<div class='p_embed p_image_embed'>
<a href="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2010-07-12/IlDDnunGIBvysqBdwCxynkuprxhGDeuxgBBDimmECeFjJdoyegfaBqGbAFjh/DSC_5833.JPG.scaled1000.jpg"><img alt="Dsc_5833" height="332" src="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2010-07-12/IlDDnunGIBvysqBdwCxynkuprxhGDeuxgBBDimmECeFjJdoyegfaBqGbAFjh/DSC_5833.JPG.scaled500.jpg" width="500" /></a>
</div>
The picture is actually from <em>after</em> I was unable to unlock my bike and had to steal it while a couple of cops watched. The theft was pretty blatant, as I ultimately lifted the bike and chain up as high as I could (I was grabbing the bottom of the tires) over the pole that it was chained to. I'm just lucky I chained it up to a pretty stupid spot (a tall post with no top) - otherwise I might have been stuck there a lot longer.</p>
<p>The cops, including the one who arrived just as I was lifting the bike over the top, said and did absolutely nothing. I guess that's a good thing.</p>
<p>Despite an hour wasted trying to unlock my bike, going back home, finding my Dremmel, and cutting through the lock, the ride turned out to be an awesome one.</p>
<p>For one, it turns out there's a pretty decent set of (paved, but shady and sweeping) trails to get me up to the W&amp;OD trail and where I normally start mountain biking from:<div class='p_embed p_image_embed'>
<a href="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2010-07-12/rxwkIAJgCIBqAbvbjbChzJJcoicxCrjpkfCgiFcaqgzlsljuJysdwzfvrtrc/nice_trails_lawyers.png.scaled1000.png"><img alt="Nice_trails_lawyers" height="195" src="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2010-07-12/rxwkIAJgCIBqAbvbjbChzJJcoicxCrjpkfCgiFcaqgzlsljuJysdwzfvrtrc/nice_trails_lawyers.png.scaled500.png" width="500" /></a>
</div>
 It'll add 6 miles or so to my loop, but it'll save me from having to drive, so it seems worth it.</p>
<p>Even better, is yesterday's ride ended up being 40 miles of mixed mountain bike trails and paved trails/road. Previously (this time around) the best I'd done was 20 miles. Not bad for being back on a bike for only two months after over 10 years of non-riding!</p>
<p>The entire route:</p>
<p><div class='p_embed p_image_embed'>
<img alt="Entire_route" height="338" src="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2010-07-12/hkgycHvwzfzsgtIrDJpAcfFliofzvvpbEpsChjwlzmjalCjqtnidvGtzxBpI/entire_route.png.scaled500.png" width="462" />
</div>
</p>
<p>There's a whole network of trails throughout Fairfax County. It's definitely something to keep in mind when the area starts to get you down...</p>
	
</p>

<p><a href="http://musings.bafford.us/the-broken-bike-lock">Permalink</a> 

	| <a href="http://musings.bafford.us/the-broken-bike-lock#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="2000" width="3008" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2010-07-12/IlDDnunGIBvysqBdwCxynkuprxhGDeuxgBBDimmECeFjJdoyegfaBqGbAFjh/DSC_5833.JPG">
        <media:thumbnail height="332" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2010-07-12/IlDDnunGIBvysqBdwCxynkuprxhGDeuxgBBDimmECeFjJdoyegfaBqGbAFjh/DSC_5833.JPG.scaled500.jpg"/>
      </media:content>
      <media:content type="image/png" height="386" width="989" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2010-07-12/rxwkIAJgCIBqAbvbjbChzJJcoicxCrjpkfCgiFcaqgzlsljuJysdwzfvrtrc/nice_trails_lawyers.png">
        <media:thumbnail height="195" width="500" url="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2010-07-12/rxwkIAJgCIBqAbvbjbChzJJcoicxCrjpkfCgiFcaqgzlsljuJysdwzfvrtrc/nice_trails_lawyers.png.scaled500.png"/>
      </media:content>
      <media:content type="image/png" height="338" width="462" url="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2010-07-12/hkgycHvwzfzsgtIrDJpAcfFliofzvvpbEpsChjwlzmjalCjqtnidvGtzxBpI/entire_route.png">
        <media:thumbnail height="338" width="462" url="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2010-07-12/hkgycHvwzfzsgtIrDJpAcfFliofzvvpbEpsChjwlzmjalCjqtnidvGtzxBpI/entire_route.png.scaled500.png"/>
      </media:content>
    </item>
    <item>
      <pubDate>Fri, 09 Jul 2010 09:59:00 -0700</pubDate>
      <title>Green Pepper Sauce</title>
      <link>http://musings.bafford.us/green-pepper-sauce</link>
      <guid>http://musings.bafford.us/green-pepper-sauce</guid>
      <description>
        <![CDATA[<p>
	<p>from Chipotle, of course</p>
<p><div class='p_embed p_image_embed'>
<img alt="Fxcam_1278694296837" height="720" src="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2010-07-09/BHeFkkkByutprdencrerxwGemwkbfmnoGmejmqJsEafhcvrBElufJqkmaEGF/FxCam_1278694296837.jpg.scaled500.jpg" width="480" />
</div>
</p>
	
</p>

<p><a href="http://musings.bafford.us/green-pepper-sauce">Permalink</a> 

	| <a href="http://musings.bafford.us/green-pepper-sauce#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="720" width="480" url="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2010-07-09/BHeFkkkByutprdencrerxwGemwkbfmnoGmejmqJsEafhcvrBElufJqkmaEGF/FxCam_1278694296837.jpg">
        <media:thumbnail height="720" width="480" url="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2010-07-09/BHeFkkkByutprdencrerxwGemwkbfmnoGmejmqJsEafhcvrBElufJqkmaEGF/FxCam_1278694296837.jpg.scaled500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Sat, 26 Jun 2010 11:27:00 -0700</pubDate>
      <title>En Garde!</title>
      <link>http://musings.bafford.us/en-garde-6</link>
      <guid>http://musings.bafford.us/en-garde-6</guid>
      <description>
        <![CDATA[<p>
	<p><a href="http://www.flickr.com/photos/ydant/4735574359/" title="En Garde! by ydant, on Flickr"><img src="http://farm5.static.flickr.com/4097/4735574359_eb0d7ef072.jpg" height="333" alt="En Garde!" width="500" /></a></p>
	
</p>

<p><a href="http://musings.bafford.us/en-garde-6">Permalink</a> 

	| <a href="http://musings.bafford.us/en-garde-6#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sat, 26 Jun 2010 11:23:00 -0700</pubDate>
      <title>Posterous, Loved by Guys</title>
      <link>http://musings.bafford.us/posterous-loved-by-guys</link>
      <guid>http://musings.bafford.us/posterous-loved-by-guys</guid>
      <description>
        <![CDATA[<p>
	<div>Posterous is running their <a href="http://posterous.com/switch" target="_blank">switch campaign</a> right now, and while I agree with it (I'm a recent convert and I like the service), I found their <a href="http://switchto.posterous.com" target="_blank">blog of testimonies</a> kind of amusing. Apparently (white) guys (and a cat) are Posterous's core user base.</div>
<p />
<p><div class='p_embed p_image_embed'>
<a href="http://getfile7.posterous.com/getfile/files.posterous.com/ydant/j7Z8S2s6ZZxzS55dy1wH4wexO9vlv6ssMQzMcqaDplJZW5TpXLLQyQ5BEPrV/posterous_loved_by_guys.png"><img alt="Posterous_loved_by_guys" height="454" src="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/dJ5lkzFapMXCcPIdEJ6sSZBe9ppHuSUdFAPmm2SYg6fMOow1ABvLG4Qe90zO/posterous_loved_by_guys.png.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p />
<div>It's a good service and I suggest you try it out. I just don't find the switchto blog all that compelling.</div>
<p />
<div>Unrelated, but for some reason the main switch site doesn't yet list WordPress (or a few other ones they support):</div>
<p />
<div><div class='p_embed p_image_embed'>
<img alt="Posterous_switch" height="377" src="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/l8pWg5fkOWFJ9PjyPqcP4kSZTAluPbI1VVQWRBx8WLFbdsk29WwrH7sl3wsa/posterous_switch.png" width="272" />
</div>
</div>
<p />
<div>Although they do support it if you <em>create an account first</em> and then use the "import" option:</div>
<p />
<div><a href="http://posterous.com/manage#import"><div class='p_embed p_image_embed'>
<a href="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/eknPxn9lF0o2mmDp2o8EHsQP0EmB7lqE5yfUUas6StbV10ZDn79EmzD3VeEG/posterous_import.png"><img alt="Posterous_import" height="354" src="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/HfifOzsVWoLohwhda3RWvo8lJ1QoQf1lrt0Nx8q72kJWuFqySjRS8lMe113K/posterous_import.png.scaled.500.jpg" width="500" /></a>
</div>
</a></div>
<div>I realize it's just a marketing campaign (although we're getting possibly 8? new services out of it), but it seems weird how they are doubling up on some services (Xanga, Tumblr), but not listing the ones they already offer on the switch page. I can only assume they will be listing Wordpress and Blogger on the switch site soon...</div>
	
</p>

<p><a href="http://musings.bafford.us/posterous-loved-by-guys">Permalink</a> 

	| <a href="http://musings.bafford.us/posterous-loved-by-guys#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="482" width="680" url="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/eknPxn9lF0o2mmDp2o8EHsQP0EmB7lqE5yfUUas6StbV10ZDn79EmzD3VeEG/posterous_import.png">
        <media:thumbnail height="354" width="500" url="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/HfifOzsVWoLohwhda3RWvo8lJ1QoQf1lrt0Nx8q72kJWuFqySjRS8lMe113K/posterous_import.png.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/png" height="882" width="971" url="http://getfile7.posterous.com/getfile/files.posterous.com/ydant/j7Z8S2s6ZZxzS55dy1wH4wexO9vlv6ssMQzMcqaDplJZW5TpXLLQyQ5BEPrV/posterous_loved_by_guys.png">
        <media:thumbnail height="454" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/dJ5lkzFapMXCcPIdEJ6sSZBe9ppHuSUdFAPmm2SYg6fMOow1ABvLG4Qe90zO/posterous_loved_by_guys.png.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/png" height="377" width="272" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/l8pWg5fkOWFJ9PjyPqcP4kSZTAluPbI1VVQWRBx8WLFbdsk29WwrH7sl3wsa/posterous_switch.png">
        <media:thumbnail height="377" width="272" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/l8pWg5fkOWFJ9PjyPqcP4kSZTAluPbI1VVQWRBx8WLFbdsk29WwrH7sl3wsa/posterous_switch.png"/>
      </media:content>
    </item>
    <item>
      <pubDate>Sat, 26 Jun 2010 10:37:00 -0700</pubDate>
      <title>Audrey's Chance to Shine</title>
      <link>http://musings.bafford.us/audreys-chance-to-shine</link>
      <guid>http://musings.bafford.us/audreys-chance-to-shine</guid>
      <description>
        <![CDATA[<p>
	<p>Now that Gwyneth is riding all over the place, the focus is on getting Audrey comfortable on two wheels. It can't be easy being the younger of two by only a year; peoples' expectations are high, and it's easy for everyone to forget how much younger you are. Luckily Audrey overcomes this pretty readily. She might lack in stamina, and she complains when she gets tired, but when she really wants something she figures it out.</p>
<p>Like with Gwyneth, we started her off with just coasting. She's tiny, though, and it's hard for her to walk with the pedals on the bike. So we removed them.</p>
<p>After a few trips to a local parking lot, she went from nothing to coasting downhill:</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/zyAiBIVxNyi1BZaTgP5PthpSPHJheh8Ulsw9hIWc3VtWXw2ZeqRo06IRXFei/DSC_5745.jpg.scaled.1000.jpg"><img alt="Dsc_5745" height="333" src="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/Bp2sgzWdGrdxM6oF72nIGwqjbArkbnENlfupCAwyTG6dg9ine5dNrRa3GLQE/DSC_5745.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p>Of course, she gets tired, and frustrated, but it's best to just leave her alone and let her stew.</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/tLUWyXrMzkXzQyaFT7tagDBW6J9famWToJ160oRnyjLsiian4lDUDZlf3PWR/DSC_5741.jpg.scaled.1000.jpg"><img alt="Dsc_5741" height="333" src="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/YdBpaap34kLwESLgM2TW67f7y2pD8Wcgh6z2NAjcRcsc88cDWSvUIa3JBAgH/DSC_5741.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p>Eventually she's back on the bike and coasting again.</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile7.posterous.com/getfile/files.posterous.com/ydant/JmhbN0PG9RZG9SAxRsX0x7O9LsdIDFJEOUsWsuF4qDo2Wqo0oUFPD9bg5Nj2/DSC_5747.jpg.scaled.1000.jpg"><img alt="Dsc_5747" height="333" src="http://getfile6.posterous.com/getfile/files.posterous.com/ydant/PoIQ1MJi8dH2OPBL20syj17T3h1z0hf7JT4MEKaaqg0fyO5E02uhjy9aqfUg/DSC_5747.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p>The balance is there, and she's trying to pedal without pedals, so she asked for her pedals back on again. Of course, pedals make it easier to fall...<div class='p_embed p_image_embed'>
<a href="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/orc6nKzpkrRb0R4jrsv6K9nB6aeFBRFfhya6IiH8sQ8ae96fhBLS7OmCqpxm/DSC_5783.jpg.scaled.1000.jpg"><img alt="Dsc_5783" height="333" src="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/z0LhtBJGwjFntVrdda9Hnd3qbsrxeaYQia1CnKIAeJvJknaAUqkLCmhInKi8/DSC_5783.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p>... and hurt yourself...<br /><div class='p_embed p_image_embed'>
<a href="http://getfile5.posterous.com/getfile/files.posterous.com/ydant/zCW1mbqMz2NGiecWhCmiX8gkVRafVASojoKPsSsX2KSCIlDyRpWSjFcvD4zX/DSC_5784.jpg.scaled.1000.jpg"><img alt="Dsc_5784" height="333" src="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/TZXGz8GeWfvaAU0h4oT8eZMCFMunii5oPatcKdWgj4w8acMKuqpjOlQqML2V/DSC_5784.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p>But they also let you go fast and go far!<div class='p_embed p_image_embed'>
<a href="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/dSFJMabeUEMW8PA4NeYAsIHOD1R8eocvJJFIlcIda6rxWct8bstJE41sYSF4/DSC_5788.jpg.scaled.1000.jpg"><img alt="Dsc_5788" height="333" src="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/k7cVqlwYNgsbjRfrtF7OeMPkyEQGJVeqgDXXHrxygFAPWi55ru0uRwPIVSsn/DSC_5788.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p>By the end of the two hours, Audrey was able to pedal pretty far by herself, and she'll be zooming along without any help just like her sister before we know it.</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2010-06-26/jjCwlrabawHzbntgHBuwhrebkEJFquEHkslmrBbJCFtstqHiwykltupesBrz/DSC_5756.JPG.scaled1000.jpg"><img alt="Dsc_5756" height="333" src="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2010-06-26/jjCwlrabawHzbntgHBuwhrebkEJFquEHkslmrBbJCFtstqHiwykltupesBrz/DSC_5756.JPG.scaled500.jpg" width="500" /></a>
</div>
</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/Sl6C5uMaKTjSSzUbChRXlISxAB8EwGaIq6U0OFy0e8S29SZsO8bc0MYOEMZk/DSC_5758.jpg.scaled.1000.jpg"><img alt="Dsc_5758" height="333" src="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/QGmYCNotMoHCKxpY2DWiWCcXvisdtuB0bECGYHMFekYMhZ8UsDL0UeTsTgOc/DSC_5758.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile6.posterous.com/getfile/files.posterous.com/ydant/IFLF0DxRXFktqBEgEMfkI9ZHEg5qwEpL3XOV6VQqSihFIjdUKOGq2QAvp6Lx/DSC_5798.jpg.scaled.1000.jpg"><img alt="Dsc_5798" height="752" src="http://getfile5.posterous.com/getfile/files.posterous.com/ydant/4mMhPkTtA1iilwAdhBz5kdm9dBulLRpBUP2y7luX5EOloaiEN3Ng82cYn68R/DSC_5798.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
	
</p>

<p><a href="http://musings.bafford.us/audreys-chance-to-shine">Permalink</a> 

	| <a href="http://musings.bafford.us/audreys-chance-to-shine#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="798" width="1200" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/QK0huD9ZHhFavK04VzqTAhxAdxTi52FnyTf08YIEZ77unCqIPXLZjt2w3yDa/DSC_5745.jpg">
        <media:thumbnail height="333" width="500" url="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/Bp2sgzWdGrdxM6oF72nIGwqjbArkbnENlfupCAwyTG6dg9ine5dNrRa3GLQE/DSC_5745.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="798" width="1200" url="http://getfile5.posterous.com/getfile/files.posterous.com/ydant/KNbENzVHr1QXbLsyn5WGI8g6mo8UbDzPJB8ySX5FhxaH1xvV6R9FCJzTvWjN/DSC_5747.jpg">
        <media:thumbnail height="333" width="500" url="http://getfile6.posterous.com/getfile/files.posterous.com/ydant/PoIQ1MJi8dH2OPBL20syj17T3h1z0hf7JT4MEKaaqg0fyO5E02uhjy9aqfUg/DSC_5747.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="798" width="1200" url="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/wi2YJ06M0Z7o620HaQ2wzy1i0HgU3EZBEAMKEpKpCsYSXDbM5fqmnZhHx6Zs/DSC_5758.jpg">
        <media:thumbnail height="333" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/QGmYCNotMoHCKxpY2DWiWCcXvisdtuB0bECGYHMFekYMhZ8UsDL0UeTsTgOc/DSC_5758.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="798" width="1200" url="http://getfile8.posterous.com/getfile/files.posterous.com/ydant/Ple6E6ygP7LCn9iVP24cFYHIWAUgqdSLF5aLUeU80F7IhcjtO2sFskFsJNDg/DSC_5783.jpg">
        <media:thumbnail height="333" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/z0LhtBJGwjFntVrdda9Hnd3qbsrxeaYQia1CnKIAeJvJknaAUqkLCmhInKi8/DSC_5783.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="798" width="1200" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/NxNrgVDBLuUqBcrYbD39kyruxFqSWeyfMrIUiaMTL2souExZrfdRvOuccl6C/DSC_5784.jpg">
        <media:thumbnail height="333" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/TZXGz8GeWfvaAU0h4oT8eZMCFMunii5oPatcKdWgj4w8acMKuqpjOlQqML2V/DSC_5784.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="798" width="1200" url="http://getfile9.posterous.com/getfile/files.posterous.com/ydant/xVEbsdRaUWCIGLl64AyMxMlDAAmBC1Lqb58T2rcwlQOodIqE9l2JBENwN5RG/DSC_5788.jpg">
        <media:thumbnail height="333" width="500" url="http://getfile0.posterous.com/getfile/files.posterous.com/ydant/k7cVqlwYNgsbjRfrtF7OeMPkyEQGJVeqgDXXHrxygFAPWi55ru0uRwPIVSsn/DSC_5788.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="1200" width="798" url="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/UBM64emJAuRS5y59hbkGYyuG0pW2Z8JJ7wX1TDKMQxJdP5dCZwY1Hk1e6zvU/DSC_5798.jpg">
        <media:thumbnail height="752" width="500" url="http://getfile5.posterous.com/getfile/files.posterous.com/ydant/4mMhPkTtA1iilwAdhBz5kdm9dBulLRpBUP2y7luX5EOloaiEN3Ng82cYn68R/DSC_5798.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="798" width="1200" url="http://getfile1.posterous.com/getfile/files.posterous.com/ydant/P6c7v3QKzAjHssLbKRYBaN8YZ3nfRi0HwB25yyDShRc7OsHIQI6gwIHwBojF/DSC_5741.jpg">
        <media:thumbnail height="333" width="500" url="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/YdBpaap34kLwESLgM2TW67f7y2pD8Wcgh6z2NAjcRcsc88cDWSvUIa3JBAgH/DSC_5741.jpg.scaled.500.jpg"/>
      </media:content>
      <media:content type="image/jpeg" height="798" width="1200" url="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2010-06-26/jjCwlrabawHzbntgHBuwhrebkEJFquEHkslmrBbJCFtstqHiwykltupesBrz/DSC_5756.JPG">
        <media:thumbnail height="333" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2010-06-26/jjCwlrabawHzbntgHBuwhrebkEJFquEHkslmrBbJCFtstqHiwykltupesBrz/DSC_5756.JPG.scaled500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Fri, 18 Jun 2010 06:10:00 -0700</pubDate>
      <title>revisiting and re-processing some photos</title>
      <link>http://musings.bafford.us/revisiting-and-re-processing-some-photos</link>
      <guid>http://musings.bafford.us/revisiting-and-re-processing-some-photos</guid>
      <description>
        <![CDATA[<p>
	<p>I spent some time recently going back over some of my favorite photos trying to pick out ones that didn't quite make the cut and see if I could salvage them. I think these turned out pretty well - the use of B&amp;W helps a lot. All of these are from the same weekend (last Thanksgiving). </p>
<p><a href="http://www.flickr.com/photos/ydant/4696156365/" title="Tag! by ydant, on Flickr"><img src="http://farm5.static.flickr.com/4036/4696156365_18b851178e.jpg" height="333" alt="Tag!" width="500" /></a> <a href="http://www.flickr.com/photos/ydant/4702724585/" title="Finger Pickin' by ydant, on Flickr"><img src="http://farm5.static.flickr.com/4014/4702724585_9e54546509.jpg" height="333" alt="Finger Pickin'" width="500" /></a></p>
<p>I especially like how this one turned out:</p>
<p><a href="http://www.flickr.com/photos/ydant/4703361524/" title="Finger Pickin' by ydant, on Flickr"><img src="http://farm5.static.flickr.com/4010/4703361524_2c57bf7136.jpg" height="333" alt="Finger Pickin'" width="500" /></a></p>
<p>Compressing the levels significantly and filtering out some of the background noise helped turn a pretty good picture into an great one. The sensor noise (which gets emphasized during the processing) seems to work really well for the picture, too.</p>
<p>The previous one was originally posted without much processing.  I definitely like the end result of the more processed photo.</p>
<p><a href="http://www.flickr.com/photos/ydant/4144349124/" title="Laughing Banjo by ydant, on Flickr"><img src="http://farm3.static.flickr.com/2517/4144349124_32da18dd1f.jpg" height="333" alt="Laughing Banjo" width="500" /></a></p>
	
</p>

<p><a href="http://musings.bafford.us/revisiting-and-re-processing-some-photos">Permalink</a> 

	| <a href="http://musings.bafford.us/revisiting-and-re-processing-some-photos#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 18 Jun 2010 05:18:00 -0700</pubDate>
      <title>All mounted up</title>
      <link>http://musings.bafford.us/all-mounted-up</link>
      <guid>http://musings.bafford.us/all-mounted-up</guid>
      <description>
        <![CDATA[<p>
	<p>Given that all four of us are riding bikes now, we needed some way to store them. We don't have a garage, so hanging on the wall was our most reasonable option. It's a little crowded in that corner, but it actually looks pretty good.</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile4.posterous.com/getfile/files.posterous.com/ydant/Vay6MLRITU3y7chmd9tZp0tU2X0D9RCWz2kmRiZwEGtpdUAjj82o3G4ytxs8/2010-06-17_07.17.01.jpg.scaled.1000.jpg"><img alt="2010-06-17_07" height="373" src="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/PYS34B1NlmhY5wu3fdpygh2lEmuHkeofXF2Tmo4wpDRtKcndQlzYlSVswZu1/2010-06-17_07.17.01.jpg.scaled.500.jpg" width="500" /></a>
</div>
</p>
<p>These are the <a href="http://www.rei.com/product/739528">Delta Leonardo Da Vinci Wall Rack [REI]</a> (also at <a href="http://www.amazon.com/gp/product/B000FGTTEW?ie=UTF8&amp;tag=musingsbaffor-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000FGTTEW">Amazon</a>). They work reasonably well, although getting the mountain bikes on them is a little tricky.</p>
	
</p>

<p><a href="http://musings.bafford.us/all-mounted-up">Permalink</a> 

	| <a href="http://musings.bafford.us/all-mounted-up#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="1936" width="2592" url="http://getfile2.posterous.com/getfile/files.posterous.com/ydant/Cd2EmpT6MgkCOe1y18iN9mqtaR1JCVYMXkfsXyjwwtTtDEDHrnn8wEdfunzF/2010-06-17_07.17.01.jpg">
        <media:thumbnail height="373" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/ydant/PYS34B1NlmhY5wu3fdpygh2lEmuHkeofXF2Tmo4wpDRtKcndQlzYlSVswZu1/2010-06-17_07.17.01.jpg.scaled.500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Fri, 05 Mar 2010 20:25:00 -0800</pubDate>
      <title>You Shouldn't Do That</title>
      <link>http://musings.bafford.us/you-shouldnt-do-that</link>
      <guid>http://musings.bafford.us/you-shouldnt-do-that</guid>
      <description>
        <![CDATA[<p>
	<p>Finally I managed to make the bank representative understand that I knew how to type the security answers into the website and that I was typing them in correctly.  So she went off to talk with Tech Support.  When she returned she explained to me that I had used special characters in the security answers, and the system allows me to do that. However, "I shouldn't do that", because it breaks things.  Just use subversive security questions like these:</p>
<div class="CodeRay">
  <div class="code"><pre>Gfvk!Sm!z@RVOZP!O-=`

5hi,=xPQnmel}&lt;'0Lgt6

m5:!oiwoeF9{S.G&gt;twnO

RKD`W#,'2C;6V{C6VJ8p

@%4%{7\N?Y.QoJv`E[ 0</pre></div>
</div>

<p>Your account will be so secure that <em>nobody</em> can log on.</p>
	
</p>

<p><a href="http://musings.bafford.us/you-shouldnt-do-that">Permalink</a> 

	| <a href="http://musings.bafford.us/you-shouldnt-do-that#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Wed, 09 Dec 2009 22:11:00 -0800</pubDate>
      <title>Of Books and Bytes</title>
      <link>http://musings.bafford.us/of-books-and-bytes</link>
      <guid>http://musings.bafford.us/of-books-and-bytes</guid>
      <description>
        <![CDATA[<p>
	<p><div class='p_embed p_image_embed'>
<img alt="Media_httpfarm3static_ugfdb" height="333" src="http://getfile4.posterous.com/getfile/files.posterous.com/import-ndvf/qjIzxnvBrzkFJgGtkoBFrwzGAwdCcccsudImwxushwczedmAbFGnvuktGmju/media_httpfarm3static_uGfdb.jpg.scaled500.jpg" width="500" />
</div>
 This is a hand-me-down copy of Clan of the Cave Bear - an embodiment of both the argument for and the argument against e-books.  What once was a smell that brought me back to browsing libraries and used book store shelves for hours at a time with great delight in the information and stories filling the walls from floor to ceiling, has become a visceral stench of age and decay.  Old books now smell musty and make my nose tickle.  They are bulky and don't hold up very well to the ages, a fact the copious amounts of packing tape holding the binding together are a testament to.  And still, for an e-book to last as long as this book would likely be just short of a miracle.  The companies over burden their books with copy protection and rights limiting software designed to lock you into a single device, although they claim it's to protect the artists' profits.  What are the chances that Amazon and Barnes and Noble will be around in 25 years to support your digital purchases?  This book has stood the test of time (and the ones surrounding it are still respectably aged when considering the life times of digital files).</p>
	
</p>

<p><a href="http://musings.bafford.us/of-books-and-bytes">Permalink</a> 

	| <a href="http://musings.bafford.us/of-books-and-bytes#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="333" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/import-ndvf/qjIzxnvBrzkFJgGtkoBFrwzGAwdCcccsudImwxushwczedmAbFGnvuktGmju/media_httpfarm3static_uGfdb.jpg">
        <media:thumbnail height="333" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/import-ndvf/qjIzxnvBrzkFJgGtkoBFrwzGAwdCcccsudImwxushwczedmAbFGnvuktGmju/media_httpfarm3static_uGfdb.jpg.scaled500.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Tue, 12 May 2009 02:50:00 -0700</pubDate>
      <title>Star Trek - The More Original Motion Picture</title>
      <link>http://musings.bafford.us/star-trek-the-more-original-motion-picture</link>
      <guid>http://musings.bafford.us/star-trek-the-more-original-motion-picture</guid>
      <description>
        <![CDATA[<p>
	
<p>Despite the hundreds of positive reviews surrounding the <a href="http://www.imdb.com/title/tt0796366/" style="text-decoration: none; color: #adb102;">new Star Trek movie</a> I didn’t watch it tonight expecting to see a good movie.  I didn’t have expectations of failure (although I wouldn’t be surprised given the franchise’s history), the quality of the movie was simply irrelevant.  I wasn’t going to see the movie, I was going to pay respect to an institution that has been with me for as long as I can remember.</p>
<p>Like so many geeks my age, I grew up watching Star Trek.  For my family it was a weekly tradition to catch new episodes as they aired and I remember being annoyed at football season (which often displaced episodes) and being downright pissed when George Bush (senior, not junior) interrupted the show with his <em>boring</em> speeches.  In retrospect this was far better than the later Bush who annoyed my simply by talking, but my younger mind didn’t understand those things.  Star Trek was an important part of my life, and I remember our weekly episodes with my father with as much fondness as our shopping trips and the rare chance to get dinner from the hot case at the deli they entailed.</p>
<p>Our family had the the entire Original Series on VHS and most of the Next Generation episodes as well.  Columbia House would ship them to us every so often and seeing that package in the mail was a definite high point for me.  I remember the cost of the subscription being an issue and I remember that it seemed important to continue even when we were living a modest lifestyle.  The franchise is embedded into my consciousness in a way that matches so few other things.</p>
<p>So from all of that, I should be identified as a trekker (trekkie, Star Trek enthusiast, take your pick), but I’m not.  The entire franchise produced an absurdly small amount of really good material for the amount of air time it earned.  The Next Generation and The Original Series both were full of boring lectures and poorly developed characters and plot holes the size of very large things.  The science was horrible and there was absolutely no continuity.  Despite the impact it had on my childhood, I don’t feel comfortable identifying with it.</p>
<p>Still, if you plop me in front of a The Next Generation episode I will watch it.  I’ll also know exactly which episode it is and everything about that episode within seconds.  I did have a communicator, tricorder, AND a uniform at one point.  Oh, and a tribble, although that was technically my dad’s.  I also follow Wil Wheaton’s blog and twitter.</p>
<p>So I don’t identify as a fan but I was compelled to watch this movie.  Even if the reviews had been universally horrible I would have watched it.</p>
<p>The scenes were Star Trek through and through with blatant nods to key elements from The Original Series down to a nice pan of the hull and the designation NCC-1701 (no bloody A, B, C, or D) painted across it.  The ship felt like the Enterprise as it would be if it were built today (ignoring NASA’s reliance on technology developed when the The Original Series was first aired), with bright large LCD displays and glass everywhere, without giving up the pipes and LEDs and switches that make it believable.</p>
<p>The characters were unmistakably younger versions of their Original Series counterparts to the point of being almost obnoxious about it.  Chekov’s accent was over the top and an obvious comedic gag, and, yes, we get it, Kirk was a hot-head.  Still, overall, the elements were there with characters like Bones and Sulu being spot on.  Kirk, especially, felt like Kirk with his various quirks showing through (like the way he sat when using the intercom).  The voice acting, thankfully, did not follow the famously Kirk style.  It was great to hear Majel Barrett in her role as the computer again.</p>
<p>So there was a lot of pandering, but that was expected.  A movie based on an institution this well ingrained can’t ignore the history of the franchise without significant backlash.  J. J. Abrams (and the writers, Roberto Orci and Alex Kurtzman) got that exactly right.</p>
<p>It was a movie brilliantly done and it feels right.  It has moving drama (both my girlfriend and I shed tears for characters we barely knew just minutes in), awesome action, impressive fighting, and a pace that meant I didn’t feel bored once throughout the entire movie (a rarity for me).  They pull it off and you don’t even care that they kill off the entire future franchise and explain it all away with a time travel paradox.  Hey, that’s Star Trek, too.</p>
<p>So thank you to those who made it happen.  For tonight, at least, I am a Star Trek fan again.</p>
<p> </p>
	
</p>

<p><a href="http://musings.bafford.us/star-trek-the-more-original-motion-picture">Permalink</a> 

	| <a href="http://musings.bafford.us/star-trek-the-more-original-motion-picture#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/601368/n721055281_6266323_7053093.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AqqYAgw2dZT</posterous:profileUrl>
        <posterous:firstName></posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>ydant</posterous:nickName>
        <posterous:displayName>ydant</posterous:displayName>
      </posterous:author>
    </item>
  </channel>
</rss>
