<?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>fromCONCENTRATE &#187; sign</title>
	<atom:link href="http://www.fromconcentrate.net/tag/sign/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fromconcentrate.net</link>
	<description>research blog of artist John O&#039;Shea</description>
	<lastBuildDate>Wed, 11 Aug 2010 15:30:22 +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>Processing Perception</title>
		<link>http://www.fromconcentrate.net/2010/02/11/processing-perception/</link>
		<comments>http://www.fromconcentrate.net/2010/02/11/processing-perception/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:25:03 +0000</pubDate>
		<dc:creator>John_0</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Culture Lab]]></category>
		<category><![CDATA[DOING]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[death]]></category>
		<category><![CDATA[perception]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[transmediale]]></category>

		<guid isPermaLink="false">http://www.fromconcentrate.net/?p=387</guid>
		<description><![CDATA[Wandering thru a graveyard in Prenzlauer Berg one morning (one of my favourite tourist pastimes) I encountered this unusual and beautiful marble gravestone with a bold repeating circle design in the place usually reserved for an epitaph.
This stone was the most interesting art object that I encountered during my visit to Berlin&#8217;s Transmediale.10.

The dead individual [...]]]></description>
			<content:encoded><![CDATA[<p>Wandering thru a graveyard in Prenzlauer Berg one morning (one of my favourite tourist pastimes) I encountered this unusual and beautiful marble gravestone with a bold repeating circle design in the place usually reserved for an epitaph.</p>
<p>This stone was the most interesting art object that I encountered during my visit to Berlin&#8217;s Transmediale.10.</p>
<p><a href="http://www.fromconcentrate.net/wp-content/uploads/2010/02/IMG_0157.jpg"><img class="aligncenter size-medium wp-image-388" title="grave" src="http://www.fromconcentrate.net/wp-content/uploads/2010/02/IMG_0157-e1265910731199-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p>The dead individual (whom this stone is representing) presents us with a subtle, final-word: a challenge to living-beings.</p>
<p>The &#8216;optical illusion&#8217; of physical depth against this pristine, flat, surface evidences our flawed and filtered sensory apparatus and disturbs any complacency regarding attempts at understanding the nature of perception (and by extension: space; consciousness; life; and death&#8230;)</p>
<p>I have begun working with the design from the stone to test out some ideas in <a href="http://processing.org/" target="_blank">Processing</a>.</p>
<p><a href="http://www.fromconcentrate.net/wp-content/uploads/2010/02/Circle.png"><img class="aligncenter size-medium wp-image-413" title="Circle" src="http://www.fromconcentrate.net/wp-content/uploads/2010/02/Circle-300x300.png" alt="" width="300" height="300" /></a></p>
<p>(My initial code for the above outline is shared here.)</p>
<p>int a;</p>
<p>void setup()<br />
{</p>
<p>size(500, 500);<br />
background(255);<br />
smooth();<br />
noFill();<br />
stroke(0);<br />
a = 10;</p>
<p>ellipseMode(CORNER);</p>
<p>ellipse(125, 250, 250, 250);</p>
<p>for(int a=0;a&lt;360;a=a+10)<br />
{<br />
pushMatrix();<br />
// move the origin to the pivot point);<br />
translate(250,250);<br />
// then pivot the grid<br />
rotate(radians(a));</p>
<p>// and draw the square at the origin<br />
noFill();<br />
ellipse(-125, 0, 250, 250);<br />
popMatrix();<br />
}<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fromconcentrate.net/2010/02/11/processing-perception/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
