<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>fabric | rblg</title>
    <link>http://blog.fabric.ch/</link>
    <description>A subjective collection of articles and projects that might impact our work.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    <pubDate>Mon, 14 May 2012 09:59:58 GMT</pubDate>

    <image>
        <url>http://blog.fabric.ch/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: fabric | rblg - A subjective collection of articles and projects that might impact our work.</title>
        <link>http://blog.fabric.ch/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>A Faster Fourier Transform</title>
    <link>http://blog.fabric.ch/index.php?/archives/2266-A-Faster-Fourier-Transform.html</link>
            <category>Culture &amp; society</category>
            <category>Science &amp; technology</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2266-A-Faster-Fourier-Transform.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2266</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2266</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p class=&quot;dek&quot;&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.technologyreview.com/article/40245/&#039;);&quot;  href=&quot;http://www.technologyreview.com/article/40245/&quot;&gt;MIT Technology Review&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;dek&quot;&gt;-----&lt;/p&gt;
&lt;p class=&quot;dek&quot;&gt;A mathematical upgrade promises a speedier digital world.&lt;/p&gt;
&lt;p class=&quot;byline&quot;&gt;By Mark Anderson&lt;/p&gt;
&lt;p class=&quot;byline&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;div class=&quot;mainBody&quot;&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://www.technologyreview.com/files/84978/0512-tr10-fourier_x616.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;In January, four MIT researchers showed off a replacement for one of the most important algorithms in computer science. Dina Katabi, Haitham Hassanieh, Piotr Indyk, and Eric Price have created a faster way to perform the Fourier transform, a mathematical technique for processing streams of data that underlies the operation of things such as digital medical imaging, Wi-Fi routers, and 4G cellular networks.&lt;/p&gt;
&lt;p&gt;The principle of the Fourier transform, which dates back to the 19th century, is that any signal, such as a sound recording, can be represented as the sum of a collection of sine and cosine waves with different frequencies and amplitudes. This collection of waves can then be manipulated with relative ease&amp;mdash;for example, allowing a recording to be compressed or noise to be suppressed. In the mid-1960s, a computer-friendly algorithm called the fast Fourier transform (FFT) was developed. Anyone who&#039;s marveled at the tiny size of an MP3 file compared with the same recording in an uncompressed form has seen the power of the FFT at work.&lt;/p&gt;
&lt;p&gt;With the new algorithm, called the sparse Fourier transform (SFT), streams of data can be processed 10 to 100 times faster than was possible with the FFT. The speedup can occur because the information we care about most has a great deal of structure: music is not random noise. These meaningful signals typically have only a fraction of the possible values that a signal could take; the technical term for this is that the information is &amp;quot;sparse.&amp;quot; Because the SFT algorithm isn&#039;t intended to work with all possible streams of data, it can take certain shortcuts not otherwise available. In theory, an algorithm that can handle only sparse signals is much more limited than the FFT. But &amp;quot;sparsity is everywhere,&amp;quot; points out coinventor Katabi, a professor of electrical engineering and computer science. &amp;quot;It&#039;s in nature; it&#039;s in video signals; it&#039;s in audio signals.&amp;quot;&lt;/p&gt;
&lt;p&gt;A faster transform means that less computer power is required to process a given amount of information&amp;mdash;a boon to energy-conscious mobile multimedia devices such as smart phones. Or with the same amount of power, engineers can contemplate doing things that the computing demands of the original FFT made impractical. For example, Internet backbones and routers today can actually read or process only a tiny trickle of the river of bits they pass between them. The SFT could allow researchers to study the flow of this traffic in much greater detail as bits shoot by billions of times a second.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Copyright Technology Review 2012.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;fabric | ch - personal comment:&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:15px;&quot;&gt;A faster digital world certainly means a faster (intertwined) world in general. It is fascinating to consider how important algorythms have become in this contemporary world and therefore, how mathematics are! Can a &quot;tiny&quot; piece of math (FFT?) modify the world? (of course it can, as it in fact already did many times --from Pythagore or Thales to Turing or more recently Wiles, through Euler, Descartes or Newton and many many more...--). It therefore also happen at the &quot;atomic level&quot; of the code (a math formula), and that&#039;s even more fascinating.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 14 May 2012 09:27:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2266-guid.html</guid>
    <category>artificial reality</category>
<category>code</category>
<category>computing</category>
<category>culture &amp; society</category>
<category>interferences</category>
<category>science &amp; technology</category>

</item>
<item>
    <title>Feel Me by Marco Triverio  Digital touch and new channels for bit-intimacy</title>
    <link>http://blog.fabric.ch/index.php?/archives/2265-Feel-Me-by-Marco-Triverio-Digital-touch-and-new-channels-for-bit-intimacy.html</link>
            <category>Interaction design</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2265-Feel-Me-by-Marco-Triverio-Digital-touch-and-new-channels-for-bit-intimacy.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2265</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2265</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.creativeapplications.net/iphone/feel-me-by-marco-triverio-digital-touch-and-new-interactive-channels-for-bit-intimacy/?utm_source=feed&amp;amp;amp;utm_campaign=rss-mo-more&amp;amp;amp;utm_medium=rss&#039;);&quot;  href=&quot;http://www.creativeapplications.net/iphone/feel-me-by-marco-triverio-digital-touch-and-new-interactive-channels-for-bit-intimacy/?utm_source=feed&amp;amp;utm_campaign=rss-mo-more&amp;amp;utm_medium=rss&quot;&gt;Creative Applications&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-----&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone size-large wp-image-24462&quot; title=&quot;feelme10&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;311&quot; src=&quot;http://www.creativeapplications.net/wp-content/uploads/2012/05/feelme10-640x398.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Feel Me is a project by&amp;#160;Marco Triverio&amp;#160;that explores the gap between synchronous and asynchronous communication using our mobile device in attempt to &amp;ldquo;connect differently&amp;rdquo; and enrich digital communications. Whereas we draw lines between phone conversations and sms messages, Feel Me looks for space in between that would allow you to be intimate in realtime,&amp;#160;non-verbally using touch.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Based on the finding for which communications with a special person are not about content going back and forth but rather about perceiving the presence of the other person on the other side, Feel Me opens a real-time interactive channel.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img title=&quot;feelme01&quot; alt=&quot;&quot; width=&quot;250&quot; height=&quot;140&quot; src=&quot;http://www.creativeapplications.net/wp-content/uploads/2012/05/feelme01-320x179.png&quot; /&gt;&lt;img title=&quot;feelme03&quot; alt=&quot;&quot; width=&quot;250&quot; height=&quot;140&quot; src=&quot;http://www.creativeapplications.net/wp-content/uploads/2012/05/feelme03-320x179.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Feel Me first appears to be a text messaging application. When two people are both looking at the conversation they are having, touches on the screen of one side are shown on the other side as small dots.&amp;#160;Touching the same spot triggers a small reaction, such as a vibration or a sound, acknowledging that both parts are there at the same time.&amp;#160;Feel Me creates a playful link with the person on the other side, opening a channel for a non-verbal and interactive connection.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Feel Me&amp;rdquo; was awarded honors at &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/ciid.dk/&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://ciid.dk/&quot;&gt;CIID&lt;/a&gt;.&amp;#160;Marco is currently working as&amp;#160;an interaction designer at IDEO.&lt;/p&gt;
&lt;p&gt;See also concept development videos below.&lt;/p&gt;
&lt;p&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.cs.uic.edu/~mtriveri/Marco_Triverio/Feel_me_app.html&#039;);&quot;  href=&quot;http://www.cs.uic.edu/~mtriveri/Marco_Triverio/Feel_me_app.html&quot;&gt;Project Page&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;iframe height=&quot;281&quot; src=&quot;http://player.vimeo.com/video/33500689?byline=0&amp;amp;portrait=0&quot; frameborder=&quot;0&quot; width=&quot;500&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone size-large wp-image-24460&quot; title=&quot;feelme07&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;375&quot; src=&quot;http://www.creativeapplications.net/wp-content/uploads/2012/05/feelme07-640x480.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone size-large wp-image-24461&quot; title=&quot;feelme08&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;375&quot; src=&quot;http://www.creativeapplications.net/wp-content/uploads/2012/05/feelme08-640x480.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone size-large wp-image-24459&quot; title=&quot;feelme06&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;280&quot; src=&quot;http://www.creativeapplications.net/wp-content/uploads/2012/05/feelme06-640x358.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone size-large wp-image-24458&quot; title=&quot;feelme05&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;278&quot; src=&quot;http://www.creativeapplications.net/wp-content/uploads/2012/05/feelme05-640x356.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;iframe height=&quot;281&quot; src=&quot;http://player.vimeo.com/video/32672330?byline=0&amp;amp;portrait=0&quot; frameborder=&quot;0&quot; width=&quot;500&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe height=&quot;281&quot; src=&quot;http://player.vimeo.com/video/32677223?byline=0&amp;amp;portrait=0&quot; frameborder=&quot;0&quot; width=&quot;500&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe height=&quot;281&quot; src=&quot;http://player.vimeo.com/video/32677892?byline=0&amp;amp;portrait=0&quot; frameborder=&quot;0&quot; width=&quot;500&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe height=&quot;281&quot; src=&quot;http://player.vimeo.com/video/32878590?byline=0&amp;amp;portrait=0&quot; frameborder=&quot;0&quot; width=&quot;500&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 11 May 2012 09:18:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2265-guid.html</guid>
    <category>communication</category>
<category>interaction design</category>
<category>interface</category>
<category>mediated</category>
<category>presence</category>
<category>tele-</category>
<category>users</category>

</item>
<item>
    <title>Water vs. World</title>
    <link>http://blog.fabric.ch/index.php?/archives/2264-Water-vs.-World.html</link>
            <category>Sustainability</category>
            <category>Territory</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2264-Water-vs.-World.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2264</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2264</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/Water vs. World&#039;);&quot;  href=&quot;http://Water vs. World&quot;&gt;BLDGBLOG&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-----&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;479&quot; src=&quot;http://3.bp.blogspot.com/-g_H6S2BXutc/T6gSKzoxcZI/AAAAAAAAF_k/cpexPHazMcU/s1600/global-water-volume-large.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;&lt;font size=&quot;2&quot;&gt;[Image: Illustration by Jack Cook, &lt;/font&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.whoi.edu/&#039;);&quot;  href=&quot;http://www.whoi.edu/&quot;&gt;&lt;font size=&quot;2&quot;&gt;Woods Hole Oceanographic Institution&lt;/font&gt;&lt;/a&gt;&lt;font size=&quot;2&quot;&gt;; courtesy of the USGS].&lt;/font&gt;&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
In Charles Fishman&#039;s compelling exploration of water on Earth, &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.amazon.com/gp/product/1439102082/ref=as_li_ss_tl?ie=UTF8&amp;amp;amp;tag=bldgblog-20&amp;amp;amp;linkCode=as2&amp;amp;amp;camp=1789&amp;amp;amp;creative=390957&amp;amp;amp;creativeASIN=1439102082&#039;);&quot;  href=&quot;http://www.amazon.com/gp/product/1439102082/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=bldgblog-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1439102082&quot;&gt;&lt;i&gt;The Big Thirst&lt;/i&gt;&lt;/a&gt;, there is a shocking statement that, despite the apparent inexhaustibility of the oceans, &amp;quot;the total water on the surface of Earth (the oceans, the ice caps, the atmospheric water) makes up 0.025 percent of the mass of the planet&amp;mdash;25/10,000ths of the stuff of Earth. If the Earth were the size of a &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/automobiles.honda.com/odyssey/&#039;);&quot;  href=&quot;http://automobiles.honda.com/odyssey/&quot;&gt;Honda Odyssey&lt;/a&gt; minivan,&amp;quot; he clarifies, &amp;quot;the amount of water on the planet would be in a single, half-liter bottle of Poland Spring in one of the van&#039;s thirteen cup holders.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is rather remarkably communicated by an &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/ga.water.usgs.gov/edu/2010/gallery/global-water-volume.html&#039;);&quot;  href=&quot;http://ga.water.usgs.gov/edu/2010/gallery/global-water-volume.html&quot;&gt;illustration&lt;/a&gt; from the USGS, reproduced above, showing &amp;quot;the size of a sphere that would contain all of Earth&#039;s water in comparison to the size of the Earth.&amp;quot; That&#039;s not a lot of water.&lt;br /&gt;
&lt;br /&gt;
Only vaguely related, meanwhile, there is an additional description in Fishman&#039;s book worth repeating here.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img width=&quot;500&quot; height=&quot;375&quot; alt=&quot;&quot; src=&quot;http://3.bp.blogspot.com/-1KGWE7F7eLQ/T6gUN7t5plI/AAAAAAAAF_s/rDOzra3HqDU/s1600/heic0601c.jpg&quot; /&gt;&lt;small&gt;&lt;font size=&quot;2&quot;&gt;[Image: The &lt;/font&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.spacetelescope.org/news/heic0601/&#039;);&quot;  href=&quot;http://www.spacetelescope.org/news/heic0601/&quot;&gt;&lt;font size=&quot;2&quot;&gt;Orion nebula&lt;/font&gt;&lt;/a&gt;&lt;font size=&quot;2&quot;&gt;, photographed by Hubble].&lt;/font&gt;&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
In something called the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.daviddarling.info/encyclopedia/O/Orion_Complex.html&#039;);&quot;  href=&quot;http://www.daviddarling.info/encyclopedia/O/Orion_Complex.html&quot;&gt;Orion Molecular Cloud&lt;/a&gt;, truly vast amounts of water are being produced. How much? Incredibly, Fishman explains, &amp;quot;the cloud is making sixty Earth waters every twenty-four hours&amp;quot;&amp;mdash;or, in simpler terms, &amp;quot;there is enough water being formed sufficient to fill all of Earth&#039;s oceans every twenty-four minutes.&amp;quot; This is occurring, however, in an area &amp;quot;420 times the size of our solar system.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Anyway, Fishman&#039;s book is &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.amazon.com/gp/product/1439102082/ref=as_li_ss_tl?ie=UTF8&amp;amp;amp;tag=bldgblog-20&amp;amp;amp;linkCode=as2&amp;amp;amp;camp=1789&amp;amp;amp;creative=390957&amp;amp;amp;creativeASIN=1439102082&#039;);&quot;  href=&quot;http://www.amazon.com/gp/product/1439102082/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=bldgblog-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1439102082&quot;&gt;pretty fascinating&lt;/a&gt;, in particular his chapter, called &amp;quot;Dolphins in the Desert,&amp;quot; on the water reuse and filtration infrastructure installed over the past 10-15 years in Las Vegas.&lt;br /&gt;
&lt;br /&gt;
&lt;small&gt;&lt;font size=&quot;2&quot;&gt;(Via &lt;/font&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/twitter.com/#%21/USGS/status/199548088426307584&#039;);&quot;  href=&quot;https://twitter.com/#%21/USGS/status/199548088426307584&quot;&gt;&lt;font size=&quot;2&quot;&gt;@USGS&lt;/font&gt;&lt;/a&gt;&lt;font size=&quot;2&quot;&gt;).&lt;/font&gt;&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 09 May 2012 08:27:16 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2264-guid.html</guid>
    <category>climate</category>
<category>ecology</category>
<category>nature</category>
<category>sustainability</category>
<category>territory</category>

</item>
<item>
    <title>Glitch jam</title>
    <link>http://blog.fabric.ch/index.php?/archives/2263-Glitch-jam.html</link>
            <category>Culture &amp; society</category>
            <category>Science &amp; technology</category>
            <category>Territory</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2263-Glitch-jam.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2263</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2263</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p&gt;&lt;span class=&quot;entry-author-parent&quot;&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/m.ammoth.us/blog/2012/05/glitch-jam/&#039;);&quot;  href=&quot;http://m.ammoth.us/blog/2012/05/glitch-jam/&quot;&gt;Mammoth&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;entry-author-parent&quot;&gt;-----&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;entry-author-parent&quot;&gt;de &lt;span class=&quot;entry-author-name&quot;&gt;rholmes&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;div class=&quot;entry-body&quot;&gt;
&lt;div&gt;
&lt;div class=&quot;item-body&quot;&gt;
&lt;div&gt;
&lt;p&gt;&lt;img title=&quot;placer-county-courthouse&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;413&quot; src=&quot;http://m.ammoth.us/blog/wp-content/uploads/2012/05/placer-county-courthouse.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;[The Placer County Courthouse, in Auburn, California -- imagine it swarmed by a glitch jam.]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;NPR &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.npr.org/2012/05/03/151919620/computer-glitch-summons-too-many-jurors&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.npr.org/2012/05/03/151919620/computer-glitch-summons-too-many-jurors&quot;&gt;reported this morning&lt;/a&gt; &lt;em&gt;(ed. note: last morning due to the repost)&lt;/em&gt; on a traffic jam in California caused by an algorithmic glitch &amp;ldquo;accidentally summon[ing] 1,200 people to jury duty on the same morning&amp;rdquo;. An excellent reminder of the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/m.ammoth.us/blog/2012/03/unknown-unknowns/&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://m.ammoth.us/blog/2012/03/unknown-unknowns/&quot;&gt;tendency of algorithmic dysfunction to manifest as physical dysfunction&lt;/a&gt;, and (at a relatively small scale) of the potentially&amp;#160;disproportionate&amp;#160;impact of glitches when they are &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/videos.liftconference.com/video/1177435/kevin-slavin-those-algorithms&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://videos.liftconference.com/video/1177435/kevin-slavin-those-algorithms&quot;&gt;translated from dataspace into&lt;/a&gt; an infrastructural system. The glitch may be as simple as having accidentally swapped the 0 indicating &amp;ldquo;do not come in&amp;rdquo; for the 1 indicating &amp;ldquo;come in&amp;rdquo;, but the resulting jam is rendered in aluminum autobodies and on asphalt corridors where it is much more difficult to clear than it was to create.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt; 
    </content:encoded>

    <pubDate>Mon, 07 May 2012 08:48:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2263-guid.html</guid>
    <category>artificial reality</category>
<category>code</category>
<category>culture &amp; society</category>
<category>infrastructure</category>
<category>interferences</category>
<category>science &amp; technology</category>
<category>territory</category>

</item>
<item>
    <title>Creolization</title>
    <link>http://blog.fabric.ch/index.php?/archives/2261-Creolization.html</link>
            <category>Culture &amp; society</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2261-Creolization.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2261</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2261</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/nearfuturelaboratory.com/pasta-and-vinegar/2012/03/17/creolization/&#039;);&quot;  href=&quot;http://nearfuturelaboratory.com/pasta-and-vinegar/2012/03/17/creolization/&quot;&gt;Pasta &amp;amp; Vinegar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-----&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter size-full wp-image-5705&quot; title=&quot;3168304180_df56ed8cd0_b&quot; alt=&quot;&quot; width=&quot;500&quot; src=&quot;http://blog.fabric.ch/fabric/images/2259_1335992402_0.jpeg&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The terms &amp;lsquo;Creole&amp;rsquo; and &amp;lsquo;creolization&amp;rsquo; are used in many different contexts and generally in an inconsistent way. It is instructive to start with the origins of the root word. It was probably derived from the Latin creara (&amp;lsquo;created originally&amp;rsquo;)&amp;hellip; The French transformed the word to &amp;lsquo;cr&amp;eacute;ole&amp;rsquo;&amp;hellip; &amp;lsquo;Creole&amp;rsquo; referred to something or someone that had foreign (normally metropolitan) origins and that had now become somewhat localised&amp;hellip; To be a Creole is no longer a mimetic, derivative stance. Rather it describes a position interposed between two or more cultures, selectively appropriating some elements, rejecting others, and creating new possibilities that transgress and supersede parent cultures, which themselves are increasingly recognised as fluid.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;mdash; Robin Cohen, Creolization and Cultural Globalization: The Soft Sounds of Fugitive Power, Globalizations Vol. 4 (2) 2007&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why do I blog this?&lt;/b&gt; Some people wonder about the fact that we live in a perpetual present without the jetpacks, moonbases and virtual realities we were promised. This was actually the topic of the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/liftconference.com/lift09/&#039;);&quot;  onclick=&quot;javascript:_gaq.push([&#039;_trackEvent&#039;,&#039;outbound-article&#039;,&#039;http://liftconference.com&#039;]);&quot; href=&quot;http://liftconference.com/lift09/&quot;&gt;Lift 09&lt;/a&gt; conference I co-organized. I&amp;rsquo;m more and more interested to uncover the the &amp;ldquo;alternative futures&amp;rdquo; to this, places where cr&amp;eacute;olisation will play an important role. This is a new pet project for 2012 and I will file all the weak signals I collect about this under the category &amp;ldquo;creolization&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;fabric | ch - personal comment:&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:15px;&quot;&gt;As we are very interested in that topic of creolization (see on our &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.fabric.ch&#039;);&quot;  href=&quot;http://www.fabric.ch&quot;&gt;home page&lt;/a&gt;), so as Nicolas Nova with with we had a discussion on that topic last week, I take the opportunity to mention that he (Nicolas) will file projects under this subject on &lt;a href=&quot;&quot;&gt;his blog&lt;/a&gt;. &lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 04 May 2012 08:23:21 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2261-guid.html</guid>
    <category>culture &amp; society</category>
<category>interferences</category>
<category>theory</category>
<category>thinkers</category>

</item>
<item>
    <title>The Descriptive Camera turns your photos into someone else's words</title>
    <link>http://blog.fabric.ch/index.php?/archives/2260-The-Descriptive-Camera-turns-your-photos-into-someone-elses-words.html</link>
            <category>Art</category>
            <category>Interaction design</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2260-The-Descriptive-Camera-turns-your-photos-into-someone-elses-words.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2260</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2260</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;div class=&quot;entry-author&quot;&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.theverge.com/&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.theverge.com/&quot;&gt;The Verge&lt;/a&gt;&amp;#160;via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/blog.computedby.com/archives/201-The-Descriptive-Camera-turns-your-photos-into-someone-elses-words.html&#039;);&quot;  href=&quot;http://blog.computedby.com/archives/201-The-Descriptive-Camera-turns-your-photos-into-someone-elses-words.html&quot;&gt;Computed | Blg&lt;/a&gt;&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;entry-body&quot;&gt;
&lt;div&gt;
&lt;div class=&quot;item-body&quot;&gt;
&lt;div&gt;
&lt;p&gt;-----&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;&lt;img alt=&quot;The Descriptive Camera (MATT RICHARDSON)&quot; width=&quot;500&quot; height=&quot;334&quot; src=&quot;http://blog.fabric.ch/fabric/images/2260_1335992405_0.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;While most camera innovations are aimed at higher megapixel counts or &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.theverge.com/2012/2/29/2821763/lytro-review&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.theverge.com/2012/2/29/2821763/lytro-review&quot;&gt;new image capturing techniques&lt;/a&gt;, Matt Richardson is taking an entirely different route with the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/mattrichardson.com/Descriptive-Camera/&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://mattrichardson.com/Descriptive-Camera/&quot;&gt;Descriptive Camera&lt;/a&gt;: creating a device that turns your captured imagery into words. Designed as part of a class for New York University&#039;s Interactive Telecommunications Program, the camera consists of a USB webcam, a shutter button, a small thermal printer, and an ethernet connection. When a picture is &amp;quot;snapped,&amp;quot; it&#039;s sent off to humans for analysis via Amazon&#039;s Mechanical Turk API. The human on the other end then creates a written description of the image, which is sent back to the camera. The resulting text is printed with the thermal printer, framed by a Polaroid-style photo outline (an example Richardson provides reads &amp;quot;It&#039;s a dark room with a window. The image is quite pixelated.&amp;quot;&lt;/p&gt;
&lt;p&gt;According to &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/mattrichardson.com/Descriptive-Camera/&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://mattrichardson.com/Descriptive-Camera/&quot;&gt;Richardson&#039;s post about the project&lt;/a&gt;, the Amazon Human Intelligence Task &amp;mdash; or HIT &amp;mdash; cost is about $1.25 for each image, with results usually taking between three to six minutes to return. An &amp;quot;accomplice mode&amp;quot; actually lets the camera send out links to the image via instant messenger, providing a cheaper option for human interpretation. While the device currently requires external power from a 5-volt source, Richardson does hope to make a version at some point that runs off self-contained batteries and can use wireless data. It&#039;s certainly an interesting project, and we won&#039;t deny that we&#039;re smitten with the idea of taking images out and about in the world, and seeing them perceived through someone else&#039;s eyes.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;/div&gt; 
    </content:encoded>

    <pubDate>Thu, 03 May 2012 10:08:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2260-guid.html</guid>
    <category>art</category>
<category>community</category>
<category>data</category>
<category>interaction design</category>
<category>movie</category>
<category>networks</category>

</item>
<item>
    <title>In a 3-D Printed Future, Do Toymakers Have a Business Model?</title>
    <link>http://blog.fabric.ch/index.php?/archives/2250-In-a-3-D-Printed-Future,-Do-Toymakers-Have-a-Business-Model.html</link>
            <category>Culture &amp; society</category>
            <category>Design</category>
            <category>Science &amp; technology</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2250-In-a-3-D-Printed-Future,-Do-Toymakers-Have-a-Business-Model.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2250</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2250</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;div class=&quot;head&quot;&gt;
&lt;div class=&quot;description&quot;&gt;
&lt;p class=&quot;intro&quot;&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.technologyreview.com/blog/mimssbits/27690/?ref=rss&#039;);&quot;  href=&quot;http://www.technologyreview.com/blog/mimssbits/27690/?ref=rss&quot;&gt;MIT Technology Review&lt;/a&gt; (blogs)&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;-----&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;What&#039;s to stop kids from pirating LEGO sets as readily as they pirate music?&lt;/p&gt;
&lt;div class=&quot;info&quot;&gt;
&lt;p class=&quot;info&quot;&gt;Christopher Mims 04/02/2012&lt;/p&gt;
&lt;p class=&quot;info&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;entry-content&quot;&gt;
&lt;div class=&quot;bloginlineimg&quot;&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;
            &lt;div&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;375&quot; src=&quot;http://blog.fabric.ch/fabric/images/2250_1333486805_0.jpg&quot; /&gt;&lt;/div&gt;
            Rendering of LEGO minifig head from&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.thingiverse.com/thing:5232&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.thingiverse.com/thing:5232&quot;&gt; Christmas Lego Men of Kansas City&lt;/a&gt; by Michael Curry&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Let&#039;s assume for a minute that 3D printing &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.technologyreview.com/blog/guest/27533/&#039;);&quot;  href=&quot;http://www.technologyreview.com/blog/guest/27533/&quot;&gt;becomes as good as its proponents say it will&lt;/a&gt;, and soon. We&#039;re talking high strength plastics, high resolution models, all at prices that the average consumer can afford.&lt;/p&gt;
&lt;p&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/leocad.org/trac&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://leocad.org/trac&quot;&gt;LeoCAD&lt;/a&gt;, A library of over 4,000 LEGO bricks, already exists. It&#039;s &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/bricks.stackexchange.com/questions/1262/is-it-unethical-to-distribute-3d-models-of-lego-bricks&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://bricks.stackexchange.com/questions/1262/is-it-unethical-to-distribute-3d-models-of-lego-bricks&quot;&gt;distributed under a creative commons attribution license&lt;/a&gt;, so you can pretty much do what you want with it, as long as you give credit. Makers are already constructing &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.makerbot.com/blog/tag/lego/&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.makerbot.com/blog/tag/lego/&quot;&gt;custom LEGO pieces on their 3D printers&lt;/a&gt;. The existing model for creating LEGOs, in Denmark, is &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/gizmodo.com/5022769/exclusive-inside-the-lego-factory&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://gizmodo.com/5022769/exclusive-inside-the-lego-factory&quot;&gt;surprisingly labor-intensive&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Meanwhile, &amp;quot;out of print&amp;quot; LEGO sets are &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.bricklink.com/search.asp?itemID=101208&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.bricklink.com/search.asp?itemID=101208&quot;&gt;eye-openingly expensive&lt;/a&gt;. (Pretty much &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.bricklink.com/browseList.asp?itemType=S&amp;amp;amp;catString=65.259.258&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.bricklink.com/browseList.asp?itemType=S&amp;amp;catString=65.259.258&quot;&gt;every Star Wars set&lt;/a&gt; from the movies that weren&#039;t awful is going for at least $300.)&lt;/p&gt;
&lt;p&gt;It seems obvious that at the point where all these trend lines meet, there&#039;s a powerful incentive for tinkerers and teenagers to start downloading plans from the internet and simply making their own sets.&lt;/p&gt;
&lt;p&gt;In this scenario, if physical objects made from single materials follow the same trajectory as other media that were physical until they became just bits, there will at first be resistance from toymakers, in the form of lawsuits. Collectors will be sued as a deterrent to other rogues, and websites for sharing designs shut down.&lt;/p&gt;
&lt;p&gt;Meanwhile, an underground of Makers will continue to experiment. Amateurs will collaborate to create LEGO sets and other toys that no cadre of designers in Denmark could match. Some will go pro. Gradually, the industry will adapt.&lt;/p&gt;
&lt;p&gt;I realize that some proponents of 3D printing envision this process eating pretty much all the manufacturing on the planet. There are &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.technologyreview.com/blog/mimssbits/27526/&#039;);&quot;  href=&quot;http://www.technologyreview.com/blog/mimssbits/27526/&quot;&gt;good reasons that won&#039;t happen&lt;/a&gt;. But for certain industries that are uniquely susceptible to being disrupted by better versions of today&#039;s 3D printing technology, who knows? Perhaps the YouTube of the future deals in atoms, not bits.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;/div&gt; 
    </content:encoded>

    <pubDate>Thu, 03 May 2012 09:25:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2250-guid.html</guid>
    <category>3d</category>
<category>culture &amp; society</category>
<category>design</category>
<category>digital fabrication</category>
<category>opensource</category>
<category>print</category>
<category>science &amp; technology</category>

</item>
<item>
    <title>Kickstart this!</title>
    <link>http://blog.fabric.ch/index.php?/archives/2258-Kickstart-this!.html</link>
            <category>Architecture</category>
            <category>Culture &amp; society</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2258-Kickstart-this!.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2258</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2258</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Archinect opened a page on Kickstarter with curated content.&lt;/p&gt;
&lt;p&gt;Check it out to see if you want to help build an eco-pool in NYC,&amp;#160;to support Raumlabor to build an inflatable or David Lynch to be documented! Or else...&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.kickstarter.com/pages/archinect&#039;);&quot;  href=&quot;http://www.kickstarter.com/pages/archinect&quot;&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;508&quot; src=&quot;http://blog.fabric.ch/uploads/image/kickstarter.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 02 May 2012 13:27:01 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2258-guid.html</guid>
    <category>architecture</category>
<category>community</category>
<category>culture &amp; society</category>
<category>economy</category>

</item>
<item>
    <title>MIT creates invisible glass that's fog+glare free and self cleaning</title>
    <link>http://blog.fabric.ch/index.php?/archives/2257-MIT-creates-invisible-glass-thats-fog+glare-free-and-self-cleaning.html</link>
            <category>Science &amp; technology</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2257-MIT-creates-invisible-glass-thats-fog+glare-free-and-self-cleaning.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2257</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2257</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;div class=&quot;entry-author&quot;&gt;&lt;span class=&quot;entry-author-parent&quot;&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/archinect.com/news/article/46381939/mit-creates-invisible-glass-that-s-fog-glare-free-and-self-cleaning&#039;);&quot;  href=&quot;http://archinect.com/news/article/46381939/mit-creates-invisible-glass-that-s-fog-glare-free-and-self-cleaning&quot;&gt;Archinect&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-author&quot;&gt;&lt;span class=&quot;entry-author-parent&quot;&gt;-----&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-author&quot;&gt;&lt;span class=&quot;entry-author-parent&quot;&gt;de &lt;span class=&quot;entry-author-name&quot;&gt;Ian Smith&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;entry-author&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;div class=&quot;entry-author&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;div class=&quot;entry-debug&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;div class=&quot;entry-annotations&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;div class=&quot;entry-body&quot;&gt;
&lt;div&gt;
&lt;div class=&quot;item-body&quot;&gt;
&lt;div&gt;&lt;img title=&quot;&quot; border=&quot;0&quot; alt=&quot;&quot; src=&quot;http://blog.fabric.ch/fabric/images/2257_1335992401_0.jpg&quot; width=&quot;514&quot; height=&quot;399&quot; /&gt;&lt;/div&gt;
&lt;div&gt;&lt;em&gt;
&lt;p&gt;One of the most instantly recognizable features of glass is the way it reflects light. But a new way of creating surface textures on glass, developed by researchers at MIT, virtually eliminates reflections, producing glass that is almost unrecognizable because of its absence of glare &amp;mdash; and whose surface causes water droplets to bounce right off, like tiny rubber balls.
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;/p&gt;
&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;fabric | ch - personal comment:&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:15px;&quot;&gt;Invisible glass, &lt;a href=&quot;http://blog.fabric.ch/index.php?/archives/2098-A-Practical-Way-to-Make-Invisibility-Cloaks-suite....html&quot;&gt;invisible cloacks&lt;/a&gt;, &lt;a herf=&quot;http://blog.fabric.ch/index.php?/archives/2160-Darker-Than-Black-Metamaterial.html&quot;&gt;darker than black&lt;/a&gt; black, etc. : a whole range of new (meta)materials are around the corner.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 02 May 2012 13:16:49 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2257-guid.html</guid>
    <category>materials</category>
<category>nanotech</category>
<category>science &amp; technology</category>

</item>
<item>
    <title>Tele-present environments</title>
    <link>http://blog.fabric.ch/index.php?/archives/2256-Tele-present-environments.html</link>
            <category>Art</category>
            <category>Interaction design</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2256-Tele-present-environments.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2256</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2256</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;In the &amp;quot;tele-present&amp;quot; environments serie&amp;#160;and after the water, here comes the wind, by David Bowen:&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;iframe height=&quot;281&quot; src=&quot;http://player.vimeo.com/video/20963294?title=0&amp;amp;byline=0&amp;amp;portrait=0&quot; frameborder=&quot;0&quot; width=&quot;500&quot; mozallowfullscreen=&quot;&quot; webkitallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;See also his previous work, &amp;quot;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/vimeo.com/20071266&#039;);&quot;  href=&quot;http://vimeo.com/20071266&quot;&gt;Tele-present water&lt;/a&gt;&amp;quot; that has been published a lot already.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;PS. Thanks Sinan Mansuroglu for the link.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;fabric | ch - personal comment:&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:15px;&quot;&gt;It is a very direct translation of the source, very readable and therefore quite efficient (but also possibly too direct, like a roboticized reproduction). In this case, we are confronted to a kinetic sculpture, which makes it works, especially in the case of the water. It is, literaly, a kinetic sculpture in the abstract realism tradition.&lt;br /&gt;
We would be in our case of course more interested in the creation of full livable environments (&lt;a href=&quot;http://blog.fabric.ch/index.php?/archives/2015-Tropicalia.html&quot;&gt;Perpetual (Tropical) SUNSHINE&lt;/a&gt; and &lt;a href=&quot;http://blog.fabric.ch/index.php?/archives/1694-Arctic-Opening-Fenetre-Arctique-follow-up-pictures.html&quot;&gt;Arctic Opening&lt;/a&gt; or &lt;a href=&quot;http://blog.fabric.ch/index.php?/archives/567-Patrick-Keller-Fabric-Postopolis!-LA.html&quot;&gt;RealRoom(s)&lt;/a&gt; are some examples of what we are trying on our side), possibly working more in the direction of a transposition and combination process (without going into a synestetic approach though!)&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 26 Apr 2012 07:48:35 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2256-guid.html</guid>
    <category>art</category>
<category>artificial reality</category>
<category>artists</category>
<category>environment</category>
<category>interaction design</category>
<category>nature</category>
<category>networks</category>
<category>tele-</category>

</item>
<item>
    <title>How the 10,000-Year Clock Measures Time </title>
    <link>http://blog.fabric.ch/index.php?/archives/2208-How-the-10,000-Year-Clock-Measures-Time.html</link>
            <category>Science &amp; technology</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2208-How-the-10,000-Year-Clock-Measures-Time.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2208</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2208</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;div class=&quot;head&quot;&gt;
&lt;div class=&quot;description&quot;&gt;
&lt;p class=&quot;intro&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;Note: I re-reblog this article about The 10&#039;000 Years Clock&amp;#160;because in the meantime (since last decembre, when I first rebloged it), I learned that this is a project from &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/en.wikipedia.org/wiki/Stewart_Brand&#039;);&quot;  href=&quot;http://en.wikipedia.org/wiki/Stewart_Brand&quot;&gt;Stewart Brand &lt;/a&gt;(a.k.a. &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/en.wikipedia.org/wiki/Whole_Earth_Catalog&#039;);&quot;  href=&quot;http://en.wikipedia.org/wiki/Whole_Earth_Catalog&quot;&gt;The Whole Earth Catalogue&lt;/a&gt;) and&amp;#160;its &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/en.wikipedia.org/wiki/Long_Now_Foundation&#039;);&quot;  href=&quot;http://en.wikipedia.org/wiki/Long_Now_Foundation&quot;&gt;Long Now Foundation&lt;/a&gt;.&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;A book has been published about this project by Mr Brand, especially around the question of &amp;quot;time and responsibility&amp;quot;: &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.amazon.com/Clock-The-Long-Now-Responsibility/dp/0465007805/ref=sr_1_4?ie=UTF8&amp;amp;amp;qid=1335341969&amp;amp;amp;sr=8-4#reader_0465007805&#039;);&quot;  href=&quot;http://www.amazon.com/Clock-The-Long-Now-Responsibility/dp/0465007805/ref=sr_1_4?ie=UTF8&amp;amp;qid=1335341969&amp;amp;sr=8-4#reader_0465007805&quot;&gt;The Clock of the Long Now, Time and Responsability (the ideas behind the world slowest computer)&lt;/a&gt;&amp;#160;published back in 2000.&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;The &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.amazon.fr/Lhorloge-long-maintenant-Lordinateur-monde/dp/2907681923/ref=sr_1_1?ie=UTF8&amp;amp;amp;qid=1335342534&amp;amp;amp;sr=8-1&#039;);&quot;  href=&quot;http://www.amazon.fr/Lhorloge-long-maintenant-Lordinateur-monde/dp/2907681923/ref=sr_1_1?ie=UTF8&amp;amp;qid=1335342534&amp;amp;sr=8-1&quot;&gt;book&lt;/a&gt; has just been translated to French.&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.technologyreview.com/blog/arxiv/27417/?nlid=nldly&amp;amp;amp;nld=2011-12-16&#039;);&quot;  href=&quot;http://www.technologyreview.com/blog/arxiv/27417/?nlid=nldly&amp;amp;nld=2011-12-16&quot;&gt;MIT Technology Review&lt;/a&gt; (blog)&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;-----&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;By KFC 12/15/2011&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;The Earth&#039;s rotation is notoriously unpredictable. So how can a clock keep time for 10,000 years?&lt;/p&gt;
&lt;p class=&quot;intro&quot;&gt;&amp;#160;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;entry-content&quot;&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;&lt;img alt=&quot;&quot; width=&quot;284&quot; height=&quot;404&quot; src=&quot;http://blog.fabric.ch/fabric/images/2208_1324072805_0.png&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;Ten thousand years is about the age of civilisation. Archaeologists have a few relics that have spanned this period, mostly stone tools and works of art. But most evidence of the earliest civilisations has long crumbled into dust.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;So the plan to build a mechanical clock that will keep time for the next ten thousand years is hugely ambitious. And yet that is exactly the goal of the Long Now Foundation, an organisation set up to promote long term thinking and responsibility.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;These guys are currently building a prototype of their clock inside a mountain in Texas near the border with New Mexico. And today, Danny Hillis at the foundation and a few pals, outline the way in which it will keep time.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;Keeping time over such a period generates numerous challenges. First is ensuring the mechanical integrity of the machinery, which they achieve with long-lasting materials such as titanium, ceramics, quartz and sapphire.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;Just as important is the environment: a series of tunnels carved into a mountainside in the high desert. Inside the mountain, the conditions are dry and the temperature constant.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;Outside, however, the temperature varies between dessert extremes of hot and freezing. Hillis and co plan to exploit this temperature difference to power the clock using metal rods that change in length as the temperature varies. Human visitors will also be able to wind it.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;As for time, the heart of the clock is a titanium pendulum with a 10 second cycles. Pendulum Time advances one unit once every 30 cycles, in other words every five minutes.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;The rest of the clock is a digital computer using Pendulum Time as an input and generating analogue outputs in the form of various displays of time.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;The mechanism first calculates Uncorrected Solar Time using a straightforward equation of time, which has been precomputed for the next ten thousand years to within the accuracy of the Earth&#039;s variable rotation.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;Next, the clock calculates Solar Time using a correction provided by a solar sychroniser: a vertical chamber that heats up when the sun is directly overhead and shines into it. This can add or take away a tick if the clock is out of sync. &amp;quot;The correction is positive if the Sun is detected before the just-before-noon tick, and negative if it is detected after the just after-noon tick,&amp;quot; say Hillis and co.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;An obvious problem occurs if the Sun is obscured for long periods of time, perhaps because of dust from a volcanic eruption. In that case, the clock will keep uncorrected solar time until the Sun becomes visible again. Then it can correct the time in 5 minutes steps each sunny day.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;It is this mechanism that corrects for any changes in the Earth&#039;s rotation, caused by climate change, shifts in the Earth&#039;s crust and so on. An accumulation of ice at the poles will cause the rotation to speed up, for example.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;But provided the clock does not drifted by more than 12 hours, it should return to the right time. &amp;quot;This allows the clock to successfully recover after more than a century of overcast skies,&amp;quot; say Hillis and co.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;The clocks uses Corrected Solar Time to generate a Displayed Solar Time that visitors will see. It also calculates Orrery Time, a display of the position and phase of the Moon, the tropical year, the sidereal day, orbits of the visible planets, and the precession of the Earth&#039;s axis.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;The plan is to use the lessons from building this prototype to create another clock in a mountain in Nevada. After that, the creators hope that other groups around the world will make their own millennium clocks, thereby spreading the pattern of long term thinking.&lt;br /&gt;
&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;A profoundly impressive project.&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;div class=&quot;bloginlineimgnocaption&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;fabric | ch - personal comment:&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:15px;&quot;&gt;Obviously we are interested in &quot;dimensions&quot; and the way to architecture or interact with them. In this case, it is particularly interesting to underline the relationship between the construction of the clock (its materials, architecture) and the environment (the tunnels) that could/should last unchanged for 10&#039;000 years.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 24 Apr 2012 08:37:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2208-guid.html</guid>
    <category>devices</category>
<category>dimensions</category>
<category>environment</category>
<category>science &amp; technology</category>
<category>time</category>

</item>
<item>
    <title>Join Archinect in Hollywood this Thursday for &quot;Publish Or... bracket [GOES SOFT]&quot;</title>
    <link>http://blog.fabric.ch/index.php?/archives/2255-Join-Archinect-in-Hollywood-this-Thursday-for-Publish-Or...-bracket-GOES-SOFT.html</link>
            <category>fabric | ch</category>
            <category>Architecture</category>
            <category>Interaction design</category>
            <category>Territory</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2255-Join-Archinect-in-Hollywood-this-Thursday-for-Publish-Or...-bracket-GOES-SOFT.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2255</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2255</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;div class=&quot;ImageHorizontal&quot;&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/archinect.com/news/article/45228588/join-archinect-in-hollywood-this-thursday-for-publish-or-bracket-goes-soft&#039;);&quot;  href=&quot;http://archinect.com/news/article/45228588/join-archinect-in-hollywood-this-thursday-for-publish-or-bracket-goes-soft&quot;&gt;Archinect&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;ImageHorizontal&quot;&gt;-----&lt;/div&gt;
&lt;div class=&quot;ImageHorizontal&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;div class=&quot;ImageHorizontal&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;div class=&quot;ImageHorizontal&quot;&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/archinect.com/news/gallery/45228588/0/join-archinect-in-hollywood-this-thursday-for-publish-or-bracket-goes-soft&#039;);&quot;  title=&quot;&quot; href=&quot;http://archinect.com/news/gallery/45228588/0/join-archinect-in-hollywood-this-thursday-for-publish-or-bracket-goes-soft&quot;&gt;&lt;img class=&quot;Cover&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;755&quot; src=&quot;http://blog.fabric.ch/fabric/images/2255_1334869201_0.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;ImageHorizontal&quot;&gt;&amp;#160;&lt;/div&gt;
&lt;div class=&quot;Intro&quot;&gt;
&lt;p&gt;&lt;strong&gt;Archinect&lt;/strong&gt; and &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/architecture.woodbury.edu/&#039;);&quot;  rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://architecture.woodbury.edu/&quot;&gt;Woodbury School of Architecture&lt;/a&gt; are proud to present:&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Publish Or... bracket [GOES SOFT]&lt;/strong&gt;&lt;br /&gt;
Thursday, April 19&lt;br /&gt;
6:00 p.m.&lt;/p&gt;
&lt;p&gt;Sonic landscape by &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.facebook.com/pages/Health-and-Beauty/196745890344946&#039;);&quot;  rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://www.facebook.com/pages/Health-and-Beauty/196745890344946&quot;&gt;Health and Beauty&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;WUHO Gallery&lt;br /&gt;
6518 Hollywood Boulevard&lt;br /&gt;
Los Angeles, CA 90028 (&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/g.co/maps/cbc8b&#039;);&quot;  rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://g.co/maps/cbc8b&quot;&gt;map&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Come say hello, mingle, and check out selected entries from bracket [goes soft]. Including work by Woodbury School of Architecture faculty member Ewan Branda.&lt;br /&gt;
Limited edition zine-syle [goes-soft] take-aways. First come, first serve.&lt;/p&gt;
&lt;p&gt;Bracket [goes soft] examines the use and implications of soft today&amp;mdash;from the scale of material innovation to territorial networks. While the projects in Bracket 2 are diverse in deployment and issues they engage, they share several key characteristics&amp;mdash;proposing systems, networks and technologies that are responsive, adaptable, scalable, non-linear, and multivalent. Certain projects reveal how soft systems rely on engagement with their larger environment, collecting and sensingenvironmental atmospheric information, and through feedback, adapting the system to augment performance. Other projects examine how soft systems can function as interfaces with the environment&amp;mdash;whether mitigating or harnessing it&amp;mdash;operating at the scale of a wall, a building, or a landscape.Moreover, a particular strand of projects presented in Bracket 2 are tactical and strategic in nature, enabling them to operate, often covertly, within existing organizational structures, subverting rules and limitations for opportunism, to support new ecologies&amp;mdash;whether natural, economic or political. Intelligence in other work lies in the organization and format of the system, accommodating transformation by rejigging components of the system itself. Adapting to extrinsic as well as intrinsic factors, enabling them to anticipate, recover and transform in unexpected situations, renders other speculations resilient to disturbances. Instead of mitigation, contingency in these soft systems is typically opportunistic. Lastly, select projects expose how the networking of smaller units or interventions, diffused across a larger territory, can generate, collect, or respond at a vast scale. Agile, these tentacular networks can diffuse or retract as resources or needs change.&lt;/p&gt;
&lt;p&gt;The editorial board and jury for Bracket 2 includes Benjamin Bratton, Julia Czerniak, Jeffrey Inaba, Geoff Manaugh, Philippe Rahm, Charles Renfro, as well as co-editors Lola Sheppard and Neeraj Bhatia.&lt;/p&gt;
&lt;p&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/brkt.org/index.php/soft/entry/bracket_goes_soft_brief&#039;);&quot;  rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://brkt.org/index.php/soft/entry/bracket_goes_soft_brief&quot;&gt;Bracket 2&lt;/a&gt; is published by &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.actar.es/&#039;);&quot;  rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.actar.es/&quot;&gt;Actar&lt;/a&gt; and designed by &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.thumbprojects.com/&#039;);&quot;  rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.thumbprojects.com/&quot;&gt;Thumb&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;fabric | ch - personal comment:&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:15px;&quot;&gt;fabric | ch publishes its project &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.fabric.ch/pdf/43_arctic_opening_m.pdf&#039;);&quot;  href=&quot;http://www.fabric.ch/pdf/43_arctic_opening_m.pdf&quot;&gt;Arctic Opening&lt;/a&gt; (pdf) in the second volume of Bracket. Subject of this edition of Bracket is &quot;software&quot;, or how the projects that are presented &quot;share several key characteristicsproposing systems, networks and technologies that are responsive, adaptable, scalable, non-linear, and multivalent.&quot;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 19 Apr 2012 12:23:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2255-guid.html</guid>
    <category>architects</category>
<category>architecture</category>
<category>books</category>
<category>code</category>
<category>computing</category>
<category>digital</category>
<category>fabric | ch</category>
<category>interaction design</category>
<category>software</category>
<category>territory</category>

</item>
<item>
    <title>(Paranoid Shelter) - Globale Surveillance</title>
    <link>http://blog.fabric.ch/index.php?/archives/2243-Paranoid-Shelter-Globale-Surveillance.html</link>
            <category>fabric | ch</category>
            <category>Architecture</category>
            <category>Art</category>
            <category>Interaction design</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2243-Paranoid-Shelter-Globale-Surveillance.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2243</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2243</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p&gt;By &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.fabric.ch&#039;);&quot;  href=&quot;http://www.fabric.ch&quot;&gt;fabric | ch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-----&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Last week I published a post about &lt;a href=&quot;http://blog.fabric.ch/index.php?/archives/2228-Paranoid-Shelter-Globale-Surveillance.html&quot;&gt;Paranoid Shelter&lt;/a&gt;, a recent architectural installation&amp;#160;by &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.fabric.ch&#039;);&quot;  href=&quot;http://www.fabric.ch&quot;&gt;fabric | ch&lt;/a&gt;&amp;#160;that deals with &amp;quot;&lt;em&gt;smartness&lt;/em&gt;&amp;quot;,&amp;#160;&lt;em&gt;sensing&lt;/em&gt;&amp;#160;and&amp;#160;&lt;em&gt;surveillance&lt;/em&gt;.&amp;#160;As explained then, this new&amp;#160;work can be displayed on its own, as a study&amp;#160;on the&amp;#160;&amp;quot;contemporary shelter&amp;quot; that articulates the notions of (the nearly&amp;#160;fantasized)&amp;#160;shelter and the one of surveillance. But&amp;#160;this installation or &amp;quot;architectural device&amp;quot;&amp;#160;was also created with a&amp;#160;collaborative&amp;#160;context&amp;#160;in mind.&lt;/p&gt;
&lt;p&gt;This&amp;#160;collaboration, or at lest the first one,&amp;#160;was for a theatrical: &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.comediedecaen.com/web/spectacle-GLOBALE_SURVEILLANCE-926.html&#039;);&quot;  href=&quot;http://www.comediedecaen.com/web/spectacle-GLOBALE_SURVEILLANCE-926.html&quot;&gt;Globale Surveillance&lt;/a&gt;, for which we worked on the scenography and co-initiated the project. This is a project and performance-like theatrical staged by &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/ericsadin.org/&#039;);&quot;  href=&quot;http://ericsadin.org/&quot;&gt;Eric Sadin&lt;/a&gt;, a french essayist and writer, based on the books &lt;em&gt;Globale Parano&amp;iuml;a&lt;/em&gt; (&amp;Eacute;ditions Les Petits Matins, 2009) --fiction-- &amp;amp; &lt;em&gt;Surveillance Globale &lt;/em&gt;(Climats/Flammarion, 2009) --theory--, both written by him.&amp;#160;NOhista (sound and video design) as well as Abigail Fowler (light design)&amp;#160;joined the team to finalize the project as well, of course, as the two comedians, Laure Wolf and Gurshad Shaeman.&lt;/p&gt;
&lt;p&gt;Rehearsals and opening of Globale Surveillance&amp;#160;were last February and March in Caen (France), at the Com&amp;eacute;die de Caen-Centre Dramatique National de Normandie (CDN).&amp;#160;The play&amp;#160;should travel to Paris&amp;#160;for&amp;#160;the new theater season (12-13)&amp;#160;and then hopefully&amp;#160;to other&amp;#160;cities&amp;#160;in France and Switzerland, before, eventually to travel&amp;#160;further away and in english.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;GLOBALE SURVEILLANCE&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;About the play (notice&amp;#160;from the Com&amp;eacute;die de Caen): &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;We live in a world under surveillance, no one would dispute that point anymore.&amp;#160;But what configurations do the new devices of control&amp;#160;take, in what forms&amp;#160;and in which way are they different from the&amp;#160;practices of the&amp;#160;last century? How do they alter our relationship to the world and to the others? Do they reach the point of threatening the right to privacy? Globale Surveillance sets up an hyper-monitored zone, within which actors and spectators are subject to&amp;#160;quantities of&amp;#160;traceability procedures, in this case made visible,&amp;#160;conversely many scary mechanisms&amp;#160;at work daily that are affected by the phenomenon of invisibility.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Text &amp;amp;&amp;#160;staging : &amp;Eacute;ric Sadin&lt;/p&gt;
&lt;p&gt;Scenic architecture,&amp;#160;responsive spatial device&amp;#160;: fabric | ch&lt;/p&gt;
&lt;p&gt;Sound &amp;amp; video design&amp;#160;: Nohista&lt;/p&gt;
&lt;p&gt;Light design&amp;#160;: Abigail Fowler&lt;/p&gt;
&lt;p&gt;Comedians : Laure Wolf &amp;amp; Gurshad Shaheman&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;501&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/DSC01181_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/DSC01306_b_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/DSC01319_b_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/DSC01330_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/IMG_8661_b_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/DSC01328_b_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/IMG_8748_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/DSC01333_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/IMG_8737_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/IMG_8542_s.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: smaller&quot;&gt;&lt;em&gt;Paranoid Shelter on stage during the play&amp;#160;with the&amp;#160;two comedians (Laure Wolf, Gurshad Shaeman), CDN (Centre Dramatique National) / ESAM of Caen in France.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;iframe height=&quot;281&quot; src=&quot;http://player.vimeo.com/video/39674753?title=0&amp;amp;byline=0&amp;amp;portrait=0&quot; frameborder=&quot;0&quot; width=&quot;500&quot; allowfullscreen=&quot;&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: smaller&quot;&gt;&lt;em&gt;A&amp;#160;compressed preview and short of the play by &lt;/em&gt;&lt;/span&gt;&lt;span style=&quot;font-size: smaller&quot;&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.nohista.org/&#039;);&quot;  href=&quot;http://www.nohista.org/&quot;&gt;&lt;em&gt;NOhista&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;-&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/uploads/image/DSC01253_b_s(1).jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: smaller&quot;&gt;&lt;em&gt;Pictures: Nicolas Besson, Patrick Keller, Alban Van Wassenhove&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;-&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Co-production: Com&amp;eacute;die de Caen-Centre Dramatique National de Normandie (CDN), France; Ecole sup&amp;eacute;rieure d&#039;arts et m&amp;eacute;dias de Caen (ESAM), France.&lt;/p&gt;
&lt;p&gt;With the support of: DICR&amp;eacute;AM, France; Office F&amp;eacute;d&amp;eacute;rale de la Culture, Swirtzerland; Pro Helvetia, Switzerland; Ville de Lausanne, Switzerland and Etat de Vaud (Switzerland).&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 12 Apr 2012 13:15:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2243-guid.html</guid>
    
</item>
<item>
    <title>Largest Rooftop Farm by BrightFarms Coming to Brooklyn, NY</title>
    <link>http://blog.fabric.ch/index.php?/archives/2253-Largest-Rooftop-Farm-by-BrightFarms-Coming-to-Brooklyn,-NY.html</link>
            <category>Sustainability</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2253-Largest-Rooftop-Farm-by-BrightFarms-Coming-to-Brooklyn,-NY.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2253</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2253</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p&gt;&lt;span class=&quot;entry-author-parent&quot;&gt;Via &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.archdaily.com/224513/largest-rooftop-farm-by-brightfarms-coming-to-brooklyn-ny/&#039;);&quot;  href=&quot;http://www.archdaily.com/224513/largest-rooftop-farm-by-brightfarms-coming-to-brooklyn-ny/&quot;&gt;ArchDaily&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;entry-author-parent&quot;&gt;-----&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;entry-author-parent&quot;&gt;de &lt;span class=&quot;entry-author-name&quot;&gt;Irina Vinnitskaya&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;BrightFarms&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;373&quot; src=&quot;http://blog.fabric.ch/fabric/images/2253_1334178002_0.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;copy; BrightFarms&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/brightfarms.com/&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://brightfarms.com/&quot;&gt;BrightFarms&lt;/a&gt;&amp;#160;CEO, Paul Lightfoot is obsessed with efficiency. &amp;#160;Spending most of his career improving market supply chains he has now turned his attention to the market supply chains of America&amp;rsquo;s produce. &amp;#160;BrightFarms is an innovative and straight forward program whose goal is to eliminate the wasted energy expended on travel times between the farm and the shelf, to provide more nutritious and safer produce that is grown for the table and not for the endurance of days and weeks of transport, and to create a local market where consumers know their farmers and where the food is coming from and who is responsible for growing it. &amp;#160;Littlefoot describes the blatant problems with the food industry today &amp;ndash; efficiently factory farming and preserving produce that moves from one and end of the country to the other and inefficiently providing nutritious and tasty produce.&lt;/p&gt;
&lt;p&gt;The challenge is to create a model that ensures quality while keeping costs down and BrightFarms appears to have found a strategy that works: hydroponic rooftop gardening near supermarket distribution centers or local markets. &amp;#160;The newly renam520/500 ed Federal Plaza #2, soon to be known as&amp;#160;Liberty View Industrial Plaza to be developed by Salmar Properties, in Brooklyn, NY is set to be the world&amp;rsquo;s largest rooftop garden which will reportedly grow &amp;ldquo;1 million pounds of local produce per year, including tomatoes, lettuces and herbs&amp;rdquo;. &amp;#160;Find out how it works after the break!&lt;/p&gt;
&lt;p&gt;BrightFarms &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/brightfarms.com/how-it-works/business-model&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://brightfarms.com/how-it-works/business-model&quot;&gt;business model&lt;/a&gt; seems simple &amp;ndash; and too good to be true. &amp;#160;The company is essentially a middle man &amp;ndash; connecting experienced and reliable local farmers with credited grocery stores &amp;ndash; that finances, develops and builds the BrightFarm operation. &amp;#160;BrightFarms ensures that both parties enter into individual agreements with the program. &amp;#160;The grocery stores are obligated to purchase the output of the farms for a 10-year period, while farmers must&amp;#160;guarantee the volume and quality of output. &amp;#160;And of course the key ingredient to making this operation distinct from the trends of the country is the proximity of the farms, farmers and grocery stores. &amp;#160;Community is essential.&lt;/p&gt;
&lt;p&gt;Aside from providing goods that are fresher and more nutritious, BrightFarms hydroponic system also reduces carbon output drammatically. &amp;#160;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.diynetwork.com/how-to/how-to-assemble-a-homemade-hydroponic-system/index.html&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.diynetwork.com/how-to/how-to-assemble-a-homemade-hydroponic-system/index.html&quot;&gt;Hydroponic farming&lt;/a&gt; delivers nutrients to plants directly through the water without soil. &amp;#160;These systems can be trays or columns made of PVC that expose the roots to the nutrient and mineral filled water. &amp;#160;No soil means no land use and no heavy, gas-guzzling equipment. &amp;#160;The water in the system can be reused, There is greater control of the nutrients which means reduced waste and the water stays in the system and can be reused which greatly reduces the agricultural runoff. &amp;#160;It also consolidates space, which makes maintenance and harvesting much easier.&lt;/p&gt;
&lt;p&gt;The system is perfect for urban rooftop applications, which is why&amp;#160;Liberty View Industrial Plaza is set to be the model for urban agriculture covering the rooftop of an 8-story&amp;#160;1.1 million-square-foot warehouse building along Brooklyn&amp;rsquo;s Industrial Waterfront in Sunset Park. &amp;#160;The project will provide innumerable benefits for the city. &amp;#160;It will provide enough produce to feed 5,000 New Yorkers, will create an anticipated &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.nyrealestatelawblog.com/2011/05/salmar_to_develop_federal_buil.html&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.nyrealestatelawblog.com/2011/05/salmar_to_develop_federal_buil.html&quot;&gt;1,300 permanent industrial jobs and 400 construction Job&lt;/a&gt;s, and will relieve the over-burdened sewer system of&amp;#160;1.8 million gallons of storm water from entering the waterways. &amp;#160; It is also a plan that is part of Mayor Bloomberg&amp;rsquo;s initiative to revitalize Brooklyn&amp;rsquo;s waterfront &amp;ndash; which is already underway at the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.brooklynnavyyard.org/&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.brooklynnavyyard.org/&quot;&gt;Brooklyn Navy Yard&lt;/a&gt;&amp;#160;aka Navy Hill.&lt;/p&gt;
&lt;p&gt;Everyone is optimistic that the project will not only bring fresh and healthy food and revitalized attitude toward local farming, but will also push the long-dormant industrial buildings into a new territory of sustainable development for cities. &amp;#160;Follow &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/brightfarms.com/projects/&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://brightfarms.com/projects/&quot;&gt;this link&lt;/a&gt; to see other projects by BrightFarms.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;iframe height=&quot;303&quot; src=&quot;http://www.youtube.com/embed/3ZDLo8yNxgY&quot; frameborder=&quot;0&quot; width=&quot;500&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;via&amp;#160;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/brightfarms.com/press-releases/world-s-largest-rooftop-farm-planned-for-brooklyn-making-new-york-the-model-for-urban-agriculture&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://brightfarms.com/press-releases/world-s-largest-rooftop-farm-planned-for-brooklyn-making-new-york-the-model-for-urban-agriculture&quot;&gt;BrightFarms&lt;/a&gt;&amp;#160;and&amp;#160;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.nyrealestatelawblog.com/2011/05/salmar_to_develop_federal_buil.html&#039;);&quot;  target=&quot;_blank&quot; href=&quot;http://www.nyrealestatelawblog.com/2011/05/salmar_to_develop_federal_buil.html&quot;&gt;New York Real Estate Lawyer&amp;rsquo;s Blog&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;fabric | ch - personal comment:&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-left:15px;&quot;&gt;While I also definitely think that producing food closer to the place where it will be eaten is a necessary thing (but guess what? this was still the way we were producing and eating food, at least in my neighboorhood, when I was a very young kid --i.e. my grandfather was selling the excedent products of his garden to the local shop, which means: we need local shops again, as well as a different economic and consumption model--. We didn&#039;t need either to take a car to buy a few tomatoes so to say), I also question this whole idea of urban farming: how much energy does it really need to grow products? At least on rooftop and exposed platforms seems a good direction, on the contrary, to build skyscapers that need artificial lighting and air conditioning to produce food not really. &lt;br /&gt;
But it looks like that there will be a &quot;competition&quot; about the use of rooftops in the close future: will we use them to produce clean electricity (solar or by other means), locally, should we use white rooftops to reduce the global &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/en.wikipedia.org/wiki/Albedo&#039;);&quot;  href=&quot;http://en.wikipedia.org/wiki/Albedo&quot;&gt;albedo index&lt;/a&gt; of our cities (the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/en.wikipedia.org/wiki/File:Albedo-e_hg.svg&#039;);&quot;  href=&quot;http://en.wikipedia.org/wiki/File:Albedo-e_hg.svg&quot;&gt;albedo index of soil and green plants&lt;/a&gt; is not good) and therefore artifically replace the solar reflexion of disappearing glaciers and ice cap, should we collect waterfrom the roofs instead, or should we use them to grow plants (and eventually capture CO2 locally too, and particles of pollution as well that we&#039;ll then eat...)?&lt;br /&gt;
I have the feeling that we need a more general view (systems theory?) that help take more parameters into consideration.&lt;br /&gt; 
Maybe the solution will look like this: to bioengineer new white algae plants that we can eat, that need few enery and water to grow under a minimal amount of natural light and that help produce biocarburant... (but they will still eject C02 when you&#039;ll use that carburant... damn...)&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 12 Apr 2012 09:26:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2253-guid.html</guid>
    <category>energy</category>
<category>farming</category>
<category>food</category>
<category>sustainability</category>
<category>urbanism</category>

</item>
<item>
    <title>Luz Interruptus: &quot;Mutant weeds&quot;, pop-up installation</title>
    <link>http://blog.fabric.ch/index.php?/archives/2252-Luz-Interruptus-Mutant-weeds,-pop-up-installation.html</link>
            <category>Art</category>
            <category>Territory</category>
    
    <comments>http://blog.fabric.ch/index.php?/archives/2252-Luz-Interruptus-Mutant-weeds,-pop-up-installation.html#comments</comments>
    <wfw:comment>http://blog.fabric.ch/wfwcomment.php?cid=2252</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.fabric.ch/rss.php?version=2.0&amp;type=comments&amp;cid=2252</wfw:commentRss>
    

    <author>fabric | rblg &lt;info@fabric.ch&gt; (Patrick Keller)</author>
    <content:encoded>
    &lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Taken out from &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.domusweb.it/en/news/luz-interruptus-mutant-weeds/&#039;);&quot;  href=&quot;http://www.domusweb.it/en/news/luz-interruptus-mutant-weeds/&quot;&gt;this article&lt;/a&gt; on &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.domusweb.it&#039;);&quot;  href=&quot;http://www.domusweb.it&quot;&gt;Domusweb&lt;/a&gt;, we just liked this image of a speculative&amp;#160;&amp;quot;mutant glowing weed&amp;quot;&amp;#160;that would grow&amp;#160;under the permanent&amp;#160;light of an overilluminated (green led based) pharmacy sign. A &amp;quot;pharma weed&amp;quot;. As the group state &amp;quot;So much light emanates from the new led based&amp;#160;crosses, that the environment that surrounds each pharmacy is permanently tinted a deep, vibrant and unnatural green color&amp;quot;.&lt;/p&gt;
&lt;p&gt;Based in Madrid, the group tries the point with its pop-up installation&amp;#160;that &amp;quot;of all the environmental pollution that can be found in the city of Madrid, the most evident is light pollution. This overillumination is evident to the naked eye at a distance of more than 200 kms and produces a glow that can be seen with a medium-size telescope for more than 700 kms.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/fabric/images/2252_1334178001_0.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; width=&quot;500&quot; height=&quot;333&quot; src=&quot;http://blog.fabric.ch/fabric/images/2252_1334178001_1.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 11 Apr 2012 09:33:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.fabric.ch/index.php?/archives/2252-guid.html</guid>
    <category>art</category>
<category>artificial reality</category>
<category>artists</category>
<category>hybrid</category>
<category>installations</category>
<category>lighting</category>
<category>nature</category>
<category>speculation</category>
<category>territory</category>

</item>

</channel>
</rss>
