<?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>Adam T.S. Cohen&#039;s Weblog</title>
	<atom:link href="http://www.adamtscohen.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamtscohen.com/blog</link>
	<description>Artist, Writer, Storyteller</description>
	<lastBuildDate>Wed, 30 Nov 2011 23:21:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Programming Along</title>
		<link>http://www.adamtscohen.com/blog/2011/11/30/programming-along/</link>
		<comments>http://www.adamtscohen.com/blog/2011/11/30/programming-along/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 23:21:40 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Tech & Computer Science]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=378</guid>
		<description><![CDATA[I haven&#8217;t updated this blog (or the website generally) too much in the past year. With the changes described in my previous post (specifically the new blog structure), I think the update frequency will increase. That being said, I think an update concerning what I&#8217;ve been working on is in order! While I haven&#8217;t done [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t updated this blog (or the website generally) too much in the past year. With the changes described in my previous post (specifically the new blog structure), I think the update frequency will increase. That being said, I think an update concerning what I&#8217;ve been working on is in order!</p>
<p><span id="more-378"></span></p>
<p>While I haven&#8217;t done too much art in the past year and a half, I have been busy in the computer science / programming realm.</p>
<p>&nbsp;<br />
<strong>Mobile Apps (iOS and Android)</strong><br />
I have planned a few mobile applications and am almost done implementing the first one for iOS. An Android version is planned to follow. Expect to hear more on this when it launches in the next few months.</p>
<p>&nbsp;<br />
<strong>Evolutionary Computation &amp; Artificial Life</strong><br />
I have been doing a lot of work in the realm of Evolutionary Computation (EC): a subfield of artificial intelligence inspired by the processes associated with evolution.</p>
<p>I am currently working on two large projects that make use of EC. I am hoping to publish papers about both, and hopefully sell a commercial product associated with at least one of them. For this reason, I am again going to hold off discussing details until they are ready to be announced.</p>
<p>In addition to these large projects, I have been doing some smaller projects to get more familiar with the technique. I wrote a program that uses Genetic Algorithms to solve the Travelling Salesman Problem and a few simple optimization problems.</p>
<table>
<tbody>
<tr>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-1.jpg"><img class="aligncenter size-thumbnail wp-image-389" title="GADemoAndTSP-1" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-1-150x150.jpg" alt="GADemoAndTSP-1" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-2.jpg"><img class="aligncenter size-thumbnail wp-image-390" title="GADemoAndTSP-2" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-2-150x150.jpg" alt="GADemoAndTSP-2" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-3.jpg"><img class="aligncenter size-thumbnail wp-image-391" title="GADemoAndTSP-3" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-3-150x150.jpg" alt="GADemoAndTSP-3" width="150" height="150" /></a></td>
</tr>
<tr>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-4.jpg"><img class="aligncenter size-thumbnail wp-image-392" title="GADemoAndTSP-4" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-4-150x150.jpg" alt="GADemoAndTSP-4" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-5.jpg"><img class="aligncenter size-thumbnail wp-image-393" title="GADemoAndTSP-5" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/GADemoAndTSP-5-150x150.jpg" alt="" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
<p>I also developed a simulation that makes use of Ant Colony Optimization (ACO), a technique with strong ties to both Artificial Intelligence and Artificial Life. Artificial Life is a field of research closely associated with Artificial Intelligence, though there doesn&#8217;t appear to be consensus on whether Alife is a subfield or an overlapping field, as it has strong ties to other fields such as biology. It is an interesting technique, which I may use again at some point in the future. I also used Genetic Programming (closely related to Genetic Algorithms) with this as well as some simple mathematical regression problems.</p>
<table>
<tbody>
<tr>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/AntSystem-1.jpg"><img class="aligncenter size-thumbnail wp-image-395" title="AntSystem-1" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/AntSystem-1-150x150.jpg" alt="AntSystem-1" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/AntSystem-2.jpg"><img class="aligncenter size-thumbnail wp-image-396" title="AntSystem-2" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/AntSystem-2-150x150.jpg" alt="AntSystem-2" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/AntSystem-3.jpg"><img class="aligncenter size-thumbnail wp-image-397" title="AntSystem-3" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/AntSystem-3-150x150.jpg" alt="AntSystem-3" width="150" height="150" /></a></td>
</tr>
<tr>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/SimpleRegressionGP-1.jpg"><img class="aligncenter size-thumbnail wp-image-400" title="SimpleRegressionGP-1" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/SimpleRegressionGP-1-150x150.jpg" alt="SimpleRegressionGP-1" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/SimpleRegressionGP-2.jpg"><img class="aligncenter size-thumbnail wp-image-401" title="SimpleRegressionGP-2" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/SimpleRegressionGP-2-150x150.jpg" alt="SimpleRegressionGP-2" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
<p>&nbsp;<br />
<strong>Learning Automata</strong><br />
As a part of my efforts to expand my understanding of AI, I have been doing a bit of work with learning automata (LA). They are lower-level entities than a lot of other AI constructs I have seen before, and can be represented using matrices. I implemented several different varieties of LA and coded the Goore Game (a voting game where voters endeavour to learn a voting policy based on the rewards or penalties returned by an individual overseeing the voting).</p>
<table>
<tbody>
<tr>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/A2MAE-1.jpg"><img class="aligncenter size-thumbnail wp-image-402" title="A2MAE-1" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/A2MAE-1-150x150.jpg" alt="A2MAE-1" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/A2MAE-2.jpg"><img class="aligncenter size-thumbnail wp-image-403" title="A2MAE-2" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/A2MAE-2-150x150.jpg" alt="A2MAE-1" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/A2MAE-3.jpg"><img class="aligncenter size-thumbnail wp-image-404" title="A2MAE-3" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/A2MAE-3-150x150.jpg" alt="A2MAE-3" width="150" height="150" /></a></td>
</tr>
<tr>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/A4KTL-1.jpg"><img class="aligncenter size-thumbnail wp-image-405" title="A4KTL-1" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/A4KTL-1-150x150.jpg" alt="A4KTL-1" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/Goore-1.jpg"><img class="aligncenter size-thumbnail wp-image-407" title="Goore-1" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/Goore-1-150x150.jpg" alt="Goore-1" width="150" height="150" /></a></td>
<td><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/Goore-2.jpg"><img class="aligncenter size-thumbnail wp-image-408" title="Goore-2" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/11/Goore-2-150x150.jpg" alt="Goore-2" width="150" height="150" /></a></td>
</tr>
</tbody>
</table>
<p>&nbsp;<br />
<strong>Presentations</strong><br />
I have given a few presentations in the past year. One on the History of Artificial Life (focusing on Core War, Tierra, and Avida &#8212; I will discuss these on the new blog as well!), and two on EC-related topics.</p>
<p>&nbsp;<br />
<strong>Haskell &amp; The Nature of Programming Languages</strong><br />
Outside of the AI sandbox, I have been doing a bit of work with Haskell as a bridge to understanding some of the more fundamental issues associated with the nature of programming languages. While Haskell has some powerful features, it took some time to adjust to a functional programming language, after working primarily in object-oriented ones. I&#8217;ll just say it&#8217;s nice to be working with Java (and Objective-C) again <img src='http://www.adamtscohen.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2011/11/30/programming-along/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Changes</title>
		<link>http://www.adamtscohen.com/blog/2011/11/30/site-changes/</link>
		<comments>http://www.adamtscohen.com/blog/2011/11/30/site-changes/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 19:20:17 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Web Design / Website]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=374</guid>
		<description><![CDATA[Before launching my website, I put a lot of time into the initial design of adamtscohen.com, and still like the way it looks today. That being said, I think I will begin re-designing it with a more professional appearance, and different structure/hierarchy. In addition to a different aesthetic, the new site will be coded to [...]]]></description>
			<content:encoded><![CDATA[<p>Before launching my website, I put a lot of time into the initial design of adamtscohen.com, and still like the way it looks today. That being said, I think I will begin re-designing it with a more professional appearance, and different structure/hierarchy. In addition to a different aesthetic, the new site will be coded to comply with <a href="http://www.w3.org/">W3C standards</a>, and will minimize the amount of flash content.</p>
<p>In addition to the new site, a more immediate change will occur soon regarding this blog. Currently, it is a mixture of updates about my work along with posts about topics I am interested in (e.g. artificial intelligence). I would like to post more on these subjects I have an interest in, but may not be directly working on, without having such posts overwhelm my own content. So, this blog will become my <strong>News</strong> blog, and I will be launching a new blog (probably with its own .com address) as a separate place to write about art, technology, and ideas.</p>
<p>While this site is really my homepage, I do want to push it in a slightly more professional direction, and I think these changes will accomplish that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2011/11/30/site-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Quick Tour of adamtscohen.com (August, 2011)</title>
		<link>http://www.adamtscohen.com/blog/2011/08/15/a-quick-tour-of-adamtscohen-com-august-2011/</link>
		<comments>http://www.adamtscohen.com/blog/2011/08/15/a-quick-tour-of-adamtscohen-com-august-2011/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 15:30:15 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Web Design / Website]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=358</guid>
		<description><![CDATA[I am planning on doing some website changes, and a possible re-design, but wanted to take a snapshot of the current layout. Although this video won&#8217;t show you anything new if this post is fresh, if you&#8217;re reading this in the future, it might be interesting]]></description>
			<content:encoded><![CDATA[<p>I am planning on doing some website changes, and a possible re-design, but wanted to take a snapshot of the current layout. Although this video won&#8217;t show you anything new if this post is fresh, if you&#8217;re reading this in the future, it might be interesting <img src='http://www.adamtscohen.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><iframe width="550" height="343" src="http://www.youtube.com/embed/jCzCKJDZhkk?hd=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2011/08/15/a-quick-tour-of-adamtscohen-com-august-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started With A.I.</title>
		<link>http://www.adamtscohen.com/blog/2011/02/14/getting-started-with-a-i/</link>
		<comments>http://www.adamtscohen.com/blog/2011/02/14/getting-started-with-a-i/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 22:43:33 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Artificial Intelligence]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=321</guid>
		<description><![CDATA[Artificial Intelligence is a fascinating, complex field, born from a range of disciplines in the sciences and humanities. To the outsider or newcomer, it might appear impenetrable, but there are a few resources that can help when starting the journey. In this post, I will introduce you to a few introductory resources I have found [...]]]></description>
			<content:encoded><![CDATA[<p>Artificial Intelligence is a fascinating, complex field, born from a range of disciplines in the sciences and humanities. To the outsider or newcomer, it might appear impenetrable, but there are a few resources that can help when starting the journey. In this post, I will introduce you to a few introductory resources I have found useful.</p>
<p>Also, to keep individual posts from cluttering up the main blog page too much, I will include the first paragraph or so, then a &#8220;read more&#8221; link as you should see below (click for the rest of this entry):</p>
<p><span id="more-321"></span></p>
<p>~</p>
<p><strong>Wikipedia</strong></p>
<p>Most people familiar with technology will likely start with wikipedia when trying to acquire a general view into any field, before moving onto more specialized and scientifically vetted sources.</p>
<p>&#8211;</p>
<p><em>Artificial Intelligence</em><br />
<a href="http://en.wikipedia.org/wiki/Artificial_intelligence">http://en.wikipedia.org/wiki/Artificial_intelligence</a></p>
<p>Wikipedia&#8217;s general page on artificial intelligence provides a good, broad introduction to A.I., covering many facets of the field, including its history, the various problems A.I. is trying to solve, the different approaches that have been taken, and the tools used. Additionally, it provides a brief introduction to the philosophical dimension, and a number of links to other pages and external resources.</p>
<p>&#8211;</p>
<p><em>Category:Artificial Intelligence</em><br />
<a href="http://en.wikipedia.org/wiki/Category:Artificial_intelligence">http://en.wikipedia.org/wiki/Category:Artificial_intelligence</a></p>
<p>If you&#8217;ve read through the Artificial Intelligence page, some of the longer articles it links to, and now want to browse more thoroughly through other related pages, the Category page for Artificial Intelligence provides a listing of many of the wikipedia pages (directly) related to A.I.</p>
<p>&#8212;&#8211;</p>
<p><strong>Artificial Intelligence: A Modern Approach, by Stuart Russell &amp; Peter Norvig</strong><br />
<a href="http://aima.cs.berkeley.edu/index.html">http://aima.cs.berkeley.edu/index.html</a> (Website for the textbook)</p>
<p>This textbook, now in it&#8217;s third edition, is widely considered by many in the academic community to be one of the best starting points for those interested in getting into field. I have heard it colloquially referred to many times simply as “Norvig and Russell,” and read reviews acclaiming it as the “A.I. bible.” Hyperbole aside, it is an excellent resource, containing general information on the field&#8217;s various tools, history, challenges, and approaches. It also offers a slight dip into the field&#8217;s philosophy, and contains technical information pertaining to its many tools, including diagrams and pseudo-code. It is designed to be used as a textbook for an undergraduate course, but contains additional information at the end of each chapter that could be used in more specialized graduate study.</p>
<p>The textbook website contains a fair amount of useful information, including a particularly large collection of A.I. resources on the web (<a href="http://aima.cs.berkeley.edu/ai.html">http://aima.cs.berkeley.edu/ai.html</a>), and other A.I. books (<a href="http://aima.cs.berkeley.edu/books.html">http://aima.cs.berkeley.edu/books.html</a>).</p>
<p>~</p>
<p>I intend to start writing more about the philosophical aspects of A.I. in future posts, but below are two places to explore if you are interested in examining the philosophical dimensions of the field:</p>
<p>&#8211;</p>
<p><strong>Wikipedia</strong></p>
<p><em>Philosophy of artificial intelligence</em><br />
<a href="http://en.wikipedia.org/wiki/Philosophy_of_artificial_intelligence">http://en.wikipedia.org/wiki/Philosophy_of_artificial_intelligence</a></p>
<p>Provides a short introduction to many of the different questions and topics in the philosophy of artificial intelligence. Though the arguments are presented concisely, without much depth or surrounding discussion, this page provides a good starting point in understanding some of the relevant issues. It also does a good job at separating and explaining the differences in how A.I. researchers, philosophers, and cognitive scientists approach the field, laying out the different questions they ask.</p>
<p>There is a great deal in the small article, and I will not discuss it all here, but it might of particular interest to note how A.I. researchers often consider the question of whether it is possible to create a machine that act intelligently, while philosophers consider whether machines may only be capable of acting intelligently, or if they may be capable of experiencing consciousness, perhaps in a first-person perspective, wherein they might possess mental states. If you read the article, take a close look the Chinese Room Argument and the discussion surrounding it.</p>
<p>&#8211;</p>
<p><em>Ethics of artificial intelligence</em><br />
<a href="http://en.wikipedia.org/wiki/Ethics_of_artificial_intelligence">http://en.wikipedia.org/wiki/Ethics_of_artificial_intelligence</a></p>
<p>Provides a very short introduction to some of the ethical issues in the philosophy of artificial intelligence, including the issue of robot rights (how they are similar to human and animal rights, and when we might need to seriously consider them), and potential effects on humanity.</p>
<p>&#8211;</p>
<p>The Philosophy of artificial intelligence article at one point makes reference to “the basic position that most AI researchers” hold. Whether or not that claim is true, I would suggest that in approaching an academic field, do not prematurely bind yourself to a position because it is held by many in that field.</p>
<p>Thinking freely is important regardless of the topic under consideration. Technically, there is a great deal to learn from experts; it is important not to forget that we are merely “standing on the shoulders of giants,” (<a href="http://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants">http://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants</a>). However, new ideas often come from those who think differently and bring forward new ideas. Within A.I. itself, there are many different schools of thought, such as &#8216;neat&#8217; vs. &#8216;scruffy&#8217; (described in the first link I included to the A.I. wikipedia page, and also in more detail here: <a href="http://en.wikipedia.org/wiki/Neats_vs._scruffies">http://en.wikipedia.org/wiki/Neats_vs._scruffies</a>).</p>
<p>On occasion, I, and others I have spoken with, have encountered some antipathy towards philosophy within the scientific community. While I do not wish to generalize, I simply mention it so that one may guard against such attitudes. Scientists focus primarily on the technical aspects of their field (A.I. or otherwise) and sometimes do not recognize or analyze all of the philosophical dimensions of their work. Philosophical reflection and analysis are important for many reasons. If we do not rigorously examine our beliefs and approaches, we carry on with an implicit, unexamined belief set. I intend to write more about philosophy in the future, but thought a short statement here would be useful given the links I am including.</p>
<p>&#8212;&#8212;</p>
<p><strong>Stanford Encyclopedia of Philosophy</strong><br />
The Stanford Encyclopedia of Philosophy is a highly respected resource of philosophy, whose entries are written by experts in the particular sub-fields.</p>
<p>It is an excellent resource, and while there is no single article covering A.I., there are many related to specific domains and sub-problems within the field.</p>
<p>A few examples include:</p>
<p><em>Logic and Artificial Intelligence</em> (<a href="http://plato.stanford.edu/entries/logic-ai/">http://plato.stanford.edu/entries/logic-ai/</a>)<br />
<em>The Philosophy of Computer Science</em> (<a href="http://plato.stanford.edu/entries/computer-science/">http://plato.stanford.edu/entries/computer-science/</a>)<br />
<em>The Philosophy of Technology</em> (<a href="http://plato.stanford.edu/entries/technology/">http://plato.stanford.edu/entries/technology/</a>)<br />
<em>The Chinese Room Argument</em> (<a href="http://plato.stanford.edu/entries/chinese-room/">http://plato.stanford.edu/entries/chinese-room/</a>)</p>
<p>&#8230;</p>
<p>Each article is richly detailed, and densely packed with information. I will write a bit about specific articles from the site (including the sample links above) in the future, but to prevent this post from becoming an essay, will leave off here for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2011/02/14/getting-started-with-a-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Program or be Programmed&#8221;</title>
		<link>http://www.adamtscohen.com/blog/2011/01/30/program-or-be-programmed/</link>
		<comments>http://www.adamtscohen.com/blog/2011/01/30/program-or-be-programmed/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 17:20:02 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Tech & Computer Science]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=300</guid>
		<description><![CDATA[Everyone should watch this short clip, where Douglas Rushkoff describes his new book. It is not just for people who are &#8220;into computers.&#8221; He makes an important point concerning &#8216;reading&#8217; versus &#8216;writing,&#8217; and how in the digital age, you can program reality, or be programmed by it&#8230; See: http://motherboard.tv/2010/10/5/rushkoff-s-call-to-program]]></description>
			<content:encoded><![CDATA[<p>Everyone should watch this short clip, where Douglas Rushkoff describes his new book. It is not just for people who are &#8220;into computers.&#8221; He makes an important point concerning &#8216;reading&#8217; versus &#8216;writing,&#8217; and how in the digital age, you can program reality, or be programmed by it&#8230;</p>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="550" height="339" src="http://www.youtube.com/embed/kgicuytCkoY?hd=1" frameborder="0" allowFullScreen></iframe></p>
<p>See: <a href="http://motherboard.tv/2010/10/5/rushkoff-s-call-to-program">http://motherboard.tv/2010/10/5/rushkoff-s-call-to-program</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2011/01/30/program-or-be-programmed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More blogging</title>
		<link>http://www.adamtscohen.com/blog/2011/01/30/more-blogging/</link>
		<comments>http://www.adamtscohen.com/blog/2011/01/30/more-blogging/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 17:08:45 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Design / Website]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=298</guid>
		<description><![CDATA[In addition to blogging updates about my own creative projects, I have started writing about artificial intelligence to share a bit of my exploration of the field with friends and those on the internet who might share the interest. In sharing that, I realized that there are a lot of other interesting technologies, articles, and [...]]]></description>
			<content:encoded><![CDATA[<p>In addition to blogging updates about my own creative projects, I have started writing about artificial intelligence to share a bit of my exploration of the field with friends and those on the internet who might share the interest.</p>
<p>In sharing that, I realized that there are a lot of other interesting technologies, articles, and other electronic trinkets I&#8217;ve stumbled across over the years while exploring the internet that I think the same people might find interesting.</p>
<p>I don&#8217;t want my blog to be excessively random, but I don&#8217;t see the need for it to be focused on just one thing either. So, I am going to try to keep my blog focused on the following subjects, though perhaps with the odd post on music, cooking, or some other random topic: {Technology &amp; Computer Science, Philosophy, Art, Writing}</p>
<p>Just remember, if there is only one topic you are interested in, you can always pick a category (on the left side of the main page) and it will just show you posts from there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2011/01/30/more-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A.I. in the News: Robo-surgeons and computers that play Jeopardy, Japanese Chess</title>
		<link>http://www.adamtscohen.com/blog/2011/01/22/a-i-in-the-news-robo-surgeons-and-computers-that-play-jeopardy-shogi/</link>
		<comments>http://www.adamtscohen.com/blog/2011/01/22/a-i-in-the-news-robo-surgeons-and-computers-that-play-jeopardy-shogi/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 23:20:53 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=285</guid>
		<description><![CDATA[A.I. to the&#8230; operating room (Aug 27, 2010) http://motherboard.tv/2010/8/27/a-i-to-the-operating-room Researchers have developed an AI-controlled robot arm that is capable of performing biopsies autonomously. The article includes a short video. The article mentions that this has the potential to lower surgery costs. While this might become commonplace in a decade or two, there is a lot [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/AIInTheNews2.jpg"><img class="aligncenter size-full wp-image-294" title="AI In The News 2" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/AIInTheNews2.jpg" alt="Articles Preview Composite Image: Robot, Jeopardy, Shogi" width="100%" /></a></p>
<p><strong>A.I. to the&#8230; operating room</strong> <em>(Aug 27, 2010)</em><br />
<a href="http://motherboard.tv/2010/8/27/a-i-to-the-operating-room">http://motherboard.tv/2010/8/27/a-i-to-the-operating-room</a><br />
Researchers have developed an AI-controlled robot arm that is capable of  performing biopsies autonomously. The article includes a short video.</p>
<p>The article mentions that this has the potential to lower surgery  costs. While this might become commonplace in a decade or two, there is a  lot of testing and refinement that will have to be completed until  people will be comfortable submitting to these new &#8216;robosurgeons&#8217;.</p>
<p>&#8212;-</p>
<p><strong>Computer&#8217;s appearance on Jeopardy! More than just a numbers game</strong> <em>(Jan 13, 2011)</em><br />
<a href="http://www.theglobeandmail.com/news/technology/tech-news/computers-appearance-on-jeopardy-more-than-just-a-numbers-game/article1869475/">http://www.theglobeandmail.com/news/technology/tech-news/computers-appearance-on-jeopardy-more-than-just-a-numbers-game/article1869475/</a></p>
<p>An A.I. computer program faced-off against two of Jeopardy&#8217;s top human competitors (including champion Ken Jennings) in a preview round, in advance of appearing on the show. The A.I. narrowly beat its two human competitors. Beyond the obvious task of being able to search through massive stores of information quickly to find appropriate answers, those who created Watson (the A.I. program) had to include sophisticated natural language processing: the ability for the agent to understand English statements.</p>
<p>I&#8217;ve read a number of articles about this match recently, but I found this one to be the most concise and widely encompassing of the various AI issues involved.</p>
<p>More information can be found on IBM&#8217;s website: <a href="http://www.research.ibm.com/deepqa/index.shtml">http://www.research.ibm.com/deepqa/index.shtml</a></p>
<p>Here is a clip from the preview round:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/12rNbGf2Wwo?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube-nocookie.com/v/12rNbGf2Wwo?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>&#8212;&#8211;</p>
<p><strong>Computer Beats Human at Japanese Chess For First Time</strong> <em>(Oct 12, 2010)</em></p>
<p><a href="http://gizmodo.com/5661796/computer-beats-human-at-japanese-chess-for-first-time">http://gizmodo.com/5661796/computer-beats-human-at-japanese-chess-for-first-time</a><br />
A program called Akara 2010 has beaten a top Shogi (Japanese Chess) champion in Japan.</p>
<p>Some people who are not that familiar with AI might still have heard of Deep Blue&#8217;s chess victory over chess world champion Garry Kasparov in 1997. Although computers know the outcome of every checkers game before a move has been made, and can beat chess champions, other games, such as shogi, and more obviously Go, still pose a challenge to non-human competitors. I will explain why this is soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2011/01/22/a-i-in-the-news-robo-surgeons-and-computers-that-play-jeopardy-shogi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A.I. in the News</title>
		<link>http://www.adamtscohen.com/blog/2011/01/14/a-i-in-the-news-2/</link>
		<comments>http://www.adamtscohen.com/blog/2011/01/14/a-i-in-the-news-2/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 17:48:11 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=265</guid>
		<description><![CDATA[I&#8217;ve read and bookmarked a number of online articles related to A.I. over the past couple of years, and thought I would link to some of them periodically as a way to show some of the real-world applications and developments that are going on. Not all are recent, but I will include the publication dates [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve read and bookmarked a number of online articles related to A.I. over the past couple of years, and thought I would link to some of them periodically as a way to show some of the real-world applications and developments that are going on. Not all are recent, but I will include the publication dates where possible. Most of the articles relate to A.I. directly, while others describe associated and related fields such as robotics, automation, transhumanism, and philosophy.</p>
<p style="text-align: center;"><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai21.jpg"><img class="aligncenter size-full wp-image-276" title="AI 2" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai21.jpg" alt="Composite image related to the articles" width="100%" /></a></p>
<p>__</p>
<p><strong>Computer Program Self-Discovers Laws of Physics</strong><em> (April 2, 2009)</em><strong><br />
</strong></p>
<p><a href="http://www.wired.com/wiredscience/2009/04/newtonai/">http://www.wired.com/wiredscience/2009/04/newtonai/</a></p>
<p>A program was able to come up with the laws of physics (as mathematical equations) when given a simple list of mathematical operators (probably just +,-,*,/, maybe sin &amp; cos, but the article doesn&#8217;t say) and the raw data related to the motion of a number of objects. It accomplished this using a genetic algorithm and performing mathematical regression on the data.</p>
<p>I will discuss genetic algorithms and evolutionary computation more generally in a blog post soon. For now, rest assured that they are fascinating <img src='http://www.adamtscohen.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>__</p>
<p><strong>Mars Rover Receives AI, Thinks for Itself</strong><em> (March 24, 2010)</em></p>
<p><a href="http://www.tomsguide.com/us/JPL-NASA-Mars-Rover,news-6243.html">http://www.tomsguide.com/us/JPL-NASA-Mars-Rover,news-6243.html</a></p>
<p>Mars Rover “Opportunity” was transmitted a firmware update (programming update to it&#8217;s hardware) that allows it to identify and photograph objects on it&#8217;s own based on criteria chosen by scientists.</p>
<p>We now have intelligent machines on other worlds. It&#8217;s only a matter of time before rovers will be able to adjust the criteria for choice themselves as well.</p>
<p>__</p>
<p><strong>Alien hunters &#8216;should look for artificial intelligence&#8217;</strong><em> (August 22, 2010)</em></p>
<p><a href="http://www.bbc.co.uk/news/science-environment-11041449">http://www.bbc.co.uk/news/science-environment-11041449</a></p>
<p>S.E.T.I. (the Search for Extra-Terrestrial Intelligence) is a project that has long combed the sky for signs of alien life, usually listening for radio or other signals. This article makes the very interesting claim that looking for signs of biological life might not be the most fruitful approach. Given how long it took us to evolve as a species (millions of years), versus how long it is taking us to move from the ability to broadcast into the sky (50 years ago) and then develop intelligent machines, it is far more likely that we would be able to make contact with the artificial successors of alien races.</p>
<p>One of the most interesting articles I&#8217;ve ever read. This idea has crossed my mind before, but I think watching Star Trek will do that do anyone. <strong><span style="text-decoration: underline;">I highly recommend reading the original article.</span></strong></p>
<p>__</p>
<p><strong>Computer program deciphers a dead language that mystified linguists</strong><em> (June 30, 2010)</em></p>
<p><a href="http://io9.com/5576734/computer-program-deciphers-a-dead-language-that-mystified-linguists">http://io9.com/5576734/computer-program-deciphers-a-dead-language-that-mystified-linguists</a></p>
<p>A computer program deciphered an ancient language in a matter of hours with a relatively high degree of accuracy. Previously, the same language was translated by researchers over a period of years (decades? &#8211; article is a bit vague).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2011/01/14/a-i-in-the-news-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artificial Intelligence</title>
		<link>http://www.adamtscohen.com/blog/2011/01/09/artificial-intelligence-2/</link>
		<comments>http://www.adamtscohen.com/blog/2011/01/09/artificial-intelligence-2/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 20:03:12 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Artificial Intelligence]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=228</guid>
		<description><![CDATA[I will write about artificial intelligence (A.I.) at least twice a week for the next 4 months for two reasons: I am studying A.I. and need to pick an area to research. Before I can pick, I need to explore a bit more, and will share a bit of this exploration. Family and friends often [...]]]></description>
			<content:encoded><![CDATA[<p>I will write about artificial intelligence (A.I.) at least twice a week for the next 4 months for two reasons:</p>
<ul>
<li>I am studying A.I. and need to pick an area to research. Before I can pick, I need to explore a bit more, and will share a bit of this exploration.</li>
<li>Family and friends often ask about A.I., and I think this would be a good way to give some insight to them, and anyone else interested in the field who stumbles across this blog.</li>
</ul>
<p>Given that A.I. has so many subfields and different approaches, I hope to explore widely over the coming months. There should be something for everyone: general information to introduce any reader to the world of artificial intelligence, as well as details for seasoned A.I. researchers. In addition to A.I., I may write about other topics from time to time, introducing readers to some other fascinating areas of computer science and beyond&#8230;</p>
<p>To begin, here is a brief introduction I wrote a few months back, originally intended to be a video narration, before I decided to focus on this blog format:</p>
<p>_</p>
<p><em>We live in a world of rapidly changing technology that continues to simultaneously transform, and adapt to reflect, the way we live our lives. It is embedded in some capacity, in almost everything we do. One approach to the development of technology, and scientific research more generally, is the area of computer science known as artificial intelligence.</em></p>
<p><em>Artificial intelligence, the design of intelligent agents, has captured the imagination of the scientific community, corporate industry, and the general public. However, interest in the field has not always been steady. Demonstrations by early A.I.&#8217;s were impressive, but ultimately led to expectations that could not be met when scaling up to more complex problems. Interest in the field has followed this pattern several times, fluctuating between deep interest with much funding and development, followed by descent into A.I. winters, in which the field hibernated. Currently, it appears to have emerged or is in the process or emerging, from the second A.I. winter.</em></p>
<p style="text-align: center;"><em><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai1.jpg"><img class="aligncenter size-full wp-image-258" title="AI 1" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai1.jpg" alt="" width="800" /></a><br />
</em></p>
<p><em> </em></p>
<p><em>When people think about artificial intelligence, they usually think of androids and robots, but A.I. and intelligent agents have a much wider range of applications.</em></p>
<p style="text-align: center;"><em><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai2.jpg"><img class="aligncenter size-full wp-image-250" title="AI 2" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai2.jpg" alt="" width="800" /></a><br />
</em></p>
<p><em>A.I. is in your camera, as computer vision enables facial recognition.</em></p>
<p><em>It is behind search engines that crawl the web, analyzing websites, and understanding their relationships, returning likely matches to the queries users submit.</em></p>
<p><em>It is in other recommender systems, such as online book stores, and plays a part in online advertising that chooses ads based on your online footprints such as websites you visit, the country you are from, and even the web browser you use.</em></p>
<p style="text-align: center;"><em><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai3.jpg"><img class="aligncenter size-full wp-image-251" title="AI 3" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai3.jpg" alt="" width="800" /></a><br />
</em></p>
<p><em>A.I. is in the games you play. It has beaten chess grandmasters, and has “solved” checkers, able to win or draw any game before a move has been made.</em></p>
<p><em>A.I. allows robots to navigate their environment autonomously and evolve to better interact with it.</em></p>
<p><em>A.I. helps enable the automated production of many of the items we buy and use. </em></p>
<p style="text-align: center;"><em><a href="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai4.jpg"><img class="aligncenter size-full wp-image-252" title="AI 4" src="http://www.adamtscohen.com/blog/wp-content/uploads/2011/01/ai4.jpg" alt="" width="800" /></a><br />
</em></p>
<p><em>It helps construct complex plans in minutes or hours that would take humans days or weeks; allowing NASA to send robots to Mars that schedule their own activities, and the U.S. Army to construct optimal loading and transportation schedules for the deployment of large numbers of resources.</em></p>
<p><em>A.I. classifies galaxies, mines data, understands concepts, mimics the brain, and so much more.</em></p>
<p><em>My name is Adam, and I am trying to learn as much as I can about artificial intelligence. I&#8217;m not an expert… yet, but I thought I would share some of my journey in exploring this fascinating field with you. I want to present the basics in a way accessible to everyone, and later get to some real depth. If this sounds fascinating, stay tuned, we might learn something, and have some fun. Either way, it should be interesting.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2011/01/09/artificial-intelligence-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wandering In Autumn</title>
		<link>http://www.adamtscohen.com/blog/2010/11/12/wandering-in-autumn/</link>
		<comments>http://www.adamtscohen.com/blog/2010/11/12/wandering-in-autumn/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 14:37:50 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Film & Animation]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=217</guid>
		<description><![CDATA[A short film I made in late 2009 / early 2010. The first part includes primarily matte tracking, compositing, and a bit of cloning, while the second is fairly abstract. 3D assets were modelled and animated in blender, while compositing and editing were done in After Effects CS4. Some of the work-in-progress can be seen [...]]]></description>
			<content:encoded><![CDATA[<p>A short film I made in late 2009 / early 2010. The first part includes primarily matte tracking, compositing, and a bit of cloning, while the second is fairly abstract. 3D assets were modelled and animated in blender, while compositing and editing were done in After Effects CS4.</p>
<p><object width="550" height="437"><param name="movie" value="http://www.youtube.com/v/OvMG-Uwqe0o?fs=1&amp;hl=en_US&amp;hd=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OvMG-Uwqe0o?fs=1&amp;hl=en_US&amp;hd=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="437"></embed></object></p>
<p>Some of the work-in-progress can be seen <a href="http://www.adamtscohen.com/blog/?p=146">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2010/11/12/wandering-in-autumn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>George and the Steam Dragon</title>
		<link>http://www.adamtscohen.com/blog/2010/11/12/george-and-the-steam-dragon-re-up/</link>
		<comments>http://www.adamtscohen.com/blog/2010/11/12/george-and-the-steam-dragon-re-up/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 14:31:24 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Film & Animation]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=206</guid>
		<description><![CDATA[George and the Steam Dragon, the 30-second trailer-style animation I finished a while back is now on my YouTube Channel:]]></description>
			<content:encoded><![CDATA[<p>George and the Steam Dragon, the 30-second trailer-style animation I finished a while back is now on my YouTube Channel:</p>
<p><object width="549" height="334"><param name="movie" value="http://www.youtube.com/v/IaYTAgzNMIg?fs=1&amp;hl=en_US&amp;hd=1&amp;color1=0x5d1719&amp;color2=0xcd311b"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/IaYTAgzNMIg?fs=1&amp;hl=en_US&amp;hd=1&amp;color1=0x5d1719&amp;color2=0xcd311b" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="549" height="334"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2010/11/12/george-and-the-steam-dragon-re-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube Channel</title>
		<link>http://www.adamtscohen.com/blog/2010/11/12/youtube-channel/</link>
		<comments>http://www.adamtscohen.com/blog/2010/11/12/youtube-channel/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 14:26:24 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Film & Animation]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=203</guid>
		<description><![CDATA[I now have a YouTube channel. I&#8217;m going to post videos there largely related to artificial intelligence and my artwork. Check it out here: http://www.youtube.com/user/AdamTSC]]></description>
			<content:encoded><![CDATA[<p>I now have a YouTube channel. I&#8217;m going to post videos there largely related to artificial intelligence and my artwork. Check it out here:</p>
<p><a href="http://www.youtube.com/user/AdamTSC">http://www.youtube.com/user/AdamTSC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2010/11/12/youtube-channel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Drive into Mute City</title>
		<link>http://www.adamtscohen.com/blog/2010/08/25/a-drive-into-mute-city/</link>
		<comments>http://www.adamtscohen.com/blog/2010/08/25/a-drive-into-mute-city/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 02:18:54 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=200</guid>
		<description><![CDATA[A Drive into Mute City by ~AdamTSC on deviantART]]></description>
			<content:encoded><![CDATA[<p><object width="450" height="388"><param name="movie" value="http://backend.deviantart.com/embed/view.swf" /><param name="flashvars" value="id=176813004&#038;width=1337" /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=176813004&#038;width=1337" height="388" allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/deviation/176813004/">A Drive into Mute City</a> by ~<a class="u" href="http://adamtsc.deviantart.com/">AdamTSC</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2010/08/25/a-drive-into-mute-city/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New (Old) Astrophotos! and a few site tweaks</title>
		<link>http://www.adamtscohen.com/blog/2010/03/18/new-old-astrophotos-and-a-few-site-tweaks/</link>
		<comments>http://www.adamtscohen.com/blog/2010/03/18/new-old-astrophotos-and-a-few-site-tweaks/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 20:12:37 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Astrophotography]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=190</guid>
		<description><![CDATA[I didn&#8217;t really do any astrophotography before getting my DLSR this past summer. My only prior attempt was taking some photos during the February 2008 lunar eclipse with my point-and-shoot digital camera. I decided to throw up a few from then since I&#8217;m already getting excited about taking new photos for 2010. You can find [...]]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t really do any astrophotography before getting my DLSR this past summer. My only prior attempt was taking some photos during the February 2008 lunar eclipse with my point-and-shoot digital camera. I decided to throw up a few from then since I&#8217;m already getting excited about taking new photos for 2010.</p>
<p>You can find the new photos on the <a href="http://www.adamtscohen.com/astro/index.html">Astrophotography page</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.adamtscohen.com/astro/lunEclipse%20-%20Picture%20040%20-%20icon.jpg" alt="Astrophoto Preview" /></p>
<p>I&#8217;ve also tweaked two things:<br />
- I&#8217;ve added some borders on the astrophotography page since some of the thumbnails were hard to see.<br />
- I&#8217;ve fixed the trailer for <del><u>George and the Steam Dragon</u></del> (edit (2010/11/12): Now hosted on my YouTube Channel <a href="http://www.youtube.com/watch?v=IaYTAgzNMIg&#038;hd=1">here</a>) so it will not auto-start, put it on the main page, and now have the &#8216;full-screen&#8217; button and function working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2010/03/18/new-old-astrophotos-and-a-few-site-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little Update</title>
		<link>http://www.adamtscohen.com/blog/2010/01/21/little-update/</link>
		<comments>http://www.adamtscohen.com/blog/2010/01/21/little-update/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:26:05 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Web Design / Website]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=182</guid>
		<description><![CDATA[Since you&#8217;re already on my website, these won&#8217;t really be anything new, but I uploaded a few screens of the new site design to my DA gallery: Here: adamtscohen.com Splash Screen by ~AdamTSC on deviantART Here: adamtscohen.com Menu by ~AdamTSC on deviantART And Here: adamtscohen.com Pages Preview by ~AdamTSC on deviantART]]></description>
			<content:encoded><![CDATA[<p>Since you&#8217;re already on my website, these won&#8217;t really be anything new, but I uploaded a few screens of the new site design to my DA gallery:</p>
<p>Here:<br />
<object width="450" height="392"><param name="movie" value="http://backend.deviantart.com/embed/view.swf" /><param name="flashvars" value="id=150995197&#038;width=1337" /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=150995197&#038;width=1337" height="392" allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/deviation/150995197/">adamtscohen.com Splash Screen</a> by ~<a class="u" href="http://adamtsc.deviantart.com/">AdamTSC</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
<p>Here:<br />
<object width="450" height="392"><param name="movie" value="http://backend.deviantart.com/embed/view.swf" /><param name="flashvars" value="id=150995528&#038;width=1337" /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=150995528&#038;width=1337" height="392" allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/deviation/150995528/">adamtscohen.com Menu</a> by ~<a class="u" href="http://adamtsc.deviantart.com/">AdamTSC</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
<p>And Here:<br />
<object width="450" height="392"><param name="movie" value="http://backend.deviantart.com/embed/view.swf" /><param name="flashvars" value="id=150995802&#038;width=1337" /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=150995802&#038;width=1337" height="392" allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/deviation/150995802/">adamtscohen.com Pages Preview</a> by ~<a class="u" href="http://adamtsc.deviantart.com/">AdamTSC</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2010/01/21/little-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outpost Market</title>
		<link>http://www.adamtscohen.com/blog/2009/11/23/outpost-market/</link>
		<comments>http://www.adamtscohen.com/blog/2009/11/23/outpost-market/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:36:42 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/?p=180</guid>
		<description><![CDATA[Outpost Market by ~AdamTSC on deviantART]]></description>
			<content:encoded><![CDATA[<p><object width="450" height="962"><param name="movie" value="http://backend.deviantart.com/embed/view.swf" /><param name="flashvars" value="id=144558050&#038;width=1337" /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=144558050&#038;width=1337" height="962" allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/deviation/144558050/">Outpost Market</a> by ~<a class="u" href="http://adamtsc.deviantart.com/">AdamTSC</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2009/11/23/outpost-market/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fuji Digital</title>
		<link>http://www.adamtscohen.com/blog/2009/11/23/fuji-digital/</link>
		<comments>http://www.adamtscohen.com/blog/2009/11/23/fuji-digital/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:35:53 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/?p=177</guid>
		<description><![CDATA[Fuji Digital by ~AdamTSC on deviantART Print Available]]></description>
			<content:encoded><![CDATA[<p><object width="450" height="387"><param name="movie" value="http://backend.deviantart.com/embed/view.swf" /><param name="flashvars" value="id=144555007&#038;width=1337" /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=144555007&#038;width=1337" height="387" allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/deviation/144555007/">Fuji Digital</a> by ~<a class="u" href="http://adamtsc.deviantart.com/">AdamTSC</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
<p><strong><em>Print Available</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2009/11/23/fuji-digital/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pop butterfly</title>
		<link>http://www.adamtscohen.com/blog/2009/11/21/pop-butterfly/</link>
		<comments>http://www.adamtscohen.com/blog/2009/11/21/pop-butterfly/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:13:15 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=175</guid>
		<description><![CDATA[pop butterfly by ~AdamTSC on deviantART]]></description>
			<content:encoded><![CDATA[<p><object width="450" height="388"><param name="movie" value="http://backend.deviantart.com/embed/view.swf" /><param name="flashvars" value="id=144308313&#038;width=1337" /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=144308313&#038;width=1337" height="388" allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/deviation/144308313/">pop butterfly</a> by ~<a class="u" href="http://adamtsc.deviantart.com/">AdamTSC</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2009/11/21/pop-butterfly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Industrial Pop Alley</title>
		<link>http://www.adamtscohen.com/blog/2009/11/21/industrial-pop-alley/</link>
		<comments>http://www.adamtscohen.com/blog/2009/11/21/industrial-pop-alley/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:12:54 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=173</guid>
		<description><![CDATA[Industrial Pop Alley by ~AdamTSC on deviantART Print Available]]></description>
			<content:encoded><![CDATA[<p><object width="450" height="555"><param name="movie" value="http://backend.deviantart.com/embed/view.swf" /><param name="flashvars" value="id=144229370&#038;width=1337" /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=144229370&#038;width=1337" height="555" allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/deviation/144229370/">Industrial Pop Alley</a> by ~<a class="u" href="http://adamtsc.deviantart.com/">AdamTSC</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
<p><strong><em>Print Available</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2009/11/21/industrial-pop-alley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Butterfly Path</title>
		<link>http://www.adamtscohen.com/blog/2009/11/21/butterfly-path/</link>
		<comments>http://www.adamtscohen.com/blog/2009/11/21/butterfly-path/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:12:24 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://www.adamtscohen.com/blog/?p=171</guid>
		<description><![CDATA[Butterfly Path by ~AdamTSC on deviantART]]></description>
			<content:encoded><![CDATA[<p><object width="450" height="556"><param name="movie" value="http://backend.deviantart.com/embed/view.swf" /><param name="flashvars" value="id=144228243&#038;width=1337" /><param name="allowScriptAccess" value="always" /><embed src="http://backend.deviantart.com/embed/view.swf" type="application/x-shockwave-flash" width="450" flashvars="id=144228243&#038;width=1337" height="556" allowscriptaccess="always"></embed></object><br /><a href="http://www.deviantart.com/deviation/144228243/">Butterfly Path</a> by ~<a class="u" href="http://adamtsc.deviantart.com/">AdamTSC</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamtscohen.com/blog/2009/11/21/butterfly-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

