<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Finitely Bounded</title>
	<atom:link href="http://www.weinels.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weinels.net</link>
	<description>Life after grad school.</description>
	<lastBuildDate>Fri, 11 May 2012 03:42:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Time and Relative Dimension in Space</title>
		<link>http://www.weinels.net/2012/04/27/time-and-relative-dimension-in-space/</link>
		<comments>http://www.weinels.net/2012/04/27/time-and-relative-dimension-in-space/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 21:07:43 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Builds]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.weinels.net/?p=130</guid>
		<description><![CDATA[I&#8217;ve gotten my Arduino with Ethernet shield in and started programming on it. The hardest part has been going back to C after spending years just using Python. But, i&#8217;ve gotten it to the point where it&#8217;ll automatically sync the &#8230;<p class="read-more"><a href="http://www.weinels.net/2012/04/27/time-and-relative-dimension-in-space/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten my <a title="Arduino" href="http://www.arduino.cc/">Arduino</a> with Ethernet shield in and started programming on it. The hardest part has been going back to <a href="http://en.wikipedia.org/wiki/C_(programming_language)">C</a> after spending years just using <a href="http://www.python.org/">Python</a>. But, i&#8217;ve gotten it to the point where it&#8217;ll automatically sync the internal clock with the <a href="http://www.ntp.org/">NTP</a> clocks. I also added a primitive web server, but given the 32KB memory limit of the device, I&#8217;m going to have to abandon web control in this version of the system. I think I will get a <a href="http://www.raspberrypi.org/">Raspberry Pi</a> once they&#8217;re back in stock and then just use a Arduino to control the relays and talk over serial with the Raspberry Pi. That would allow me to build a nice set of web tools for it.<br />
<a href="http://www.weinels.net/wp-content/uploads/2012/04/IMG_0015.jpg"><img class="alignnone size-large wp-image-131" title="Arduino programming." src="http://www.weinels.net/wp-content/uploads/2012/04/IMG_0015-1024x768.jpg" alt="Arduino programming." width="620" height="465" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weinels.net/2012/04/27/time-and-relative-dimension-in-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relay boards</title>
		<link>http://www.weinels.net/2012/04/25/relay-boards/</link>
		<comments>http://www.weinels.net/2012/04/25/relay-boards/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 19:04:57 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Builds]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.weinels.net/?p=116</guid>
		<description><![CDATA[Got in a relay board, here&#8217;s me testing it out. The board has male pins for the inputs, so I had to improvise by using a small breadboard I had laying around to connect everything. Fucker&#8217;s loud, dude.]]></description>
			<content:encoded><![CDATA[<p>Got in a relay board, here&#8217;s me testing it out.</p>
<p><a href="http://www.weinels.net/wp-content/uploads/2012/04/IMG_00111.jpg"><img class="alignnone size-large wp-image-121" title="Testing the relay board" src="http://www.weinels.net/wp-content/uploads/2012/04/IMG_00111-1024x768.jpg" alt="Testing the relay board" width="620" height="465" /></a></p>
<p>The board has male pins for the inputs, so I had to improvise by using a small breadboard I had laying around to connect everything.</p>
<p><a href="http://www.weinels.net/wp-content/uploads/2012/04/IMG_0012.jpg"><img class="alignnone size-large wp-image-122" title="Close up of the board" src="http://www.weinels.net/wp-content/uploads/2012/04/IMG_0012-1024x768.jpg" alt="Close up of the board" width="620" height="465" /></a></p>
<p>Fucker&#8217;s loud, dude.<br />
<iframe src="http://www.youtube.com/embed/BQaJk8fo2U4" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weinels.net/2012/04/25/relay-boards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time to build something.</title>
		<link>http://www.weinels.net/2012/04/22/110/</link>
		<comments>http://www.weinels.net/2012/04/22/110/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 20:59:10 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Builds]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.weinels.net/?p=110</guid>
		<description><![CDATA[So, I’ve decided to build a automated sprinkler system. It will be an above ground system (fuck digging trenches) with an Arduino base. I think I may pick up a wifi shield for it and build a system that lets &#8230;<p class="read-more"><a href="http://www.weinels.net/2012/04/22/110/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>So, I’ve decided to build a automated sprinkler system. It will be an above ground system (fuck digging trenches) with an <a href="”http://www.arduino.cc/”">Arduino</a> base. I think I may pick up a wifi shield for it and build a system that lets me update the water schedule remotely through a web interface. That would much nicer than manually editing a sketch and uploading it to the the Arduino, but will mean more work.</p>
<p>I&#8217;m thinking I can get away with a three sprinkler system, one for the front, one for the back, and a drip hose for the side of the house. I&#8217;ll probably end up building a custom manifold since it&#8217;s an outdoor project, but i&#8217;ll have to look around and see what available. The first thing i&#8217;ll need to find out is if my house get enough water pressure to drive enough sprinkler to cover each zone. I hope I dont need to subdivide, as that&#8217;ll just make things that much more complicated.</p>
<p>In an effort to give me something of interest to talk about on this blog (and because i&#8217;ve got the free time of the unemployed), I&#8217;ll document the build here. Probably after it&#8217;s done, i&#8217;ll do a write up and stick in on it&#8217;s own page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weinels.net/2012/04/22/110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fuck Valentines Day</title>
		<link>http://www.weinels.net/2012/02/14/fuck-valentines-day/</link>
		<comments>http://www.weinels.net/2012/02/14/fuck-valentines-day/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 07:00:05 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weinels.net/?p=99</guid>
		<description><![CDATA[Seriously, fuck it.]]></description>
			<content:encoded><![CDATA[<p>Seriously, fuck it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weinels.net/2012/02/14/fuck-valentines-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A game too far</title>
		<link>http://www.weinels.net/2012/01/09/a-game-too-far/</link>
		<comments>http://www.weinels.net/2012/01/09/a-game-too-far/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 08:10:28 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weinels.net/?p=75</guid>
		<description><![CDATA[Most people that know me, know that I have an obsession with board and card games. My collection at the time of writing is 89 games with 28 expansions, for a total of 117 boxes. And that&#8217;s not counting the &#8230;<p class="read-more"><a href="http://www.weinels.net/2012/01/09/a-game-too-far/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Most people that know me, know that I have an obsession with board and card games. My collection at the time of writing is 89 games with 28 expansions, for a total of 117 boxes. And that&#8217;s not counting the 35 in my list of future acquisitions.</p>
<p>Because it&#8217;s fun to show off, I added a page to this blog listing my <a href="http://www.weinels.net/?page_id=16">collection</a>.</p>
<p>By and far, my favorite game is <a href="http://boardgamegeek.com/boardgame/28143">Race for the Galaxy</a>. I recommend everyone play it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weinels.net/2012/01/09/a-game-too-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shit, June? Really?</title>
		<link>http://www.weinels.net/2011/12/30/shit-june-really/</link>
		<comments>http://www.weinels.net/2011/12/30/shit-june-really/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 09:32:11 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weinels.net/?p=11</guid>
		<description><![CDATA[Okay, so I am really bad at this &#8216;blogging&#8217; thing. I dunno, I guess I need to start doing interesting stuff or something.]]></description>
			<content:encoded><![CDATA[<p>Okay, so I am really bad at this &#8216;blogging&#8217; thing.</p>
<p>I dunno, I guess I need to start doing interesting stuff or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weinels.net/2011/12/30/shit-june-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Also</title>
		<link>http://www.weinels.net/2011/06/30/also/</link>
		<comments>http://www.weinels.net/2011/06/30/also/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 07:13:16 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Alcohol]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weinels.net/?p=7</guid>
		<description><![CDATA[I would like to add that spelling is hard while drunk. Thank Zod for spell checkers.]]></description>
			<content:encoded><![CDATA[<p>I would like to add that spelling is hard while drunk. Thank Zod for spell checkers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weinels.net/2011/06/30/also/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Start</title>
		<link>http://www.weinels.net/2011/06/30/the-start/</link>
		<comments>http://www.weinels.net/2011/06/30/the-start/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 07:01:00 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Alcohol]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weinels.net/?p=4</guid>
		<description><![CDATA[In a insomnia and alcohol fueled decision, I have restarted my blog. No idea what I&#8217;ll end up doing with it, but I must say, between my host and WordPress, this has been very simple to do. I&#8217;m pretty impressed &#8230;<p class="read-more"><a href="http://www.weinels.net/2011/06/30/the-start/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>In a insomnia and alcohol fueled decision, I have restarted my blog.</p>
<p>No idea what I&#8217;ll end up doing with it, but I must say, between my <a href="http://www.bluehost.com/">host</a> and WordPress, this has been very simple to do. I&#8217;m pretty impressed with how WordPress has changed since the last time I&#8217;ve used it. We&#8217;ll see if the impression changes once I&#8217;ve sobered up and either deleted this blog for dug further into the feature set of the new WordPress.</p>
<p>I did mention I&#8217;m kinda drunk right?</p>
<p>Well, I&#8217;ll update further tomorrow. Lets hope I don&#8217;t sleep through my alarm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weinels.net/2011/06/30/the-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

