Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world

I solved a self-imposed puzzle

Puzzle is as follows:

What's the longest word (or words) that you can make solely from l33tcode digits? Namely:

  • 0 = O
  • 1 = L or l (but not both in the same word)
  • 2 = Z
  • 3 = E
  • 4 = A
  • 5 = S
  • 6 = G
  • 7 = T
  • 8 = B
  • 9 = nothing

I queried English lemmas from the English Wiktionary, filtered them in Python, and ended up with three 12-letter words:


Edit: Upon request:

  • 458357051355
  • 548074634813
  • 534783171355
View original on lemmy.world
50

10 replies

lemmy.world

grep -i "×[olzeasgtb]+±" /usr/dict/words

The × should have been the caret, the ± should have been the dollar sign, but i don't have them on my mobile's keyboard. All from memory, maybe I'd have to escape the dollar sign.

4
lemmy.world

This'll work in a pinch, but my guess is that Category:English lemmas on Wiktionary has a lot more words than /usr/dict/words. I'll have to try it to test for sure, but we keep track of some crazy obscure words (that are still attestable).


Edit: For example, it lacks asbestosless, sabotageable, and seatbeltless.

3

Well, /usr/dict/words is just there, the wiki page is something I would have to download and probably clean up first.

1

Can't believe you didn't write them in 1337 but here you go:

-458357051355
-548074634813
-534783171355

3

You reached the end

I solved a self-imposed puzzle | Spyke