Statcounter

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.

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.

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!

// 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.
  • 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.

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.

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.

21 March 2010

Googlevanned


Mr Google came round last year on a Tuesday afternoon, just after the binmen. My house is in the middle of the terrace.
As you can see it's in a cul-de-sac at the bottom of a valley, the river is at the end of the path (click on pic for full size image).

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.

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.

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.

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.

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:

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.

06 August 2009

Spot the religion

Another contest folks! This is a graph of audience reaction to the latest adverts on American television from - let's say a certain well known bona fide religion that isn't a cult. You have guess at which moment in the advert the name of the religion was first given.

24 May 2009

24 hours in limbo

On Friday Mr Blue Screen overran my machine and I had to call in the repairman. Fortunately I got a good (though expensive!) one as it took several hours to get everything sorted. It turned out the CPU fan was not speeding up when it should have been, the CPU was overheating and that most likely killed some memory and corrupted Windows.

So it was full reinstall time, after which Vista got down to downloading 30 months worth of Updates while I reinstalled programs. It took 3 days for Service Pack 1 to arrive, presumably Microsoft sensibly had security updates at the front of the queue.
The only glitch so far was overwriting my Firefox Bookmarks (duh). The latest Nvidia drivers didn't work well with my budget never state of the art card, so I reverted to the previous set. Thunderbird made no objection to my copying over all its data files in a single block.

The only problem that threw me was that my router had reacted to all this by dropping its Download speed, causing Second Life all kinds of problems. Rebooting it forced it to renegotiate speeds.

07 May 2009

Let there be light

This is really just an illustration of how the Internet just works.

Houses have light switches. But can Second Life houses have light switches? I'm in the dark about this (ha ha), but let's try 'remote light switch second life' in Google.

http://code.google.com/p/secondlifelivelyscripts/
Here's not only the code I need but also two YouTube clips with the author's Avatar demonstrating how to do it. So I can download the code, Cut&Paste it into a Script holder in Second Life, and there it is.

Oh. One alteration required - American light switches are upside down. Easily changed...

11 April 2009

Spot the Scientologist (2)

Difficult this one isn't it? The photo was taken outside the Scientology shop in London during an Anonymous protest. It inspired one of my leafleting callouts: "Scientology - the unhappy religion!"

20 March 2009

Infinite Complacency

...you'll have to read the Infinite Complacency blog to find out where Jonny Jacobsen found the title! He's a journalist who has been observing Scientology from the sidelines for quite a while, and is now blogging his notes for what may eventually become yet another book on the cult.
Here he concentrates on David Miscavige, the violent psychopath who has led Scientology since the 1980s.

A recent work I'm presently reading is John Duignan's "The Complex", subtitled "An insider exposes the covert world of the Church of Scientology". British booksellers have refused to stock it due to a threat from the cult, it is available from Ireland where it was published.

18 March 2009

Google is watching you

I wrote a satirical comment to a Youtube video yesterday with a :-) at the end to indicate humor and got the usual humorless replies such as "let me guess not a real person just a part of the scientology PR machine". Guessing is not necessary however - Google is your friend! My name is almost unique on the Internet, and a Search on it produced this (snipped for brevity):

Results 1 - 10 of about 2,480 for "hartley patterson". (0.14 seconds)
Search Results

1. User:Hartley Patterson - Wikipedia, the free encyclopedia
2. News From Bree A Tolkien interview, a medieval spreadsheet, a secondary universe and some enturbulating entheta.
3. Hartley Patterson Directory of critical information about Scientology.
4. Protest Activity in the UK
5. Picket Report, Hartley Patterson
6. User:Hartley Patterson - Wikinews, the free news source
7. User talk:Hartley Patterson - Wikinews, the free news source
8. 1972 - A Year in Diplomacy by Hartley Patterson
9. ZoomInfo Open People Directory > Patterson, Hartley
10.Patterson, Hartley | Patterson, Hazel | People Directory | Facebook

Only (9) appears to be spam, the others catch a selection of my Internet interests. but 2,480 of them? Oh no, I've just added the 2,481st! Must get out more...