<?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, 26 Oct 2011 08:02:33 +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>Quick And Dirty DVR</title>
		<link>http://strawp.net/archive/quick-and-dirty-dvr/</link>
		<comments>http://strawp.net/archive/quick-and-dirty-dvr/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 08:02:33 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://strawp.net/?p=259</guid>
		<description><![CDATA[I recently dug out an old USB 1.1 Digital TV Tuner &#8211; a Hauppauge WinTV Nova-T USB, which I think I bought in about 2003 and eventually gave up on due to poor reliability under Windows, the crappy TV signal quality in Coventry and the success of excellent torrent sites like UKNova. Well, I&#8217;ve moved [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://strawp.net/wp-content/uploads/2011/10/broken_tape2.jpg"><img src="http://strawp.net/wp-content/uploads/2011/10/broken_tape2-300x198.jpg" alt="" title="Old school video recording" width="300" height="198" class="alignright size-medium wp-image-262" /></a><br />
I recently dug out an old USB 1.1 Digital TV Tuner &#8211; a Hauppauge WinTV Nova-T USB, which I think I bought in about 2003 and eventually gave up on due to poor reliability under Windows, the crappy TV signal quality in Coventry and the success of excellent torrent sites like UKNova. Well, I&#8217;ve moved house now, and with an increased TV signal strength also came the bad news that I appear to be on a limited bandwidth ADSL line. I envisaged a single evening of plugging in the tuner, installing MythTV under Ubuntu and having a neat DVR to use.</p>
<p>Sadly, this was not to be the case.</p>
<p>Getting the tuner recognised under linux wasn&#8217;t too hard. The required firmware was already present in Ubuntu&#8217;s repositories but I couldn&#8217;t get the thing to scan. MythTV couldn&#8217;t open or ID the card and &#8220;<code>scan</code>&#8221; resulted in nothing. I even tested with the intended packaged drivers under Windows and got about as far.</p>
<p>Eventually, I found &#8220;<code>w_scan</code>&#8221; which does the kind of full-frequency scan your TV would do and was able to produce a channels.conf file in the format that <code>tzap</code> uses. Success! On the<a href="http://www.mythtv.org/wiki/Tzap"> tzap page of the MythTV wiki</a> it shows how you can use <code>tzap</code> to tune the device and &#8220;<code>cat</code>&#8221; to just dump the MPEG stream to file. Excellent &#8211; time for a quick and dirty script!</p>
<p>I then <a href="http://svn.strawp.net/scripts/record">knocked up a &#8220;record&#8221; script</a>, which takes easy-to-read commands like &#8220;record Eastenders on BBC ONE for 30&#8243;, tunes the card and dumps the MPEG stream to a sensible location. Combine that with some cron and I&#8217;ve got a hacky little DVR. XBMC can do the front end stuff.</p>
<p>I now have to get used to the idea of knowing I want to watch something <em>before </em>it airs, like we used to do in the 90s.</p>
<p>Here&#8217;s my TV shows crontab as an example:</p>
<pre>
# Record soaps off the TV
29  19  * * 2,4 /home/iain/bin/record Eastenders $(date +\%F_\%A) on BBC ONE for 32
59  19  * * 1,5 /home/iain/bin/record Eastenders $(date +\%F_\%A) on BBC ONE for 32
30  18  * * 1-5 /home/iain/bin/record Hollyoaks $(date +\%F_\%A) on Channel 4 for 27

# Watchable stuff
59  20  * * 5 /home/iain/bin/record Have I Got News For You $(date +\%F) on BBC ONE for 32
59  21  * * 5 /home/iain/bin/record QI $(date +\%F) on BBC TWO for 32
0   18  * * 1-5 /home/iain/bin/record The Simpsons $(date +\%F) on Channel 4 for 30
</pre>
<p>Or for one-offs (as root, unless you change permissions on the device):</p>
<p><code>echo "record some tv on bbc one for 25" | at 16:00</code></p>
<p>(or as <a href="http://commandlinefu.com">commandlinefu.com</a> would probably prefer it:)</p>
<p><code>at 16:00 <<< 'record some tv on bbc one for 25'</code></p>
<p>Let me know in the comments if you end up using it.</p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/quick-and-dirty-dvr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How FireShepherd could live up to its name</title>
		<link>http://strawp.net/archive/how-fireshepherd-could-live-up-to-its-name/</link>
		<comments>http://strawp.net/archive/how-fireshepherd-could-live-up-to-its-name/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 14:04:22 +0000</pubDate>
		<dc:creator>Strawp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://strawp.net/?p=204</guid>
		<description><![CDATA[First there was FireSheep. It allows anyone to hijack HTTP session cookies for a number of sites for anyone using them on the same open access point as you. Now, a predictable counter point for that is that someone would come up with &#8220;FireShepherd&#8221; to protect this poor flock. However, FireShepherd is no where near [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://strawp.net/wp-content/uploads/2010/11/MV5BMzcwNjcxODgwOV5BMl5BanBnXkFtZTcwMzMzNTM2MQ@@._V1._SX500_SY706_.jpg"><img class="alignright size-medium wp-image-206" title="The Shepherd" src="http://strawp.net/wp-content/uploads/2010/11/MV5BMzcwNjcxODgwOV5BMl5BanBnXkFtZTcwMzMzNTM2MQ@@._V1._SX500_SY706_-212x300.jpg" alt="" width="212" height="300" /></a>First there was <a href="http://codebutler.github.com/firesheep/">FireSheep</a>. It allows anyone to hijack HTTP session cookies for a number of sites for anyone using them on the same open access point as you. Now, a predictable counter point for that is that someone would come up with &#8220;<a href="http://notendur.hi.is/~gas15/FireShepherd/">FireShepherd</a>&#8221; to protect this poor flock. However, FireShepherd is no where near as fun as FireSheep &#8211; all it does is try and crash FireSheep with fake data and hope for the best, meanwhile your session info is still being transmitted in the clear.</p>
<p>Ideas for FireShepherd to be more useful/fun:</p>
<ol>
<li>Have it force SSL connections on all the same sites that FireSheep snoops on, making session hijacking impossible. Plugins like <a href="https://addons.mozilla.org/en-US/firefox/addon/12714/">Force-TLS</a> do this.</li>
<li>Have it create bogus logins to sites where the user&#8217;s profile pic has been set as goatse, tubgirl etc. When the FireSheep user grabs that user&#8217;s session data they will have those lovely pics appear in their stolen sessions list.</li>
<li>(getting crazy here) have it perform a <a href="http://en.wikipedia.org/wiki/Man-in-the-middle_attack">man-in-the-middle attack</a> on the wireless network, replacing the network&#8217;s router as the default gateway or DNS server. You can then point people to fake versions of captured websites and feed the FireSheep user whatever you want. Oops, there&#8217;s goatse again! Oh, what&#8217;s that you just went to? A malware site? Careless FireSheep user!</li>
</ol>
<p>Anyway, there&#8217;re some ideas. As Steve Gibson pointed out in the <a href="http://www.grc.com/sn/sn-272.htm">last Security Now</a>, simply switching a network to WPA is enough to protect all the users from this attack. If you&#8217;re running a Cafe and want to provide free wifi you can make the network password as public as you want &#8211; make a poster and stick it above the till. It is unencrypted wifi, not wifi itself that allows user sessions to be hijacked like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://strawp.net/archive/how-fireshepherd-could-live-up-to-its-name/feed/</wfw:commentRss>
		<slash:comments>2</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>
	</channel>
</rss>

