<?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>ae.hugeobject.com &#187; Kohana</title>
	<atom:link href="http://ae.hugeobject.com/archive/category/kohana/feed/" rel="self" type="application/rss+xml" />
	<link>http://ae.hugeobject.com</link>
	<description>Just another ae weblog</description>
	<lastBuildDate>Wed, 03 Feb 2010 13:59:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lyrics of the day</title>
		<link>http://ae.hugeobject.com/archive/lyrics-of-the-day/</link>
		<comments>http://ae.hugeobject.com/archive/lyrics-of-the-day/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:59:06 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/?p=63</guid>
		<description><![CDATA[I&#8217;ve been wanting to play with the new version of Kohana (K3) for a while. Its quite different to the 2.x branches and there a few things with it that I&#8217;m not sure I really like, but I&#8217;ll reserve judgment till I&#8217;ve played with it a bit more.
Anyway, to try and do something somewhat interesting [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to play with the new version of <a href="http://www.kohanaphp.com">Kohana</a> <a href="http://github.com/kohana">(K3)</a> for a while. Its quite different to the 2.x branches and there a few things with it that I&#8217;m not sure I really like, but I&#8217;ll reserve judgment till I&#8217;ve played with it a bit more.</p>
<p>Anyway, to try and do something somewhat interesting I&#8217;d thought I&#8217;d hook it up to the <a href="http://apiwiki.twitter.com/">twitter</a> and <a href="http://www.last.fm/api">last.fm</a> api&#8217;s tonight over too many gin and tonics. So I created <a href="http://lyricsoftheday.info">http://lyricsoftheday.info</a> and <a href="http://albumoftheday.info">http://albumoftheday.info</a> (which is parked with lyricsoftheday).</p>
<p>All they do is search for the #lyricsoftheday and #albumoftheday hashtags on twitter and return the results. I&#8217;m trying to get the album of the day to grab the album cover from last.fm but this is proving a bit harder as I need to provide both the album name and artist to the api, which is sometimes hard to determine (check <a href="http://albumoftheday.info">http://albumoftheday.info</a> and you will see what I mean).</p>
<p>The styling is GHASTLY. Yes.</p>
<p>The code is up on github at <a href="http://github.com/ae0000/lyricsoftheday">http://github.com/ae0000/lyricsoftheday</a> if anyone is interested or wants to style it up.</p>
<p>Next step is to try and wean the crappy lyrics out&#8230;. then create a cronjob to submit tom waits lyrics every minute.</p>
<p>Or perhaps even better, fixing peoples ill-informed tweets for them</p>
<p>eg. (using the currently number one tweet)<br />
Someone: I will never know cause you will never show. #lyricsoftheday</p>
<p>&#8220;@Someone: &#8221; +  insert_random_tom_waits_lyric(); +&#8221; #FTFY #lyricsoftheday&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/lyrics-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging Kohana sites</title>
		<link>http://ae.hugeobject.com/archive/logging-kohana-sites/</link>
		<comments>http://ae.hugeobject.com/archive/logging-kohana-sites/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:34:15 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/?p=58</guid>
		<description><![CDATA[Add this to your bash aliases for quickly seeing whats happening in the current log.
alias klogger='tail -f -s 5 /home/ae/workspace/eventarc/www/logs/`date +%Y-%m-%d`.log.php'

]]></description>
			<content:encoded><![CDATA[<p>Add this to your bash aliases for quickly seeing whats happening in the current log.</p>
<p><code>alias klogger='tail -f -s 5 /home/ae/workspace/eventarc/www/logs/`date +%Y-%m-%d`.log.php'<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/logging-kohana-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
