compilerbitch: That's me, that is! (Default)
compilerbitch ([personal profile] compilerbitch) wrote2006-11-30 02:10 pm

Hexspeak

What's the longest word you can get purely by misusing hexadecimal?

My record is colibacillosis (c071bac1770515), 14 letters.

I'm using abcdef verbatim, with o=0, i=1, s=5, l=7. If you allow g=9, you can do one better (15 letters), with biosociological/ecclesiological/sociobiological and you can also get the 14 letter word fossilological, but that's a bit harder to read.

Can anyone beat that?

(guess who needed a 64-bit magic cookie today and didn't want to live with deadbeef01234567)

[identity profile] 4zumanga.livejournal.com 2006-11-30 10:13 pm (UTC)(link)
Are you doing that with a dictionary? :)

[identity profile] 4zumanga.livejournal.com 2006-11-30 10:14 pm (UTC)(link)
Let me extend that. Are you doing that with a computer dictionary and a program? :)

[identity profile] compilerbitch.livejournal.com 2006-11-30 10:54 pm (UTC)(link)
Just grep and the default Linux word list.

[identity profile] compilerbitch.livejournal.com 2006-11-30 10:37 pm (UTC)(link)
grep -iE "^[abcdefgoisl]{15}$" /usr/share/dict/words

[identity profile] hoiho.livejournal.com 2006-11-30 10:17 pm (UTC)(link)
Need 64 bits? 0xDeadBeefDeafBabe is what I use.

[identity profile] kaet.livejournal.com 2006-11-30 10:26 pm (UTC)(link)
I've been known to use

70AD0F07DCABBA9E

but it's not just one word, :).

[identity profile] compilerbitch.livejournal.com 2006-11-30 10:42 pm (UTC)(link)
Wow, if you allow t=7 you get

0x5111c0f1a9e11a7e (silicoflagellate)

There's even a couple of 17 letter words (silicoflagellatae/silicoflagellidae)!
mair_in_grenderich: (Default)

[personal profile] mair_in_grenderich 2006-12-01 11:38 am (UTC)(link)
hm, I was reading 7=L in the above :)

[identity profile] caladri.livejournal.com 2006-11-30 11:04 pm (UTC)(link)
I can't even enumerate the number of lovers I've had whose birthdates have wound up 32-bit magic numbers (both in hex outright and in decimal), or how thankful I am to have a four-byte first name :) I'm even less creative with 64 bits to play with. 8 letters (or 7 and a NUL) is a lot to work with! My protocols are damn easy to recognize on the wire :)

I'm tempted to use a format string as the 64-bit magic number and have the format string correspond to the remaining fields. That'd be nifty. Fuck you, TLV, I've got you beat!

[identity profile] http://users.livejournal.com/_nicolai_/ 2006-11-30 11:57 pm (UTC)(link)
Words, no, but there's always:
feedbeefc0edbabe

[identity profile] fluffymormegil.livejournal.com 2006-12-01 12:10 am (UTC)(link)
My preferred digital hexes are todefood, codefood, and coffee. there's feedbac, too :)

0xa261d15e56ab71548e26a31a2158

[identity profile] ichae.livejournal.com 2006-12-01 04:56 am (UTC)(link)
I can spell antidisestablishmentarianism, if

i = 1
h = 4
l = 7
m = 8
n = 2
r =3
s = 5
t = 6

[identity profile] desrt.livejournal.com 2007-01-07 11:11 am (UTC)(link)
7 is t. clearly.