Statcounter
25 November 2012
Trikassi in winter
Chateau Trikassi, winter 2012, photo by Wildstar Beaumont. Serra Anansi, Seneshelf of Winterfell, brings snow overnight to her land of dreams.
23 November 2012
Do not Press this Button
It was the 'Sleep' button on my keyboard, and it was accidental honest... anyway the system glitched and refused to wake up so I had to reboot. The BIOS decided it was Level 1 Diagnostic time and reset to its defaults.
Fine, except - noisy fans! I had to venture into the BIOS to switch variable speed back on. I hate doing this, even though BIOSes have help screens these days they are in, well this being ASUS it's Chinese English.
So far so good, I tweaked the chassis fan speed down one step from 'whine' to 'hum'. ASUS have a free program called PC Probe that displays this kind of stuff and can set off alarms if things go wrong. Next I'll try going down to Super Quiet Mode!
Fine, except - noisy fans! I had to venture into the BIOS to switch variable speed back on. I hate doing this, even though BIOSes have help screens these days they are in, well this being ASUS it's Chinese English.
So far so good, I tweaked the chassis fan speed down one step from 'whine' to 'hum'. ASUS have a free program called PC Probe that displays this kind of stuff and can set off alarms if things go wrong. Next I'll try going down to Super Quiet Mode!
12 November 2012
Is this Fibre at last?
Orange (or EE as they now are) ninja updated my router software with - goodness - a switch to fibre button. Could this be... I looked on the website. Yes, there were the pricing options, a speed estimate (72Mbps) and a number to phone.
And they hadn't told me. Nor have BT, though I'm on their register list to be informed. Grr.
I signed up anyway, and now await a BT engineer to update my connection. In three weeks? Sigh...
And they hadn't told me. Nor have BT, though I'm on their register list to be informed. Grr.
I signed up anyway, and now await a BT engineer to update my connection. In three weeks? Sigh...
05 July 2012
BT fail. Again.
Yes, it was time last week for BT to contact me and say superfast fiber optics were ready as they had promised three months ago. And yes, the promised date has been advanced another three months.
11 May 2012
Fun with Hi-fi
After twenty years, it was time to update my hifi system. It was sitting on one side of the living room unused with the PC and TV on the other.
I settled on a Sony STR-DH820 A/V as the hub, which though defined as 'entry level' sounds fine to me. It has more sockets in the back than Neo and is awesomely black.
Glitch #1 I managed to press the wrong buttons and disabled the remote control. A Google forum search found the remedy - press a previously untouched button unintuitively labelled 'AMP'. Yes it was in the manual but in the wrong place.
The PC, TV and satellite box connect to the A/V via HDMI cables, and the A/V turned out to have better video output: Channel 4 HD had been choppy but is fine now.
Glitch #2 was (ha!) Windows. Switching from the PC speakers to HDMI output, the only option was Stereo. Where's my surround sound? Back to Google, which suggested some complicated and suspiciously old remedies. So... update driver? Yes, there was a recent update but that made no apparent difference.
Eventually the solution hit me last night: Windows was being clever and looking to see where the sound was going. To a TV with just two speakers? OK, just stereo then. In the A/V settings I needed to disable 'Pass Through'. Now Windows could only see the A/V and up came the speaker options I wanted.
I settled on a Sony STR-DH820 A/V as the hub, which though defined as 'entry level' sounds fine to me. It has more sockets in the back than Neo and is awesomely black.
Glitch #1 I managed to press the wrong buttons and disabled the remote control. A Google forum search found the remedy - press a previously untouched button unintuitively labelled 'AMP'. Yes it was in the manual but in the wrong place.
The PC, TV and satellite box connect to the A/V via HDMI cables, and the A/V turned out to have better video output: Channel 4 HD had been choppy but is fine now.
Glitch #2 was (ha!) Windows. Switching from the PC speakers to HDMI output, the only option was Stereo. Where's my surround sound? Back to Google, which suggested some complicated and suspiciously old remedies. So... update driver? Yes, there was a recent update but that made no apparent difference.
Eventually the solution hit me last night: Windows was being clever and looking to see where the sound was going. To a TV with just two speakers? OK, just stereo then. In the A/V settings I needed to disable 'Pass Through'. Now Windows could only see the A/V and up came the speaker options I wanted.
17 April 2012
Fiber optics - BT fail
British Telecom installed fiber optics at my local exchange 18 months ago. Since then, every three months they have been promising to actually extend it to my road. A couple of days before the deadline, they push the date forward another three months.
So I've given up and signed a new internet/phone/mobile deal with Orange. 3Mb speed is fine for me, I can wait for long downloads.
So I've given up and signed a new internet/phone/mobile deal with Orange. 3Mb speed is fine for me, I can wait for long downloads.
13 February 2012
Router change
My Orange Livebox has been suspect for a while, losing connection every couple of hours, so I replaced it with their new dedicated router, Bright Box.
Bright it is not - it's black! Also smaller, paperback sized. It connected up automatically once given my password and hasn't had a dropout yet.
Bright it is not - it's black! Also smaller, paperback sized. It connected up automatically once given my password and hasn't had a dropout yet.
26 August 2011
Second Life Mesh Support
A Brief Look at Second Life Mesh Support is a short explanation of why Second Lifers are so excited about Mesh.
Up to now we've had Prims, polyhedrons which can be manipulated using an inworld editor, and 'sculpts', weird single prim objects that are created offworld. Now, finally, we can import 'mesh' objects of the kind used by other computer generated worlds. There are plenty of free editors out there and a common file format, now they have been thrown into the SL sandbox. This is going to be fun.
There is a new Mesh section in the SL Destination Guide that will no doubt be filling up fast.
Up to now we've had Prims, polyhedrons which can be manipulated using an inworld editor, and 'sculpts', weird single prim objects that are created offworld. Now, finally, we can import 'mesh' objects of the kind used by other computer generated worlds. There are plenty of free editors out there and a common file format, now they have been thrown into the SL sandbox. This is going to be fun.
There is a new Mesh section in the SL Destination Guide that will no doubt be filling up fast.
05 May 2011
Virtual reality scripting
Second Life has its own scripting language, without which nothing could move. Since SL is user created, anyone can write their own scripts using the built in editor and see them go wrong! Here is a library with some free samples.
Below is one what I wrote myself, the controller for a magic bridge. Say the password and the bridge appears!
For learning inworld I reccomend the College of Scripting.
Below is one what I wrote myself, the controller for a magic bridge. Say the password and the bridge appears!
// say password to activate prims in object
// this script must be in root prim
// activated scripts can be in any prim
// Oriella Charik 2010
// Bridge melts after (freezetime) seconds
float freezetime = 30;
default
{
state_entry()
{
llSetText("Bridge Power", <1.0, 1.0, 1.0>, 1.0);
// set channel to listen on
llListen(0, "","","");
}
listen(integer channel, string name, key id, string word)
{
if(word=="freeze")
{
llMessageLinked(LINK_ALL_CHILDREN, 0, "start", NULL_KEY);
llSetTimerEvent(freezetime);
}
if (word=="melt")
{
llMessageLinked(LINK_ALL_CHILDREN, 0, "stop", NULL_KEY);
}
}
timer ()
{
llMessageLinked(LINK_ALL_CHILDREN, 0, "stop", NULL_KEY);
}
}
For learning inworld I reccomend the College of Scripting.
31 October 2010
Crowd numbers
I just spent a happy half hour googling around on the subject of crowd numbers (yes, the recent rallies in Washington DC sparked this off).
CBS News was slated by supporters of Glenn Beck for its estimate of his rally attendance (87,000), so they published the methodology and here's their estimate for the Rally for Sanity (215,000). Both have a 10% margin of error. Their estimate for the Obama inauguration was 800,000 by the way, lower than others.

When I looked up rational estimates by supporters, one reason for disparity was obvious - crowd density. In camera shots taken from the ground (or even the top of monuments) density isn't clear, but the company CBS hired used a robot balloon camera that could do both overhead shots and oblique ones to see beneath trees. It was on the spot and could tour the whole crowd, later estimators were not.
The conclusion is much as usual. How was the data obtained? What is the margin of error? Why do you suppose you can understand any of this without having done Statistics 101 or switched your brain on before reading?
Also, take a look at who is giving you different data with no sources and no proof. If they claim that a source is wrong because they don't like what it says and then next week that the same source is totally accurate, alarm bells should be ringing in your head.
CBS News was slated by supporters of Glenn Beck for its estimate of his rally attendance (87,000), so they published the methodology and here's their estimate for the Rally for Sanity (215,000). Both have a 10% margin of error. Their estimate for the Obama inauguration was 800,000 by the way, lower than others.
- Blog by the expert partnering the survey company. It has plenty of links and information about the subject.
- Plenty of first hand accounts of the latter rally.
- Overhead view of the main crowd areas - in both cases more people were further away:

When I looked up rational estimates by supporters, one reason for disparity was obvious - crowd density. In camera shots taken from the ground (or even the top of monuments) density isn't clear, but the company CBS hired used a robot balloon camera that could do both overhead shots and oblique ones to see beneath trees. It was on the spot and could tour the whole crowd, later estimators were not.
The conclusion is much as usual. How was the data obtained? What is the margin of error? Why do you suppose you can understand any of this without having done Statistics 101 or switched your brain on before reading?
Also, take a look at who is giving you different data with no sources and no proof. If they claim that a source is wrong because they don't like what it says and then next week that the same source is totally accurate, alarm bells should be ringing in your head.
16 October 2010
Saint Hill picket report 15th October 2010
Mostly the UK OG tag on to Anonymous protests these days, but this one we set up ourselves being on a Friday:
Three Old Guard and three Anonymous went to rain on Davey's big speech day at the IAS weekend.
After a short stint in East Grinstead High Street we arrived outside Saint Hill about 14:30. Traffic into the grounds was better organised this year with no jams, otherwise things inside seemed much the same as previous years.
Photos
The 'shatter the SPs' plan this year was two big speakers balanced on the perimeter wall connected to bagpipe music. Well, first they had to connect them which took a while but when it got going it was a WIN. Like loud, really loud, right next to Mr Mid Sussex Policeman's car. I don't think he was amused. This was death metal concert head bangingly loud.
And then... a chap from Health and Safety Environmental Protection arrived. With a meter. We didn't call him, and I don't think our glum friends across the road did either. How odd. Perhaps he heard the bagpipes from his office in town. Anyway, he wanted the speakers off, and Tony on the megaphone to turn his volume down from 11. We complied - no one messes with the man from H&S.
After a much quieter second half, we departed around 17:30.
Three Old Guard and three Anonymous went to rain on Davey's big speech day at the IAS weekend.
After a short stint in East Grinstead High Street we arrived outside Saint Hill about 14:30. Traffic into the grounds was better organised this year with no jams, otherwise things inside seemed much the same as previous years.
Photos
The 'shatter the SPs' plan this year was two big speakers balanced on the perimeter wall connected to bagpipe music. Well, first they had to connect them which took a while but when it got going it was a WIN. Like loud, really loud, right next to Mr Mid Sussex Policeman's car. I don't think he was amused. This was death metal concert head bangingly loud.
And then... a chap from Health and Safety Environmental Protection arrived. With a meter. We didn't call him, and I don't think our glum friends across the road did either. How odd. Perhaps he heard the bagpipes from his office in town. Anyway, he wanted the speakers off, and Tony on the megaphone to turn his volume down from 11. We complied - no one messes with the man from H&S.
After a much quieter second half, we departed around 17:30.
08 October 2010
Farmville is eating the Internet
The xkcd webcomic has a new edition out of its Map of Online Communities. Go take a look (the map enlarges if you click on it).
What the map does well is to place otherwise unconnected Internet communities into perspective. For example, political bloggers who suppose the wired world reads their every flame may be chastened to find the map needs an enlarged inset to show them. In some regions one group dominates - Warcraft on MMO island, Skype in messaging, and Facebook as the biggest nation.
What the map does well is to place otherwise unconnected Internet communities into perspective. For example, political bloggers who suppose the wired world reads their every flame may be chastened to find the map needs an enlarged inset to show them. In some regions one group dominates - Warcraft on MMO island, Skype in messaging, and Facebook as the biggest nation.
14 July 2010
Multiscreen
The only problem with my big (37") TV screen that's been doubling up as a monitor is that its text display isn't good; using programs with unadjustable text size (such as Eve Online) causes serious eyestrain. So I looked around for a reasonable size monitor and came up with a 22" LG E2250. It's an 'LED' monitor, an improvement on pure LCD.
Connecting via a DVI-D lead was no problem, Windows7 auto detected and multiscreened - that's where you move the mouse off the edge of one screen and it pops up on the other. The specific LG driver needed a nudge to install.
Text is now clearer by a lot. The LED improves on backlighting, making the picture brighter.
Connecting via a DVI-D lead was no problem, Windows7 auto detected and multiscreened - that's where you move the mouse off the edge of one screen and it pops up on the other. The specific LG driver needed a nudge to install.
Text is now clearer by a lot. The LED improves on backlighting, making the picture brighter.
21 March 2010
Googlevanned
03 February 2010
My (second) life as a film extra
A fortnight ago my Second Life avatar was an extra in a pub scene being shot for a PBS programme that aired last night, online now at Digital Nation.
The programme was wide ranging, the Second Life segment had Philip Linden (creator of SL) showing off both his offices and then switched to a surreal shot of presenter Douglas Rushkoff wandering the corridors of an empty IBM office complex. The staff worked from home now and held meetings in SL, saving Big Blue $1 million last year in travel costs.
The programme was wide ranging, the Second Life segment had Philip Linden (creator of SL) showing off both his offices and then switched to a surreal shot of presenter Douglas Rushkoff wandering the corridors of an empty IBM office complex. The staff worked from home now and held meetings in SL, saving Big Blue $1 million last year in travel costs.
21 January 2010
Home Networking
Just because I possibly could, I tried networking the old and new machines via the two sockets on the router.
Vista recognised Win7 right away, and after some fiddling with permissions I found out how to add folders. Win7 however... it turned out the firewall I had on Vista was blocking access. There were passwords involved in this, but just like on TV shows guessing only took a few seconds.
Win7 has a new networking for dummies system called Homegroups, but that only recognises other Win7 machines.
Vista recognised Win7 right away, and after some fiddling with permissions I found out how to add folders. Win7 however... it turned out the firewall I had on Vista was blocking access. There were passwords involved in this, but just like on TV shows guessing only took a few seconds.
Win7 has a new networking for dummies system called Homegroups, but that only recognises other Win7 machines.
12 December 2009
More glitches
I have a couple of Win95 programs, a decade old but never bettered, that Windows 7 refused to Install - surprising, as Vista hadn't quibbled. Maybe it's a 64-bit problem. Anyway I transferred the folders over and they ran fine, complete with previous settings since Win95 programmes store those in their own folders.
Webedit is a long lost HTML editor that has enough bells and whistles for me, and WS/FTP LE is the old freeware version of that transfer program.
Webedit is a long lost HTML editor that has enough bells and whistles for me, and WS/FTP LE is the old freeware version of that transfer program.
03 December 2009
Windows 7 arrives
My Vista machine never really recovered from its overheating problem and recently lost contact with its graphics card, defaulting to the onboard graphics. So, an early Yuletide prezzie - a brand new Windows 7 desktop, 64-bit OS, with a Radeon 5750.
Overall I'm happy - as promised it's all rather smoother than Vista. I'm slowly loading in stuff and so far the only program that didn't want to know was PGP, I needed the 64-bit version.
Hiccups:
(1) The speakers by default had inputs off, it took me a while to find out how to connect them to Line-in enabling me to use them for the TV.
(2) My Second Life TV isn't working. This seems to be a streaming glitch with Quicktime, I can see other streams in RL and SL and Liz can see it fine - she spotted a friend of hers being interviewed ("look look it's Amber!") and all I had was a blank screen.
(3) Not a single Blue Screen of Death so far! The graphics card has paniced and reset twice in SL, both times when I was working it hard, so I'm guessing at some minor OpenGL problem.
(4) Today, the screen blanked out. It turned out the HDMI cable had come loose, the 5700s only have HDMI output plus a rather grudging DVI socket which I haven't tried. Fortunately the HDTV has several HDMI inputs since I need another for the satellite box.
HDMI is fine with graphics, not so good with text but then the TV isn't optimised for that. Tweaking text size and Clear Type has made it readable.
Overall I'm happy - as promised it's all rather smoother than Vista. I'm slowly loading in stuff and so far the only program that didn't want to know was PGP, I needed the 64-bit version.
Hiccups:
(1) The speakers by default had inputs off, it took me a while to find out how to connect them to Line-in enabling me to use them for the TV.
(2) My Second Life TV isn't working. This seems to be a streaming glitch with Quicktime, I can see other streams in RL and SL and Liz can see it fine - she spotted a friend of hers being interviewed ("look look it's Amber!") and all I had was a blank screen.
(3) Not a single Blue Screen of Death so far! The graphics card has paniced and reset twice in SL, both times when I was working it hard, so I'm guessing at some minor OpenGL problem.
(4) Today, the screen blanked out. It turned out the HDMI cable had come loose, the 5700s only have HDMI output plus a rather grudging DVI socket which I haven't tried. Fortunately the HDTV has several HDMI inputs since I need another for the satellite box.
HDMI is fine with graphics, not so good with text but then the TV isn't optimised for that. Tweaking text size and Clear Type has made it readable.
04 October 2009
Winterfell pictures
The Primgraph: Issue 8 - October 2009 has articles and pictures featuring my Second Life homeland, the Dark Victorian regions of Winterfell. The link is to the First Life online edition, though I read my copy sat on the bench in my castle garden.

Er, not in this weather though - a photo I took last winter. Brrr! Click on the pictures and they will appear full size. The next one is of Port Amaranthine and Uni Ninetails Disney castle:

And finally another wintery scene, the sky garden above the clouds:

Er, not in this weather though - a photo I took last winter. Brrr! Click on the pictures and they will appear full size. The next one is of Port Amaranthine and Uni Ninetails Disney castle:

And finally another wintery scene, the sky garden above the clouds:

14 August 2009
Website Stats
I use Statcounter.com, an excellent free service. It records stats for the most recent 500 visitors, and thus provides a rolling snapshot of Internet user preferences.
Browsers
MSIE 55%
Firefox 30%
Safari 5%
Chrome 4%
MSIE is split between versions 6, 7 and 8. MSIE 6 is the bugbear of webpage designers due to its many faults that require workrounds, but it is now down to 11%.
Resolution
1280x1024 40%
Unknown 27%
1024x768 25%
1152x864 7%
800x600 1%
It now seems safe to regard 1024 as the lowest width that needs to be accommodated. 'Unknown' is surprisingly high, looking elsewhere it seems to be mostly variations on 1280 such as 1280x800.
Operating Systems
Windows XP 54%
Windows Vista 28%
Unknown 8%
Linux 4%
And that with new improved Windows 7 almost here is as high as Vista will go. It remains to be seen how long businesses will hang on to XP 'because it works' and remain unconvinced that upgrading would be a financial net gain.
Browsers
MSIE 55%
Firefox 30%
Safari 5%
Chrome 4%
MSIE is split between versions 6, 7 and 8. MSIE 6 is the bugbear of webpage designers due to its many faults that require workrounds, but it is now down to 11%.
Resolution
1280x1024 40%
Unknown 27%
1024x768 25%
1152x864 7%
800x600 1%
It now seems safe to regard 1024 as the lowest width that needs to be accommodated. 'Unknown' is surprisingly high, looking elsewhere it seems to be mostly variations on 1280 such as 1280x800.
Operating Systems
Windows XP 54%
Windows Vista 28%
Unknown 8%
Linux 4%
And that with new improved Windows 7 almost here is as high as Vista will go. It remains to be seen how long businesses will hang on to XP 'because it works' and remain unconvinced that upgrading would be a financial net gain.
Subscribe to:
Posts (Atom)