<?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>aThematics &#187; Uncategorized</title>
	<atom:link href="http://www.athematics.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.athematics.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Jul 2010 22:59:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LaN at KVArch</title>
		<link>http://www.athematics.com/2010/07/lan-at-kvarch/</link>
		<comments>http://www.athematics.com/2010/07/lan-at-kvarch/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 22:59:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.athematics.com/?p=411</guid>
		<description><![CDATA[This past Friday, Sheila Kennedy asked me to come to her office to present some of the work that I&#8217;ve been doing for them this summer.  Also present was a delegate from Live Architecture Network who are doing really cool things.
There were presentations from her office including Patricia Gruits talking about an interactive light [...]]]></description>
			<content:encoded><![CDATA[<p>This past Friday, Sheila Kennedy asked me to come to <a href="http://www.kvarch.net/">her office</a> to present some of the work that I&#8217;ve been doing for them this summer.  Also present was a delegate from <a href = "http://www.livearchitecture.net/">Live Architecture Network</a> who are doing really cool things.<br />
There were presentations from her office including Patricia Gruits talking about an interactive light curtain that they&#8217;ve been working on:</p>
<p><a href="http://www.athematics.com/wp-content/uploads/2010/07/light-curtain.jpg"><img src="http://www.athematics.com/wp-content/uploads/2010/07/light-curtain-768x1024.jpg" alt="" title="light curtain" width="600" height="800" class="alignnone size-large wp-image-414" /></a></p>
<p>Then LAN went on to discus a .NET based grasshopper module that they&#8217;ve been working on which allows for dynamic input from extra-rhino sources, such as Processing.  Below,  Monika Wittig (in real life) and Luis Fraguada (Skyping in from Barcelona) from LAN.</p>
<p><a href="http://www.athematics.com/wp-content/uploads/2010/07/monica+Patricia+Luis.jpg"><img src="http://www.athematics.com/wp-content/uploads/2010/07/monica+Patricia+Luis.jpg" alt="" title="monica+Patricia+Luis" width="600" height="450" class="alignnone size-full wp-image-416" /></a></p>
<p>It was a great afternoon and a good time was had by all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.athematics.com/2010/07/lan-at-kvarch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HashTable</title>
		<link>http://www.athematics.com/2010/04/hashtable/</link>
		<comments>http://www.athematics.com/2010/04/hashtable/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 17:14:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.athematics.com/?p=388</guid>
		<description><![CDATA[This is a project that Xiaoji and I have been working on for quite some time.  

HashTable implements a design process whereby algorithms, geometry and digital fabrication come together in service of material reuse.  We see a great deal of waste in fabrication shops and in this we see an opportunity for sustainable [...]]]></description>
			<content:encoded><![CDATA[<p>This is a project that <a href="http://www.xiaoji-chen.com/">Xiaoji</a> and I have been working on for quite some time.  </p>
<p><a href="http://www.athematics.com/wp-content/uploads/2010/04/model-shot.jpg"><img src="http://www.athematics.com/wp-content/uploads/2010/04/model-shot.jpg" alt="" title="model shot" width="600" height="590" class="alignnone size-full wp-image-396" /></a></p>
<p>HashTable implements a design process whereby algorithms, geometry and digital fabrication come together in service of material reuse.  We see a great deal of waste in fabrication shops and in this we see an opportunity for sustainable practices played out at the local level through computational techniques.  HashTable is a system that allows a user to scan scrap material into a program which will algorithmically search for ideal placement of parts.  By doing this, we are fabricating with zero material cost and negative material waste.</p>
<p><a href="http://www.athematics.com/wp-content/uploads/2010/04/process-diagram.jpg"><img src="http://www.athematics.com/wp-content/uploads/2010/04/process-diagram.jpg" alt="" title="process diagram" width="600" height="360" class="alignnone size-full wp-image-393" /></a></p>
<p>To develop this method, we first needed to establish a geometrical system that allowed for flexibility in the material realm.  Because scrap material is inconsistent, the shapes used must be capable of dealing with different scales of cuttable area.  For this purpose, we chose a class of 2-D shapes called the Frettloeh Shapes (FS) which have the property that each can be divided into a collection of smaller FS&#8217;s.  The advantage of this is that if the required piece is not available on the scrap material, we can search for smaller pieces in its stead.<br />
With this geometry in place, we wrote an algorithm that will take as input a FS of a given size and type and a set of scanned scrap sheets that have sufficient remaining material.  The algorithm then searches through the scrap sheets to find the shape and recursively subdivides when the shape cannot be located. </p>
<p><a href="http://www.athematics.com/wp-content/uploads/2010/04/sheets-screenshot.jpg"><img src="http://www.athematics.com/wp-content/uploads/2010/04/sheets-screenshot.jpg" alt="" title="sheets screenshot" width="600" height="433" class="alignnone size-full wp-image-398" /></a></p>
<p>To implement the process, the user must photograph and vectorize the scrap material to get it into a format that is readable by the program.  Then, through an interface implemented in Processing, the user may pick a size and shape for the table, chair or bench in question.  At this point, the search algorithm takes over, looking for two copies of the original shape because of a layered fabrication process.  Finally, the program will output the results to files that can be directly sent to the CNC cutting technology of choice (laser, router, water jet).<br />
Upon cutting the scrap material, the final pieces are assembled with the addition of structural supports to complete the table.  This is how, using nothing but the leavings from the fabrication shop floor, we can produce new, usable furniture that is customizable, nesting and multipurpose.</p>
<p>At this stage, the algorithm has been fully implemented and we have built a small scale mock-up from actual scrap material from local laser cutters.  This process has revealed some flaws in the algorithmic design of the program as well as the tectonic design of the table elements.  Using what we&#8217;ve discovered in this iteration, we hope to extend the program to process multiple tables at once and to implement a faster and more materially efficient search space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.athematics.com/2010/04/hashtable/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Turing Machine IRL</title>
		<link>http://www.athematics.com/2010/03/turing-machine-irl/</link>
		<comments>http://www.athematics.com/2010/03/turing-machine-irl/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:14:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.athematics.com/?p=359</guid>
		<description><![CDATA[Sorry that I&#8217;ve been so long without a post but, you know, busy busy. Via Good Coders Code, this is a Turing Machine running the Busy Beaver Problem with as super cute font and an awesome 60&#8217;s science aesthetic.

]]></description>
			<content:encoded><![CDATA[<p>Sorry that I&#8217;ve been so long without a post but, you know, busy busy. Via <a href="http://www.catonmat.net/">Good Coders Code</a>, this is a Turing Machine running the Busy Beaver Problem with as super cute font and an awesome 60&#8217;s science aesthetic.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/2PjU6DJyBpw&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2PjU6DJyBpw&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.athematics.com/2010/03/turing-machine-irl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form Follows Sunlight</title>
		<link>http://www.athematics.com/2010/02/form-follows-sunlight/</link>
		<comments>http://www.athematics.com/2010/02/form-follows-sunlight/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 03:22:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.athematics.com/?p=353</guid>
		<description><![CDATA[This semester I&#8217;m TAing a studio with Stephen Cassell from ARO.  We&#8217;re focusing on getting the students to use Grasshopper to practice precision form-finding through the actualization of solar effects.  

Image by Yoon-Hee Cho.
It&#8217;s still early and the students are already producing really good work.  You can keep up with their work [...]]]></description>
			<content:encoded><![CDATA[<p>This semester I&#8217;m TAing a studio with Stephen Cassell from <a href="http://www.aro.net/">ARO</a>.  We&#8217;re focusing on getting the students to use <a href="http://www.grasshopper3d.com">Grasshopper</a> to practice precision form-finding through the actualization of solar effects.  </p>
<p><a href="http://www.athematics.com/wp-content/uploads/2010/02/panel-21.jpg"><img src="http://www.athematics.com/wp-content/uploads/2010/02/panel-21.jpg" alt="" title="Rendered Light Rays" width="600" height="382" class="alignnone size-full wp-image-355" /></a><br />
Image by Yoon-Hee Cho.</p>
<p>It&#8217;s still early and the students are already producing really good work.  You can keep up with their work at <a href="http://formfollowssunlight.wordpress.com/">FormFollowsSunlight</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.athematics.com/2010/02/form-follows-sunlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Only Tools</title>
		<link>http://www.athematics.com/2010/02/only-tools/</link>
		<comments>http://www.athematics.com/2010/02/only-tools/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 19:44:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computation]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[only tools]]></category>
		<category><![CDATA[rhino script]]></category>

		<guid isPermaLink="false">http://www.athematics.com/?p=346</guid>
		<description><![CDATA[
Image by Varvara Toulkeridou.
The last two weeks I&#8217;ve been co-teaching a Rhino-Scripting class with Skylar Tibbits and Steffen Reichert to help introduce algorithmic design to some of the non-computation architects at MIT.  We&#8217;ve set up a blog with much of the students work here.
The students all produced really impressive work and I&#8217;m proud to [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="by Varvara Toulkeridou" src="http://onlytoolsmit.files.wordpress.com/2010/01/8.jpg" title="Dynamic Spiraling" class="alignnone" width="600" height="450" /><br />
Image by Varvara Toulkeridou.</p>
<p>The last two weeks I&#8217;ve been co-teaching a Rhino-Scripting class with Skylar Tibbits and Steffen Reichert to help introduce algorithmic design to some of the non-computation architects at MIT.  We&#8217;ve set up a blog with much of the students work <a href="http://onlytoolsmit.wordpress.com/">here</a>.<br />
The students all produced really impressive work and I&#8217;m proud to have participated in this class.  Hopefully, I&#8217;ll carry the torch next year and head up the effort to expose the architectural community to some of the ideas that we work with in computation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.athematics.com/2010/02/only-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Parallelepiped Packing</title>
		<link>http://www.athematics.com/2010/01/more-on-parallelepiped-packing/</link>
		<comments>http://www.athematics.com/2010/01/more-on-parallelepiped-packing/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:32:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.athematics.com/?p=329</guid>
		<description><![CDATA[Working out how I want to instantiate the parallelepipeds.  I must say that I rather fancy the filleted option below:

So I&#8217;m beginning to think about casting them and laser-cutting some dummies to work on layout.  
]]></description>
			<content:encoded><![CDATA[<p>Working out how I want to instantiate the parallelepipeds.  I must say that I rather fancy the filleted option below:</p>
<p><a href="http://www.athematics.com/wp-content/uploads/2010/01/filleted-egdes.png"><img src="http://www.athematics.com/wp-content/uploads/2010/01/filleted-egdes.png" alt="" title="filleted egdes" width="600" height="450" class="alignnone size-full wp-image-328" /></a></p>
<p>So I&#8217;m beginning to think about casting them and laser-cutting some dummies to work on layout.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.athematics.com/2010/01/more-on-parallelepiped-packing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&gt;3  : spatializing higher dimensions</title>
		<link>http://www.athematics.com/2009/12/3-spatializing-higher-dimensions/</link>
		<comments>http://www.athematics.com/2009/12/3-spatializing-higher-dimensions/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 17:08:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.athematics.com/?p=253</guid>
		<description><![CDATA[I&#8217;ve been spending most of my time on the back end of this project but I decided to poke my head out and generate some images.
I&#8217;m excited about some of the spacial and graphic possibilities here:

But I need to explore variety more aggressively.  Currently, I&#8217;m just taking the ball that I&#8217;m generating with math [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been spending most of my time on the back end of this project but I decided to poke my head out and generate some images.</p>
<p>I&#8217;m excited about some of the spacial and graphic possibilities here:<br />
<a href="http://www.athematics.com/wp-content/uploads/2009/12/worms-eye-persp-01.png"><img src="http://www.athematics.com/wp-content/uploads/2009/12/worms-eye-persp-01.png" alt="worms-eye persp 01" title="worms-eye persp 01" width="600" height="450" class="alignnone size-full wp-image-259" /></a></p>
<p>But I need to explore variety more aggressively.  Currently, I&#8217;m just taking the ball that I&#8217;m generating with math and that&#8217;s it.<br />
<a href="http://www.athematics.com/wp-content/uploads/2009/12/normal-view-01.png"><img src="http://www.athematics.com/wp-content/uploads/2009/12/normal-view-01.png" alt="normal view 01" title="normal view 01" width="600" height="450" class="alignnone size-full wp-image-258" /></a></p>
<p>But there are some tantalizing possibilities that I think I&#8217;ll be able to exploit&#8230;..after the holidays.<br />
<a href="http://www.athematics.com/wp-content/uploads/2009/12/elevation.jpg"><img src="http://www.athematics.com/wp-content/uploads/2009/12/elevation.jpg" alt="elevation" title="elevation" width="600" height="531" class="alignnone size-full wp-image-257" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.athematics.com/2009/12/3-spatializing-higher-dimensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Birthday Virus</title>
		<link>http://www.athematics.com/2009/11/happy-birthday-virus/</link>
		<comments>http://www.athematics.com/2009/11/happy-birthday-virus/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:16:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Anniversaries]]></category>

		<guid isPermaLink="false">http://www.athematics.com/2009/11/happy-birthday-virus/</guid>
		<description><![CDATA[Wired reports that on this day in 1983, the computer virus was officially born.  Huzzah!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wired.com/thisdayintech/2009/11/1110fred-cohen-first-computer-virus">Wired</a> reports that on this day in 1983, the computer virus was officially born.  Huzzah!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.athematics.com/2009/11/happy-birthday-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
