Wednesday 4 November 2015

So Who's "Your" Doctor Who?

I've always been intrigued by the "My Doctor" effect, which is that depending on your age you tend to have a particular Doctor who you regard as "yours".  Although it does depend on when in the year you were born, and when you started watching the programme, I think it can roughly be equated to the Doctor you saw the most of between the ages of 6 and 10.

For example, if you were 6 in 1970, Jon Pertwee would be "your" Doctor, since Tom Baker didn't arrive until 4 years later.  However if you were 6 in 1973 you would have had 2 years of Pertwee, followed by the next 3 of Baker.  Your Doctor would therefore be the 4th.

in my case (I was born in 1961) "my" Doctor would be expected to be Patrick Troughton, except we didn't get a TV until 1968 so I only saw two Troughton seasons, and since I was still watching Doctor Who at age 15 (but only just) Jon Pertwee is my Doctor.

I've even done a spreadsheet, and here are my findings.

  • If you were born between 1957 & 1958 (and assuming you began watching Doctor Who at roughly age six), your Doctor should be the 1st Doctor;
  • Between 1959 and 1961 it's the 2nd Doctor;
  • 3rd Doctor, 1962 to 1966;
  • 4th Doctor, 1967 to 1974;
  • 5th Doctor, 1975-77;
  • 6th Doctor, 1978-79;
  • 7th Doctor, 80-83;

The New Series revival in 2005 should be no different, with the exception that although the 9th Doctor might have been "your" Doctor when he was on, because it was only for a year he was quickly overshadowed by the 10th.
  • 10th Doctor 1997-99;
  • 11th Doctor 2000-2003 (although she remembers the 10th, the 11th is Amy's Doctor);
  • 12th Doctor 2004 onwards;

There is a similar correlation with "Cyberman Scariness".  Fans always argue about when the Cybermen were at their best.  I tend to think late '60s (when I was 7 or 8), and was quite disappointed by "Revenge of the Cybermen" in 1975 (when I was 14). Fans born between 1969 and about 1974 however, think "Revenge" was the scariest thing on TV at the time.  While those born after about 1975 think that "Earthshock" and "Silver Nemesis" are the absolute zenith of the Cybermen.

Of course anyone born prior to 1960 tends to think they were at their best in "The Tenth Planet" and it's been steadily downhill ever since.

Wednesday 7 October 2015

Updating Firefox and Flash Plugin manually on Mandriva Linux

Firefox

I am running Mandriva Linux x64 2011.0 with an LXDE desktop.  I run Firefox from an icon on the desktop that points to /usr/lib64/firefox/firefox.  Even though technically Mandriva uses RPMs, I prefer to update manually. This is the procedure I use:



  1. Firstly go here for the latest releases:  http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/
  2. Go to the folder for the next stable release.  For example at the time of writing that is 41.0.1.
  3. Locate the linux-x86_64 folder
  4. Locate the en-GB folder
  5. Download firefox-41.0.1.tar.bz2 to a convenient folder (I use ~/Downloads)
  6. Extract the archive to /Downloads/firefox
  7. Open root terminal and run command “nautilus” to get a gui
  8. Go to /usr/lib64 and rename folder  /firefox to previous version (e.g. /firefox 39.0)
  9. Copy /Downloads/firefox to /usr/lib64
  10. Firefox icon on desktop will now start v 41.0.1


Flash Plugin



Note: Firefox uses the symlink “libflashplayer.so” within /usr/lib64/Mozilla/plugins.  This points to the folder /usr/lib64/flash-plugin. This is the one you want to update. Do not copy to the Mozilla folder!


  1. Go to http://flashbuilder.eu/flash-player-version.html to check your current version
  2. Go to https://get.adobe.com/flashplayer
  3. Go to “Your System: Linux 64-bit, English, Firefox
  4. From “select version to download…” drop-down box select “.tar.gz for other Linux
  5. Click “Download Now
  6. Save “install_Flash_player_11_linux.x86_64.tar.gz” to convenient directory (e.g. ~/Downloads), overwriting any copies of the file from previous downloads
  7. Extract “libflashplayer.so” from this archive to ~/Downloads
  8. Close firefox
  9. Open root terminal and run command “nautilus” to get a gui
  10. Go to /usr/lib64/flash-plugin
  11. Copy libflashplayer.so to /usr/lib64/flash-plugin, overwriting previous version (or rename previous version if you want a backup)
  12. Open firefox and go to http://flashbuilder.eu/flash-player-version.html to check latest version now installed