<?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>/dev/movabletripe &#187; Random</title>
	<atom:link href="http://movabletripe.com/category/random/feed/" rel="self" type="application/rss+xml" />
	<link>http://movabletripe.com</link>
	<description>Making up launch dates since 1982</description>
	<lastBuildDate>Mon, 27 Aug 2007 01:39:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I got 99 problems but a bitch ain&#8217;t one!</title>
		<link>http://movabletripe.com/archive/i-got-99-problems-but-a-bitch-aint-one/</link>
		<comments>http://movabletripe.com/archive/i-got-99-problems-but-a-bitch-aint-one/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 09:30:41 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://movabletripe.com/archive/i-got-99-problems-but-a-bitch-aint-one/</guid>
		<description><![CDATA[#!/bin/bash

if [ -f girlproblems.txt ]
then
  FEELINGS="bad"
  PROBLEMS=`cat myproblems.txt &#124; wc -l`
  if [ $PROBLEMS == "99" ]
  then
    BITCHES=`cat myproblems.txt &#124; grep bitch &#124; wc -l`
    if [ $BITCHES == "0" ]
      then
      echo "a [...]]]></description>
			<content:encoded><![CDATA[<blockquote><pre>#!/bin/bash

if [ -f girlproblems.txt ]
then
  FEELINGS="bad"
  PROBLEMS=`cat myproblems.txt | wc -l`
  if [ $PROBLEMS == "99" ]
  then
    BITCHES=`cat myproblems.txt | grep bitch | wc -l`
    if [ $BITCHES == "0" ]
      then
      echo "a bitch ain't one!"
    fi
  fi
fi</pre>
</blockquote>
<p>Too many glasses of scotch will do that to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/i-got-99-problems-but-a-bitch-aint-one/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lateralus and the Fibonacci sequence</title>
		<link>http://movabletripe.com/archive/lateralus-and-the-fibonacci-sequence/</link>
		<comments>http://movabletripe.com/archive/lateralus-and-the-fibonacci-sequence/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 11:55:02 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://movabletripe.com/archive/lateralus-and-the-fibonacci-sequence/</guid>
		<description><![CDATA[You learn something new every day, or so the saying goes. Today I learned that the lyrics from the song &#8220;Lateralus&#8221; by Tool form a Fibonacci sequence.

[1] black
[1] then
[2] white are
[3] all I see
[5] in my infancy
[8] red and yellow then came to be
[5] reaching out to me
[3] lets me see
[2] there is
[1] so
[1] much
[2] [...]]]></description>
			<content:encoded><![CDATA[<p>You learn something new every day, or so the saying goes. Today I learned that the lyrics from the song <em>&#8220;Lateralus&#8221;</em> by <a href="http://www.toolband.com/">Tool</a> form a <a href="http://en.wikipedia.org/wiki/Fibonacci_number">Fibonacci sequence</a>.</p>
<p><span id="more-64"></span></p>
<p><strong>[1]</strong> black<br />
<strong>[1]</strong> then<br />
<strong>[2]</strong> white are<br />
<strong>[3]</strong> all I see<br />
<strong>[5]</strong> in my infancy<br />
<strong>[8]</strong> red and yellow then came to be<br />
<strong>[5]</strong> reaching out to me<br />
<strong>[3]</strong> lets me see<br />
<strong>[2]</strong> there is<br />
<strong>[1]</strong> so<br />
<strong>[1]</strong> much<br />
<strong>[2]</strong> more and<br />
<strong>[3]</strong> beckons me<br />
<strong>[5]</strong> to look through to these<br />
<strong>[8]</strong> infinite possibilities<br />
<strong>[13]</strong> as below so above and beyond I imagine<br />
<strong>[8]</strong> drawn outside the lines of reason<br />
<strong>[5]</strong> push the envelope<br />
<strong>[3]</strong> watch it bend</p>
<p>For those that don&#8217;t know (read: aren&#8217;t a maths genius and/or haven&#8217;t read The DaVinci Code) Fibonacci numbers follow a recurrence relation that, after two starting values, each number is the sum of the two preceding numbers. The sequence starts as follows:</p>
<p>1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610 &#8230;</p>
<p>In the case of <em>&#8220;Lateralus&#8221;</em>, the sequence steps back and forth through the above sequence; The number of syllables progress to the sixth step, then back down to the first step; up to the seventh step, and then back to the fourth step. For those that care, the formula is as follows:</p>
<p><img src="/static/fibonacci.png" alt="Fibonacci formula" /></p>
<p>Food for thought. Now back to more meaningful tasks&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/lateralus-and-the-fibonacci-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8230; anus?</title>
		<link>http://movabletripe.com/archive/microsoft-anus/</link>
		<comments>http://movabletripe.com/archive/microsoft-anus/#comments</comments>
		<pubDate>Sat, 20 Jan 2007 08:54:58 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[That Other OS]]></category>

		<guid isPermaLink="false">http://movabletripe.com/archive/microsoft-anus/</guid>
		<description><![CDATA[
Is Bill trying to tell us something?
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" id="image59" src="/static/enuz.png" alt="Zune logo upside-down" /></p>
<p>Is Bill trying to tell us something?</p>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/microsoft-anus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What if I am 25?</title>
		<link>http://movabletripe.com/archive/what-if-i-am-25/</link>
		<comments>http://movabletripe.com/archive/what-if-i-am-25/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 10:47:49 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://movabletripe.com/archive/what-if-i-am-25/</guid>
		<description><![CDATA[This year I am signing up for the World&#8217;s Greates Shave &#8211; a great Australian fund raising event to gather donations for Leukemia research and support.
During the sign-up, it soon became clear that I existed in a demographic that either was not eligable to shave their head for charity, or had been completely overlooked by [...]]]></description>
			<content:encoded><![CDATA[<p>This year I am signing up for the <a href="http://worldsgreatestshave.com">World&#8217;s Greates Shave</a> &#8211; a great Australian fund raising event to gather donations for Leukemia research and support.</p>
<p>During the sign-up, it soon became clear that I existed in a demographic that either was not eligable to shave their head for charity, or had been completely overlooked by the developers of the sign-up page of the website.</p>
<p>Imagine, for a second, that you are 25 years old. What box would you tick in the following list:</p>
<p><img class="aligncenter" alt="What if I am 25?" id="image47" title="What if I am 25?" src="http://movabletripe.com/static/what_if_i_am_25.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/what-if-i-am-25/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blink tags are phat</title>
		<link>http://movabletripe.com/archive/blink-tags-are-phat/</link>
		<comments>http://movabletripe.com/archive/blink-tags-are-phat/#comments</comments>
		<pubDate>Sun, 18 Dec 2005 23:53:16 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://movabletripe.com/?p=41</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src='/static/uf008622.png' alt='Blink tags are phat' /></p>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/blink-tags-are-phat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Office Easter Egg</title>
		<link>http://movabletripe.com/archive/open-office-easter-egg/</link>
		<comments>http://movabletripe.com/archive/open-office-easter-egg/#comments</comments>
		<pubDate>Mon, 12 Dec 2005 02:27:54 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://movabletripe.com/?p=40</guid>
		<description><![CDATA[In any cell of a spreadsheet type =Game("StarWars") and a small Space Invaders-style game will appear.
Easter egg
n.
An undocumented function hidden in software that may or may not be sanctioned by management.
]]></description>
			<content:encoded><![CDATA[<p>In any cell of a spreadsheet type <code>=Game("StarWars")</code> and a small <em>Space Invaders</em>-style game will appear.</p>
<blockquote><p><strong>Easter egg</strong><br />
<em>n.</em><br />
An undocumented function hidden in software that may or may not be sanctioned by management.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/open-office-easter-egg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What happened to my Plesk Updater?</title>
		<link>http://movabletripe.com/archive/what-happened-to-my-plesk-updater/</link>
		<comments>http://movabletripe.com/archive/what-happened-to-my-plesk-updater/#comments</comments>
		<pubDate>Sun, 24 Jul 2005 07:59:23 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://movabletripe.com/archive/what-happened-to-my-plesk-updater/</guid>
		<description><![CDATA[I ran into this problem today when updating a client&#8217;s server to the latest version of Plesk.
Did you know that upgrading to >7.5.2 disables the &#8216;Updater&#8217; button in the &#8216;Server&#8217; section of Plesk?
I didn&#8217;t, but after a bit of head-scratching I found the &#8216;fix&#8217;. (NOTE: Not really a &#8216;fix&#8217; as nothing was really broken &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into this problem today when updating a client&#8217;s server to the latest version of Plesk.</p>
<p>Did you know that upgrading to >7.5.2 disables the &#8216;Updater&#8217; button in the &#8216;Server&#8217; section of Plesk?</p>
<p>I didn&#8217;t, but after a bit of head-scratching I found the &#8216;fix&#8217;. <em>(NOTE: Not really a &#8216;fix&#8217; as nothing was really broken &#8211; just disabled).</em></p>
<p>Anyway, enough of the banter, re-enabling the &#8216;Updater&#8217; button again is as simple as one MySQL command:</p>
<blockquote><pre>mysql -uadmin -p`cat /etc/psa/.psa.shadow`
use psa;
UPDATE misc SET val='false' WHERE param='disable_updater';
exit
</pre>
</blockquote>
<p><strong>UPDATE:</strong> It should be pointed out that it is a bad idea to enable the updater if your plesk installation is running under Virtuozzo. Plesk running in a virtual environment needs to be updated via templates, not the control panel update feature, and as such is disabled for a pretty good reason. For more information, refer to the following link:</p>
<p><a href="http://kb.swsoft.com/article_117_786_en.html">http://kb.swsoft.com/article_117_786_en.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/what-happened-to-my-plesk-updater/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A poem; by Edgar Allan Ho</title>
		<link>http://movabletripe.com/archive/a-poem-by-edgar-allan-ho/</link>
		<comments>http://movabletripe.com/archive/a-poem-by-edgar-allan-ho/#comments</comments>
		<pubDate>Wed, 04 May 2005 09:49:47 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://movabletripe.com/archive/a-poem-by-edgar-allan-ho/</guid>
		<description><![CDATA[Once upon a midnight dreary, while I pr0n surfed, weak and weary,
Over many a strange and spurious site of &#8216;Hot XXX Galore&#8217;.
While I clicked my fav&#8217;rite bookmark, suddenly there came a warning,
And my heart was filled with mourning, mourning for my dear amour.
&#8220;&#8216;Tis not possible!&#8221;, I muttered, &#8220;Give me back my free hardcore!&#8221;
Quoth the server, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Once upon a midnight dreary, while I pr0n surfed, weak and weary,<br />
Over many a strange and spurious site of &#8216;Hot XXX Galore&#8217;.</p>
<p>While I clicked my fav&#8217;rite bookmark, suddenly there came a warning,<br />
And my heart was filled with mourning, mourning for my dear amour.<br />
&#8220;&#8216;Tis not possible!&#8221;, I muttered, &#8220;Give me back my free hardcore!&#8221;</p>
<p>Quoth the server, 404.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/a-poem-by-edgar-allan-ho/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>War of the Worlds</title>
		<link>http://movabletripe.com/archive/war-of-the-worlds/</link>
		<comments>http://movabletripe.com/archive/war-of-the-worlds/#comments</comments>
		<pubDate>Tue, 08 Feb 2005 08:44:24 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://movabletripe.com/archive/war-of-the-worlds/</guid>
		<description><![CDATA[&#8230; across the gulf of space, minds that are to our minds as ours are to those of the beasts that perish, intellects vast and cool and unsympathetic, regarded this earth with envious eyes, and slowly and surely drew their plans against us.
These lines from the first paragraph of H.G. Wells&#8217; book, &#8220;War of the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8230; across the gulf of space, minds that are to our minds as ours are to those of the beasts that perish, intellects vast and cool and unsympathetic, regarded this earth with envious eyes, and slowly and surely drew their plans against us.</p></blockquote>
<p>These lines from the first paragraph of H.G. Wells&#8217; book, <em>&#8220;War of the Worlds&#8221;</em> still sends a chill down my spine. Written in 1898, the book is undoubtedly one of the greatest, if not at least the most influential and inovative science fiction novel ever written. It was adapted to a highly successful (and equally amazing) musical in 1976 and now is being reborn once again as the child of none other than director Steven Spielberg.</p>
<p><a href="http://apple.com/trailers/paramount/waroftheworlds/" title="War of the Worlds trailer">View the teaser</a><br />
<a href="http://waroftheworlds.com/" title="War of the Worlds website">View the website and extended trailer</a></p>
<p><span id="more-15"></span>Although I don&#8217;t exactly approve of Tom Cruize as the actor of choice for the lead role, I am hoping that my childhood memories of both the book and the musical will be enough bias for me to overlook it. However, like many classics that are <em>adapted</em> to the big screen, in more cases than not a few hours of film barely does justice to hundreds of pages of the written word. I just hope Mr Spielberg breaks from this trend and the film lives up to the (high) standard set by both the novel and the musical.</p>
<p>For those of you who haven&#8217;t read the book, do it. Or at least get a copy of the musical version &#8211; I still have a copy on cassette tape I bought in 1986-ish. Both are well worth a few hours of your life.</p>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/war-of-the-worlds/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>In the beginning &#8230;</title>
		<link>http://movabletripe.com/archive/in-the-beginning/</link>
		<comments>http://movabletripe.com/archive/in-the-beginning/#comments</comments>
		<pubDate>Sun, 23 Jan 2005 07:18:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">/?p=1</guid>
		<description><![CDATA[I never seem to write enough anymore. Gone are the days of a simple pencil and notebook stashed under my bed, giving way to the incessant buzz of my needs-to-be-upgraded CRT monitor and full-o-dust&#8217;n-shit case fans.
So in an effort to reorganise my life, I have begun cataloging all of the things I tend to forget [...]]]></description>
			<content:encoded><![CDATA[<p>I never seem to write enough anymore. Gone are the days of a simple pencil and notebook stashed under my bed, giving way to the incessant buzz of my <em>needs-to-be-upgraded</em> CRT monitor and <em>full-o-dust&#8217;n-shit</em> case fans.</p>
<p>So in an effort to <a href="javascript:alert('Yes, that is spelt correctly - at least in Australia')" title="Yes, that is spelt correctly - at least in Australia">reorganise</a> my life, I have begun cataloging all of the things I tend to forget and/or desperately need to remember.</p>
<p>If you care to read them, that is your own business.</p>
]]></content:encoded>
			<wfw:commentRss>http://movabletripe.com/archive/in-the-beginning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
