<?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>kynd.info/log</title>
	<atom:link href="http://www.kynd.info/log/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.kynd.info/log</link>
	<description></description>
	<lastBuildDate>Sat, 14 Aug 2010 16:17:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Trapped in addView</title>
		<link>http://www.kynd.info/log/?p=162</link>
		<comments>http://www.kynd.info/log/?p=162#comments</comments>
		<pubDate>Sat, 14 Aug 2010 16:17:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=162</guid>
		<description><![CDATA[Mistakenly adding the same object twice crashes the program and Android forth-closes it. Took one hour to solve, sigh&#8230;
btnWrite = new Button(this);
...
layout.addView(btnWrite);

btnRead = new Button(this);
...
layout.addView(btnWrite);
]]></description>
			<content:encoded><![CDATA[<p>Mistakenly adding the same object twice crashes the program and Android forth-closes it. Took one hour to solve, sigh&#8230;</p>
<p><code>btnWrite = new Button(this);<br />
...<br />
layout.addView(<strong>btnWrite</strong>);</code><br />
<code><br />
btnRead = new Button(this);<br />
...<br />
layout.addView(<strong>btnWrite</strong>);</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=162</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verlet Structure</title>
		<link>http://www.kynd.info/log/?p=158</link>
		<comments>http://www.kynd.info/log/?p=158#comments</comments>
		<pubDate>Sat, 31 Jul 2010 19:20:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[math and physics]]></category>
		<category><![CDATA[Verlet integration]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=158</guid>
		<description><![CDATA[A simple demonstration of Verlet structure based on AdvancED ActionScript 3.0 Animation by Keith Peters

Math and (Quasi) Physics in Action Script 3 &#8211; Verlet Structure

Verlet integration is a numerical method used to integrate Newton&#8217;s equations of motion. It is frequently used to calculate trajectories of particles in molecular dynamics simulations and video games. The verlet [...]]]></description>
			<content:encoded><![CDATA[<p>A simple demonstration of Verlet structure based on <a href="http://amzn.to/10s5J">AdvancED ActionScript 3.0 Animation</a> by Keith Peters</p>
<p><a href="http://www.kynd.info/library/mathandphysics/VerletStructure/"><br />
Math and (Quasi) Physics in Action Script 3 &#8211; Verlet Structure<br />
<img src="http://www.kynd.info/library/mathandphysics/img/VerletStructure.png" /></a></p>
<blockquote><p>Verlet integration is a numerical method used to integrate Newton&#8217;s equations of motion. It is frequently used to calculate trajectories of particles in molecular dynamics simulations and video games. The verlet integrator offers greater stability than the much simpler Euler method, as well as other properties that are important in physical systems such as time-reversibility and area preserving properties. </p></blockquote>
<p><a href="http://en.wikipedia.org/wiki/Verlet_integration">Verlet integration &#8211; Wikipedia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=158</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wonderfl post – liquid</title>
		<link>http://www.kynd.info/log/?p=154</link>
		<comments>http://www.kynd.info/log/?p=154#comments</comments>
		<pubDate>Sat, 31 Jul 2010 16:15:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[metaball]]></category>
		<category><![CDATA[wonderfl]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=154</guid>
		<description><![CDATA[A liquid-like effect based on quasi-metaball.
liquid &#8211; wonderfl build flash online
]]></description>
			<content:encoded><![CDATA[<p>A liquid-like effect based on quasi-metaball.</p>
<div class="wonderfl"><iframe title="liquid - wonderfl build flash online" scrolling="no" src="http://wonderfl.net/blogparts/okjR" width="465" height="490" style="border:1px black solid;"></iframe><a href="http://wonderfl.net/c/okjR" title="liquid - wonderfl build flash online">liquid &#8211; wonderfl build flash online</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=154</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geotag APIs 2</title>
		<link>http://www.kynd.info/log/?p=147</link>
		<comments>http://www.kynd.info/log/?p=147#comments</comments>
		<pubDate>Wed, 28 Jul 2010 03:24:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[service]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=147</guid>
		<description><![CDATA[The next step is to dynamically put the photos on the map. I found googlemap API v3 is quite handy and could mock it up in a few hours.
The application can be run also on iPhone and Android phones and automatically locate your current place if the phone support the function.
Photomap
Many photos are taken right [...]]]></description>
			<content:encoded><![CDATA[<p>The next step is to dynamically put the photos on the map. I found googlemap API v3 is quite handy and could mock it up in a few hours.<br />
The application can be run also on iPhone and Android phones and automatically locate your current place if the phone support the function.</p>
<p><a href="http://www.kynd.info/library/photomap2/index.php">Photomap</a></p>
<p>Many photos are taken right on the Bay Bridge, interesting.<br />
<a href="http://www.kynd.info/library/photomap2/index.php?lat=37.78714879924727&amp;lon=-122.39478721961984">Photomap &#8211; San Francisco!</a></p>
<p><a href="http://www.kynd.info/library/photomap2/index.php?lat=37.78714879924727&amp;lon=-122.39478721961984"><img src="http://www.kynd.info/library/photomap2/img/sf.png" alt="Bay Bridge, San Francisco" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=147</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geotag APIs</title>
		<link>http://www.kynd.info/log/?p=143</link>
		<comments>http://www.kynd.info/log/?p=143#comments</comments>
		<pubDate>Tue, 27 Jul 2010 05:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[service]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=143</guid>
		<description><![CDATA[In preparation for the next project, I&#8217;m playing around with geotag related APIs.
The first sample I made is a combination of Googlemap and Flickr that shows the photos taken around the place where you click.
It&#8217;s interesting to see that there is a considerable variation in numbers of photos taken by location.


In another experiment, I laid [...]]]></description>
			<content:encoded><![CDATA[<p>In preparation for the next project, I&#8217;m playing around with geotag related APIs.<br />
<a href="http://www.kynd.info/library/photomap/">The first sample I made</a> is a combination of Googlemap and Flickr that shows the photos taken around the place where you click.<br />
It&#8217;s interesting to see that there is a considerable variation in numbers of photos taken by location.<br />
<a href="http://www.kynd.info/library/photomap/"><br />
<img src="http://www.kynd.info/library/photomap/img/screen.png" alt="" /></a></p>
<p>In another experiment, I laid out the images from Flickr onto the maps according to their locations.<br />
Again, the numbers of photos available totally depends on the location. So many pictures are overlapped and hidden around the popular places like Ginza, while there are many places with no pictures.<br />
If much more images are placed on a bigger map, like on a A0 print, it will give a great overview of a city.<br />
Clicking on a image shows it in full size (1350 x 1350px).</p>
<p><a href="http://www.kynd.info/library/photomap/img/sample_nyc.png"><br />
<img src="http://www.kynd.info/library/photomap/img/sample_nyc_s.png" alt="" /></a></p>
<p><a href="http://www.kynd.info/library/photomap/img/sample_tokyo.png"><br />
<img src="http://www.kynd.info/library/photomap/img/sample_tokyo_s.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=143</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HSV kernel</title>
		<link>http://www.kynd.info/log/?p=135</link>
		<comments>http://www.kynd.info/log/?p=135#comments</comments>
		<pubDate>Sun, 09 May 2010 13:03:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[Pixel Bender]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=135</guid>
		<description><![CDATA[The HSV kernel has been added to PixelBender Kernel Tester, which controls the colors of pixels based on the HSV model.
PixelBender Kernel Tester



]]></description>
			<content:encoded><![CDATA[<p>The HSV kernel has been added to <a href="http://www.kynd.info/library/pixelbender/">PixelBender Kernel Tester</a>, which controls the colors of pixels based on <a href="http://en.wikipedia.org/wiki/HSL_and_HSV">the HSV model</a>.</p>
<p><a href="http://www.kynd.info/library/pixelbender/">PixelBender Kernel Tester<br />
<img src="http://www.kynd.info/library/pixelbender/pic/pixelbender_sample3.jpg" /><br />
<img src="http://www.kynd.info/library/pixelbender/pic/pixelbender_sample4.jpg" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Palette Creator &#8211; AIR</title>
		<link>http://www.kynd.info/log/?p=114</link>
		<comments>http://www.kynd.info/log/?p=114#comments</comments>
		<pubDate>Wed, 05 May 2010 10:29:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[color palette]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=114</guid>
		<description><![CDATA[I made the color palette creator into an AIR application. The image sources can be directly dragged and dropped onto the application and the generated palettes can be saved on the desktop.
To run the application, Adobe AIR needs to be installed beforehand.
Color Palette Creator

Below are examples of the color palettes from the historical masterpieces.
Claude Monet





Paul [...]]]></description>
			<content:encoded><![CDATA[<p>I made the color palette creator into an AIR application. The image sources can be directly dragged and dropped onto the application and the generated palettes can be saved on the desktop.<br />
To run the application, <a href="http://get.adobe.com/air/">Adobe AIR</a> needs to be installed beforehand.</p>
<p><a href="http://www.kynd.info/library/colorPaletteCreator/colorPaletteCreator.air">Color Palette Creator<br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/app.png" /></a></p>
<p>Below are examples of the color palettes from the historical masterpieces.</p>
<p>Claude Monet<br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/monet_01.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/monet_02.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/monet_03.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/monet_04.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/monet_05.png" /></p>
<p>Paul Gauguin<br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/gauguin_01.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/gauguin_02.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/gauguin_03.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/gauguin_04.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/gauguin_05.png" /></p>
<p>Pierre-Auguste Renoir<br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/renoir_01.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/renoir_02.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/renoir_03.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/renoir_04.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/renoir_05.png" /></p>
<p>Roy Lichtenstein<br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/lichtenstein_01.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/lichtenstein_02.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/lichtenstein_03.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/lichtenstein_04.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/lichtenstein_05.png" /></p>
<p>Julian Opie<br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/opie_01.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/opie_02.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/opie_03.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/opie_04.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/opie_05.png" /></p>
<p>Mark Rothko<br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/rothko_01.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/rothko_02.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/rothko_03.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/rothko_04.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/rothko_05.png" /></p>
<p>Robert Capa<br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/capa_01.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/capa_02.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/capa_03.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/capa_04.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/capa_05.png" /></p>
<p>Yves Klein<br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/klein_01.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/klein_02.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/klein_03.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/klein_04.png" /><br />
<img src="http://www.kynd.info/library/colorPaletteCreator/images/klein_05.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color palette / Master pieces</title>
		<link>http://www.kynd.info/log/?p=106</link>
		<comments>http://www.kynd.info/log/?p=106#comments</comments>
		<pubDate>Mon, 03 May 2010 09:48:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[color palette]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=106</guid>
		<description><![CDATA[Color palette creator





]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kynd.info/dev/2009/10/flash-color-palette-creator.html">Color palette creator</a></p>
<p><a href="http://www.flickr.com/photos/kynd/4573768221/" title="01 by kynd, on Flickr"><img src="http://farm4.static.flickr.com/3340/4573768221_c718b42b83.jpg" width="500" height="381" alt="01" /></a></p>
<p><a href="http://www.flickr.com/photos/kynd/4574402320/" title="02 by kynd, on Flickr"><img src="http://farm4.static.flickr.com/3404/4574402320_1e58fbc6a1.jpg" width="500" height="340" alt="02" /></a></p>
<p><a href="http://www.flickr.com/photos/kynd/4574402236/" title="03 by kynd, on Flickr"><img src="http://farm5.static.flickr.com/4020/4574402236_115f6629d2.jpg" width="500" height="337" alt="03" /></a></p>
<p><a href="http://www.flickr.com/photos/kynd/4574402156/" title="04 by kynd, on Flickr"><img src="http://farm5.static.flickr.com/4023/4574402156_f7a374a2e2.jpg" width="500" height="379" alt="04" /></a></p>
<p><a href="http://www.flickr.com/photos/kynd/4574402048/" title="05 by kynd, on Flickr"><img src="http://farm5.static.flickr.com/4061/4574402048_b6749d4f26.jpg" width="500" height="393" alt="05" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 &#8211; canvas</title>
		<link>http://www.kynd.info/log/?p=102</link>
		<comments>http://www.kynd.info/log/?p=102#comments</comments>
		<pubDate>Mon, 03 May 2010 06:56:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=102</guid>
		<description><![CDATA[As html5 and canvas are getting much interest lately, I&#8217;ve tested the very basic functions of canvas even if a little belated.
The performance and results of the samples depends on the spec of the browser. So try them on the latest versions if possible, though most of them works even on the Internet Explorer which [...]]]></description>
			<content:encoded><![CDATA[<p>As html5 and canvas are getting much interest lately, I&#8217;ve tested the very basic functions of canvas even if a little belated.<br />
The performance and results of the samples depends on the spec of the browser. So try them on the latest versions if possible, though most of them works even on the Internet Explorer which originally didn&#8217;t support canvas(thanks to <a href="http://excanvas.sourceforge.net/">excanvas</a>).</p>
<p><a href="http://www.kynd.info/library/canvas/01_straight_line/">html5-canvas<br />
<img src="http://www.kynd.info/library/canvas/common/spiral.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timescan</title>
		<link>http://www.kynd.info/log/?p=97</link>
		<comments>http://www.kynd.info/log/?p=97#comments</comments>
		<pubDate>Fri, 30 Apr 2010 13:24:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[wonderfl]]></category>

		<guid isPermaLink="false">http://www.kynd.info/log/?p=97</guid>
		<description><![CDATA[Timescan &#8211; wonderfl build flash online
This is a recreation of a device in Miraikan, Odaiba. It takes a single column of pixels per video frame and uses them to create a constantly changing image. 
]]></description>
			<content:encoded><![CDATA[<div class="wonderfl"><iframe title="Timescan - wonderfl build flash online" scrolling="no" src="http://wonderfl.net/blogparts/zBhN" width="465" height="490" style="border:1px black solid;"></iframe><a href="http://wonderfl.net/c/zBhN" title="Timescan - wonderfl build flash online">Timescan &#8211; wonderfl build flash online</a></div>
<p>This is a recreation of a device in <a href="http://www.miraikan.jst.go.jp/en/">Miraikan, Odaiba</a>. It takes a single column of pixels per video frame and uses them to create a constantly changing image. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kynd.info/log/?feed=rss2&amp;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
