[BALUG-Admin] logo: 01100010 01100001 01101100 01110101 01100111 --> balug
Michael Paoli
Michael.Paoli@cal.berkeley.edu
Sun Sep 13 06:41:59 PDT 2015
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
$
More information about the BALUG-Admin
mailing list