<?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>Strawp.net &#187; Uncategorized</title>
	<atom:link href="http://strawp.net/archive/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://strawp.net</link>
	<description>*So* scripted</description>
	<lastBuildDate>Wed, 11 Aug 2010 15:09:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Recipe for a decent bash shell in Android</title>
		<link>http://strawp.net/archive/recipe-for-a-decent-bash-shell-in-android/</link>
		<comments>http://strawp.net/archive/recipe-for-a-decent-bash-shell-in-android/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 15:09:58 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://strawp.net/?p=174</guid>
		<description><![CDATA[Root your phone if you haven&#8217;t already and install the latest stable CyanogenMod, which includes bash. If this step sounds scary, stop reading now Install ConnectBot: ConnectBot is a fantastic SSH client, but it also has a local terminal emulator. Open it up and select &#8220;local&#8221; from the drop down list and give it any [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li> Root your phone if you haven&#8217;t already and install the latest stable <a href="http://cyanogenmod.com">CyanogenMod</a>, which includes bash. If this step sounds scary, stop reading now <img src='http://strawp.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Install ConnectBot:<br />
<img class="alignright" title="Scan with an android phone to download ConnectBot" src="http://connectbot.googlecode.com/svn/trunk/www/qr-code.png" alt="Connectbot Market QR code" width="100" height="100" /></li>
<li>ConnectBot is a fantastic SSH client, but it also has a local terminal emulator. Open it up and select &#8220;local&#8221; from the drop down list and give it any nickname.</li>
<li>Open it up to see the local shell works. It will, it&#8217;s not bash though and it won&#8217;t have tab completion. Hit the menu button and disconnect.</li>
<li>Long-press the connection and select Edit host.</li>
<li>Find the &#8220;Post-login automation&#8221; option.</li>
<li>enter:
<pre>su
bash
export PS1="\w\$ "
cd /</pre>
<p>This step automatically switches you into root mode (you will be prompted by the superuser manager the first time you do this), starts bash, sets your prompt to the working directory and then changes directory to root.</li>
<li>Hit &#8220;OK&#8221; and then the back button to return to the connections screen. Select the connection to test if it&#8217;s all working.</li>
<li>For quick access, you can add a shortcut to the home screen. Long press on the home screen, select &#8220;Shortcuts&#8221;, &#8220;ConnectBot&#8221; then the name of your connection. </li>
</ol>
<p>Tada! A one-click root terminal in bash with tab-completion (courtesy of ConnectBot&#8217;s keyboard shortcuts). Much better than the Terminal app every other blog tells you to install <img src='http://strawp.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/recipe-for-a-decent-bash-shell-in-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The BNP Hate Factor League</title>
		<link>http://strawp.net/archive/the-bnp-hate-factor-league/</link>
		<comments>http://strawp.net/archive/the-bnp-hate-factor-league/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 20:47:52 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://strawp.net/?p=134</guid>
		<description><![CDATA[As I&#8217;m sure you all noticed last week, the latest fun leaked data from a polical party came from the BNP who somehow had their entire membership list leaked onto the internet. For people like myself this presented two fun opportunities: To do a little bit of geographical and statistical analysis on some odd data [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;m sure you all noticed last week, the latest fun leaked data from a polical party came from the BNP who somehow had their entire <a href="http://www.theregister.co.uk/2008/11/18/bnp_loses_list/">membership list leaked</a> onto <a href="http://wikileaks.org/wiki/British_National_Party_membership_and_contacts_list%2C_2007-2008">the internet</a>. For people like myself this presented two fun opportunities:</p>
<ol>
<li>To do a little bit of geographical and statistical analysis on some odd data</li>
<li>To laugh at a bunch of hate-filled racists</li>
</ol>
<p>There were quite a few nuggets of statistical analysis in the first couple of days: A <a href="http://www.localgibson.com/bnp/">proximity checker</a> to see which of your neighbours members, the obligatory google maps mashups (since, sensibly taken down), <a href="http://spod.cx/bnp_members_list.shtml">a sort of heat map</a> and the Grauniad did an <a href="http://www.guardian.co.uk/uk/interactive/2008/nov/19/bnp">excellent map broken into electoral wards</a>. They were all pretty good, but they still rather suffered from the problem that you see &#8220;hot spots&#8221; in areas which are naturally population nodes. There was no accounting for population density.</p>
<p>Anyway, in a spare moment I took a copy of the database, cleaned up the postcode information a bit, ran it through <a href="http://tinygeocoder.com/">a geocoder</a> to get lat and long data and then ran <em>that</em> through <a href="http://www.mysociety.org/">a lookup</a> for population density and then grouped the data by postcode area. What I now have is a count of each person in a postcode area, divided by the population density &#8211; this should then give a population normalised rank of how hate-filled post code areas are. Anyway, here&#8217;s the Top 40, Top Of The Pops style:</p>
<table cellspacing="0" class="league bnp">
<tr>
<th>Rank</th>
<th>Postal Area</th>
<th>Town</th>
<th>County</th>
<th>Members</th>
<th>Population Density</th>
<th>Hate Factor</th>
</tr>
<tr>
<td class="rank">1</td>
<td class="area">LE67 </td>
<td class="town">Coalville</td>
<td class="county">Leicestershire</td>
<td class="count">56</td>
<td class="population_density">0.621</td>
<td class="hate_factor">90.125</td>
</tr>
<tr>
<td class="rank">2</td>
<td class="area">S63 </td>
<td class="town">Bolton-on-Dearne</td>
<td class="county">Rotherham</td>
<td class="count">50</td>
<td class="population_density">0.557</td>
<td class="hate_factor">89.846</td>
</tr>
<tr>
<td class="rank">3</td>
<td class="area">HX3 </td>
<td class="town">Boothtown</td>
<td class="county">Halifax</td>
<td class="count">35</td>
<td class="population_density">0.563</td>
<td class="hate_factor">62.182</td>
</tr>
<tr>
<td class="rank">4</td>
<td class="area">LS27 </td>
<td class="town">Morley</td>
<td class="county">Leeds</td>
<td class="count">46</td>
<td class="population_density">0.772</td>
<td class="hate_factor">59.618</td>
</tr>
<tr>
<td class="rank">5</td>
<td class="area">BD22 </td>
<td class="town">Oakworth</td>
<td class="county">Keighley</td>
<td class="count">32</td>
<td class="population_density">0.598</td>
<td class="hate_factor">53.556</td>
</tr>
<tr>
<td class="rank">6</td>
<td class="area">CR4 </td>
<td class="town">263-265 London Road</td>
<td class="county">Mitcham</td>
<td class="count">24</td>
<td class="population_density">0.48</td>
<td class="hate_factor">49.96</td>
</tr>
<tr>
<td class="rank">7</td>
<td class="area">WF2 </td>
<td class="town">Wakefield</td>
<td class="county">West Yorkshire</td>
<td class="count">27</td>
<td class="population_density">0.543</td>
<td class="hate_factor">49.727</td>
</tr>
<tr>
<td class="rank">8</td>
<td class="area">HX2 </td>
<td class="town">Illingworth</td>
<td class="county">Halifax</td>
<td class="count">27</td>
<td class="population_density">0.551</td>
<td class="hate_factor">48.974</td>
</tr>
<tr>
<td class="rank">9</td>
<td class="area">NG10 </td>
<td class="town">Long Eaton</td>
<td class="county">Nottingham</td>
<td class="count">27</td>
<td class="population_density">0.551</td>
<td class="hate_factor">48.97</td>
</tr>
<tr>
<td class="rank">10</td>
<td class="area">DE55 </td>
<td class="town">Alfreton</td>
<td class="county">Derbyshire</td>
<td class="count">35</td>
<td class="population_density">0.735</td>
<td class="hate_factor">47.594</td>
</tr>
<tr>
<td class="rank">11</td>
<td class="area">S75 </td>
<td class="town">Silkstone Common</td>
<td class="county">Barnsley</td>
<td class="count">33</td>
<td class="population_density">0.701</td>
<td class="hate_factor">47.047</td>
</tr>
<tr>
<td class="rank">12</td>
<td class="area">LS15 </td>
<td class="town">Crossgates</td>
<td class="county">Leeds</td>
<td class="count">35</td>
<td class="population_density">0.772</td>
<td class="hate_factor">45.362</td>
</tr>
<tr>
<td class="rank">13</td>
<td class="area">CW7 </td>
<td class="town">Winsford</td>
<td class="county">Cheshire</td>
<td class="count">9</td>
<td class="population_density">0.199</td>
<td class="hate_factor">45.124</td>
</tr>
<tr>
<td class="rank">14</td>
<td class="area">M27 </td>
<td class="town">Swinton</td>
<td class="county">Manchester</td>
<td class="count">9</td>
<td class="population_density">0.199</td>
<td class="hate_factor">45.124</td>
</tr>
<tr>
<td class="rank">15</td>
<td class="area">BH1 </td>
<td class="town">Bournemouth</td>
<td class="county">Dorset</td>
<td class="count">7</td>
<td class="population_density">0.158</td>
<td class="hate_factor">44.439</td>
</tr>
<tr>
<td class="rank">16</td>
<td class="area">S70 </td>
<td class="town">Kendray</td>
<td class="county">Barnsley</td>
<td class="count">20</td>
<td class="population_density">0.463</td>
<td class="hate_factor">43.202</td>
</tr>
<tr>
<td class="rank">17</td>
<td class="area">BD13 </td>
<td class="town">Queensbury</td>
<td class="county">Bradford</td>
<td class="count">24</td>
<td class="population_density">0.585</td>
<td class="hate_factor">41.025</td>
</tr>
<tr>
<td class="rank">18</td>
<td class="area">L26 </td>
<td class="town">Halewood</td>
<td class="county">Knowsley</td>
<td class="count">9</td>
<td class="population_density">0.238</td>
<td class="hate_factor">37.871</td>
</tr>
<tr>
<td class="rank">19</td>
<td class="area">E4 </td>
<td class="town">Chingford Hatch</td>
<td class="county">London</td>
<td class="count">12</td>
<td class="population_density">0.32</td>
<td class="hate_factor">37.47</td>
</tr>
<tr>
<td class="rank">20</td>
<td class="area">B37 </td>
<td class="town">Solihull</td>
<td class="county">West Midlands</td>
<td class="count">27</td>
<td class="population_density">0.743</td>
<td class="hate_factor">36.339</td>
</tr>
<tr>
<td class="rank">21</td>
<td class="area">S6 </td>
<td class="town">Riverlin</td>
<td class="county">Sheffield</td>
<td class="count">19</td>
<td class="population_density">0.528</td>
<td class="hate_factor">35.99</td>
</tr>
<tr>
<td class="rank">22</td>
<td class="area">DE24 </td>
<td class="town">Stenson Fields</td>
<td class="county">Derby</td>
<td class="count">26</td>
<td class="population_density">0.772</td>
<td class="hate_factor">33.697</td>
</tr>
<tr>
<td class="rank">23</td>
<td class="area">N18 </td>
<td class="town">Aberdeen Road</td>
<td class="county">London</td>
<td class="count">8</td>
<td class="population_density">0.24</td>
<td class="hate_factor">33.307</td>
</tr>
<tr>
<td class="rank">24</td>
<td class="area">B63 </td>
<td class="town">Halesowen</td>
<td class="county">West Midlands</td>
<td class="count">13</td>
<td class="population_density">0.414</td>
<td class="hate_factor">31.382</td>
</tr>
<tr>
<td class="rank">25</td>
<td class="area">S71 </td>
<td class="town">Carlton</td>
<td class="county">Barnsley</td>
<td class="count">19</td>
<td class="population_density">0.609</td>
<td class="hate_factor">31.192</td>
</tr>
<tr>
<td class="rank">26</td>
<td class="area">NE34 </td>
<td class="town">South Shields</td>
<td class="county">Tyne &#038; Wear</td>
<td class="count">24</td>
<td class="population_density">0.772</td>
<td class="hate_factor">31.105</td>
</tr>
<tr>
<td class="rank">27</td>
<td class="area">CV6 </td>
<td class="town">Bell Green</td>
<td class="county">Coventry</td>
<td class="count">24</td>
<td class="population_density">0.772</td>
<td class="hate_factor">31.105</td>
</tr>
<tr>
<td class="rank">28</td>
<td class="area">WF3 </td>
<td class="town">Tingley</td>
<td class="county">Wakefield</td>
<td class="count">24</td>
<td class="population_density">0.772</td>
<td class="hate_factor">31.105</td>
</tr>
<tr>
<td class="rank">29</td>
<td class="area">HD7 </td>
<td class="town">Leymoor, Golcar</td>
<td class="county">Huddersfield</td>
<td class="count">17</td>
<td class="population_density">0.551</td>
<td class="hate_factor">30.835</td>
</tr>
<tr>
<td class="rank">30</td>
<td class="area">WS9 </td>
<td class="town">Aldridge</td>
<td class="county">Walsall</td>
<td class="count">17</td>
<td class="population_density">0.551</td>
<td class="hate_factor">30.835</td>
</tr>
<tr>
<td class="rank">31</td>
<td class="area">CH2 </td>
<td class="town">Mickle Trafford</td>
<td class="county">Chester</td>
<td class="count">8</td>
<td class="population_density">0.267</td>
<td class="hate_factor">29.923</td>
</tr>
<tr>
<td class="rank">32</td>
<td class="area">DE21 </td>
<td class="town">Oakwood</td>
<td class="county">Derby</td>
<td class="count">23</td>
<td class="population_density">0.772</td>
<td class="hate_factor">29.809</td>
</tr>
<tr>
<td class="rank">33</td>
<td class="area">BD20 </td>
<td class="town">Glusburn</td>
<td class="county">Keighley</td>
<td class="count">20</td>
<td class="population_density">0.68</td>
<td class="hate_factor">29.405</td>
</tr>
<tr>
<td class="rank">34</td>
<td class="area">NG17 </td>
<td class="town">Kirkby-in-Ashfield</td>
<td class="county">Nottinghamshire</td>
<td class="count">31</td>
<td class="population_density">1.066</td>
<td class="hate_factor">29.072</td>
</tr>
<tr>
<td class="rank">35</td>
<td class="area">DE15 </td>
<td class="town">Burton-on-Trent</td>
<td class="county">Staffordshire</td>
<td class="count">22</td>
<td class="population_density">0.772</td>
<td class="hate_factor">28.513</td>
</tr>
<tr>
<td class="rank">36</td>
<td class="area">S5 </td>
<td class="town">Sheffield</td>
<td class="county">South Yorkshire</td>
<td class="count">18</td>
<td class="population_density">0.643</td>
<td class="hate_factor">27.995</td>
</tr>
<tr>
<td class="rank">37</td>
<td class="area">S12 </td>
<td class="town">Sheffield</td>
<td class="county">South Yorkshire</td>
<td class="count">8</td>
<td class="population_density">0.289</td>
<td class="hate_factor">27.649</td>
</tr>
<tr>
<td class="rank">38</td>
<td class="area">B14 </td>
<td class="town">Kings Heath</td>
<td class="county">Birmingham</td>
<td class="count">14</td>
<td class="population_density">0.512</td>
<td class="hate_factor">27.347</td>
</tr>
<tr>
<td class="rank">39</td>
<td class="area">HD3 </td>
<td class="town">Longwood</td>
<td class="county">Huddersfield</td>
<td class="count">17</td>
<td class="population_density">0.623</td>
<td class="hate_factor">27.303</td>
</tr>
<tr>
<td class="rank">40</td>
<td class="area">LS9 </td>
<td class="town">Leeds</td>
<td class="county">West Yorkshire</td>
<td class="count">21</td>
<td class="population_density">0.772</td>
<td class="hate_factor">27.217</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/the-bnp-hate-factor-league/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Berocca Bribing Bloggers</title>
		<link>http://strawp.net/archive/berocca-bribing-bloggers/</link>
		<comments>http://strawp.net/archive/berocca-bribing-bloggers/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 16:50:06 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://strawp.net/?p=122</guid>
		<description><![CDATA[They&#8217;ve clearly gotten a new marketing person over at Berocca in the past year. Having not really touched TV ads until now, they launched a campaign which is clearly targetted at the blogosphere which featured a slighty embarrassing rip-off of OK Go&#8216;s &#8220;Here It Goes Again&#8221; and now they&#8217;re buying blog posts by launching their [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://strawp.net/wp-content/uploads/2008/10/dsc00856.jpg"><img class="size-medium wp-image-123 alignleft" title="Berocca Blogger relief pack" src="http://strawp.net/wp-content/uploads/2008/10/dsc00856-225x300.jpg" alt="" width="225" height="300" /></a>They&#8217;ve clearly gotten a new marketing person over at <a href="http://www.berocca.co.uk/">Berocca</a> in the past year. Having not really touched TV ads until now, they launched a campaign which is clearly targetted at the blogosphere which featured a slighty <a href="http://www.youtube.com/watch?v=YVwJl0oiRC4">embarrassing rip-off</a> of <a href="http://www.okgo.net">OK Go</a>&#8216;s &#8220;<a href="http://www.youtube.com/watch?v=pv5zWaTEVkI">Here It Goes Again</a>&#8221; and now they&#8217;re buying blog posts by launching their &#8220;<a href="http://www.berocca.co.uk/bloggerrelief/">Blogger Relief</a>&#8221; campaign. You can register your blog and if they like it they&#8217;ll send you a box of free stress relieving gizmos.</p>
<p>I don&#8217;t need to be paid off to thoroughly recommend Berocca &#8211; I&#8217;ve been addicted to the stuff for years and it&#8217;s saved my life countless times, however the odd cheap bribe never hurt anyone.</p>
<p>If that still doesn&#8217;t convince you, the prospect of luminescent orange pee after a glass always brightens up a dull day (and freaks out anyone else in the public toilet).</p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/berocca-bribing-bloggers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beebhack moved to Wikia</title>
		<link>http://strawp.net/archive/beebhack-moved-to-wikia/</link>
		<comments>http://strawp.net/archive/beebhack-moved-to-wikia/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 15:07:01 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.strawp.net/blog/?p=73</guid>
		<description><![CDATA[I had a very nice email from Angela at Wikia this morning, inviting me to move the Beebhack Wiki over to their hosting. I think the only reason Beebhack wasn&#8217;t over there in the first place was potential hassle around getting a free wiki approved by their staff. Since they&#8217;d been kind enough to email [...]]]></description>
			<content:encoded><![CDATA[<p>I had a very nice email from Angela at Wikia this morning, inviting me to move the Beebhack Wiki over to their hosting. I think the only reason Beebhack wasn&#8217;t over there in the first place was potential hassle around getting a free wiki approved by their staff. Since they&#8217;d been kind enough to email me over there, this was no longer a problem.</p>
<p>So, a good time to take advantage of a better implementation of MediaWiki than we had at BluWiki and hopefully some better uptime. Angela even imported all our existing wiki data for us.</p>
<p><a title="New wiki URL" href="http://beebhack.wikia.com">Beebhack.wikia.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/beebhack-moved-to-wikia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wii iPlayer, User Agents</title>
		<link>http://strawp.net/archive/wii-iplayer-user-agents/</link>
		<comments>http://strawp.net/archive/wii-iplayer-user-agents/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 15:17:25 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[iplayer]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://www.strawp.net/blog/index.php/archive/wii-iplayer-user-agents/</guid>
		<description><![CDATA[The beeb added a little update to the iPlayer again today, clearly as part of their (admirable) attempts at getting iPlayer working on exotic devices iPlayer is now Wii optimised! How cool! I&#8217;ve not tested it out, but this is the first &#8220;official&#8221; iPlayer version which is actually designed to display TV shows on a [...]]]></description>
			<content:encoded><![CDATA[<p>The beeb added a little update to the iPlayer again today, clearly as part of their (admirable) attempts at getting iPlayer working on exotic devices iPlayer is now Wii optimised! How cool! I&#8217;ve not tested it out, but this is the first &#8220;official&#8221; iPlayer version which is actually designed to display TV shows on a TV. We are living in the future!</p>
<p>I&#8217;ve written a few technical notes over on the <a href="http://beebhack.bluwiki.com/#iPlayer_for_Nintendo_Wii">Wiki</a>, but basically they&#8217;re using the User-Agent string to serve a Flash 7 compatible stream.</p>
<p>Speaking of User-Agents, I&#8217;m hearing that the iPhone version of iPlayer has been tightening down on what User-Agent string you can get away with when you pretend to be an iPhone. No more &#8220;iPhone, LOL&#8221; strings I&#8217;m afraid <img src='http://strawp.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/wii-iplayer-user-agents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New BBC Wiki</title>
		<link>http://strawp.net/archive/new-bbc-wiki/</link>
		<comments>http://strawp.net/archive/new-bbc-wiki/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 17:14:11 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.strawp.net/blog/index.php/archive/new-bbc-wiki/</guid>
		<description><![CDATA[I&#8217;ve created a new wiki all about using BBC content at beebhack.bluwiki.com In the first 24 hrs it got 1500 page requests and it&#8217;s not looking to slow down just yet. I would have hosted it here at Strawp.net but I wanted this to be more community owned than something I would run. The downside [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a new wiki all about using BBC content at <a href="http://beebhack.bluwiki.com">beebhack.bluwiki.com</a></p>
<p>In the first 24 hrs it got 1500 page requests and it&#8217;s not looking to slow down just yet. I would have hosted it here at Strawp.net but I wanted this to be more community owned than something I would run.</p>
<p>The downside of course is that I really don&#8217;t have any detailed information on where any of those hits are coming from&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/new-bbc-wiki/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>One in Six Wireless Networks are Sitting Ducks</title>
		<link>http://strawp.net/archive/one-in-six-wireless-networks-are-sitting-ducks/</link>
		<comments>http://strawp.net/archive/one-in-six-wireless-networks-are-sitting-ducks/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 00:00:00 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A few weeks ago I got a bluetooth GPS module for my iPaq, just to play around with. Since Wififofum collects GPS data if it&#8217;s available, I&#8217;ve been recording wireless access point data as I&#8217;ve been walking about the town, commuting to work or driving. The data I&#8217;ve gotten so far (about 600 access points) [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I got a bluetooth GPS module for my iPaq, just to play around with. Since <a href="http://www.aspecto-software.com/rw/applications/wififofum/">Wififofum</a> collects GPS data if it&#8217;s available, I&#8217;ve been recording wireless access point data as I&#8217;ve been walking about the town, commuting to work or driving.</p>
<p>The data I&#8217;ve gotten so far (about 600 access points) isn&#8217;t that useful on its own, but what&#8217;s really interesting is slicing the data in various ways and seeing what you come up with. To do this I built a new site: <a href="http://wifi.strawp.net">wifi.strawp.net</a> into which I can upload the log files from wififofum. For a day or so I had the front page of the site plot location data of access points into Google Maps, searchable by SSID, manufacturer, channel etc, however I was advised by friends that doing so was probably a really bad idea, so this information is now on a login-only basis.</p>
<p>The fun part, which is still publicly available is the <a href="http://wifi.strawp.net/stats">stats page</a>. If you&#8217;ve got a friend that you&#8217;re trying to convince they need to secure their wireless network, link them to that page. You can currently see the most popular manufacturers, the most commonly used SSID and &#8211; my favourite &#8211; the number of access points that have their default SSID and appear to have no encryption set. This is currently at just over one in six (16.9%), which is quite frankly frightening. You probably won&#8217;t be surprised to learn that the best place to look if you want to stumble across one of these access points is a suburban area where if Coventry is anything to go by, you&#8217;re likely to find an insecure access point on any street you care to walk down.</p>
<p>If you&#8217;re still wondering what the issue is, the BBC&#8217;s The Real Hustle did a very neat little feature on <a href="http://www.youtube.com/watch?v=A88XB7_Jz7s">why you should use WPA encryption on your network</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/one-in-six-wireless-networks-are-sitting-ducks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syncing Google Calendar With Everything</title>
		<link>http://strawp.net/archive/syncing-google-calendar-with-everything/</link>
		<comments>http://strawp.net/archive/syncing-google-calendar-with-everything/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 00:00:00 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a lot of devices that I&#8217;d like to keep the same calendar in sync on: Two phones, an iPaq, my work PC, my home PC and Google Calendar. The smartphone and iPaq played nicely with outlook but there was some &#8220;glue&#8221; needed to get my Sony Ericsson phone and Google Calendar in on [...]]]></description>
			<content:encoded><![CDATA[<p><img file="news posts/calendar_process.png" caption="A data flow doodle" /><br />
I have a lot of devices that I&#8217;d like to keep the same calendar in sync on: Two phones, an iPaq, my work PC, my home PC and Google Calendar. The smartphone and iPaq played nicely with outlook but there was some &#8220;glue&#8221; needed to get my Sony Ericsson phone and Google Calendar in on it.</p>
<p>The &#8220;glue&#8221; is a few pieces of software I found recently. First of all, to sync my Sony Ericsson with GCal I use <a href="http://www.gcalsync.com/">GCalSync</a> over GPRS, then to sync GCal with Outlook I can use either <a href="http://www.companionlink.com/products/companionlinkforgoogle.html">Companionlink for Google Calendar</a> (a little buggy, doesn&#8217;t auto-update, not free) or <a href="http://remotecalendars.sourceforge.net/">RemoteCalendars</a> which is Open Source and very flexible. A no brainer which one I picked, really.</p>
<p>More info on using RemoteCalendars with Google Calendars on <a href="http://www.jakeludington.com/ask_jake/20060818_how_to_sync_google_calendar_with_outlook_and_smartphones_automatically.html">jakeludington.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/syncing-google-calendar-with-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential TV Viewing</title>
		<link>http://strawp.net/archive/essential-tv-viewing/</link>
		<comments>http://strawp.net/archive/essential-tv-viewing/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 00:00:00 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If there&#8217;s anything good about Summer ending and Autumn and Winter rolling in it&#8217;s a new season of TV the world over. In the UK some shows have already had an entire new series and in the US they&#8217;re just warming up. Here&#8217;s what I&#8217;ve been watching: - Dexter. A forensics expert who is also [...]]]></description>
			<content:encoded><![CDATA[<p>If there&#8217;s anything good about Summer ending and Autumn and Winter rolling in it&#8217;s a new season of TV the world over. In the UK some shows have already had an entire new series and in the US they&#8217;re just warming up.</p>
<p>Here&#8217;s what I&#8217;ve been watching:</p>
<p>- <a href="http://tvrss.net/search/?show_name=Dexter&amp;show_name_exact=true">Dexter</a>. A forensics expert who is also a serial killer. Sounds naff, actually really good.<br />
- <a href="http://tvrss.net/search/?show_name=Everybody+Hates+Chris&amp;show_name_exact=true">Everybody Hates Chris</a> season 2. Same as the last season, hasn&#8217;t lost its charm yet<br />
- <a href="http://tvrss.net/search/?show_name=Family+Guy&amp;show_name_exact=true">Family Guy</a> season 6. Unlike the Simpsons, this just gets better and better. Currently on episode 3<br />
- <a href="http://tvrss.net/search/?show_name=Heroes&amp;show_name_exact=true">Heroes</a>. A new favourite of mine. This series follows the lives of ordinary people as they discover they have super powers. Brilliant characters, compelling plot.<br />
- <a href="http://tvrss.net/search/?show_name=My+Name+is+Earl&amp;show_name_exact=true">My Name Is Earl</a> series 2. Proper feel-good, laugh-out-loud stuff<br />
- <a href="http://tvrss.net/search/?show_name=Robot+Chicken&amp;show_name_exact=true">Robot Chicken</a> series 2. Pop culture gags animated with action figures with plenty of ultraviolence.<br />
- <a href="http://btjunkie.org/search?q=freak+show">Freak Show</a> A new surrealist cartoon from David Cross about the most ineffective superhero team in the world<br />
- <a href="http://btjunkie.org/search?q=mitchell+and+webb">The Mitchell and Webb Look</a> Sighs all round as Mitchell and Webb transition their show seamlessly from Radio 4 to TV. Not a bad miss at all.<br />
- <a href="http://btjunkie.org/search?q=extras">Extras</a> series 2. Trailed off and got a bit formulaic and then pulled it all back for a brilliant last episode<br />
- <a href="http://btjunkie.org/search?q=lead+balloon">Lead Balloon</a>. New comedy from Jack Dee who is basically playing himself. Same sort of uncomfortable deadpan humour as Curb Your Enthusiasm and Extras. Great stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/essential-tv-viewing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing podcasts with del.icio.us, Visiting sites l8ter</title>
		<link>http://strawp.net/archive/managing-podcasts-with-delicious-visiting-sites-l8ter/</link>
		<comments>http://strawp.net/archive/managing-podcasts-with-delicious-visiting-sites-l8ter/#comments</comments>
		<pubDate>Fri, 06 Oct 2006 00:00:00 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I found a neat little site drift past on the del.icio.us popular links feed: l8tr.org. It&#8217;s a simple idea &#8211; you enter your email address and the URL of a site that is currently being DDoS&#8217;d by Slashdot or Digg and it emails you back when it&#8217;s popped onto the internet again. I thought this [...]]]></description>
			<content:encoded><![CDATA[<p>I found a neat little site drift past on the del.icio.us popular links feed: <a href="http://l8tr.org/">l8tr.org</a>. It&#8217;s a simple idea &#8211; you enter your email address and the URL of a site that is currently being DDoS&#8217;d by Slashdot or Digg and it emails you back when it&#8217;s popped onto the internet again.</p>
<p>I thought this would be really cool if there was a Firefox feed or Javascript bookmarklet for it so you could just hit a button when you see an error 500. A few emails with the creator, John and he&#8217;s added a bookmarklet to the confirm page. Kudos!</p>
<p>File this under del.icio.us hacks: As you might guess I use my own PHP script, <a href="/serendipity">Automated Serendipity</a> to aggregate all my podcast feeds. This squirts them onto the end of my current Winamp playlist. I&#8217;ve been using it this way for a little over a year, but now I&#8217;m using del.icio.us to manage all my feeds. My podcast feeds (and MP3 blogs) are all tagged with <a href="http://del.icio.us/strawp/feeds+podcast">&#8220;podcast feeds&#8221;</a> so all that&#8217;s required is a quick bit of PHP to drop it down into the flat file format the my script expects <a href="http://del.icio.us/strawp/feeds+podcast">et voila</a>, I now manage my podcast subscriptions by adding them to del.icio.us, giving me one centralised base to refer to.</p>
<p>If you want the PHP to drop a del.icio.us page into flat text, <a href="/files/download/podcast_feeds.zip">you&#8217;ll want this zip.</a> It&#8217;s got a little hack in there to extend the number of records to 100 as the RSS feed limit is 40 and the page limit default is around 25 (I think).</p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/managing-podcasts-with-delicious-visiting-sites-l8ter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.931 seconds -->
