<?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>I&#039;m half the man I used to be</title>
	<atom:link href="http://www.gekitsuu.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gekitsuu.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 26 Nov 2011 16:29:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Making Minecraft use 64-bit Java on the Mac</title>
		<link>http://www.gekitsuu.org/2011/11/making-minecraft-use-64-bit-java-on-the-mac/</link>
		<comments>http://www.gekitsuu.org/2011/11/making-minecraft-use-64-bit-java-on-the-mac/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 20:49:52 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504085</guid>
		<description><![CDATA[In the default install of Minecraft on the Mac you are using 32 bit java and the game warns that you can improve things by switching to 64-bit Java. I found a minecraft forum article that explains how to change &#8230; <a href="http://www.gekitsuu.org/2011/11/making-minecraft-use-64-bit-java-on-the-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the default install of Minecraft on the Mac you are using 32 bit java and the game warns that you can improve things by switching to 64-bit Java. I found a minecraft forum article that explains how to change things up to 64-bit <a href="http://www.minecraftforum.net/topic/57538-mac-guide-106-how-to-make-minecraftapp-use-64bit-java/">here</a>. The instructions also state that you&#8217;ll have to redo this every time you update minecraft and being lazy I decided to write out a script to make the changes for me. This is that script! All you need to do to use it is open Terminal.app (or your favorite terminal program, mine is iTerm2) and edit a new file, name it something like 64bitminecraft.sh. Then paste the script below into that file and run it by executing &#8216;bash ./64bitminecraft.sh&#8217;. If you&#8217;re new to shell scripting in unix <a href="http://developer.apple.com/library/mac/#documentation/opensource/conceptual/shellscripting/Introduction/Introduction.html#//apple_ref/doc/uid/TP40004268-TP40003516-SW1">here is a good introduction to shell scripting</a></p>
<p><code>#!/bin/bash</p>
<p># Perform Backup of all the files</p>
<p>if [[ ! -d ~/Minecraft_Backups/ ]];then<br />
echo "Creating backup directory ~/Minecraft_Backups/"<br />
mkdir -p ~/Minecraft_Backups/<br />
fi<br />
tar -czf ~/Minecraft_Backups/`date +%Y%m%d`-backup.tgz /Applications/Minecraft/Minecraft.app</p>
<p>#Modify the Info.plist file for the new version of Java<br />
if [[ -a /Applications/Minecraft/Minecraft.app/Contents/Info.plist ]];then<br />
sed -i -e 's/1\.5\+/1.6+/' /Applications/Minecraft/Minecraft.app/Contents/Info.plist<br />
sed -i -e '/I386/ c\<br />
X86_64&lt;\/string&gt;\<br />
I386&lt;\/string&gt;\<br />
' /Applications/Minecraft/Minecraft.app/Contents/Info.plist<br />
else<br />
echo "Info.plist not found in /Applications/Minecraft/Minecraft.app/Contents/"<br />
fi</p>
<p>cp /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub /Applications/Minecraft/Minecraft.app/Contents/MacOS/&lt;/code&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/11/making-minecraft-use-64-bit-java-on-the-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #101</title>
		<link>http://www.gekitsuu.org/2011/06/fractal-of-the-day-101/</link>
		<comments>http://www.gekitsuu.org/2011/06/fractal-of-the-day-101/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 12:00:15 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504078</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_210.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_210-300x300.png" alt="" title="Fractal of the Day #101" width="300" height="300" class="alignnone size-medium wp-image-234503973" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/fractal-of-the-day-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #100</title>
		<link>http://www.gekitsuu.org/2011/06/fractal-of-the-day-100/</link>
		<comments>http://www.gekitsuu.org/2011/06/fractal-of-the-day-100/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 12:00:31 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504076</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_46.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_46-300x300.png" alt="" title="Fractal of the Day #100" width="300" height="300" class="alignnone size-medium wp-image-234503975" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/fractal-of-the-day-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #99</title>
		<link>http://www.gekitsuu.org/2011/06/fractal-of-the-day-99/</link>
		<comments>http://www.gekitsuu.org/2011/06/fractal-of-the-day-99/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 12:00:01 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504073</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_52.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_52-300x300.png" alt="" title="Fractal of the Day #99" width="300" height="300" class="alignnone size-medium wp-image-234503976" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/fractal-of-the-day-99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #98</title>
		<link>http://www.gekitsuu.org/2011/06/fractal-of-the-day-98/</link>
		<comments>http://www.gekitsuu.org/2011/06/fractal-of-the-day-98/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 12:00:00 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504070</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_62.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_62-300x300.png" alt="" title="Fractal of the Day #98" width="300" height="300" class="alignnone size-medium wp-image-234503977" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/fractal-of-the-day-98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #97</title>
		<link>http://www.gekitsuu.org/2011/06/fractal-of-the-day-97/</link>
		<comments>http://www.gekitsuu.org/2011/06/fractal-of-the-day-97/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 12:00:32 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504068</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_72.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_72-300x300.png" alt="" title="Fractal of the Day #97" width="300" height="300" class="alignnone size-medium wp-image-234503978" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/fractal-of-the-day-97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #96</title>
		<link>http://www.gekitsuu.org/2011/06/fractal-of-the-day-96/</link>
		<comments>http://www.gekitsuu.org/2011/06/fractal-of-the-day-96/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 12:00:47 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504066</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_82.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_82-300x300.png" alt="" title="Fractal of the Day #96" width="300" height="300" class="alignnone size-medium wp-image-234503979" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/fractal-of-the-day-96/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kaprekar Numbers</title>
		<link>http://www.gekitsuu.org/2011/06/kaprekar-numbers/</link>
		<comments>http://www.gekitsuu.org/2011/06/kaprekar-numbers/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 19:09:30 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504059</guid>
		<description><![CDATA[I wrote this small python script to find Kaprekar numbers &#160; #!/usr/bin/python def next_num(primer): number = primer while True: number += 1 yield number def solve_kap(num): sqrdnum = str(num ** 2) count = 1 for i in range(1, len(sqrdnum)): first, &#8230; <a href="http://www.gekitsuu.org/2011/06/kaprekar-numbers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wrote this small python script to find Kaprekar numbers</p>
<p>&nbsp;</p>
<pre>#!/usr/bin/python

def next_num(primer):
    number = primer
    while True:
        number += 1
        yield number

def solve_kap(num):
    sqrdnum = str(num ** 2)
    count = 1
    for i in range(1, len(sqrdnum)):
        first, second = int(sqrdnum[:i]), int(sqrdnum[i:])
        if (first + second) == num:
            print num, sqrdnum, "(%s, %s)" % (first, second)

for x in next_num(1):
   solve_kap(x)</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/kaprekar-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #95</title>
		<link>http://www.gekitsuu.org/2011/06/fractal-of-the-day-95/</link>
		<comments>http://www.gekitsuu.org/2011/06/fractal-of-the-day-95/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 12:00:46 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504055</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_101.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_101-300x300.png" alt="" title="Fractal of the Day #95" width="300" height="300" class="alignnone size-medium wp-image-234503981" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/fractal-of-the-day-95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #94</title>
		<link>http://www.gekitsuu.org/2011/06/fractal-of-the-day-94/</link>
		<comments>http://www.gekitsuu.org/2011/06/fractal-of-the-day-94/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 12:00:09 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504052</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_132.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_132.png" alt="" title="Fractal of the Day #94" width="1000" height="1000" class="alignnone size-full wp-image-234503984" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/fractal-of-the-day-94/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #93</title>
		<link>http://www.gekitsuu.org/2011/06/fractal-of-the-day-93/</link>
		<comments>http://www.gekitsuu.org/2011/06/fractal-of-the-day-93/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 18:21:05 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504050</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_162.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_162.png" alt="" title="Fractal of the Day #93" width="1000" height="1000" class="alignnone size-full wp-image-234503987" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/06/fractal-of-the-day-93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #92</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-92/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-92/#comments</comments>
		<pubDate>Tue, 31 May 2011 12:00:15 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504047</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_310.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_310.png" alt="" title="Fractal of the Day #92" width="1000" height="1000" class="alignnone size-full wp-image-234503974" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-92/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #91</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-91/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-91/#comments</comments>
		<pubDate>Mon, 30 May 2011 12:00:41 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504045</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_122.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_122.png" alt="" title="Fractal of the Day #91" width="1000" height="1000" class="alignnone size-full wp-image-234503983" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-91/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #90</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-90/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-90/#comments</comments>
		<pubDate>Sun, 29 May 2011 12:00:05 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504043</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_92.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_92.png" alt="" title="Fractal of the Day #90" width="1000" height="1000" class="alignnone size-full wp-image-234503980" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #89</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-89/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-89/#comments</comments>
		<pubDate>Sat, 28 May 2011 12:00:34 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504041</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_112.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_112.png" alt="" title="Fractal of the Day #89" width="1000" height="1000" class="alignnone size-full wp-image-234503982" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #88</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-88/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-88/#comments</comments>
		<pubDate>Fri, 27 May 2011 12:00:56 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504039</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_191.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_191.png" alt="" title="Fractal of the Day #88" width="1000" height="1000" class="alignnone size-full wp-image-234503990" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #87</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-87/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-87/#comments</comments>
		<pubDate>Thu, 26 May 2011 12:00:26 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504037</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_142.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_142.png" alt="" title="Fractal of the Day #87" width="1000" height="1000" class="alignnone size-full wp-image-234503985" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #86</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-86/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-86/#comments</comments>
		<pubDate>Wed, 25 May 2011 12:00:53 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504035</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_152.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_152.png" alt="" title="Fractal of the Day #86" width="1000" height="1000" class="alignnone size-full wp-image-234503986" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #84</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-84/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-84/#comments</comments>
		<pubDate>Tue, 24 May 2011 12:00:40 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504031</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_172.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_172.png" alt="" title="Fractal of the Day #84" width="1000" height="1000" class="alignnone size-full wp-image-234503988" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #85</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-85/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-85/#comments</comments>
		<pubDate>Mon, 23 May 2011 12:00:18 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504033</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_181.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_181.png" alt="" title="Fractal of the Day #85" width="1000" height="1000" class="alignnone size-full wp-image-234503989" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #83</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-83/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-83/#comments</comments>
		<pubDate>Sun, 22 May 2011 12:00:06 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504029</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_201.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_201.png" alt="" title="Fractal of the Day #83" width="1000" height="1000" class="alignnone size-full wp-image-234503991" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #82</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-82/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-82/#comments</comments>
		<pubDate>Sat, 21 May 2011 12:00:36 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504027</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_212.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_212.png" alt="" title="Fractal of the Day #82" width="1000" height="1000" class="alignnone size-full wp-image-234503992" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-82/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #81</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-81/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-81/#comments</comments>
		<pubDate>Fri, 20 May 2011 12:00:56 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504025</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_221.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_221.png" alt="" title="Fractal of the Day #81" width="1000" height="1000" class="alignnone size-full wp-image-234503993" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #80</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-80/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-80/#comments</comments>
		<pubDate>Thu, 19 May 2011 12:00:21 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504023</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_231.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_231.png" alt="" title="Fractal of the Day #80" width="1000" height="1000" class="alignnone size-full wp-image-234503994" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #79</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-79/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-79/#comments</comments>
		<pubDate>Wed, 18 May 2011 12:00:56 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504021</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_241.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_241.png" alt="" title="Fractal of the Day #79" width="1000" height="1000" class="alignnone size-full wp-image-234503995" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-79/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #78</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-78/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-78/#comments</comments>
		<pubDate>Tue, 17 May 2011 12:00:29 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504019</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_251.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_251.png" alt="" title="Fractal of the Day #78" width="1000" height="1000" class="alignnone size-full wp-image-234503996" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-78/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #77</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-77/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-77/#comments</comments>
		<pubDate>Mon, 16 May 2011 12:00:59 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504017</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_261.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_261.png" alt="" title="Fractal of the Day #77" width="1000" height="1000" class="alignnone size-full wp-image-234503997" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-77/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #76</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-76/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-76/#comments</comments>
		<pubDate>Sun, 15 May 2011 12:00:30 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504015</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_271.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_271.png" alt="" title="Fractal of the Day #76" width="1000" height="1000" class="alignnone size-full wp-image-234503998" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-76/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #75</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-75/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-75/#comments</comments>
		<pubDate>Sat, 14 May 2011 12:00:56 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504013</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_281.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_281.png" alt="" title="Fractal of the Day #75" width="1000" height="1000" class="alignnone size-full wp-image-234503999" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-75/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #74</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-74/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-74/#comments</comments>
		<pubDate>Fri, 13 May 2011 12:00:27 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504011</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_291.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_291.png" alt="" title="Fractal of the Day #74" width="1000" height="1000" class="alignnone size-full wp-image-234504000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-74/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #73</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-73/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-73/#comments</comments>
		<pubDate>Thu, 12 May 2011 12:00:59 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504009</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_301.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_301.png" alt="" title="Fractal of the Day #73" width="1000" height="1000" class="alignnone size-full wp-image-234504001" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-73/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #72</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-72/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-72/#comments</comments>
		<pubDate>Wed, 11 May 2011 12:00:28 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504007</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_312.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_312.png" alt="" title="Fractal of the Day #72" width="1000" height="1000" class="alignnone size-full wp-image-234504002" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-72/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #71</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-71/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-71/#comments</comments>
		<pubDate>Tue, 10 May 2011 12:00:37 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234504005</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_321.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_321.png" alt="" title="Fractal of the Day #71" width="1000" height="1000" class="alignnone size-full wp-image-234504003" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-71/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #70</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-70/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-70/#comments</comments>
		<pubDate>Mon, 09 May 2011 12:00:07 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503969</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_171.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_171.png" alt="" title="Fractal of the Day #70" width="1000" height="1000" class="alignnone size-full wp-image-234503880" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-70/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #69</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-69/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-69/#comments</comments>
		<pubDate>Sun, 08 May 2011 12:00:04 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503966</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_18.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_18.png" alt="" title="Fractal of the Day #69" width="1000" height="1000" class="alignnone size-full wp-image-234503881" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-69/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #68</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-68/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-68/#comments</comments>
		<pubDate>Sat, 07 May 2011 12:00:17 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503964</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_19.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_19.png" alt="" title="Fractal of the Day #68" width="1000" height="1000" class="alignnone size-full wp-image-234503882" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-68/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #67</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-67/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-67/#comments</comments>
		<pubDate>Fri, 06 May 2011 12:00:46 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503962</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_20.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_20.png" alt="" title="Fractal of the Day #67" width="1000" height="1000" class="alignnone size-full wp-image-234503883" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-67/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #66</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-66/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-66/#comments</comments>
		<pubDate>Thu, 05 May 2011 12:00:55 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503960</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_211.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_211.png" alt="" title="Fractal of the Day #66" width="1000" height="1000" class="alignnone size-full wp-image-234503884" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-66/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #65</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-65/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-65/#comments</comments>
		<pubDate>Wed, 04 May 2011 12:00:19 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503958</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_22.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_22.png" alt="" title="Fractal of the Day #65" width="1000" height="1000" class="alignnone size-full wp-image-234503885" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-65/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #64</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-64/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-64/#comments</comments>
		<pubDate>Tue, 03 May 2011 12:00:45 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503956</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_23.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_23.png" alt="" title="Fractal of the Day #64" width="1000" height="1000" class="alignnone size-full wp-image-234503886" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #63</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-63/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-63/#comments</comments>
		<pubDate>Mon, 02 May 2011 12:00:07 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503954</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_24.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_24.png" alt="" title="Fractal of the Day #63" width="1000" height="1000" class="alignnone size-full wp-image-234503887" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-63/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #62</title>
		<link>http://www.gekitsuu.org/2011/05/fractal-of-the-day-62/</link>
		<comments>http://www.gekitsuu.org/2011/05/fractal-of-the-day-62/#comments</comments>
		<pubDate>Sun, 01 May 2011 12:00:41 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503952</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_25.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_25.png" alt="" title="Fractal of the Day #62" width="1000" height="1000" class="alignnone size-full wp-image-234503888" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/05/fractal-of-the-day-62/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #61</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-61/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-61/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 12:00:12 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503950</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_26.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_26.png" alt="" title="Fractal of the Day #61" width="1000" height="1000" class="alignnone size-full wp-image-234503889" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #60</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-60/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-60/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 12:00:41 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503948</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_27.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_27.png" alt="" title="Fractal of the Day #60" width="1000" height="1000" class="alignnone size-full wp-image-234503890" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #59</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-59/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-59/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 12:00:02 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503945</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_28.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_28.png" alt="" title="Fractal of the Day #59" width="1000" height="1000" class="alignnone size-full wp-image-234503891" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-59/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #58</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-58/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-58/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 12:00:29 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503943</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_29.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_29.png" alt="" title="Fractal of the Day #58" width="1000" height="1000" class="alignnone size-full wp-image-234503892" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-58/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #57</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-57/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-57/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 12:00:51 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503941</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_30.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_30.png" alt="" title="Fractal of the Day #57" width="1000" height="1000" class="alignnone size-full wp-image-234503893" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-57/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #56</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-56/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-56/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 12:00:15 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503939</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_311.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_311.png" alt="" title="Fractal of the Day #56" width="1000" height="1000" class="alignnone size-full wp-image-234503894" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #55</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-55/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-55/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:00:47 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503937</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_32.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_32.png" alt="" title="Fractal of the Day #55" width="1000" height="1000" class="alignnone size-full wp-image-234503895" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-55/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #54</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-54/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-54/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 12:00:19 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503935</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_33.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_33.png" alt="" title="Fractal of the Day #54" width="1000" height="1000" class="alignnone size-full wp-image-234503896" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-54/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #53</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-53/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-53/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 12:00:42 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503933</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_34.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_34.png" alt="" title="Fractal of the Day #53" width="1000" height="1000" class="alignnone size-full wp-image-234503897" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #52</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-52/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-52/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 12:00:12 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503931</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_35.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_35.png" alt="" title="Fractal of the Day #52" width="1000" height="1000" class="alignnone size-full wp-image-234503898" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-52/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #51</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-51/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-51/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 12:00:45 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503929</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_411.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_411.png" alt="" title="Fractal of the Day #51" width="1000" height="1000" class="alignnone size-full wp-image-234503904" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #50</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-50/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-50/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 12:00:16 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503927</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_40.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_40.png" alt="" title="Fractal of the Day #50" width="1000" height="1000" class="alignnone size-full wp-image-234503903" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #49</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-49/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-49/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 12:00:36 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503925</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_39.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_39.png" alt="" title="Fractal of the Day #49" width="1000" height="1000" class="alignnone size-full wp-image-234503902" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-49/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #48</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-48/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-48/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 12:00:09 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503923</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_38.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_38.png" alt="" title="Fractal of the Day #48" width="1000" height="1000" class="alignnone size-full wp-image-234503901" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-48/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #47</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-47/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-47/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 12:00:37 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503921</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_37.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_37.png" alt="" title="Fractal of the Day #47" width="1000" height="1000" class="alignnone size-full wp-image-234503900" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-47/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #46</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-46/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-46/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 12:00:00 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503919</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_36.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_36.png" alt="" title="Fractal of the Day #46" width="1000" height="1000" class="alignnone size-full wp-image-234503899" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-46/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #45</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-45/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-45/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 12:00:34 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503916</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_42.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_42.png" alt="" title="Fractal of the Day #45" width="1000" height="1000" class="alignnone size-full wp-image-234503905" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-45/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #44</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-44/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-44/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 12:00:01 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503914</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_43.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_43.png" alt="" title="Fractal of the Day #44" width="1000" height="1000" class="alignnone size-full wp-image-234503906" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-44/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #43</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-43/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-43/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 12:00:49 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503911</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_44.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_44.png" alt="" title="Fractal of the Day #43" width="1000" height="1000" class="alignnone size-full wp-image-234503907" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-43/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the Day #42</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-42/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-42/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 12:00:03 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503909</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_45.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_45.png" alt="" title="Fractal of the Day #42" width="1000" height="1000" class="alignnone size-full wp-image-234503908" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-42/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #41</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-41/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-41/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 12:00:51 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503862</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_9.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_9.png" alt="" title="Fractal of the day #41" width="1000" height="1000" class="alignnone size-full wp-image-234503840" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #40</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-40/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-40/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 12:00:20 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503860</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_10.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_10.png" alt="" title="Fractal of the day #40" width="1000" height="1000" class="alignnone size-full wp-image-234503841" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #39</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-39/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-39/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 12:00:47 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503858</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_11.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_11.png" alt="" title="Fractal of the day #39" width="1000" height="1000" class="alignnone size-full wp-image-234503842" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-39/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #38</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-38/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-38/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 12:00:58 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503855</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_12.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_12.png" alt="" title="Fractal of the day #38" width="1000" height="1000" class="alignnone size-full wp-image-234503843" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-38/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #37</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-37/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-37/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 12:00:22 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503853</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_13.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_13.png" alt="" title="Fractal of the day #36" width="1000" height="1000" class="alignnone size-full wp-image-234503844" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-37/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #36</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-36/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-36/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 12:00:48 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503851</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_14.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_14.png" alt="" title="Fractal of the day #36" width="1000" height="1000" class="alignnone size-full wp-image-234503845" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-36/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #35</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-35/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-35/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 12:00:37 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503849</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_15.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_15.png" alt="" title="Fractal of the day #35" width="1000" height="1000" class="alignnone size-full wp-image-234503846" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #34</title>
		<link>http://www.gekitsuu.org/2011/04/fractal-of-the-day-34/</link>
		<comments>http://www.gekitsuu.org/2011/04/fractal-of-the-day-34/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 12:13:40 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503831</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_16.png"><img src="http://www.gekitsuu.org/wp-content/uploads/2011/04/Oxidizer-flame_16-300x300.png" alt="" title="Fractal of the day #34" width="300" height="300" class="alignright size-medium wp-image-234503847" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/04/fractal-of-the-day-34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #33</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-33/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-33/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 12:00:07 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503810</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_2.png"><img class="alignleft size-full wp-image-234503723" title="Fractal of the day #33" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_2.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-33/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #32</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-32/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-32/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 12:00:17 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503807</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_4.png"><img class="alignleft size-full wp-image-234503725" title="Fractal of the day #32" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_4.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #31</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-31/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-31/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 12:00:09 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503805</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_3.png"><img class="alignleft size-full wp-image-234503724" title="Fractal of the day #31" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_3.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #30</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-30/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-30/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 12:00:26 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503802</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_6.png"><img class="alignleft size-full wp-image-234503727" title="Fractal of the day #30" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_6.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #29</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-29/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-29/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 12:00:53 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503800</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_5.png"><img class="alignleft size-full wp-image-234503726" title="Fractal of the day #29" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_5.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USGS Kids Section</title>
		<link>http://www.gekitsuu.org/2011/03/usgs-kids-section/</link>
		<comments>http://www.gekitsuu.org/2011/03/usgs-kids-section/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 01:46:58 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503785</guid>
		<description><![CDATA[While I was doing some personal education on the science of earthquakes I came across this page at the USGS for kids and I felt a little disappointed for 2 reasons. First under the section &#8220;Can scientists predict earthquakes?&#8221; they &#8230; <a href="http://www.gekitsuu.org/2011/03/usgs-kids-section/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While I was doing some personal education on <a href="http://en.wikipedia.org/wiki/Seismology">the science of earthquakes</a> I came across <a href="http://earthquake.usgs.gov/learn/kids/eqscience.php">this page at the USGS for kids</a> and I felt a little disappointed for 2 reasons. First under the section &#8220;Can scientists predict earthquakes?&#8221; they respond with </p>
<blockquote><p>No, and it is unlikely they will ever be able to predict them. Scientists have tried many different ways of predicting earthquakes, but none have been successful. On any particular fault, scientists know there will be another earthquake sometime in the future, but they have no way of telling when it will happen.</p></blockquote>
<p>This feels too absolute to me, I challenge that statement and I believe that it&#8217;s only a matter of time before we can, not if we can. It is a very complicated topic, we as a species will some day come to understand it well enough to predict it. That may be several generations from now but to say it&#8217;s unlikely we ever will, seems unrealistic to me.</p>
<p>The second disappointment came when I was going to write them about the wording on the page and saw that they just copied the article from another publication. The article was well written and good material for kids but I feel a bit gipped that the USGS didn&#8217;t write their own material. This is probably common practice but it still feels like diet coke.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/usgs-kids-section/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #28</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-28/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-28/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 12:00:09 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503798</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_7.png"><img class="alignleft size-full wp-image-234503728" title="Fractal of the day #28" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_7.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #27</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-27/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-27/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 12:00:23 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503796</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_23.png"><img class="alignleft size-full wp-image-234503744" title="Fractal of the day #27" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_23.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #26</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-26/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-26/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 12:00:38 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503794</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_8.png"><img class="alignleft size-full wp-image-234503729" title="Fractal of the day #26" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_8.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #25</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-25/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-25/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 12:00:44 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503792</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_9.png"><img class="alignleft size-full wp-image-234503730" title="Fractal of the day #25" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_9.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #24</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-24/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-24/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 06:00:03 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503789</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_10.png"><img class="alignleft size-full wp-image-234503731" title="Fractal of the day #24" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_10.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #23</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-23/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-23/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 12:00:17 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503787</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_11.png"><img class="alignleft size-full wp-image-234503732" title="Fractal of the day #23" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_11.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #22</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-22/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-22/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 12:00:44 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503770</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_13.png"><img class="alignleft size-full wp-image-234503734" title="Fractal of the day #22" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_13.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #21</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-21-2/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-21-2/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 12:00:23 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503772</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_12.png"><img class="alignleft size-full wp-image-234503733" title="Fractal of the day #21" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_12.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-21-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #20</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-20/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-20/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 12:00:09 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503768</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_14.png"><img class="alignleft size-full wp-image-234503735" title="Fractal of the day #20" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_14.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Luminaria 2011</title>
		<link>http://www.gekitsuu.org/2011/03/luminaria-2011/</link>
		<comments>http://www.gekitsuu.org/2011/03/luminaria-2011/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 22:33:51 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503812</guid>
		<description><![CDATA[Last night I went to the Luminaria event in Hemisfair park in downtown San Antonio and it was a ton of fun. The event started with some very positive speeches by the folks who organized the event and the Mayor &#8230; <a href="http://www.gekitsuu.org/2011/03/luminaria-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last night I went to the Luminaria event in Hemisfair park in downtown San Antonio and it was a ton of fun. The event started with some very positive speeches by the folks who organized the event and the Mayor discussed his vision for San Antonio and ultimately what all our hopes are for the up coming years. The rackers had been planning a flashmob for a few weeks and it was really cool to see the crowd&#8217;s reaction when they started dancing up in front of the stage.</p>
<p><img class="alignright size-medium wp-image-234503813" title="Luminaria 2011 arch" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/IMG_0128-300x225.jpg" alt="" width="300" height="225" /></p>
<p>We arrived a bit early with our friends Heather and Wiz so we could make sure we found parking and a spot to see the opening ceremonies. We had plenty of time when we arrived so we got some food and drinks and headed over to the stage. Our Artists from our sister city in Taiwan came over and created the awesome gateway you see to the right. The whole night had a great feeling of energy and inspiration and we all had a blast.</p>
<p>We decided to end the night with the 3d building display. My father sent me a <a href="http://sorisomail.com/email/74120/mais-uma-projecao-3d-sensacional.html">link a couple weeks back of one that had been done in<span style="color: #000000;"> Portugal</span></a>. I decided to capture a video of the performance and it was pretty cool to see.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/SYFTwkEwuTw" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/luminaria-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #19</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-19/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-19/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 12:00:07 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503766</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_15.png"><img class="alignleft size-full wp-image-234503736" title="Fractal of the day 19" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_15.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #18</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-18/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-18/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 12:00:31 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503764</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_16.png"><img class="alignleft size-full wp-image-234503737" title="Fractal of the day 18" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_16.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #17</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-17/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-17/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 12:00:55 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503762</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_17.png"><img class="alignleft size-full wp-image-234503738" title="Fractal of the day 17" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_17.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #16</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-16/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-16/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 12:00:21 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503760</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_18.png"><img class="alignleft size-full wp-image-234503739" title="Fractal of the dat 16" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_18.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #15</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-15/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-15/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 12:00:16 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503758</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_19.png"><img class="alignleft size-full wp-image-234503740" title="Fractal of the day 15" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_19.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #14</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-14/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-14/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 12:00:40 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503756</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_20.png"><img class="alignleft size-full wp-image-234503741" title="Fractal of the day 14" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_20.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #13</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-13/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-13/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 12:00:03 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503753</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_21.png"><img class="alignleft size-full wp-image-234503742" title="Fractal of the day 13" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_21.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #12</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-12/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-12/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 12:00:02 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503750</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_22.png"><img class="alignleft size-full wp-image-234503743" title="Fractal of the day 12" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_22.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #11</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-11/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-11/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 12:00:23 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503748</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_23.png"><img class="alignleft size-full wp-image-234503744" title="Fractal of the day 11" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_23.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #10</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-10/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-10/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 12:00:44 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503746</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_24.png"><img class="alignleft size-full wp-image-234503745" title="Fractal of the day 10" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_24.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #9</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-9/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-9/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 12:00:05 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503719</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_1.png"><img class="alignleft size-full wp-image-234503720" title="Fractal of the day #9" src="http://www.gekitsuu.org/wp-content/uploads/2011/03/Oxidizer-flame_1.png" alt="" width="1000" height="1000" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #8</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-8/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-8/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 12:00:30 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503711</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/02/fotd8.jpg"><img class="alignleft size-full wp-image-234503712" title="Fractal of the day 8" src="http://www.gekitsuu.org/wp-content/uploads/2011/02/fotd8.jpg" alt="" width="500" height="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #7</title>
		<link>http://www.gekitsuu.org/2011/03/fractal-of-the-day-7/</link>
		<comments>http://www.gekitsuu.org/2011/03/fractal-of-the-day-7/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 12:00:45 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503708</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/02/fotd7.jpg"><img class="alignleft size-full wp-image-234503709" title="Fractal of the day 7" src="http://www.gekitsuu.org/wp-content/uploads/2011/02/fotd7.jpg" alt="" width="500" height="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/03/fractal-of-the-day-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fractal of the day #6</title>
		<link>http://www.gekitsuu.org/2011/02/fractal-of-the-day-6/</link>
		<comments>http://www.gekitsuu.org/2011/02/fractal-of-the-day-6/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 12:00:31 +0000</pubDate>
		<dc:creator>Gekitsuu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gekitsuu.org/?p=234503705</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gekitsuu.org/wp-content/uploads/2011/02/fotd6.jpg"><img class="alignleft size-full wp-image-234503706" title="Fractal of the day 6" src="http://www.gekitsuu.org/wp-content/uploads/2011/02/fotd6.jpg" alt="" width="500" height="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gekitsuu.org/2011/02/fractal-of-the-day-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

