<?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>parallelvisions &#187; Coding</title>
	<atom:link href="http://parallelvisions.info/blog/category/coding/feed" rel="self" type="application/rss+xml" />
	<link>http://parallelvisions.info/blog</link>
	<description>between information and perception</description>
	<lastBuildDate>Sun, 31 Jan 2010 11:08:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Effect study #2</title>
		<link>http://parallelvisions.info/blog/archives/effect-study-2</link>
		<comments>http://parallelvisions.info/blog/archives/effect-study-2#comments</comments>
		<pubDate>Wed, 17 Jun 2009 19:29:21 +0000</pubDate>
		<dc:creator>k</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[image processing]]></category>

		<guid isPermaLink="false">http://parallelvisions.info/blog/?p=338</guid>
		<description><![CDATA[Another algorithm, dividing recursively in four squares like fractal until the standard deviations of colors within each cells become below the threshold.
]]></description>
			<content:encoded><![CDATA[<div id="attachment_339" class="wp-caption alignnone" style="width: 310px"><img class="size-full wp-image-339" title="terrier_fractal" src="http://parallelvisions.info/blog/wp-content/uploads/2009/06/210340.png" alt="terrier_square" width="300" height="300" /><p class="wp-caption-text">terrier_fractal</p></div>
<p>Another algorithm, dividing recursively in four squares like fractal until the standard deviations of colors within each cells become below the threshold.</p>
<div id="attachment_340" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-340" title="terrier_fractal_wireframe" src="http://parallelvisions.info/blog/wp-content/uploads/2009/06/terrier_wire.png" alt="terrier_division" width="500" height="500" /><p class="wp-caption-text">terrier_fractal_wireframe</p></div>
<div id="attachment_345" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-345" title="terrier_fractal_facet_eye" src="http://parallelvisions.info/blog/wp-content/uploads/2009/06/terrier_faceteye.png" alt="terrier_faceteye" width="500" height="500" /><p class="wp-caption-text">terrier_fractal_facet_eye</p></div>
]]></content:encoded>
			<wfw:commentRss>http://parallelvisions.info/blog/archives/effect-study-2/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Effect study #1</title>
		<link>http://parallelvisions.info/blog/archives/effect-study-1</link>
		<comments>http://parallelvisions.info/blog/archives/effect-study-1#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:41:51 +0000</pubDate>
		<dc:creator>k</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://parallelvisions.info/blog/?p=327</guid>
		<description><![CDATA[ 
 An example of tasseling by squares. Original image is composed of 300 x 400 = 120,000 pixels and replaced with square-shaped areas. The dimensions of squares correspond to the area in which the pixels have similar colors. Processed by short php script using GD library.
Original image was found in Wikimedia Commons.
 
 
 
]]></description>
			<content:encoded><![CDATA[<p> </p>
<div id="attachment_328" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-328" title="original" src="http://parallelvisions.info/blog/wp-content/uploads/2009/06/jack_russell_terrierjpeg_s-150x150.jpg" alt="original" width="150" height="150" /><p class="wp-caption-text">original</p></div>
<p> An example of tasseling by squares. Original image is composed of 300 x 400 = 120,000 pixels and replaced with square-shaped areas. The dimensions of squares correspond to the area in which the pixels have similar colors. Processed by short php script using GD library.</p>
<p>Original image was found in <a href="http://commons.wikimedia.org/wiki/File:Jack_Russell_Terrier.jpeg">Wikimedia Commons</a>.</p>
<p> </p>
<div id="attachment_329" class="wp-caption alignnone" style="width: 310px"><img class="size-full wp-image-329 " title="terrier_square_1" src="http://parallelvisions.info/blog/wp-content/uploads/2009/06/193200.png" alt="terrier_square" width="300" height="400" /><p class="wp-caption-text">terrier_square_1 - about 6,500 squares</p></div>
<p> </p>
<div id="attachment_335" class="wp-caption alignnone" style="width: 310px"><img class="size-full wp-image-335 " title="terrier_square_2" src="http://parallelvisions.info/blog/wp-content/uploads/2009/06/193231.png" alt="terrier_square_2" width="300" height="400" /><p class="wp-caption-text">terrier_square_2 - about 1,500 squares</p></div>
<p> </p>
<div id="attachment_336" class="wp-caption alignnone" style="width: 310px"><img class="size-full wp-image-336" title="terrier_square_3" src="http://parallelvisions.info/blog/wp-content/uploads/2009/06/195349.png" alt="terrier_square_3 - about 450 squares" width="300" height="400" /><p class="wp-caption-text">terrier_square_3 - about 450 squares</p></div>
]]></content:encoded>
			<wfw:commentRss>http://parallelvisions.info/blog/archives/effect-study-1/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>@Replyin &#8211; Twitter translation bot</title>
		<link>http://parallelvisions.info/blog/archives/replyin-twitter-translation-bot</link>
		<comments>http://parallelvisions.info/blog/archives/replyin-twitter-translation-bot#comments</comments>
		<pubDate>Thu, 21 May 2009 18:00:30 +0000</pubDate>
		<dc:creator>k</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://parallelvisions.info/blog/?p=153</guid>
		<description><![CDATA[My another (and maybe more useful) twitter bot. Some people might thought the same thing and might have already made better ones, but it&#8217;s OK with me. I made @replyin, a translator bot for over 40 languages.
Usage
1. Post a reply to @replyin
Message should be @replyin [space] language [space] text.
Language name is better in 2-letter code [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_158" class="wp-caption alignnone" style="width: 105px"><img class="size-full wp-image-158" title="sayitin" src="http://parallelvisions.info/blog/wp-content/uploads/2009/05/sayitin_icon.png" alt="sayitin" width="95" height="85" /><p class="wp-caption-text"> </p></div>
<p>My another (and maybe more useful) twitter bot. Some people might thought the same thing and might have already made better ones, but it&#8217;s OK with me. I made <strong><a href="http://twitter.com/replyin">@replyin</a>,</strong> a translator bot for over 40 languages.</p>
<p><strong>Usage</strong></p>
<p><strong>1. Post a reply to @replyin</strong></p>
<div id="attachment_175" class="wp-caption alignnone" style="width: 442px"><img class="size-full wp-image-175" title="@replyin es..." src="http://parallelvisions.info/blog/wp-content/uploads/2009/05/replyines.png" alt="@replyin es..." width="432" height="138" /><p class="wp-caption-text"> </p></div>
<p>Message should be <strong>@replyin [space] </strong><strong><em>language</em> [space] </strong><strong>text</strong>.</p>
<p>Language name is better in 2-letter code as <strong>es</strong>, <strong>fr</strong>, <strong>de</strong>, <strong>ja</strong> etc., but ordinary English word such as <strong>french</strong> or <strong>Japanese</strong> will also work.</p>
<div id="attachment_176" class="wp-caption alignnone" style="width: 442px"><img class="size-full wp-image-176" title="@replyin spanish..." src="http://parallelvisions.info/blog/wp-content/uploads/2009/05/replyinspanish.png" alt="@replyin spanish..." width="432" height="139" /><p class="wp-caption-text"> </p></div>
<p>If you want to specify the original language, try <strong>[original language]-[target language]</strong> like:</p>
<p><strong></strong></p>
<div id="attachment_177" class="wp-caption alignnone" style="width: 441px"><strong><strong><img class="size-full wp-image-177" title="@replyin en-es..." src="http://parallelvisions.info/blog/wp-content/uploads/2009/05/replyinen-es.png" alt="@replyin en-es..." width="431" height="139" /></strong></strong><p class="wp-caption-text"> </p></div>
<p><strong>english-french</strong> or <strong>Japanese-Norwegian</strong> will also work.</p>
<p><strong>2. Wait a minute or two.</strong></p>
<p>You will receive a reply from @replyin like this.</p>
<div id="attachment_178" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-178" title="reply from @replyin" src="http://parallelvisions.info/blog/wp-content/uploads/2009/05/replyin-reply.png" alt="reply from @replyin" width="500" height="131" /><p class="wp-caption-text"> </p></div>
<p>Currently it chats with my another bot <a href="http://parallelvisions.info/blog/archives/2009/05/tonymontanabot/">@TonyMontanaBot</a> for test. Sorry for dirty words.</p>
<p>@replyin uses <a href="http://translate.google.com/">Google Translate Service</a>.</p>
<p>Note: For some reason this bot may be dead from time to time without notice and I can&#8217;t guarantee the quality of translation.</p>
]]></content:encoded>
			<wfw:commentRss>http://parallelvisions.info/blog/archives/replyin-twitter-translation-bot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TonyMontanaBot/トニー・モンタナボット</title>
		<link>http://parallelvisions.info/blog/archives/tonymontanabot</link>
		<comments>http://parallelvisions.info/blog/archives/tonymontanabot#comments</comments>
		<pubDate>Wed, 20 May 2009 18:00:28 +0000</pubDate>
		<dc:creator>k</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://parallelvisions.info/blog/?p=142</guid>
		<description><![CDATA[Say hello to my little twitter bot.
I am not twitter-er, but recently I made my first twitter bot just for fun. Scarface&#8217;s infamous protagonist will spout his memorable lines randomly and also as a reply to any @TonyMontanaBot message.
『スカーフェイス』(1983) でお馴染みのトニー・モンタナのボットをつくった。一定時間ごとにセリフを吐くほか、@TonyMontanaBot に何かつぶやくと応えてくれる…はず。
Service_Twitter を利用。
]]></description>
			<content:encoded><![CDATA[<div id="attachment_151" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-151" title="From Scarface (1983)" src="http://parallelvisions.info/blog/wp-content/uploads/2009/05/scarface_500x209.jpg" alt="From Scarface (1983)" width="500" height="209" /><p class="wp-caption-text">From Scarface (1983)</p></div>
<p>Say hello to my little twitter bot.</p>
<p>I am not twitter-er, but recently I made my first twitter bot just for fun. <em>Scarface</em>&#8217;s infamous protagonist will spout his memorable lines randomly and also as a reply to any <strong>@<a href="http://twitter.com/TonyMontanaBot">TonyMontanaBot</a></strong> message.</p>
<p>『スカーフェイス』(1983) でお馴染みのトニー・モンタナのボットをつくった。一定時間ごとにセリフを吐くほか、<strong>@<a href="http://twitter.com/TonyMontanaBot">TonyMontanaBot</a></strong> に何かつぶやくと応えてくれる…はず。</p>
<p><a href="http://labs.transrain.net/products/services_twitter/">Service_Twitter</a> を利用。</p>
]]></content:encoded>
			<wfw:commentRss>http://parallelvisions.info/blog/archives/tonymontanabot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
