Thursday, March 16, 2006
Memento
A friend from my previous work recommended this film, and I'd been meaning to see it for quite some time. So I finally got round to it - and it's fantastic.
On many levels an excellent film, from the storyline it's something unusual and the storytelling system tops it off nicely. I was worried for the first few minutes that I wouldn't get it, but what a fantastic film it turned out to be. And the ending, the icing on the cake, a fantastic way to finish a confused story.
http://www.imdb.com/title/tt0209144/
Wednesday, March 08, 2006
XBMC puzzle solved
But swapping the drive into my desktop and sharing from there worked 100%. Even using a usb-ide adaptor and USB 1.1 from the kitchen pc with a network share worked 100%.
So the problem lies squarely with the fileserver machine. Investigation required ;)
Monday, March 06, 2006
New toy: XBOX
Anyhoo, it arrived today, so I spent the evening (or part of it) setting it up. For no good reason, other than 'just because' I decided to softmod it, rather than bothering with a chip. Now, I have never done anything like this before, and I have to say the documentation is the poorest and most disparate I have ever seen.
I followed the manual at : http://forums.xbox-scene.com/index.php?showtopic=443489 which sets it all out in a fairly sensible way. Except it didn't work. The bit where you have to hot swap the drive didnt work, it stayed locked for me. But a quick google showed an alternative - rip a track from a CD to the Hard Drive, and begin playing it. Pause playback, and then swap the drive. Apparently works 100% of the time.
With that completed I now had EvoX dashboard installed on my XBOX. Installing XBMC was simply a matter of copying (FTP) across the files from the distro - I followed the second part of the instructions from here to do that part.
Pictures and music 100%. Video not working. Very disappointing. Posting to ukha_d for advice....
Tuesday, February 28, 2006
13 things that do not make sense
Monday, February 13, 2006
Busy weekend ;)
The Constant Gardener [2005]
I really enjoyed this film - a "political thriller" which I'm led to believe is purely fictional, but based somewhat on factual unethical behavior by the big drug companies [Johnson & Johnson subsidiary Discovery Labs placebo trial : Read more].
This film was fantastically filmed showing great pictures of life in the African villages - it was a great insight into that impoverished lifestyle. A really great story, well worth catching, and for once in a modern film, a satisfactory ending. A disturbing film. [imdb]
Dark City [1998]
A Matrix-esque film, recommended by one of the simulation argument websites, I think I was expecting too much. It's similar in makeup to "The Thirteenth Floor" but without the depth, I didn't think it was the same calibre of film at all. Well produced and thought provoking. [imdb]
The Island [2005]
Started to watch this on Saturday night after I finished Dark City, intending to just catch a flavour of the film, and ended up hooked, and watching the whole thing. Another good cloning film, hopefully it provokes thoughts in those who think human cloning is a good idea. Of course it had the big companies are inherently evil element to it, which of course makes it an instant winner with me. The Island awaits you. [imdb]
Thursday, February 09, 2006
2 Fast 2 Furious (2003)
Brings back happy memories....
My Little Eye (2002)
Worth a watch, I have to say I was dissatisfied with the ending, but the concept makes it worthwhile. I'd think twice before signing up for a reality tv show....
Friday, January 27, 2006
Suns J2EE JMS Example in eclipse
I've been looking into all aspects of it, specifically Java Messaging Service (JMS) which is a scalable messaging system between java programs.
I ran through the tutorial from Sun [http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html] (be sure to get the tut specific to your SDK, it seems to change quite a bit), and had a bit of trouble with it, as I didn't understand the need to package the code into jars, and run it via the "appclient" batch file provided by Sun [http://java.sun.com/j2ee/1.4/docs/relnotes/cliref/hman1m/appclient.1m.html].
This sets up the environment to allow the "application client" to run under the control of the application server, and have full access to its queues etc. This is necessary because of something called Environment Naming Context (ENC) which the application needs to have access to to connect to the application server.
C:\JMS_Test\bin>appclient -client SimpleProducer.jar jms/Queue 4
Works perfectly.
With that running the next step was to get it running from within Eclipse. After many dead ends, I found someone who had had this problem before [http://forum.java.sun.com/thread.jspa?threadID=484229&tstart=90]. I mostly followed his instructions, not quite - here's what worked for me:
I set up a project in eclipse, just an ordinary project, and added a source folder to it. I then copied in the simplified code supplied by Sun. Running this leads to a series of problems. The first thing that needs set is command line arguments. Right click the project and select debug as -> debug.... - from the dialog select the arguments tab, and insert "jms/Queue 3" (without the quotes) into the top box. This specifies the command line arguments expected in the program.
This gets through the first part of the code, but then throws an NoInitialContextException Exception:
JNDI API lookup failed: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
This is because the environment is not set up properly. That's where This article comes in - I set up the project as suggested :
1) Set the VM Arguments (in the Arguments Tab [debug as -> debug...])
-Dcom.sun.aas.installRoot="%AS_INSTALL%" -Dcom.sun.aas.imqLib="%AS_IMQ_LIB%" -Djava.security.policy="%AS_INSTALL%\lib\appclient\client.policy" -Djava.security.auth.login.config="%AS_INSTALL%\lib\appclient\appclientlogin.conf" -Djava.endorsed.dirs="%AS_INSTALL%\lib\endorsed" -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.transform.TransformerFactory=org.apache.xalan.xsltc.trax.TransformerFactoryImpl -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser
2) In the Classpath Tab, click on user entries and add the following External Jars:
From the directory C:\Sun\AppServer\libj2ee.jar
appserv-rt.jar
appserv-ext.jar
mail.jar
activation.jar
jaxrpc-impl.jar
saaj-impl.jar
jaxr-impl.jar
relaxngDatatype.jar
xsdlib.jar
install\applications\jmsra\imqjmsra.jar
appserv-cmp.jar
appserv-admin.jar
From the directory C:\Sun\AppServer\imq\lib\
fscontext.jar
Debugging this application now works. Phew.
Friday, January 13, 2006
Explorer crash when viewing thumbnail AVIs
regsvr32 /u shmedia.dll
Wednesday, January 04, 2006
ASP.Net Application Architecture
1) Authentication is carried out in Global_AcquireRequestState. Only done once, then a session variable is set
2) All pages inherit from a BasePage class which provides:
- A "DataAccess" object through which all database activity is conducted (see later)
- A "UserSession" object which is used instead of the default "Session" (see later)
- Global catch all exception handling - for unrecoverable errors
3) All database interaction uses NHibernate
4) DataAccess is a class which collates all NHibernate functions, so the application simply calls dataAccess.GetUserList() to return a list of user objects etc...
5) UserSession is a small class which contains typesafe session variables, so rather than Session["someVar"] I can do UserSession.SomeVar - strongly typed, intellisense friendly and less error prone. I dislike HashTables keyed by text strings, I see this as a very unsafe practice.
6) No code or logic whatsoever in the aspx file - all in the code behind
7) HTTP GET on all page deliveries
- HTTP POST back form data, process it, and then Response.Redirect() to the viewing page - prevents “Warning: Page has Expired” messages
- Item Ids are passed in the URL, so bookmarking of pages is possible
8) Button clicks are all handled in event handlers
9) Consts all places in a globally accessible file, static classes used. E.g. Page names are declared in a static class called “Pages” allowing the developer to use the following syntax to redirect to a page: Response.Redirect(Pages.AccountDetails)
Any comments welcome.
Is it legal to copy DVDs and CDs to my PC?
However, I came across this today: From this google groups post I see that The Copyright, Design and Patents Act 1988 section 197 [click here] declares that a copy "for private purposes" is not an illicit recording, and thus any action under the CDPA against me for making a copy of a CD or DVD for my own private use would fail.
Turns out it's legal after all. I'll carry on as before then.
Tuesday, December 13, 2005
Monday, December 12, 2005
close button for a popup window in ASP.Net (c#)
///
/// Create javascript to close the current window
///
/// Button to click to close the window
public static void CreateCloseButton(Button btn)
{
btn.Attributes.Add("onclick", "return window.close();");
}
Tuesday, December 06, 2005
NHibernate Nullables
Still, the solution is not too tricky, just set the type arrribute in the mapping file:
and include the Nullables DLL in the project, and we're up and running again. A real annoyance.
see http://wiki.nhibernate.org/display/NHC/Nullables and http://nhibernate.sourceforge.net/nh-docs/html/Nullables.html
Saturday, October 22, 2005
Family fun
First we went to the park at the Cresent in Portstewart, and the kids had a great time there. Then we had booked 10 pin bowling at waterworld in Portrush, so we had fun there, Dad won the first game and Matthew won the second.
It was a beautiful day, so we walked to the center of town, and had KFC for lunch. Then we walked to the park in Portrush, and spent a while there. After that we walked up around the cliffs, and stopped offf for an icecream on the way back to the car.
Back to Portstewart for another play in the favorite park, and then off to Castlerock for a walk along the beach to the pier.
A fantastic day was had by all, hope to do it all again soon :)
Tuesday, September 13, 2005
Sleeping with the enemy [1991]
Well worth another watch if it appears on tv.
http://www.imdb.com/title/tt0102945/
Monday, September 12, 2005
Vertical label component in c#
Some code for a vertical label in c#
Developed this for a project, but don't need it. Translated it from a Vb.net example on the web, and extended it a little
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
namespace Whatever
{
///
/// VerticalLabel is a component that displays a label, but instead of the
/// text being horizontal it is displayed vertically.
///
/// This is achieved by drawing using the specified Font and overriding
/// the OnPaint method to draw with the font rotated.
///
/// Windows designer support is also included, the default text and alignment
/// can be set in the designer
///
///
public class VerticalLabel : System.Windows.Forms.Control
{
///
/// internal variable for the current label text
///
private string labelText;
///
/// internal variable for the alignment of the vertical text
///
private System.Drawing.ContentAlignment labelTextAlign;
#region default constructor, destructor and initialisation code
public VerticalLabel()
{
//base.New();
InitializeComponent();
}
protected override void Dispose(bool disposing)
{
if (disposing)
{
if (!((components == null)))
{
components.Dispose();
}
}
base.Dispose(disposing);
}
private System.ComponentModel.Container components;
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
this.Size = new System.Drawing.Size(24, 100);
}
#endregion
///
/// Override the onPaint method to draw a string vertically on the screen
///
/// default PaintEventArgs parameter
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e)
{
float sngControlWidth;
float sngControlHeight;
float sngTransformX;
float sngTransformY;
Color labelColor = this.BackColor;
Pen labelBorderPen = new Pen(labelColor, 0);
SolidBrush labelBackColorBrush = new SolidBrush(labelColor);
SolidBrush labelForeColorBrush = new SolidBrush(base.ForeColor);
base.OnPaint(e);
sngControlWidth = this.Size.Width;
sngControlHeight = this.Size.Height;
e.Graphics.DrawRectangle(labelBorderPen, 0, 0, sngControlWidth, sngControlHeight);
e.Graphics.FillRectangle(labelBackColorBrush, 0, 0, sngControlWidth, sngControlHeight);
sngTransformX = 0;
sngTransformY = sngControlHeight;
e.Graphics.TranslateTransform(sngTransformX, sngTransformY);
e.Graphics.RotateTransform(270);
#region figure out offset to achieve the desired alignment
//default to left alignment
float leftOffset = 0;
//handle center alignment
if(this.labelTextAlign == System.Drawing.ContentAlignment.BottomCenter
this.labelTextAlign == System.Drawing.ContentAlignment.MiddleCenter
this.labelTextAlign == System.Drawing.ContentAlignment.TopCenter )
{
System.Drawing.SizeF sf = e.Graphics.MeasureString(this.labelText, Font);
leftOffset = (this.Size.Height - sf.Width) / 2;
}
//handle right alignment
if(this.labelTextAlign == System.Drawing.ContentAlignment.BottomRight
this.labelTextAlign == System.Drawing.ContentAlignment.MiddleRight
this.labelTextAlign == System.Drawing.ContentAlignment.TopRight )
{
System.Drawing.SizeF sf = e.Graphics.MeasureString(this.labelText, Font);
leftOffset = this.Size.Height - sf.Width;
}
#endregion
e.Graphics.DrawString(labelText, Font, labelForeColorBrush, leftOffset, 0);
}
///
/// Invalidate on resize event
///
///
protected override void OnResize(EventArgs e)
{
Invalidate();
base.OnResize (e);
}
#region windows form designer support
///
/// Windows designer Text setting
///
[Category("Verticallabel"), Description("Text is displayed vertiaclly in container")]
public override string Text
{
get
{
return labelText;
}
set
{
labelText = value;
Invalidate();
}
}
[Category("Verticallabel"), Description("Text Alignment")]
public System.Drawing.ContentAlignment TextAlign
{
get
{
return labelTextAlign;
}
set
{
labelTextAlign = value;
Invalidate();
}
}
#endregion
}
}
Tuesday, September 06, 2005
Variance calculation in c#
It calculates the variance for a set of input data using the formula Excel uses
private double CalculateVariance(double[] input)
{
double sumOfSquares = 0.0;
double total = 0.0;
foreach(double d in input)
{
total+=d;
sumOfSquares += Math.Pow(d, 2);
}
int n = input.Length;
return ((n * sumOfSquares) - Math.Pow(total, 2)) / (n * (n - 1));
}
Wednesday, August 24, 2005
New receiver ordered

Just ordered a Yamaha RX-V450, looks like a good entry level amp. Hopefully it will do my job very nicely.
One of the fellows from work is graciously lending me a set of speakers so I can get off the ground quickly. They are a set of Bush speakers, which will do nicely until I'm motivated to snik more money....
Bigger pics available at : http://www.mccaughey.co.uk/gallery/Yamaha_RX-V450
Tuesday, August 23, 2005
Excellent comment
"You cannot possibly anticipate how stupid a user can be. Don't encourage them."
Thursday, August 18, 2005
kellycycles.com Cycle sales
http://www.kellycycles.com/index/welcome
Sunday, August 07, 2005
Donnie Darko [2001]
Anyhow, now that I read a little about it I think I would like to see it again, or see the directors cut. It looks a lot more informative, and I don't care what anyone says, there is no way you could get all this information from the theater cut.
I have included some information below as to what is in the book [The Philosophy Of Time Travel], it really explains a lot :)
Simon
from : http://www.cinemablend.com/forum/archive/topic/20205-1.html
"The Philosophy Of Time Travel" contents
Foreword
I would like to thank the sisters of the Saint John Chapter in Alexandria, Virginia for their support in my decision.
By the grace of God, they are:
Sister Eleanor Lewis
Sister Francesca Godard
Sister Helen Davis
Sister Catherine Arnold
Sister Mary Lee Pond
Sister Virginia Wessex
The intent of this book is for it to be used as a simple and direct guide in a time of great danger.
I pray that this is merely a work of fiction.
If it is not, then I pray for you, the reader of this book.
If I am still alive when the events foretold in these pages occur, then I hope that you will find me before it is too late.
Roberta Ann Sparrow
October, 1944
Chapter One: The Tangent Universe
The primary universe is fraught with great peril. War, plague, famine and natural disaster are common. Death comes to us all.
The Fourth Dimension of Time is a stable construct, though it is not impenetrable.
Incidents when the fabric of the fourth dimension becomes corrupted are incredibly rare.
If a Tangent Universe occurs, it will be highly unstable, sustaining itself for no longer than several weeks.
Eventually it will collapse upon itself, forming a black hole within the Primary Universe capable of destroying all existence.
Chapter Two: Water and Metal
Water and Metal are the key elements of Time Travel.
Water is the barrier element for the construction of Time Portals used as gateways between Universes at the Tangent Vortex.
Metal is the transitional element for the construction of Artifact Vessels.
Chapter Four: The Artifact And The Living
When a Tangent Universe occurs, those living nearest to the Vortex will find themselves at the epicenter of a dangerous new world.
Artifacts provide first sign that a Tangent Universe has occured.
If an Artifact occurs, the Living will retrieve it with great interest and curiosity. Artifacts are formed from metal, such as an Arrowhead from an ancient Mayan civilisation, or a Metal Sword from Medieval Europe.
Artifacts returned to the Primary Universe are often linked to religious Iconography, as their appearance on Earth seems to defy logical explanation.
Divine intervention is deemed the only logical conclusion for the appearance for the Artifact.
Chapter Six: The Living Receiver
The Living Receiver is chosen to guide the Artifact into position for its journey back to the Primary Universe.
No one knows how or why a Receiver will be chosen.
The Living Receiver is often blessed with a Fourth Dimensional Powers. These include increased strength, telekinesis, mind control, and the ability to conjure fire and water.
The Living Receiver is often tormented by terrifying dreams, visions and auditory hallucinations during his time within the Tangent Universe.
Those surrounding the Living Receiver, known as the Manipulated, will fear him and try to destroy him.
Chapter Seven: The Manipulated Living
The Manipulated Living are often the close friends and neighbours of the Living Receiver.
They are prone to irrational, bizarre, and often violent behaviour. This is the unfortunate result of their task, which is to assist the Living Receiver in returning the Artifact to the Primary Universe.
The Manipulated Living will do anything to save themselves from Oblivion.
The Manipulated Dead
The Manipulated Dead are more powerful than the Living Receiver. If a person dies within the Tangent Dimension, they are able to contact the Living Receiver through the Fourth Dimensional Construct.
The Fourth Dimensional Construct is made of Water.
The Manipulated Dead will manipulate the Living Receiver using the Fourth Dimensional Construct
The Manipulated Dead will often set an Ensurance Trap for the Living Receiver to ensure that the Artifact is returned safely to the Primary Universe.
If the Ensurance Trap is succesful, the Living Receiver is left with no choice but to use his Fourth Dimensional Power to send the Artifact back in time into the Primary Universe before the Black Hole collapses upon itself.
Chapter Twelve: Dreams
When the Manipulated awaken from their Journey into the Tangent Universe, they are often haunted by the experience in their dreams.
Many of them will not remember.
Those who do remember the Journey are often overcome with profound remorse for the regretful actions buried within their Dreams, the only physical evidence buried within the Artifact itself; all that remains from the lost world.
Ancient myth tells us of the Mayan Warrior killed by an Arrowhead that had fallen from a cliff, where there was no Army, no enemy to be found.
We are told of the Medievel Knight mysteriously impaled by the sword he had not yet built.
We are told that these things occur for a reason.
OK, now how does that fit in to the plot of Donnie Darko?
A wormhole is formed over a suburban town in October 1988. This forms a tangent universe, or an alternate universe that touches the primary (main) universe at exactly one place in time (midnight, Oct. 2, 1988). A jet engine in the primary universe falls off its plane during the flight on Oct. 30, and falls into the wormhole. It exits the wormhole in the tangent universe. There are now two of the exact same engines (or artifacts) in one universe, creating an imbalance. This imbalance corrupts the time-space continuum, and as a result, the tangent universe becomes unstable. It will remain stable for the time Frank tells Donnie (28 days, 6 hours, 42 minutes, and 12 seconds). It will then collapse, forming a black hole, which will then destroy the primary universe.
To prevent this, a Higher Power (God, Allah, Buddha, etc.) chooses Donnie, a teenage chronic sleepwalker, and who fears being alone in the afterlife, to become the Living Receiver. His job is to take the artifact (the jet engine) from the tangent universe, and send it into the primary universe, thus restoring the balance, and closing the wormhole, saving all existence in the process. He is given "superpowers" to aid him in his task. The book lists these as increased strength, telekinesis, mind control, and the ability to conjure fire and water. Another one the book doesn't mention is the ability to see other's immediate futures (via their life paths a.k.a. their liquid spears). These powers, at first, appear to only work when Donnie is half-asleep or sleepwalking, but by the end, he has apparently learned to master them while he is fully conscious.
The Living Receiver will often have dreams and hallucinations while in the tangent universe (These do not explain Frank; they explain Donnie's dreams about the "city on water").
Everybody in the tangent universe is subconsciously aware of Donnie's task, and give him clues needed to complete his task. An example of these is "cellar door". The people are known as Manipulated Living.
If anyone dies in the tangent universe, they become Manipulated Dead. They can use the 4th Dimension Construct to help the Living Receiver. Frank is Donnie's older sister's boyfriend. He is killed early on Oct. 30 by Donnie, by a gunshot to the eye after accidently running over Gretchen, Donnie's girlfriend, while wearing the rabbit suit. He becomes a Manipulated Dead, and is assigned by the Higher Power to go back in time and guide Donnie to where he needs to be to complete his task. He sets up an "ensurance trap" (him running over Gretchen, leaving Donnie no choice but to go through with his task), and has Donnie complete certain tasks (flooding the school, setting Jim Cunningham's house on fire) to make sure the ensurance trap happens.
Once Donnie uses his telekinesis (one of his powers) to knock the jet engine off the plane (which his mother and sister happen to be on) into the wormhole and back to the primary universe, everybody is sent back to the primary universe along with it. Because the two universes touch at the exact same spot, everybody returns to the primary universe at the exact same point in time: Oct. 2, 1988. Anyone who is asleep (almost everybody) or half-asleep (Elizabeth) will think it was just a dream. They all will remember a specific part of their "dream". Cherita Chen being told that everything will be OK, Kitty Farmer learning about Jim Cunningham's secret, Jim knowing he will sooner or later get caught, and although we don't see it, Grandma Death getting Donnie's letter. Those who are awake at the time will remember. The example the film shows is Frank. He is honking his car horn when Elizabeth is walking into the house. He is aware that the jet engine will be landing on Donnie's bedroom, and is trying to wake up Donnie to save him.
One thing that isn't explained is whether Donnie remembers. There are two possibilities:
1) He also thinks it was just a crazy dream.
2) He is no longer afraid of death, because he knows he will not die alone (remember, that was one of his fears), and he accepts his fate.
Even though he does physically die by himself (he's all alone in his room), in the afterlife, he is not alone. He's convinced that God (or another Higher Power) does exist, and that his fear is unfounded.
And a few more notes that I didn't mention...
Cherita Chen represents both Donnie himself (by the fact that they are both loners, his name is on her book, and later, he wears her earmuffs), and all the good people he will be saving, should he complete his task.
Roberta Sparrow a.k.a. Grandma Death is the author of The Philosophy of Time Travel. In the Foreword of the book, she says that she hopes that the events in the book are fiction, but if they aren't, to contact her. This is why she's always going to her mailbox. She's starting to lose her faith (as a result of nobody writing her), and her telling Donnie that everyone dies alone shows this. She supposedly regains her faith after getting Donnie's letter, and we're led to assume that she remembers the letter when everybody returns to the primary universe.
The man in the red jogging suit is one of the FAA guys keeping an eye on Donnie.
The bathroom scenes with Frank and Donnie show the relevance of water and metal in the tangent universe. They are the two main "elements" used for time travel, according to the book.
Posted by: Phantasm
I highly prefer the theatrical release.
Wednesday, August 03, 2005
Films I need to see...
1) the descent
2) dark water
3) war of the worlds
4) skeleton key
Wednesday, June 15, 2005
Don't Say a Word (2001)
"When the daughter of a psychiatrist is kidnapped, he's horrified to discover that the abductors' demand is that he break through to a post traumatic stress disorder suffering young woman who knows a secret... "
Monday, June 06, 2005
The Skulls
http://www.imdb.com/title/tt0192614/
Great film, so far, can't wait to see the outcome of the duel......
Joshua Jackson plays a college student who joins an elite secret organisation only to find out that all is not as he expected. He should really have figured that out beforehand, if he really was as smart as he is supposed to be, but that wouldn't have been much of a film :)
Saturday, June 04, 2005
The Thirteenth Floor
http://www.imdb.com/title/tt0139809/
I do have a couple of problems with it though, all around the simulation which they invented. If it had already been running for some time, how could one of the chief developers not know what it looks like inside it. Surely if developing a project like this they would think to integrate the capability to perhaps grab a screenshot or two, perhaps even part of the testing would involve looking through virtual "cameras" into the system. That doesn't sit well with me at all. Not bulletproof (like the matrix ;)
Friday, June 03, 2005
Podcast Playlist Generator
I've been using iPodder, a simple aggregator which takes care of checking for new podcasts, and downloads them for me. It also allows the option of running a custom command after each download.
Unfortunately there doesn't seem to be a possibility to create a playlist for each podcast, or an option to create a playlist containing a list of all current podcasts.
Perl to the rescue. A nice simple script, which can be run from iPodder after each download, and will generate m3u playlists which EphPod can then convert for my iPod.
Fun.
use warnings;
use strict;
my @casts = list_dir(".");
foreach my $dir (@casts)
{
next if (! -d $dir); ##check its a directory
my @files = list_dir($dir); ##list all the files
#create the playlist file
open(OUT, ">$dir.m3u") die "cant write playlist for $dir : $!";
foreach my $file(@files)
{
print OUT "$dir/$file\n";
}
close OUT;
}
#list the contents of a directory - exclude . and ..
sub list_dir
{
my ($dir) = @_;
opendir(DIR, $dir) die "cant read dir $dir:$!";
my @results;
while(my $file = readdir(DIR))
{
next if ($file =~ /^\.$/);
next if ($file =~ /^\.\.$/);
push(@results, $file);
}
close DIR;
return @results;
}
Thursday, June 02, 2005
Cygwin / vim / rxvt arrow key problems
So the search started.... and I remembered the simple solution from the last time. People say in this situation that it is your terminal, and not vim that is misconfigured. I'm not sure I believe that, because the fix includes vim.
All you need to do is modify your .vimrc file. Copy the example .vimrc file from /usr/share/vim/vim62/vimrc_example.vim to ~/.vimrc then open vi and its fixed :)
Great, thats what we like - annoying problems, simple solutions
Monday, May 30, 2005
iPod
I configured it first on a windows 2000 machine at work, installed drivers and stuff (probably didn't need to) and all was great.
Back at home it appears as a drive under windows XP, I downloaded the iPod updater and iTunes, but haven't installed either. Instead I'm relying on the default windows drivers, and Ephpod software to synchronise it. At first I thought I'd use Windows Media Player (my fav player) to synch it, and indeed, it looked like it was going to work. But I should have known better, it transferred the files to a folder called "Music" on the iPod. Fat lot of use that was.
Anyhow, Ephpod solved all the problems. All now up to date, and looking great.
Now, where are all the hacks......?
Wednesday, May 25, 2005
Wednesday, May 18, 2005
cygwin networking commands
Now that the Mac is to go however, this presents a different problem. I have always been a big fan of cygwin, but I have never actually set up an SSH server. This document suggests that SSH server setup should be fairly trivial, so I'll give that a try. That should give me full access to a cygwin shell remotely. From there it should be a couple of simple commands to map a network drive
net view \\\\computername
Need to do the escaped backslashes to make windows understand it. This gives a nice list of the shares available on the machine such as :
Share name Type Used as Comment
-------------------------------------------------------------------------------
DBTestProject Disk
downloads Disk
quake2 Disk
VBCode Disk
The command completed successfully.
From there we can either do :
cd //computername/VBCode
which will allow use of that directory like a normal directory, or ifwe want it mounted :
net use i: \\\\computername\\VBCode
will mount the share to the I: drive on the local machine. Great.
Thursday, May 05, 2005
Visiting Perth
Hope all goes well ;)
Interview (shhhh!!!)
It was about an hour long, and the folks seemed very friendly, and down to earth. I don't know how it went, it felt like it went well, but then so did my second year latin exam, and I got 16% in it....
Tuesday, May 03, 2005
Mac Mini - Problems
Its a great little unit, and a fine operating system, but I still find that I am much more productive on an XP machine running cygwin. All the Unix command line stuff is available, plus all the great features of XP.
Anyway - for me the biggest problems (in no real order):
Remote Desktop
M$ has the market cornered on this one, their Remote Desktop is head and shoulders above any other product on the market. My PC in the Kitchen can behave exactly as if it is my office PC, with the windows button and all its shortcuts working perfectly. The sound transfer is the piece de resistance for me , all my MSN / Yahoo alerts are transferred to the client PC, even whatever music is playing, its great. The only downside is video playback doesn't really work, but we'll excuse that ;)
The Mac version of remote desktop hasn't a hope, I don't think it does sound, and there is certainly no windows client.
Geovision
I have a Geovision hard disk based CCTV system in the house, and it works brilliantly. I have looked at a lot of systems, and I think the Geovision is very feature rich, and very usable. The problem - the client is ActiveX, and wont run, even on internet explorer under the Mac. There is a mjpeg client available, but you really wouldn't bother if you saw the quality.
Keyboard
I thought for maximum Mac acceptance I would need an apple keyboard. I have to say it is a nice keyboard, but they've forgotten some keys, and got some of the most useful ones in the wrong places. The # key is non existent, although you can access it via Alt-3 - but I am primarily a Perl programmer, and I sometimes like to insert comments in the code. Also # is a necessity in "vi". Then run up windows remote desktop client for Mac (another point for M$) and everything looks great. Try to type a \. Go on, just one \. I'm waiting....
And another thing. Page up / page down / home /end. Enough said.
Windows Media Player
I know this is somewhat controversial, but I really like Media player. I have about 12Gb of music on a centralized server (2500 songs), which I then index on the two main computers in the house. I can share playlists, and update tag information from either PC. I know iTunes is supposed to be all-singing-all-dancing but again WMP does my job very effectively. Plus it works nicely with the little remotec remote control I bought from eBay.
Networking - Network Shares And Printers
I have three XP machines in the house. The CCTV server also acts as a print server, 'cause its always on. On my other two XP machines, I didn't even have to install the printer, it was already there. To this day I have not managed to get the printer working remotely with the Mac. It works locally - i.e. plugged into the USB port, but I can't get the Mac to connect to the XP shared printer. And yes, I read all the FAQs about printers, and I think I've just got a bad one (ML1210)
The Mac also doesn't let me view all the files on a windows box at file:////windows_machine/share/folder instead you have to mount "share" as a drive. This is limiting
Thumbnails / Explorer slideshow
This bothers me. In XP I can quickly select a folder thumbnail view from any explorer window, no matter what the view, or even in a file dialog. On the Mac, this is not so simple. There are various hacks you can turn on to see thumbnailing, but its not trivial, and as far as I'm concerned not very useful.
Hold on - is it all bad?
NO! not at all. There are lots of nice things. Drag and drop is great, I love the fact that you can drag urls, or folders into the terminal etc, etc... other things:
SSH Access
I love how easy this was to set up, a checkbox, and a setting on my router, and it worked first time. Very useful too.
Expose
This is the best thing. I really make a mess with zillions of windows, and expose sorts this out for me.
Conclusion
The jury is still out. I haven't made up my mind, but I have to say I'm leaning back towards windows at the minute.
My first intention was to basically retire my PC, but using the Mac is like starting al over, I have to learn how to customize everything, its like learning to walk again, that may be useful, but I can already do it.
I am currently a lot more efficient on my PC than on the Mac.
Tiger Arrived
Tuesday, April 12, 2005
OS X Tiger
None of the rumour / news sites are listing it yet, and the UK pricing doesn't seem to be there yet.
Saturday, April 09, 2005
Mac Arrived!!
I called the TNT Depot at 9am *just to check* and they said they had no record of a delivery for me pre midday today!!!
So I asked the guy what happens next, and he said Monday delivery..... I thought this was all sounding a little familiar, so I asked where they werre located.
So we all set off in the car for the 100 mile round trip to the TNT depot near Nutts Corner.
My 1pm I was at home working on my nice new Mac.
Very impressed so far, it will take a bit of getting used to, but it is slick and fast so far.....
time will tell...
Friday, April 08, 2005
Mac Coming today!!! .... :(
They told me that it was in a "check address" status, which means there was a problem with the delivery address. So I got put through to the depot, and the fellow said that it was probably a problem with the address details. So he took my details and said it would arrive pre midday on Saturday (tomorrow)
:(
Ah well, another night of waiting won't kill me.... or will it....
Thursday, March 31, 2005
Mac Mini Ordered.....
Went for the standard 1.42 mini upgraded to 512Mb RAM, and bought the apple keyboard too. I've ordered a MS wireless mousse off eBay too, so fulll nice new kit is on its way.....
Wednesday, March 23, 2005
What is Mac OS X?
This is a very interesting article about OS X, lots of juicy information. Well worth a read.
Thursday, February 17, 2005
Picked up new car!
One problem though - about half way home, I decided I was getting too warm, and turned down the heat, and .... nothing!
The hot / cold control didn't seem to be working, so out came the tools, but found I didn't need tools as the problem was with the lever which operates the flap, the lever had come out. So I got it pushed back in, and now its all working. I enjoyed the drive to work today for the first time in 6 weeks.
Its definitely not as fast as the Rover, but it still goes nicely.
Wednesday, February 16, 2005
Another new car!!!
Its a bit daft changing so soon, but I really can't stand driving that car. It is as if whoever designed it has never driven a car. Even the electric window switches are placed in an unintuitive position.
But its more than that. Heavy steering, pedals that all have different travel length, and aren't in a row, funny wiper controls.... I could go on...
So, after the success of Susan's Passat, we're going for another, a 1998 TDi 110 SE
Pick it up today, so we'll see how that goes ;)
Saturday, January 15, 2005
Sendo X
We'll try it out, and hopefully all will be ok.
All I need now is a nice big SD card for it :)
Wednesday, January 12, 2005
I shot her
From
Jackie Brown, Tarantinos 1997 film
Quite a good film, I don't think its all that great, but worth a watch. A good origonal story.
Funniest Dialog from movie:
ORDELL : Melanie must be dyin' to see it . (pause) Louis .
LOUIS : That's what I got to talk to you about . You see, Melanie was giving me a
hard time -
ORDELL : Not now, pick me up . [Louis hears the phone
disconnect] .
[The Toyota pulls up to the back of the bar . Ordell hops in, the car takes off]
ORDELL : ....(pause) Hey, where's Melanie?
LOUIS : That's what I gotta tell you . She bugged me the whole time . Got pissy with me 'cause I wouldn't let her carry the bag . Started running her fuckin' mouth ... I couldn't remember right away when we came out where the car was parked, so she got on me about that . "Is it this aisle Lou - is, is it that one?" She was totally fuckin' with my nerves .
ORDELL : So what, you left her there .
LOUIS : I shot her .
LOUIS : I expect she's dead .
ORDELL : You shot Melanie?
LOUIS : Twice . In the parking lot .
ORDELL : Couldn't talk to her?
LOUIS : You know how she is .
ORDELL : You couldn't just hit her?
LOUIS : Maybe ... but at that moment ... I dunno ...
ORDELL : You shot her twice?
LOUIS : Uh - huh .
ORDELL : So you're sure she's dead .
LOUIS : Pretty sure
ORDELL : Where did you shoot her?
LOUIS : In the chest and stomach .
ORDELL : Well, if you had to do it, you had to do it . What we don't
want is that bitch surviving on us . Anybody but that woman .
full script here
Tuesday, December 28, 2004
Car Sold!!!
A man came from Newry to pick it up today, and thats it gone ;)
Friday, December 17, 2004
New Car
Tuesday, December 14, 2004
Notting Hill (1999)
"The life of a simple bookshop owner changes when the most famous star in the world walks in his shop and buys a book"
S.W.A.T. (2003)
An interesting watch, a few punches to pull, worth a watch, but really just a standard action film, with a better than average story.
Monday, December 13, 2004
The Pianist (2002)
Very graphic in its portrayal of the German treatment of the Jews in the war. Not a brilliant film, a few extra points because it is true, but I would recommend a watch, just to see how good we've got it!
It makes me appreciate my freedom.
Car is dead :(
Upon inspection the bottom pulley which drives all the belts (inc timing) had come off - not good!
The AA towed me home, and it looks like I'm going to need a new car :(
Saturday, December 11, 2004
Showcenter AC3 Downmix
Downmix to sterio from AC3 means I can play a couple of DVD Rips I got from a friend, great!
Monday, November 15, 2004
Using Neuston software on Showcenter
Using the Neuston Software with Pinnacle ShowCenter
Until version 1.82, the Neuston application was a worthy alternative to Pinnacle's ShowCenter application. Unfortunately, after 1.82, Neuston began including hardware checks in their application to make sure the Neuston application could not be used with hardware other than Neuston's.
Fortunately, the check is easy to bypass. I have only verified this fix on the Neuston Media Center version 2.5 for Windows. But this fix should work on Neuston Media Center 2.5 for any OS.
1. First, download the latest version of the Neuston Media Center, available here:
Windows version: http://www.neuston.com/en/mc500download_win.asp
2. Install the Neuston Media Center, and restart your computer.
3. After the restart, stop the Neuston Media Center (if it's running), and open the directory where the NMC is installed. Located in the 'Program Files/Neuston Media Centre' directory on Windows.
4. From the installation directory, open the 'webapps/ROOT/WEB-INF/' directory.
5. Edit the web.xml file and remove the following lines (near the top of the file, the value of XXX is not important, just look for the fwname text)
6. Save the changes and start the Neuston Media Center. You should now be able to connect to the Neuston Media Center software from your Pinnacle ShowCenter hardware.
Happy Surfing!!
Starfire94"
Tuesday, October 12, 2004
My next Freeview Set Top Box.....
Quote:
"Also, the SetPal-based STBs (Labgear DTT-100, Daewoo-DS608P, Triax DVB2000T) have a very strong tuner, so are useful in weak/marginal signal areas where other STBs give picture break-up."
Wednesday, October 06, 2004
BIOS bug killed
I had a look in dells forums for information on the GX110, and came up with this post which gives a workaround for the BIOS warning problem.
It seems that the third wire just gives feedback about the state of the fan where 12v = fan turning, and 0v = fan stopped. The solution is just to connect the 12v red cable directly to the pin where the which cable was.
http://forums.us.dell.com/supportforums/board/message?board.id=dim_bios&message.id=31560
Tuesday, October 05, 2004
New Kitchen PC arrives
But, I got the screwdriver and snips out, and removed the fans from the PSU and the CPU, and replaced them with a couple of old fans, an old PSU fan for the CPU, and an old 486 fan for the PSU. I then wired these two fans in series, which slows them down considerably, and makes them an aweful lot quieter.
The heatsink on the PSU is a lot hotter now, but it has been running for some time, and it seems fine. By fine I mean no fire.
The only problem which remains is a BIOS warning. When I disconnected the origonal CPU fan it had 3 pins, black, red and white, but my new fan only has 2, black and red. The white is obviously some kind of monitor to allow the motherboard to panic if the fan stops. So now on startup it tells me there is a fan failure, and press F1 to continue. There is nowhere in the stone age BIOS to configure this alarm, so we may have to live with it.... bit annoying, no remote reboots.....
Thursday, September 30, 2004
Bluetooth working
Windows XP make it pretty simple to set up networking across a bluetooth serial link, just add a bluetooth com port, and set up an incoming connection from that com port.
I was hoping that it may work in the living room, which is adjacent to the kitchen, but it seems that it is the Palm that is the problem, not the dongle.
Well, at least I can read the tech news at brekkie time without having to synch my palm:)
New PC for kitchen ordered
Anyhow, it is clear that it just isn't powerful enough, so I've ordered a PIII 733 to replace it. Hopefully it will be almost as quiet, but much more powerful - we'll wait and see....
Tuesday, September 28, 2004
Kitchen PC
I am using an old PC for proof of concept in this case, a AMD K6-2-500 CPU, etc, etc, and it is a big hit with SWMBO!!!
So much of a hit in fact that she considered authorising a £200 spend on an ITX based computer. Wow. But I didn't do it, I think I will try to stick with the machine I have, its a bit slow, but seems to be working well at the minute
Wednesday, September 22, 2004
ADSL Faceplate installed
The router reports an impressive Signal to noise ratio of 8.5, and a Loop Attenuation of 69.5dB
But at least it works :)
I got the router re-routed into the attic, and made my old 10Mbit hub redundant, so now we have a proper network in the house
Tuesday, September 21, 2004
ADSL Router working
I spent a long time working with different versions of firmware for the router, it wouldn't pick up the ADSL signal at all without *all* the phones unplugged. It came with version 2.5.3UK which didn't pick up the ADSL at all.
I had to fight for some time with the firmware upgrade process, before I eventually admitted defeat and read the manual.
I installed version 2.5.2 which came on the CD with an auto-installer, and this picked up the signal.
I noticed in the manual that it stated that you should plug the ADSL router directly into the main socket, without using the filter. So I filtered the phone, and plugged the router directly, and it all worked!
Just need to get the extensions working now.... the saga continues.
Monday, September 20, 2004
Router Ordered
It has some firmware updates for people with poor quality lines.
Friday, September 17, 2004
YAPC::Europe - Day 3
Oh well - another day of good talks, and meeting interesting people. I had lunch with the two guys who headed up the development for The Register - that was interesting.
Throughout the conference I met lots of interesting people, guys from France, USA, Switzerland, England, and many others. I have to say that the people were overall friendly, although not one of the Belfast crowd spoke to me voulentarily :(
ADSL Working!!!
The service is working - web pages at a sensible speed. However, there is still a bit of a problem - I've had to disconnect all my extensions, or the ADSL doesnt work.
But at least that part time ADSL!!
Thursday, September 16, 2004
YAPC::Europe - Day 2
Lunch today was in Robinsons, and with noe American and a guy from Switzerland.
Wednesday, September 15, 2004
YAPC::Europe
I was supposed to go with a couple of others from work, but other commitments meant that they had to stay at work. There were a wide and diverse array of people there, all shapes and sizes :)
The day started a little slowly for my liking, but when we got into the talks I knew that my time would be well spent.
Today I had lunch with two Americans which was very interesting, one of the worked for a medical insurance company, and he explained the way the medical system works over there, and that amazed me.... $1000 for a trip to casualty
ADSL latest....
I called back when I got home, and told them the update - all hardware working on one line, and all hardware giving the same result on my line :(
The guy on the tech support said he couldnt esculate an error 619 to BT, but I wasnt going to let this guy off the phone without some progress. They suggested that I talk to Microsoft support about what the problem was with my PC(s)
I evenually mentioned that I had noticed the bytes tx counting up, and bytes rx remaining at zero, also loss of signal, loss of frame, and errored seconds on my line. The errored seconds seemed to illuminate something in his mind, and he spoke to a supervisor, and got it esculated to BT. We'll wait and see....
Tuesday, September 14, 2004
ADSL Today?
The answer : NO. Hardly a surprise (although it would have been nice)
So on the phone to pipex support - half an hour waiting, talked to some guy who told me error 619 was a bit weird, but said it looked like my modem was broken. He suggested trying it at a friends house. So I did, and it worked, and so I called them back.
This time they told me it must be my computer. (what, both of them?) So, off to friends house, and borrowed his laptop. Surprise, surprise all the hardware works at his house, and produces the 619 error at my house. By this time it was too late to call the helpdesk, so I had to wait.
Friday, September 10, 2004
Mournes walking in the rain....
Well we went for another mountain walk today. A bad turnout, just the three of us. We went up the pot as usual, and followed the smugglers path, finishing with a nice walk through Tullymore Forest
It rained heavily almost the entire time we were up there. It was 11.9 miles, and I tell you, I was sore when I got home.
Monday, September 06, 2004
BT Gives us a chance!
[more information]
Monday, August 30, 2004
Geovision card
Now all I need is a separate server to run it in, off to ebay....
Monday, August 09, 2004
Pulp Fiction - What?
Pulp Fiction also contains one of the funniest lines of all time, although there are many comedy moments, such as the Marvin "Woah, man, I shot marvin in the face," the best for me is the "'What' ain't no country I ever heard of,they speak English in 'What'?" [listen]
I fall off my seat laughing each time I hear this....excellent. Another contender for finest film moment is this section from Dogma, but that's another story :)
Saturday, July 31, 2004
Caravan's Gone...
So they came back today to get it. The caravan mover people came about 8am, and were away before 10. Susan and the kids were sad to see it go, I was glad to see the back of it!!!
See the pics at : http://www.ccso.co.uk/gallery/CaravanMove
New Car
Its only the 'S' model, but it has a lot of the 'SE' stuff, like climate control, and full electric pack. Hoprfully it will do us well, for a long time
Monday, July 19, 2004
The Hole(2001) [SPOILERS]
It started by portraying the lead character as an innocent victim, and set out a base storyline and background of how things should have been. Thora Birch plays Elizabeth Dunn, a seemingly innocent schoolgirl, caught in a trap by her long time friend As the film progresses we learn more of her true character as evil and manipulative.
It's usually nice to see the bad guy get away with it, but I didn't feel the usual sense of satisfaction with this film. Still well worth a watch!
Thursday, July 15, 2004
24 - Season Three
Tuesday, July 13, 2004
Outbreak (1995)
Raises some interesting questions, for example, how would any country / government handle a virus outbreak of this severity (or even less serious)?
Good film, well worth a watch, as long as you can put your science head behind the sofa....
Saturday, July 10, 2004
Dead Poets Society (1989)
A strong film, about an influential English teacher, who encourages students to think and learn for themselves, rather than just fall into the mould society porovides for us.
Robin Williams is the teacher, Carpe Diem ("seize the day") a central part of the film, a fine storyline, as the charactors discover more depth to their lives.
Another interesting and thought provoking film.
Tuesday, July 06, 2004
Simon's Gallery :: Mussenden Walk
Great fun, just wish I was better at taking photos. :)
Monday, June 28, 2004
New Camera! DiMAGE G400
So keep an eye, I've yet to create anything worthy of publishing, buy my gallery will soon have some new pics.....
Friday, June 25, 2004
Christian history
A few extracts:
"The Christian gospel is not primarily a code of ethics, or a metaphysical system; it is first and foremost good news"
"The New Testament was substantially complete about AD100, the majority of the writings being in existence 20-40 years before this" [p12]
"If the New Testament were a collection of secular writings, their authenticity would generally be regarded as beyond all doubt"
"It is a curious fact that historians have often been much readier to trust the New Testament records than many theologians. Historians like WM Ramsay, Ed Meyer, and AT Olmstead have protested vigorously at the excessive scepticism of the theologians in dealing with the historical writings of the New Testament" [p15]
"There is much more evidence for the New Testament than other ancient writings of comparable date" [p15]
"There is in existence about 5000 Greek manuscripts of the New Testament in whole or in part"
From an interesting article from google groups [well worth a read] I found a lot of interesting information.
The following is a list of non-biblical sources:
Cornelius Tacitus
Lucian of Samosata
Flavius Josephus [another]
Suetonius
Plinus Secundus, Pliny the Younger
Tertullian
Thallus
Phlegon, A first century historian
Letter of Mara Bar-Serapion
Justin Martyr
Jewish Talmuds
Lots more information is available at http://www.earlychristianwritings.com/
other:
http://www.jcsm.org/biblelessons/didJesusreallyexist.htm
Monday, June 21, 2004
New Camera?
Looks like it's available quite cheaply too (thats good for me) Pricerunner tells me it starts from about £158, which is more than I hoped to spend, but if it would be a great camera it may be worth it.
I like the idea of a compact camera, carry everywhere, and snap away at my convenience. Lets get that gallery filled up!
Friday, June 18, 2004
Simon's Gallery :: Mournes Walk
We did a walk called the Donard Loop, which is more of a walk than a climb, about 8 miles in total. The weather was mostly very good, and the scenery was beautiful. We set out at about 9:15am and finished shortly after 3pm, with numerous stops in between!
We stopped at a scenic old quarry for lunch, but the most notable stop was at the river on the way down, where we all enjoyed a refreshing paddle in the slow pools, and dipping our feet into the fast flowing waterfalls.
See some more pics in my gallery at: Simon's Gallery :: Mournes Walk
Wednesday, June 16, 2004
2 hard days work
Been on calls with US and Canada, slooooowwwww desktop sharing, installing applications. The sales guy was 1 hour late, and then didn't have the software with him. We had to download it, which took 2 hours.
That was the first day. The second day they said we needed to do it all again, with SSL. We still have no idea what we are doing. Today we had a VP meeting, at least that was simple :)
Tuesday, June 08, 2004
Postprocessing video using AviSynth
AviSynth Filter Collection
Monday, June 07, 2004
Computer Based central heating control
ADS DVD Xpress
The ADS DVD Xpress arrived on Friday, and I got it up and running, recording my VHS to my PC fairly quickly. I had to buy a SCART to video/stereo lead, as all the ones I had were not wired properly.
Anyhow, it seems to work nicely, I still have to test it out with a good quality video and full MPEG2 9Mb/s recording, but it's looking good so far
DVD Xpress
Downloads
Saturday, June 05, 2004
Phone Booth
Interesting concept, but not really a good film - at least it was short!!
[Colin Farrell, Kiefer Sutherland (DVD - 20th Century Fox Home Entertainment - August 11, 2003)]
Friday, June 04, 2004
Notice 719 VAT refunds for do-it-yourself builders and converters
3 months to do it, and millions of receipts, better get to it!
Thursday, June 03, 2004
PCTV Stereo - the return
I have worked with it for about 14 hours, changing PCI slots, defragging hard disks etc, implementing all the changes suggested at the pinnacle support forums http://webboard.pinnaclesys.com/read_forums.asp?WebboardID=1&SectionID=80&lng=1
I also read on the forums about many people having the same audio/video sync problems I had. My machine is well within the minimum spec, in fact it looks a lot like their recommended spec,
Sanitary ware...
After being told that the correct cisterns were coming tomorrow for about a week, and finally we were told they would be in 10-11am on Thursday 29th April, which was still inconvenient as I had to hold the plumber off until this time.
We called over that morning, shortly after 11, and were told that they wouldn't be there until late afternoon. I asked where they were coming from, and as it was about an hours drive I said I would collect them myself. This seemed to trigger some sort of response, and I ended up on the phone to the delivery man, directing him to my house, and he actually turned up about two hours after that!!
Since then we have fought Bradleys for four antique pine cistern levers and for 5 weeks we have been told they would arrive tomorrow, or the next day, or the order has been delayed, or some other very poor excuse.
We ended up going over to get a refund, I just don't believe that they were ever ordered, and I wonder if I hadn't threatened to get the cisterns myself would they still not be here either???
This level of service is absolutely unacceptable, I can't imagine treating anyone this way, especially not a customer who has just paid £3000.
Saturday, May 29, 2004
Pinnacle Showcenter Review
Ahhh, my first published work....
Friday, May 28, 2004
Pinnacle PCTV
I have a couple of things to try :
1 - Direct to divx format - now supported in the latest SW
2 - use endItAll2 to stop all processes on my machine
3 - I have downloaded various DVR software to try
4 - I'm going to give it a try under linux
5 - Use tmpgenc to shift audio track
Thursday, May 13, 2004
X10 Software - Homeseer vs autom8it vs ???
Homeseer supplier
Wednesday, May 12, 2004
Selfbuild Diary - see it all
Monday, March 15, 2004
Tivo Modes
This page explains how to configure your UK TiVo to make Mode 0 recordings. The TiVoCommunity thread is here.
The various modes are:
Mode Resolution Used by TiVo Modes
1 352 x 576 Basic and Medium
2 480 x 576 High
4 544 x 576 Best
0 720 x 576 (not used)
True Romance
Monday, March 08, 2004
Status Anxiety
"The urge to be somewhere else is one of the abiding traits of human nature"
I found it as a link from the site about status anxiety http://www.alaindebotton.com/status.htm, which was made into a 2 hour documentery shown on channel 4 on Sat night
The Game
Quite an intriguing film as I watched, I started off half asleep, and became rigidly awake by the end. How disappointing. I can't even entertain the idea that such a "practical joke" is even viable in movie-land.
Its about a rich businessman who enters into a "game," offered as a birthday present by his brother. His life is immediately disrupted, the TV starts talking to him, he is locked into the back of a taxi, floating to the bottom of a harbour.... etc, etc
At the end in a double barreled twist he finds out it is a practical joke, and simultaneously believes he has just killed his brother, staggers over to the edge of the building, and jumps. Suicide. We are to believe that this "joke" led him to a mental place where he commits suicide. But he doesn't, he lands on an inflated tent, on a spot marked with an 'X', with all his friends/relatives around saying "surprise" and "happy birthday". I would still have killed them. In fact I think I may have serially murdered them over the next few months/years. It is unbelieveable (even in movie world) for him to get up and go, ah, good one, you really had me there...
An intriguing film, but turned out to be a show worthy of the bin.
