Did you hear @gruber and @jsnell on The Talk Show talking about using “^G” as a beep character with old computers? Try this from Terminal on your Mac (type the ctrl-V and ctrl-G characters):

% echo ^V^G > /tmp/bel.txt % cat /tmp/bel.txt % xxd /tmp/bel.txt % man ascii | grep 007

*****
Written on