<?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>Gary Pendergast &#187; Misc</title> <atom:link href="http://pento.net/category/misc/feed/" rel="self" type="application/rss+xml" /><link>http://pento.net</link> <description>I&#039;m on the Internet</description> <lastBuildDate>Sat, 03 Dec 2011 09:27:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <cloud
domain='pento.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' /> <item><title>Avoiding HTC Locations</title><link>http://pento.net/2011/07/12/avoiding-htc-locations/</link> <comments>http://pento.net/2011/07/12/avoiding-htc-locations/#comments</comments> <pubDate>Tue, 12 Jul 2011 05:05:49 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Android]]></category> <category><![CDATA[Desire HD]]></category> <category><![CDATA[HTC]]></category> <guid
isPermaLink="false">http://pento.net/?p=612</guid> <description><![CDATA[I recently updated my HTC Desire HD to Android 2.3, which is quite nice. Unfortunately, HTC has used this upgrade to force its Locations app into the system &#8211; if you select an address in Calendar, then Locations will open, even if you have another mapping application set to default. Happily, if this is something [...]]]></description> <content:encoded><![CDATA[<p>I recently updated my HTC Desire HD to Android 2.3, which is quite nice.</p><p>Unfortunately, HTC has used this upgrade to force its Locations app into the system &#8211; if you select an address in Calendar, then Locations will open, even if you have another mapping application set to default.</p><p>Happily, if this is something that bothers you, there&#8217;s an easy workaround for this.</p><ol><li>If you haven&#8217;t already, install a file browser app &#8211; I use <a
href="https://market.android.com/details?id=com.metago.astro">ASTRO File Manager</a>.</li><li>If you haven&#8217;t already, register an account on <a
href="http://androidforums.com/register.php">Android Forums</a>.</li><li>Go to <a
href="http://androidforums.com/htc-droid-incredible/250029-htc-vs-android-calendar.html#post2623147">this post</a>, and download the attached file, com.google.android.calendar.apk. This is the default Android Calendar app.</li><li>Plug your phone into your computer, so it appears as an attached drive, and copy com.google.android.calendar.apk to your phone. Once it has finished copying, disconnect your phone.</li><li>Open ASTRO File Manager, and locate com.google.android.calendar.apk. Select it, then use the &#8220;Open App Manager&#8221; option.</li><li>Install it.</li><li>Go to your Apps, and open the Calendar app. The first time you open it, it&#8217;ll crash &#8211; you can just Force Close it.</li><li>Open the Calendar app again, and open an event &#8211; it will ask you which Calendar app you want to use as default, select the one with the Blue calendar icon.</li></ol><p>Okay, so there are a few steps involved, but if you&#8217;re familiar with side-loading apps, it shouldn&#8217;t take you more than a few minutes.</p><p>After this, individual events will open in Google Calendar, which <em>does</em> use your default mapping application. It won&#8217;t disable HTC Locations completely, but it&#8217;s the best option we have.</p><p>Finally, an open letter:</p><blockquote><p>Dear HTC,</p><p>Respect system defaults.</p><p>Love,<br
/> Android users everywhere.</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://pento.net/2011/07/12/avoiding-htc-locations/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Below the Line Voting Data: Roll Your Own Analysis</title><link>http://pento.net/2010/09/22/below-the-line-voting-data-roll-your-own-analysis/</link> <comments>http://pento.net/2010/09/22/below-the-line-voting-data-roll-your-own-analysis/#comments</comments> <pubDate>Wed, 22 Sep 2010 09:16:10 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Australia 2010]]></category> <guid
isPermaLink="false">http://pento.net/?p=506</guid> <description><![CDATA[I&#8217;ve had a few people ask where I got the data for my last couple of posts, so I thought I&#8217;d put together a quick how-to for performing the same analysis, or running your own queries. I&#8217;ve used MySQL for this, but you should be able to easily convert these statements to work with your [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve had a few people ask where I got the data for my <a
href="http://pento.net/2010/09/18/voting-below-the-line-its-the-new-black/">last couple</a> <a
href="http://pento.net/2010/09/21/conroy-and-fielding-the-battle-for-last-place/">of posts</a>, so I thought I&#8217;d put together a quick how-to for performing the same analysis, or running your own queries. I&#8217;ve used <a
href="http://mysql.com/">MySQL</a> for this, but you should be able to easily convert these statements to work with your data store of choice. (Feel free to post them in the comments!)</p><p>First of all, you&#8217;re going to need to get the raw data. The AEC provides this as a bunch of CSV files, available for download on their site. The <a
href="http://vtr.aec.gov.au/SenateDownloadsMenu-15508-csv.htm">2010 data can be found here</a>, the <a
href="http://results.aec.gov.au/13745/Website/SenateDownloadsMenu-13745-csv.htm">2007 data can be found here</a>.<sup
class='footnote'><a
href='#fn-506-1' id='fnref-506-1'>1</a></sup> Grab the <em>National list of Candidates</em>, and the <em>State Below the Line Preferences</em> files.</p><p>Next up, create some tables to hold this data. Here&#8217;s the table definition for the candidates table:</p><div
class="wp_syntax"><div
class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">CREATE</span> <span style="color: #990099; font-weight: bold;">TABLE</span> <span style="color: #008000;">`2010<span style="color: #008080; font-weight: bold;">_</span>candidates`</span> <span style="color: #FF00FF;">&#40;</span>
    <span style="color: #008000;">`state`</span> <span style="color: #999900; font-weight: bold;">varchar</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">3</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`party`</span> <span style="color: #999900; font-weight: bold;">varchar</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">5</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`party<span style="color: #008080; font-weight: bold;">_</span>name`</span> <span style="color: #999900; font-weight: bold;">text</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`candidate<span style="color: #008080; font-weight: bold;">_</span>id`</span> <span style="color: #999900; font-weight: bold;">bigint</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">20</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`surname`</span> <span style="color: #999900; font-weight: bold;">text</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`name`</span> <span style="color: #999900; font-weight: bold;">text</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`elected`</span> <span style="color: #999900; font-weight: bold;">varchar</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">1</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`historic<span style="color: #008080; font-weight: bold;">_</span>elected`</span> <span style="color: #999900; font-weight: bold;">varchar</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">1</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #990099; font-weight: bold;">KEY</span> <span style="color: #008000;">`party`</span> <span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">`party`</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">,</span>
    <span style="color: #990099; font-weight: bold;">KEY</span> <span style="color: #008000;">`candidate<span style="color: #008080; font-weight: bold;">_</span>state`</span> <span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">`candidate<span style="color: #008080; font-weight: bold;">_</span>id`</span><span style="color: #000033;">,</span><span style="color: #008000;">`state`</span><span style="color: #FF00FF;">&#41;</span>
<span style="color: #FF00FF;">&#41;</span> <span style="color: #990099; font-weight: bold;">ENGINE</span><span style="color: #CC0099;">=</span><span style="color: #990099; font-weight: bold;">InnoDB</span><span style="color: #000033;">;</span></pre></div></div><p>You&#8217;ll also need to create a table for each state. You could put it in one big table, but I was doing all of this on my local machine with a limited amount of RAM, so I wanted to keep the tables small:</p><div
class="wp_syntax"><div
class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">CREATE</span> <span style="color: #990099; font-weight: bold;">TABLE</span> <span style="color: #008000;">`2010<span style="color: #008080; font-weight: bold;">_</span>prefs<span style="color: #008080; font-weight: bold;">_</span>nsw`</span> <span style="color: #FF00FF;">&#40;</span>
    <span style="color: #008000;">`candidate<span style="color: #008080; font-weight: bold;">_</span>id`</span> <span style="color: #999900; font-weight: bold;">bigint</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">20</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`preference`</span> <span style="color: #999900; font-weight: bold;">int</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">11</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`batch`</span> <span style="color: #999900; font-weight: bold;">int</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">11</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`paper`</span> <span style="color: #999900; font-weight: bold;">int</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">11</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #990099; font-weight: bold;">KEY</span> <span style="color: #008000;">`candidate<span style="color: #008080; font-weight: bold;">_</span>pref`</span> <span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">`candidate<span style="color: #008080; font-weight: bold;">_</span>id`</span><span style="color: #000033;">,</span><span style="color: #008000;">`preference`</span><span style="color: #FF00FF;">&#41;</span>
<span style="color: #FF00FF;">&#41;</span> <span style="color: #990099; font-weight: bold;">ENGINE</span><span style="color: #CC0099;">=</span><span style="color: #990099; font-weight: bold;">InnoDB</span><span style="color: #000033;">;</span></pre></div></div><p>Importing the data is pretty easy. Just run this query for the Candidate file:</p><div
class="wp_syntax"><div
class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">LOAD</span> <span style="color: #990099; font-weight: bold;">DATA</span> <span style="color: #990099; font-weight: bold;">LOCAL</span> <span style="color: #990099; font-weight: bold;">INFILE</span> <span style="color: #008000;">&quot;/path/to/SenateCandidatesDownload-15508.csv&quot;</span> <span style="color: #990099; font-weight: bold;">INTO</span> <span style="color: #990099; font-weight: bold;">TABLE</span> <span style="color: #008080;">2010</span>_candidates <span style="color: #990099; font-weight: bold;">FIELDS</span> <span style="color: #990099; font-weight: bold;">TERMINATED BY</span> <span style="color: #008000;">','</span> <span style="color: #990099; font-weight: bold;">IGNORE</span> <span style="color: #008080;">2</span> <span style="color: #990099; font-weight: bold;">LINES</span><span style="color: #000033;">;</span></pre></div></div><p>Similarly, run this query for each state (modifying for the correct file name and table name, of course).</p><div
class="wp_syntax"><div
class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">LOAD</span> <span style="color: #990099; font-weight: bold;">DATA</span> <span style="color: #990099; font-weight: bold;">LOCAL</span> <span style="color: #990099; font-weight: bold;">INFILE</span> <span style="color: #008000;">&quot;/path/to/﻿SenateStateBTLPreferences-15508-NSW.csv&quot;</span>  <span style="color: #990099; font-weight: bold;">INTO</span> <span style="color: #990099; font-weight: bold;">TABLE</span> <span style="color: #008080;">2010</span>_prefs_nsw <span style="color: #990099; font-weight: bold;">FIELDS</span> <span style="color: #990099; font-weight: bold;">TERMINATED BY</span> <span style="color: #008000;">','</span> <span style="color: #990099; font-weight: bold;">IGNORE</span> <span style="color: #008080;">2</span> <span style="color: #990099; font-weight: bold;">LINES</span><span style="color: #000033;">;</span></pre></div></div><p>You now have all of the raw data. I preferred to make a summary table to hold the preference count for each candidate:</p><div
class="wp_syntax"><div
class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">CREATE</span> <span style="color: #990099; font-weight: bold;">TABLE</span> <span style="color: #008000;">`2010<span style="color: #008080; font-weight: bold;">_</span>prefs<span style="color: #008080; font-weight: bold;">_</span>summary`</span> <span style="color: #FF00FF;">&#40;</span>
    <span style="color: #008000;">`candidate<span style="color: #008080; font-weight: bold;">_</span>id`</span> <span style="color: #999900; font-weight: bold;">bigint</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">20</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`preference`</span> <span style="color: #999900; font-weight: bold;">int</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">11</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #008000;">`preference<span style="color: #008080; font-weight: bold;">_</span>total`</span> <span style="color: #999900; font-weight: bold;">bigint</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">20</span><span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099; font-weight: bold;">NOT</span> <span style="color: #9900FF; font-weight: bold;">NULL</span><span style="color: #000033;">,</span>
    <span style="color: #990099; font-weight: bold;">KEY</span> <span style="color: #008000;">`candidate<span style="color: #008080; font-weight: bold;">_</span>pref`</span> <span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">`candidate<span style="color: #008080; font-weight: bold;">_</span>id`</span><span style="color: #000033;">,</span><span style="color: #008000;">`preference`</span><span style="color: #FF00FF;">&#41;</span>
<span style="color: #FF00FF;">&#41;</span> <span style="color: #990099; font-weight: bold;">ENGINE</span><span style="color: #CC0099;">=</span><span style="color: #990099; font-weight: bold;">InnoDB</span><span style="color: #000033;">;</span></pre></div></div><p>Populating this table is pretty easy. Just repeat this query for each state (note the reference to the 2010_prefs_nsw table, and the &#8220;NSW&#8221; WHERE clause):</p><div
class="wp_syntax"><div
class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">INSERT</span> <span style="color: #990099; font-weight: bold;">INTO</span> <span style="color: #008080;">2010</span>_prefs_summary
    <span style="color: #FF00FF;">&#40;</span> <span style="color: #990099; font-weight: bold;">SELECT</span>
        c.candidate_id<span style="color: #000033;">,</span> p.preference<span style="color: #000033;">,</span> <span style="color: #000099;">count</span><span style="color: #FF00FF;">&#40;</span> p.preference <span style="color: #FF00FF;">&#41;</span> <span style="color: #990099; font-weight: bold;">AS</span> preference_total
    <span style="color: #990099; font-weight: bold;">FROM</span>
        <span style="color: #008080;">2010</span>_candidates c
    <span style="color: #000099;">LEFT</span> <span style="color: #990099; font-weight: bold;">JOIN</span>
        <span style="color: #008080;">2010</span>_prefs_nsw p
    <span style="color: #990099; font-weight: bold;">ON</span>
        c.candidate_id<span style="color: #CC0099;">=</span>p.candidate_id
    <span style="color: #990099; font-weight: bold;">WHERE</span>
        p.state<span style="color: #CC0099;">=</span><span style="color: #008000;">&quot;NSW&quot;</span> <span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span></pre></div></div><p>Now, grabbing the preference data for any candidate is quite easy, you just need to know their candidate_id (look it up in the 2010_candidates table):</p><div
class="wp_syntax"><div
class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">SELECT</span> <span style="color: #CC0099;">*</span> <span style="color: #990099; font-weight: bold;">FROM</span> <span style="color: #008080;">2010</span>_prefs_summary <span style="color: #990099; font-weight: bold;">WHERE</span> candidate_id<span style="color: #CC0099;">=</span><span style="color: #008080;">12345</span><span style="color: #000033;">;</span></pre></div></div><p>Have fun! If you come up with anything interesting, <a
href="http://twitter.com/garypendergast">let me know on Twitter</a>, I&#8217;d love to hear about it!</p><div
class='footnotes'><div
class='footnotedivider'></div><ol><li
id='fn-506-1'>I&#8217;ve contacted the AEC, but it seems they don&#8217;t have data available from before the 2007 federal election &#8211; I assume they just didn&#8217;t store the raw counting data. <span
class='footnotereverse'><a
href='#fnref-506-1'>&#8617;</a></span></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://pento.net/2010/09/22/below-the-line-voting-data-roll-your-own-analysis/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Conroy and Fielding: The Battle for Last Place</title><link>http://pento.net/2010/09/21/conroy-and-fielding-the-battle-for-last-place/</link> <comments>http://pento.net/2010/09/21/conroy-and-fielding-the-battle-for-last-place/#comments</comments> <pubDate>Tue, 21 Sep 2010 04:33:32 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Australia 2010]]></category> <category><![CDATA[Stephen Conroy]]></category> <category><![CDATA[Steve Fielding]]></category> <guid
isPermaLink="false">http://pento.net/?p=488</guid> <description><![CDATA[The 2010 Australian Federal Election saw a battleground being drawn &#8211; between those who advocated voting Stephen Conroy last (for his “insist[ence] on pressing ahead with a Mandatory Internet Filter for Australia”), and those advocating voting Steve Fielding last. As it turned out, voters were cool with letting them share last and second last places. [...]]]></description> <content:encoded><![CDATA[<p>The 2010 Australian Federal Election saw a battleground being drawn &#8211; between those who advocated <a
href="http://filter-conroy.com/">voting Stephen Conroy last</a> (for his “insist[ence] on pressing ahead with a Mandatory Internet Filter for Australia”), and those advocating <a
href="http://www.crikey.com.au/2010/06/17/vote-last-steve-fielding-a-prize-idiot-in-the-maternity-leave-debate/">voting Steve Fielding last</a>. As it turned out, voters were cool with letting them share last and second last places.</p><p>Thanks to the amazing amount of data the AEC make available, we&#8217;re able to analyse how people voted Below the Line on their senate ticket. This graph shows how many people placed these two candidates at each position (click for full-size):</p><p
style="text-align: center;"><a
href="http://pento.net/blog/wp-content/uploads/2010/09/fielding-conroy.png"><img
class="size-large wp-image-520" title="Fielding/Conroy preference statistics" src="http://pento.net/blog/wp-content/uploads/2010/09/fielding-conroy-1024x541.png" alt="" width="600" height="316" /></a></p><p>There are several points of interest here. For Senator Conroy, his largest spikes by far were at 2 and 8. This suggests that a large chunk of people are voting Labor first or second, probably after the Greens. Similarly, the spike at 57 would coincide with voters putting Labor last. Senator Fielding sees a similar pattern, the spike at 1 being people putting Family First first on their preferences, the group of spikes at the end would be Family First being voted towards last, the final spike at 56 being a large group of voters putting Family First as the last party on their ballot.</p><p>Far more interesting, however, are the last few places on the ballot. If people were voting by party, this should drop off significantly. Instead, we see both candidates having a significant proportion of voters<sup
class='footnote'><a
href='#fn-488-1' id='fnref-488-1'>1</a></sup> putting them last or second last.</p><p>As I mentioned in my previous post regarding <a
href="http://pento.net/2010/09/18/voting-below-the-line-its-the-new-black/">Below the Line statistics</a>, both NSW and Queensland saw an increase in the proportion of voters choosing to vote Below the Line, a 0.37% and 0.3% increase, respectively. As the proportion of Below the Line voters tends to increase as the number of candidates decreases, one would expect Victoria to see a similar increase. As it turns out, the push for people to vote Below the Line saw a greater effect in Victoria, with a 0.89% increase. I would attribute most, if not all, of this growth to the campaigns mentioned above, and the availability of tools like <a
href="http://www.belowtheline.org.au/">Vote Below the Line</a>.</p><p>So, what can we take away from these numbers? First of all, given that both of these campaigns were entirely word-of-mouth based, with zero advertising, they were surprisingly effective. Contacting and convincing 7-9% of voters to vote in a particular way is no mean feat. Social media certainly played a large part of this, whether it be new media like Twitter and Facebook, blogs like <a
href="http://www.crikey.com.au/">Crikey</a>, or forums like <a
href="http://whirlpool.net.au/">Whirlpool</a>.</p><p>Secondly, voters should see this as clear evidence that every individual does have a voice, when put together, can add up to a shout!</p><p>Finally, both of these Senators, along with all candidates, should read it as a clear message &#8211; voters do associate particular behaviour with particular politicians, and are capable of organising to send a protest vote to them.</p><div
class='footnotes'><div
class='footnotedivider'></div><ol><li
id='fn-488-1'>Fielding: 8.9%, Conroy: 7% <span
class='footnotereverse'><a
href='#fnref-488-1'>&#8617;</a></span></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://pento.net/2010/09/21/conroy-and-fielding-the-battle-for-last-place/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Voting Below the Line: It&#8217;s the New Black</title><link>http://pento.net/2010/09/18/voting-below-the-line-its-the-new-black/</link> <comments>http://pento.net/2010/09/18/voting-below-the-line-its-the-new-black/#comments</comments> <pubDate>Sat, 18 Sep 2010 12:35:42 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Australia 2010]]></category> <category><![CDATA[Too Much Spare Time]]></category> <category><![CDATA[Voting Nerds]]></category> <guid
isPermaLink="false">http://pento.net/?p=490</guid> <description><![CDATA[Voting Below the Line. For a long time, it&#8217;s been the domain of the political nerds, the 3% of the population who know the policy of every party on any topic. However, thanks to the rise of sites like Below the Line, it&#8217;s suddenly become easier to plan your vote in advance, without the stress [...]]]></description> <content:encoded><![CDATA[<p>Voting Below the Line. For a long time, it&#8217;s been the domain of the political nerds, the 3% of the population who know the policy of every party on any topic. However, thanks to the rise of sites like <a
href="http://www.belowtheline.org.au/">Below the Line</a>, it&#8217;s suddenly become easier to plan your vote in advance, without the stress of standing in the little cardboard booth on election day, trying to remember the difference between the Australian Labor Party and the Democratic Labor Party, or the Socialist Alliance and the Socialist Equality parties.</p><p>Pushing this new trend is the idea of protest voting a particular candidate &#8211; movements have sprung up, encouraging people to <a
href="http://filter-conroy.com/">vote Stephen Conroy last</a> (for his &#8220;insist[ence] on pressing ahead with a Mandatory Internet Filter for Australia&#8221;), or to <a
href="http://www.crikey.com.au/2010/06/17/vote-last-steve-fielding-a-prize-idiot-in-the-maternity-leave-debate/">vote Steve Fielding last</a> (for being Steve Fielding, I suspect). So, how effective were these campaigns? Well, we can&#8217;t know quite yet &#8211; the Australian Electoral Commission are yet to release the Below the Line voting data for Victoria. However, while waiting for the AEC to make it available, I&#8217;ve checked out what&#8217;s been happening around the country:</p><ul><li>Victoria isn&#8217;t the only state that saw protest voting a candidate as a way to get a message across &#8211; in Tasmania, Eric Abetz (Liberals) and Christine Milne (Greens) saw an unusually high proportion of people putting them last on the ballot (in comparison to other candidates, or their own party). Similarly, Gary Humphries (Liberal) in the ACT found himself put last by a large chunk of the voting populace. Unfortunately, I&#8217;m unfamiliar with all of these candidates &#8211; perhaps someone more knowledgeable can fill me in on why they ended up like this?</li><li>One Nation, The Climate Sceptics and Family First are generally disliked around the country. They were by far the most common parties to be put last.</li><li>Despite the unending news reports describing the epidemic of voter apathy in NSW and Queensland, both states saw an increase in the proportion of voters voting Below the Line &#8211; up from 1.78% and 2.68% to 2.15% and 2.98%, respectively.</li><li>Around the nation, there was a general increase in the proportion of voters going Below the Line, up ~0.47% from 3.14% to 3.61%.</li><li>Generally, the proportion of voters choosing to vote Below the Line increases as the number of candidates decreases.</li><li>Tasmanians seem to be the most willing to vote Below the Line, with 19.53% of people taking the extra few minutes to do it.</li></ul><p>Hopefully the Victoria Below the Line data will be released soon. Naturally, I&#8217;ll be analysing how Senators Conroy and Fielding fared, and bringing you the results.</p><p>As a slightly less serious aside, there are no statistics on the number of polling places   with sausage sizzles. As my local church hall had no such BBQ-related   facilities, I will be pushing at both a state and federal level for  urgent electoral reform to be enacted &#8211; the AEC should be responsible  for ensuring all polling venues have fair and equal access to the  appropriate equipment and supplies required to provide voters with  charcoaled meat in a slice of white bread. <img
src='http://pento.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><strong>UPDATE 2010-09-21</strong>: Victorian stats released, corrected total BtL statistic to match.</p> ]]></content:encoded> <wfw:commentRss>http://pento.net/2010/09/18/voting-below-the-line-its-the-new-black/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Tabs in Firefox 4 (aka, I can&#8217;t believe it&#8217;s not Chrome)</title><link>http://pento.net/2010/07/28/tabs-in-firefox-4-aka-i-cant-believe-its-not-chrome/</link> <comments>http://pento.net/2010/07/28/tabs-in-firefox-4-aka-i-cant-believe-its-not-chrome/#comments</comments> <pubDate>Wed, 28 Jul 2010 01:01:59 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[chrome]]></category> <category><![CDATA[firefox]]></category> <guid
isPermaLink="false">http://pento.net/?p=420</guid> <description><![CDATA[First up, if you&#8217;re not sure how, Lifehacker has a great reference on where to find your userChrome.css file. One of the things I love about Google Chrome is that it shows all the tabs at once &#8211; even if it has to get really squishy. By default, Firefox limits them to 100px wide, then [...]]]></description> <content:encoded><![CDATA[<p>First up, if you&#8217;re not sure how, Lifehacker has a great reference on <a
href="http://lifehacker.com/197715/customize-firefox-with-userchromecss">where to find your userChrome.css file</a>.</p><p>One of the things I love about Google Chrome is that it shows all the tabs at once &#8211; even if it has to get really squishy. By default, Firefox limits them to 100px wide, then starts scrolling. Since Firefox 2.0, you&#8217;ve been able to use <a
href="http://kb.mozillazine.org/Browser.tabs.tabMinWidth">browser.tabs.tabMinWidth</a> to disable this. As of Firefox 4.0b2, however, this functionality has been moved to userChrome.css. Add the following CSS to your userChrome.css to make it act the same as Chrome:</p><div
class="wp_syntax"><div
class="code"><pre class="css" style="font-family:monospace;">.tabbrowser-tab<span style="color: #00AA00;">&#91;</span>fadein<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>pinned<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">min-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> !important<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div><p>Another great feature of Chrome is having the tabs in the title bar, as it reduces wasted space. Again, you can get the same functionality very easily with Firefox 4, by adding the following to your userChrome.css:</p><div
class="wp_syntax"><div
class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#appmenu-button-container</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span> !important<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#appmenu-button</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span> <span style="color: #933;">18px</span> <span style="color: #933;">3px</span> <span style="color: #933;">18px</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">3px</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> rgba<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">54</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">121</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">166</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0.2</span><span style="color: #00AA00;">&#41;</span> !important<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#toolbar-menubar</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-25px</span> <span style="color: #933;">100px</span> <span style="color: #933;">5px</span> <span style="color: #933;">100px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#navigator-toolbox</span><span style="color: #00AA00;">&#91;</span>tabsontop<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;true&quot;</span><span style="color: #00AA00;">&#93;</span> <span style="color: #cc00cc;">#TabsToolbar</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">125px</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">95px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div><p>Note that I&#8217;ve tweaked this for Windows 7 &#8211; you may need to alter the values for other platforms. Feel free to post your tweaks in the comments!</p><p>As a bonus, here&#8217;s a screenshot of these tweaks in action &#8211; lets play &#8220;guess which websites Gary has open&#8221;.</p><p><a
rel="lightbox[2010-6-3-11-31-46]" href="http://lh6.ggpht.com/_Dnuvk1_JloE/TE-IN6MH1KI/AAAAAAAABIU/BAyM-HH5lWk/Firefox%20Tabs.png?imgmax=800"><img
class="pie-img aligncenter" style="margin: 10px 10px 10px 10px;" src="http://lh6.ggpht.com/_Dnuvk1_JloE/TE-IN6MH1KI/AAAAAAAABIU/BAyM-HH5lWk/Firefox%20Tabs.png?imgmax=160" alt="Firefox Tabs.png" width="160" height="96" /></a></p><p><br
style="clear: both;"/></p><p><strong>UPDATE: 2010-09-08</strong>: Firefox 4 beta 5 changed how this worked a little bit, so I&#8217;ve updated the userChrome.css code.</p> ]]></content:encoded> <wfw:commentRss>http://pento.net/2010/07/28/tabs-in-firefox-4-aka-i-cant-believe-its-not-chrome/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>WordPress Shouldn&#8217;t Use nofollow</title><link>http://pento.net/2009/05/14/wordpress-shouldnt-use-nofollow/</link> <comments>http://pento.net/2009/05/14/wordpress-shouldnt-use-nofollow/#comments</comments> <pubDate>Thu, 14 May 2009 03:03:13 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Akismet]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://pento.net/?p=240</guid> <description><![CDATA[In my random wandering across the internet today, I discovered that, by default, WordPress adds the rel="nofollow" attribute to links in comments. Now, we all know the original purpose of nofollow, to try and discourage comment spam. This isn&#8217;t really relevant to WordPress anymore, though. Akismet has been supported in WordPress for quite some time. [...]]]></description> <content:encoded><![CDATA[<p>In my random wandering across the internet today, I discovered that, by default, WordPress adds the <code>rel="nofollow"</code> attribute to links in comments. Now, we all know the original purpose of nofollow, to try and discourage comment spam. This isn&#8217;t really relevant to WordPress anymore, though. <a
href="http://akismet.com/">Akismet</a> has been supported in WordPress for quite some time. Indeed, I noticed that 2.7 comes with it installed by default. I can attest to the quality of the Akismet plugin: out of thousands of spam comments, it has let exactly one through, and I&#8217;ve had one false positive.</p><p>To that end, I strongly recommend all WordPress users install Akismet, and the <a
href="http://www.semiologic.com/software/dofollow/">DoFollow</a> plugin. All it does is disable the nofollow attribute on external links in the comments. With the help of Akismet, you can safely do this without providing assistance to spammers.</p><p>And to everyone who has contributed to my blog in the past, my apologies for giving you your proper due. That has now been remedied.</p> ]]></content:encoded> <wfw:commentRss>http://pento.net/2009/05/14/wordpress-shouldnt-use-nofollow/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Embed YouTube videos with XHTML 1.0 Strict code</title><link>http://pento.net/2009/04/14/embed-youtube-videos-with-xhtml-10-strict-code/</link> <comments>http://pento.net/2009/04/14/embed-youtube-videos-with-xhtml-10-strict-code/#comments</comments> <pubDate>Tue, 14 Apr 2009 09:10:23 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[XHTML]]></category> <category><![CDATA[youtube]]></category> <guid
isPermaLink="false">http://pento.net/?p=203</guid> <description><![CDATA[Being a bit of a web geek, I like to keep my sites running in Strict mode for whatever HTML/XHTML version I happen to be working in. So, I was saddened to discover that the Embed code that YouTube gives doesn&#8217;t pass XHTML 1.0 Strict, due to their use of the now deprecated embed tag. [...]]]></description> <content:encoded><![CDATA[<p>Being a bit of a web geek, I like to keep my sites running in Strict mode for whatever HTML/XHTML version I happen to be working in. So, I was saddened to discover that the Embed code that YouTube gives doesn&#8217;t pass XHTML 1.0 Strict, due to their use of the now deprecated <code>embed</code> tag. Happily, there&#8217;s a way to fix this. As a bonus, the code required is much nicer than the code YouTube gives you:</p><div
class="wp_syntax"><div
class="code"><pre class="xhtml" style="font-family:monospace;">&lt;object type=&quot;application/x-shockwave-flash&quot; style=&quot;width:480px; height:385px;&quot; data=&quot;http://www.youtube.com/v/p1QMoQ3jbjc&quot;&gt;
    &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/p1QMoQ3jbjc&quot; /&gt;
&lt;/object&gt;</pre></div></div><p>You just need to replace the two URLs with the one for your video, and set the appropriate width/height. YouTube&#8217;s defaults are 320&#215;265, 425&#215;344, 480&#215;385 and 640&#215;505.</p><p>There you have it! It&#8217;s a simple as that. And to prove it works, here&#8217;s the same code from above:</p><p
style="text-align: center;"><object
type="application/x-shockwave-flash" style="width:480px; height:385px;" data="http://www.youtube.com/v/p1QMoQ3jbjc"><param
name="movie" value="http://www.youtube.com/v/p1QMoQ3jbjc" /></object></p> ]]></content:encoded> <wfw:commentRss>http://pento.net/2009/04/14/embed-youtube-videos-with-xhtml-10-strict-code/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Fed Square Microbreweries Showcase</title><link>http://pento.net/2009/03/19/fed-square-microbreweries-showcase/</link> <comments>http://pento.net/2009/03/19/fed-square-microbreweries-showcase/#comments</comments> <pubDate>Thu, 19 Mar 2009 05:36:37 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[beer]]></category> <category><![CDATA[federation square]]></category> <category><![CDATA[microbeers]]></category> <category><![CDATA[microbreweries]]></category> <guid
isPermaLink="false">http://pento.net/?p=124</guid> <description><![CDATA[Yesterday, I went to the Microbreweries Showcase, held at Federation Square. With 17 breweries showing their product, there were plenty to try from. Here are my notes from the variety I tasted: Brewery Brew Notes Arctic Fox Brewery Ice Cap Lager Light flavour, with a slightly fruity aftertaste. Drinkable, but not particularly exciting. Bridge Road [...]]]></description> <content:encoded><![CDATA[<p>Yesterday, I went to the Microbreweries Showcase, held at Federation Square. With 17 breweries showing their product, there were plenty to try from. Here are my notes from the variety I tasted:</p><table><tbody><tr><th>Brewery</th><th>Brew</th><th>Notes</th></tr><tr><td><a
href="http://www.arcticfox.com.au">Arctic Fox Brewery</a></td><td>Ice Cap Lager</td><td>Light flavour, with a slightly fruity aftertaste. Drinkable, but not particularly exciting.</td></tr><tr><td><a
href="http://www.bridgeroadbrewers.com.au/">Bridge Road Brewers</a></td><td>Dark Ale</td><td>A solid porter. Nice smoky flavour.</td></tr><tr><td
rowspan="2"><a
href="http://www.buckleysbeer.com.au/">Buckley&#8217;s Beers</a></td><td>Pilz Lager</td><td>Very sweet. Easy to drink.</td></tr><tr><td>Original Ale</td><td>Sweet, light flavour.</td></tr><tr><td><a
href="http://www.coldstreambrewery.com.au">Coldstream Brewery</a></td><td>Cider</td><td>Boring. Really unimpressive. Tasted like watered down apple juice.</td></tr><tr><td><a
href="http://www.grand-ridge.com.au/">Grand Ridge Brewery</a></td><td>Natural Blonde</td><td>A sweet wheat beer, with a hinte of orange. An excellent summer beer.</td></tr><tr><td
rowspan="3"><a
href="http://www.holgatebrewhouse.com">Holgate Brewhouse</a></td><td>White Ale</td><td>A clove flavour, reminded me of spiced wine.</td></tr><tr><td>Big Red Pilsner</td><td>Brilliant, rich red colour. Boring flavour.</td></tr><tr><td>Temptress Dark Ale</td><td>A rich porter, made with vanilla beans and Dutch cocoa. Could work even as a dessert beer.</td></tr><tr><td><a
href="http://www.matildabay.com.au">Matilda Bay Brewing Co</a></td><td>Sebastian Reserve Dunkelweizen</td><td>Sweet and dark, with a hint of apple. Tasty.</td></tr><tr><td><a
href="http://www.mildurabrewery.com.au">Mildura Brewery</a></td><td>Mallee Bull</td><td>Brilliant colour, uninspiring flavour.</td></tr><tr><td><a
href="http://www.goatbeer.com.au">Mountain Goat Brewery</a></td><td>Fancy Pants Amber Ale</td><td>Similar to their Hightail Ale, but not quite as strong a flavour. Slighty sweet, slightly spiced. Smelled of celery, for some unknown reason.</td></tr><tr><td><a
href="http://www.otwayestate.com.au">Prickly Moses &#8211; Otway Estate</a></td><td>Summer Ale</td><td>Bleh. Reminds me of Carlton Draught.</td></tr><tr><td
rowspan="2"><a
href="http://www.redduckbeer.com.au">Red Duck Brewery</a></td><td>Pale Ale</td><td>Light flavour. Nice summer beer.</td></tr><tr><td>Honey Porter</td><td>Light porter flavour, strong honey flavour. Nice, but similar to Beez Neez, I couldn&#8217;t drink much of it.</td></tr><tr><td><a
href="http://www.southernbay.com.au">Southern Bay Brewing Co</a></td><td>Effen Premier Lager</td><td>A fairly standard lager. Good to drink, but nothing exciting.</td></tr><tr><td><a
href="http://www.sweetwaterbrewing.com.au">Sweetwater Brewing Company</a></td><td>Golden Bitter</td><td>Tastes like it should have flavour, but has been watered down instead.</td></tr><tr><td><a
href="http://www.templebrewing.com.au">Temple Brewing Company</a></td><td>Saison</td><td>Good flavour, reminded me of Hoegaarden. A hint of cloves.</td></tr><tr><td><a
href="http://www.3ravens.com.au">The 3 Ravens Brewing Co</a></td><td>Dark Smoke Beer</td><td>An excellent stout. Traditional, tasty.</td></tr><tr><td><a
href="http://www.2brothers.com.au">2 Brothers Brewery</a></td><td>Growler</td><td>An American brown ale. Nice, but nothing special. Kind of a light porter.</td></tr><tr><td><a
href="http://www.threetroupers.com.au">Three Troupers</a></td><td>Pilsner</td><td>Light colour and flavour, like a Pilsner should be. Small bite in the aftertaste to keep things interesting.</td></tr></tbody></table><p>All up, a good variety from some of Australia&#8217;s microbreweries. Particularly worth mentioning is Holgate&#8217;s Temptress Dark Ale, which is probably the best chocolate beer I&#8217;ve had. Buckley&#8217;s Beers also gets a second mention, for making my two favourite beers for the night, though the Original Ale just beats the Pilz Lager.</p> ]]></content:encoded> <wfw:commentRss>http://pento.net/2009/03/19/fed-square-microbreweries-showcase/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>pento.net goes mobile!</title><link>http://pento.net/2009/02/22/pentonet-goes-mobile/</link> <comments>http://pento.net/2009/02/22/pentonet-goes-mobile/#comments</comments> <pubDate>Sun, 22 Feb 2009 21:12:36 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[mobile]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://pento.net/?p=93</guid> <description><![CDATA[With a bit of fiddling around, I&#8217;ve found a good combination of WordPress plugins for mobile support. For iPhone/iPod: WPtouch. Lots of options, looks good on the iPhone browser. For all other mobiles: WP-viewMobile. This one is particularly handy, because it gives you the option to define the user agent strings it should activate for. [...]]]></description> <content:encoded><![CDATA[<p>With a bit of fiddling around, I&#8217;ve found a good combination of WordPress plugins for mobile support.</p><ul><li>For iPhone/iPod: <a
title="iPhone plugin for WordPress by Brave New Code" href="http://www.bravenewcode.com/wptouch/">WPtouch</a>. Lots of options, looks good on the iPhone browser.</li><li>For all other mobiles: <a
title="Generic mobile plugin for WordPress by handypark.de" href="http://www.handypark.de/webmaster/blogs/wp-viewmobile-en.html">WP-viewMobile</a>. This one is particularly handy, because it gives you the option to define the user agent strings it should activate for. To make it play nicely with WPtouch, I just had to remove the iPhone and iPod entries.</li></ul><p>For both of these, setting them up was as simple as turning them on. I also added the various search engine mobile crawlers to WP-viewMobile. At the moment, the list of user agent strings I have are: Googlebot-Mobile, Y!J-SRD/1.0, msnbot-mobile, MSMObot. If anyone knows any others, please let me know.</p><p>So now, if you desperately want to check my site from the road, you can read it a bit easier on your mobile screen.</p> ]]></content:encoded> <wfw:commentRss>http://pento.net/2009/02/22/pentonet-goes-mobile/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Don&#8217;t use GoDaddy Hosting</title><link>http://pento.net/2009/02/18/dont-use-godaddy-hosting/</link> <comments>http://pento.net/2009/02/18/dont-use-godaddy-hosting/#comments</comments> <pubDate>Wed, 18 Feb 2009 04:09:59 +0000</pubDate> <dc:creator>Gary</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[GoDaddy Sucks]]></category> <guid
isPermaLink="false">http://pento.net/?p=84</guid> <description><![CDATA[It will only cause you pain. To give a brief description of the problems I had: Apache is horribly slow. To the point that some RSS readers were having problems subscribing to my blog. Apache setup is weird, and causes all sorts of problems. FTP access is mind-boggling slow, only allows one connection at a [...]]]></description> <content:encoded><![CDATA[<p>It will only cause you pain.</p><p>To give a brief description of the problems I had:</p><ul><li>Apache is horribly slow. To the point that some RSS readers were having problems subscribing to my blog.</li><li>Apache setup is weird, and causes all sorts of problems.</li><li>FTP access is mind-boggling slow, only allows one connection at a time, and at one point, wouldn&#8217;t let me download directories.</li><li>MySQL is sickeningly slow.</li><li>More expensive than better hosts.</li><li>Really bad web interface for site management.</li></ul><p>Now, I&#8217;m happily away from them. Never again.</p> ]]></content:encoded> <wfw:commentRss>http://pento.net/2009/02/18/dont-use-godaddy-hosting/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
