For those that may have been wondering ... the BALUG logo: http://www.balug.org/images/balug/logo.gif The apparently binary data shown on bottom towards left: 01100010 01100001 01101100 01110101 01100111 What is that data? Interpreted as ASCII data in binary, it's: balug
references/excerpts: http://www.balug.org/images/balug/logo.gif $ perl -e 'print(pack(q(B*),join(q(),qw(
01100010 01100001 01101100 01110101 01100111 ))),"\n");'
balug $