<?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>Random Crap</title>
	<atom:link href="http://theotherguy1726.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theotherguy1726.wordpress.com</link>
	<description>ramblings and randomness from theotherguy's brain</description>
	<lastBuildDate>Thu, 01 Apr 2010 01:53:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='theotherguy1726.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Random Crap</title>
		<link>http://theotherguy1726.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://theotherguy1726.wordpress.com/osd.xml" title="Random Crap" />
	<atom:link rel='hub' href='http://theotherguy1726.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Doo do doo doo</title>
		<link>http://theotherguy1726.wordpress.com/2010/03/31/doo-do-doo-doo/</link>
		<comments>http://theotherguy1726.wordpress.com/2010/03/31/doo-do-doo-doo/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 01:46:29 +0000</pubDate>
		<dc:creator>Kevin Forbes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[robots college code]]></category>

		<guid isPermaLink="false">http://theotherguy1726.wordpress.com/?p=37</guid>
		<description><![CDATA[A lot has happened the last few months. The robot club started their build and finished just about 6 weeks later, ending with their final creation, Hank. He did good at Arizona, but succumbed to a few problems (bad wiring, not enough driver practice, etc) and didn&#8217;t quite make the cut for eliminations. However, they&#8217;ve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=37&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A lot has happened the last few months. The robot club started their build and finished just about 6 weeks later, ending with their final creation, Hank. He did good at Arizona, but succumbed to a few problems (bad wiring, not enough driver practice, etc) and didn&#8217;t quite make the cut for eliminations. However, they&#8217;ve still got Las Vegas to look forward to, and I&#8217;m sure they&#8217;ll do much better with the experience they&#8217;ve gained in Phoenix. As a side note, myself and my brothers got in contact with a newly formed FIRST team here in Tucson, 3194 from Tucson High. We helped during the last few weeks, and they ended their first FIRST regional as finalists with 3 metals! They also managed to get in to the Vegas regional as a late entry, so they&#8217;ll be competing with the NERDS this weekend.</p>
<p>School here at the UA is going okay as well. I&#8217;m only taking 14 units this semester, and it&#8217;s a breeze compared to last year. All of my classes are finished before 11 every day, so I seem to have plenty of time for being lazy.</p>
<p>I was sitting in front of my computer screen today (as I am prone to do every day to no end) and was reminiscing about the engineering science fair I was in last year. We built an inertial navigation system using the Lego NXT platform and a 3rd party accelerometer. It didn&#8217;t really work at all, so I was thinking of ways to make a reliable system that FIRST teams like the NERDS could use. Using a gyro or compass (I&#8217;m not sure which is more accurate, I&#8217;ve heard gyros tend to drift) and a quadrature encoder, you could relatively accurately keep track of the position of the robot on the field, and subsequently make functions to move to various locations. Some pseudo-code for those interested:<br />
<code><br />
getPosition()<br />
{<br />
double angle = getGyroHeading()<br />
double distance = getEncoderDistance()</code></p>
<p><code> double curX = cos(angle)*distance<br />
double curY = sin(angle)*distance</code></p>
<p><code> posX += curX<br />
posY += curY</code></p>
<p><code> resetEncoder()<br />
}<br />
</code><br />
Essentially, you take the distance you&#8217;ve traveled since the last iteration of the loop and add the components of that displacement to the total displacement with respect to the field. The only way this would be considered unreliable is if the wheels slip. The target for this would be autonomous though, so you can assume for all intents and purposes that it will not. I really want to test this and create something useful, but at the moment I have neither an encoder, a gyro, or a robot &#8211; all very useful for testing purposes. So I suppose I&#8217;ll have to wait&#8230; Maybe once summer starts and the NERDS do their summer vex camps I work with them on it.</p>
<p>That&#8217;s about all I&#8217;ve got..<br />
Yup.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theotherguy1726.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theotherguy1726.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theotherguy1726.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theotherguy1726.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theotherguy1726.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theotherguy1726.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theotherguy1726.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theotherguy1726.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theotherguy1726.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theotherguy1726.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theotherguy1726.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theotherguy1726.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theotherguy1726.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theotherguy1726.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=37&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theotherguy1726.wordpress.com/2010/03/31/doo-do-doo-doo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d68c1035466788eef6c0eaa2e618e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevin_forbes</media:title>
		</media:content>
	</item>
		<item>
		<title>Test Post from Windows Live Writer :O</title>
		<link>http://theotherguy1726.wordpress.com/2009/08/03/test-post-from-windows-live-writer-o/</link>
		<comments>http://theotherguy1726.wordpress.com/2009/08/03/test-post-from-windows-live-writer-o/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 09:28:19 +0000</pubDate>
		<dc:creator>Kevin Forbes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theotherguy1726.wordpress.com/2009/08/03/test-post-from-windows-live-writer-o/</guid>
		<description><![CDATA[Zomg! Does this blasted thing actually work? I for one do not believe it… I’ve gotta say, it’s pretty random but neat all the same… By the way, we made a FIRST promo vid for FRC, it’s up at YouTube but you can get an exclusive look riiiiight here:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=36&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Zomg! Does this blasted thing actually work? I for one do not believe it… I’ve gotta say, it’s pretty random but neat all the same…</p>
<p>By the way, we made a FIRST promo vid for FRC, it’s up at YouTube but you can get an exclusive look riiiiight here:</p>
<div style="width:425px;display:block;float:none;margin:0 auto;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:284a6470-5ef9-4261-9ddc-d67f40e8b57a" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://theotherguy1726.wordpress.com/2009/08/03/test-post-from-windows-live-writer-o/"><img src="http://img.youtube.com/vi/nvxjEuf5kLU/2.jpg" alt="" /></a></span></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theotherguy1726.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theotherguy1726.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theotherguy1726.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theotherguy1726.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theotherguy1726.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theotherguy1726.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theotherguy1726.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theotherguy1726.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theotherguy1726.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theotherguy1726.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theotherguy1726.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theotherguy1726.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theotherguy1726.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theotherguy1726.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=36&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theotherguy1726.wordpress.com/2009/08/03/test-post-from-windows-live-writer-o/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d68c1035466788eef6c0eaa2e618e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevin_forbes</media:title>
		</media:content>
	</item>
		<item>
		<title>Holy Crappola!</title>
		<link>http://theotherguy1726.wordpress.com/2009/04/21/holy-crappola/</link>
		<comments>http://theotherguy1726.wordpress.com/2009/04/21/holy-crappola/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 05:10:10 +0000</pubDate>
		<dc:creator>Kevin Forbes</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FIRST]]></category>
		<category><![CDATA[piano]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[unicycle]]></category>
		<category><![CDATA[water]]></category>
		<category><![CDATA[win!]]></category>

		<guid isPermaLink="false">http://theotherguy1726.wordpress.com/?p=33</guid>
		<description><![CDATA[Jeebus, it&#8217;s been a whopping 4 months?? Okay, small update: We went ahead and build an FTC robot or two, had fun at the regional in Phoenix, and all was well. This was, of course, after we finished build season, during which the cooliest group I&#8217;ve ever met helped build the awesomest robot I&#8217;ve ever [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=33&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Jeebus, it&#8217;s been a whopping 4 months?? Okay, small update:</p>
<p>We went ahead and build an FTC robot or two, had fun at the regional in Phoenix, and all was well. This was, of course, after we finished build season, during which the cooliest group I&#8217;ve ever met helped build the awesomest robot I&#8217;ve ever seen. The new system and LABView were amazing, which made my final year on the team that much better. Luckily, we&#8217;ve got an incredible group of students ready for next year, so I&#8217;m quite satisfied that our mission as seniors was accomplished.</p>
<p>Right, so, the competitions. Basically, FIRST came out with the game Lunacy, to which we build an awesometastic spiral-hoppered turreted shooter of sorts that could track targets autonomously on the go and adjust for distance accordingly as well. It held a max of 15 orbit balls and had a fire rate of abouuut 4 per second, maybe a little less. We seeded 4th in LA and made it to the semifinals with one of the coolest teams ever, 330. We then proceeded to the Arizona regional with a hood that made the balls fire straight down (thus vetoing all work done for tracking and long distance shooting&#8230; *sigh*) However, we seeded 1st, had an overall record of 15-1-0, and won the event. Holy Jeebers, Batman! I got to drive the robot and win a regional : D So that fulfills my senior year, just winning a robotics regional.</p>
<p>However, we just recently also went to the Championship in Atlanta. We seeded 17th of 88 teams in the Newton Division and made it to the quarterfinals, breaking our record from the last time we went to Atlanta. We also visited the World of Coca-Cola and the Aquarium, which were quite fantastical adventures in themselves.</p>
<p>Anyway, we just got back from that on Sunday. I need to whip out my unicycle some time now that it&#8217;s getting hot (and Mr. Forbes needs to fix the swamp cooler!!). Piano is pretty awesome right now, there&#8217;s a recital coming up that should be lots of phun. And I&#8217;m going a week on just water! And I have a giant infested wart on my foot! Yay!</p>
<p>Til then&#8230; lata foo&#8217;s!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theotherguy1726.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theotherguy1726.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theotherguy1726.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theotherguy1726.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theotherguy1726.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theotherguy1726.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theotherguy1726.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theotherguy1726.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theotherguy1726.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theotherguy1726.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theotherguy1726.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theotherguy1726.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theotherguy1726.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theotherguy1726.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=33&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theotherguy1726.wordpress.com/2009/04/21/holy-crappola/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d68c1035466788eef6c0eaa2e618e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevin_forbes</media:title>
		</media:content>
	</item>
		<item>
		<title>Robotics Much?</title>
		<link>http://theotherguy1726.wordpress.com/2008/12/21/robotics-much/</link>
		<comments>http://theotherguy1726.wordpress.com/2008/12/21/robotics-much/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 08:23:39 +0000</pubDate>
		<dc:creator>Kevin Forbes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FIRST]]></category>
		<category><![CDATA[juggling]]></category>
		<category><![CDATA[piano]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[unicycling]]></category>

		<guid isPermaLink="false">http://theotherguy1726.wordpress.com/2008/12/21/robotics-much/</guid>
		<description><![CDATA[That&#8217;s what I&#8217;ve been up to. Last post was in June, I believe. Since then, my carpet has been installed successfully, school started, first quarter went by, and now second quarter has come to a close. That. Was. Fast. Robotics hasn&#8217;t been doing much lately except work on FIRST Tech Challenge robots and other random [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=32&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s what I&#8217;ve been up to. Last post was in June, I believe. Since then, my carpet has been installed successfully, school started, first quarter went by, and now second quarter has come to a close.<br />
That. Was. Fast.</p>
<p>Robotics hasn&#8217;t been doing much lately except work on FIRST Tech Challenge robots and other random events. The numbers started out startlingly high: around 35-40. Good news there: they&#8217;ve dropped to about 25, which is usually a pretty healthy, manageable number. Luckily we received both FTC kits before the close of the semester and have begun work on both robots (did I mention we have two FTC teams? We have two FTC  teams&#8230;). We also got the new FIRST Robotics Competition Control System [kind of] early this year, about 2 weeks late but 2 weeks earlier than we would have gotten it. So far so good, the controller is the CompactRIO from National Instruments, which is programmable in C/C++ or LabVIEW. For better or worse, we&#8217;ve decided to take the challenge and climb the learning curve of LabVIEW; there&#8217;s just too many features (wireless, real-time debugging included) that can&#8217;t be turned down. </p>
<p>Other than robotics, I&#8217;ve been busy with piano; I&#8217;d like to learn jazz improv with a 12-bar progression, but not having a teacher that knows that already is making this kind of difficult. I&#8217;ll just need to scavenge the vast cosmos of the intrawebs for the answers I seek. Unicycling and juggling have slowed down considerably since calculus, programming, and cold weather set in, but they should be back in no time&#8230;</p>
<p>Kick off for FRC is January 3rd, should be intensely fun as the chaos of build season begins. </p>
<p>That&#8217;s that. Adios!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theotherguy1726.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theotherguy1726.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theotherguy1726.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theotherguy1726.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theotherguy1726.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theotherguy1726.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theotherguy1726.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theotherguy1726.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theotherguy1726.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theotherguy1726.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theotherguy1726.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theotherguy1726.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theotherguy1726.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theotherguy1726.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=32&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theotherguy1726.wordpress.com/2008/12/21/robotics-much/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d68c1035466788eef6c0eaa2e618e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevin_forbes</media:title>
		</media:content>
	</item>
		<item>
		<title>Schtuff</title>
		<link>http://theotherguy1726.wordpress.com/2008/06/24/schtuff/</link>
		<comments>http://theotherguy1726.wordpress.com/2008/06/24/schtuff/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 04:05:24 +0000</pubDate>
		<dc:creator>Kevin Forbes</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[room cleaning]]></category>
		<category><![CDATA[unicycle]]></category>

		<guid isPermaLink="false">http://theotherguy1726.wordpress.com/?p=24</guid>
		<description><![CDATA[Typical day, I guess. We did more camp stuff today, but unfortunately the ultrasonic sensors have a sense of humor and decided not to work. Hmm. I did manage to hand off Mr. PosUni to James, hopefully he can get it down pretty soon and get a nice one, so another person in the club [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=24&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Typical day, I guess. We did more camp stuff today, but unfortunately the ultrasonic sensors have a sense of humor and decided not to work. Hmm.</p>
<p style="text-align:left;">I did manage to hand off Mr. PosUni to James, hopefully he can get it down pretty soon and get a nice one, so another person in the club can learn! (Club circus, anyone?)</p>
<p style="text-align:left;">And the last thing I did today was finally get the rest of my floor clean and ready for carpet. All I need to do now is remove these 3 pieces of furniture and WaLa! We&#8217;ll be good to go.</p>
<p style="text-align:center;"><a href="http://theotherguy1726.files.wordpress.com/2008/06/dscn2426.jpg"><img class="size-medium wp-image-25 aligncenter" src="http://theotherguy1726.files.wordpress.com/2008/06/dscn2426.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p style="text-align:left;">And apparently we get to use Eclipse for programming next school year. That should be way, way fun!</p>
<p style="text-align:left;">Yep.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theotherguy1726.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theotherguy1726.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theotherguy1726.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theotherguy1726.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theotherguy1726.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theotherguy1726.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theotherguy1726.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theotherguy1726.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theotherguy1726.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theotherguy1726.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theotherguy1726.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theotherguy1726.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theotherguy1726.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theotherguy1726.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theotherguy1726.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theotherguy1726.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=24&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theotherguy1726.wordpress.com/2008/06/24/schtuff/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d68c1035466788eef6c0eaa2e618e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevin_forbes</media:title>
		</media:content>

		<media:content url="http://theotherguy1726.files.wordpress.com/2008/06/dscn2426.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Another Day, Another Pineapple</title>
		<link>http://theotherguy1726.wordpress.com/2008/06/23/another-day-another-pineapple/</link>
		<comments>http://theotherguy1726.wordpress.com/2008/06/23/another-day-another-pineapple/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 23:35:49 +0000</pubDate>
		<dc:creator>Kevin Forbes</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[unicycle]]></category>

		<guid isPermaLink="false">http://theotherguy1726.wordpress.com/?p=20</guid>
		<description><![CDATA[Not much happened today. The robotics club kicked off the second summer robotics session of the year, which was quite fun. Only 10 kids showed up, which is just how many I wanted (should have expected it, anyway). We had fun teaching them the basics of mechanical stuff and whatnot, and tomorrow we get to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=20&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Not much happened today. The robotics club kicked off the second summer robotics session of the year, which was quite fun. Only 10 kids showed up, which is just how many I wanted (should have expected it, anyway). We had fun teaching them the basics of mechanical stuff and whatnot, and tomorrow we get to start with sensors and programming and weird stuff like that. Yeah.</p>
<p>Afterward, Gary and I mozied on over to Dan Pressler&#8217;s house (he was watching Scorpion King&#8230; what a weirdo!)  and stole back my original unicycle! Yay! Here&#8217;s a picture (because pictures are amazing):</p>
<p style="text-align:center;"><a href="http://theotherguy1726.files.wordpress.com/2008/06/fscn2424.jpg"><img class="size-medium wp-image-21 aligncenter" src="http://theotherguy1726.files.wordpress.com/2008/06/fscn2424.jpg?w=300&#038;h=225" alt="Piece Of Shit!" width="300" height="225" /></a></p>
<p>So, now I can give this to other members of the club and we can create a giant circus roboticist community! What fun. I can&#8217;t think of any other news right now, either. Except that I finally compiled a simple Hello World program and ran it in a GameCube emulator and WaLa! it worked. So once I clean my room and get my Wii set up again, I can start writing some programs for it and getting used to the libraries available.</p>
<p>Right.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theotherguy1726.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theotherguy1726.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theotherguy1726.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theotherguy1726.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theotherguy1726.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theotherguy1726.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theotherguy1726.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theotherguy1726.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theotherguy1726.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theotherguy1726.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theotherguy1726.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theotherguy1726.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theotherguy1726.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theotherguy1726.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theotherguy1726.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theotherguy1726.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=20&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theotherguy1726.wordpress.com/2008/06/23/another-day-another-pineapple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d68c1035466788eef6c0eaa2e618e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevin_forbes</media:title>
		</media:content>

		<media:content url="http://theotherguy1726.files.wordpress.com/2008/06/fscn2424.jpg?w=300" medium="image">
			<media:title type="html">Piece Of Shit!</media:title>
		</media:content>
	</item>
		<item>
		<title>News on Teh Block</title>
		<link>http://theotherguy1726.wordpress.com/2008/06/22/news-on-teh-block/</link>
		<comments>http://theotherguy1726.wordpress.com/2008/06/22/news-on-teh-block/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 19:41:24 +0000</pubDate>
		<dc:creator>Kevin Forbes</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[room cleaning]]></category>
		<category><![CDATA[unicycle]]></category>

		<guid isPermaLink="false">http://theotherguy1726.wordpress.com/?p=15</guid>
		<description><![CDATA[That&#8217;s right, I just said &#8216;teh&#8217; instead of &#8216;the&#8217;. Because that&#8217;s what cool people do. So, as far as news is concerned&#8230; I&#8217;ve begun the arduous journey of cleaning my room. Not because I want to, but so we can get some carpet upstairs and hopefully scourge this house of the last remaining poor-quality flooring [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=15&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, I just said &#8216;teh&#8217; instead of &#8216;the&#8217;. Because that&#8217;s what cool people do.</p>
<p>So, as far as news is concerned&#8230; I&#8217;ve begun the arduous journey of cleaning my room. Not because I want to, but so we can get some carpet upstairs and hopefully scourge this house of the last remaining poor-quality flooring (ie. plywood!). So far I&#8217;ve managed to remove 3 large pieces of furniture from my room; however, I&#8217;ve left all the stuff in them on the floor, so not much progress there. I&#8217;ve discovered just how many books I have on programming and computers as well! They&#8217;re basically all the same as well, &#8220;Learn C in 24 Hours!&#8221;, &#8220;C++ Demystified&#8221;, &#8220;The Art of C&#8221;. Yes, programming is my other hobby.</p>
<p>Since I have to clean my room, I&#8217;ve decided to destroy my piggy bank (in a stylish way, of course) to get at the money:</p>
<span style="text-align:center; display: block;"><a href="http://theotherguy1726.wordpress.com/2008/06/22/news-on-teh-block/"><img src="http://img.youtube.com/vi/H4-9UxQUizM/2.jpg" alt="" /></a></span>
<p>I had $57.93 in assorted change in there. The one thing we forgot when filming this is that it&#8217;s the middle of June in Arizona. And it&#8217;s concrete. And metal change. So when we did finally break it, Mr. Forbes ran off to the house and left me stranded trying to pick up very, very hot change off some very, very hot concrete. Darn you, Mr. Forbes! Needless to say, I managed to rescue most of the money. When you put that with the other $17.50 I found on my desk when I moved all the crap off it, you get about $74.39 in change. Now, add in the other $50 I got for my birthday and the other bills laying around, I almost have enough to get one of these:</p>
<p>http://www.unicycle.com/shopping/shopexd.asp?id=763</p>
<p>Which would be, of course, incredibly awesome-o.</p>
<p>Several more things. Tomorrow the robotics club (did I mention I&#8217;m an officer in the <a title="BHS Robotics Website" href="http://www.project1726.org" target="_blank">local robotics club</a>?) hosts the second session of it&#8217;s 3rd Annual Summer Robotics Camps! w00t (that&#8217;s a word now!)! Thirteen kids are signed up and it should be plenty of fun. Also, &#8230; goddangit, I can never remember what I was gonna talk about&#8230; oh, yea, random numbers! What fun. I just started randomly thinking about (pseudo)random number generation algorithms. Wikipedia (oh, great God among us) mentioned a simple well known algorithm:</p>
<p><img style="vertical-align:middle;" src="http://upload.wikimedia.org/math/1/4/4/144550627858cb6d44ceb02ba9434317.png" alt="" width="220" height="23" /></p>
<p>where m is the maximum numbers the function can create. Ahh, gotta love recursion! I also though about the distributions of random number generators (that&#8217;s a long phrase, I&#8217;m gonna use RNG now). Here&#8217;s a good Delphi article on it:</p>
<p><a href="http://logicalgenetics.com/showarticle.php?topic_id=893">http://logicalgenetics.com/showarticle.php?topic_id=893</a></p>
<p>Wouldn&#8217;t it be neat to have a RNG that randomly generates a distribution first, then attempts to follow that distribution? Pretty stupid idea, huh?</p>
<p>That&#8217;s it. Bye.</p>
<p>EDIT: more stuff:</p>
<p>Looks like Steven and Thomas hacked and installed the Homebrew Channel on Thomas&#8217;s Wii! yay! Also, I forgot to mention the NERDS were mentioned (myself included :^P ) in the SV Herald, seen here:</p>
<p>http://www.svherald.com/articles/2008/06/20/news/doc485b64a8cc769314620007.txt</p>
<p>Now that&#8217;s it. Bye. Again.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theotherguy1726.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theotherguy1726.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theotherguy1726.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theotherguy1726.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theotherguy1726.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theotherguy1726.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theotherguy1726.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theotherguy1726.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theotherguy1726.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theotherguy1726.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theotherguy1726.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theotherguy1726.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theotherguy1726.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theotherguy1726.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theotherguy1726.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theotherguy1726.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=15&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theotherguy1726.wordpress.com/2008/06/22/news-on-teh-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d68c1035466788eef6c0eaa2e618e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevin_forbes</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/math/1/4/4/144550627858cb6d44ceb02ba9434317.png" medium="image" />
	</item>
		<item>
		<title>So&#8230;</title>
		<link>http://theotherguy1726.wordpress.com/2008/06/21/so/</link>
		<comments>http://theotherguy1726.wordpress.com/2008/06/21/so/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 01:17:33 +0000</pubDate>
		<dc:creator>Kevin Forbes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[juggling]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[unicycling]]></category>

		<guid isPermaLink="false">http://theotherguy1726.wordpress.com/?p=6</guid>
		<description><![CDATA[Up til now I haven&#8217;t been doing much juggling wise. Sure, I could do a standard cascade, but anyone that has any motor skills can do that. And so I&#8217;ve begun to invest what little time I have on this Earth to juggling&#8230; kindof. I still sleep a lot. Apart from this weird stuff, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=6&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Up til now I haven&#8217;t been doing much juggling wise. Sure, I could do a standard cascade, but anyone that has any motor skills can do that. And so I&#8217;ve begun to invest what little time I have on this Earth to juggling&#8230; kindof. I still sleep a lot.</p>
<span style="text-align:center; display: block;"><a href="http://theotherguy1726.wordpress.com/2008/06/21/so/"><img src="http://img.youtube.com/vi/zKf05fTphDo/2.jpg" alt="" /></a></span>
<p>Apart from this weird stuff, I whipped out my unicycle (see header image) and tried (unsuccessfully, of course) to do some unispins. I&#8217;ll have to get better&#8230;</p>
<p>And in other news&#8230; wait, there is no other news.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theotherguy1726.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theotherguy1726.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theotherguy1726.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theotherguy1726.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theotherguy1726.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theotherguy1726.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theotherguy1726.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theotherguy1726.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theotherguy1726.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theotherguy1726.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theotherguy1726.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theotherguy1726.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theotherguy1726.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theotherguy1726.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theotherguy1726.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theotherguy1726.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=6&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theotherguy1726.wordpress.com/2008/06/21/so/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d68c1035466788eef6c0eaa2e618e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevin_forbes</media:title>
		</media:content>
	</item>
		<item>
		<title>Random Bloggery</title>
		<link>http://theotherguy1726.wordpress.com/2008/06/21/random-bloggery/</link>
		<comments>http://theotherguy1726.wordpress.com/2008/06/21/random-bloggery/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 01:00:57 +0000</pubDate>
		<dc:creator>Kevin Forbes</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://theotherguy1726.wordpress.com/?p=3</guid>
		<description><![CDATA[This is a test. We&#8217;ll see if it works&#8230; &#8230;Success! Now I can pester the world with&#8230; me!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=3&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a test. We&#8217;ll see if it works&#8230;</p>
<p>&#8230;Success! Now I can pester the world with&#8230; me!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theotherguy1726.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theotherguy1726.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theotherguy1726.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theotherguy1726.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theotherguy1726.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theotherguy1726.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theotherguy1726.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theotherguy1726.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theotherguy1726.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theotherguy1726.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theotherguy1726.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theotherguy1726.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theotherguy1726.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theotherguy1726.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theotherguy1726.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theotherguy1726.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theotherguy1726.wordpress.com&amp;blog=4038305&amp;post=3&amp;subd=theotherguy1726&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theotherguy1726.wordpress.com/2008/06/21/random-bloggery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d68c1035466788eef6c0eaa2e618e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevin_forbes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
