I [heart] my old 8110i, I really do. It's black, doesn't crash, fits my face (ie - is the correct size for a Telephonic Speaking Instrument), allows the user to slam it shut with an imprecation and thus end a call in a dramatic manner for the entertainment of the casual onlooker, and was the real Matrix phone.
But. Battery life is now down to six hours, the SMS capabilities are a bit weedy (a memory of ten messages and no predictive input) and you can't get bits or manuals since Nokia decreed it to be an Unphone in a tediously Orwellian manner.
Thus I determined that I was in requirement of a new telephone and that it would likely be a 7210i. A tedious afternoon of dealing with telephone vendors seemingly more used to the demands and financial practices of the lower orders resulted in the discovery that I would either have to pay full price for the device or engage the services of a new airtime provider. Since keeping the same phone-number was non-negotiable, (When there's a DNS for phones, I'll consider changing it. Until then - No Sale.) there was also an extra round of bureacracy to be played.
I called Cellnet and told the fellow that I needed a PAC.
"You want to change networks?"
"Not especially, but it's the only way I can get a new phone without being ripped off."
"Ok, what sort of deal are you being offered?"
"7210i for 50 notes plus airtime on Voda."
"Hm. How about one for 99 quid plus three months free line rental, delivered to you free Monday AM?"
"Jolly good. I'll take it."
Most odd. From this I infer that a lot of people are paying far too much for Shiny Toys.
In other news, these are the result of following a chance link from BoingBoing and a refusal to wander Camden without a firearm. And very fine they are too.
But. Battery life is now down to six hours, the SMS capabilities are a bit weedy (a memory of ten messages and no predictive input) and you can't get bits or manuals since Nokia decreed it to be an Unphone in a tediously Orwellian manner.
Thus I determined that I was in requirement of a new telephone and that it would likely be a 7210i. A tedious afternoon of dealing with telephone vendors seemingly more used to the demands and financial practices of the lower orders resulted in the discovery that I would either have to pay full price for the device or engage the services of a new airtime provider. Since keeping the same phone-number was non-negotiable, (When there's a DNS for phones, I'll consider changing it. Until then - No Sale.) there was also an extra round of bureacracy to be played.
I called Cellnet and told the fellow that I needed a PAC.
"You want to change networks?"
"Not especially, but it's the only way I can get a new phone without being ripped off."
"Ok, what sort of deal are you being offered?"
"7210i for 50 notes plus airtime on Voda."
"Hm. How about one for 99 quid plus three months free line rental, delivered to you free Monday AM?"
"Jolly good. I'll take it."
Most odd. From this I infer that a lot of people are paying far too much for Shiny Toys.
In other news, these are the result of following a chance link from BoingBoing and a refusal to wander Camden without a firearm. And very fine they are too.
no subject
Date: 2003-09-27 07:34 am (UTC)I *dream* of a six-hour battery life. I'm lucky if mine lasts three hours if I get a call. In fact, I think people are now buying the same model (http://www.denetdesign.com/centro/masol/productpics/savvydb.jpg) for nostalgia value...
fine trousers
Date: 2003-09-27 07:50 am (UTC)no subject
Date: 2003-09-27 08:36 am (UTC)Nice strides.
no subject
Date: 2003-09-27 09:26 am (UTC)(The depressing thing is that people would go for that like a pack of rats...)
no subject
Date: 2003-09-27 02:23 pm (UTC)no subject
Date: 2003-09-27 02:24 pm (UTC)Mind you, yours would light up with either "Old pikey with incompatible phone (Nokia 502/8110) - probably Dingbat" or "His phone just crashed - it'll be Richard with some new beta-bugware"
no subject
Date: 2003-09-27 02:54 pm (UTC)no subject
Date: 2003-09-27 02:55 pm (UTC)The next set should be black.
no subject
Date: 2003-09-27 03:21 pm (UTC)Where's the extra fixing ?
Oh - MdR thinks it would be practical to print our own sarcastic camo patterns on Roy's fabric printer, for a suitable fee....
no subject
Date: 2003-09-27 03:22 pm (UTC)re: illig.dot.com
Date: 2003-09-27 03:59 pm (UTC)oh arse. they had a nice dress too!!!
:(
Re: illig.dot.com
Date: 2003-09-27 04:40 pm (UTC)Well, indeed. You'd look splendid in it.
Why d'you think I chained young
If these commercial johnnies refuse to play ball, a chap must invoke the uneasy spirit of punk rock and have his tailor run up something on the spot.
no subject
Date: 2003-09-27 04:44 pm (UTC)A couple of those tonneau fixings should do it. Actually, the whole thing could have been held together with them.
Though it would sound like someone rattling the teaspoon drawer when one walked anywhere.
You know, I'm quite partial to the idea of Berlin Pattern fabric. Or dazzle-pattern. Anyone got a tame Vorticist we could borrow?
no subject
Date: 2003-09-27 04:53 pm (UTC)no subject
Date: 2003-09-27 05:07 pm (UTC)no subject
Date: 2003-09-27 05:09 pm (UTC)What's Berlin Pattern look like ?
I wonder if we could make any of these work ?
http://www.ritsumei.ac.jp/~akitaoka/saishin-e.html
no subject
Date: 2003-09-27 05:19 pm (UTC)http://www.emlra.org/techtalk/berlin_brigade.htm
no subject
Date: 2003-09-27 05:22 pm (UTC)(You bastard. I've been at the lager. I have to go lie down now.)
no subject
Date: 2003-09-27 05:25 pm (UTC)no subject
Re: illig.dot.com
Date: 2003-09-28 04:28 am (UTC)no subject
Date: 2003-09-28 06:19 am (UTC)#!/usr/bin/perl # # MMS DETACHER v2003-09-01-01 by www.andrew.oakley.net # 1. Send picture message from your camera phone to email. # You may include a text comment with the message if you wish. # 2. Use sendmail etc. to pipe email to this script # 3. $outputdir will fill with JPG & TXT files named # YYYYMMDD-HHMMSS.jpg YYYYMMDD-HHMMSS.txt use MIME::Parser; $workdir='/home/aoakley/aomms/tmp'; $outputdir='/home/aoakley/aoakley.nam-vets.org/phonecam/pics'; while ( $tmpfile=glob("$workdir/*") ) { unlink $tmpfile; } $p = new MIME::Parser; $p->output_dir($workdir); $p->output_prefix("tmp"); $p->read(\*STDIN); ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time()); if ($isdst) { ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time()+3600); } $newfilename=sprintf("%4d%02d%02d-%02d%02d%02d",$year+1900, $mon+1, $mday, $hour, $min, $sec); if ( $thisfilename=glob("$workdir/*.jpg") ) { rename $thisfilename,"$outputdir/$newfilename.jpg"; } if ( $thisfilename=glob("$workdir/*-3.txt") ) { rename $thisfilename,"$outputdir/$newfilename.txt"; }And then...
<!-- PHP to sort & show pictures from MMS Detacher --> <HTML><HEAD> <TITLE>Phone Camera Pictures</TITLE> </HEAD><BODY> <P> Phone Camera Pictures <? $picdir='pics'; # Eg. relative to /home/aoakley/aoakley.nam-vets.org/phonecam/ $imgwidth=160; if ( explode ("\n",shell_exec("ls $picdir/*.jpg")) ) { ?> <P><TABLE BORDER=0> <? $files = explode ("\n",shell_exec("ls $picdir/*.jpg")); rsort($files); foreach ($files as $thisfile) { if ( preg_match("/\/([^\/]+)\.jpg$/",$thisfile,$matches) ) { $fileroot=$matches[1]; $friendlytime=preg_replace("/([0-9][0-9][0-9][0-9])([0-9][0-9])([0-9][0-9])\-([0-9][0-9])([0-9][0-9])([0-9][0-9])/","$1-$2-$3 $4:$5:$6",$fileroot); ?> <TR> <TD> <A HREF="<?=$picdir?>/<?=$fileroot?>.jpg"><IMG SRC="<?=$picdir?>/<?=$fileroot?>.jpg" WIDTH=<?=$imgwidth?> BORDER=0></A> </TD> <TD> <?=$friendlytime?> <P> <? if ( file_exists("$picdir/$fileroot.txt") ) { include "$picdir/$fileroot.txt"; } ?> </TD> </TR> <? } } ?> </TABLE> <? } ?> </BODY></HTML>Re: illig.dot.com
Date: 2003-09-28 06:24 am (UTC)i'll just have to get some nice americans to buy it all for me...
:)
Re: illig.dot.com
Date: 2003-09-28 06:25 am (UTC)Eugh - filthy code.
Date: 2003-09-28 07:07 am (UTC)Re: Eugh - filthy code.
Date: 2003-09-28 11:22 am (UTC)no subject
Date: 2003-09-28 02:38 pm (UTC)Err - so what would it look like on clothes ? How big are the squares ?
no subject
Date: 2003-09-28 03:22 pm (UTC)I suspect that the effect would not be unlike Copey's trousers on the back of '20 Mothers' - I'm still not entirely sure that would be a Good Thing, but it's probably a worthwhile experiment.
no subject
Date: 2003-09-28 05:35 pm (UTC)Don't fight it.