Hacker News new | ask | show | jobs
by jacquesm 4038 days ago
And try to pick words that are lexicographically distant from each other to minimize the chance of single letter typos changing the meaning of the code.
1 comments

Of course it's a tiny matter of terminology, but you probably mean Hamming distant, not lexicographically distant. `zaaaaa` is lexicographically farther from `aaaaaa` than is `bbbbbb`, but Hamming closer.