<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>109017 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/109017/</link>
	<description>Feed of posts on WordPress.com tagged "109017"</description>
	<pubDate>Fri, 10 Oct 2008 22:44:08 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[BCN - room with a view]]></title>
<link>http://dimitrie.wordpress.com/?p=169</link>
<pubDate>Fri, 08 Aug 2008 08:43:19 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/2008/08/08/bcn-room-with-a-view/</guid>
<description><![CDATA[I&#8217;m here, all&#8217;s well. I thought I might share the view from my apartment from alelulya:
]]></description>
<content:encoded><![CDATA[<p>I'm here, all's well. I thought I might share the view from my apartment from <a href="http://www.aleluyabarcelona.com">alelulya</a>:</p>
<p><a href="http://dimitrie.files.wordpress.com/2008/08/panoramix_web.jpg"><img class="aligncenter size-medium wp-image-170" src="http://dimitrie.wordpress.com/files/2008/08/panoramix_web.jpg?w=300" alt="" width="304" height="57" /></a></p>
<p style="text-align:center;">(clikc for a bigger picture)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Urban bacteria (concept)]]></title>
<link>http://dimitrie.wordpress.com/?p=134</link>
<pubDate>Tue, 29 Jul 2008 11:13:05 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/2008/07/29/urban-bacteria/</guid>
<description><![CDATA[Now that we didn&#8217;t win anything (so it seems) I can publish this project. It was great working]]></description>
<content:encoded><![CDATA[<p>Now that we didn't win anything (so it seems) I can publish this project. It was great working on it, though a bit stressful towards its final stages...</p>
<p>Here it goes:</p>
<h5><strong><em>This project is a collaboration between Veronica and me.</em></strong></h5>
<p><span style="text-decoration:underline;">Creation</span></p>
<p><a href="http://dimitrie.wordpress.com/files/2008/06/growthcrop.jpg"><img class="alignnone size-full wp-image-136" src="http://dimitrie.wordpress.com/files/2008/06/growthcrop.jpg" alt="" width="500" height="268" /></a></p>
<p>The urban bacteria is a responsive structure that is not built; it grows following the path  dictated by an algorithm that takes into account the geometry of the site as well as the available sunlight. It adapts to almost any given urban space, evolving into an organism fit for the conditions it encounters.<br />
We created in processing (<a href="http://processing.org">processing.org</a>) an autonomous system that is emergent (it demonstrates an "internal will to reach coherence" - Cecil Balmond). It was used to compute the structure of the bacteria and simulate its growth in a variety of conditions.</p>
<p><span style="text-decoration:underline;">Pulse</span></p>
<p><a href="http://dimitrie.files.wordpress.com/2008/06/pulseshadow_crop.jpg"><img class="alignnone size-full wp-image-137" src="http://dimitrie.wordpress.com/files/2008/06/pulseshadow_crop.jpg" alt="" width="500" height="537" /></a></p>
<p>It has a life of its own. It pulses along with the variations in sunlight: when there's a excess/high amount of sunlight available it increases its volume, regaining its initial form as a direct result of a decrease in available sunlight (caused by clouds, sunset). In its "expanded" form it offers more shadow to the pedestrian space below when it is most needed, increasing its quality and, therefore, inviting people to use it.</p>
<p><span style="text-decoration:underline;">Daylight &#62; nightlight; natural light &#62; artificial light</span></p>
<p><a href="http://dimitrie.files.wordpress.com/2008/06/luminescencecrop.jpg"><img class="alignnone size-full wp-image-138" src="http://dimitrie.wordpress.com/files/2008/06/luminescencecrop.jpg" alt="" width="499" height="300" /></a></p>
<p>During the day, the "urban bacteria" stores the excess energy resulted from sunlight and releases it during the night. The quality of an urban space is linked with the amount of light it receives during the night - this "living structure" proposes an ecological/economical way of transforming daylight into night light, sunlight into artificial light.</p>
<p><span style="text-decoration:underline;">Materials</span></p>
<p>The membrane of the structure has a multiple role: absorb sunlight and create shadow during the day and release light during the night. We propose a multi-layered material consisting of two layers of polarizer sheets (in between which there's another layer of cellophane) superimposed over a photovoltaic lattice that transforms sunlight into energy. The double layer of polarizing material creates an intense visual effect (by speculating small shifts in geometry and sunlight angle) that can be used to enrich the surrounding urban space.</p>
<p><a href="http://dimitrie.files.wordpress.com/2008/06/materialscrop.jpg"><img class="alignnone size-full wp-image-141" src="http://dimitrie.wordpress.com/files/2008/06/materialscrop.jpg" alt="" width="500" height="230" /></a></p>
<p><strong><span style="color:#000000;">"Urban bacteria" is an autonomous shape living in concordance with the rhythm of the environment.</span></strong></p>
<p>Final boards:</p>
<p><a href="http://dimitrie.wordpress.com/files/2008/06/finalboard.jpg"><img class="alignnone size-medium wp-image-142" src="http://dimitrie.wordpress.com/files/2008/06/finalboard.jpg?w=212" alt="" width="212" height="300" /></a></p>
<p><em>This project was developed for the Velux IVA competition.</em></p>
<h3><span style="text-decoration:underline;">Scripts</span></h3>
<p><strong>RhinoScript and Processing</strong></p>
<p><em>Process</em></p>
<p>Existing geometry in which the bacteria would evolve was constructed in Rhino and then custom-exported as simple rectangular planes in a specially built p55.in file. This would be custom-imported in Processing.</p>
<p>The growth algorithm was programmed in Processing. Running inside the imported geometry the bacteria would grow. The thus-grown (see above for details) structure would be custom-exported for Rhino.</p>
<p>Via RhinoScript, the "bacteria" would be imported and given a form via a custom script that took into consideration the time of day. <em>Fin.</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[StuFo 6 ]]></title>
<link>http://dimitrie.wordpress.com/?p=160</link>
<pubDate>Sun, 15 Jun 2008 09:41:08 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/2008/06/15/stufo-6/</guid>
<description><![CDATA[I had some fun some time ago with plexiglass, a laser printer, rhino, and a very limited and buggy s]]></description>
<content:encoded><![CDATA[<p>I had some fun some time ago with plexiglass, a laser printer, rhino, and a very limited and buggy script that made "ribs" out of a surface.</p>
<p>The results were nice, so I decided to share:</p>
<p><a href="http://dimitrie.wordpress.com/files/2008/06/pl2_web.jpg"><img class="alignnone size-thumbnail wp-image-162" src="http://dimitrie.wordpress.com/files/2008/06/pl2_web.jpg?w=128" alt="" width="128" height="90" /></a><a href="http://dimitrie.wordpress.com/files/2008/06/pl1_web.jpg"><img class="alignnone size-thumbnail wp-image-161" src="http://dimitrie.wordpress.com/files/2008/06/pl1_web.jpg?w=128" alt="" width="128" height="90" /></a></p>
<p>Here's the bugged up script (it's quite useless, but people may find inspiration where I didn't):</p>
<p><em>Option Explicit<br />
'</em></p>
<p><em><!--more--><br />
'Script written by Dimitrie Stefanescu<br />
'Released under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0<br />
'№ 5:28:35 AMW ednesday, May 21, 2008</em></p>
<p><em>Call Main()<br />
Sub Main()</em></p>
<p><em>Dim surf : surf = Rhino.GetObject("sel surf ", 8, True)</em></p>
<p><em>Dim detailLevel : detailLevel = Rhino.GetInteger("det lev ", 10, 5, 50)<br />
Dim matTh : matTh = Rhino.GetReal("mat thickness ", .4, .1, 2)<br />
Dim hght : hght = Rhino.GetReal("rib height ", 1.5,  matTh, 10)</em></p>
<p><em>Dim uDomain : uDomain = Rhino.SurfaceDomain(surf, 0)<br />
Dim uStep : uStep = (uDomain(1) - uDomain(0))/detailLevel</em></p>
<p><em>Dim vDomain : vDomain = Rhino.SurfaceDomain(surf, 1)<br />
Dim vStep : vStep = (vDomain(1) - vDomain(0))/detailLevel</em></p>
<p><em>Call rhino.enableredraw(False)</em></p>
<p><em>Dim pts : pts = Array()<br />
ReDim pts(detailLevel)</em></p>
<p><em>Dim i, j, k : k = -1<br />
Dim rib</em></p>
<p><em>'<br />
'U direction<br />
'</em></p>
<p><em>For i=uDomain(0) To uDomain(1) Step uStep<br />
For j=vDomain(0) To vDomain(1) Step vStep<br />
k = k + 1<br />
ReDim Preserve pts(k)<br />
pts(k) = Rhino.EvaluateSurface(surf, Array(i, j))<br />
Next<br />
rib = addRib(pts, matTh, hght)<br />
k = -1<br />
Next</em></p>
<p><em>'<br />
'V direction<br />
'</em></p>
<p><em>'k = -1<br />
'For j=uDomain(0) To uDomain(1) Step uStep<br />
'    For i=vDomain(0) To vDomain(1) Step vStep<br />
'        k = k + 1<br />
'        ReDim Preserve pts(k)<br />
'        pts(k) = Rhino.EvaluateSurface(surf, Array(i, j))<br />
'    Next<br />
'    rib = addRib(pts, matTh, hght)<br />
'    k = -1<br />
'Next</em></p>
<p><em>Call rhino.enableredraw(True)</em></p>
<p><em>End Sub</em></p>
<p><em>Function addRib(pts, matThickness, height)</em></p>
<p><em>Dim crv, crvPlane, norm, ppp, art, crvOff, arrCrvs, ribb, perpFrame, fff, dirV, extSurf</em></p>
<p><em>crv = Rhino.AddInterpCurve(pts)</em></p>
<p><em>crvPlane = Rhino.CurvePlane(crv)</em></p>
<p><em>If Not isArray(crvPlane) Then<br />
Call rhino.print("Surface not ribbable by this script. SORRY!")<br />
End If</em></p>
<p><em>norm = Rhino.CurveNormal(crv)<br />
ppp = Rhino.AddPlaneSurface(crvPlane, 1, 1)<br />
art = Rhino.SurfacePoints(ppp)</em></p>
<p><em>crvOff = Rhino.OffsetCurve(crv, art(1) , height , norm)<br />
arrCrvs = Array(crv, crvOff(0))</em></p>
<p><em>ribb = Rhino.AddEdgeSrf(arrCrvs)</em></p>
<p><em>perpFrame = Rhino.CurvePerpFrame(crv, 0)<br />
fff = Rhino.AddPlaneSurface(perpFrame, matThickness, matThickness)<br />
art = Rhino.SurfacePoints(fff)<br />
dirV = Rhino.AddLine(art(0), art(2))</em></p>
<p><em>extSurf = Rhino.ExtrudeSurface(ribb, dirV)</em></p>
<p><em>Call Rhino.DeleteObjects(Array(fff, ppp, dirV, ribb))</em></p>
<p><em>addRib = extSurf<br />
End Function</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Circulation Study]]></title>
<link>http://dimitrie.wordpress.com/?page_id=127</link>
<pubDate>Sat, 29 Mar 2008 11:18:05 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/circulation-study/</guid>
<description><![CDATA[
For this project, I created a nifty little tool that would allow me to study circulation in a built]]></description>
<content:encoded><![CDATA[<p><a title="plansa1-copy.jpg" href="http://dimitrie.wordpress.com/files/2008/03/plansa1-copy.jpg"><img src="http://dimitrie.wordpress.com/files/2008/03/plansa1-copy.jpg" alt="plansa1-copy.jpg" width="462" height="430" /></a></p>
<p>For <a href="http://dimitrie.wordpress.com/2008/03/29/constanta-design-proposal-for-the-esplanade-of-the-leisure-port/">this project</a>, I created a nifty little tool that would allow me to study circulation in a built urban area. It's done in <a href="http://processing.org">processing</a> based on <a href="http://" target="_blank">daniel shiffman's</a> boids. It's not a finished product yet, but I think sharing is a good thing so...</p>
<p>Here's how things turn up after a while:</p>
<p><a title="grab-60.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-60.png"><img src="http://dimitrie.wordpress.com/files/2008/03/grab-60.thumbnail.png" alt="grab-60.png" /></a> <a title="grab-96.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-96.png"><img src="http://dimitrie.wordpress.com/files/2008/03/grab-96.thumbnail.png" alt="grab-96.png" /></a><a title="grab-96.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-96.png"> </a><a title="grab-11.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-11.png"><img src="http://dimitrie.wordpress.com/files/2008/03/grab-11.thumbnail.png" alt="grab-11.png" /></a><a title="grab-42.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-42.png"><img src="http://dimitrie.wordpress.com/files/2008/03/grab-42.thumbnail.png" alt="grab-42.png" /></a></p>
<p><a title="grab-76.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-76.png"><img src="http://dimitrie.wordpress.com/files/2008/03/grab-76.thumbnail.png" alt="grab-76.png" /></a> <a title="grab-38.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-38.png"><img src="http://dimitrie.wordpress.com/files/2008/03/grab-38.thumbnail.png" alt="grab-38.png" /></a><a title="grab-128.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-128.png"> <img src="http://dimitrie.wordpress.com/files/2008/03/grab-128.thumbnail.png" alt="grab-128.png" /></a><a title="grab-67.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-67.png"> <img src="http://dimitrie.wordpress.com/files/2008/03/grab-67.thumbnail.png" alt="grab-67.png" /></a><a title="grab-128.png" href="http://dimitrie.wordpress.com/files/2008/03/grab-128.png"> </a></p>
<p>It's core feature lies in the<strong> LinearObstacle</strong> class... Please feel free to add, modify, expand and etc. at your own free will.</p>
<h3><a href="http://improved.ro/circulation/CirculationStudy.zip">Download the sketch!</a></h3>
]]></content:encoded>
</item>
<item>
<title><![CDATA[SPRscrpts is out now ]]></title>
<link>http://dimitrie.wordpress.com/?p=100</link>
<pubDate>Sun, 27 Jan 2008 12:43:12 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/2008/01/27/sprscrpts-is-out-now/</guid>
<description><![CDATA[
SPRscrpts 
for Rhino is out now. Grab it while it&#8217;s fresh (and buggy).
Sorry for the huge del]]></description>
<content:encoded><![CDATA[<p><a href="http://dimitrie.wordpress.com/sprscrpts/" title="supa scripts"><img src="http://dimitrie.wordpress.com/files/2008/01/header.jpg" alt="header.jpg" /></a></p>
<h1><a href="http://dimitrie.wordpress.com/sprscrpts/">SPRscrpts </a></h1>
<p>for <a href="http://rhino3d.com" target="_blank">Rhino</a> is out now. Grab it while it's fresh (and buggy).</p>
<p>Sorry for the huge delay.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[SPRscrpts]]></title>
<link>http://dimitrie.wordpress.com/</link>
<pubDate>Sun, 27 Jan 2008 12:26:17 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/sprscrpts/</guid>
<description><![CDATA[
SPRscrpts can be defined as a collection of scripts that generate a huge vocabulary of parametrical]]></description>
<content:encoded><![CDATA[<p><img src="http://dimitrie.wordpress.com/files/2008/01/header.jpg" alt="header.jpg" width="425" height="278" /></p>
<p><span style="color:#ff0000;">SPRscrpts</span> can be defined as a collection of scripts that generate a huge vocabulary of parametrically defined 3d shapes. These shapes can later be used as a starting point for formal exploration, be it in architecture, interior design or product design. It's up to you to modify, explode, twist and turn these shapes so as to fit into your project's specifications.</p>
<p>Available as a menu plugin for Rhino 4.0.</p>
<p><a title="Download the plugin!" href="http://improved.ro/sprscrpts/SPRscrpts.zip"><img src="http://dimitrie.wordpress.com/files/2008/01/downloadbutton.jpg" alt="downloadbutton.jpg" align="middle" /></a><a title="Download the plugin! (opens in a new window)." href="http://improved.ro/sprscrpts/SPRscrpts.zip" target="_blank">Download (ZIP, 89kb)</a>. <a title="Download the documentation (pdf)!" href="http://improved.ro/sprscrpts/SPRscrptsDocumentation.pdf"><img src="http://dimitrie.wordpress.com/files/2008/01/downloadbutton.jpg" alt="downloadbutton.jpg" align="middle" /></a><a title="Download the documentation! (opens in a new window)" href="http://improved.ro/sprscrpts/SPRscrptsDocumentation.pdf" target="_blank">Download the documentation (PDF, 1.2mb).</a></p>
<p><a href="http://improved.ro/sprscrpts/SourceCode_SPRscrpts.zip"><img src="http://dimitrie.wordpress.com/files/2008/01/downloadbutton.jpg" alt="downloadbutton.jpg" align="middle" /></a><a href="http://improved.ro/sprscrpts/SourceCode_SPRscrpts.zip">Download the source code (ZIPed .rvb files for Rhino).</a></p>
<p>Here's a small <a href="http://dimitrie.wordpress.com/sprscrpts/sprscrpts-gallery/">gallery</a>.</p>
<p>It's <span style="color:#ff0000;">highly recommended</span> you give the documentation at least a side-glance.</p>
<p>If you've got any issues, feel free to send me a line. I know <a href="mailto:didi@improved.ro">mailto</a>. Or drop a comment here. Constructive criticism is highly valued.</p>
<p>I would also enjoy to see what you're doing with SPRscrpts. If you use it in any way, please drop a low res jpg in my <a href="mailto:didi@improved.ro">inbox</a>. Thank you, and have fun!</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"><br />
<img style="border-width:0;" src="http://i.creativecommons.org/l/by-nc-sa/3.0/us/80x15.png" alt="Creative Commons License" /><br />
</a></p>
<p><span>SPRscrpts</span> by<br />
<a rel="attributionURL" href="http://dimitrie.wordpress.com/sprscrpts/">dimitrie stefanescu</a> is licensed under a<br />
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.</p>
<p>Based on a work at <a rel="source" href="http://dimitrie.wordpress.com/sprscrpts/">dimitrie.wordpress.com</a>. Permissions beyond the scope of this license may be available at <a rel="morePermissions" href="http://dimitrie.wordpress.com/">http://dimitrie.wordpress.com/</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[]]></title>
<link>http://dimitrie.wordpress.com/2007/12/29/92/</link>
<pubDate>Sat, 29 Dec 2007 18:11:18 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/2007/12/29/92/</guid>
<description><![CDATA[
Soon, superFormula for Rhino. Developing a plugin collection with SphHarmonics (previous post), Sup]]></description>
<content:encoded><![CDATA[<p><a href="http://dimitrie.wordpress.com/files/2007/12/superfromulua.jpg" title="superfromulua.jpg"><img src="http://dimitrie.wordpress.com/files/2007/12/superfromulua.thumbnail.jpg" alt="superfromulua.jpg" /></a><a href="http://dimitrie.wordpress.com/files/2007/12/haha.jpg" title="haha.jpg"><img src="http://dimitrie.wordpress.com/files/2007/12/haha.thumbnail.jpg" alt="haha.jpg" /></a><a href="http://dimitrie.wordpress.com/files/2007/12/workingtowards42_cr.jpg" title="workingtowards42_cr.jpg"><img src="http://dimitrie.wordpress.com/files/2007/12/workingtowards42_cr.thumbnail.jpg" alt="workingtowards42_cr.jpg" /></a></p>
<p>Soon, superFormula for Rhino. Developing a plugin collection with SphHarmonics (previous post), SuperFormula and maybe superTorus... :)</p>
<p>See you soon,</p>
<p>D.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[comp. mast.]]></title>
<link>http://dimitrie.wordpress.com/2007/12/19/comp-mast/</link>
<pubDate>Wed, 19 Dec 2007 20:46:07 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/2007/12/19/comp-mast/</guid>
<description><![CDATA[This post is going to be narcissistic. Why? Because I&#8217;ve recently done an inventory of the pro]]></description>
<content:encoded><![CDATA[<p>This post is going to be narcissistic. Why? Because I've recently done an inventory of the programming languages I am or have been playing with:</p>
<p><a href="http://python.org"><i>Python </i></a>(in <a href="http://blender3d.com">Blender </a>and <a href="http://nodebox.net/">NodeBox</a>), <i><a href="http://en.wiki.mcneel.com/default.aspx/McNeel/RhinoScript.html">RhinoScript</a>/VBScript</i>, <i><a href="http://sun.com">Java</a>/<a href="http://processing.org">Processing</a></i>, <a href="http://en.wikipedia.org/wiki/ActionScript"><i>ActionScript</i></a>, a little <a href="http://www.php.net/"><i>PHP </i></a>(in highschool) and the allmighty <i><a href="http://en.wikipedia.org/wiki/C++">C++</a>. </i>And, why not, I do dabble a bit in <a href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a>.</p>
<p>And here's what <a href="http://local.wasp.uwa.edu.au/~pbourke/surfaces/sphericalh/">sphere harmonics</a> done in <a href="http://processing.org">processing </a>exported in dxf imported in <a href="http://sketchup.com">sketchup </a>and rendered with this cool <a href="http://www.suplugins.com">thing </a>can do:</p>
<p><a href="http://dimitrie.wordpress.com/files/2007/12/skpray.jpg" title="skpray.jpg"><img src="http://dimitrie.wordpress.com/files/2007/12/skpray.jpg" alt="skpray.jpg" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[About]]></title>
<link>http://dimitrie.wordpress.com/about-2/</link>
<pubDate>Sun, 18 Nov 2007 10:11:17 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/about-2/</guid>
<description><![CDATA[
Dimitrie Stefanescu is studying architecture (3rd year) in a horrible place.  Enjoys coding and gin]]></description>
<content:encoded><![CDATA[<p><img class="size-full wp-image-203 alignright" title="clipboard012" src="http://dimitrie.wordpress.com/files/2008/09/clipboard012.jpg" alt="" width="300" height="340" /></p>
<p>Dimitrie Stefanescu is studying architecture (3rd year) in a <a href="http://iaim.ro">horrible place</a>.  Enjoys coding and gin&#38;tonic during summer.</p>
<p>His interests lie mainly in the blurry area of architecture and code/scripting. He feels that<em> </em>most current cad programs, and, even worse, the way they are thaught to students are a severe contributing factor in the developement of current architectural monotony. Though programming languages offered by today's top modelling programs often lure users into formal paradigms based on the ever-dominant metaphor, he is sure that the architectural trend of today will evolve into much more complex systems of input-output which, eventually, will deliver less-alienated products...</p>
<p>Also, if you feel like giving him a job, <a href="mailto:didimitrie@gmail.com">please don't hesitate</a>. He can happily provide an up-to-date <a href="http://docs.google.com/Doc?id=ddbjwpmv_29d8ngkggm">resume </a>and a portfolio.</p>
<p>He can also teach (for shelter, food and transport) some scripting (RhinoScript and/or Processing) if you feel like having a workshop.</p>
<p>He knows <a href="mailto:didi@improved.ro">mailto</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Back from Riga]]></title>
<link>http://dimitrie.wordpress.com/2007/08/30/back-from-riga/</link>
<pubDate>Thu, 30 Aug 2007 13:06:00 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/2007/08/30/back-from-riga/</guid>
<description><![CDATA[Uh, oh, I&#8217;m back. Kinda wanting to go back.Here are some photos of the folks at the summer sch]]></description>
<content:encoded><![CDATA[<p>Uh, oh, I'm back. Kinda wanting to go back.<br />Here are some <a href="http://flickr.com/photos/87386716@N00/sets/72157601692303448/">photos </a>of the folks at the summer school. Since the link to the flickr set is what all this post should be about, I do believe i should stop.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Off to Riga]]></title>
<link>http://dimitrie.wordpress.com/2007/08/11/off-to-riga/</link>
<pubDate>Sat, 11 Aug 2007 11:21:00 +0000</pubDate>
<dc:creator>dimitrie</dc:creator>
<guid>http://dimitrie.ro.wordpress.com/2007/08/11/off-to-riga/</guid>
<description><![CDATA[Tommorow at 12.55 I should be in Riga. Don&#8217;t call me! roaming is expensive - emails are our fr]]></description>
<content:encoded><![CDATA[<p>Tommorow at 12.55 I should be in <a href="http://en.wikipedia.org/wiki/Riga">Riga</a>. Don't call me! roaming is expensive - emails are our friends.<br />I'm off to a <a href="http://www.summerschool.rtu.lv/">summer school</a> (second one in the list) in architecture (actually <a href="http://en.wikipedia.org/wiki/Urban_design">urban design</a>). Hope I'll be able to post some photos and  blog a bit about things happening there.</p>
<p>And while you get bored reading this, <a href="http://www.flickr.com/photos/84334252@N00/548137928/in/photostream/">check</a> <a href="http://www.flickr.com/photos/84334252@N00/563990046/">these</a> <a href="http://www.flickr.com/photos/84334252@N00/564375705/">out</a> <a href="http://www.flickr.com/photos/84334252@N00/542561339/in/photostream/">now</a>!  Where's the world of photography coming to?</p>
]]></content:encoded>
</item>

</channel>
</rss>
