Magpies Collide

I was walking home tonight, and my appearance startled a ‘flock’ of magpies. (Is that the right term? A murder of crows, a choke of magpies? Thinly veiled Port Power joke…) Two of them took off, and flew straight into one another!

Floor, and a Bathroom

Ahh, the joys of being able to shower again. The vanities, and all of the fixtures went in on Saturday. We also got most of the flooring down, except for the section where the boards need to be a little longer after we remove part of the wall. Dsc00017-1 Dsc00018 Dsc00014 Man, the nail gun was cool. It actually uses an explosion to force the punch forward, which pushes the nail to the desired depth. The size of the nails is small - you almost don’t notice them.

Dsc00015

The first gun we got from Bunnings was broken - it didn’t reset the punch far enough back, so the next nail couldn’t be primed, ready to fire. After a few hours, we got a replacement, and a $20 voucher. And our money back, so we basically got paid to use the nail gun.

Replacement (Loan) Phone

With the demise of my phone, I was virtually a lost soul. Luckily, Jason had just upgraded his phone, so I now have his old one, on a long term loan. It’s the same model as mine, but there is one notable difference. The vibrate feature is about three times as strong as my old phone. So now when I get a call, and the phone is in my pocket, I **really **know about it! It went off a couple of times on Wednesday night during parent teacher interviews, and it really tickled! Apologies if you called me during the time I was under a phone blackout if I haven’t called you back yet. I will, probably on Monday during the public holiday…Yay!

Dead Phone

My mobile phone died yesterday. It’s a Nokia 6610, and the day before I noticed the time was about 15 minutes slow. I reset the time, and didn’t think anything of it. If anything, I thought that maybe a rogue tower had changed the time. Then, yesterday morning, I put the radio on, like I normally do. “Bad reception” I thought. I changed the station, a couple of times, and up came the station I would originally listen to (ABC Classic FM). I looked at the phone, thinking I must have changed the station previously, but it said a different channel. “Strange”, I thought, as I passed out of my driveway and headed up the road towards the train station. “I’ll just do the old faithful, turn the phone off and then back on.” Like it’s running Windows, I guess. Hmm. Doesn’t want to turn back on. A similar sort of thing happened last October, when my phone died temporarily for about 24 hours when I was at the National Touch Championships in the Gold Coast. It came back to life, after about a day. I think the cause of this was heat, but nothing like that this time. I’ve pulled the phone to bits, I know it’s fully charged, and I cannot find out what is wrong. And I’m not about to pay $45 to some drone from Nokia who will just say it’s not fixable. So I might have to get a new phone. I’ll get one with Bluetooth, I think, and get a Bluetooth gadget for my computer, too. Still, being without a phone is a bit of a bitch.

iTunesRater / Interface Builder Bug

There seems to be some sort of a layering bug with Interface Builder - I notice it sometimes in development builds of iTunesRater: Itunesraterbug-2 As you can see, some of the widgets, sorry, views, are partially obscured. Sometimes it is worse than others, with all of the fwd/play/rev buttons covered. Sometimes it is fine. I generally have to just play around shifting different views to the front to get it all okay. Needless to say, it looks fine in Interface Builder.

Canon in D Major from the album “Adagio Karajan” by Berlin Philharmonic Orchestra

One Month Since Renovations Began

Wow. A month since I first posted about our new house. And the bathroom isn’t yet done. Hopefully we’ll finish the shower tonight, and then I’ll actually be able to have my morning shower tomorrow. I cannot cope without it. This weekend we’re planning to lay floorboards in the kitchen/study. At the moment it is bare joists, with dirt underneath. The boards are being delivered tomorrow morning.

iTunesRater 0.6

iTunesRater 0.6 has been released. Saving prefs works a bit better now, but the only way to change the maxRate and minRate variables is through: defaults write iTunesRater maxRate <value>

AutoRating is working, and the program now remembers the last state for the AutoRater.

New feature is the inclusion of a preview of how the rating will look in iTunes, ie the number of stars. iTunesRater0.6.zip (Note, this URL is broken for the time being, until I get around to uploading it to a site that can handle zip files, not just 3 types of image file…)

Finder AppleScript Freeze

While trying to bugfix a couple of issues in iTunesRater tonight, I found that the script stopped working altogether. I narrowed it down to a section of the code where I was asking the Finder to do something, and it was just freezing. I thought that maybe the latest security update had done something, but changing users proved that otherwise. It was something with my setup. I found it probably had to do with having a device mounted (the memory card in my Palm Zire), but having removed the device without unmounting it. The Finder had almost crashed, and wouldn’t respond to any AppleScript commands. Incidentally, I suspect that AppleScript is smart enough to not actually send any message (even an empty one) to an application when there is no command (ie, just a tell application/end tell clause with nothing between it).

Popular Post Bug

I have the following code to display my most popular posts in the sidebar: ` {popularposts} {if $pposts != ‘’}   <h2>Most Popular Posts</h2>     <ul>     {foreach from=$pposts key=key item=hits}       <li>{$hits.title truncate:25:”…”}</a>: {$key}</nobr></li>     {/foreach}     </ul> {/if} ` However, it doesn’t work: the links are all to the least recent of my recent posts the last post on the page. I’ll have to fix this. (Note: a fix is in the comments).

Bathroom nearly tiled.

Ray has been tiling the bathroom the last couple of days. It’s starting to look good. Here’s a before and after: Dsc00051 Dsc00018 1 Dsc00021 Dsc00052 I’ve spent my time sanding walls, and then re-plastering, then sanding. The areas below the front bedroom windows have been heaps of work, but they are starting to look great. And then tonight, Andy started to paint the ceilings - undercoat/primer first, of course. Since we have to move in on Wednesday, we are going to be busy painting over the next couple of days, and I have to go back to work on Monday. And I’m not sure when we’ll get around to polishing the floors.