<?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; Curiousity</title>
	<atom:link href="http://www.chromakode.com/blog/category/chroma/curiousity/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>Fascinating: Cancer cells that outlive their original hosts.</title>
		<link>http://www.chromakode.com/blog/2006/08/10/fascinating-cancer-cells-that-outlive-their-original-hosts/</link>
		<comments>http://www.chromakode.com/blog/2006/08/10/fascinating-cancer-cells-that-outlive-their-original-hosts/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 07:29:28 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Curiousity]]></category>
		<category><![CDATA[Linkage]]></category>
		<category><![CDATA[Philosophical]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/08/10/fascinating-cancer-cells-that-outlive-their-original-hosts/</guid>
		<description><![CDATA[Tonight I read an article off reddit by alluringly titled: Common Benign Dog Tumor May Actually Be Ancient, Immortal Dog Turned into Virus. After reading the article completely, I am stunned&#8230; what a concept, cancer cells mutating and propagating into a communicable disease of their own! The real clincher is that the article suggests that [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I read an article off <a href="http://reddit.com">reddit</a> by alluringly titled: <a href="http://scienceblogs.com/loom/2006/08/09/an_old_dog_lives_on_inside_new.php">Common Benign Dog Tumor May Actually Be Ancient, Immortal Dog Turned into Virus</a>. After reading the article completely, I am stunned&#8230; what a concept, cancer cells mutating and propagating into a communicable disease of their own! The real clincher is that the article suggests that this &#8220;transmissible tumor&#8221; has distinctly different DNA from its host body, which is proposed to have originated from a single dog or wolf several centuries ago! Do check out this article, because it is truly fascinating. This is a concept in biology I had neither heard nor concieved of before.</p>
<p>However, possibly even more interesting was Wikipedia&#8217;s page (linked in the article) on <a href="http://en.wikipedia.org/wiki/HeLa">HeLa cells</a>. According to Wikipedia, this is an &#8220;immortal cell line (it does not age) used in medical research and a proposed new single cell species [...] derived from cervical cancer cells taken from Henrietta Lacks, who died from her cancer in 1951.&#8221;</p>
<blockquote><p>HeLa are considered &#8220;immortal&#8221;: they do not die of old age and can divide an unlimited number of times as long as basic cell survival conditions are met (i.e. being maintained and sustained in a suitable environment). There are many <a href="http://en.wikipedia.org/wiki/Strain_%28biology%29" title="Strain (biology)">strains</a> of HeLa cells as they continue to evolve by being grown in <a href="http://en.wikipedia.org/wiki/Cell_culture" title="Cell culture">cell cultures</a>, but all HeLa cells are derived from the same tumour cells removed from Lacks. <strong>It has been estimated that the total mass of HeLa cells today far exceeds that of the rest of Henrietta Lacks&#8217; body.</strong> </p></blockquote>
<p>I find simply the ideas and implications of such a biological occurrance really startling. How would you like to be survived by the cancer cells that killed you? This is really food for thought, and while I don&#8217;t have much opinion about it at the moment, I&#8217;m sure many people could have a field day with all the idealogical, moral, and political ideas involved. Perhaps they already have. Yet, for now, I will simply share something new I learned about today. <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/10/fascinating-cancer-cells-that-outlive-their-original-hosts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The most evil python script you will likely ever encounter.</title>
		<link>http://www.chromakode.com/blog/2006/07/08/the-most-evil-python-script-you-will-ever-encounter/</link>
		<comments>http://www.chromakode.com/blog/2006/07/08/the-most-evil-python-script-you-will-ever-encounter/#comments</comments>
		<pubDate>Sun, 09 Jul 2006 05:29:09 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Curiousity]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/07/08/the-most-evil-python-script-you-will-ever-encounter/</guid>
		<description><![CDATA[A little while ago I told Whatah about a little obfuscated Python toy I had hatched together about a year before. Unfortunately, this hack was extremely version-dependent, so when I brought up the code (from the era of 2.3) to send to him, of course it did not work with Python 2.4. Well, I wanted [...]]]></description>
			<content:encoded><![CDATA[<p>A little while ago I told <a href="http://whatah.nyunderground.net/">Whatah</a> about a little obfuscated <a href="http://www.python.org/">Python</a> toy I had hatched together about a year before. Unfortunately, this hack was extremely version-dependent, so when I brought up the code (from the era of 2.3) to send to him, of course it did not work with Python 2.4. Well, I wanted it to work. So I got to tinkering again and this evening, with Whatah&#8217;s help, we have made this little critter much much more evil. Consider it a programming puzzle, a riddle written in Python. There shall be no hints, though if you are willing to run code before knowing fully what it does, you are a braver fiddler than I&#8230;</p>
<blockquote><p><code style="margin: 0pt; text-indent: 0pt;"># Abandon all hope,  ye who enter here<br />
_=lambda _, __:getattr(_.__dict__, "values")()[__];__=__builtins__;___ =['\'&lt;BZh91AY&amp;SY', 'e3', '93', 'd9', 'e6', '00', '00', '12', '9f', '80pe', '00', '08', '08@@\\n.g', 'dc', 'a0 ', '00P', 'a0', '00h', '00', '00j', "9bS&amp;\\'", 'a9', 'a7', 'a9', '906SH-f', 'c1', 'f6', '8cS', '12', 'a9', 'ad', 'c1', '08', 'ee_', '0b', 'd9d', 'c1', '17', 'd7', '93', 'bc', '9e', 'ceI', 'c0', '1a', '87guj', '0cc', 'aadF', '18', 'ec', '89', '12', 'fc]', 'c9', '14', 'e1BC', '8eOg', '983\''];_one = _(_(__, 92), 46);_1=lambda ___:_(__, 96)(___);_2=lambda ___: _one('', ___);_3=lambda ___:_(__, 112)(_(__, 0111+2), ___);_4=(98, 122, 50);_24=_1(_2(_3(_4)));_6=lambda __:_(_24, 4)(__);exec _6(eval(_one(r'\x', ___))[1:-1:1])</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2006/07/08/the-most-evil-python-script-you-will-ever-encounter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sight and Sound</title>
		<link>http://www.chromakode.com/blog/2006/06/03/sight-and-sound/</link>
		<comments>http://www.chromakode.com/blog/2006/06/03/sight-and-sound/#comments</comments>
		<pubDate>Sat, 03 Jun 2006 07:14:29 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Curiousity]]></category>
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/06/03/sight-and-sound/</guid>
		<description><![CDATA[Have you ever watched a movie or an animation with the sound off, and felt like you could hear the movement? Kind of like your mind is assembling sounds for the motion? Have you ever been staring at some cheezy animated gifs and thought you could hear the visual rhythm? 
Have you ever stared at [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever watched a movie or an animation with the sound off, and felt like you could hear the movement? Kind of like your mind is assembling sounds for the motion? Have you ever been staring at some <a href="http://www.animatedgif.net/animals/bugs/bugs.shtml">cheezy animated gifs</a> and thought you could hear the visual rhythm? </p>
<p>Have you ever stared at someone&#8217;s mouth in the distance and tried to read their lips? When doing so, did it feel like you could hear bits of what they were saying?</p>
<p>Perhaps our senses truly are not as separate as they would at first seem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2006/06/03/sight-and-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That which I cannot see</title>
		<link>http://www.chromakode.com/blog/2006/05/23/that-which-i-cannot-see/</link>
		<comments>http://www.chromakode.com/blog/2006/05/23/that-which-i-cannot-see/#comments</comments>
		<pubDate>Wed, 24 May 2006 06:46:23 +0000</pubDate>
		<dc:creator>chromakode</dc:creator>
				<category><![CDATA[Curiousity]]></category>
		<category><![CDATA[Philosophical]]></category>
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.chromakode.com/blog/2006/05/23/thinking-about-the-back-side/</guid>
		<description><![CDATA[Lately I&#8217;ve begun recognizing my assumption that everything I look at, everything I perceive, has a backside that I can&#8217;t see. A side that is hidden from me because of my current perspective. 
I see books on tables nearby, realize that the side facing down is completely hidden from my view. While in my mind [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve begun recognizing my assumption that everything I look at, everything I perceive, has a backside that I can&#8217;t see. A side that is hidden from me because of my current perspective. </p>
<p>I see books on tables nearby, realize that the side facing down is completely hidden from my view. While in my mind I percieve things in this room as objects, and my mind can fill their forms in, what I am really viewing is a but 2D shadow of their existence. Just &#8220;the tip of the iceberg,&#8221; with far more of the surface hidden from my vantage point.</p>
<p>Yet, even as I move around and view the room from another angle, this backside is still there, and there is just as much unseen to me as there was before. And there always will be. It is like this backside of non-perception is dependent upon my very context of perception: I move, and it moves with me. The backside of things is a natural antithesis to the frontside that is accessible to my vision.</p>
<p>While this should seem a very simple and commonplace rule of existence, the more I think about it, the more I find it rather disturbing. If I am sitting still, looking at my world around me, and from my perspective canot determine if these objects really do have a backside, methaphorically, what other parts of my world are going unseen? Further, this aspect of concentrating upon the backside of things makes me uncomfortable. In my mind, I feel the temptation to view things as &#8220;inside-out,&#8221; to try and envision the backside while I am readily viewing the frontside. Isn&#8217;t it kind of futile to be placing my emphasis on the part that I accept to be impossible for me to see?</p>
<p>I can look at my laptop screen, percieve the fact that the screen has a backside that is currently facing away from me. I see it in my mind, the &#8220;Dell&#8221; logo circle and the silver finish. But this backside is one that from my current vantage point I cannot see. So why do I assume it exists? Now I test it, I reach out and touch the back of the screen, run my fingers across the surface. But internally my mind reels! Where is the connection between this sensation of what I am feeling, and this surface that I cannot see but know is there? Yet now that I am looking for a visual contact to what I am feeling, I am forced to realize that it simply is not there! I am touching something that currently does not exist in my perception.</p>
<p>Until now, as an artist and as an existing human, what I have concentrated upon is what <i>is</i> being seen, what is presented to the viewer, but never what is naturally obscured from them. For me, &#8220;seeing is believing:&#8221; if I can see something, I can reasonably accept its existence as being there. But now, when thinking about it, I challenge my vision; I doubt its importance and validity. I begin to feel like I am seeing without percieving: I am blind. Oh, how strange it is to contemplate that which I cannot see! <img src="http://www.chromakode.com/blog/wp-includes/images/yahoo/gape.gif" class="wp-smiley" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chromakode.com/blog/2006/05/23/that-which-i-cannot-see/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

