<?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>animeBSD</title>
	<atom:link href="http://animebsd.net/feed" rel="self" type="application/rss+xml" />
	<link>http://animebsd.net</link>
	<description>Boring site</description>
	<lastBuildDate>Sat, 05 May 2012 14:38:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Tags again, denormalized</title>
		<link>http://animebsd.net/posts/3495</link>
		<comments>http://animebsd.net/posts/3495#comments</comments>
		<pubDate>Sat, 05 May 2012 14:38:05 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[tipsntrick]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[query tuning]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3495</guid>
		<description><![CDATA[There&#8217;s a problem with nested query I previously mentioned: query time is unstable. The worst case is at least as slow as multiple self-join method &#8211; when the first few search key result is too big. After trying to find &#8230; <a href="http://animebsd.net/posts/3495">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3495/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize all the queries!</title>
		<link>http://animebsd.net/posts/3492</link>
		<comments>http://animebsd.net/posts/3492#comments</comments>
		<pubDate>Wed, 02 May 2012 14:05:22 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[rant]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[danbooru]]></category>
		<category><![CDATA[moebooru]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3492</guid>
		<description><![CDATA[While digging more into the code called &#8220;Moebooru&#8221; which was forked from &#8220;Danbooru&#8221;, I noticed this: def self.included(m) m.extend(ClassMethods) m.after_create :increment_count m.after_destroy :decrement_count end def increment_count connection.execute("update table_data set row_count = row_count + 1 where name = 'users'") end def &#8230; <a href="http://animebsd.net/posts/3492">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3492/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moebooru Update</title>
		<link>http://animebsd.net/posts/3487</link>
		<comments>http://animebsd.net/posts/3487#comments</comments>
		<pubDate>Sun, 29 Apr 2012 19:50:35 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[moebooru]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3487</guid>
		<description><![CDATA[I haven&#8217;t been able to work on Moebooru for most of this month but I got to work on it this weekend. At ~30 changes, it went from -alpha to -beta.2 after receiving good amount of tests. Summary of changes &#8230; <a href="http://animebsd.net/posts/3487">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3487/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching Tags in (3NF) Database</title>
		<link>http://animebsd.net/posts/3484</link>
		<comments>http://animebsd.net/posts/3484#comments</comments>
		<pubDate>Sat, 28 Apr 2012 19:30:48 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[tipsntrick]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3484</guid>
		<description><![CDATA[This afternoon I experimented with tag searching in yande.re database. Current implementation doesn&#8217;t scale beyond 6 tags due to parsing requirement. You can argue about binding variable all day but in the end it can be abused easily if the limit &#8230; <a href="http://animebsd.net/posts/3484">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3484/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>zpool hourly status check</title>
		<link>http://animebsd.net/posts/3481</link>
		<comments>http://animebsd.net/posts/3481#comments</comments>
		<pubDate>Thu, 26 Apr 2012 05:26:44 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[tipsntrick]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sh]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3481</guid>
		<description><![CDATA[I&#8217;m setting up cron job for a storage server using ZFS. There&#8217;s zpool status -x but it returns &#8220;all pools are healthy&#8221; (or &#8220;no pools available&#8221;) on no error and prints errors to stdout (instead of stderr), rendering it annoying &#8230; <a href="http://animebsd.net/posts/3481">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3481/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial Sentai Akibaranger</title>
		<link>http://animebsd.net/posts/3475</link>
		<comments>http://animebsd.net/posts/3475#comments</comments>
		<pubDate>Wed, 18 Apr 2012 12:27:28 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[achgm]]></category>
		<category><![CDATA[commentary]]></category>
		<category><![CDATA[tokusatsu]]></category>
		<category><![CDATA[unofficial sentai akibaranger]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3475</guid>
		<description><![CDATA[A metaseries on Super Sentai. In short, they opened tvtropes and jammed as many tropes as they can into the series. Head over to Over-Time to grab the releases (currently 2 episodes). Don&#8217;t forget to read the notes, too! I &#8230; <a href="http://animebsd.net/posts/3475">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3475/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haiyore! Nyarlko episode 1</title>
		<link>http://animebsd.net/posts/3468</link>
		<comments>http://animebsd.net/posts/3468#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:10:18 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[achgm]]></category>
		<category><![CDATA[commentary]]></category>
		<category><![CDATA[haiyore! nyarlko-san]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3468</guid>
		<description><![CDATA[Apparently this series has lots of references. I hate references. Especially the ones I don&#8217;t know. So, finally a proper animation of light novel after the crappy shit by DLE. I didn&#8217;t expect there will be references on this series. &#8230; <a href="http://animebsd.net/posts/3468">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3468/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Supipara demo movie</title>
		<link>http://animebsd.net/posts/3464</link>
		<comments>http://animebsd.net/posts/3464#comments</comments>
		<pubDate>Tue, 10 Apr 2012 00:07:37 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[achgm]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[supipara]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3464</guid>
		<description><![CDATA[Demo movie for Supipara &#8211; minori&#8217;s latest game/series is out. No high quality video in sight though. And the animation isn&#8217;t by Shinkai &#8211; just like eden (and I suspect we&#8217;ll get no more minori/Shinkai combo) but still pretty enough &#8230; <a href="http://animebsd.net/posts/3464">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3464/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accel World</title>
		<link>http://animebsd.net/posts/3461</link>
		<comments>http://animebsd.net/posts/3461#comments</comments>
		<pubDate>Mon, 09 Apr 2012 01:05:49 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[achgm]]></category>
		<category><![CDATA[commentary]]></category>
		<category><![CDATA[accel world]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3461</guid>
		<description><![CDATA[One of the hyped series for this season, spring 2012. Looks quite good. With Sunrise as production studio, I can safely expect stable animation over the series. No clear indication on how long this will be though considering the amount &#8230; <a href="http://animebsd.net/posts/3461">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3461/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Aquarion Evol</title>
		<link>http://animebsd.net/posts/3455</link>
		<comments>http://animebsd.net/posts/3455#comments</comments>
		<pubDate>Fri, 06 Apr 2012 13:24:20 +0000</pubDate>
		<dc:creator>edogawaconan</dc:creator>
				<category><![CDATA[achgm]]></category>
		<category><![CDATA[commentary]]></category>
		<category><![CDATA[aquarion]]></category>
		<category><![CDATA[aquarion evol]]></category>

		<guid isPermaLink="false">http://animebsd.net/?p=3455</guid>
		<description><![CDATA[Holy lmao. So, after enduring the shitty originals (TV series, OVA, and film), finally I continue to the current series &#8211; Aquarion Evol. As expected, the art got infinitely better. I&#8217;m not really into the first series art &#8211; I &#8230; <a href="http://animebsd.net/posts/3455">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://animebsd.net/posts/3455/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

