<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>FUTURE BLINDNESS</title>
	
	<link>http://blog.akamediasystem.com</link>
	<description>murky backchannel / inconsistent updates</description>
	<lastBuildDate>Sun, 06 May 2012 21:42:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FutureBlindness" /><feedburner:info uri="futureblindness" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>First cuts on Zen Toolworks CNC Mill</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/68bN5_4JwYs/</link>
		<comments>http://blog.akamediasystem.com/2012/05/first-cuts-on-zen-toolworks-cnc-mill/#comments</comments>
		<pubDate>Sun, 06 May 2012 21:42:52 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[3d and CNC]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[electronics]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/?p=506</guid>
		<description><![CDATA[Description of the settings and software toolchain I'm using on my Zen Toolworks 3d CNC mill running on OS X and a RAMPS-derived shield. <a href="http://blog.akamediasystem.com/2012/05/first-cuts-on-zen-toolworks-cnc-mill/"><span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><iframe width="640" height="480" src="http://www.youtube.com/embed/b4_287TDM3g?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>After months of insecurity and confusion, I finally completed the first cuts on my <a href="http://zentoolworks.com/product_info.php?cPath=14&#038;products_id=74" target="_blank">mill</a> today. The piece didn&#8217;t come out perfectly (in fact, I kind of destroyed it as I was removing it), but I feel like I have a much better handle on what I&#8217;m doing now.<br />
</br><br />
Much of the confusion was due to my stubborn insistence on using a couple tools I like (and I like these tools at least in part because they run well on OS X). I&#8217;ll run through the workflow from design to wood and provide any commentary/helpful links as I go.<br />
</br><br />
<strong>Design</strong><br />
<a href="http://blog.akamediasystem.com/wp-content/uploads/2012/05/Screen-shot-2012-05-06-at-4.46.26-PM.png"><img src="http://blog.akamediasystem.com/wp-content/uploads/2012/05/Screen-shot-2012-05-06-at-4.46.26-PM-300x236.png" alt="" title="Milltest_curvy" width="300" height="236" class="aligncenter size-medium wp-image-510" /></a><br />
The piece doesn&#8217;t have any particular purpose except to be a good test of the mill&#8217;s performance. I used the free version of <a href="http://sketchup.google.com/" target="_blank">Sketchup</a>, because I&#8217;m familiar with it, it&#8217;s easy to learn, and well, it&#8217;s free. One issue is that the free version does not let you export your 3d design into any useful formats. Luckily, Sketchup has a pretty full-featured Ruby API, and some kind soul has written a Sketchup-to-STL exporter that you can download <a href="http://www.guitar-list.com/forums/sketchup-plugins/sketchup-to-dxf-and-stl-convertor-plugin" target="_blank">here</a>.<br />
</br><br />
<strong>Mesh cleanup</strong><br />
The plugin works quite well, but it&#8217;s always worth the extra step of cleaning up your STLs, either by hand in <a href="http://meshlab.org" target="_blank">Meshlab</a> or (my new favorite) automagically via the <a href="http://cloud.netfabb.com" target="_blank">Netfabb</a> site. Why do you need to clean up your meshes? I&#8217;ve found that the simpler your model can be initially, the fewer little quirks you&#8217;ll run into down the line. Additionally, it&#8217;s relatively easy to go into Meshlab or Sketchup to simplify our model or remove a feature that taxes the resolution of your printer or mill. It&#8217;s much, much harder to simplify your model once it&#8217;s been sliced into GCode!<br />
</br><br />
<strong>Slicing</strong><br />
<a href="http://blog.akamediasystem.com/wp-content/uploads/2012/05/Screen-shot-2012-05-06-at-5.20.15-PM.png"><img src="http://blog.akamediasystem.com/wp-content/uploads/2012/05/Screen-shot-2012-05-06-at-5.20.15-PM-300x296.png" alt="" title="The same file in Replicatorg" width="300" height="296" class="aligncenter size-medium wp-image-516" /></a><br />
Here&#8217;s where I was stuck for quite awhile. I really wanted to conserve mental energy here and remain within the workflow I&#8217;ve been using at my job (which involves fairly-complex 3d printing on a MakerBot <a href="http://www.makerbot.com/docs/replicator/" target="_blank">Replicator</a>). This means using <a href="http://replicat.org" target="_blank">Replicatorg</a>, which I&#8217;ve found to be quite comprehensible (partly because I&#8217;ve been reading much of their <a href="https://github.com/makerbot/ReplicatorG" target="_blank">sourcecode</a> on Github because it&#8217;s in Java, which is much easier for me to understand right now than Python or other languages).<br />
Replicatorg provides a wrapper for <a href="http://wiki.bitsfrombytes.com/index.php/Skeinforge" target="_blank">Skeinforge</a>, which is a suite of Python programs that slice a 3d model file (STL) into a series of layers of <a href="http://replicat.org/gcodes" target="_blank">GCode</a>.<br />
<a href="http://blog.akamediasystem.com/wp-content/uploads/2012/05/Screen-shot-2012-05-06-at-5.24.51-PM.png"><img src="http://blog.akamediasystem.com/wp-content/uploads/2012/05/Screen-shot-2012-05-06-at-5.24.51-PM-300x244.png" alt="" title="The GCode visualized in Pleasant3d" width="300" height="244" class="aligncenter size-medium wp-image-518" /></a><br />
Once the GCode is generated, I use <a href="http://www.pleasantsoftware.com/developer/pleasant3d/index.shtml">Pleasant3d</a> to view the toolpath for each layer. This serves as a little sanity check to make sure the GCode generation process produced an output that looks like it will work.<br />
</br><br />
<a href="http://blog.akamediasystem.com/wp-content/uploads/2012/05/easyDriver_breadboard.jpg"><img src="http://blog.akamediasystem.com/wp-content/uploads/2012/05/easyDriver_breadboard-300x179.jpg" alt="" title="easyDriver_breadboard" width="300" height="179" class="aligncenter size-medium wp-image-527" /></a><a href="http://blog.akamediasystem.com/wp-content/uploads/2012/05/arduino_mega_board.jpg"><img src="http://blog.akamediasystem.com/wp-content/uploads/2012/05/arduino_mega_board-300x179.jpg" alt="" title="arduino_mega_board" width="300" height="179" class="aligncenter size-medium wp-image-528" /></a><br />
<strong>Machine Control / Wiring</strong><br />
Wiring up the mill wasn&#8217;t very problematic for me, possibly because I have more experience with this part of the process than others. I&#8217;m using an Arduino <a href="http://arduino.cc/en/Main/ArduinoBoardMega" target="_blank">Mega</a> board broken out to a breadboard housing three Sparkfun <a href="http://www.sparkfun.com/products/10267" target="_blank">EasyDriver</a> stepper control boards. While this setup isn&#8217;t permanent enough to be proud of, it&#8217;s proven very reliable and easy to modify. One of the first things I&#8217;m planning to mill now is a single-sided PCB shield (based on the <a href="http://reprap.org/wiki/RAMPS_1.4" target="_blank">RAMPS</a> boards by Reprap) to clean this part of the operation up!<br />
For the Arduino&#8217;s firmware, I very slightly modified Triffid Hunter&#8217;s awesome <a href="https://github.com/triffid/Teacup_Firmware">Teacup</a> firmware.<br />
</br><br />
<strong>Custom Configurations</strong><br />
To use Replicatorg, I had to make a custom machine description file for my mill. This was so Replicatorg knows the dimensions of the axes, whether or not there are endstops, and so forth. Since the Zen is a pretty popular mill, I thought I&#8217;d share my machine <a href="https://github.com/AKAMEDIASYSTEM/ReplicatorG/blob/master/machines/AKA_7x7.xml" target="_blank">file</a>.<br />
The most recent struggles I had (struggles which I finally overcame in order to make the cuts today) had to do with possibly the least-wise part of my workflow: using Skeinforge to generate the GCode for the mill. Skeinforge was developed mainly for 3d printing, which I&#8217;m sure you can imagine is a pretty different process to model. Though pretty well-known for being tricky to work with, I like Skeinforge because all the variables are broken out for you to edit and tweak &#8211; this is also true for the milling plugins it includes.<br />
That said, this <a href="http://www.sumpod.com/comment/701">post</a> was extremely helpful in providing me with some baseline values from which to begin. The biggest error I made today was improperly measuring the diameter of my endmill (I bought it as a surplus package, and it didn&#8217;t come labeled). I have my Skeinforge settings zipped up and saved <a href='http://blog.akamediasystem.com/wp-content/uploads/2012/05/aka_cnc_1.zip'>here.</a><br />
As for the hardware, I forked the excellent Teacup_Firmware for the Arduino and my version can be found <a href="https://github.com/AKAMEDIASYSTEM/Teacup_Firmware" target="_blank">here</a>. The only change I&#8217;ve made is to the config.h file, and this might change as I consider moving some pin assignments around to fit a custom shield.<br />
</br><br />
<strong>Conclusion</strong><br />
Though I&#8217;ve only just started actually making things, I&#8217;ve put a fair bit of time writing this in the hope that others who want to go this route will have this post as a reference. If you have any questions, please leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2012/05/first-cuts-on-zen-toolworks-cnc-mill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2012/05/first-cuts-on-zen-toolworks-cnc-mill/</feedburner:origLink></item>
		<item>
		<title>First 3d printed Polytopes joints</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/HJnZ2H9A8qQ/</link>
		<comments>http://blog.akamediasystem.com/2012/05/first-3d-printed-polytopes-joints/#comments</comments>
		<pubDate>Tue, 01 May 2012 14:23:31 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[3d and CNC]]></category>
		<category><![CDATA[ARTWORK]]></category>
		<category><![CDATA[Gallery]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/?p=499</guid>
		<description><![CDATA[First prototype prints for a sculpture series I'm working on. <a href="http://blog.akamediasystem.com/2012/05/first-3d-printed-polytopes-joints/"><span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<a href='http://blog.akamediasystem.com/2012/05/first-3d-printed-polytopes-joints/2012-04-30-21-44-35/' title='Polytopes tetrahedron prototype'><img width="150" height="150" src="http://blog.akamediasystem.com/wp-content/uploads/2012/05/2012-04-30-21.44.35-150x150.jpg" class="attachment-thumbnail" alt="Polytopes tetrahedron prototype" title="Polytopes tetrahedron prototype" /></a>
<a href='http://blog.akamediasystem.com/2012/05/first-3d-printed-polytopes-joints/2012-04-30-18-19-01/' title='3d printed joints generated in OpenSCAD'><img width="150" height="150" src="http://blog.akamediasystem.com/wp-content/uploads/2012/05/2012-04-30-18.19.01-150x150.jpg" class="attachment-thumbnail" alt="3d printed joints generated in OpenSCAD" title="3d printed joints generated in OpenSCAD" /></a>
<a href='http://blog.akamediasystem.com/2012/05/first-3d-printed-polytopes-joints/2012-04-30-21-45-24/' title='Polytopes joint'><img width="150" height="150" src="http://blog.akamediasystem.com/wp-content/uploads/2012/05/2012-04-30-21.45.24-150x150.jpg" class="attachment-thumbnail" alt="Polytopes joint" title="Polytopes joint" /></a>

<p>Yesterday I printed out the first joints for my long-dormant &#8220;Polytopes&#8221; work &#8211; you can see some photos of the results above.</p>
<p>The end goal is to allow anyone to design a polyhedral light fixture like this via a web interface, and then order the printed parts and other components necessary to assemble it.</p>
<p>The source (along with the .stl file for these tetrahedral joints) is <a href="https://github.com/AKAMEDIASYSTEM/ccfl_hubs" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2012/05/first-3d-printed-polytopes-joints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2012/05/first-3d-printed-polytopes-joints/</feedburner:origLink></item>
		<item>
		<title>How to gets Inkscape DXFs into OpenSCAD for 3d-printing/milling</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/ASDbrcabTaQ/</link>
		<comments>http://blog.akamediasystem.com/2012/04/how-to-gets-inkscape-dxfs-into-openscad-for-3d-printingmilling/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 19:06:33 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[3d and CNC]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/?p=496</guid>
		<description><![CDATA[Summary of how to get Inkscape and OpenSCAD talking to each other. <a href="http://blog.akamediasystem.com/2012/04/how-to-gets-inkscape-dxfs-into-openscad-for-3d-printingmilling/"><span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a devil of a time getting <a href="http://inkscape.org" target="_blank">Inkscape</a> to export readable DXFs for use in <a href="http://openscad.org" target="_blank">OpenSCAD</a>. Hopefully the time I spent figuring this out can save you some effort and frustration.<br />
In a nutshell, the issue is that OpenSCAD cannot process curved lines (SPLINES), and Inkscape doesn&#8217;t have a straightforward way to export DXFs without splines if they exist in the graphic. So before exporting, you need to convert all curved lines to straight lines by adding enough nodes along the curve to roughly preserve its curvature.<br />
This <a href="http://repraprip.blogspot.com/2011/05/inkscape-to-openscad-dxf-tutorial.html" target="_blank">link</a> contains all the actual steps to follow &#8211; disregard any talk of an Inkscape extension called Better Better DXF Export, as I was unable to get that package to be visible in multiple installs of multiple versions of Inkscape over multiple machines&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2012/04/how-to-gets-inkscape-dxfs-into-openscad-for-3d-printingmilling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2012/04/how-to-gets-inkscape-dxfs-into-openscad-for-3d-printingmilling/</feedburner:origLink></item>
		<item>
		<title>Getting PCB-GCode working in Eagle 6</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/SckeSsNnj-k/</link>
		<comments>http://blog.akamediasystem.com/2012/04/getting-pcb-gcode-working-in-eagle-6/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 23:14:14 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[3d and CNC]]></category>
		<category><![CDATA[electronics]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/?p=492</guid>
		<description><![CDATA[One of the first things I want my CNC mill to be able to do is mill PCB boards &#8211; I am working on a couple single-sided boards that I&#8217;d like to use around the house for the solar setup,<a href="http://blog.akamediasystem.com/2012/04/getting-pcb-gcode-working-in-eagle-6/">&#8594;BOYO</a>]]></description>
			<content:encoded><![CDATA[<p>One of the first things I want my CNC mill to be able to do is mill PCB boards &#8211; I am working on a couple single-sided boards that I&#8217;d like to use around the house for the solar setup, the garden, and even the mill itself.<br />
</br><br />
I&#8217;m feeling pretty alone, though, as a Mac user who wants to mill PCB boards&#8230;it really seems like the major tools out there are Windows only. I know, you&#8217;re going to suggest I use cad.py from the Fab Lab folks, but I have seen that in use enough to know it&#8217;s too much trouble; I&#8217;d love to find an easier workflow that doesn&#8217;t go from Eagle to image to gcode (especially because I&#8217;ve heard many users remark that cad.py is also imperfect).<br />
</br><br />
<a href="http://www.pcbgcode.org/">PCB-gcode</a> looked like an ideal solution but I had a hell of a time getting Eagle to recognize it properly. The trick ended up being discussed <a href="http://www.neufeld.newton.ks.us/electronics/?p=1276#more-1276">here</a>, although it took me several reads through for it to sink in.<br />
</br><br />
The trick is, you need to unzip your PCB-gcode folder into the first folder listed in your PATH variable in the Eagle ULP line in the &#8220;Directories&#8221; dialogue. I&#8217;ve been really busy at work recently (just started a new job), so I haven&#8217;t actually milled any boards yet. But soon! I&#8217;ll post an update when I do.<br />
</br><br />
As always, no original content here &#8211; I post things like this to summarize hours of forum lurking, highly-specific Googling, and sourcecode study. I hope it helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2012/04/getting-pcb-gcode-working-in-eagle-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2012/04/getting-pcb-gcode-working-in-eagle-6/</feedburner:origLink></item>
		<item>
		<title>Custom machines in Replicatorg</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/ewcGZYoMDvo/</link>
		<comments>http://blog.akamediasystem.com/2012/04/custom-machines-in-replicatorg/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 20:33:19 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[3d and CNC]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/?p=487</guid>
		<description><![CDATA[How to get Replicatorg to support a custom machine definition file. <a href="http://blog.akamediasystem.com/2012/04/custom-machines-in-replicatorg/"><span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a tough time (heh, I bet a lot of my posts are going to begin like that&#8230;) getting <a href="http://replicat.org/" target="_blank">Replicatorg</a> to see my custom machine file in recent versions of the software. Previously, around version 22, I had no problem dropping my machine_name.xml description file in a Replicatorg directory and then restarting the app to get it recognized.</p>
<p>Due to some recent updates on the way to the current version (034, as I write this), this process no longer works. After some headscratching, I arrived on this process, which has not failed me yet (although it is quite a pain if you change your machine.xml file regularly!). Basically, <strong>you need to reinstall Replicatorg and add your machine.xml file before your first run of the software.</strong></p>
<p>In other words, follow these steps:</p>
<ul>
<li>
Download Replicatorg
</li>
<li>
Install the app (I&#8217;m on OS X 10.6.8, so I mount the DMG and drag it to my Applications folder. For easy versioning, I put it inside a folder identifying which version of Replicatorg it is, ie &#8220;Replicatorg 034&#8243;)
</li>
<li>Unmount the DMG
</li>
<li>Right-click on the app, select &#8220;Show Package Contents&#8221;
</li>
<li>Add your custom_machine.xml file to Contents/Resources/machines
</li>
<li>Start Replicatorg</li>
</ul>
<p>I&#8217;m using a custom machine definition file for my Zen Toolworks 7&#215;7 CNC <a href="http://zentoolworks.com/product_info.php?cPath=14&#038;products_id=74">mill</a> running a RAMPS board powered by EasyDriver stepper drivers. If you&#8217;re interested, leave a comment and I&#8217;ll post the file.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2012/04/custom-machines-in-replicatorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2012/04/custom-machines-in-replicatorg/</feedburner:origLink></item>
		<item>
		<title>Resuming this, probably.</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/F95SHl0wCv4/</link>
		<comments>http://blog.akamediasystem.com/2012/04/resuming-this-probably/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 20:00:25 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/?p=458</guid>
		<description><![CDATA[Why I'm reviving my blog. What I hope it will be. <a href="http://blog.akamediasystem.com/2012/04/resuming-this-probably/"><span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m starting this site back up again &#8211; the goal is to provide a place where I can share what I&#8217;m learning at my <a href="http://nytlabs.com" title="job" target="_blank">job</a> and in my spare time hacking on various projects.</p>
<p>I&#8217;m not going to philosophize often (I hope), but I wanted to begin by explaining what&#8217;s motivating me to resume blogging:</p>
<p>I&#8217;ve been a passionate hobbyist all my life. I love the communities that can form around almost any practice, from the arcane (gemcutting) to the revolutionary (<a href="http://reprap.org/" target="_blank">3d printing</a>, <a href="http://www.resilientcommunities.com/" title="resilient communities" target="_blank">resilient communities</a>). I think one of the more profound impacts that the internet has had on my life is that it can connect me to the state of the art in almost any of these wonderful communities.<br />
I have a few people online who I really admire, and one trait they all share is their openness: they develop a rich  presence online not just by posting but by helping. They share their work and thoughts, but take pains to make sure others can join in.<br />
While I can&#8217;t purport to be the community leaders, software whizzes, or mechanical geniuses that my role models are, this blog is a step towards opening up and giving back to the communities I appreciate so deeply.</p>
<p>Here I&#8217;ll write about:</p>
<ul>
My sensor-monitored hydroponic <a href="https://pachube.com/feeds/46163/" target="_blank">garden</a>
</ul>
<ul>
My almost-up-and-running 3d CNC <a href="http://www.flickr.com/photos/akamediasystem/sets/72157628058770374/" target="_blank">mill</a></ul>
<ul>
Experiences with my Lab&#8217;s <a href="http://www.makerbot.com/docs/replicator/" target="_blank">Replicator</a></ul>
<ul>
Creative <a href="https://github.com/AKAMEDIASYSTEM" target="_blank">coding</a> / software hacks</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2012/04/resuming-this-probably/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2012/04/resuming-this-probably/</feedburner:origLink></item>
		<item>
		<title>CNC build started</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/EGr-xF7It5I/</link>
		<comments>http://blog.akamediasystem.com/2010/12/cnc-build-started/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 01:59:40 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[3d and CNC]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/?p=471</guid>
		<description><![CDATA[First update about a CNC mill I'm building <a href="http://blog.akamediasystem.com/2010/12/cnc-build-started/"><span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
<a href='http://blog.akamediasystem.com/2010/12/cnc-build-started/img_20101204_204943/' title='CNC mill skeleton'><img width="150" height="150" src="http://blog.akamediasystem.com/wp-content/uploads/2010/12/IMG_20101204_204943-150x150.jpg" class="attachment-thumbnail" alt="CNC mill skeleton" title="CNC mill skeleton" /></a>
I&#8217;m building a 3d CNC mill, here is the (somewhat familiar) skeleton being assembled.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2010/12/cnc-build-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2010/12/cnc-build-started/</feedburner:origLink></item>
		<item>
		<title>Thanksgiving brewing in NH</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/0655x1ytR3g/</link>
		<comments>http://blog.akamediasystem.com/2010/12/thanksgiving-brewing-in-nh/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 00:30:46 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/?p=443</guid>
		<description><![CDATA[Data from a brew-in-progress in New Hampshire <a href="http://blog.akamediasystem.com/2010/12/thanksgiving-brewing-in-nh/"><span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Dennis and I brewed a batch of <a href="http://en.wikipedia.org/wiki/Beer_in_Scotland#Shilling_categories">80/- ale</a> this past Thanksgiving weekend. <a href="http://www.austinhomebrew.com/product_info.php?cPath=178_452_42_176&#038;products_id=385">This</a> is the recipe we used (the ingredients were my birthday present&mdash;thanks Dennis!). I wrote a small thermocouple datalogging <a href="http://github.com/AKAMEDIASYSTEM/thermocouple_datalog">sketch</a> that would let us see the exact temperature of the brew throughout the process. Dennis made a quick graph in <a href="http://en.wikipedia.org/wiki/R_%28programming_language%29">R</a>:<a href="http://blog.akamediasystem.com/wp-content/uploads/2010/12/brew-plot.png"><img src="http://blog.akamediasystem.com/wp-content/uploads/2010/12/brew-plot-1024x341.png" alt="" title="brew-plot" width="640" height="213" class="aligncenter size-large wp-image-444" /></a><br />
As you can see, we were able to chill the wort quite quickly under the circumstances by continuously running cold water past the brewpot in the bathtub. The initial temperature change you can see between 170 and 180 minutes is a false reading, though, which we think happened because the thermocouple was touching the pot (which is metal and would cool much more quickly) rather than fully immersed in the wort.<br />
After an always-tense 24 hours of no activity, the brew started bubbling away at a good pace by the time we left.<br />
<br />
Here&#8217;s a timelapse of the brewing. It&#8217;s not too interesting. I took it because I thought we might be able to correlate the frames with temperature readings, but I never ended up setting up a good shot that would let us capture details like exactly when certain ingredients were added, etc&#8230;</p>
<p><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/o0wxN6OXWr8?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/o0wxN6OXWr8?fs=1" type="application/x-shockwave-flash" width="640" height="505" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2010/12/thanksgiving-brewing-in-nh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2010/12/thanksgiving-brewing-in-nh/</feedburner:origLink></item>
		<item>
		<title>Voronoi video v0</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/qpCqnpNF8hk/</link>
		<comments>http://blog.akamediasystem.com/2010/11/voronoi-video-v0/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 00:35:33 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/2010/11/19/voronoi-video-v0/</guid>
		<description><![CDATA[Voronoi video v0 Originally uploaded by AKA MEDIA SYSTEM Quick update of what I did today after a lot of stalling.]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
 <a href="http://www.flickr.com/photos/akamediasystem/5191012462/" title="Voronoi video v0"><img src="http://farm5.static.flickr.com/4152/5191012462_84095211b7_m.jpg" alt="" style="border: solid 2px #FF0099;" /></a><br />
 <br />
 <span style="font-size: 0.9em; margin-top: 0px;"><br />
  <a href="http://www.flickr.com/photos/akamediasystem/5191012462/">Voronoi video v0</a></p>
<p>  Originally uploaded by <a href="http://www.flickr.com/people/akamediasystem/">AKA MEDIA SYSTEM</a><br />
 </span>
</div>
<p>Quick update of what I did today after a lot of stalling.<br />
<br clear="all" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2010/11/voronoi-video-v0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2010/11/voronoi-video-v0/</feedburner:origLink></item>
		<item>
		<title>Advertiser survey</title>
		<link>http://feedproxy.google.com/~r/FutureBlindness/~3/8zqix7q8wFU/</link>
		<comments>http://blog.akamediasystem.com/2010/11/advertiser-survey/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 17:47:20 +0000</pubDate>
		<dc:creator>AKA</dc:creator>
				<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://blog.akamediasystem.com/?p=435</guid>
		<description><![CDATA[Hulu&#8217;s survey just yielded me this gem:]]></description>
			<content:encoded><![CDATA[<p>Hulu&#8217;s survey just yielded me this gem:<br />
<a href="http://blog.akamediasystem.com/wp-content/uploads/2010/11/Picture-1.png"><img src="http://blog.akamediasystem.com/wp-content/uploads/2010/11/Picture-1.png" alt="" title="Reese Poem" width="338" height="272" class="aligncenter size-full wp-image-439" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.akamediasystem.com/2010/11/advertiser-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.akamediasystem.com/2010/11/advertiser-survey/</feedburner:origLink></item>
	</channel>
</rss>

