Just got one of those plastic bags through the door to fill up with junk in aid of the Air Ambulance.
It's amazing in this country that we think it's normal to have major charities for 2 really important things, #1, various Air Ambulance groups and #2, the RNLI.
How is it that we're prepared to spend millions, or is it billions, of pounds funding the armed forces to go and blow people up all around the world, but we can't spare a few boats and helicopters plus crew to save the lives of people in our own country?
Tuesday, 16 March 2010
Sunday, 10 January 2010
Adria Altea 542 DT Caravan review
We bought this caravan last June (2009) and I thought it'd be good to do a small review to help other prospective purchasers.
We got ours from Broad Lane leisure in Daventry as VERY nearly new purchase, someone else had had it for a couple of months and only used it once, so it was hard to tell.
Our main criteria (in order) for selecting this caravan were:
Pros
We got ours from Broad Lane leisure in Daventry as VERY nearly new purchase, someone else had had it for a couple of months and only used it once, so it was hard to tell.
Our main criteria (in order) for selecting this caravan were:
- Layout - a good compomise for us, as the bunk beds are very wide and the bathroom is still much more than a cupboard.
- Weight - for the size, these vans are lightweight and we are limited by the car we tow with (Citreon C4 Picasso 138bhp).
- Price - these vans are very competitivley priced.
- Good reputation for build quality.
Pros
- Price, about £11K for a 6 berth van is pretty much un-beatable.
- Layout is pretty much unique and as our 2 children grow older the wide bunks and also the wide single bed will hopefully be appreciated. A half-decent bathroom is also nice to have.
- Lightweight - about 1300KG fully loaded is amazing for this size of caravan.
- Small fridge - probably to keep the weight and cost down.
- Slightly flimsy fittings in some areas, again probably to keep the weight down. In particular the bunk beds do seem to flex a bit an I wonder if their stated 85 kg weight limit might be a bit optimistic. Also the overhead cupboard stays are plastic and I wonder if they will last.
- Heater is gas only, was sort of expecting electric as well, again probably budget related.
- Nose weight has to be very carefully checked. We only have one small 3.9kg propane gas cylinder in the front locker and it's already on the limit.
- Shower tray and basin plugs are very odd and I suspect peculiar to either Adira or continental caravan in general. They get jammed in very easily and you'd be advised to have a pair of pliars on hand to loosen them if necessary.
- Velcro cushion fixings have nearly all come off but I'm manged to glue them all back down again.
- Slightly dingy lighting at the rear end near the bunk beds, I noticed at recent show at Milton Keynes shopping centre, that the display model had an extra skylight there, not sure if this is now standard, or just an optional extra.
Thursday, 17 September 2009
Spot the deliberate mistake
Got caught out today doing some Jave code at work.
I thought I'd be a good boy and use Commons Lang utilities to implement toString(), hashCode() and equals(). Spot the mistake here:
Any ideas? Here's the corrected version:
An easy mistake to make when using an IDE with auto-complete.
Luckily I was saved by my unit tests!
I thought I'd be a good boy and use Commons Lang utilities to implement toString(), hashCode() and equals(). Spot the mistake here:
@Override
public int hashCode() {
return new HashCodeBuilder(13, 73).append(field1).append(field2).hashCode();
}
Any ideas? Here's the corrected version:
@Override
public int hashCode() {
return new HashCodeBuilder(13, 73).append(field1).append(field2).toHashCode();
}
An easy mistake to make when using an IDE with auto-complete.
Luckily I was saved by my unit tests!
Monday, 20 April 2009
More Ubuntu progress
With regard to my previous post, I have recently upgraded to 9.04. I was finally getting too fed up with sound and display issues on 8.04 so upgraded to 8.10 (Intrepid), but found no improvements with the NVidia integration and sound on Skype. I took the plunge and went for the 9.04 release candidate. I have to say it is a massive improvement for me with instant out of the box dual monitor support and the sound stuff all works without having to install pulseaudio.
I need Windows less and less now and I feel the writing really is on the wall for Microsoft. This seems to be confirmed by the increasing amount of laptops for sale with Linux rather than Windows.
Happy days.
I need Windows less and less now and I feel the writing really is on the wall for Microsoft. This seems to be confirmed by the increasing amount of laptops for sale with Linux rather than Windows.
Happy days.
Sunday, 8 March 2009
Printing from Windows XP to a CUPS shared printer on Ubuntu
On the face of it, this task would seem to be very simple and there are various pages with instructions on how to set this up. Basically you configure CUPS to allow the local USB printer to be shared and then set up a new network printer on windows that has the address http://<hostname>:631/printers/<printername>. The problem is that, whilst this all seems to work OK, when you print, nothing seems to actually hit the printer. Nothing meaningful in the CUPS logs.
Lots of Googling brought me to this page.
The really critical part which makes things work is :
"Now, once you have that information, you can open a command prompt on
Windows, and type in the following command (all on one line, it is
wrapped here):
rundll32 printui.dll,PrintUIEntry /b "Printer on Ubuntu" /x /n
"blah" /if /f %windir%\inf\ntprint.inf /r
"http://<hostname>:631/printers/<printername>" /m "MS Publisher Imagesetter"
That command will install the MS Publisher Imagesetter printer driver
(which is a printer driver that uses PostScript, which is what CUPS
takes as input), and setup the printer spool on Windows. You can then
open the Printers control panel and set the printer as the default
printer, and you will be able to print to it."
Lots of Googling brought me to this page.
The really critical part which makes things work is :
"Now, once you have that information, you can open a command prompt on
Windows, and type in the following command (all on one line, it is
wrapped here):
rundll32 printui.dll,PrintUIEntry /b "Printer on Ubuntu" /x /n
"blah" /if /f %windir%\inf\ntprint.inf /r
"http://<hostname>:631/printers/<printername>" /m "MS Publisher Imagesetter"
That command will install the MS Publisher Imagesetter printer driver
(which is a printer driver that uses PostScript, which is what CUPS
takes as input), and setup the printer spool on Windows. You can then
open the Printers control panel and set the printer as the default
printer, and you will be able to print to it."
Thursday, 5 February 2009
Wednesday, 4 February 2009
Prince Caspian
Subscribe to:
Posts (Atom)
