<?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; Diary</title>
	<atom:link href="http://www.chromakode.com/blog/category/chroma/diary/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>5</slash:comments>
		</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>
		<item>
		<title>Bicycle tire voodoo</title>
		<link>http://www.chromakode.com/blog/2006/08/20/bicycle-tire-voodoo/</link>
		<comments>http://www.chromakode.com/blog/2006/08/20/bicycle-tire-voodoo/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 05:02:15 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/08/20/bicycle-tire-voodoo/</guid>
		<description><![CDATA[After neglecting my bike for a few seasons, I decided to take a look at it over the last few days. Bad idea. Apparently from my neglect, I&#8217;ve got some terrible bicycle voodoo on my back. It was an exciting weekend.
Late friday afternoon I was checking on the rear tire. I&#8217;d pumped it up a [...]]]></description>
			<content:encoded><![CDATA[<p>After neglecting my bike for a few seasons, I decided to take a look at it over the last few days. Bad idea. Apparently from my neglect, I&#8217;ve got some terrible bicycle voodoo on my back. It was an exciting weekend.</p>
<p>Late friday afternoon I was checking on the rear tire. I&#8217;d pumped it up a few weeks ago, only to find the next day that it was flat. So I pumped it up to 55 psi &#8212; the normal pressure I keep it at &#8212; and waited. I figured there was a leak somewhere, and thought I could feel a small amount of air coming out around the valve. So I leaned close to the valve and listened. Stupid idea. After a second of listening and with no warning, the tire blew. <strong>PAFF!</strong> Right in my face. Thankfully all it did was leave my ears ringing for about a half hour, and things were fine&#8230; <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/yahoo1.gif" class="wp-smiley" /></p>
<p>However, the tire wasn&#8217;t. The inner tube had a nice patch of tears where it exploded. My father and I checked the tread for anything sharp that could have punctured the tube&#8230; nothing. So we figured that after three years of owning the bike and storing it, the tube had a defect and had worn out. </p>
<p>The next day, we went to GI Joe&#8217;s and and bought a new tube. The only ones they had with the right valve were these <a href="http://slime.com/product.php?product=ST-f1">&#8220;SLiME&#8221; leak resistant inner tubes</a> with a liquid sealant agent inside. After the experience I had with the last tube, it didn&#8217;t seem like a bad idea. So we brought the new tube and put it on, fit it back into the frame, and pumped it up to 50 psi. </p>
<p>Everything looked good, so I took it up a hill to see how it felt. I stopped at the top and checked the wheel. The frame was a bit out of alignment, and rubbing against the brake pads, so I started riding back home to give it a quick adjust. I was watching the speedometer hit 17mph as I rolled down, letting go of the brakes and seeing what it felt like to be going fast again. <strong>PAMMFF.</strong> <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/shocked.gif" class="wp-smiley" /> Yes, the tire blew again right there at 17 mph on the road. Luckily stopping the bike was really mild, and I had really good control. However, this time, I stopped to find the entire of back of my bike splattered with <span style="color: rgb(0, 153, 0);">green goo</span>, dripping green onto the road. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/crazy.gif" class="wp-smiley" /></p>
<p>It was beautiful. I truly wonder what someone would have thought, observing this explosion. It kind of adds to the humor that I believe the first thing I said was &#8220;not again.&#8221; Detached from it all, it was really quite funny, carrying my bike, with it&#8217;s trashed back wheel, dripping this ridiculous green liquid all over the place. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/yahoo4.gif" class="wp-smiley" /></p>
<p>I got to spend that afternoon wiping plastic goop out of the frame, the gears, the chain, and everything else. Before cleaning we compared the old tire with this new one, and found that they both popped in the same place. However, another check of the frame and tread found no obvious sharp spots &#8212; though the inner belt between the spokes and the tube looked a little compressed and thin. Needless to say if there was a pointy spot before, there now are many more, as the wheel frame was what dissipated most of the force of my 17 mph up down the hill.</p>
<p>I think this is one of those cases where it&#8217;s a better idea to wait until I can have someone look at the wheel in a shop. At this point, the frame pretty is damaged and might need replacement anyway. Long story short, it doesn&#8217;t look like I&#8217;ll be riding so much this summer&#8230; <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/halfsmile.gif" class="wp-smiley" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2006/08/20/bicycle-tire-voodoo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easter Eggs</title>
		<link>http://www.chromakode.com/blog/2006/08/06/easter-eggs/</link>
		<comments>http://www.chromakode.com/blog/2006/08/06/easter-eggs/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 05:57:42 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Philosophical]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/08/06/easter-eggs/</guid>
		<description><![CDATA[I love hiding secrets in things
Just for the thought that someday
Someone special
Might care enough to find them 
]]></description>
			<content:encoded><![CDATA[<p>I love hiding secrets in things<br />
Just for the thought that someday<br />
Someone special<br />
Might care enough to find them <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/2006/08/06/easter-eggs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Front Page Realign</title>
		<link>http://www.chromakode.com/blog/2006/07/23/frontpage-realign/</link>
		<comments>http://www.chromakode.com/blog/2006/07/23/frontpage-realign/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 07:00:05 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Chroma]]></category>
		<category><![CDATA[Diary]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/07/23/frontpage-realign/</guid>
		<description><![CDATA[I did a considerable realign of the chromakode.com front page today while chilling online with Whatah. We both decided out of the blue to redesign our websites, and after hours of tinkering, we both managed to overhaul them in an afternoon. Thereâ€™s all sorts of new delicious markup-y goodness for you and your web browser [...]]]></description>
			<content:encoded><![CDATA[<p>I did a considerable realign of the <a href="http://www.chromakode.com">chromakode.com front page</a> today while chilling online with <a href="http://whatah.nyunderground.net/">Whatah</a>. We both decided out of the blue to redesign our websites, and after hours of tinkering, we both managed to overhaul them in an afternoon. Thereâ€™s all sorts of new delicious markup-y goodness for you and your web browser to enjoy, as well as huge bandwidth wasting backgrounds a-plenty. <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/yahoo1.gif" class="wp-smiley" /></p>
<p>I decided to be a little bit risky this time and do some subtle transparency over large swaths of the layoutâ€¦ it shall be interesting to see the <a href="http://browsershots.org/website/1214213/">browser compatibility</a> fallout from this one (I laugh at how badly this breaks now in IE) <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/yahoo4.gif" class="wp-smiley" />. Here&#8217;s a <a href="http://www.chromakode.com/screenshots/realign.png">screenshot of it on my desktop</a> for your comparison/reference. Also, here&#8217;s the <a href="http://www.chromakode.com/art/albums/scraps/realign.png">original mockup</a> I made when first envisioning the design. All in all, Iâ€™m really happy about the update. The typography is something I fussed with the most on this, and I finally feel like I can be satisfied with the lettering looking good on-screen. Yay! Well, Iâ€™m excited and exhausted.</p>
<p>Sorry there hasnâ€™t been much going on here as of late â€” though I have been busy working on a new art project here that I will disclose more details about as soon as it is ready. <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/2006/07/23/frontpage-realign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

