Friday, 10 July 2015
I WAS BORN TO SAVE THE UNIVERSE
Sunday, 13 October 2013
Hurrah! What a weekend...
Tuesday, 31 January 2012
PROTEIN POWER!
Tuesday, 4 October 2011
Loose Cannon Reconstruction: The Wheel in Space
Hi There
This is the first Loose Cannon mailing update for quite a while, it is around 2 years since we released Faceless Ones but we haven’t been sat idle in that time, we have been working away on new recons despite a lack of an update to our website
There have been several things gone on in that period which have delayed us from releasing stories, at present we have several stories which have episodes complete but not the usual extras we release along with them, we had been endeavoring to get these releases ready to go but there has been a recent development which has caused us to have a little bit of a rethink
As you will probably know Loose Cannon has always insisted on releasing our stories in VHS quality, the reason for this is we fully respect the BBC’s copyrights in the situation and have no wish to tread on their toes, we have been led to believe that the BBC are unlikely to take any action whilst the releases are in a degradable format, despite our best attempts to stop it our stories have been made available again and again over the years on eBay converted from our VHS versions onto DVD, this has become an increased problem as VHS as a format has now all but died, I suspect most of you keep your VHS players simply to play the recons on, indeed it’s the only reason we keep ours! As people get rid of their VHS machines an unfortunate side effect has been that eBay is an even more popular place to try to sell recons, in addition to this in more recent years YouTube has become a more and more popular place for people to view and share video content, once again we prefer to avoid YouTube for fear of offending the BBC, however as YouTube has increased in popularity it has become more and more difficult to avoid this, we have asked people again and again to remove our recons, most people are happy to comply and often do not realize we have an issue with it being on there but no sooner has one recon being removed someone puts it back up again, usually in all innocence, indeed in recent years we have simply given up trying to prevent it, we cannot force people to remove our stuff and YouTube is crammed full of Doctor Who related items other than recons varying from full episodes to peoples own edits of stories to animations, indeed not only are our recons up there, often in horrendous quality, people see fit to reedit them on occasion and add in a narrated audio, thus totally opposing our wishes not to distribute something the BBC could sell, in short whatever we do we cannot seem to stop the YouTube floodgates.
Now the recent development that has happened is one of our unreleased stories has appeared on YouTube, as episodes are completed we do give copies to people who have contributed to the recon, people often contribute photos, information, CGI etc, and we do ask them to keep the copy to themselves until the story gets a wider release, however the world being as it is people inevitably do a copy “just for my mate” then that person does one “just for their mate” and before you know it the episodes are beginning to circulate, in this case someone has uploaded The Wheel in Space to YouTube, once again without necessarily realizing the implications, this has left us in a bit of a quandary as we don’t yet have the extras ready we would like for a full release, however we would like the people who enjoy recons to be able to see this story, with that in mind we have decided to send this update to people explaining the situation and to see how things go, it seems churlish to ask for it to be taken down as it will inevitably be back up there again within days!, obviously at this stage we have no idea what will happen from this point but one way or the other we simply want as many people as possible to enjoy our work so whilst it is up there please follow this link to enjoy The Wheel in Space http://www.youtube.com/watch?v=fZZNyYwJOXo all of this story is now up there and we understand Web of Fear will be following, feel free to check in on our forum http://ianlevine.forumco.com/forum.asp?FORUM_ID=24 and keep an eye on our website www.recons.com and maybe even submit a review for this or any other story.
Thanks
Derek, Dean & Russ
Loose Cannon
Well, there you have it - enjoy! :-)
Saturday, 17 September 2011
T.Power - Amber
Brilliant tune! You can tell it's very cyberpunk influenced...
Thursday, 15 September 2011
DVD Review: Doctor Who - Day of the Daleks
I must admit that like many fans who saw Day of the Daleks as a kid I was rather let down by the battle scene at the end. I think it was the second video I ever bought after Death to the Daleks - which I think is still awesome and under-rated to this day! So, when I heard that the DVD release was coming up, and that new CGI effects, footage and Dalek voices (by Nick Briggs) were to be added I was quite excited.
Saturday, 3 September 2011
Lubuntu 11.04
Here is a screenshot of my newer desktop, this machine currently runs Lubuntu 11.04 on it. You can tell the difference in speed compared to Xubuntu, which has become rather bloated these days. Nice and lightweight...no fuss or other fancy eye-candy to hog your memory, although I did get some of the Compiz effects working the other week just to play around with.
# UBUNTU-CONKY
# A comprehensive conky script, configured for use on
# Ubuntu / Debian Gnome, without the need for any external scripts.
#
# Based on conky-jc and the default .conkyrc.
# INCLUDES:
# - tail of /var/log/messages
# - netstat connections to your computer
#
# -- Pengo (conky@pengo.us)
#
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_hints undecorated,below,skip_taskbar
background no
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# fiddle with window
use_spacer yes
use_xft yes
# Update interval in seconds
update_interval 3.0
# Minimum size of text area
minimum_size 400 5
# Draw shades?
draw_shades yes
# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 8
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors, grey90 == #e5e5e5
default_color white
default_shade_color black
default_outline_color white
own_window_colour brown
own_window_transparent yes
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
gap_x 10
gap_y 10
# stuff after 'TEXT' will be formatted on screen
override_utf8_locale no
xftfont Terminus:size=8
xftalpha 0.8
TEXT
${offset 240}${color slate grey}${time %a, } ${color }${time %e %B %G}
${offset 240}${color slate grey}${time %Z, }${color }${time %H:%M:%S}
${offset 240}${color slate grey}UpTime: ${color }$uptime
${offset 240}${color slate grey}Kern:${color }$kernel
${offset 240}${color slate grey}CPU:${color } $cpu% ${acpitemp}C
${offset 240}${cpugraph 20,130 000000 ffffff}
${offset 240}${color slate grey}Load: ${color }$loadavg
${offset 240}${color slate grey}Processes: ${color }$processes
${offset 240}${color slate grey}Running: ${color }$running_processes
${offset 240}${color slate grey}Highest CPU:
${offset 240}${color #ddaa00} ${top name 1}${top_mem cpu 1}
${offset 240}${color lightgrey} ${top name 2}${top cpu 2}
${offset 240}${color lightgrey} ${top name 3}${top cpu 3}
${offset 240}${color lightgrey} ${top name 4}${top cpu 4}
${offset 240}${color slate grey}Highest MEM:
${offset 240}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
${offset 240}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${offset 240}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${offset 240}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
${offset 240}${color slate grey}MEM: ${color } $memperc% $mem/$memmax
${offset 240}${membar 3,100}
${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
${offset 240}${swapbar 3,100}
${offset 240}${color slate grey}ROOT: ${color }${fs_free /}/${fs_size /}
${offset 240}${fs_bar 3,100 /}
${offset 240}${color slate grey}HOME: ${color }${fs_free /home}/${fs_size /home}
${offset 240}${fs_bar 3,100 /home}
${offset 240}${color slate grey}SLACK: ${color }${fs_free /mnt/slack}/${fs_size /mnt/slack}
${offset 240}${fs_bar 3,100 /mnt/slack}
Friday, 2 September 2011
Book Review: Food of the Gods
Monday, 29 August 2011
DVD Review: Doctor Who - The Mind Robber
This one stands out in my mind, not just because it was the first black & white Doctor Who story I saw during a BBC2 repeat as a child in 1992, but because it has some really far out ideas in it. Far out ideas, even for a show like this, and brilliant performances by the lead cast - Patrick Troughton shines as the Doctor! I watched the DVD again this week and it still looks as fresh as ever thanks to the Restoration Team cleaning up the fuzzy old film print (you'll notice this if you've seen the VHS release) and the bonus material on the DVD is excellent too.
This episode is pure 1960s' psychedelia. Peter Ling (the story's writer) pushes the boundaries of the show, and this story stands out from the rest of Troughton's other ones. Whereas most of his stories are famous for being monster mash-ups, we don't actually see the main baddie or alien in this story. We never learn who created the fictional world that the TARDIS crew find themselves in. And that makes it even more mysterious and eerie. (All the great science fiction and horror writers know that keeping your enemy hidden adds to the atmosphere of the story!)Sunday, 21 August 2011
Tuesday, 1 March 2011
Sunday, 19 December 2010
Book Review: Prometheus Rising

Robert Anton Wilson has been one of my favourite authors for quite a few years. It all began on the 23rd of February 2006 when my copy of Cosmic Trigger 1 arrived in the post. In many ways, that book changed my mind and the way I thought from the moment I read it. Well, it was either that or the sheets of acid I was eating regularly at the time. I then delved into The Illuminatus! Trilogy some time after, which was a real mindfuck!!! I always find Robert Anton Wilson's work highly optimistic, which is why it has appealed to me for some time.
I do wish I'd read his Prometheus Rising first - this is a beginner's manual on how to operate the human brain, a nice & easy read. Wilson uses Timothy Leary's 8-Circuit Model of Consciousness as a map/guide for the user and introduces exercises at the end of each chapter to break down the user's 'reality tunnel'. This book covers a wide range of topics related to manipulating consciousness and how the mind works, such as yoga, magick, philosophy, mind-altering drugs, sex, isolation tanks, brain washing, religion, quantum physics, etc.
Of course, quite a few years have passed since Wilson wrote the book and many of his predictions have not come true, whilst others have. I can also say I don't agree with some of his maps, but again Wilson states that these are his own and encourages users to drop their old reality tunnels, create new ones at will and learn from other people's ones. This is supposed to help the reader understand the concept of militant agnosticism, not just about God but about everything.
To sum it up - this is essential reading for every domesticated primate who owns a brain, for anyone who wants to make the most of their mind and for anyone who has ever wanted to find out who is the maker that makes the grass green... ;-)
Fnord.
Sunday, 5 December 2010
Skat-E - Darker Side Of The Jungle
Download: http://dnbshare.com/download/Skat-E_-_Darker_Side_of_Jungle_Dec_2010_Mix.mp3.html
Tracklist:
Mad Dog - My God
The Fugitive - Mind Games
Wishdokta & Emma C - Infinity
DJ Exodus & Head Pressure - Rude Boy Dem
DJ Scoobie - Wait 4 The Bass
Babylon Timewarp - Changing
Essence of Aura - Everybody
Let me know what you guys think! Peace.
Saturday, 27 November 2010
Recycled Laptop!
Thursday, 25 November 2010
Sunday, 7 November 2010
Sunday, 31 October 2010
Dj Dextrous & B.B.B. - Untitled
It doesn't feel like Halloween today...might have to watch The Bride of Frankenstein later to get me in the mood! :-)




