jump to navigation

Games and Holidays June 29, 2009

Posted by a1291762 in : Uncategorized , add a comment

I got in three 4-hour sessions (ie. about 12 hours) of Oblivion over the weekend (thanks to the kids staying with the grandparents). Mind you, I haven’t played for weeks so it does balance out.

We go on holidays tomorrow. If all goes like it usually does I’ll be getting in about 3-4 hours of gaming each day. A lack of power during the day (the place we stay at does not have mains power and the generator normally only runs at night) means I only get what my battery can give. I’ll probably read a whole book too. I suppose I could go outside but that’s not really my thing ;)

I want a new laptop June 18, 2009

Posted by a1291762 in : computers , add a comment

So I want a Pre (even more now that it’s proving to be so hackable) but Apple’s recent laptop update has got me wanting a new laptop too.

My MacBook Pro is a first gen and while it still performs the duties I ask of it without complaint I can’t help but look in envy at the new machines.

First there’s the new tech. Newer, more efficient CPU with 64-bit capability and VT instructions. The SD slot will come in more useful than the ExpressCard slot ever did.

Next is the battery life. Thanks to the LED backlight, new battery tech and more efficient parts these things get up to 8 hours of battery life.

The graphics are interesting. From what I can find, the 9400M GPU performs about on par with the X1600 I have now (possibly better since my first-gen machine uses an underclocked X1600). One of the reasons I could never consider moving to the MacBook was because of the drop in GPU performance that would bring. I’ve been enjoying playing games on my machine and while the X1600 isn’t extraordinary, it’s a world away from the Intel GPU performance the MacBooks were saddled with.

There is an option to get a 9600M GT on the 15" models but I can’t really see the point when that model is $500 more than the model without the 9600M GT. The 9400M isn’t going to be a downgrade and that’s good enough for me.

Given my preferences, I’m actually faced with a choice I didn’t expect to get from Apple. My target machine has a 2.53Ghz C2D CPU, 4GB RAM, 250GB HD and 9400M GPU. The choice I get is screen size. It’s amazing the two product lines have merged this far. I guess that’s why they’re calling the 13" machine a MacBook Pro now.

So what does a 15" screen cost you these days? $300. Here’s the thing though. Previously the MacBook had some advantages over the MacBook Pro (to offset the smaller screen). Battery life was better, wireless reception was better and the price was significantly lower. With the current lineup, the only advantages I can see to the 13" model are 0.5kg weight reduction and $300 cheaper. The downside is the that resolution drops. The physical screen being smaller isn’t a problem, just the loss of pixels. It’s not like the machine itself is significantly smaller, 2cm less depth and 4cm less width. I’m definitely leaning towards the 15" model.

Will this make a difference to me now? Probably not. Such a machine would be purchased primarily to take advantage of the new capabilities of Snow Leopard.

Posted from Safari 4 June 10, 2009

Posted by a1291762 in : computers , add a comment

So the final version of Safari 4 is out and it seems to be good. None of that “tabs on top” garbage. I had a few issues with plugins (InputManager “hacks”) but then that happens with every major release. Thanks to the presence of the Safari 4 Beta, the plugins that had problems all had updated versions available.

I did have to drop Inquisitor in preference to Glims though since the former has not released an update supporting Safari 4. Glims has even better session restore functionality than Safari Stand does which leaves Safari Stand doing flash blocking only (ClickToFlash doesn’t yet have a binary release supporting 10.4 but once it does I’ll be able to use that and ditch Safari Stand).

The most important function of Glims (and before it Inquisitor) is to turn the “Google” box into a “Google AU” box. Glims also gives me favicons on tabs. It can do a heap of other things but I like to keep things simple.

Update 11 June 2009

So one of the things I’ve always liked about Safari was the progress meter in the URL bar. This is now gone although there is still _some_ indication of progress. The new Loading blob (with spinner and stop button) starts out dark grey and seems to become light grey once the page itself has been loaded. It seems like Safari now forces the page to render once the page has loaded and it then continues to re-render as additional elements (images, etc.) come in. For all I know Safari has acted like this before but with the loading blob colour change it becomes obvious that it is doing so.

I have a page that goes and fetches things from the body onload method and this action made the loading blob stay. I wouldn’t be surprised if any running JavaScript (or perhaps only user-innitiated JavaScript) causes the loading blob to appear.

AttnGrab SMS crash bug June 4, 2009

Posted by a1291762 in : programs , add a comment

Despite reports from users on a crash when receiving SMSes, I could not get this to happen to me and a review of the code didn’t reveal any problems.

However a few days ago I got the exact symptoms that one user had complained about. That is, my phone beeped twice then rebooted and the cause of this reboot was an SMS being received. At first I thought perhaps the problem was due to some difference between Australian and US SMSes (the SMS that crashed my phone came from facebook) but by chance, I noticed something odd about my AttnGrab settings that led me to the actual problem.

The problem I noticed is that my seconds value was set to 0 instead of 300. Due to a bug in the SetAlarm code, this meant that AttnGrab would set an alarm for the current time, causing an alert loop. When I used atgdebug to simulate an alert, the phone did not crash but then AlarmTriggered() is run while another app has the stack (it’s a pointer handler) so perhaps something about the state when an SMS is received didn’t appreciate this alert loop.

So the first thing I fixed was to ensure that the alarm is only ever set for the future or cleared.

What puzzled me though was how my settings got changed in the first place. I stumbled on it almost by accident. The Ringer State checkbox does some processing when you click it. The first thing it does is save the state. However, when this happens the seconds field is emptied (but not redrawn). The field was supposed to be re-initialised but this didn’t happen in certain cases. In these cases, pressing Done would save 0 for seconds. Clicking the field is what gave me the clue because when I did that it cleared itself. This has been fixed now so your seconds value should not get eaten by the Ringer State checkbox anymore.

If you’ve experienced crashes with AttnGrab please try the new version at http://ramsay.webhop.org/attngrab.

Update 10 June 2009

It seems this has not fixed the issue. There seems to be something fundamentally different going on with Centro devices because I’m just not seeing the reported symptoms. I just love coding blind… :(

Cable Problems June 1, 2009

Posted by a1291762 in : Uncategorized , add a comment

Someone’s wireless signal is getting into the local Telstra cable network and causing chaos. There’s been connection issues in 3 suburbs for almost a month now. The technician that was at my house today reckons it’s a cordless phone sitting next to a Foxtel box with a dodgy (unshielded) connector.

Hmm…

My wireless router sits next to my cable modem and whenever I try to surf the internet it seems that the cable goes down…

I think I’ll move the modem away from the wireless router tonight.