When 1 hour becomes 20

I went to a 1 hour dry cleaners this afternoon at 2pm to get a suit drycleaned. However they were unable to accept it for 1 hour cleaning and the earliest I could get it back would be 10am tomorrow. If I had wanted 1 hour cleaning I needed to have had it dropped off by 1pm. What I can’t understand is the shop closes at 5 at the earliest so that still gave them 3 hours between arriving at the store and them closing for them to clean the suit and they were advertising 1 hour.

My first greasemonkey script

I created my first greasemonkey script that will add a link to flickr in a geocaching web page for pictures tagged with the geocache name. For example GCMAG6. The experience of coding was a bit of a headache as I didn’t know what greasemonkey was expecting and I don’t know much about javascript (it’s VERY case sensitive!). The tutorial/book at Dive Into Greasemonkey was very helpful for the former problem and using the javascript console solved the latter problem.

Blingo – search and win?

Blingo is a new (to me) search engine that gives you the opportunity to win prizes when you use it to search for stuff. They only count your first 10 searches per day (so I guess you could go back to google after 10 searches) and apparently you could win all sorts of prizes. Angela won a free movie ticket but didn’t give her referral code so feel free to use mine instead 🙂


Blingo

Speaking of movies, we went to see The Interpreter last night at the dollar theatre. As it was Tuesday, we got in for 50cents each – thats about 80p in UK money (as opposed to the 1350p it would have cost us in the uk). The seats were the old style cinema seating – no stadium seats or high backs but not bad. It was the first time I’d ever sat in the back row of a cinema but no hankypanky. The film itself wasn’t bad – it did go on a bit and it was quite different than I expected. I felt the plot was pretty predictable (which spoils a thriller) but there were still some unexpected moments – I must confess to jumping in my seat when the first gunshot went off. The gruesomest (is that a real word?) scene in the movie was when a bus was blown up – this is too close to the timing of the London bus bomb for comfort really – that scene really hit home and judging from the audiences reaction, it hit others too.
Not a bad movie, but one I’d recommend you see from the comfort of your own home on dvd on a nice sofa.

Firefox 1.0.6

Firefox 1.0.6 is now out to fix the problem with broken extensions. Unfortunately it breaks roboform’s extension even more as they added version checking into their latest patch so it can’t be used in 1.0.6. I’m still having problems with this extension – I thought I had narrowed the problem down to a mailto link in a form but it also crashed on me this morning when adding some more urls to the MT blacklist. It didn’t like me selecting some text with the mouse, but when I repeated the action after it had relaunched it was ok.

greasemonkey security hole

Apparently there is a major security hole that allows any website to view the contents of any file on your harddisk if you have greasemonkey installed (see greasemoney mailing list post for information. I can’t reproduce the problem with their proof of concept code, but its a pretty scary possibility. Annoyingly, turning off greasemonkey will reduce the functionality on my flickr/geocaching pages 🙁 Thanks to Pip for the tipoff