<?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>dBaines.com &#187; rants</title>
	<atom:link href="http://dbaines.com/blog/category/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbaines.com</link>
	<description>Portfolio and Blog of David Baines, South Australian Web Developer</description>
	<lastBuildDate>Thu, 08 Jul 2010 11:00:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Woes of a Web Designer</title>
		<link>http://dbaines.com/blog/archive/woes-of-a-web-designer-4/</link>
		<comments>http://dbaines.com/blog/archive/woes-of-a-web-designer-4/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 02:13:24 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[woes of a web designer]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/archive/woes-of-a-web-designer-4/</guid>
		<description><![CDATA[<p>&#8220;I don&#8217;t have the internet.&#8221;</p>
]]></description>
			<content:encoded><![CDATA[<p>&#8220;I don&#8217;t have the internet.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/woes-of-a-web-designer-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woes of a Web Designer</title>
		<link>http://dbaines.com/blog/archive/woes-of-a-web-designer-3/</link>
		<comments>http://dbaines.com/blog/archive/woes-of-a-web-designer-3/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 06:17:17 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[dBaines.com]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[woes of a web designer]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/archive/woes-of-a-web-designer-3/</guid>
		<description><![CDATA[<p>Contrary to popular belief, there is no magical &#8220;fix your poorly taken photo&#8221; button. If your photo looks terrible in your hands, it&#8217;s going to look terrible when it&#8217;s scanned.</p>
]]></description>
			<content:encoded><![CDATA[<p>Contrary to popular belief, there is no magical &#8220;fix your poorly taken photo&#8221; button. If your photo looks terrible in your hands, it&#8217;s going to look terrible when it&#8217;s scanned.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/woes-of-a-web-designer-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woes of a Web Designer</title>
		<link>http://dbaines.com/blog/archive/woes-of-a-web-designer-2/</link>
		<comments>http://dbaines.com/blog/archive/woes-of-a-web-designer-2/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 05:30:00 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[woes of a web designer]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/archive/woes-of-a-web-designer-2/</guid>
		<description><![CDATA[<p>&#8220;I thought <em>you</em> were giving me the Internet? How can you give me a webpage and not give me the Internet!?&#8221;</p>
]]></description>
			<content:encoded><![CDATA[<p>&#8220;I thought <em>you</em> were giving me the Internet? How can you give me a webpage and not give me the Internet!?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/woes-of-a-web-designer-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tables are not the answer</title>
		<link>http://dbaines.com/blog/archive/css-tables-are-not-the-answer/</link>
		<comments>http://dbaines.com/blog/archive/css-tables-are-not-the-answer/#comments</comments>
		<pubDate>Thu, 07 May 2009 00:18:30 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=403</guid>
		<description><![CDATA[<p>Just because you&#8217;re using <acronym title="Cascading Style Sheets">CSS</acronym>-tables doesn&#8217;t mean you&#8217;re making tableless design.<br />
Lately I&#8217;ve seen so much praise for this stupid technique and it really baffles me.<br />
Do people really think that designers ditched tables because the tag was named table?</p>
<p>This:<br />
<code><br />
&#60;div style="display: table"&#62;<br />
&#160;&#60;div style="display: table-row"&#62;<br />
&#160;&#160;&#60;div style="display: table-cell"&#62;&#60;/div&#62;<br />
&#160;&#60;/div&#62;<br />
&#60;/div&#62;<br />
</code></p>
<p>Is in no way better than this:<br />
<code><br />
&#60;table&#62;<br />
&#160;&#60;tr&#62;<br />
&#160;&#160;&#60;td&#62;&#60;/td&#62;<br />
&#160;&#60;/tr&#62;<br />
&#60;/table&#62;<br />
</code></p>
<p>In fact it&#8217;s worse. It&#8217;s longer to write out, meaning it takes longer to implement and makes your file sizes larger, which in turn takes the files longer to download.<br />
It&#8217;s also less semantic. If<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/css-tables-are-not-the-answer/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Just because you&#8217;re using <acronym title="Cascading Style Sheets">CSS</acronym>-tables doesn&#8217;t mean you&#8217;re making tableless design.<br />
Lately I&#8217;ve seen so much praise for this stupid technique and it really baffles me.<br />
Do people really think that designers ditched tables because the tag was named table?</p>
<p>This:<br />
<code><br />
&lt;div style="display: table"&gt;<br />
&nbsp;&lt;div style="display: table-row"&gt;<br />
&nbsp;&nbsp;&lt;div style="display: table-cell"&gt;&lt;/div&gt;<br />
&nbsp;&lt;/div&gt;<br />
&lt;/div&gt;<br />
</code></p>
<p>Is in no way better than this:<br />
<code><br />
&lt;table&gt;<br />
&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&lt;td&gt;&lt;/td&gt;<br />
&nbsp;&lt;/tr&gt;<br />
&lt;/table&gt;<br />
</code></p>
<p>In fact it&#8217;s worse. It&#8217;s longer to write out, meaning it takes longer to implement and makes your file sizes larger, which in turn takes the files longer to download.<br />
It&#8217;s also less semantic. If you have to use a table-based design, use a table. Don&#8217;t use divs and then make them act like tables. You&#8217;re missing the point entirely. </p>
<p>End rant.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/css-tables-are-not-the-answer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid terms</title>
		<link>http://dbaines.com/blog/archive/stupid-terms/</link>
		<comments>http://dbaines.com/blog/archive/stupid-terms/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 09:37:59 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=396</guid>
		<description><![CDATA[<p>I was asked recently if I believed in &#8220;Climate Change&#8221;.<br />
I said, &#8220;Yes, yes I do. It was warm yesterday, and today it is quite chilly. There are quite obvious differences in climate between Summer and Winter, not to mention differences between places closer to the equator and those further from it and they each have their own varying climate changes depending on the time of year. So yes, I believe in &#8216;Climate Change.&#8217;&#8221;<br />
I was then promptly told I had &#8220;no fucking clue what I was talking about&#8221; and to &#8220;read a newspaper sometime.&#8221; I told them to read a fucking dictionary.<br />
What happened to &#8220;Global Warming&#8221;? Why did people stop using that term? Was it<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/stupid-terms/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>I was asked recently if I believed in &#8220;Climate Change&#8221;.<br />
I said, &#8220;Yes, yes I do. It was warm yesterday, and today it is quite chilly. There are quite obvious differences in climate between Summer and Winter, not to mention differences between places closer to the equator and those further from it and they each have their own varying climate changes depending on the time of year. So yes, I believe in &#8216;Climate Change.&#8217;&#8221;<br />
I was then promptly told I had &#8220;no fucking clue what I was talking about&#8221; and to &#8220;read a newspaper sometime.&#8221; I told them to read a fucking dictionary.<br />
What happened to &#8220;Global Warming&#8221;? Why did people stop using that term? Was it not PC enough? Was it not ambiguous enough? Seriously. Global Warming is pretty straight-to-the-point. How climate change suddenly became a replacement is beyond me.</p>
<p>A similar thing happened in High School when I was asked if I believed in &#8220;Intelligent Design.&#8221;<br />
After thinking on it for a few minutes I came back to him and told him I did, believing full well that intelligent design just meant a logical and well structured design.<br />
In my defence I&#8217;m not religious at all. I had no idea what the term had been stolen and molested in to.</p>
<p>Can we all agree right now to stop using stupid terms like these? I&#8217;ll be your friend on Facebook if you do.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/stupid-terms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Woes of a Web Designer</title>
		<link>http://dbaines.com/blog/archive/woes-of-a-web-designer/</link>
		<comments>http://dbaines.com/blog/archive/woes-of-a-web-designer/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 22:30:50 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[woes of a web designer]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=342</guid>
		<description><![CDATA[<div id="attachment_343" class="wp-caption alignleft" style="width: 160px"><a title="Bad Photos make a Bad Website" href="http://dbaines.com/blog/wp-content/uploads/2008/11/badphotos1.jpg"><img class="size-thumbnail wp-image-343 " title="Bad Photos make a Bad Website" src="http://dbaines.com/blog/wp-content/uploads/2008/11/badphotos1-150x150.jpg" alt="Bad Photos make a Bad Website" width="150" height="150" /></a>
<p class="wp-caption-text">Woe No!</p>
</div>
<p>I make a beautiful website design for these people and what do they give me? Terrible, terrible photos! Then they call up saying that they don&#8217;t like their images. What the hell do you want me to do about it? It&#8217;s so depressing <img src='http://dbaines.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></description>
			<content:encoded><![CDATA[<div id="attachment_343" class="wp-caption alignleft" style="width: 160px"><a title="Bad Photos make a Bad Website" href="http://dbaines.com/blog/wp-content/uploads/2008/11/badphotos1.jpg"><img class="size-thumbnail wp-image-343 " title="Bad Photos make a Bad Website" src="http://dbaines.com/blog/wp-content/uploads/2008/11/badphotos1-150x150.jpg" alt="Bad Photos make a Bad Website" width="150" height="150" /></a>
<p class="wp-caption-text">Woe No!</p>
</div>
<p>I make a beautiful website design for these people and what do they give me? Terrible, terrible photos! Then they call up saying that they don&#8217;t like their images. What the hell do you want me to do about it? It&#8217;s so depressing <img src='http://dbaines.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/woes-of-a-web-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Australian Work Ethic</title>
		<link>http://dbaines.com/blog/archive/australian-work-ethic/</link>
		<comments>http://dbaines.com/blog/archive/australian-work-ethic/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 00:43:49 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[adelaide]]></category>
		<category><![CDATA[christmas]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=338</guid>
		<description><![CDATA[<div class="wp-caption alignleft" style="width: 160px"><a title="Christmas Tree in the middle of Adelaide" href="http://dbaines.com/blog/wp-content/uploads/2008/11/adelaidechristmastree.jpg"><img title="Christmas Tree in the middle of Adelaide" src="http://dbaines.com/blog/wp-content/uploads/2008/11/adelaidechristmastree-150x150.jpg" alt="Christmas Tree in the middle of Adelaide" width="150" height="150" /></a>
<p class="wp-caption-text">Christmas Tree in the middle of Adelaide</p>
</div>
<p>Erect a tree in the middle of Victoria Square and don&#8217;t decorate it. Doing us proud, Australia!</p>
]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 160px"><a title="Christmas Tree in the middle of Adelaide" href="http://dbaines.com/blog/wp-content/uploads/2008/11/adelaidechristmastree.jpg"><img title="Christmas Tree in the middle of Adelaide" src="http://dbaines.com/blog/wp-content/uploads/2008/11/adelaidechristmastree-150x150.jpg" alt="Christmas Tree in the middle of Adelaide" width="150" height="150" /></a>
<p class="wp-caption-text">Christmas Tree in the middle of Adelaide</p>
</div>
<p>Erect a tree in the middle of Victoria Square and don&#8217;t decorate it. Doing us proud, Australia!</p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/australian-work-ethic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google and Adobe are ruining the world</title>
		<link>http://dbaines.com/blog/archive/google-and-adobe-are-ruining-the-world/</link>
		<comments>http://dbaines.com/blog/archive/google-and-adobe-are-ruining-the-world/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 10:36:58 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[google is gay]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=334</guid>
		<description><![CDATA[<p><a href="http://dbaines.com/blog/archive/c-drive-usage/">Back in August</a> I blogged about something that really pisses me off: When applications install in to your C drive regardless of where you tell it to install.</p>
<p>Another thing that is similar and just as heinous is when you download a program, run the installer and then the installer downloads another installer. Again.</p>
<div id="attachment_335" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-335 " title="Chrome is quite possibly the stupidest piece of software invented yet" src="http://dbaines.com/blog/wp-content/uploads/2008/11/chromeisfuckinggay.jpg" alt="" width="500" height="164" />
<p class="wp-caption-text">Ruination</p>
</div>
<p class="image-center" style="text-align: center;">
</p><p>If this isn&#8217;t the installer, what is it? An installer for the installer? Redundant much?<br />
I could give a flying fuck if you want me to have the latest version. Create an auto-updater for your software if you want everyone to be on the bleeding edge. I downloaded the setup file because<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/google-and-adobe-are-ruining-the-world/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://dbaines.com/blog/archive/c-drive-usage/">Back in August</a> I blogged about something that really pisses me off: When applications install in to your C drive regardless of where you tell it to install.</p>
<p>Another thing that is similar and just as heinous is when you download a program, run the installer and then the installer downloads another installer. Again.</p>
<div id="attachment_335" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-335 " title="Chrome is quite possibly the stupidest piece of software invented yet" src="http://dbaines.com/blog/wp-content/uploads/2008/11/chromeisfuckinggay.jpg" alt="" width="500" height="164" />
<p class="wp-caption-text">Ruination</p>
</div>
<p class="image-center" style="text-align: center;">
<p>If this isn&#8217;t the installer, what is it? An installer for the installer? Redundant much?<br />
I could give a flying fuck if you want me to have the latest version. Create an auto-updater for your software if you want everyone to be on the bleeding edge. I downloaded the setup file because I wanted it to be accessible from anywhere. If I knew this was just going to be a proxy for the real setup I would have just run it from my temp files after it had finished downloading. I chose to save the file so I could use it anywhere and any time. Now I need to be attached to the internet just to install your stupid browser that nobody takes seriously anyway. I guess I shouldn&#8217;t be surprised, this is Google after all, not exactly king of the software realm. Unfortunately though, they aren&#8217;t the only ones that do this.</p>
<p>Dear developers: Stop it. Just stop it. It&#8217;s not clever. It&#8217;s not cool. It&#8217;s stupid and you&#8217;re stupid for thinking it&#8217;s any good. Just quit it.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/google-and-adobe-are-ruining-the-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C: Drive Usage</title>
		<link>http://dbaines.com/blog/archive/c-drive-usage/</link>
		<comments>http://dbaines.com/blog/archive/c-drive-usage/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 08:36:46 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=290</guid>
		<description><![CDATA[<div id="attachment_292" class="wp-caption alignleft" style="width: 236px"><a title="What a FUCKING surprise!" href="http://dbaines.com/blog/wp-content/uploads/2008/08/0bytes.jpg"><img class="size-full wp-image-292 " title="What a FUCKING surprise!" src="http://dbaines.com/blog/wp-content/uploads/2008/08/0bytes.jpg" alt="What a FUCKING surprise!" width="226" height="76" /></a>
<p class="wp-caption-text">0 bytes</p>
</div>
<p>Continuing today&#8217;s ragey theme, why the fuck do things require space on the C: drive when I explicitly tell it to install to another drive?</p>
<p>Adobe&#8217;s Audition music editor is the latest culprit of this stupid and archaic trend. The program requires ~350mb of disk space. During the installation it asks where you want to install it, so I decide to install it on to my 750GB drive I&#8217;ve named Local Data. So you know what it does? It installs about 50mb in to the drive I told it to install in to and the other 300 in to my C. Why? Why even ask me where I want to<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/c-drive-usage/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<div id="attachment_292" class="wp-caption alignleft" style="width: 236px"><a title="What a FUCKING surprise!" href="http://dbaines.com/blog/wp-content/uploads/2008/08/0bytes.jpg"><img class="size-full wp-image-292 " title="What a FUCKING surprise!" src="http://dbaines.com/blog/wp-content/uploads/2008/08/0bytes.jpg" alt="What a FUCKING surprise!" width="226" height="76" /></a>
<p class="wp-caption-text">0 bytes</p>
</div>
<p>Continuing today&#8217;s ragey theme, why the fuck do things require space on the C: drive when I explicitly tell it to install to another drive?</p>
<p>Adobe&#8217;s Audition music editor is the latest culprit of this stupid and archaic trend. The program requires ~350mb of disk space. During the installation it asks where you want to install it, so I decide to install it on to my 750GB drive I&#8217;ve named Local Data. So you know what it does? It installs about 50mb in to the drive I told it to install in to and the other 300 in to my C. Why? Why even ask me where I want to install it if you&#8217;re just going to stick it all in C anyway. Fuck you. No wonder I never have any free space on C.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/c-drive-usage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MP3 Players in Australia</title>
		<link>http://dbaines.com/blog/archive/mp3-players-in-australia/</link>
		<comments>http://dbaines.com/blog/archive/mp3-players-in-australia/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 06:00:18 +0000</pubDate>
		<dc:creator>Baines</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[mp3 player]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://dbaines.com/blog/?p=287</guid>
		<description><![CDATA[<p>As some of you may know I&#8217;ve recently been on the lookout for a new Portable Media Player.<br />
After much research I&#8217;ve come to the conclusion that I&#8217;m going to get a <a href="http://www.creative.com/products/mp3/zen/" title="The rarest MP3 player in existence">Creative Zen 32GB</a>. I say &#8220;going to&#8221; because NOBODY FUCKING HAS THEM.</p>
<p>I&#8217;ve been to every shop in town that would have them, except for Tandy&#8217;s because it doesn&#8217;t fucking exist. Seriously I&#8217;ve been up and down Charles street ten times, inside David Jones and in the fucking mall. IT DOESN&#8217;T EXIST. It&#8217;s a LIE.<br />
Nobody has them.<br />
I&#8217;ve been to every shopping mall in South Australia, the largest sized MP3 player that wasn&#8217;t an iPod I found<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/mp3-players-in-australia/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>As some of you may know I&#8217;ve recently been on the lookout for a new Portable Media Player.<br />
After much research I&#8217;ve come to the conclusion that I&#8217;m going to get a <a href="http://www.creative.com/products/mp3/zen/" title="The rarest MP3 player in existence">Creative Zen 32GB</a>. I say &#8220;going to&#8221; because NOBODY FUCKING HAS THEM.</p>
<p>I&#8217;ve been to every shop in town that would have them, except for Tandy&#8217;s because it doesn&#8217;t fucking exist. Seriously I&#8217;ve been up and down Charles street ten times, inside David Jones and in the fucking mall. IT DOESN&#8217;T EXIST. It&#8217;s a LIE.<br />
Nobody has them.<br />
I&#8217;ve been to every shopping mall in South Australia, the largest sized MP3 player that wasn&#8217;t an iPod I found was a whopping 8 gigs. Eight. Fucking. Gigs. Fuck you Australia. I purchased an iRiver h320 over four years ago. At the time it also came in a 40gb variant. Are you honestly telling me that in four years we&#8217;ve managed to regress 32gb? And the fact that they sell ONE gigabyte models at almost the same price as the 8GB model is just fucking hilarious. </p>
<p>The kicker is that when I ask them if they sell the 32gb model, most salespersons&#8217; jaw almost drops to the floor. They&#8217;re like, &#8220;What? There&#8217;s an MP3 Player that isn&#8217;t an iPod that&#8217;s larger than 16GB?&#8221;<br />
One guy even tried his darndest to sell me a crappy 8gb model. Why the fuck would I want 8gb when I explicitly asked for a 32gb model. He was all like, &#8220;8 gigs is all you&#8217;ll ever need!&#8221;<br />
I told him Bill Gates said the same thing about memory but I don&#8217;t think he got the reference. I don&#8217;t think I even have 8gb free on my iRiver h320.</p>
<p>So Why? What the fuck does Australia have against mp3 players with decent storage? I can buy a piece of crap iPod touch with 80 fucking gb of storage but if I want a functional, modern PMP I have to put up with 8gb? What kind of logic is that? FUCK YOU AND YOUR HOUSE.</p>
<p>Fuck you South Australia. It&#8217;s times like these that I thank Science that online shopping is a reality. Sure I have to pay extra for shipping and handling, but at least I can actually fucking OWN it.</p>
<p>/rage</p>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/mp3-players-in-australia/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
