<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Wicks : Writing</title>
	<atom:link href="http://sansumbrella.com/writing/feed/" rel="self" type="application/rss+xml" />
	<link>http://sansumbrella.com/writing</link>
	<description></description>
	<lastBuildDate>Thu, 03 May 2012 04:02:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>LA C++ Meetup: Cinder chat</title>
		<link>http://sansumbrella.com/writing/2012/la-c-meetup-cinder-chat/</link>
		<comments>http://sansumbrella.com/writing/2012/la-c-meetup-cinder-chat/#comments</comments>
		<pubDate>Thu, 03 May 2012 04:00:17 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/?p=796</guid>
		<description><![CDATA[For the past few months, Corey Porter has organized the LA C++ meetup. We&#8217;ve been hosting them at Oblong Industries in downtown LA, and it&#8217;s been a nice place to learn about the language and absorb bits of knowledge from &#8230; <a href="http://sansumbrella.com/writing/2012/la-c-meetup-cinder-chat/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
For the past few months, Corey Porter has organized the <a href="http://www.meetup.com/Los-Angeles-Cpp/events/60203312/" title="LA C++ meetup">LA C++ meetup</a>. We&#8217;ve been hosting them at Oblong Industries in downtown LA, and it&#8217;s been a nice place to learn about the language and absorb bits of knowledge from experienced coders.
</p>

<p>
I spoke for a bit about Cinder, it&#8217;s basic structure, and went into a bit more detail on how the timeline works. You can look at an edited version of the <a href="https://docs.google.com/open?id=0B5oiYsLE4HLtcXBLRUZaT09meE0" title="cinder slides">slide deck</a>. I removed the images of other people&#8217;s work (just in case), and instead just provide links to their sites, which you should visit. The slides probably won&#8217;t make a ton of sense without someone talking over them to pull it together, but there are code snippets which may be useful to people getting started with Cinder.
</p>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2012/la-c-meetup-cinder-chat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some useful posts on the Cinder forums</title>
		<link>http://sansumbrella.com/writing/2011/some-useful-posts-on-the-cinder-forums/</link>
		<comments>http://sansumbrella.com/writing/2011/some-useful-posts-on-the-cinder-forums/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 01:54:00 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[cinder]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/?p=780</guid>
		<description><![CDATA[The Cinder forums are a great place to learn. Following are some of the posts I find myself going back to for technical reference. Contributing Code Process. Useful overview of git commands for creating patches and submitting pull requests on &#8230; <a href="http://sansumbrella.com/writing/2011/some-useful-posts-on-the-cinder-forums/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Cinder forums are a great place to learn. Following are some of the posts I find myself going back to for technical reference.</p>
<ul>
<li>
<h5><a href="http://forum.libcinder.org/#Topic/23286000000548017">Contributing Code Process.</a></h5>
Useful overview of git commands for creating patches and submitting pull requests on github.
</li>
<li>
<h5><a href="http://forum.libcinder.org/topic/callback-sample#23286000000647015">Callback sample.</a></h5>
Shows how to use the callback manager for your own custom events.
</li>
<li>
<h5><a href="http://forum.libcinder.org/#topic/23286000000440015">vector&lt;Particle&gt; versus vector&lt;Particle*&gt;.</a></h5>
Insight into memory layout and management.
</li>
<li>
<h5><a href="http://forum.libcinder.org/#Topic/23286000000399013">Cinder Syphon.</a></h5>
An amazing API for cross-application realtime graphics.
</li>
<li>
<h5><a href="http://forum.libcinder.org/#Topic/23286000000562009">Visual C++ 2010 linking.</a></h5>
Because I come from XCode.
</li>
<li>
<h5><a href="http://forum.libcinder.org/topic/loading-textures-in-a-thread-using-osx-snow-leopard#23286000000228013">Using std::thread.</a></h5>
A good demo of thread use in a c++ application.
</li>
<li>
<h5><a href="http://forum.libcinder.org/#topic/23286000000142043">Vbo Custom Attributes.</a></h5>
Some discussion of how to provide a useful abstraction to the OpenGL structure.
</li>
<li>
<h5><a href="http://forum.libcinder.org/#topic/23286000000234063">Boost::filesystem.</a></h5>
Simple tutorial for basic filesystem use.
</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2011/some-useful-posts-on-the-cinder-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boulder, briefly</title>
		<link>http://sansumbrella.com/writing/2010/boulder-briefly/</link>
		<comments>http://sansumbrella.com/writing/2010/boulder-briefly/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 21:43:52 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[colorado]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[lecture]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/?p=776</guid>
		<description><![CDATA[On Monday, I spent the day at Wall Street on Demand in Boulder, CO. I was invited by Christo Allegra to talk about my work and give a brief workshop on the Cinder framework. The talk went well, and I &#8230; <a href="http://sansumbrella.com/writing/2010/boulder-briefly/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img src="http://sansumbrella.com/content/2010/sketchbook/boulder.jpg" alt="Looking down a trail towards evergreen trees and the flatiron mountains." />
<p>
On Monday, I spent the day at <a href="http://wallst.com/business.asp">Wall Street on Demand</a> in Boulder, CO. I was invited by <a href="http://www.plastid.com/">Christo Allegra</a> to talk about my work and give a brief workshop on the Cinder framework. The talk went well, and I liked presenting in the casual environment of the office; rocking chairs, couches, and cups of tea. My presentation was titled &#8220;Sampled landscapes, synthetic terrain&#8221; which seems to have gone over well enough.
</p>
<p>
WSOD has a relationship with <a href="http://www.rmcad.edu/">RMCAD</a>, and they provided design mentors for students in an their interaction design course this semester. The semester happens to have recently ended, so I also participated as a guest reviewer for their final presentations on Monday. I was impressed by the high quality of the student presentations. The solutions to the problems they defined were fun and displayed well.
</p>
<p>
Unfortunately, I wasn&#8217;t in the area long enough for a proper hike. I did get to go for a brief walk about a reservoir to start my day, though.
</p>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2010/boulder-briefly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holy Land</title>
		<link>http://sansumbrella.com/writing/2010/holy-land/</link>
		<comments>http://sansumbrella.com/writing/2010/holy-land/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 05:26:35 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[inspiration]]></category>
		<category><![CDATA[los angeles]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[suburbia]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/?p=769</guid>
		<description><![CDATA[I read Holy Land over the past few days while riding the bus to UCLA. Holy Land is a series of glimpses into suburban life and its history, divided up into segments as orderly and mysterious as rows upon rows &#8230; <a href="http://sansumbrella.com/writing/2010/holy-land/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img src="http://sansumbrella.com/content/2010/sketchbook/holy-land.jpg" alt="image of the book, holy land, held up with one hand for scale." />
<p>
I read <em>Holy Land</em> over the past few days while riding the bus to UCLA. <em>Holy Land</em> is a series of glimpses into suburban life and its history, divided up into segments as orderly and mysterious as rows upon rows of houses. The development of LA&#8217;s suburbs, the stories of people who stand out, and the ritual of its daily life, are told in fascinating, honest prose. It&#8217;s neither a work of praise or condemnation, and highly recommended.
</p>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2010/holy-land/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am here now</title>
		<link>http://sansumbrella.com/writing/2010/i-am-here-now/</link>
		<comments>http://sansumbrella.com/writing/2010/i-am-here-now/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 05:45:04 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[exhibition]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/?p=764</guid>
		<description><![CDATA[I am showing new work this week alongside my friends in the UCLA Design&#124;Media Arts MFA program. Our show, meaningfully titled &#8220;I am here now,&#8221; covers some of what we&#8217;ve been up to over the Summer. I will be showing &#8230; <a href="http://sansumbrella.com/writing/2010/i-am-here-now/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
I am showing new work this week alongside my friends in the UCLA Design|Media Arts MFA program. Our show, meaningfully titled &#8220;I am here now,&#8221; covers some of what we&#8217;ve been up to over the Summer. I will be showing projects started in a cave in Missouri, printed at Anderson Ranch in Colorado, and finished up in my apartment in Los Angeles. In other words, things that span my Summer.
</p>

<img src="http://sansumbrella.com/content/2010/sketchbook/iamherenow_postcard.png" alt="exhibition postcard with list of participants and a series of phrases containing the phrase 'I am here now' within them"/>

<p>
Pete Hawkes designed the postcard (and poster). I wrote a little script that searched twitter for the phrase &#8220;I am here now&#8221; and saved the results in a file. For a preview of the show, visit the <a href="http://projects.dma.ucla.edu/exhibitions/herenow/">exhibition website</a>.
</p>

<p>
The opening reception is Thursday, October 14 from 5—8pm.
</p>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2010/i-am-here-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Night Sky</title>
		<link>http://sansumbrella.com/writing/2010/night-sky/</link>
		<comments>http://sansumbrella.com/writing/2010/night-sky/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 18:49:08 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[travel]]></category>
		<category><![CDATA[desert]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[night]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[sky]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/2010/natural-bridges/</guid>
		<description><![CDATA[Becky and I just got back from a trip through some of the NPS administered lands in Southern Utah. We camped our way from Arches to Zion. One of the really great things was being able to see the stars &#8230; <a href="http://sansumbrella.com/writing/2010/night-sky/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.flickr.com/photos/sansumbrella/4882837126/" title="photo sharing"><img src="http://farm5.static.flickr.com/4077/4882837126_1887e573b4.jpg" alt="Natural Bridges" /></a>
<p>
Becky and I just got back from a trip through some of the NPS administered lands in Southern Utah. We camped our way from Arches to Zion. One of the really great things was being able to see the stars so clearly at night. Of the parks we visited, Natural Bridges and Bryce Canyon had the darkest night skies.
</p>
<p>
You can see more photos of the <a href="http://www.flickr.com/photos/sansumbrella/sets/72157624578768941/">night sky</a> on flickr.
</p>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2010/night-sky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little things</title>
		<link>http://sansumbrella.com/writing/2010/little-things/</link>
		<comments>http://sansumbrella.com/writing/2010/little-things/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 08:00:12 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/?p=737</guid>
		<description><![CDATA[I just returned from a week at Anderson Ranch, where I took a printmaking workshop with Jennifer Ghormley. The workshop was a lot of fun, and the overall experience of being at the Ranch was a gift. I met many &#8230; <a href="http://sansumbrella.com/writing/2010/little-things/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img src="http://sansumbrella.com/content/2010/ranch/cards.jpg" alt="quick press cards"/>
<p>I just returned from a week at <a href="http://www.andersonranch.org/">Anderson Ranch</a>, where I took a printmaking workshop with <a href="http://www.jenniferghormley.com/home.html">Jennifer Ghormley</a>. The workshop was a lot of fun, and the overall experience of being at the Ranch was a gift. I met many amazing people, and having a great space to work in and try out ideas made it nearly impossible to sleep during the week. Much more will come out of this once I have the time to unpack and build on the experience.</p>
<p>Snapshots are going up in the <a href="http://www.flickr.com/photos/sansumbrella/sets/72157624526088264/">ranch photo set</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2010/little-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Written Images Cinder Template</title>
		<link>http://sansumbrella.com/writing/2010/written-images-cinder-template/</link>
		<comments>http://sansumbrella.com/writing/2010/written-images-cinder-template/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 18:15:35 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[generative]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[writtenimages]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/?p=720</guid>
		<description><![CDATA[Written Images is an excellent project in generative bookmaking initiated by Martin Fuchs. He has an open call-for-entries to collect image-making applications. The site copy explains the project&#8217;s ambition: Written Images; a project in contemporary generative print design and art. &#8230; <a href="http://sansumbrella.com/writing/2010/written-images-cinder-template/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img src="http://sansumbrella.com/content/2010/sketchbook/written_detritus.jpg" alt="written detritus"/>
<p>
<a href="http://writtenimages.net/">Written Images</a> is an excellent project in generative bookmaking initiated by <a href="http://www.deffekt.ch/">Martin Fuchs</a>. He has an open call-for-entries to collect image-making applications. The site copy explains the project&#8217;s ambition:
<blockquote>
Written Images; a project in contemporary generative print design and art. Its final products will be a book that presents programmed images by various artists. Each print in process will be calculated individually – which makes every single book unique.
</blockquote>
</p>
<p>
I&#8217;m making my submissions using Cinder so I can get more comfortable with c++ and the XCode environment. To make my life easier, I added a WrittenImages project template to the excellent TinderBox tool that comes with Cinder. Get the template by either downloading my version of <a href="http://dl.dropbox.com/u/3054959/utils/TinderBox.zip">TinderBox</a> (which contains the template), or checking it out on <a href="http://github.com/sansumbrella/Cinder/tree/master/tools/">github</a>. You can also look at an example of <a href="http://gist.github.com/450273">code generated by the template</a>.
</p>
<p>
The template sets up your application to receive command-line arguments and handle batch-rendering of files to the provided paths. To use it, open up TinderBox and create a new project. Your settings should be: Target: Basic App, Template: WrittenImages. I think the code inside is pretty self-explanatory for use. To pass arguments to your application in the command-line (Assuming you named your project Sample, which you probably didn&#8217;t), do the following:
</p>
<p>
<code>
$ Sample.app/Contents/MacOS/Sample ./more.png ./like.png ./this.png
</code>
</p>
<p>
The reason for the longish path to your application is that the binary is actually in an application bundle. The Sample.app/ is just a directory, and to pass arguments to the application we need to call the executable part directly.
</p>
<p>
The written images deadline was just extended to July 15, so you still have a chance to make a submission.
</p>
<p>
<a href="http://dl.dropbox.com/u/3054959/utils/TinderBox.zip">Download TinderBox with the WrittenImages template</a>.
</p>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2010/written-images-cinder-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short improvisations with everyday objects</title>
		<link>http://sansumbrella.com/writing/2010/short-improvisations-with-everyday-objects/</link>
		<comments>http://sansumbrella.com/writing/2010/short-improvisations-with-everyday-objects/#comments</comments>
		<pubDate>Mon, 10 May 2010 19:41:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[other]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/?p=678</guid>
		<description><![CDATA[While deinstalling Leaving Here, Being There, I had a hammer and access to some of my work. I learned a bit about what a hammer sounds like while sliding along a concrete surface. While learning, I recorded a short improvisation. &#8230; <a href="http://sansumbrella.com/writing/2010/short-improvisations-with-everyday-objects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
While deinstalling Leaving Here, Being There, I had a hammer and access to some of my work. I learned a bit about what a hammer sounds like while sliding along a concrete surface. While learning, I recorded a short improvisation.
</p>
<h3><a href="http://sansumbrella.com/content/2010/sketchbook/concrete_audio.mp3">Concrete Audio</a>: 
<audio controls autobuffer>
<source src="http://sansumbrella.com/content/2010/sketchbook/concrete_audio.mp3" />
</audio>
</h3>

<p>
Also, a few months ago, Erkki invited some music students over to our studio. Together we performed John White&#8217;s Drinking and Hooting Machine. I invite you to listen to a selection from that performance. The piece has a score based on each person&#8217;s phone number, but the performance is flexible as it is up to each performer to decide how long each tone will be and how large a drink they will take.
<h3><a href="http://sansumbrella.com/content/2010/sketchbook/hooting_machine.mp3">Drinking and Hooting Machine</a>: 
<audio  controls autobuffer>
<source src="http://sansumbrella.com/content/2010/sketchbook/hooting_machine.mp3" />
</audio>
</h3>
</p>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2010/short-improvisations-with-everyday-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://sansumbrella.com/content/2010/sketchbook/concrete_audio.mp3" length="4435357" type="audio/mpeg" />
<enclosure url="http://sansumbrella.com/content/2010/sketchbook/hooting_machine.mp3" length="8484950" type="audio/mpeg" />
		</item>
		<item>
		<title>The Living Shore</title>
		<link>http://sansumbrella.com/writing/2010/the-living-shore/</link>
		<comments>http://sansumbrella.com/writing/2010/the-living-shore/#comments</comments>
		<pubDate>Thu, 06 May 2010 02:14:08 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[thoughts]]></category>
		<category><![CDATA[benthic]]></category>
		<category><![CDATA[conservation]]></category>
		<category><![CDATA[habitat]]></category>
		<category><![CDATA[marine]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://sansumbrella.com/writing/?p=668</guid>
		<description><![CDATA[I just went home for a day to sing with my college Glee Club during my former conductor&#8217;s last concert. That was a wonderful experience, where I had the opportunity to sing and talk with a number of my classmates &#8230; <a href="http://sansumbrella.com/writing/2010/the-living-shore/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
I just went home for a day to sing with my college Glee Club during my former conductor&#8217;s last concert. That was a wonderful experience, where I had the opportunity to sing and talk with a number of my classmates and see how life is treating them. On the plane, I read The Living Shore, which was engaging, inspiring, and sad. It&#8217;s encourages awe in the world around us and excites dreams of living our lives better.
</p>
<img src="http://sansumbrella.com/content/2010/sketchbook/livingshore.jpg" alt="living shore book image"/>
<p>
Particularly challenging while reading were the passages about the recent success of conservationists in the Gulf of Mexico in creating habitat for oysters (The book was published in late 2009). We are hurtling past the critical point where we need to evaluate how we are shaping the world. Our farms produce more than food, and our factories produce more than products. They create ecologies. At present, they aren&#8217;t ecologies which we fit into. The Living Shore presents a past shoreline ecology which we likely cannot return to. Hopefully we will be able to create something similarly robust.
</p>]]></content:encoded>
			<wfw:commentRss>http://sansumbrella.com/writing/2010/the-living-shore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
