<?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>crtl-i</title>
	<atom:link href="http://crtl-i.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://crtl-i.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 14:43:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pictures from the Computational Workshop</title>
		<link>http://crtl-i.com/blog/2010/03/pictures-from-the-computational-workshop/</link>
		<comments>http://crtl-i.com/blog/2010/03/pictures-from-the-computational-workshop/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 14:43:14 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Korea]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=538</guid>
		<description><![CDATA[






]]></description>
			<content:encoded><![CDATA[<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/03/003.jpg"><img class="alignnone size-full wp-image-539" title="003" src="http://crtl-i.com/blog/wp-content/uploads/2010/03/003.jpg" alt="" width="640" /></a></p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/03/003.jpg"></a><br />
<a href="http://crtl-i.com/blog/wp-content/uploads/2010/03/004.jpg"><img class="alignnone size-full wp-image-540" title="004" src="http://crtl-i.com/blog/wp-content/uploads/2010/03/004.jpg" alt="" width="640" /></a></p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/03/004.jpg"></a><br />
<a href="http://crtl-i.com/blog/wp-content/uploads/2010/03/005.jpg"><img class="alignnone size-full wp-image-541" title="005" src="http://crtl-i.com/blog/wp-content/uploads/2010/03/005.jpg" alt="" width="640" /></a></p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/03/005.jpg"></a><br />
<a href="http://crtl-i.com/blog/wp-content/uploads/2010/03/006.jpg"><img class="alignnone size-full wp-image-542" title="006" src="http://crtl-i.com/blog/wp-content/uploads/2010/03/006.jpg" alt="" width="640" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/03/pictures-from-the-computational-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photocell + 8&#215;8 LED Matrix</title>
		<link>http://crtl-i.com/blog/2010/03/photocell-8x8-led-matrix/</link>
		<comments>http://crtl-i.com/blog/2010/03/photocell-8x8-led-matrix/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:43:07 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Physical Computing]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[Photocell]]></category>
		<category><![CDATA[pic18f452]]></category>
		<category><![CDATA[UDN2981]]></category>
		<category><![CDATA[ULN2803]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=529</guid>
		<description><![CDATA[
This is an example of using 2 photocells and a variable resistor as analog inputs to control 8&#215;8 LED Matrix with PIC18F452, UDN2981, and ULN2803. The input values of the two photocells are compared. When the values are the same, LED lights up randomly within the entire board. Depending on how much darker a photocell [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9912736&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="600" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=9912736&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This is an example of using 2 photocells and a variable resistor as analog inputs to control 8&#215;8 LED Matrix with PIC18F452, UDN2981, and ULN2803. The input values of the two photocells are compared. When the values are the same, LED lights up randomly within the entire board. Depending on how much darker a photocell is compared to the other, LED lights up within the range that is more focused towards a corner. The variable resistor controls how fast the LEDs blink. This is how the board was set up:</p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/03/DSC04247.jpg"><img class="alignnone size-full wp-image-530" title="DSC04247" src="http://crtl-i.com/blog/wp-content/uploads/2010/03/DSC04247.jpg" alt="" width="640" height="733" /></a></p>
<p>The following is the code:</p>
<div id="_mcePaste">DEFINE LOADER_USED 1</div>
<div id="_mcePaste">DEFINE OSC 20</div>
<div>INCLUDE &#8220;modedefs.bas&#8221;</div>
<p></p>
<div id="_mcePaste">DEFINE ADC_BITS 10</div>
<div id="_mcePaste">DEFINE ADC_CLOCK 3</div>
<div id="_mcePaste">DEFINE ADC_SAMPLEUS 20</div>
<p></p>
<div id="_mcePaste">ADCON1 = %10000010</div>
<p></p>
<div id="_mcePaste">trisb =%00000000</div>
<div id="_mcePaste">trisd =%00000000</div>
<div id="_mcePaste">trisa =%11111111</div>
<div id="_mcePaste">trisc =%10000000</div>
<p></p>
<div id="_mcePaste">an0 var word</div>
<div id="_mcePaste">an1 var word</div>
<div id="_mcePaste">an2 var word</div>
<div id="_mcePaste">an0b var byte</div>
<div id="_mcePaste">an1b var byte</div>
<div id="_mcePaste">an2b var byte</div>
<p></p>
<div id="_mcePaste">portb = 0</div>
<div id="_mcePaste">portd = 0</div>
<p></p>
<div id="_mcePaste">rand_max var byte</div>
<div id="_mcePaste">rand_min var byte</div>
<div id="_mcePaste">random_word var word</div>
<div id="_mcePaste">randomdig var byte</div>
<p></p>
<div id="_mcePaste">main:</div>
<p></p>
<div id="_mcePaste">GOSUB getadc</div>
<div id="_mcePaste">IF an1b &lt; an2b THEN</div>
<div id="_mcePaste">rand_max=an1b</div>
<div id="_mcePaste">rand_min=0</div>
<div id="_mcePaste">ENDIF</div>
<p></p>
<div id="_mcePaste">IF an1b &gt; an2b THEN</div>
<div id="_mcePaste">rand_max=7</div>
<div id="_mcePaste">rand_min=7-an2b</div>
<div id="_mcePaste">ENDIF</div>
<p></p>
<div id="_mcePaste">IF an2b = an1b THEN</div>
<div id="_mcePaste">rand_max=7</div>
<div id="_mcePaste">rand_min=0</div>
<div id="_mcePaste">ENDIF</div>
<p></p>
<div id="_mcePaste">GOSUB generate_Random</div>
<div id="_mcePaste">portb = 1&lt;&lt;randomdig</div>
<div id="_mcePaste">GOSUB generate_Random</div>
<div id="_mcePaste">portd = 1&lt;&lt;randomdig</div>
<div>PAUSE 10*an0b</div>
<div id="_mcePaste">gosub bd_off</div>
<div id="_mcePaste">PAUSE 1*an0b</div>
<p></p>
<div id="_mcePaste">GOTO main</div>
<p></p>
<div id="_mcePaste">bd_off:</div>
<div id="_mcePaste">portb=0 : portd=0</div>
<div id="_mcePaste">RETURN</div>
<p></p>
<div id="_mcePaste">getadc:</div>
<div id="_mcePaste">ADCIN 0,an0</div>
<div id="_mcePaste">ADCIN 1,an1</div>
<div id="_mcePaste">ADCIN 2,an2</div>
<div id="_mcePaste">an0b = (an0*8)&gt;&gt;10</div>
<div id="_mcePaste">an1b = (an1*8)&gt;&gt;10</div>
<div id="_mcePaste">an2b = (an2*8)&gt;&gt;10</div>
<div id="_mcePaste">RETURN</div>
<p></p>
<div id="_mcePaste">generate_random:</div>
<div id="_mcePaste">RANDOM random_word</div>
<div id="_mcePaste">randomdig = random_word DIG 1</div>
<div id="_mcePaste">IF randomdig &gt; rand_max THEN GOTO generate_random</div>
<div id="_mcePaste">IF randomdig &lt; rand_min THEN GOTO generate_random</div>
<div id="_mcePaste">RETURN</div>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/03/photocell-8x8-led-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computational Workshop @ Kookmin University + Kyonggi University</title>
		<link>http://crtl-i.com/blog/2010/03/computational-workshop-kookmin-university-kyonggi-university/</link>
		<comments>http://crtl-i.com/blog/2010/03/computational-workshop-kookmin-university-kyonggi-university/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:29:03 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Korea]]></category>
		<category><![CDATA[MEL (Maya)]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=523</guid>
		<description><![CDATA[I will be running a Maya workshop for Jinbok Wie&#8217;s studios at Kookmin and Kyonggi University this coming week.
&#8211;
WORKSHOP: COMPUTATIONAL DYNAMICS – ‘BONE’
Tutors: 김지호 (http://www.ynotwhy.com, http://crtl-i.com) + 위진복 (http://wieandpartners.com)
The workshop will be dedicated to constituting the artificial process of transformation of material information. This process will target comprehension of how extensities are formed into intensities. [...]]]></description>
			<content:encoded><![CDATA[<p>I will be running a Maya workshop for Jinbok Wie&#8217;s studios at Kookmin and Kyonggi University this coming week.</p>
<p>&#8211;</p>
<p>WORKSHOP: COMPUTATIONAL DYNAMICS – ‘BONE’<br />
Tutors: 김지호 (<a href="http://www.ynotwhy.com">http://www.ynotwhy.com</a>, <a href="http://crtl-i.com">http://crtl-i.com</a>) + 위진복 (<a href="http://wieandpartners.com">http://wieandpartners.com</a>)<br />
The workshop will be dedicated to constituting the artificial process of transformation of material information. This process will target comprehension of how extensities are formed into intensities. The STUDIO will deal with form as field which is full of dynamic strengths, rather than reductive physics. The STUDIO will work with the materiality of matter implying the changes of modes and the shifts of energy, rather than materials in modern manner. The introduction of dynamic modelling tools from Maya will give the STUDIO the learning of the capabilities of the program, coupled with the understanding of the relevant parameters of the subject studied: nCloth, IK, particle-dynamics, soft bodies, expressions, and etc. If relevant, some other parametric synchronization tools like grasshopper and scripts will be possibly introduced.</p>
<p>‘Bone’ will be dealt with in two scales of material system and two levels information exchange that enriches the subject, ENGINEERING VERTICALITY. TWO SCALES: 1. The microscopic level of the internality and the individuality 2. The macroscopic level of bone as collectivity TWO LEVELS: 1. The relation to other system of the body 2. The relation to external forces.</p>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/03/computational-workshop-kookmin-university-kyonggi-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fibrous Art Bridge</title>
		<link>http://crtl-i.com/blog/2010/02/fibrous-art-bridge-2/</link>
		<comments>http://crtl-i.com/blog/2010/02/fibrous-art-bridge-2/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 11:32:05 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Y]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[competition]]></category>
		<category><![CDATA[ENYA]]></category>
		<category><![CDATA[fibrous]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=516</guid>
		<description><![CDATA[
The Fibrous Art Bridge was chosen as Special Selection for the Emerging New York Architects  International Ideas Competition (http://www.enyacompetitions.org).
&#8211;
The Fibrous Art Bridge envisions to turn the High Bridge into an art complex that can house exhibitions displaying the entire process of art production-from its inception to its final form. Anyone can appreciate the glistening display of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/02/board.jpg"><img class="alignnone size-full wp-image-517" title="board" src="http://crtl-i.com/blog/wp-content/uploads/2010/02/board.jpg" alt="" width="640" /></a></p>
<p>The Fibrous Art Bridge was chosen as Special Selection for the Emerging New York Architects  International Ideas Competition (<a href="http://www.enyacompetitions.org">http://www.enyacompetitions.org</a>).</p>
<p>&#8211;<br />
The Fibrous Art Bridge envisions to turn the High Bridge into an art complex that can house exhibitions displaying the entire process of art production-from its inception to its final form. Anyone can appreciate the glistening display of a finished art piece but it is a rare encounter to come face to face with the struggling moments of an artists’ hands when the sculpture was just barely beginning to take form. It will be a highly inspiring moment for the audience who have been invited to appreciate the full stages of the artists’ touch through the crossing of this bridge. On this bridge, the process of making art, therefore, becomes an act of art in itself. This art is then displayed to the public. The way in which we experience art will transform completely, for the audience will soon throw away the old habits (of glancing at a single art piece and proceeding to skim a paragraph of description written next to it) but rather learn new ways to engage in art, by sharing the profound understanding experienced by the artists in their moments of creation. The local neighbors who cross the bridge on a regular basis can witness this very art of creating, and perhaps the excitement of participating in such an event will spark dialogues between both the fellow bystanders and the very artists- which is a greatly beneficial activity for the community as well as for the artist society. Through these regular interactions and conversations and full participation in the creative activities, the bridge will seek to draw people together in hopes of physically and culturally reconnnecting Manhattan and Bronx.</p>
<p>This rather untraditional way of experiencing art is spatially achieved through the art pods. The artists work inside pods that are floating and visible through the permeable fibrous structures, which allow the viewers to get a view of the aritsts’ ongoing works from both below and above. Once an artist is finished with the work, the pod is opened to the public  so that they can enter it and interact more closely with the final production. After the public viewing is over, the pod can be removed from the structure and placed elsewhere in the city. Other artists can start their work in the available empty pods. The pods can be made in various sizes and shapes, meeting the specifications to best fit the project it is housing.  Attached to each pod  is a viewing port, embedded into the floors and sticking out towards the bridge gallery and hovering over the walking surface. These ports are more visible from the main pathway and the artists can therefore select parts of the process that they desire to be more exposed to the public.</p>
<p>This design, proposing an exhibtion of the evolving processes of art production, is highly symbolic of the evolution of the bridge in itself. The High Bridge was first built as an aqueduct using mansory arches in 1848. Such structural system to carry water best fit the time, since the tunneling technologies were not as advanced. The bridge continued to evolve structually; in the 1920s, several of the arches were replaced to allow for larger ships to pass. The newly added steel structures were also best fitting for that time-this addition of modern technology allowed bridges to be thinner, stronger and more porous. And now, as the bridge is being considered to be reopened as an art complex, what better transformation can the bridge take then to continue this trend of reforming structure by introducing to the public the next new technology? Rather then obstructing the advancing nature of the bridge by labeling it as an old artifact of the past, the bridge needs to preserve its legacy by continuing its adaption to the newer needs of current times. Under this design, the bridge becomes a museum in itself- a museum of structures, living on its destined fate to showcase how structural logics have continually evolved and benefited history.</p>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/02/fibrous-art-bridge-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analog / Digital Input,  Output</title>
		<link>http://crtl-i.com/blog/2010/02/analog-digital-input-output/</link>
		<comments>http://crtl-i.com/blog/2010/02/analog-digital-input-output/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 06:14:42 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Physical Computing]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[physical]]></category>
		<category><![CDATA[pic18f452]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=509</guid>
		<description><![CDATA[
This is an example of using 2 variable resistors as analog inputs and a switch as a digital input to control 8 LEDs with a PIC18F452 chip. Variable resistor 1 is used to control which LEDs light up. The second variable resistor controls how fast the LEDs blink. The switch decides whether the LEDs blink [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9635788&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="600" height="450" src="http://vimeo.com/moogaloop.swf?clip_id=9635788&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This is an example of using 2 variable resistors as analog inputs and a switch as a digital input to control 8 LEDs with a PIC18F452 chip. Variable resistor 1 is used to control which LEDs light up. The second variable resistor controls how fast the LEDs blink. The switch decides whether the LEDs blink or not. MAX232CPE is used to allow serial communication with a computer. PICBASIC was used to program the chip. This is how the board was set up:</p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/02/DSC04197.jpg"><img class="alignnone size-full wp-image-510" title="DSC04197" src="http://crtl-i.com/blog/wp-content/uploads/2010/02/DSC04197.jpg" alt="" width="640" height="692" /></a></p>
<p>The following is the code:</p>
<p>DEFINE LOADER_USED 1<br />
DEFINE OSC 20<br />
INCLUDE &#8220;modedefs.bas&#8221;</p>
<p>DEFINE ADC_BITS 10<br />
DEFINE ADC_CLOCK 3<br />
DEFINE ADC_SAMPLEUS 20</p>
<p>ADCON1 = %10000010</p>
<p>TRISA = %11111111<br />
TRISB = %00000000<br />
TRISC = %10001000</p>
<p>adc VAR WORD<br />
adcbyte VAR BYTE</p>
<p>SPEED VAR WORD<br />
SPEEDbyte VAR BYTE</p>
<p>SWITCH VAR PORTC.4</p>
<p>main:</p>
<p>IF SWITCH = 1 THEN</p>
<p>ADCIN 0, adc<br />
adcbyte = adc/140</p>
<p>ADCIN 1, SPEED<br />
SPEEDbyte = SPEED/140</p>
<p>PORTB = %00000001 &lt;&lt; adcbyte<br />
PAUSE 100*SPEEDbyte<br />
PORTB = 0<br />
PAUSE 100*SPEEDbyte</p>
<p>ELSE<br />
ADCIN 0, adc<br />
adcbyte = adc/140</p>
<p>PORTB = %00000001 &lt;&lt; adcbyte</p>
<p>ENDIF</p>
<p>GOTO main</p>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/02/analog-digital-input-output/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Catenary &#8211; Maya nCloth</title>
		<link>http://crtl-i.com/blog/2010/02/catenary-maya-ncloth/</link>
		<comments>http://crtl-i.com/blog/2010/02/catenary-maya-ncloth/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 10:02:55 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[MEL (Maya)]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[catenary]]></category>
		<category><![CDATA[Maya]]></category>
		<category><![CDATA[ncloth]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=505</guid>
		<description><![CDATA[Karey (http://kareydarnellhelms.com) showed me a great catenary / structural analysis tool being developed in grasshopper (http://spacesymmetrystructure.wordpress.com/2010/01/21/kangaroo/). Similar ideas can be explored using the nCloth tool in Maya. This is what it looks like.


]]></description>
			<content:encoded><![CDATA[<p>Karey (<a href="http://kareydarnellhelms.com" target="_blank">http://kareydarnellhelms.com</a>) showed me a great catenary / structural analysis tool being developed in grasshopper (<a href="http://spacesymmetrystructure.wordpress.com/2010/01/21/kangaroo/" target="_blank">http://spacesymmetrystructure.wordpress.com/2010/01/21/kangaroo/</a>). Similar ideas can be explored using the nCloth tool in Maya. This is what it looks like.</p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/02/cloth.jpg"><img class="alignnone size-full wp-image-506" title="cloth" src="http://crtl-i.com/blog/wp-content/uploads/2010/02/cloth.jpg" alt="" width="640" height="1209" /></a></p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/02/tt.jpg"><img class="alignnone size-full wp-image-507" title="tt" src="http://crtl-i.com/blog/wp-content/uploads/2010/02/tt.jpg" alt="" width="640" height="418" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/02/catenary-maya-ncloth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Places</title>
		<link>http://crtl-i.com/blog/2010/02/places/</link>
		<comments>http://crtl-i.com/blog/2010/02/places/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 15:05:05 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=497</guid>
		<description><![CDATA[
crtl-i.com/places
A new place for pictures I have been taking over the past few years.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://crtl-i.com/places"><img class="alignnone" src="http://crtl-i.com/places/grey-places.jpg" border="0/" alt="" width="114" height="64" /></a></p>
<p><a href="http://crtl-i.com/places">crtl-i.com/places</a></p>
<p>A new place for pictures I have been taking over the past few years.</p>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/02/places/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gradient Patterns</title>
		<link>http://crtl-i.com/blog/2010/02/gradient-patterns/</link>
		<comments>http://crtl-i.com/blog/2010/02/gradient-patterns/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 06:15:31 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Grasshopper (Explicit History)]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[gradient]]></category>
		<category><![CDATA[Grasshopper]]></category>
		<category><![CDATA[rhino]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=492</guid>
		<description><![CDATA[

Testing different patterns with grasshopper.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/02/test2.jpg"><img class="alignnone size-full wp-image-494" title="test2" src="http://crtl-i.com/blog/wp-content/uploads/2010/02/test2.jpg" alt="" width="520" height="639" /></a></p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/02/test1.jpg"><img title="test1" src="http://crtl-i.com/blog/wp-content/uploads/2010/02/test1.jpg" alt="" width="520" height="419" /></a></p>
<p>Testing different patterns with grasshopper.</p>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/02/gradient-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(im)material</title>
		<link>http://crtl-i.com/blog/2010/02/immaterial/</link>
		<comments>http://crtl-i.com/blog/2010/02/immaterial/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:48:42 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Korea]]></category>
		<category><![CDATA[Korean National University of Arts]]></category>
		<category><![CDATA[Teaching]]></category>
		<category><![CDATA[immaterial]]></category>
		<category><![CDATA[knua]]></category>
		<category><![CDATA[material]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[studio]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=486</guid>
		<description><![CDATA[
I have been asked to teach a course at the Korean National University of Arts. The course is set up to explore the complex relationship between the material and the immaterial elements of design through a few experiments. This would be my first full-semester teaching experience apart from teaching as an assistant or running shorter workshops. I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/02/knua.jpg"><img class="alignnone size-full wp-image-487" title="knua" src="http://crtl-i.com/blog/wp-content/uploads/2010/02/knua.jpg" alt="" width="595" height="842" /></a></p>
<p>I have been asked to teach a course at the Korean National University of Arts. The course is set up to explore the complex relationship between the material and the immaterial elements of design through a few experiments. This would be my first full-semester teaching experience apart from teaching as an assistant or running shorter workshops. I&#8217;d like to thank Jieun Lee and Jinbok Wie (<a href="http://wieandpartners.com/">http://wieandpartners.com</a>) for this opportunity.</p>
<p>&#8211;</p>
<p>Course Description:</p>
<p>This course aims to explore the complex relationship between the physical and the metaphysical territories of design. The act of creation is often complete when conceptualization and materialization both take place. We will situate ourselves in 5 sets of experiments that are conceptually connected, but physically separated. The very nature of these experiments will actively seek to develop a new sense that will perhaps enable us to see the invisible, to touch the intangible, and/or to materialize the immaterial.</p>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/02/immaterial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8&#215;8 LED Matrix</title>
		<link>http://crtl-i.com/blog/2010/01/8x8-led-matrix/</link>
		<comments>http://crtl-i.com/blog/2010/01/8x8-led-matrix/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 07:38:10 +0000</pubDate>
		<dc:creator>crtl-i</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Physical Computing]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[physical]]></category>

		<guid isPermaLink="false">http://crtl-i.com/blog/?p=480</guid>
		<description><![CDATA[
Front side

Cathode rows soldered

Anode rows soldered

]]></description>
			<content:encoded><![CDATA[<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/01/IMG_7645.jpg"><img class="alignnone size-full wp-image-483" title="IMG_7645" src="http://crtl-i.com/blog/wp-content/uploads/2010/01/IMG_7645.jpg" alt="" width="640" height="446" /></a></p>
<p>Front side</p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/01/IMG_7644.jpg"><img class="alignnone size-full wp-image-482" title="IMG_7644" src="http://crtl-i.com/blog/wp-content/uploads/2010/01/IMG_7644.jpg" alt="" width="640" height="450" /></a></p>
<p>Cathode rows soldered</p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/01/IMG_7646.jpg"><img class="alignnone size-full wp-image-484" title="IMG_7646" src="http://crtl-i.com/blog/wp-content/uploads/2010/01/IMG_7646.jpg" alt="" width="640" height="435" /></a></p>
<p>Anode rows soldered</p>
<p><a href="http://crtl-i.com/blog/wp-content/uploads/2010/01/3-001.jpg"><img class="alignnone size-full wp-image-481" title="3-001" src="http://crtl-i.com/blog/wp-content/uploads/2010/01/3-001.jpg" alt="" width="640" height="383" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crtl-i.com/blog/2010/01/8x8-led-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
