Click here to add it to iTunes.
I'll also be appearing on ABC Radio National Breakfast at around 8:05am tomorrow, (Thursday), discussing the Leopard vs. Vista vs. Linux operating system competition.
You can hear this chat here.
AppleScript studio is kind of the Visual Basic of MacOS X. (I'm sure some people will correct me firmly on that statement).
Ben and I were first in line at MacCentric at Chatswood in Sydney to buy MacOS X10.5 Leopard today.
Alan VK2ZAY and I went bush this morning in search of a low noise HF location where we could play with antennas, balans, tuners and annoying flies.
This weekend I've been playing with an old IBM ThinkPad 600X. It has 300Mb of ram, 12G hard disk, 450Mhz Pentium 3 processor, dead li-ion battery and no built-in ethernet or wireless.
PSK-31 is a recent digital mode that is very efficient in terms of bandwidth use and is excellent for keyboard to keyboard chatting on noisy HF.
I've just spent a few very pleasant days south of Sydney at Gerroa.
Can a low-cost digitally controlled radio have the same feel as an analog receiver?
I read Alastair's post about high quality headphones with great interest.
I've long assumed that the days of the local video store are numbered, but the reason I thought was direct rental with download over the internet. It seems there's another competitor that is very compelling - the online DVD rental businesses.
MacOS X has fewer weird problems than Windows but it's not totally without issues. For the past month I've had a terrible problem where anything that needed to update the keychain would kill the machine to the point of needing a reboot.
We're making a DVD at the moment and I've just purchased iLife and & iWork 08.
I haven't used a printed phone book in years. They turn up on the doorstep each year and go straight into the recycling.
I'm a news junky. Radio, including short wave radio, used to be my primary source of world news. As the internet ramped up in the '90s I used to visit a bunch of sites each morning to get my update on what's important to me.
Another entertaining meeting of the Amateur Radio New South Wales Homebrew Group on Sunday at Dural. Peter O'Connell VK2EMU presented an introduction to the use of stepper motors.
Recently we've been debugging some network issues with clients that connect through broadband routers to remote servers. The best way to solve this type of thing is to capture the traffic right on the broadband interface with tcpdump -w filename.cap (plus some suitable filters) and then decode the capture with the fabulous WireShark.# forward port 999 to 22 on the home linux box at 172.16.1.100
iptables -t nat -A prerouting_wan -p tcp --dport 999 -j DNAT --to 172.16.1.100:22
iptables -A forwarding_wan -p tcp --dport 22 -d 172.16.1.100 -j ACCEPT
# ipkg install kmod-ipt-nat-extra
Our house has four active internet users. Wifi everywhere, desktops, laptops, Wii, DSlite, etc. We're already on the "unlimited" plan but for the second time in recent months, this turned out to not be enough.
It's great to be back home after a few weeks away. Apart from cleaning up the pool (which had gone green), doing my washing, and trying to sync up with local time, I've been trying as always to improve my HF antennas.
I have a headless Fedora linux box that plugs in to my home network and gets an IP address from DHCP.