The guys at the office, Peder1, Tobias and Morten have started a podcast called Podcastination.

Podcastination
It’s being hosted here, at josteinb.com/podcastination. Who knows, maybe I’ll have to chip in soon too.
It’s supposed to be a weekly event, with light entertainment. The podcast is in norwegian. The pilot is out now!
Edit: The podcast can now also be found at podcastination.josteinb.com









Spoofing your MAC-address in Snow Leopard
This might not be the most useful hack, but in some scenarios it might be good to know. And it does show those who believe that blacklisting MAC-addresses on their access point is a good security feature that they are mistaken.
For example the system they used at the college I lived in at the University of Newcastle, where you had to send in a paper form to register your mac-address to the ethernet outlet in your room, and weren’t able to use the internet on your laptop when visiting friends on the campus.
Be aware that using these commands to work around such a policy is probably illegal, though.
In snow leopard, spoofing your ethernet MAC-address is as easy as opening a terminal, and type sudo ifconfig en0 lladdr aa:bb:cc:dd:ee:ff
The address can of course be anything you want it to be.
For spoofing the address of your airport card you first have to disconnect from the network you are currently on, this can be done by clicking the airport-symbol in the menu bar, select join other network, type some random name, hit connect and then cancel. Now type
sudo ifconfig en1 lladdr aa:bb:cc:dd:ee:ff
And then you can reconnect, with your new address.
Update:
Captain Future has created an applescript for spoofing the mac address that looks very nice. It can be found here. Thanks!