davidpratten.com

David’s Tech and other Interests

Archive for the ‘Tools’ Category

Wordpress is as smooth as …

without comments

Just updated Wordpress driving this blog to 2.3.3. Very pleasantly surprised. The update went exactly as the upgrade advice said!

Written by david

February 5th, 2008 at 7:27 pm

Posted in Tools

Planet Sky Speed Changer

without comments

Update: I have recreated the same script in Rebol, a very expressive scripting language.
If you are using Planet Sky internet service and your server computer is XP Professional then you can schedule the planetskyspeed batch file to automatically change your download speed based on the time of day. Download it here. This batch file assumes that your computer displays time using AM/PM format.

The batch file is 19 lines long - the Rebol script is just 6 lines long. Here it is:

REBOL []
system/schemes/http/user: 'USERNAME
system/schemes/http/pass: 'PASSWORD
;        00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23
speeds: [ 3  3  3  3  4  4  5  5  5  5  4  4  1  1  1  1  1  1  1  1  1  1  1  1]
extracthour: func [t] [t/hour]
read/custom http://customer.planetsky.com/speed/ reduce [
'post join "S=" pick speeds (extracthour now/time + 1) ]

Written by david

December 9th, 2007 at 11:30 am

Posted in Tools

Reflecting on North Korea

without comments

Julian Borger in his Washington Diary column in The Guardian Weekly of October 20th, 2006 discusses the role of the US in North Korea’s Nuclear aspirations. While reading the article I was struck by the interactions between the parties and the way that a Causal Loop Diagram may help understand them.

North Korea Nuclear Aspiration Causal Diagram


Written by david

October 26th, 2006 at 10:50 am

Posted in Society, Tools

A way to backup your files (Windows XP)

without comments

Backing up files is a vital part of using IT. Unfortunately, backing up files is boring and potentially time consuming. This solution was arrived at after evaluating about 4-5 freeware, shareware and commercial alternatives. Read the rest of this entry »

Written by david

July 24th, 2005 at 2:18 pm

Posted in Tools