<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sket and the Hobo</title>
	<atom:link href="http://sketandthehobo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sketandthehobo.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 14 Mar 2009 04:25:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sketandthehobo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sket and the Hobo</title>
		<link>http://sketandthehobo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sketandthehobo.wordpress.com/osd.xml" title="Sket and the Hobo" />
	<atom:link rel='hub' href='http://sketandthehobo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Program a TI-83 to Calculate Chi-squared</title>
		<link>http://sketandthehobo.wordpress.com/2009/03/14/program-a-ti-83-to-calculate-chi-squared/</link>
		<comments>http://sketandthehobo.wordpress.com/2009/03/14/program-a-ti-83-to-calculate-chi-squared/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 04:21:17 +0000</pubDate>
		<dc:creator>sketthehobo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://sketandthehobo.wordpress.com/?p=48</guid>
		<description><![CDATA[Chi-squared, and the associated Probability Density Table, is used to quantify the match between a hypothesis and observed data. Chi-Squared is used a heck of a lot in all sorts of statistical sciences but has become a pain in my life recently because of genetics.  So let&#8217;s use our TI-83 calculator to crunch the numbers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=48&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Chi-squared, and the associated Probability Density Table, is used to quantify the match between a hypothesis and observed data. Chi-Squared is used a heck of a lot in all sorts of statistical sciences but has become a pain in my life recently because of genetics.  So let&#8217;s use our TI-83 calculator to crunch the numbers for us.</p>
<p>To make things easy we&#8217;ll need three different programs.  Let us start with the most basic:</p>
<p>Chi</p>
<p>hit the &#8216;program&#8217; button (here on callled prgm), then arrow over to the &#8216;New&#8217; menu and choose &#8216;Create New&#8217;.</p>
<p>name it &#8216;Chi&#8217; &#8211; Enter the following code<br />
<code><br />
Disp "Input Observerd"<br />
Input O<br />
Disp "Input Expected"<br />
Input E<br />
((O-E)^2/E -&gt; C<br />
</code></p>
<p>We now have our Chi-Squared function so now lets make the Probability Density program.  Again, create a new program, called &#8216;ChiTable&#8217; here &#8211; and enter the following code:<br />
<code><br />
N-1 -&gt; D<br />
(T^((D/2)-1)*e^(-T/2))/(2^(D/2)*(((N-1)!)*(D/2)))-&gt;P<br />
</code></p>
<p>Alright almost done &#8211; let&#8217;s tie it all together with our main program. Again new program, called here &#8216;ChiSQR&#8217; &#8211; enter the following code:<br />
<code><br />
0-&gt;R&amp;8800<br />
0-&gt;T<br />
0-&gt;N<br />
0-&gt;C<br />
0-&gt;P<br />
Disp "Number of Sets"<br />
Input N<br />
While R  ≠ N<br />
R+1 -&gt;R<br />
prgmCHI<br />
C+T-&gt;T<br />
Disp T<br />
End<br />
PrgmCHITABLE<br />
Disp "Probability"<br />
Disp P</code></p>
<p>Alright &#8211; so let&#8217;s test it to make sure it works &#8211; Hit PRGM, EXEC Tab, Then CHISQR and input the following information:</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>Type</td>
<td>Observed</td>
<td>Expected</td>
</tr>
<tr>
<td>1</td>
<td>62</td>
<td>50</td>
</tr>
<tr>
<td>2</td>
<td>38</td>
<td>50</td>
</tr>
</tbody>
</table>
<p>The program should output 2.88 for the first set, then 5.76 for the second and the probability should be .03307&#8230;&#8230;something.</p>
<p>If you don&#8217;t get that double check your work.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sketandthehobo.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sketandthehobo.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sketandthehobo.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sketandthehobo.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sketandthehobo.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sketandthehobo.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sketandthehobo.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sketandthehobo.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sketandthehobo.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sketandthehobo.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sketandthehobo.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sketandthehobo.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sketandthehobo.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sketandthehobo.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=48&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sketandthehobo.wordpress.com/2009/03/14/program-a-ti-83-to-calculate-chi-squared/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b8a9242da87e096fa26155e42da922e?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">sketthehobo</media:title>
		</media:content>
	</item>
		<item>
		<title>Compost Bin Project</title>
		<link>http://sketandthehobo.wordpress.com/2009/03/09/compost-bin-project/</link>
		<comments>http://sketandthehobo.wordpress.com/2009/03/09/compost-bin-project/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 15:28:10 +0000</pubDate>
		<dc:creator>sketthehobo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[compost]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[eco]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://sketandthehobo.wordpress.com/?p=36</guid>
		<description><![CDATA[Make a Compost Bin using not much.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=36&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Purpose: </strong></p>
<ul>
<li>Create a Compost Bin, cause buying one is like crazy expensive.</li>
</ul>
<p><strong>Materials: </strong></p>
<ul>
<li>Several lengths of wood</li>
<li>Blue plastics shipping drum (50 gallon)</li>
<li>Length of pipe</li>
<li>Throw Bolt and two hinges</li>
</ul>
<p><strong>Tools:</strong></p>
<ul>
<li>Soldering Iron (not a nice one either)</li>
<li>saw, nails, screwdriver, measuring tape</li>
</ul>
<p><strong>Procedure:</strong></p>
<p>1) Create Frame</p>
<ul>
<li>Measure wood frame such that length is equal to drum height plus 1 inch on each side. Height of supports as diameter of drum plus three inches.</li>
<li>Add feet to frame such that length of foot on each side is greater than half the radius of the drum from the center.</li>
<li>Cut V&#8217;s into the vertical supports &#8211; these need to be twice as deep as the radius of the axle pipe you are planning to use.</li>
</ul>
<p>2) Axelize Drum</p>
<ul>
<li>Using Soldering Iron burn holes into the top and bottom of drum at the center of the circle</li>
<li>Throw the length of pipe through from one hole out the next.  You measured it first, right?</li>
<li>A little bit of pipe sticking out should fit well into the vertical supports.</li>
</ul>
<p>3) Add Door and perforate Drum</p>
<ul>
<li>Take a piece of 8.5 X 11 paper and place it so it&#8217;s middle is at the middle (height wise) of the drum. Mark the four corners.</li>
<li>Use the soldering iron to burn out the corners so you can start to saw through it.</li>
<li>Keep the piece you cut out.</li>
<li>Reattach the cut piece as the door using the hinges and throw bolt (orientate so that they are on opposite sides from one another.)</li>
<li>using the soldering iron burn out holes along the drum for aeration &#8211; you don&#8217;t need to go overboard &#8211; maybe a dozen.</li>
</ul>

<a href='http://sketandthehobo.wordpress.com/2009/03/09/compost-bin-project/compost-bin_1/' title='compost-bin_1'><img width="150" height="109" src="http://sketandthehobo.files.wordpress.com/2009/03/compost-bin_1.gif?w=150&#038;h=109" class="attachment-thumbnail" alt="compost-bin_1" title="compost-bin_1" /></a>
<a href='http://sketandthehobo.wordpress.com/2009/03/09/compost-bin-project/compost-bin_2/' title='compost-bin_2'><img width="150" height="107" src="http://sketandthehobo.files.wordpress.com/2009/03/compost-bin_2.gif?w=150&#038;h=107" class="attachment-thumbnail" alt="compost-bin_2" title="compost-bin_2" /></a>
<a href='http://sketandthehobo.wordpress.com/2009/03/09/compost-bin-project/compost-bin_3/' title='compost-bin_3'><img width="150" height="114" src="http://sketandthehobo.files.wordpress.com/2009/03/compost-bin_3.gif?w=150&#038;h=114" class="attachment-thumbnail" alt="compost-bin_3" title="compost-bin_3" /></a>
<a href='http://sketandthehobo.wordpress.com/2009/03/09/compost-bin-project/compost-bin_4/' title='compost-bin_4'><img width="150" height="112" src="http://sketandthehobo.files.wordpress.com/2009/03/compost-bin_4.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="compost-bin_4" title="compost-bin_4" /></a>
<a href='http://sketandthehobo.wordpress.com/2009/03/09/compost-bin-project/compost-bin_5/' title='compost-bin_5'><img width="150" height="112" src="http://sketandthehobo.files.wordpress.com/2009/03/compost-bin_5.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="compost-bin_5" title="compost-bin_5" /></a>

<p><strong>Further Projects:</strong></p>
<ul>
<li>Have a compost party &#8211; seriously it&#8217;s just an excuse to get drunk</li>
<li>Customize the Compost for serious degradation.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sketandthehobo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sketandthehobo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sketandthehobo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sketandthehobo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sketandthehobo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sketandthehobo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sketandthehobo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sketandthehobo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sketandthehobo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sketandthehobo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sketandthehobo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sketandthehobo.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sketandthehobo.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sketandthehobo.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=36&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sketandthehobo.wordpress.com/2009/03/09/compost-bin-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b8a9242da87e096fa26155e42da922e?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">sketthehobo</media:title>
		</media:content>
	</item>
		<item>
		<title>Anti-Scavenger</title>
		<link>http://sketandthehobo.wordpress.com/2009/03/02/anti-scavenger/</link>
		<comments>http://sketandthehobo.wordpress.com/2009/03/02/anti-scavenger/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 02:38:42 +0000</pubDate>
		<dc:creator>sketthehobo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sketandthehobo.wordpress.com/?p=29</guid>
		<description><![CDATA[Craig at nevernothing wanted some outlandish advice on scavenger hunts, or he wanted to rub it in that we weren&#8217;t in Portland for the one they had planned. Being generous and not paranoid that everyone I know secretly hates me we brought up the point up at a Autoshop. Here are three suggestions to improve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=29&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_30" class="wp-caption aligncenter" style="width: 232px"><img class="size-medium wp-image-30" title="mrbojangles" src="http://sketandthehobo.files.wordpress.com/2009/03/mrbojangles.jpg?w=222&#038;h=300" alt="Lost Gorilla - last Seen falling out the back of a meat truck" width="222" height="300" /><p class="wp-caption-text">Lost Gorilla - last Seen falling out the back of a meat truck</p></div>
<p>Craig at <a href="http://www.nevernothing.org/">nevernothing</a> wanted some outlandish advice on scavenger hunts, or he wanted to rub it in that we weren&#8217;t in Portland for the one they had planned. Being generous and not paranoid that everyone I know secretly hates me we brought up the point up at a Autoshop.</p>
<p><span id="more-29"></span>Here are three suggestions to improve <strong>any</strong> scavenger hunt:</p>
<ol>
<li>1. Restriction on Buying &#8211; The challenge isn&#8217;t enough unless you do it for free. There in is the twist and novelty.</li>
<li>2. Geographical Limits &#8211; set up precise limits that are allowed. Usually anything in a 30 minute radius. Anything greater in area than that and the groups dissolve into individuals and the game becomes a solitary affair.</li>
<li>3. Include substitutes &#8211; The idea here is that while some challenges can be achieved in a literal manner there should be a way to achieve things in a more metaphorical manner. So if there is a Eiffel Tower challenge actually bringing an Eiffel Tower replica may be a lot less fun then creating one.</li>
</ol>
<p>Now some other ideas about actual challenges:</p>
<ul>
<li>Team Exchange Challenge &#8211; Teams may have to collect members of opposing teams.</li>
<li>The Chuckle Challenge &#8211; Tell a joke to a stranger that makes them laugh.</li>
<li>Apparition Challenge &#8211; Create a image of the Virgin Mary (or other recognizable individual) on a wall, tortilla, birthmark, etc.</li>
<li>Head shots Challenge &#8211; Try to give away signed pictures of oneself to diners and other eateries. Bonus points for getting them hung on the wall.</li>
<li>Photo Ghost Challenge &#8211; Get pictures taken of you getting your picture taken by someone you don&#8217;t know . That is being in the background of a strangers photo and have that event itself photographed.</li>
<li>Phrase Generator &#8211; Have a stranger say a predefined phrase without them knowing what the phrase is by couching them or twisting it into the conversation somehow.</li>
<li>Today&#8217;s Word Is Challenge &#8211; Try to get a stranger to use a uncommon word in conversation &#8211; again no telling them what it is but couching and twisting are allowed.</li>
<li>Today&#8217;s Word Is (shortbus version) &#8211; Choose a ridiculously easy word, when a stranger says it emit shrieks and/or confetti carry on at great length &#8211; Don&#8217;t tell them it is the word of the day just react to it each time they say it until they deduce the matter themselves or leave.</li>
<li>Penny Dispenser &#8211; try to give away a roll of pennies one by one to passers by.</li>
<li>L. Ron Challenge &#8211; Start a religion get a convert.</li>
<li>Art Giveaway Challenge &#8211; give a piece away or convince someone that what you just gave them is art.</li>
<li>Walking Yard Sale &#8211; A spontaneous clothing swap with a stranger.</li>
<li>Memory Give Away &#8211; give someone a memory of yours (or give them something they&#8217;ll never forget).</li>
<li>Mr. Bojangles &#8211; Post 10 missing gorilla signs around town, different colors for different teams. (as above)</li>
<li>Kick Ass New Pad Challenge &#8211; first person to receive a building or a house wins (remember no purchases).</li>
</ul>
<p>And that is what we have so far.</p>
<p>Pieter</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sketandthehobo.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sketandthehobo.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sketandthehobo.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sketandthehobo.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sketandthehobo.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sketandthehobo.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sketandthehobo.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sketandthehobo.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sketandthehobo.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sketandthehobo.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sketandthehobo.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sketandthehobo.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sketandthehobo.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sketandthehobo.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=29&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sketandthehobo.wordpress.com/2009/03/02/anti-scavenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b8a9242da87e096fa26155e42da922e?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">sketthehobo</media:title>
		</media:content>

		<media:content url="http://sketandthehobo.files.wordpress.com/2009/03/mrbojangles.jpg?w=222" medium="image">
			<media:title type="html">mrbojangles</media:title>
		</media:content>
	</item>
		<item>
		<title>New Header Image All The Time</title>
		<link>http://sketandthehobo.wordpress.com/2009/03/02/new-header-image-all-the-time/</link>
		<comments>http://sketandthehobo.wordpress.com/2009/03/02/new-header-image-all-the-time/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 00:49:18 +0000</pubDate>
		<dc:creator>sketthehobo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sketandthehobo.wordpress.com/?p=25</guid>
		<description><![CDATA[There are a lot of image generation services out there and I think making new ones is fun &#8211; soI&#8217;ve thought to smuggle this one from Wordle in through the back door. I like it but is it Header worthy?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=25&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are a lot of image generation services out there and I think making new ones is fun &#8211; soI&#8217;ve thought to smuggle this one from <a title="wordle" href="http://www.wordle.net/create">Wordle</a> in through the back door.</p>
<p><img class="aligncenter size-full wp-image-26" title="header" src="http://sketandthehobo.files.wordpress.com/2009/03/header.jpg?w=420&#038;h=133" alt="header" width="420" height="133" />I like it but is it Header worthy?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sketandthehobo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sketandthehobo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sketandthehobo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sketandthehobo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sketandthehobo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sketandthehobo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sketandthehobo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sketandthehobo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sketandthehobo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sketandthehobo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sketandthehobo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sketandthehobo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sketandthehobo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sketandthehobo.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=25&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sketandthehobo.wordpress.com/2009/03/02/new-header-image-all-the-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b8a9242da87e096fa26155e42da922e?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">sketthehobo</media:title>
		</media:content>

		<media:content url="http://sketandthehobo.files.wordpress.com/2009/03/header.jpg" medium="image">
			<media:title type="html">header</media:title>
		</media:content>
	</item>
		<item>
		<title>To Do List</title>
		<link>http://sketandthehobo.wordpress.com/2009/03/01/17/</link>
		<comments>http://sketandthehobo.wordpress.com/2009/03/01/17/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 18:09:07 +0000</pubDate>
		<dc:creator>sketthehobo</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[To Do]]></category>

		<guid isPermaLink="false">http://sketandthehobo.wordpress.com/2009/03/01/17/</guid>
		<description><![CDATA[A list of things we are doing or need to be done. Name of Thing Info about Thing ETA Completed? Sitelist need to list everyone we know 03.08 Compost bin got to fix the door 03.06 Yes Sneetches basic body plan + fabric choices 10.31 Make a piece of flat art I really like this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=17&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-16" title="dothisthing" src="http://sketandthehobo.files.wordpress.com/2009/03/dothisthing1.jpg?w=420&#038;h=21" alt="dothisthing" width="420" height="21" />A list of things we are doing or need to be done.</p>
<table style="text-align:left;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><strong>Name of Thing</strong></td>
<td><strong> Info about Thing</strong></td>
<td><strong> ETA</strong></td>
<td><strong> Completed?</strong></td>
</tr>
<tr>
<td>Sitelist</td>
<td>need to list everyone we know</td>
<td>03.08</td>
<td></td>
</tr>
<tr>
<td>Compost bin</td>
<td>got to fix the door</td>
<td>03.06</td>
<td style="text-align:center;"><a href="http://sketandthehobo.wordpress.com/2009/03/09/compost-bin-project/">Yes</a></td>
</tr>
<tr>
<td>Sneetches</td>
<td>basic body plan + fabric choices</td>
<td>10.31</td>
<td></td>
</tr>
<tr>
<td>Make a piece of flat art</td>
<td>I really like this one by <a href="http://www.somethingawful.com/d/photoshop-phriday/star-wars-art.php?page=10">pegamoose</a></td>
<td>03.16</td>
<td></td>
</tr>
<tr>
<td>Make my own <a href="http://www.yourfonts.com/">Font</a></td>
<td>And love it forever</td>
<td>03.06</td>
<td></td>
</tr>
<tr>
<td>Make a mailbox</td>
<td>A man needs a place for his inbound philatelic samples</td>
<td>03.20</td>
<td></td>
</tr>
<tr>
<td>Memorize a poem</td>
<td>One stanza a week: This month: Robert Frost&#8217;s Two tramps in Mudtime</td>
<td>05.07</td>
<td></td>
</tr>
<tr>
<td>Program TI-83</td>
<td>To Calculate Chi-Squared &#8211; ah hell yeah.</td>
<td>03.14</td>
<td style="text-align:center;"><a href="http://sketandthehobo.wordpress.com/2009/03/14/program-a-ti-83-to-calculate-chi-squared/">Yes</a></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<ul>
<li>issues, ideas, comments or criticisms? add to the comments!</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sketandthehobo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sketandthehobo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sketandthehobo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sketandthehobo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sketandthehobo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sketandthehobo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sketandthehobo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sketandthehobo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sketandthehobo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sketandthehobo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sketandthehobo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sketandthehobo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sketandthehobo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sketandthehobo.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sketandthehobo.wordpress.com&amp;blog=5299958&amp;post=17&amp;subd=sketandthehobo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sketandthehobo.wordpress.com/2009/03/01/17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b8a9242da87e096fa26155e42da922e?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">sketthehobo</media:title>
		</media:content>

		<media:content url="http://sketandthehobo.files.wordpress.com/2009/03/dothisthing1.jpg" medium="image">
			<media:title type="html">dothisthing</media:title>
		</media:content>
	</item>
	</channel>
</rss>
