Wednesday Sep 08, 2004

Tonight was the first opportunity I've had with a fully clear sky to test out my telescope since I made some adjustments to it recently. The conclusion?

The knobs are now much earlier to turn and the scope more stable, even without the vibration suspension pads. This makes the polar alignment a lot easier. Setup and aligned accurately in 15 mins.
Having better polar alignment means that tracking and goto's are more accurate. Tracking was fine using a 9mm eyepiece visually, and gotos using the high precision and quiet slew settings were always within the field of a 20mm eyepiece. Unfortunately I was at home in Dublin doing this so many faint objects were invisible, no trace of the whirlpool galaxy for example which was over the city.
Plus the scope has a much better feel to it.

I now know however why crosshairs are called crosshairs. Because about an inch from the lens there are two strands that cross to, well make crosshairs! I had always thought they were etched or painted on somewhere. I discovered this when one strand broke tonight, so now I have to work out how to fix that, its only the 6x30 finderscope so I'm not too worried about taking it apart.
There is also however a very small bolt floating around in the tube of the scope. Looks like I have to remove the primary mirror to get it out. What's worrying is of course where it came from! I have never seen a bolt that size in the scope before, and I'm worried that it may be from part of the housing of the secondary mirror, and that's not a trivial piece of the scope to service!

Computingwise, I'm still writing a tool to display the status of patches in testing. This is complicated by the fact that there are several states that a patch can be in, submitted, passed initial testing, failed initial testing,passed main testing etc. However we also need to consider the state of the patch in other tools, for example I need to display the appropriate message if the patch we are testing has already been released to sunsolve etc. Etc. This type of thing can be practically solved by Karnaugh maps. They are those truth table type things that your computer architecture teacher went on about, but neglected to mention any other application for! Basically you work out what your inputs are, in my case its mainly of on/off flags which is handy, then highlight the `boxes` that trigger particular states, and you can then trivially write the logic to arrive at those cases. This is still on sheets of paper at my desk, and hasn't made it into the code yet since some variables can have several states and I need to see if they should be split into separate binary conditions or if there is a mechanism for dealing with that in regular maps (must have been asleep that day in college).
Why am I going to this trouble? Well two weeks after writing the initial code, I'm still getting emails from people pointing out patches that slip through the logic. Currently the code is the logic, rather than an implementation of the logic, which is what I'm trying to fix.

p.s. Today the 1000th US soldier died in Iraq. This does not seem to be a news event today so I thought I would do them the honour of mentioning them (not a news story at all on many US newssites). May they and the many thousands of Iraqi victims of this confilct rest in peace.

Saturday Sep 04, 2004

Went to Mullingar last night to see Syrys, the lead singer is a friend of a friend. Unlike most 'friend of a friend' bands, Syrys were actually good! Nice loud Rock, with a hint of Gothiness. http://www.syrys.com/ has a couple of mp3's. They are playing a couple of gigs this month in Dublin and Dundalk and are well worth checking out.

Friday Sep 03, 2004

A few weeks back I started talking to a friend about something. He stopped me before I finished the first sentence to tell me that he knew already, he had read about it in my girlfriends blog.
Tonight my girlfriend went out drinking with some folks. We usually agree to at least let each other know when we are going out, so I was a little surprised when I txt'd her around midnight to find out she was in a pub. "Why didnt you tell me you were going out?" I asked, the response, and I quote, "I just thought you'd read my blog". Do any other couples have this setup whereby rather than telling your other half something you post it on a blog?!
Earlier on in the week when I asked about something that was in her blog, I was told that it was none of my business! (Apparently it was for the interest of the online population of the world - less me!)
Perhaps now that we have hired Dave , he can write some relationship counseling software into roller too! Perhaps "dtrace for girlfriends" might help more!