Why will I be going to see Serenity. It’s simple really. When I first saw the series I was not impressed. I think I was in a bad place personally and just didn’t appreciate it. Upon repeat viewing I will have to say that the series really made me think about what life could be like in the future, and how a system such as Traveller with it’s varied tech levels might actually come to exist.
Simple premise, simple stories, well drawn characters. Add in the frontiers of space and it works well.
Shame it didn’t last, but I think a lot of the folks never sat around to give it a second look like I did.
All hail the T-bone
Yayy! According to the news today it looks like we’ll be having T-bone steaks in this country again. I love a bit of steak, me 🙂
Anyone for golf?
Had a nice morning today. Out at Castlegregory on the lovely little 9 hole course. It’s a bit hilly so it’s trouble for the old man.
101 uses for a dead cat
What does one do with a dead cat? It’s not mine, it just wandered into the garden and died last night. I’m not legally supposed to put it in the bin. There is the burial option, I suppose.
Baby tag
The little girl’s name is Niamh Joan and weighed 3.98kg
Rob’s had a babby
My mate Rob’s had a baby girl. Mother and child are doing well. When I heard on Saturday there was no name mentioned.
Debugging LoadPackage
Well this one is a complete pain in the ass. I’ve been trying to debug plugins in Delphi. It looks like the use of LoadPackage isn’t allowing us to debug the plugin. This is really annoying; it makes work difficult.
Annoying installations
This one is a real pain in the ass.
For some reason the installation of the Visual Fox Pro 8 SP1 OLEDB provider left all the registry keys installed were not readable by ordinary users, so when I tried to execute my application as an ordinary user didn’t work as the ‘provider wasn’t installed‘, whereas it’s just permissions.
Registry Keys that needed permission changes: HKCR\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000} HKCR\CLSID\{50BAEEDA-ED25-11D2-B97B-000000000000} HKCR\CLSID\{50BAEEDB-ED25-11D2-B97B-000000000000} HKCR\VFPOLEDB HKCR\VFPOLEDB.1 HKCR\Vfpoledb.ConnectionPage HKCR\Vfpoledb.ConnectionPage.1 HKCR\VFPOLEDB.ConnectionPage HKCR\VFPOLEDB.ConnectionPage.1
and the SOB still won’t work. Permissions on the files in OLDEB directory seem OK.
Then I had to copy registry information into the user’s environment:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes] [HKEY_CURRENT_USER\Software\Classes\CLSID] [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}] "OLEDB_SERVICES"=dword:ffffffff @="VFPOLEDB" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}\ExtendedErrors] @="Extended Error Service" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}\ExtendedErrors\{50BAEEDA-ED25-11D2-B97B-000000000000}] @="VFPOLEDB Error Lookup" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}\Implemented Categories] [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}\Implemented Categories\{D267E19A-0B97-11D2-BB1C-00C04FC9B532}] @="" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}\InprocServer32] "ThreadingModel"="Both" @="C:\\Program Files\\Common Files\\System\\ole db\\vfpoledb.dll" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}\OLE DB Provider] @="Microsoft OLE DB Provider for Visual FoxPro" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}\ProgID] @="VFPOLEDB.1" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}\TypeLib] @="{50BAEECA-ED25-11D2-B97B-000000000000}" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEED9-ED25-11D2-B97B-000000000000}\VersionIndependentProgID] @="VFPOLEDB" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEEDA-ED25-11D2-B97B-000000000000}] @="VFPOLEDB Error Lookup" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEEDA-ED25-11D2-B97B-000000000000}\InprocServer32] "ThreadingModel"="both" @="C:\\Program Files\\Common Files\\System\\ole db\\vfpoledb.dll" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEEDA-ED25-11D2-B97B-000000000000}\ProgID] @="VFPOLEDB.ErrorLookup.1" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEEDA-ED25-11D2-B97B-000000000000}\VersionIndependentProgID] @="VFPOLEDB.ErrorLookup" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEEDB-ED25-11D2-B97B-000000000000}] @="VfpOLEDBConnectionPage Class" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEEDB-ED25-11D2-B97B-000000000000}\InprocServer32] "ThreadingModel"="Both" @="C:\\Program Files\\Common Files\\System\\ole db\\vfpoledb.dll" [HKEY_CURRENT_USER\Software\Classes\CLSID\{50BAEEDB-ED25-11D2-B97B-000000000000}\Programmable] @="" [HKEY_CURRENT_USER\Software\Classes\TypeLib] [HKEY_CURRENT_USER\Software\Classes\TypeLib\{50BAEECA-ED25-11D2-B97B-000000000000}] [HKEY_CURRENT_USER\Software\Classes\TypeLib\{50BAEECA-ED25-11D2-B97B-000000000000}\1.0] @="Microsoft OLE DB Provider for Visual FoxPro 7.0 Type Library" [HKEY_CURRENT_USER\Software\Classes\TypeLib\{50BAEECA-ED25-11D2-B97B-000000000000}\1.0\0] [HKEY_CURRENT_USER\Software\Classes\TypeLib\{50BAEECA-ED25-11D2-B97B-000000000000}\1.0\0\win32] @="C:\\Program Files\\Common Files\\System\\ole db\\vfpoledb.dll" [HKEY_CURRENT_USER\Software\Classes\TypeLib\{50BAEECA-ED25-11D2-B97B-000000000000}\1.0\FLAGS] @="0" [HKEY_CURRENT_USER\Software\Classes\TypeLib\{50BAEECA-ED25-11D2-B97B-000000000000}\1.0\HELPDIR] @="C:\\Program Files\\Common Files\\System\\ole db\\" [HKEY_CURRENT_USER\Software\Classes\VFPOLEDB] @="Microsoft OLE DB Provider for Visual FoxPro" [HKEY_CURRENT_USER\Software\Classes\VFPOLEDB\CLSID] @="{50BAEED9-ED25-11D2-B97B-000000000000}" [HKEY_CURRENT_USER\Software\Classes\VFPOLEDB\CurVer] @="VFPOLEDB.1" [HKEY_CURRENT_USER\Software\Classes\VFPOLEDB.1] @="Microsoft OLE DB Provider for Visual FoxPro" [HKEY_CURRENT_USER\Software\Classes\VFPOLEDB.1\CLSID] @="{50BAEED9-ED25-11D2-B97B-000000000000}" [HKEY_CURRENT_USER\Software\Classes\Vfpoledb.ConnectionPage] @="VfpOLEDBConnectionPage Class" [HKEY_CURRENT_USER\Software\Classes\Vfpoledb.ConnectionPage\CLSID] @="{50BAEEDB-ED25-11D2-B97B-000000000000}" [HKEY_CURRENT_USER\Software\Classes\Vfpoledb.ConnectionPage\CurVer] @="vfpOLEDBDLink.ConnectionPage.1" [HKEY_CURRENT_USER\Software\Classes\Vfpoledb.ConnectionPage.1] @="VfpOLEDBConnectionPage Class" [HKEY_CURRENT_USER\Software\Classes\Vfpoledb.ConnectionPage.1\CLSID] @="{50BAEEDB-ED25-11D2-B97B-000000000000}" [HKEY_CURRENT_USER\Software\Classes\VFPOLEDB.ErrorLookup] @="VFPOLEDB Error Lookup" [HKEY_CURRENT_USER\Software\Classes\VFPOLEDB.ErrorLookup\CLSID] @="{50BAEEDA-ED25-11D2-B97B-000000000000}" [HKEY_CURRENT_USER\Software\Classes\VFPOLEDB.ErrorLookup.1] @="VFPOLEDB Error Lookup" [HKEY_CURRENT_USER\Software\Classes\VFPOLEDB.ErrorLookup.1\CLSID] @="{50BAEEDA-ED25-11D2-B97B-000000000000}"
Of course, if you’ve installed it somewhere else then you should not use the C: prefix, but whatever the installation drive is (e.g. j:).
Softie
I like movies. I like violent movies like Sin City. Old boy – disturbing, but just wow, what a story. Starship Troopers – people really need to figure out what it was all about, and dammit it was a wonderful telling of the book.
There I am tonight watching Sweet Home Alabama. Intially I didn’t think much of it. The problem is that I’ve developed a liking for the romantic comedy/dramas, and tonight was one of the many times.
We’ve got other flicks too. Office Space, which is a romantic comedy dressed up as a work sucks flick.
Then there’s my love of Japanese animation. I’m not a big fan of the giant robot genre, but I do have the essentials – Neon Genesis Evangelion. But what I really like are the ones that have just a touch of mysticism in them. A series which I picked up last Christmas when I was in New Zealand was Haibane Renmei, which is truly beautiful. It’s the tale of a girl with charcoal feathers, and tells a wonderful tale. More recently I’ve got the series Air, which is subtitled only, and I love it. It’s a story told over the course of a Summer. It has characters that you just fall in love with.
Ahh, zombie movies. Tonight I’m watching the Romero ‘Dawn of the Dead‘. I love the original version for the slow zombies and their inexhorable march after the humans.
I wonder how Rob and Edie are doing?