<?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>KODA &#187; Chroma</title>
	<atom:link href="http://www.chromakode.com/blog/category/chroma/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chromakode.com/blog</link>
	<description>Art, Linux, Fun</description>
	<lastBuildDate>Sun, 20 Jul 2008 18:49:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using a Logitech LX7 mouse in Ubuntu Edgy: &#8220;IHATEKLUDGERS&#8221;</title>
		<link>http://www.chromakode.com/blog/2007/09/19/logitech-lx7-in-ubuntu-edgy-ihatekludgers/</link>
		<comments>http://www.chromakode.com/blog/2007/09/19/logitech-lx7-in-ubuntu-edgy-ihatekludgers/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 09:13:27 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2007/09/19/logitech-lx7-in-ubuntu-edgy-ihatekludgers/</guid>
		<description><![CDATA[Bought a shiny new mouse today: the wireless optical Logitech LX7. Everything worked great out of box, until at around 11:30pm I decided to google around to see how to configure the tilt-wheel and back and forward buttons to work in Linux.
Big mistake.
It&#8217;s now 1:35am, and I finally have my solution. The trick is to [...]]]></description>
			<content:encoded><![CDATA[<p>Bought a shiny new mouse today: the wireless optical <a href="http://www.logitech.com/index.cfm/mice_pointers/mice/devices/152&amp;cl=us,en">Logitech LX7</a>. Everything worked great out of box, until at around 11:30pm I decided to google around to see how to configure the tilt-wheel and back and forward buttons to work in Linux.</p>
<p>Big mistake.</p>
<p>It&#8217;s now 1:35am, and I finally have my solution. The trick is to use the <strong>evdev</strong> X.org input driver, as for some reason the <strong>mouse</strong> driver can&#8217;t handle all of my buttons. I followed sections 1 and 2 of <a href="http://ubuntuforums.org/showthread.php?t=219894">this howto</a> for the general idea of setting up evdev.</p>
<p>The problem is, none of the howtos I dug up really worked. Things sort of worked, but there seemed to be confusion about the number of buttons (xmodmap reported 9, while xev dumped events from up to #12). Also, the tilt wheel mapping seemed to be reversed. At this point, I began to suspect something was going awry, so I started looking over <code>/var/log/Xorg.0.log</code>. Here&#8217;s what I found:</p>
<p>For some reason, X seemed to be adding a new &lt;default mouse&gt; InputDevice with the message &#8220;No default mouse found, adding one.&#8221; This mouse used the standard <strong>mouse</strong> input 	driver, and somehow was jumping in front of my configured mouse settings as the default mouse. Oddly, running <code>xinput list</code> showed that my properly configured <strong>evdev</strong> device was loaded perfectly (with 20 buttons!), but apparently wasn&#8217;t being used as the primary mouse.</p>
<p>I persisted twiddling with X config settings and checking the logs, but for some reason, this default mouse would always be created. At this point I started googling this strange &#8220;no default mouse found&#8221; message. The only apropos result, and my solution, was in <a href="http://zaitcev.livejournal.com/108617.html">this blog post</a>. It seems that someone decided to write a failsafe hack in 7.2 where if no InputDevice using the <strong>mouse</strong> driver exists in xorg.conf, <em>the server adds one</em>.</p>
<p>As <a href="http://zaitcev.livejournal.com/">Zaitcev</a> writes, as apparent from the code, this hack has one exception, in which if some InputDevice invokes the driver <strong>void</strong>, it assumes that the user (as the code states) &#8220;probably wants to run footless&#8221;, and no default mouse is instantiated. Thus, the solution:</p>
<blockquote>
<pre>Section "InputDevice"
Identifier    "Configured Mouse"
	Driver        "evdev"
	Option        "CorePointer"
	Option        "Device"        "/dev/input/event2"
EndSection

Section "InputDevice"
	Identifier  "IHATEKLUDGERS"
	Driver      "void"
EndSection

[...]

Section "ServerLayout"
	[...]
	InputDevice    "Configured Mouse"
	InputDevice    "IHATEKLUDGERS"
EndSection</pre>
</blockquote>
<p>Unbelievable.</p>
<p>Apparently, this will be fixed in 7.3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2007/09/19/logitech-lx7-in-ubuntu-edgy-ihatekludgers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Music: Things Are Gonna Get Better</title>
		<link>http://www.chromakode.com/blog/2007/09/01/music-things-are-gonna-get-better/</link>
		<comments>http://www.chromakode.com/blog/2007/09/01/music-things-are-gonna-get-better/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 22:46:58 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2007/09/01/music-things-are-gonna-get-better/</guid>
		<description><![CDATA[
Download:
 Things Are Gonna Get Better &#8211; 192kbps OGG Vorbis
  Things Are Gonna Get Better &#8211; 160kbps MP3 VBR
&#8230; or where you go when you know. 
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.chromakode.com/blog/wp-content/uploads/taggb.jpg" alt="Things Are Gonna Get Better art" id="image109" /></p>
<h2>Download:</h2>
<p><img src="http://www.chromakode.com/blog/wp-content/uploads/audio-x-generic.png" class="icon noborder" alt="Audio file" /> <a href="http://www.chromakode.com/music/things_are_gonna_get_better-chromakode.ogg"><strong>Things Are Gonna Get Better &#8211; 192kbps OGG Vorbis</strong></a></p>
<p><img src="http://www.chromakode.com/blog/wp-content/uploads/audio-x-generic.png" class="icon noborder" alt="Audio file" /> <a href="http://www.chromakode.com/music/things_are_gonna_get_better-chromakode.mp3"> <strong>Things Are Gonna Get Better &#8211; 160kbps MP3 VBR</strong></a></p>
<p>&#8230; or where you go when you know. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/heart.gif" class="wp-smiley" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2007/09/01/music-things-are-gonna-get-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.chromakode.com/music/things_are_gonna_get_better-chromakode.mp3" length="5549687" type="audio/mpeg" />
		</item>
		<item>
		<title>Copernicus</title>
		<link>http://www.chromakode.com/blog/2007/07/09/copernicus/</link>
		<comments>http://www.chromakode.com/blog/2007/07/09/copernicus/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 01:44:01 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Poetry]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2007/07/09/copernicus/</guid>
		<description><![CDATA[Copernicus, Copernicus!
Let&#8217;s all look at Copernicus!
He&#8217;s watching us, observing us,
My friend, where are you now?
In 1491 there lived
a boy, his name Copernicus.
He changed his mind for all of us
My god, where are you now?
By thinking he moved all of us,
The moon, the sun, Copernicus
The church, the gods, Copernicus!
The days the earth stood still.
For is it [...]]]></description>
			<content:encoded><![CDATA[<p align="center">Copernicus, Copernicus!<br />
Let&#8217;s all look at Copernicus!<br />
He&#8217;s watching us, observing us,<br />
My friend, where are you now?</p>
<p align="center">In 1491 there lived<br />
a boy, his name Copernicus.<br />
He changed his mind for all of us<br />
My god, where are you now?</p>
<p align="center">By thinking he moved all of us,<br />
The moon, the sun, Copernicus<br />
The church, the gods, Copernicus!<br />
The days the earth stood still.</p>
<p align="center">For is it that the<br />
Sun lies not above us<br />
but below us, dear Copernicus&#8230;?<br />
And would you claim the Earth is<br />
not the center of the universe?</p>
<p align="center">[...]</p>
<p align="center">Copernicus, Copernicus!<br />
Can you not feel him, watching us?<br />
Beseeching us, imploring us:<br />
My god, where are you now?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2007/07/09/copernicus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Music: Casio</title>
		<link>http://www.chromakode.com/blog/2007/06/29/music-casio/</link>
		<comments>http://www.chromakode.com/blog/2007/06/29/music-casio/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 05:32:58 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2007/06/29/music-casio/</guid>
		<description><![CDATA[
Download:
 Casio &#8211; 192kbps OGG Vorbis
  Casio &#8211; 128kbps MP3 VBR
Here&#8217;s a long overdue something, a tribute to a silly yet truly awesome musical instrument. My first instrument ever was a funky 128-voice Casio, my fifth birthday present. The keyboard was the last of its kind in the store, the display version &#8212; so [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.chromakode.com/blog/wp-content/uploads/casio.png" alt="Close Your Eyes art" id="image109" /></p>
<h2>Download:</h2>
<p><img src="http://www.chromakode.com/blog/wp-content/uploads/audio-x-generic.png" class="icon noborder" alt="Audio file" /> <a href="http://www.chromakode.com/music/casio-chromakode.ogg"><strong>Casio &#8211; 192kbps OGG Vorbis</strong></a></p>
<p><img src="http://www.chromakode.com/blog/wp-content/uploads/audio-x-generic.png" class="icon noborder" alt="Audio file" /> <a href="http://www.chromakode.com/music/casio-chromakode.mp3"> <strong>Casio &#8211; 128kbps MP3 VBR</strong></a></p>
<p>Here&#8217;s a long overdue something, a tribute to a silly yet truly awesome musical instrument. My first instrument ever was a funky 128-voice Casio, my fifth birthday present. The keyboard was the last of its kind in the store, the display version &#8212; so there was no manual or box for me to learn from. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/halfsmile.gif" class="wp-smiley" /></p>
<p>At my art camp job, there are some sweet aged Casio keyboards for people to play. They are even older than mine: the type with only 16 real voices and the option to play two voices in unison. This is an expanded version of a very random jam on Wednesday.</p>
<p>Sequenced using <a href="http://www.rosegardenmusic.com/">Rosegarden4</a> with fluidsynth and Xsynth as DSSI plugins. All soundfonts used are free. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2007/06/29/music-casio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.chromakode.com/music/casio-chromakode.mp3" length="10716761" type="audio/mpeg" />
		</item>
		<item>
		<title>Change</title>
		<link>http://www.chromakode.com/blog/2007/04/08/change/</link>
		<comments>http://www.chromakode.com/blog/2007/04/08/change/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 06:17:25 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Poetry]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2007/04/08/change/</guid>
		<description><![CDATA[If everything that&#8217;s changing stayed the same, And everything that remains the same began changing, I think that I&#8217;d be happy.
]]></description>
			<content:encoded><![CDATA[<p>If everything that&#8217;s changing stayed the same, <br />And everything that remains the same began changing, <br />I think that I&#8217;d be happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2007/04/08/change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello</title>
		<link>http://www.chromakode.com/blog/2007/04/01/hello/</link>
		<comments>http://www.chromakode.com/blog/2007/04/01/hello/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 07:44:43 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2007/04/01/hello/</guid>
		<description><![CDATA[It&#8217;s 11:50pm of the last night of spring break, and for some reason I have the urge to write here. 
I feel like I need to make up for lost time. I&#8217;ve let things collect dust here for the past term, so it seems strange to be trying it again on the eve of the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s 11:50pm of the last night of spring break, and for some reason I have the urge to write here. </p>
<p>I feel like I need to make up for lost time. I&#8217;ve let things collect dust here for the past term, so it seems strange to be trying it again on the eve of the next wave of school. Yet right now, I want to. That&#8217;s all I&#8217;d like to say. I know am rarely interested in reading other peoples&#8217; apologies for not writing on their blogs. So I&#8217;ll try to keep things topical from here on out. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/yahoo1.gif" class="wp-smiley" /></p>
<p>Tomorrow will bring Popular Culture and Intro to Operating Systems, in the lovely city of bridges. I am very much looking forward to it, even though it feels a bit deadening to go back to school after merely a week&#8217;s break. Even so, it seems every time I get a break I see the alternative &#8212; diddling &#8212; which makes me wish for the linear deadlines of the school year. I&#8217;m kind of concerned that this is what it&#8217;s coming to: preferring force-fed work instead of real projects. It&#8217;s hard to be both productive and self-motivated. </p>
<p>I wonder occasionally if someday I&#8217;ll look back at these years and wonder how I had all this time and managed to choose this as what to do with it. I simply have not found something better to do. In his Stanford <a href="http://news-service.stanford.edu/news/2005/june15/jobs-061505.html">commencement speech</a> Steve Jobs said:</p>
<blockquote><p>When I was 17, I read a quote that went something like: &#8220;If you live each day as if it was your last, someday you&#8217;ll most certainly be right.&#8221; It made an impression on me, and since then, for the past 33 years, I have looked in the mirror every morning and asked myself: &#8220;If today were the last day of my life, would I want to do what I am about to do today?&#8221; And whenever the answer has been &#8220;No&#8221; for too many days in a row, I know I need to change something.</p></blockquote>
<p>And that&#8217;s where I&#8217;m at. I feel most purposeful when I am aware my time here is limited; when I remember things are temporary. Unfortunately, I&#8217;ve noticed that this feeling passes as soon as the thought leaves my mind. The problem is remembering. There&#8217;s the existential concept that as hard as we try, we&#8217;ll inevitably fall back into states of unawareness in our daily life. The challenge is keeping the context stored up somewhere. So that when it&#8217;s needed, it will return.</p>
<p>Once for a little while I became interested in <a href="http://en.wikipedia.org/wiki/Lucid_dreaming">lucid dreaming</a>. I programmed myself to achieve consciousness in my dreams by training myself to constantly ask myself &#8220;Am I dreaming?&#8221; while I was awake. My process was linking this idea to as many thoughts as possible; so that many actions, feelings, and thoughts reminded me of the dreaming test. I reasoned that if this worked in my waking consciousness, it would when I was dreaming. It did. After some time, I stopped keeping up this mental practice, and the dreams stopped. Nowadays I rarely dream lucidly, or even remember my dreams.</p>
<p>Perhaps this can be applied to Jobs&#8217; self-test as well. By linking the question of purpose to as many ideas as possible, I think I could remember to ask the question more often. The only tough part is remembering to get started. This sense of context is something that I&#8217;m so looking for&#8230; and hope for tomorrow, as the drone of school starts again. I want try it. Yet for now, I must be dreaming. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/yahoo1.gif" class="wp-smiley" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2007/04/01/hello/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Music: Close Your Eyes</title>
		<link>http://www.chromakode.com/blog/2006/12/11/music-close-your-eyes/</link>
		<comments>http://www.chromakode.com/blog/2006/12/11/music-close-your-eyes/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 00:05:25 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/12/11/music-close-your-eyes/</guid>
		<description><![CDATA[
Download:
 Close Your Eyes &#8211; 192kbps OGG Vorbis

  Close Your Eyes &#8211; 128kbps MP3 VBR
Well, another school term has passed and yet another whirlwind of homework and activity has come and gone. Shifting gears was totally weird. I guess I fell into a mode where there was always another assignment around the corner that [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Close Your Eyes art" id="image109" src="http://www.chromakode.com/blog/wp-content/uploads/close_your_eyes-desat.png" /></p>
<h2>Download:</h2>
<p><img class="icon noborder" alt="Audio file" src="http://www.chromakode.com/blog/wp-content/uploads/audio-x-generic.png" /> <a href="http://www.chromakode.com/music/close_your_eyes-chromakode.ogg"><strong>Close Your Eyes &#8211; 192kbps OGG Vorbis</strong></a><strong><br />
</strong></p>
<p><img class="icon noborder" alt="Audio file" src="http://www.chromakode.com/blog/wp-content/uploads/audio-x-generic.png" /> <a href="http://www.chromakode.com/music/close_your_eyes-chromakode.mp3"> <strong>Close Your Eyes &#8211; 128kbps MP3 VBR</strong></a></p>
<p>Well, another school term has passed and yet another whirlwind of homework and activity has come and gone. Shifting gears was totally weird. I guess I fell into a mode where there was always another assignment around the corner that had to be worked on&#8230; the shadow of procrastination and doom lurking over my head. When there wasn&#8217;t, there wasn&#8217;t this startling realization or a lifting sense of freedom&#8230; just the realization that I didn&#8217;t have to go home and get studying any more. The day after finals were over, sleep deprived and braindead, I recorded this song.</p>
<p>This piece is about a month and a half old. While I wrote it, I imagined it as an experiment in multitracked pianos. Most of the primary melody however was improvised as I added layers on Friday. Everything, except from various percussion, is piano. The cymbal crash is a mixture of two samples courtesy of <a href="http://freesound.iua.upf.edu/samplesViewSingle.php?id=16262">the freesound project</a>. There&#8217;s some great stuff over there.. I wish I&#8217;d learned to use the site sooner!</p>
<p>I guess what I envision when I play this piece is the sort of unfolding patterns of shapes and colors I see when I press on my eyes. A sort of introspective journey. Close your eyes. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/yahoo1.gif" class="wp-smiley" /></p>
<p>Cymbal crash attribution:<br />
By <a href="http://freesound.iua.upf.edu/usersViewSingle.php?id=49141">ltibbits</a> : <a href="http://freesound.iua.upf.edu/samplesViewSingle.php?id=16262">crash-Z-custom-projection-19-choke.wav</a><br />
By <a href="http://freesound.iua.upf.edu/usersViewSingle.php?id=149377">loofa</a> : <a href="http://freesound.iua.upf.edu/samplesViewSingle.php?id=23616">BIG DOOR SHUT DOWN.aif</a></p>
<p>This piece is released under a <a href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons License</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2006/12/11/music-close-your-eyes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.chromakode.com/music/close_your_eyes-chromakode.mp3" length="3463798" type="audio/mpeg" />
		</item>
		<item>
		<title>What these things mean</title>
		<link>http://www.chromakode.com/blog/2006/10/13/what-these-things-mean/</link>
		<comments>http://www.chromakode.com/blog/2006/10/13/what-these-things-mean/#comments</comments>
		<pubDate>Sat, 14 Oct 2006 01:56:58 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Philosophical]]></category>
		<category><![CDATA[Poetry]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/10/13/what-these-things-mean/</guid>
		<description><![CDATA[If I were to make a kit for the rest of my life
In a day
Something for every moment, through each breath
Something that would protect me from losing myself
To guide me through moments of fear, sadness, and ecstacy
I wonder what I would put inside this package
Simple things perhaps, which at moments I know I&#8217;ll need
Like bandaids, [...]]]></description>
			<content:encoded><![CDATA[<p>If I were to make a kit for the rest of my life<br />
In a day<br />
Something for every moment, through each breath<br />
Something that would protect me from losing myself<br />
To guide me through moments of fear, sadness, and ecstacy</p>
<p>I wonder what I would put inside this package<br />
Simple things perhaps, which at moments I know I&#8217;ll need<br />
Like bandaids, rubber bands, and papers and pencils<br />
A note with some writing on it, saying &#8220;don&#8217;t take yourself too seriously&#8221;</p>
<p>Colors, emotions, and nuances might fade with time<br />
So I will have to pack them up into words,  drawings, and music<br />
Music that reminds me what passion feels like</p>
<p>I wonder what my kit would look like<br />
It could be a metal box with a lid<br />
Or a piece of paper<br />
A brown paper bag, or an investor&#8217;s suitcase<br />
Something to hold all my wildest dreams, and most solemn plans<br />
To take anywhere and everywhere</p>
<p>Or maybe<br />
It would be a tiny seed<br />
A great truth, a burning flame<br />
That when planted will grow and expand and change shapes<br />
As I do</p>
<p>It would grow limbs, branches and leaves-<br />
Permutations and tiny variations of every path across time<br />
And a trunk anchored into the deepest wholes and creations<br />
And it would breathe the air just like I do<br />
Whereas I exhale carbon dioxide, it would take it in<br />
It&#8217;s height would make the sky seem taller</p>
<p>And that would be enough<br />
For any moment<br />
For any dream<br />
I can open up my kit<br />
And find what I need.</p>
<p>Once I had built my kit<br />
My kit in a day<br />
Then<br />
I would throw it away<br />
Because then I wouldn&#8217;t need it anymore.</p>
<p>I&#8217;ve had these things with me all along.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2006/10/13/what-these-things-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Never Forget</title>
		<link>http://www.chromakode.com/blog/2006/09/27/never-forget/</link>
		<comments>http://www.chromakode.com/blog/2006/09/27/never-forget/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 06:45:24 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Philosophical]]></category>
		<category><![CDATA[Poetry]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/09/27/never-forget/</guid>
		<description><![CDATA[Never forget
As this moment passes
We will grow old.We will lose hope.We will have to ask for forgiveness.
We will find ourselves in our parents&#8217; shoes.And someday in our grandparents&#8217; shoes.And we will wonderIf we did the right thing.
Yet never forget
This moment of possibility:Never forgetThat we have two eyes, two legs to stand on.Never forgetThat this moment [...]]]></description>
			<content:encoded><![CDATA[<p>Never forget</p>
<p>As this moment passes</p>
<p>We will grow old.<br />We will lose hope.<br />We will have to ask for forgiveness.</p>
<p>We will find ourselves in our parents&#8217; shoes.<br />And someday in our grandparents&#8217; shoes.<br />And we will wonder<br />If we did the right thing.</p>
<p>Yet never forget</p>
<p>This moment of possibility:<br />Never forget<br />That we have two eyes, two legs to stand on.<br />Never forget<br />That this moment is ours to create.</p>
<p>We could change the future and make history<br />This time to never forget<br />The living hopes and dreams that shaped today.</p>
<p>And to never forget<br />That life goes around in circles<br />This is our turn.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2006/09/27/never-forget/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Music: Our Process</title>
		<link>http://www.chromakode.com/blog/2006/09/16/music-our-process/</link>
		<comments>http://www.chromakode.com/blog/2006/09/16/music-our-process/#comments</comments>
		<pubDate>Sat, 16 Sep 2006 07:49:03 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/09/16/music-our-process/</guid>
		<description><![CDATA[
Download:
 192kbps OGG Vorbis

  128kbps MP3 VBR
I know I haven&#8217;t posted much, let alone music, in quite a while &#8212; though that does not mean I haven&#8217;t been working persistently on both. I am very excited to finally share a new musical composition. I woke up this morning with the intention to create music, [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="our process" id="image102" src="http://www.chromakode.com/blog/wp-content/uploads/our_process.png" /></p>
<h2>Download:</h2>
<p><img alt="Audio file" class="icon noborder" src="http://www.chromakode.com/blog/wp-content/uploads/audio-x-generic.png" /> <a href="http://www.chromakode.com/music/our_process.ogg"><strong>192kbps OGG Vorbis</strong></a><strong><br />
</strong></p>
<p><img alt="Audio file" class="icon noborder" src="http://www.chromakode.com/blog/wp-content/uploads/audio-x-generic.png" /> <a href="http://www.chromakode.com/music/our_process.mp3"> <strong>128kbps MP3 VBR</strong></a></p>
<p>I know I haven&#8217;t posted much, let alone music, in quite a while &#8212; though that does not mean I haven&#8217;t been working persistently on both. I am very excited to finally share a new musical composition. I woke up this morning with the intention to create music, and work this tune that had developed by accident in the last few days. Originally, I had intended to put up an entirely different piece. However, this one stuck in my head constantly and just would not leave until I had completed it.</p>
<p>This is the first time I have done multi-track recording in a very long time (I believe on the last, I was about 9 years old). With <a href="http://blog.vybiral.info/">cornelius</a>&#8217;s <a href="http://www.chromakode.com/blog/2006/07/09/music-sunbreaks-ng/#comment-82">suggestion to try multiple instruments</a> in my mind, I tried adding a flute to the mix. Another instrument was added, and soon another. Keeping in mind that I never claimed that I could <em>play</em> flute, I will simply sing the praises of digital pitch correction. Hopefully this is what you had in mind, cornelius. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/wink.gif" class="wp-smiley" /></p>
<p>I&#8217;m not all too proud of the piano performance, and I&#8217;m sure I&#8217;ll find more flaws later&#8230; but right now, I&#8217;m just proud of the music. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/yahoo1.gif" class="wp-smiley" /> This tune is available under a Creative Commons <a href="http://creativecommons.org/licenses/by-sa/2.5/">license</a>; the same one as this blog.</p>
<p>Other than that, I hope you will simply enjoy the composition, and that it will speak for itself. Play it loud!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2006/09/16/music-our-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://chromakode.com/music/sunbreaks-ng.mp3" length="2771335" type="audio/mpeg" />
<enclosure url="http://www.chromakode.com/music/our_process.mp3" length="2029881" type="audio/mpeg" />
<enclosure url="http://chromakode.com/music/our_process.mp3" length="2029881" type="audio/mpeg" />
		</item>
	</channel>
</rss>
