<?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"
	>

<channel>
	<title>jamesoff.net</title>
	<atom:link href="http://jamesoff.net/site/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesoff.net/site</link>
	<description>you heard</description>
	<pubDate>Wed, 09 Jul 2008 13:46:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>grepping the output of ccze</title>
		<link>http://jamesoff.net/site/2008/07/09/grepping-the-output-of-ccze/</link>
		<comments>http://jamesoff.net/site/2008/07/09/grepping-the-output-of-ccze/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:46:34 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Sysadmin]]></category>

		<category><![CDATA[command line]]></category>

		<category><![CDATA[squid]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=356</guid>
		<description><![CDATA[If you ever want to grep the output of ccze and found it didn&#8217;t work right, here&#8217;s the magic incantation to do it:


tail somefile &#124; ccze -A -o noscroll &#124; grep ...


-A makes ccze output ASCII sequences, and -o noscroll turns off the scroll option - whatever that is exactly. The man page says it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever want to grep the output of ccze and found it didn&#8217;t work right, here&#8217;s the magic incantation to do it:</p>


<div class="wp_syntax"><div class="code"><pre class="bash"><span style="color: #c20cb9; font-weight: bold;">tail</span> somefile | ccze -A -o noscroll | <span style="color: #c20cb9; font-weight: bold;">grep</span> ...</pre></div></div>


<p><code>-A</code> makes ccze output ASCII sequences, and <code>-o noscroll</code> turns off the scroll option - whatever that is exactly. The man page says it&#8217;s a good idea to turn it off if you&#8217;re redirecting the output. Omitting it seems to make the output appear in lumps :)</p>

<p>For example, keep an eye on squid logs omitting all MSN crap:</p>


<div class="wp_syntax"><div class="code"><pre class="bash"><span style="color: #c20cb9; font-weight: bold;">tail</span> -F access.log | ccze -A -C -o noscroll | <span style="color: #c20cb9; font-weight: bold;">grep</span> -v gateway.dll</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/07/09/grepping-the-output-of-ccze/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delphi documentation</title>
		<link>http://jamesoff.net/site/2008/04/11/delphi-documentation/</link>
		<comments>http://jamesoff.net/site/2008/04/11/delphi-documentation/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 11:43:26 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[delphi]]></category>

		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=352</guid>
		<description><![CDATA[While writing some Delphi code at work, I spotted this in the documentation. Not sure if I want to call that function or not now&#8230;


]]></description>
			<content:encoded><![CDATA[<p>While writing some Delphi code at work, I spotted this in the documentation. Not sure if I want to call that function or not now&#8230;</p>

<p><a href='http://jamesoff.net/site/wp-content/uploads/2008/04/delphi.png'><img src="http://jamesoff.net/site/wp-content/uploads/2008/04/delphi.png" alt="" title="delphi documentation" width="350" height="264" class="aligncenter size-full wp-image-353" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/04/11/delphi-documentation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Irssi typing speed script</title>
		<link>http://jamesoff.net/site/2008/04/10/irssi-typing-speed-script/</link>
		<comments>http://jamesoff.net/site/2008/04/10/irssi-typing-speed-script/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 13:40:45 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[my stuff]]></category>

		<category><![CDATA[irc]]></category>

		<category><![CDATA[irssi]]></category>

		<category><![CDATA[perl]]></category>

		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=351</guid>
		<description><![CDATA[I have written an irssi script which measures how fast you type on IRC and reports both words per minute and characters per minute.

More details and download: WPM script.
]]></description>
			<content:encoded><![CDATA[<p>I have written an irssi script which measures how fast you type on IRC and reports both words per minute and characters per minute.</p>

<p>More details and download: <a href="/site/irssi-scripts/wpm/">WPM script</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/04/10/irssi-typing-speed-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BBC News Stylish script</title>
		<link>http://jamesoff.net/site/2008/04/01/bbc-news-stylish-script/</link>
		<comments>http://jamesoff.net/site/2008/04/01/bbc-news-stylish-script/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 10:02:13 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[internets]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[stylish]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/?p=341</guid>
		<description><![CDATA[The new BBC News layout seems to be causing some people to stress out a bit - but then all new redesigns do until they get used to them. I quite like it, but for a friend I knocked this up quickly to get rid of the two banners across the top of the page.

You&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>The new <a href="http://news.bbc.co.uk">BBC News</a> layout seems to be causing some people to stress out a bit - but then all new redesigns do until they get used to them. I quite like it, but for a friend I knocked this up quickly to get rid of the two banners across the top of the page.</p>

<p>You&#8217;ll need <a href="http://userstyles.org/stylish/">Stylish</a> and then stick this in a userscript for it. You may need to adjust the domain (2nd line) if you don&#8217;t use <code>news.bbc.co.uk</code> to access the site.</p>

<p><span id="more-341"></span></p>


<div class="wp_syntax"><div class="code"><pre class="css"><span style="color: #a1a100;">@namespace url(http://www.w3.org/1999/xhtml);</span>
&nbsp;
<span style="color: #a1a100;">@-moz-document domain(&quot;news.bbc.co.uk&quot;) {</span>
&nbsp;
<span style="color: #cc00cc;">#blq-displayoptions</span>, <span style="color: #cc00cc;">#blq-accessibility-help</span>, <span style="color: #cc00cc;">#blq-mast</span> <span style="color: #66cc66;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">display</span>: <span style="color: #993333;">none</span> !important;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.newsbanner</span> <span style="color: #66cc66;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span>: <span style="color: #993333;">none</span> !important;
<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>


<p>The first block (<code>#blq-displayoptions</code> et al) is for the grey banner; the second block is for the red BBC News one.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/04/01/bbc-news-stylish-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>vim as a man-page reader</title>
		<link>http://jamesoff.net/site/2008/03/06/vim-as-a-man-page-reader/</link>
		<comments>http://jamesoff.net/site/2008/03/06/vim-as-a-man-page-reader/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 16:56:09 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Sysadmin]]></category>

		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2008/03/06/vim-as-a-man-page-reader/</guid>
		<description><![CDATA[Sure, why not :)

This goes in your zshrc:


  vman&#40;&#41; &#123;
    if &#91; $# -eq 0 &#93;; then
      /usr/bin/man
    else
      if man -w $* &#62;/dev/null 2&#62;/dev/null
      then
        [...]]]></description>
			<content:encoded><![CDATA[<p>Sure, why not :)</p>

<p>This goes in your zshrc:</p>


<div class="wp_syntax"><div class="code"><pre class="bash">  vman<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$#</span> -eq <span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
      /usr/bin/<span style="color: #c20cb9; font-weight: bold;">man</span>
    <span style="color: #000000; font-weight: bold;">else</span>
      <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #c20cb9; font-weight: bold;">man</span> -<span style="color: #c20cb9; font-weight: bold;">w</span> $* &gt;/dev/null <span style="color: #000000;">2</span>&gt;/dev/null
      <span style="color: #000000; font-weight: bold;">then</span>
        /usr/bin/<span style="color: #c20cb9; font-weight: bold;">man</span> $* | <span style="color: #c20cb9; font-weight: bold;">col</span> -b | vim -c <span style="color: #ff0000;">'set ft=man nomod'</span> -
      <span style="color: #000000; font-weight: bold;">else</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> No <span style="color: #c20cb9; font-weight: bold;">man</span> page <span style="color: #000000; font-weight: bold;">for</span> $*
      <span style="color: #000000; font-weight: bold;">fi</span>
    <span style="color: #000000; font-weight: bold;">fi</span>
  <span style="color: #7a0874; font-weight: bold;">&#125;</span>
  <span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">man=</span><span style="color: #ff0000;">'vman'</span></pre></div></div>


<p>And this goes in your vimrc (in a suitable <code>augroup</code>):</p>


<div class="wp_syntax"><div class="code"><pre>  autocmd FileType man setlocal ro nonumber nolist fdm=indent fdn=2 sw=4 foldlevel=2 | nmap q :quit&lt;CR&gt;</pre></div></div>


<p>Now you&#8217;ll get nicely highlighted man pages with folded sections, and you can hit <code>q</code> to quit just like <code>less</code>.</p>

<p><img src='http://jamesoff.net/site/wp-content/uploads/2008/03/vim-manpage.png' alt='Vim as a manpage viewer' /></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/03/06/vim-as-a-man-page-reader/feed/</wfw:commentRss>
		</item>
		<item>
		<title>irssi and ZNC</title>
		<link>http://jamesoff.net/site/2008/02/21/irssi-and-znc/</link>
		<comments>http://jamesoff.net/site/2008/02/21/irssi-and-znc/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 22:38:24 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[internets]]></category>

		<category><![CDATA[irc]]></category>

		<category><![CDATA[irssi]]></category>

		<category><![CDATA[znc]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2008/02/21/irssi-and-znc/</guid>
		<description><![CDATA[ZNC is an IRC bouncer with some pretty nice features. For a number of reasons I wanted to move my ircing from home to a shell, so I decided to give ZNC a try. ZNC isn&#8217;t in ports, but compiles fine using gmake.

The only problem I encountered was getting it set up to work with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.znc.in">ZNC</a> is an IRC bouncer with some pretty nice features. For a number of reasons I wanted to move my ircing from home to a shell, so I decided to give ZNC a try. ZNC isn&#8217;t in ports, but compiles fine using <code>gmake</code>.</p>

<p>The only problem I encountered was getting it set up to work with multiple networks in irssi. Configuring ZNC itself to put me on many networks was easy enough, and when I connected irssi to it for each network using <code>/connect</code> it worked fine. Using <code>/server add</code> to set up irssi&#8217;s server list didn&#8217;t work out so well.</p>

<p>Every time I tried to add another server (for connecting to another network), irssi would remove the first one. This is because irssi only considers a server&#8217;s hostname and port when trying to work out if it&#8217;s unique. When I added another server which differed from the first only by password and associated network, irssi assumed I was updating the existing one and changed it. Putting the required entries in irssi&#8217;s config by hand also didn&#8217;t work.</p>

<p>The solution was easy enough; one ZNC instance can listen on multiple ports, so I got it to listen on a selection of ports using multiple <code>Listen</code> directives in its config file, and then added each network&#8217;s server to irssi using a different port number.</p>

<p>Now I can take advantage of cool things like buffer replay and detaching from channels. Sorry, irssi-proxy - you don&#8217;t quite cut it now :)</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/02/21/irssi-and-znc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bMotion wins again</title>
		<link>http://jamesoff.net/site/2008/02/19/bmotion-wins-again/</link>
		<comments>http://jamesoff.net/site/2008/02/19/bmotion-wins-again/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 23:05:09 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[bmotion]]></category>

		<category><![CDATA[eggdrop]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2008/02/19/bmotion-wins-again/</guid>
		<description><![CDATA[Sometimes, NoTopic gets it just right :)



[@         Time] nt, do you have a job?
[@      NoTopic] but of "course"
[@         Time] nt, what is your job?
[@      NoTopic] I can't tell you [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, NoTopic gets it <em>just</em> right :)</p>

<blockquote>
<pre>
[@         Time] nt, do you have a job?
[@      NoTopic] but of "course"
[@         Time] nt, what is your job?
[@      NoTopic] I can't tell you that!
*      JamesOff . o O ( mi5 )
[@         Time] i was thinking six :(
[@         Time] nt, do you work for a secret government organisation?
[@      NoTopic] i do
[@      NoTopic] despite having no mouth
[@         Time] :--o
[@         Time] nt, mi5 or mi6?
[@     JamesOff] it's so secret they took away his mouth
*       NoTopic thinks
[@      NoTopic] Time: mi6.
[@         Time] rut roh
[@         Time] nt, are any of us under suspicion?
[@      NoTopic] i am not at liberty to discuss that
[@         Time] :-x
[@         Time] he's too clever for me
</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/02/19/bmotion-wins-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GuardChan now bans</title>
		<link>http://jamesoff.net/site/2008/02/17/guardchan-now-bans/</link>
		<comments>http://jamesoff.net/site/2008/02/17/guardchan-now-bans/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 23:31:55 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[eggdrop]]></category>

		<category><![CDATA[irc]]></category>

		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2008/02/17/guardchan-now-bans/</guid>
		<description><![CDATA[After a user request on IRC, my guardchan script can now actually ban as well as kicking when it detects an unauthorised user joining the channel.

(The page for the script incorrectly said that it kickbanned already, but that was an error due to me writing the script about a thousand years ago.)

Hope it&#8217;s of some [...]]]></description>
			<content:encoded><![CDATA[<p>After a user request on IRC, my <a href="/site/code/eggdrop-scripts/guardchan">guardchan</a> script can now actually ban as well as kicking when it detects an unauthorised user joining the channel.</p>

<p>(The page for the script incorrectly said that it kickbanned already, but that was an error due to me writing the script about a thousand years ago.)</p>

<p>Hope it&#8217;s of some use :)</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/02/17/guardchan-now-bans/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wrong number again</title>
		<link>http://jamesoff.net/site/2008/02/08/wrong-number-again/</link>
		<comments>http://jamesoff.net/site/2008/02/08/wrong-number-again/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 09:29:36 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[random]]></category>

		<category><![CDATA[arse]]></category>

		<category><![CDATA[phone]]></category>

		<category><![CDATA[wrong number]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2008/02/08/wrong-number-again/</guid>
		<description><![CDATA[O2 apparently recycled my phone number too quickly after its previous owner relinquished it, so ever since I&#8217;ve had it (a bit under a year now) I&#8217;ve been receiving phone calls and SMSes for &#8220;Debbie.&#8221; Generally I just explain that it&#8217;s not her phone any more and would they please go away. I felt sorry [...]]]></description>
			<content:encoded><![CDATA[<p>O2 apparently recycled my phone number too quickly after its previous owner relinquished it, so ever since I&#8217;ve had it (a bit under a year now) I&#8217;ve been receiving phone calls and SMSes for &#8220;Debbie.&#8221; Generally I just explain that it&#8217;s not her phone any more and would they please go away. I felt sorry for the guy who had put a lot of effort into preparing a happy birthday MMS for her complete with attached birthday cake clip-art.</p>

<p>Last night as a birthday present for me, I got this message from a random number: (reproduced here exactly as it was received)</p>

<blockquote>
  <p>Sos 4 delay, yes we&#8217;d luv 2 come 4 sun lunch. Wot time? Hopn ur al wel,hav bin recoverin from an arse op!Very painful!Wil fil u in wen i c u.X</p>
</blockquote>

<p>So I exercised enormous restraint and ignoring the bait replied &#8220;Think you&#8217;ve got the wrong number :)&#8221; to which I recevied:</p>

<blockquote>
  <p>Is that not u debbie?Txt was from nicola x</p>
</blockquote>

<p>Nope, sorry. Hope the arse gets better though.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/02/08/wrong-number-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Old phones</title>
		<link>http://jamesoff.net/site/2008/02/03/old-phones/</link>
		<comments>http://jamesoff.net/site/2008/02/03/old-phones/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 16:15:24 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[history]]></category>

		<category><![CDATA[mobile phone]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2008/02/03/old-phones/</guid>
		<description><![CDATA[While sorting out boxes of stuff hidden away in a cupboard (so I&#8217;d have less pointless stuff to carry around when we move house), I came across some of my old mobile phones.

Exactly why I kept them I&#8217;m not sure, but I tend to find it difficult to throw old hardware away in general. I [...]]]></description>
			<content:encoded><![CDATA[<p>While sorting out boxes of stuff hidden away in a cupboard (so I&#8217;d have less pointless stuff to carry around when we move house), I came across some of my old mobile phones.</p>

<p>Exactly why I kept them I&#8217;m not sure, but I tend to find it difficult to throw old hardware away in general. I have a whole drawer of old ISA cards that I need to sort out later.</p>

<p>About the only reason to keep stuff like this is to laugh at it years later:</p>

<h2>Ericsson SH888</h2>

<p><a href='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4159.jpg' title='Ericsson SH888'><img src='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4159.thumbnail.jpg' alt='Ericsson SH888' /></a></p>

<p>My first mobile phone, which I got in late 1999/early 2000 I think. It&#8217;s definitely a &#8216;brick&#8217; phone, being shaped exactly like one only slightly bigger and less useful for contacting your friends. It has a three-line block character display so the most graphical part of the menus was an arrow character indicating where you could scroll. I remember two things in particular about this phone: it was very very slow and the way the battery clipped on the back meant pulling it out of your pocket could cut the power (before it had saved a record of who the incoming call was from).</p>

<h2>Nokia 7110</h2>

<p><a href='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4160.jpg' title='Nokia 7110 closed'><img src='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4160.thumbnail.jpg' alt='Nokia 7110 closed' /></a> <a href='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4161.jpg' title='Nokia 7110 open'><img src='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4161.thumbnail.jpg' alt='Nokia 7110 open' /></a></p>

<p>This was my second phone which I got in mid-2000. It&#8217;s a slide phone, a bit like the one used by Neo in The Matrix. It has a little silver button on the back which where your finger rests which makes the slide jump open. They were renowned for breaking, particularly if you let your friends play with them. The other gimmick of this phone was the roller control, which worked like a scroll wheel on a mouse. It was ok, although I think it was easy to accidentally scroll and select the item either side of what you actually wanted when you tried to click. There were a couple of scrollwheel-based games on it but nothing amazing. It was also a bit slow, but was my first phone with predictive text.</p>

<h2>Nokia 6820</h2>

<p><a href='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4162.jpg' title='Nokia 6820 closed'><img src='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4162.thumbnail.jpg' alt='Nokia 6820 closed' /></a> <a href='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4163.jpg' title='Nokia 6820 open'><img src='http://jamesoff.net/site/wp-content/uploads/2008/02/dsc_4163.thumbnail.jpg' alt='Nokia 6820 open' /></a></p>

<p>Skip forward a couple of handsets (a Nokia 6230 which was awesome and a Sony Z7 which was shit) and we arrive at the Nokia 6820. I could never actually remember this phone&#8217;s model number and even now found it so unmemorable that I had to look under the battery three times. It was a pretty neat phone though, which swung open (and rotated 90 degrees) to give a split QWERTY keyboard for writing texts. It was marketed as a business phone but the mobile browser on it was so rubbish I think they&#8217;d have been better sticking to branding it a phone for people who send a lot of SMSes. The QWERTY keyboard worked really well but the phone was let down by a display that was slow to update (very <a href="http://en.wikipedia.org/wiki/Dual_Scan">Dual scan</a>) and was set about half a centimeter back from the plastic case which was a bit weird.</p>

<p>All these phones have finally been consigned to the bin having at last served the purpose I probably kept them for - nostalgia.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/02/03/old-phones/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
