Saturday, August 20th, 2005


Bug: if you search on this blog, it only searches within the currently active ‘group’, whether that’s a category, day or post, or the whole blog.

The code in question is: (more…)

View Comments (0)   RSS Feed for Comments on this Post

Over on DrunkenBatman’s site, DrunkenBlog, he has posted stuff where buys have taken photos of Mac with one of his Desktop Backgrounds installed in Apple Stores.

I did this in the AppleCentre Next Byte, Rundle Mall the other day. Here is my photo:

AppleCentre Next Byte Photo

If you look carefully, you can see I turned on the iSight, and got myself in the image, just.

Oh, and BTW, I discovered that Preview does this. That is, it allows you to resize an image to a target file size.

View Comment (1)   RSS Feed for Comments on this Post

I wrote a small AppleScript that sends the currently playing iTunes track to the current chat user in Adium.

The only tricky part was that the line:

send the active chat of the first interface controller file filename

requires Adium to be the frontmost application: you cannot test this with Script Editor, only install the code as a an AdiumScript and then run it from within Adium.

Since it is usually illegal to copy music, all of the usual disclaimers apply: only use this to send music to which you own the copyright, or is in the public domain.

Here’s the full code, if you want the whole thing, email or IM me.
(more…)

View Comments (0)   RSS Feed for Comments on this Post

I just tried to sign up another screen name for aol: one without the @mac.com bit, and I found a bit of a hitch. Check out what Camino and Firefox render the page as:
(more…)

View Comment (1)   RSS Feed for Comments on this Post

I’m still using Panther - I’ll upgrade to Tiger when I’ve finished backing up everything.

In the meantime, I noticed something quite weird the other day. If I attempt to view my web pages stored on this computer (ie, the one I’m typing this in from, ny iMac at home) then it only works some of the time.

Specifically, if I try to use the real IP address, given to me by my ISP, or the domain name (again given to me by my ISP, dialup0-1213.optusnet.com.au, or whatever it is at that moment), then it times out.

If I use 192.168.1.2, or the local hostname, then it works fine.

I wonder if there’s a setting somewhere which only allows http access from those addresses. I can’t figure it out - with no firewall there shouldn’t be a reason this doesn’t work, unless Optus is blocking incoming traffic to addresses within it’s domain.

Update: This would seem to be it. I can ssh into my machine, but not http in.

View Comments (2)   RSS Feed for Comments on this Post