Upgraded to AppleTV 3.0.1 last night, installed the mods. Everything is going well so far! Have all features working such as AFP, SSH, full Codec support thanks to Perian, plus the new 3.0 menu system and iPhone Remote.

SLUG Magazine iPhone App is finally out the door. This is my first native iPhone app released under the Apple Developer program.
Many of us have been using irssi with screen for a while. It’s a great way to connect into your IRC from anywhere (if the machine is Internet accessible, since you need to be able to SSH in before resuming the screen session).
Continue Reading »
After upgrading to AppleTV 2.4 and installing Perian, I no longer can play Apple videos. The device just shows a black screen. Sometimes there is sound.
Edit: found a fix from westont on AwkwardTV:
Sure enough, looking in the /System/Library/QuickTime folder I found a ‘Disabled’ folder had been created. This folder contained the ‘QuickTimeH264.component’ file which had clearly been moved there by something. Moving this file back to the /System/Library/QuickTime folder and rebooting the ATV got everything working again.
Finally took the plunge and got IPv6 working at home. Thanks to the folks at http://www.tunnelbroker.net/ for the free 6to4 tunnel!
By default, your ssh daemon probably will kick you out after a period of no activity. I like to set the following in sshd_config:
TCPKeepAlive yes
ClientAliveInterval 60
Making good progress on the UtahFM iPhone App. Got a progress bar working so now it spins while music is playing. I’d like to get some more testers but you have to be willing to upgrade to iPhoneOS 3.0beta5.

The About Page:

The deb file I used to use isnt working. But this script does work for compiling netatalk with SSL support so it actually works:
mkdir -p ~/src/netatalk
cd ~/src/netatalk
sudo apt-get install devscripts cracklib2-dev dpkg-dev libssl-dev build-essential
sudo apt-get build-dep netatalk
apt-get source netatalk
cd netatalk-2.0.3
DEB_BUILD_OPTIONS=ssl dpkg-buildpackage -us -uc
sudo debi
echo “netatalk hold” | sudo dpkg –set-selections