<?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</title>
	<atom:link href="http://ae.hugeobject.com/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>Linux Mint Helena: what happened to bashrc??</title>
		<link>http://ae.hugeobject.com/archive/linux-mint-helena-what-happened-to-bashrc/</link>
		<comments>http://ae.hugeobject.com/archive/linux-mint-helena-what-happened-to-bashrc/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:37:56 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/?p=61</guid>
		<description><![CDATA[For some reason my version of Mint Helena does not create a bashrc file in my home directory&#8230;????
Instead there is a default one being used, found here: /etc/bash.bashrc
To add aliases and what not for my user account I added the following to this file:

# Added by ae - load aliases if they exist
if [ -f [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason my version of Mint Helena does not create a bashrc file in my home directory&#8230;????</p>
<p>Instead there is a default one being used, found here: /etc/bash.bashrc</p>
<p>To add aliases and what not for my user account I added the following to this file:</p>
<p><code><br />
# Added by ae - load aliases if they exist<br />
if [ -f ~/.bash_aliases ]; then<br />
    . ~/.bash_aliases<br />
fi<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/linux-mint-helena-what-happened-to-bashrc/feed/</wfw:commentRss>
		<slash:comments>4</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>
		<item>
		<title>CoolUri plugin for typo3</title>
		<link>http://ae.hugeobject.com/archive/cooluri-plugin-for-typo3/</link>
		<comments>http://ae.hugeobject.com/archive/cooluri-plugin-for-typo3/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 22:56:16 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/cooluri-plugin-for-typo3/</guid>
		<description><![CDATA[This is perhaps more of a convenient place for me to store install instructions than anything&#8230; BUT:
Installing CoolUri in Typo3 on linux / apache2 / php5

Based on: http://docs.google.com/View?docid=dd33gg45_3f8j96p
Steps :
Check if the weberver has the following settings:
PHP5+ with SimpleXML enabled
MySQL 4.1+
Apache&#8217;s mod_rewrite enabled
Go into the extension manager
Choose menu option &#8216;Import extensions&#8217;
Upload extension file: cooluri_1.0.4.t3x
Found here ( [...]]]></description>
			<content:encoded><![CDATA[<p>This is perhaps more of a convenient place for me to store install instructions than anything&#8230; BUT:</p>
<p><strong>Installing <a href="http://typo3.org/extensions/repository/view/cooluri/">CoolUri</a> in <a href="http://typo3.org/">Typo3</a> on linux / apache2 / php5</strong></p>
<p><span id="more-46"></span><br />
Based on: <a href="http://docs.google.com/View?docid=dd33gg45_3f8j96p">http://docs.google.com/View?docid=dd33gg45_3f8j96p</a></p>
<p><strong>Steps :</strong></p>
<p><strong>Check if the weberver has the following settings:</strong><br />
PHP5+ with SimpleXML enabled<br />
MySQL 4.1+<br />
Apache&#8217;s mod_rewrite enabled</p>
<p><strong>Go into the extension manager</strong><br />
Choose menu option &#8216;Import extensions&#8217;<br />
Upload extension file: cooluri_1.0.4.t3x<br />
Found here ( http://typo3.org/extensions/repository/view/cooluri/ )</p>
<p>Once imported, install it and accept its defaults (altering tables etc.)</p>
<p><strong>Add a htaccess:</strong><br />
(check that it covers all folders in the root directory)</p>
<p><code># Enable URL rewriting<br />
RewriteEngine On<br />
RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|css|calculator|fileadmin|uploads|showpic\.php)/ - [L]<br />
RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|css|calculator|fileadmin|uploads|showpic\.php)/.*$ - [L]<br />
RewriteRule ^typo3$ typo3/index_re.php [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME} !-l</p>
<p># Main URL rewriting.<br />
RewriteRule .* index.php [L]</code></p>
<p><strong>Copy across the CoolUriConf xml file:</strong><br />
<code>cp typo3conf/ext/cooluri/cooluri/CoolUriConf.xml_default typo3conf/CoolUriConf.xml</code></p>
<p><strong>Add a domain record</strong><br />
- Go to the homepage, -> NEW -> DOMAIN  (add the domain name in)</p>
<p><strong>Add the following to the main template setup::</strong></p>
<p><code># Cooluri<br />
config.simulateStaticDocuments = 0<br />
config.baseURL = http://mtaa.supernaut/<br />
config.tx_cooluri_enable = 1<br />
config.redirectOldLinksToNew = 1</code></p>
<p><strong>Go to the backend and select the &#8216;CoolUri&#8217; menu item</strong><br />
Click &#8216;Delete/Update all&#8217; -> DELETE EVERYTHING AND START AGAIN<br />
<strong><br />
Clear cache</p>
<p>Try.</strong></p>
<p><strong>For CATMENU see note from <a href="http://www.bednarik.org/">Jan:</a></strong></p>
<blockquote><p>try to remove the part which removes cHash parameter from URLs. Since<br />
tt_news are cached, they either require cHash or you&#8217;d need to make them<br />
COA_INT.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/cooluri-plugin-for-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache2ctl and apache2 virtual host blah blah</title>
		<link>http://ae.hugeobject.com/archive/apache2ctl-and-apache2-virtual-host-blah-blah/</link>
		<comments>http://ae.hugeobject.com/archive/apache2ctl-and-apache2-virtual-host-blah-blah/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 23:47:14 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/apache2ctl-and-apache2-virtual-host-blah-blah/</guid>
		<description><![CDATA[Gary pointed me to apache2ctl the other day and now I cant live with out it.
Useful things:
apache2ctl &#8211; t  (check the syntax of virtual host files BEFORE reloading and breaking apache)
apache2ctl &#8211; M (show all the loaded modules &#8211; ie. check if rewrite is enabled and working)
apache2ctl &#8211; E (log startup errors to file)
apache2ctl [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stroppytux.net/">Gary</a> pointed me to <a href="http://www.stroppytux.net/man/?command=apache2ctl">apache2ctl</a> the other day and now I cant live with out it.</p>
<p><strong>Useful things:</strong></p>
<p><strong>apache2ctl &#8211; t</strong>  (check the syntax of virtual host files BEFORE reloading and breaking apache)</p>
<p><strong>apache2ctl &#8211; M </strong>(show all the loaded modules &#8211; ie. check if rewrite is enabled and working)</p>
<p><strong>apache2ctl &#8211; E</strong> (log startup errors to file)</p>
<p><strong>apache2ctl &#8211; h</strong> (show the rest of the options)</p>
<p>Also, I was having issues getting a &#8220;real url&#8221; module called <a href="http://typo3.org/documentation/document-library/extension-manuals/cooluri/current/">cooluri</a> working for a <a href="http://typo3.org/">typo3</a> site. In the end it was because my virtual host file was missing <a href="http://www.virtualhost.nl/apache/mod/core.html#allowoverride">(link) </a>:<br />
<code>AllowOverride All</code></p>
<p>Thats one of those things thats happened before but was forgotten along the way &#8230;. hopefully it will be useful for someone out there searching for why mod_rewrite isn&#8217;t working the way it should do&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/apache2ctl-and-apache2-virtual-host-blah-blah/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>One bash prompt to rule them all</title>
		<link>http://ae.hugeobject.com/archive/one-bash-prompt-to-rule-them-all/</link>
		<comments>http://ae.hugeobject.com/archive/one-bash-prompt-to-rule-them-all/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 08:49:50 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/one-bash-prompt-to-rule-them-all/</guid>
		<description><![CDATA[I stumbled across Daniel Robbins blog (the creator of Gentoo) and he had an OK article on how to config your bash prompt.
While he makes a good point for using just &#8216;>&#8217; and putting everything else in the window bar, that just doesn&#8217;t cut it for me.
So &#8211; heres my suggestion which I have hacked [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across <a href="http://www.funtoo.org/">Daniel Robbins</a> blog (the creator of <a href="http://www.gentoo.org">Gentoo</a>) and he had an OK article on how to config your bash prompt.</p>
<p>While he makes a good point for using just &#8216;>&#8217; and putting everything else in the window bar, that just doesn&#8217;t cut it for me.</p>
<p>So &#8211; heres my suggestion which I have hacked from a CentOS server I ssh into on occasions:<br />
PS1=&#8221;\[\033[1;31m\][\$(date +%H):$(date +%M)]\[\033[1;34m\][\u@\h:\w]#\[\033[0;37m\] &#8221;</p>
<p>Just whack that into bash to try it out. To save it put it into your .bashrc file</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/one-bash-prompt-to-rule-them-all/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
