friendfeed
    See what's happening on FriendFeed

List All 64-bit Applications

OS X can show you a current list of 64-bit Applications using a simple command line in the Terminal. On your Intel Mac, launch Terminal and paste the following command:
locate -0 app/Contents/MacOS/ | xargs -0 file | grep x86_64
This tip was originally posted @MacOSXHints.com. Follow the link for more details.