<?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>Electronic-Geek.com &#187; Make Magazine</title>
	<atom:link href="http://electronic-geek.com/category/make-magazine/feed/" rel="self" type="application/rss+xml" />
	<link>http://electronic-geek.com</link>
	<description>Your Electronic Source</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OpenROV Testing at Hall City Cave</title>
		<link>http://electronic-geek.com/openrov-testing-at-hall-city-cave/</link>
		<comments>http://electronic-geek.com/openrov-testing-at-hall-city-cave/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 00:00:03 +0000</pubDate>
		<dc:creator>Gareth Branwyn</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174505</guid>
		<description><![CDATA[The OpenROV team journeyed to Hall City Cave just outside of Wildwood, CA to test out their underwater rover and to gain some more information about the cave itself. Here is their preliminary robot on how the robot performed.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&#38;blog=30206320&#38;post=174505&#38;subd=makezineblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://makezineblog.files.wordpress.com/2012/02/openrovdive_1.jpg" alt="" title="openROVDive_1" width="750" height="500" class="aligncenter size-full wp-image-174897" /></p>
<p>As was previously reported here on MAKE, recently, a group of us OpenROVers journeyed to Hall City Cave just outside of Wildwood, CA. The goal of the trip was to do a shakedown of ourselves and the ROV in the field, and as a mission, determine if (inside the underwater cave) the vertical cave shaft connects with the 45 degree sloped shaft. The cave was the original inspiration for Eric to begin creating an ROV, and has since evolved into the open source project that it is today.</p>
<p>Needless to say, we had quite an adventure &#8211; driving through heavy snow, trekking along mountain paths with robots and tool boxes, landing single engine planes on snow covered runways. We&#8217;re still digesting much of what happened and we&#8217;ll be writing up a longer report of the adventure soon, but we wanted to give a quick update on how the robot worked!</p>
<p><img src="http://makezineblog.files.wordpress.com/2012/02/openrovdive_2.jpg" alt="" title="openROVDive_2" width="750" height="500" class="aligncenter size-full wp-image-174898" /></p>
<p>When it comes to small ROV design, there are three general fields that always seem to require the most development:</p>
<ul>
<li>Onboard electronics/embedded system design</li>
<li>Communication and power through a tether</li>
<li>Water and Pressure proofing</li>
</ul>
<p><span id="more-174505"></span><br />
<strong>Embedded Systems</strong><br />
Background (and what we&#8217;ve been doing so far):<br />
OpenROV is being developed as a platform that can support scientific research and tech development.  In order to be as effective as possible at this, we&#8217;ve been doing lots of research on how to get a small computer, such as an Android phone, BeagleBone, or the upcoming Raspberry Pi to host video, monitor sensors, and control thrusters while communicating to the surface.  Bran Sorem has been developing some code for embedded Linux which could be run on these devises and has also been working on a GUI interface that will make OpenROV intuitive and satisfying to operate. </p>
<p><img src="http://makezineblog.files.wordpress.com/2012/02/openrovdive_3.png" alt="" title="openROVDive_3" width="750" height="500" class="aligncenter size-full wp-image-174899" /></p>
<p>Enter Bran&#8230;</p>
<blockquote><p>I&#8217;ve been working on the software for OpenROV and believe we have mostly established a good base for future development.  We are currently using a <a href="http://beagleboard.org/bone">BeagleBone</a> as the primary onboard computer (though we plan to move to the Raspberry Pi once that&#8217;s feasible) with an off-the-shelf webcam attached.  The goal of the software is to provide an easy-to-use and simple-to-extend, yet powerful, framework for operating the vehicle.  For that, we are using Ubuntu Linux as the operating system with NodeJS on top to serve a webpage that allows the ROV to be controlled from any modern web browser.  </p>
<p>Video is handled by a simple OpenCV program that captures frames and saves them as JPG&#8217;s, which Socket.IO then sends to the controlling browser.  Having support for OpenCV greatly opens the opportunity for development of more advanced applications (such as tracking fish).  Socket.IO allows for full-duplex communication &#8211; which will handle the video updates as well as directional control of the ROV.</p>
<p>So far, I&#8217;ve been working to get a live video feed working but have run into a stumbling block (mostly the fact that I&#8217;m learning NodeJS and OpenCV as I go).  The OpenCV program accepts a folder (the current date) as an argument then waits for stdin: each line of input is a file name (current time) to save the image as, which the program then uses to grab a frame from the webcam and save.  This will occur continuously until the connection is broken.  The problem right now is in the NodeJS application &#8211; it seems to be spitting out the correct filenames, but I&#8217;m trying to pipe the process.stdout to the child.stdin and having trouble.  Any help or advice would be GREATLY appreciated.</p></blockquote>
<p>There is a lot more to come in the future, but first we want to get the video working.  The code will be hosted on Github.</p>
<p>For our resent trip, development had not gotten us to the point where we could control the ROV with an onboard computer, so instead we just used an RC controller which talked to the receiver on the ROV through a long wire which effectively ducted the RF through the water.</p>
<p><strong>How you can help:</strong><br />
What do you think? Have you done any embedded systems work with a BeagleBone? Any ideas for transferring live video over an Ethernet connection (that can also fit in our water-tight cylinder?</p>
<p><img src="http://makezineblog.files.wordpress.com/2012/02/openrovdive_4.jpg" alt="" title="openROVDive_4" width="750" height="500" class="aligncenter size-full wp-image-174900" /></p>
<p><strong>Tethers</strong><br />
Background (What we&#8217;ve been doing so far):<br />
Tethers are often the most challenging part of an ROV to develop because they must be able to communicate large amounts of data and power while still remaining agile enough to allow the ROV to move easily through the water, and they must be either neutrally buoyant or light enough to not drag the ROV down as more and more of it is payed out into the water.  Especially for small ROVs like OpenROV 2.2, the best solution is to make the tether thin and light weight enough that buoyancy compensation is not needed.</p>
<p>For the Hall City Cave trip, we used a twisted pair of 28AWG stranded wire, and it seemed to work very well- if we had been using thicker tether such as Ethernet, the ROV would have had a much harder time moving around, and the weight of the tether would have made it hard for the ROV to maintain a given depth.  We&#8217;d like to continue using very thin tethers such as this one (or perhaps extremely thin coax such as RG-178), but the challenge we&#8217;re facing is how to send high bandwidth data through it.</p>
<p>There are several approaches to this.  For starters, you could go analog and use a video balun to send images from an RCA-output camera up from the ROV while allowing RF signals from an RC transmitter to pass down the tether.  Or, you might be able to use one of these fancy devises to convert double twisted pair Ethernet to single twisted pair.<br />
Finally, you could just use a data over powerline system (as discussed here).</p>
<p><strong>How you can help:</strong><br />
These are some of the ideas we&#8217;ve thought of, but we&#8217;d love to see some other thoughts on how do do this.  (Remember once again, all the ROV-side equpment for this has to fit in a 90mm ID by 150mm long tube!)</p>
<p><strong>Waterproofing</strong><br />
Background (What we&#8217;ve been doing so far):<br />
For waterproofing the electronics, we&#8217;ve had great success with our cylindrical housing and laser-cut acrylic endcaps. We&#8217;ve been potting the pass-throughs with epoxy. The brushless motors have received a coating of marine-grade resin to prevent oxidizing. </p>
<p><strong>How you can help:</strong><br />
The method has worked so far, but it&#8217;s ripe for an easier and less time-intensive process. Let us know if you have any ideas for potting or motor waterproofing. </p>
<p><strong>BONUS: Add-ons!</strong><br />
Background (What we&#8217;ve been doing so far):<br />
One of OpenROV 2.2&#8242;s greatest features is it&#8217;s payload module bay.  We&#8217;ve put mounting holes in the bottom of the shell of the ROV for up to four M5 threaded rods, each spaced 50mm apart.  The purpose of this is so you can make your own payloads (such as robot arms, metal detectors, chemical sensors, etc) which can mount easily to the bottom of the ROV.  The width of these payloads can be up to 135mm or 200mm if the on board battery packs are removed.</p>
<p><strong>How you can help:</strong><br />
We&#8217;re always looking for ways to improve OpenROV, and having a community of people thinking about it is the best way to get new innovation and different perspectives.  After all, that&#8217;s what Open Hardware is all about!</p>
<p>Feel free to check out the <a href="http://openrov.com/forum">OpenROV forums</a> for some of the other strategies we&#8217;ve checked out. Also, let us know if you&#8217;ve got any other adventure ideas!</p>
<p><strong>More:</strong><br />
Read David Lang&#8217;s <a href="http://blog.makezine.com/tag/zerotomaker/">Zero to Maker</a> column here on MAKE</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174505/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174505&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=TQMA45l3v40:mwSvqg2NZSI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=TQMA45l3v40:mwSvqg2NZSI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=TQMA45l3v40:mwSvqg2NZSI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=TQMA45l3v40:mwSvqg2NZSI:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=TQMA45l3v40:mwSvqg2NZSI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=TQMA45l3v40:mwSvqg2NZSI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=TQMA45l3v40:mwSvqg2NZSI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=TQMA45l3v40:mwSvqg2NZSI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=TQMA45l3v40:mwSvqg2NZSI:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/TQMA45l3v40" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/openrov-testing-at-hall-city-cave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/openrovdive_2.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/openrovdive_3.png" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/openrovdive_4.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/openrovdive_1.jpg" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/4830d01652d8e258d75814897e367c9f?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/openrovdive_1.jpg?w=150" length="" type="" />
		</item>
		<item>
		<title>Make: Talk 004 – Steve Lodefink, Broad-Spectrum Hobbyist</title>
		<link>http://electronic-geek.com/make-talk-004-steve-lodefink-broad-spectrum-hobbyist/</link>
		<comments>http://electronic-geek.com/make-talk-004-steve-lodefink-broad-spectrum-hobbyist/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 22:30:47 +0000</pubDate>
		<dc:creator>Mark Frauenfelder</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174884</guid>
		<description><![CDATA[On this week's Make: Talk podcast, Mark talks with inveterate tinkerer and "broad-spectrum hobbyist" Steve Lodefink about his sunburst guitar project from MAKE Volume 29, his atomic ball clock, bottle rockets and other projects.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&#38;blog=30206320&#38;post=174884&#38;subd=makezineblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://traffic.libsyn.com/makers/maketalk_003.mp3"><img class="alignnone size-full wp-image-174072" title="mtm-art-300" src="http://makezineblog.files.wordpress.com/2012/02/mtm-art-300.jpg" alt="" width="300" height="300" /></a><a href="http://www.make-digital.com/make/craftvol01/?pg=137&amp;pm=2&amp;u1=friend"><img src="http://makezineblog.files.wordpress.com/2012/02/atomic-clock-1.jpg?w=212&#038;h=300" alt="Atomic-Clock-1" width="212" height="300" align="left" border="0" hspace="0" vspace="0" /></a></p>
<p>Here&#8217;s the <a href="http://traffic.libsyn.com/makers/maketalk_004.mp3">fourth episode</a> of <a href="http://makezine.com">MAKE</a>&#8216;s podcast, <em>Make: Talk</em>! In each episode, I&#8217;ll interview one of the makers featured in the magazine.</p>
<p>Our maker this week is <a href="http://makezine.com/pub/au/Steve_Lodefink">Steve Lodefink</a>. An inveterate tinkerer and &#8220;broad-spectrum hobbyist,&#8221; Steve just can&#8217;t say no to a cool project. At three, he was already reverse-engineering the peanut butter and jelly sandwich: &#8220;I figured out where all of the parts were, found a good tool, and built one. I&#8217;ve been doing it ever since.&#8221; He lives in Seattle with his wife and two sons, two cats, five tarantulas, and 24 African cichlids, and thinks that one of life&#8217;s great pleasures is a really sharp aged cheddar cheese. &#8220;I&#8217;m a simple man,&#8221; he says. He looks at life&#8217;s debris at <a href="http://finkbuilt.com">finkbuilt.com</a>.</p>
<p>I talked to Steve about his <a href="http://www.make-digital.com/make/vol29/?pg=154&amp;pm=2&amp;u1=friend">Easy Sunburst Guitar</a>, <a href="http://www.make-digital.com/make/craftvol01/?pg=137&amp;pm=2&amp;u1=friend">Atomic Ball Clock</a>, <a href="http://www.make-digital.com/make/vol05/?pg=81&amp;pm=2&amp;u1=friend">Soda Bottle Rocket</a>, and more.</p>
<p>And, at the beginning of the episode, <a href="http://makershed.com/">Maker Shed</a> Marc de Vinck describes our new <a href="http://www.makershed.com/SearchResults.asp?Search=tiny+wanderer&amp;Submit=Search">Tiny Wanderer Robot Kit</a>, an autonomous robot with a $2 microcontroller brain.</p>
<p><a href="http://makers.libsyn.com/rss"><img class="alignnone size-full wp-image-174108" title="subscribe-rss" src="http://makezineblog.files.wordpress.com/2012/02/subscribe-rss.jpg" alt="" width="99" height="100" /></a><a href="http://itunes.apple.com/us/podcast/meet-the-makers/id495584000"><img class="alignnone size-full wp-image-174107" title="subscribe-itunes" src="http://makezineblog.files.wordpress.com/2012/02/subscribe-itunes.jpg" alt="" width="125" height="100" /></a><a href="http://traffic.libsyn.com/makers/maketalk_004.mp3"><img class="alignnone size-full wp-image-174109" title="current-episode" src="http://makezineblog.files.wordpress.com/2012/02/current-episode.jpg" alt="" width="114" height="100" /></a></p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://boingboing.net/2011/12/05/steve-lodefinks-pinewood-rac.html">Steve Lodefink&#8217;s Pinewood Racer Bodies</a> (boingboing.net)</li>
<li class="zemanta-article-ul-li"><a href="http://blog.makezine.com/archive/2012/01/steve-lodefinks-pinewood-derby-racer.html">Steve Lodefink&#8217;s Pinewood Derby Racer</a> (makezine.com)</li>
<li class="zemanta-article-ul-li"><a href="http://boingboing.net/2012/01/03/steve-lodefinks-finished-pin.html">Steve Lodefink&#8217;s Finished Pinewood Derby Racer</a> (boingboing.net)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174884/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174884/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174884/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174884&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=HhgOYhiKC7M:ANBZXvWETmg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=HhgOYhiKC7M:ANBZXvWETmg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=HhgOYhiKC7M:ANBZXvWETmg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=HhgOYhiKC7M:ANBZXvWETmg:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=HhgOYhiKC7M:ANBZXvWETmg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=HhgOYhiKC7M:ANBZXvWETmg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=HhgOYhiKC7M:ANBZXvWETmg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=HhgOYhiKC7M:ANBZXvWETmg:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=HhgOYhiKC7M:ANBZXvWETmg:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/HhgOYhiKC7M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/make-talk-004-steve-lodefink-broad-spectrum-hobbyist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://feedproxy.google.com/~r/makezineonline/~5/G6z3XJP-X8k/maketalk_004.mp3" length="" type="" />
<enclosure url="http://1.gravatar.com/avatar/323d9632fa78264fa479e84248d63abe?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/mtm-art-300.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/atomic-clock-1.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/subscribe-rss.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/subscribe-itunes.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/current-episode.jpg" length="" type="" />
<enclosure url="http://traffic.libsyn.com/makers/maketalk_003.mp3" length="14322600" type="audio/mpeg" />
		</item>
		<item>
		<title>FreeD: A Handheld CNC Milling Device</title>
		<link>http://electronic-geek.com/freed-a-handheld-cnc-milling-device/</link>
		<comments>http://electronic-geek.com/freed-a-handheld-cnc-milling-device/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 22:00:19 +0000</pubDate>
		<dc:creator>Jie Qi</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174816</guid>
		<description><![CDATA[MIT Media Labbers Amit Zoran and Joe Paradiso have created a handheld, digitally-controlled milling device that attempts to combine the benefits of CAD and freehand fabrication.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&#38;blog=30206320&#38;post=174816&#38;subd=makezineblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://makezineblog.files.wordpress.com/2012/02/freed_3.jpg" alt="" title="freeD_3" width="727" height="414" class="aligncenter size-full wp-image-174879" /></p>
<p>Anyone who&#8217;s ever tried woodcarving using a chisel or gouge knows how difficult it can be. It is not trivial to translate an idea &#8212; a concept of a shape &#8212; from one&#8217;s imagination into a physical form. Whether using your hands or a manual tool, manipulating a raw material at will is a demanding task.  </p>
<p>FreeD (by <a href="http://web.media.mit.edu/~amitz/Amit_Zoran_home_page/Home.html">Amit Zoran</a> &amp; Joe Paradiso from the <a href="http://resenv.media.mit.edu/">Responsive Environments Group</a> at the MIT Media Lab) is a handheld, digitally-controlled milling device. It is guided and monitored by a computer while still preserving the craftsperson&#8217;s freedom to sculpt and carve by hand. The computer intervenes only when the milling bit approaches the 3D model, which is planned beforehand. It does so either by slowing down the spindle speed or by drawing back the shaft; the rest of the time FreeD allows the user complete freedom to manipulate and shape the work in any creative way.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/TxHiTjapTqg?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span></p>
<p>With advanced CAD software, free access to tutorials and 3D models, and a vast online community of makers, today we can make, download, or modify a CAD model of almost any desired object. We can then fabricate it directly through a digital process. The idea behind the FreeD is to allow us to engage with the physical material, not just with the CAD environment, freeing us to create our own interpretation of the virtual model. Thus, even though we are working based on a generic design, we can create something that is one of a kind. </p>
<p><img src="http://makezineblog.files.wordpress.com/2012/02/freed_2.png" alt="" title="freeD_2" width="412" height="267" class="aligncenter size-full wp-image-174881" /></p>
<p>In traditional crafts, the craftsperson&#8217;s tool techniques and creative decisions immediately influence the final artifact, making the output a reflection of the fabrication process. The same applies to digital fabrication through use of the FreeD. Several users may use the same CAD model, but end up with a different result, reflecting each person&#8217;s unique process.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174816/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174816&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=Mzoq5OmfAJw:WIECvq24Uxc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=Mzoq5OmfAJw:WIECvq24Uxc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=Mzoq5OmfAJw:WIECvq24Uxc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=Mzoq5OmfAJw:WIECvq24Uxc:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=Mzoq5OmfAJw:WIECvq24Uxc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=Mzoq5OmfAJw:WIECvq24Uxc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=Mzoq5OmfAJw:WIECvq24Uxc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=Mzoq5OmfAJw:WIECvq24Uxc:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=Mzoq5OmfAJw:WIECvq24Uxc:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/Mzoq5OmfAJw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/freed-a-handheld-cnc-milling-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/freed_2.png" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/freed_3.jpg" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/429b8e062aef1f9583f64892222810eb?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/freed_3.jpg?w=150" length="" type="" />
		</item>
		<item>
		<title>How-To: Switchable-Polarity 250,000 Volt Power Supply</title>
		<link>http://electronic-geek.com/how-to-switchable-polarity-250000-volt-power-supply/</link>
		<comments>http://electronic-geek.com/how-to-switchable-polarity-250000-volt-power-supply/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 21:00:31 +0000</pubDate>
		<dc:creator>Sean Ragan</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174853</guid>
		<description><![CDATA[In today&#8217;s project on diyphysics.com, David Prutchi shows how to build a Cockcroft–Walton multiplier using a &#8220;ladder&#8221; of capacitors and diodes on perfboard, submerged in mineral oil, inside a sealed plastic container. The multiplier takes high voltage AC, e.g. from a TV flyback transformer, and both rectifies it to DC and steps it up considerably. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&#38;blog=30206320&#38;post=174853&#38;subd=makezineblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://makezineblog.files.wordpress.com/2012/02/300kv_power_supply.jpg" alt="" title="300kV_Power_Supply" width="614" height="477" class="alignnone size-full wp-image-174862" /></p>
<p>In <a href="http://www.diyphysics.com/2012/02/09/d-i-y-250-kv-high-voltage-dc-power-supply-with-neat-trick-for-switching-polarity/">today&#8217;s project on diyphysics.com</a>, David Prutchi shows how to build a <a href="http://en.wikipedia.org/wiki/Cockcroft%E2%80%93Walton_generator">Cockcroft–Walton  multiplier</a> using a &#8220;ladder&#8221; of capacitors and diodes on perfboard, submerged in mineral oil, inside a sealed plastic container.  The multiplier takes high voltage AC, e.g. from a TV flyback transformer, and both rectifies it to DC and steps it up considerably.  David reports outputs of 250kV given 12V input at the flyback driver.  A handy feature of his design is that it can provide high-voltage DC of either polarity with respect to ground.  </p>
<p><img src="http://makezineblog.files.wordpress.com/2012/02/multiplier_schematic.jpg" alt="" title="Multiplier_schematic" width="614" height="123" class="alignnone size-full wp-image-174861" /></p>
<p><img src="http://makezineblog.files.wordpress.com/2012/02/flyback_supply_-002.jpg" alt="" title="Flyback_supply_-002" width="614" height="399" class="alignnone size-full wp-image-174863" /></p>
<p>And yes, to be clear about it:  Making a mistake here could be very dangerous.  You should understand and be comfortable with the proper safety procedures for handling high voltage electricity and charged capacitors before seriously considering a project like this.  [Thanks, David!]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174853/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174853&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=YgRQyqzrgfw:WlOGfpyTkfw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YgRQyqzrgfw:WlOGfpyTkfw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=YgRQyqzrgfw:WlOGfpyTkfw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YgRQyqzrgfw:WlOGfpyTkfw:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YgRQyqzrgfw:WlOGfpyTkfw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=YgRQyqzrgfw:WlOGfpyTkfw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YgRQyqzrgfw:WlOGfpyTkfw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YgRQyqzrgfw:WlOGfpyTkfw:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=YgRQyqzrgfw:WlOGfpyTkfw:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/YgRQyqzrgfw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/how-to-switchable-polarity-250000-volt-power-supply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/flyback_supply_-002.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/multiplier_schematic.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/300kv_power_supply.jpg" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/c4d20edb98d996dab8ce39da39aecad9?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/flyback_supply_-002.jpg?w=150" length="" type="" />
		</item>
		<item>
		<title>Hackerspace Happenings: Jigsaw Renaissance Finds a New Home</title>
		<link>http://electronic-geek.com/hackerspace-happenings-jigsaw-renaissance-finds-a-new-home/</link>
		<comments>http://electronic-geek.com/hackerspace-happenings-jigsaw-renaissance-finds-a-new-home/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 19:00:15 +0000</pubDate>
		<dc:creator>John Baichtal</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174869</guid>
		<description><![CDATA[Are you a hackerspace member with an event you&#8217;d like to publicize? Send it to johnb@makezine.com or tweet me at @johnbaichtal and I&#8217;ll post it. Also feel free to subscribe to my hackerspaces Twitter list. Hackerspace Happenings runs weekly(ish) Tuesday(i)s(h). Jigsaw Renaissance Housewarming Party Seattle hackerspace Jigsaw Renaissance has moved into its new space, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&#38;blog=30206320&#38;post=174869&#38;subd=makezineblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://makezineblog.files.wordpress.com/2012/01/hackerspacehappenings_600x80.gif" alt="" title="HackerspaceHappenings_600x80" width="600" height="80" class="alignnone size-full wp-image-88704" />  <em>Are you a hackerspace member with an event you&#8217;d like to publicize? Send it to johnb@makezine.com or tweet me at <a href="http://twitter.com/#!/johnbaichtal">@johnbaichtal</a> and I&#8217;ll post it. Also feel free to subscribe to my <a href="http://twitter.com/#!/johnbaichtal/hackerspaces">hackerspaces Twitter list</a>. Hackerspace Happenings runs weekly(ish) Tuesday(i)s(h).</em></p>
<hr /></p>
<p><strong>Jigsaw Renaissance Housewarming Party</strong><br />
<img src="http://makezineblog.files.wordpress.com/2012/02/screen-shot-2012-02-01-at-10-12-15-am1.png?w=580&#038;h=555" alt="" title="Screen-shot-2012-02-01-at-10.12.15-AM1" width="580" height="555" class="alignnone size-medium wp-image-174870" /><br />
Seattle hackerspace Jigsaw Renaissance has moved into its new space, and is <a href="http://wp.jigren.org/index.php/jigsaw-housewarming/">throwing a party</a> to celebrate!</p>
<blockquote><p>Jigsaw has moved around a bit in its life. We started off in a tiny Quonset hut beneath a construction-riddled bridge. Then we were in the Madison space, and then in our temporary Inscape home. But now, gentle readers, the time has finally come! We’re in a space that was specifically built out for us, all organized (or at least it will be by this event) and made up just the way we want. There will always be room for improvement, but we’re pretty happy with the current state of things. Please come help us rejoice in this newness, this stability, and this accomplishment.</p>
<p>On Saturday, February 11th, from 15:00 to 19:00 (or 3p-7p if you prefer) we will open up our doors and welcome in the public to celebrate our new home. Please join us. Invite your friends. Bring your projects to show. Children absolutely welcome.</p></blockquote>
<hr /></p>
<p><strong>3D Printing Workshop at Ann Arbor&#8217;s All Hands Active</strong><br />
<img src="http://makezineblog.files.wordpress.com/2012/02/pocketfactory.png" alt="" title="pocketfactory" width="464" height="600" class="alignnone size-full wp-image-174871" /><br />
<a href="http://pocketfactory.org/">Pocket Factory</a> is offering a <a href="http://www.allhandsactive.com/2012/02/3d-printing-workshop-with-pocketfactory/">3D printing workshop</a> tonight, 2/9, at All Hands Active. </p>
<p>(PF looks cool, they&#8217;re <a href="http://pocketfactory.org/?page_id=32">traveling across the U.S.</a> spreading the good word about 3D printing!)</p>
<hr /></p>
<p><strong>Louisville&#8217;s LVL1 Announces 3 Makership Recipients</strong></p>
<blockquote><p>LVL1 is proud to announce the recipients of our groundbreaking <a href="http://www.lvl1.org/makership/">Makership program</a>!</p>
<p>We had initially raised enough funds within our community for 2 Makerships. In a surprise twist, LVL1 Google Group subscriber Dmitry S. graciously donated $250 to fund a 3rd! Thank you Dmitry!</p></blockquote>
<p>See their blog post for more information on the <a href="http://www.lvl1.org/2012/02/08/lvl1-makership-recipients/">winning makers</a>.</p>
<hr /></p>
<p><strong>New Jacksonville Hackerspace JaxHax Opens its Doors</strong></p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/gJHd_Y-JUSA?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span></p>
<blockquote><p>Catch up with the guys at <a href="http://www.jaxhax.org/">JaxHax Makerspace</a> and take a look at some of the improvements we&#8217;ve been making around the space. We have a short interview with Ronnie Hinton and Dan Bidleman, co-founders of JaxHax, as well as clips of built-out spaces and projects in progress!</p></blockquote>
<hr /></p>
<p><strong>Ham Radio License Class at Davenport, IA&#8217;s Quad Cities Co-Lab</strong></p>
<blockquote><p>The QC Co-Lab will be hosting an <a href="http://groupspaces.com/QCCo-Lab/item/238250">Amateur Radio Technician&#8217;s License training course</a>. This class is being taught by Bob Cannon (N9TPQ) and Doug Dechard (KC9HGP) and will cover the fundamentals of Amateur Radio (HAM) including the test prep material in addition to common practices, radio etiquette, and radio operation. The cost will be $40, which will include books, class materials, and admission to the test.</p></blockquote>
<p>Looks like the sessions will take place Saturdays, 2/25, 3/3 and 3/10 from 9am-Noon.</p>
<hr /></p>
<p><strong>Blue Hackers Meetup at Jigsaw Renaissance</strong></p>
<blockquote><p>Hackers, makers, and geeks are not immune from mental health challenges. In fact, our subculture brings with it specific challenges related to breaking down barriers to accessing support for mental health issues.<br />
Join us for a guided discussion on:<br />
-risks and benefits of seeking support<br />
-how to survive when your brain wants you to die<br />
-how to manage someone else’s crisis without creating one of your own<br />
-when to hire a professional brain hacker (psychiatrist/therapist)<br />
-next steps to increase support in our community for mental health concerns.</p></blockquote>
<p>The meetup will take place this Sunday, 2/12, from 4-6:30pm. See the <a href="http://wp.jigren.org/index.php/blue-hackers-meet-up/">event page</a> for more information.</p>
<hr /></p>
<p><strong>Orlando&#8217;s FamiLAB and the Orlando Mini Maker Faire Announce Makerships</strong><br />
<img src="http://makezineblog.files.wordpress.com/2012/02/makership.png?w=580&#038;h=280" alt="" title="makership" width="580" height="280" class="alignnone size-medium wp-image-174872" /></p>
<blockquote><p><a href="http://www.orlandominimakerfaire.com/">Orlando Mini Maker Faire</a> and <a href="http://familab.org/blog/">FamiLAB</a>, Orlando’s Hackerspace (Community Lab) have partnered to create &#8220;Makerships&#8221; to help 3 deserving recipients create (or finish)  amazing projects to be displayed &amp; demonstrated at Orlando Mini Maker Faire 2012, held on May 26th at FamiLAB in Longwood, FL.</p>
<p>Makership Award Recipients will receive $CASH$ and three months of FamiLAB &#8220;Maker&#8221; level membership in order to make their project idea a reality.</p>
<p>Two Recipients will receive a $100 Project Stipend and 3 Months of FamiLAB Membership at the &#8220;Maker&#8221; Level ($150 value!), while one recipient will receive a $300 Project Stipend and 3 Months of FamiLAB Membership at the &#8220;Maker&#8221; Level ($150 value!)</p>
<p>For more information, or to apply for a Makership, please visit the Makership page of the Orlando Mini Maker Faire website.</p></blockquote>
<hr /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174869/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174869&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=guRl5PbtWEQ:ARiWMfzY-O0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=guRl5PbtWEQ:ARiWMfzY-O0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=guRl5PbtWEQ:ARiWMfzY-O0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=guRl5PbtWEQ:ARiWMfzY-O0:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=guRl5PbtWEQ:ARiWMfzY-O0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=guRl5PbtWEQ:ARiWMfzY-O0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=guRl5PbtWEQ:ARiWMfzY-O0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=guRl5PbtWEQ:ARiWMfzY-O0:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=guRl5PbtWEQ:ARiWMfzY-O0:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/guRl5PbtWEQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/hackerspace-happenings-jigsaw-renaissance-finds-a-new-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/makership.png?w=580" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/pocketfactory.png" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/screen-shot-2012-02-01-at-10-12-15-am1.png?w=580" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/01/hackerspacehappenings_600x80.gif" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/c0720db1696ab94f499cd391c9920c59?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/screen-shot-2012-02-01-at-10-12-15-am1.png?w=150" length="" type="" />
		</item>
		<item>
		<title>3D-Printed Shells for Hermit Crabs</title>
		<link>http://electronic-geek.com/3d-printed-shells-for-hermit-crabs/</link>
		<comments>http://electronic-geek.com/3d-printed-shells-for-hermit-crabs/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 17:00:18 +0000</pubDate>
		<dc:creator>Sean Ragan</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174849</guid>
		<description><![CDATA[If you can endure the relentless puns, the tag aggregator page for MakerBot&#8217;s Project Shellter is a fun read. There are cool pics of the denizens of MakerBot&#8217;s official &#8220;crabitat&#8221; sporting their fused-filament homes (such as &#8220;Paris Shelton,&#8221; above, in a lovely little daffodil yellow number) as well as oddly touching night-time videos of each [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&#38;blog=30206320&#38;post=174849&#38;subd=makezineblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://makezineblog.files.wordpress.com/2012/02/paris-shelton-in-yellow.jpg" alt="" title="Paris Shelton in Yellow" width="614" height="409" class="alignnone size-full wp-image-174850" /></p>
<p>If you can endure the relentless puns, the tag aggregator page for MakerBot&#8217;s <a href="http://www.makerbot.com/blog/tag/project-shellter/">Project Shellter</a> is a fun read.  There are cool pics of the denizens of MakerBot&#8217;s official &#8220;crabitat&#8221; sporting their fused-filament homes (such as &#8220;Paris Shelton,&#8221; above, in a lovely little daffodil yellow number) as well as oddly touching night-time videos of each crab adopting its new home for the first time. [via <a href="http://nerdstink.com/post/17155935064/project-shellter-3d-printed-homes-for-crabs">nerdstink</a>]</p>
<p><STRONG>More:</STRONG><BR><A HREF="http://blog.makezine.com/2009/08/14/hermit-crabs-in-glass/">Hermit crabs in glass</A>   </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174849/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174849&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=uaP0k7EWbDk:N_2cqZYG3M4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=uaP0k7EWbDk:N_2cqZYG3M4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=uaP0k7EWbDk:N_2cqZYG3M4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=uaP0k7EWbDk:N_2cqZYG3M4:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=uaP0k7EWbDk:N_2cqZYG3M4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=uaP0k7EWbDk:N_2cqZYG3M4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=uaP0k7EWbDk:N_2cqZYG3M4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=uaP0k7EWbDk:N_2cqZYG3M4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=uaP0k7EWbDk:N_2cqZYG3M4:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/uaP0k7EWbDk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/3d-printed-shells-for-hermit-crabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://0.gravatar.com/avatar/c4d20edb98d996dab8ce39da39aecad9?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/paris-shelton-in-yellow.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/paris-shelton-in-yellow.jpg?w=150" length="" type="" />
		</item>
		<item>
		<title>VW Bus Customized with a Mural and Stained Glass</title>
		<link>http://electronic-geek.com/vw-bus-customized-with-a-mural-and-stained-glass/</link>
		<comments>http://electronic-geek.com/vw-bus-customized-with-a-mural-and-stained-glass/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 15:00:51 +0000</pubDate>
		<dc:creator>John Baichtal</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174839</guid>
		<description><![CDATA[

HaD writer Caleb Kraft of Springfield, MO, sexed up his VW bus with a lovely (and Cthulhu-esque!) elephant mural as well as stained glass sun visors that complement the painting. Caleb says he &#8220;never really painted before&#8221; &#8212; ORLY!? ...]]></description>
			<content:encoded><![CDATA[<p><img src="http://makezineblog.files.wordpress.com/2012/02/glass.jpg?w=580&#038;h=433" alt="" title="glass" width="580" height="433" class="alignnone size-medium wp-image-174840" /></p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/DQ2MKCzWS94?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span></p>
<p>HaD writer <a href="http://calebkraft.com/">Caleb Kraft</a> of Springfield, MO, sexed up his VW bus with a lovely (and Cthulhu-esque!) elephant mural as well as stained glass sun visors that complement the painting. Caleb says he &#8220;never really painted before&#8221; &#8212; ORLY!? Looks pretty amazing to me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174839/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174839&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=b3STLXKRiJM:_97xAGsqNpQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=b3STLXKRiJM:_97xAGsqNpQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=b3STLXKRiJM:_97xAGsqNpQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=b3STLXKRiJM:_97xAGsqNpQ:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=b3STLXKRiJM:_97xAGsqNpQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=b3STLXKRiJM:_97xAGsqNpQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=b3STLXKRiJM:_97xAGsqNpQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=b3STLXKRiJM:_97xAGsqNpQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=b3STLXKRiJM:_97xAGsqNpQ:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/b3STLXKRiJM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/vw-bus-customized-with-a-mural-and-stained-glass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/glass.jpg?w=580" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/c0720db1696ab94f499cd391c9920c59?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/glass.jpg?w=150" length="" type="" />
		</item>
		<item>
		<title>How-To: Duct Tape Roses</title>
		<link>http://electronic-geek.com/how-to-duct-tape-roses/</link>
		<comments>http://electronic-geek.com/how-to-duct-tape-roses/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 14:16:56 +0000</pubDate>
		<dc:creator>Sean Ragan</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174844</guid>
		<description><![CDATA[If you&#8217;re celebrating Love Day this year, and could&#8217;t make it to the Kwik-E-Mart before they sold out of Lord Huggington, you might consider going the handmade route, in which case you could probably do a lot worse than a dozen of these realistic duct tape roses from Instructables user DIYHacksAndHowTos. Now, if you&#8217;ll excuse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&#38;blog=30206320&#38;post=174844&#38;subd=makezineblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://makezineblog.files.wordpress.com/2012/02/duct-tape-roses.jpg" alt="" title="Duct tape roses" width="614" height="580" class="alignnone size-full wp-image-174845" /></p>
<p>If you&#8217;re celebrating Love Day this year, and could&#8217;t make it to the Kwik-E-Mart before they sold out of Lord Huggington, you might consider going the handmade route, in which case you could probably do a lot worse than a dozen of these <a href="http://www.instructables.com/id/Realistic-Duct-Tape-Rose/">realistic duct tape roses</a> from Instructables user <a href="http://www.instructables.com/member/DIYHacksAndHowTos/">DIYHacksAndHowTos</a>.  </p>
<p>Now, if you&#8217;ll excuse me, I have to go outside and assemble Love Land.  [via <a href="http://blog.craftzine.com/archive/2012/02/project_realistic_duct_tape_ro.html">CRAFT</a>]</p>
<p><STRONG>More:</STRONG><BR><A HREF="http://blog.makezine.com/2012/02/01/heart-shaped-hack-box-from-evil-mad-science-labs/">Heart-Shaped Hack Box from Evil Mad Science Labs</A></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174844/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174844&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=YHJxheAMlsQ:dG0ZGjMybCQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YHJxheAMlsQ:dG0ZGjMybCQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=YHJxheAMlsQ:dG0ZGjMybCQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YHJxheAMlsQ:dG0ZGjMybCQ:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YHJxheAMlsQ:dG0ZGjMybCQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=YHJxheAMlsQ:dG0ZGjMybCQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YHJxheAMlsQ:dG0ZGjMybCQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=YHJxheAMlsQ:dG0ZGjMybCQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=YHJxheAMlsQ:dG0ZGjMybCQ:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/YHJxheAMlsQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/how-to-duct-tape-roses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/duct-tape-roses.jpg?w=150" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/c4d20edb98d996dab8ce39da39aecad9?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/duct-tape-roses.jpg" length="" type="" />
		</item>
		<item>
		<title>NTH Hackable Synthesizer</title>
		<link>http://electronic-geek.com/nth-hackable-synthesizer/</link>
		<comments>http://electronic-geek.com/nth-hackable-synthesizer/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 12:00:47 +0000</pubDate>
		<dc:creator>Adam Flaherty</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174825</guid>
		<description><![CDATA[Columbus, OH makers Kevin Holland and John Staskevich have built a seemingly fun to play hackable synth using a PIC microcontroller, 8-bit DAC, and analog low-pass filter. It includes an integrated step sequencer and simple, intuitive controls. The device was built with hacking in mind, so you&#8217;ll also get a spare hardware DAC channel, on-board [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&#38;blog=30206320&#38;post=174825&#38;subd=makezineblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.makezine.com/2012/02/09/nth-hackable-synthesizer/nth-2/" rel="attachment wp-att-174827"><img src="http://makezineblog.files.wordpress.com/2012/02/nth1.jpg" alt="" title="nth" width="600" height="416" class="alignnone size-full wp-image-174827" /></a></p>
<p><iframe width="580" height="326" src="http://www.youtube.com/embed/BX9g7MI1weA?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Columbus, OH makers Kevin Holland and John Staskevich have built a seemingly fun to play <a href="http://nthsynth.wordpress.com/">hackable synth</a> using a PIC microcontroller, 8-bit DAC, and analog low-pass filter. It includes an integrated step sequencer and simple, intuitive controls. The device was built with hacking in mind, so you&#8217;ll also get a spare hardware DAC channel, on-board prototyping area, and ICSP port to modify, update, or completely rewrite the firmware. It&#8217;s all housed in a clear laser-cut acrylic housing so everything&#8217;s easy to see. [Thanks, <a href="http://highlyliquid.comhighlyliquid.com.">John</a>!]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174825/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174825&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=15Sga8lkVTM:IlH2VV4p1uI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=15Sga8lkVTM:IlH2VV4p1uI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=15Sga8lkVTM:IlH2VV4p1uI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=15Sga8lkVTM:IlH2VV4p1uI:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=15Sga8lkVTM:IlH2VV4p1uI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=15Sga8lkVTM:IlH2VV4p1uI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=15Sga8lkVTM:IlH2VV4p1uI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=15Sga8lkVTM:IlH2VV4p1uI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=15Sga8lkVTM:IlH2VV4p1uI:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/15Sga8lkVTM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/nth-hackable-synthesizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/nth1.jpg" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/nth1.jpg?w=150" length="" type="" />
<enclosure url="http://0.gravatar.com/avatar/000fa0a36b193a2f0b00b7c1fb0c855a?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
		</item>
		<item>
		<title>The Homemade Earth and Fire of Jonathan Garratt</title>
		<link>http://electronic-geek.com/the-homemade-earth-and-fire-of-jonathan-garratt/</link>
		<comments>http://electronic-geek.com/the-homemade-earth-and-fire-of-jonathan-garratt/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 03:30:26 +0000</pubDate>
		<dc:creator>Nick Normal</dc:creator>
				<category><![CDATA[Make Magazine]]></category>

		<guid isPermaLink="false">http://blog.makezine.com/?p=174772</guid>
		<description><![CDATA[It's been over a decade since I've thrown clay on a wheel, but watching the video below by David Hobson of Dorset-based potter <a href="http://www.jonathangarratt.com/index.php" target="_blank">Jonathan Garratt</a> makes me want to return to the art!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&#38;blog=30206320&#38;post=174772&#38;subd=makezineblog&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://makezineblog.files.wordpress.com/2012/02/fired-fruits-2.jpg?w=580&#038;h=326" alt="" title="Fired Fruits-2" width="580" height="326" class="alignnone size-medium wp-image-174783" /></p>
<p>It&#8217;s been over a decade since I&#8217;ve thrown clay on a wheel, but watching this video, by David Hobson, of Dorset-based potter <a href="http://www.jonathangarratt.com/index.php" >Jonathan Garratt</a>, makes me want to return to the art. Garratt is a true maker from beginning to end, including farming his own clay, mixing it in a blunger, drying it over a month, then processing it through a pug mill. He chops his own wood and claims to have nearly 100 tonnes of wood stacked in sheds and under tin tarps outside, which he rotates out on a two-year cycle! </p>
<p>The combination of using local clay and firing with wood gives his work a &#8220;flavor&#8221; and &#8220;character in the finished thing&#8221; that you can&#8217;t get from packets of clay powder and other firing techniques. Packing his kiln with about 1.5 tonnes of thrown pottery, he says it&#8217;s &#8220;a bit like a 3D jigsaw.&#8221; He fires the clay for 18 hours and 4 days later opens up the kiln to reveal locally sourced and made earthen masterworks. I am, to say the least, impressed!</p>
<p>    <iframe src="http://player.vimeo.com/video/29597918" width="580" height="326" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/makezineblog.wordpress.com/174772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/makezineblog.wordpress.com/174772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/makezineblog.wordpress.com/174772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/makezineblog.wordpress.com/174772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/makezineblog.wordpress.com/174772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/makezineblog.wordpress.com/174772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/makezineblog.wordpress.com/174772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/makezineblog.wordpress.com/174772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/makezineblog.wordpress.com/174772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/makezineblog.wordpress.com/174772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/makezineblog.wordpress.com/174772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/makezineblog.wordpress.com/174772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/makezineblog.wordpress.com/174772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/makezineblog.wordpress.com/174772/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.makezine.com&amp;blog=30206320&amp;post=174772&amp;subd=makezineblog&amp;ref=&amp;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/makezineonline?a=RnDpEYKhIjU:TFlXrTPxSB8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=RnDpEYKhIjU:TFlXrTPxSB8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=RnDpEYKhIjU:TFlXrTPxSB8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=RnDpEYKhIjU:TFlXrTPxSB8:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=RnDpEYKhIjU:TFlXrTPxSB8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=RnDpEYKhIjU:TFlXrTPxSB8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=RnDpEYKhIjU:TFlXrTPxSB8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/makezineonline?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/makezineonline?a=RnDpEYKhIjU:TFlXrTPxSB8:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/makezineonline?i=RnDpEYKhIjU:TFlXrTPxSB8:-BTjWOF_DHI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/makezineonline/~4/RnDpEYKhIjU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://electronic-geek.com/the-homemade-earth-and-fire-of-jonathan-garratt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/fired-fruits-2.jpg?w=580" length="" type="" />
<enclosure url="http://1.gravatar.com/avatar/faa4d1e6379e1c9d8de5a0a2384e1e64?s=96&amp;amp;d=retro&amp;amp;r=G" length="" type="" />
<enclosure url="http://makezineblog.files.wordpress.com/2012/02/fired-fruits-6.jpg?w=150" length="" type="" />
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.253 seconds -->

