I’m going to hear the Paul Simon lyric as “Don’t I know you from the megachiropteran’s party?” from now on
I found the best anagram in English (2017)
101–110 of 236 posts
Re: I found the best anagram in English (2017)
#102Re: I found the best anagram in English (2017)
#103Previously on HN: https://news.ycombinator.com/item?id=13696196 Response by the author: https://blog.plover.com/lang/anagram-scoring-3.html
Inspired by the author's recent brief revisitings: https://blog.plover.com/addenda/202304.html and https://blog.plover.com/lang/etym/water-polo.html
> Productive diminutives are infrequent to nonexistent in Standard English in comparison with many other languages.
https://en.m.wikipedia.org/wiki/List_of_diminutives_by_langu...
Re: I found the best anagram in English (2017)
#104Earlier quoted context omitted.
> ELEVEN PLUS TWO = TWELVE PLUS ONE Goedel's incompleteness theorem fans would be drooling all over this
Why?
Re: I found the best anagram in English (2017)
#105That was pretty good for a one-word anagram. Back in the 1990s I wrote a program that generated anagrams for longer phrases and I was surprised to find these prescient ones: Saddam Hussein = He damns Saudis Charles Manson = Slasher con man David Letterman = Dead mitral vent Mary Jo Kopechne = My joke chaperon * Benito Mussolini = So, I bout Leninism Lee Harvey Oswald = Oe, why ever Dallas? * * "Chaperon" is a valid a…
Clint Eastwood = Old West Action is still my favorite serendiptious anagram. I also like the mathematically correct ELEVEN PLUS TWO = TWELVE PLUS ONE especially because it's also an numeric anagram 11 + 2 = 12 + 1
Some of those are almost creepy in how they make so much sense.
Re: I found the best anagram in English (2017)
#106Re: I found the best anagram in English (2017)
#107This is the TXR Lisp interactive listener of TXR 285. Quit with :quit or Ctrl-D on an empty line. Ctrl-X ? for cheatsheet. TXR's sound system features 120 dB separation between quarreling audiophiles. 1> (flow "/usr/share/dict/words" file-get-lines (group-by sort) hash-values (keep-if cdr) (sort @1 : [chain car len])) (("ho" "oh") ("am" "ma") ("em" "me") ("no" "on") ("ah" "ha") ("it" "ti") ("mu" "um") ("eh" "he") ("a…
Waiting for someone to post a 4-symbol APL version (which makes use of a language feature added by an eccentric hedge fund millionaire in 2002 and removed in 2017, to ensure nobody ever runs it).
(⊢⌷⍨∘⍋∘≢¨)↑1<≢¨⊢⌸(⍋⊢)¨⎕NGET'/usr/share/dict/words'1
Re: I found the best anagram in English (2017)
#108I'm a non-coding lurker here, but the only thing that ever motivated me to write my own program was to solve the newspaper anagram puzzle, "Jumble", faster than my wife. I wrote it in Basic, then re-wrote it in assembly language, I forget when. Then in Fortran while home bound during the first summer of the pandemic - to atone for my past sin of neglecting to learn Fortran when I had a chance in the late 1960's.
Re: I found the best anagram in English (2017)
#109Earlier quoted context omitted.
The point is that you don’t need a hash table implementation. And the normalization that is used as the sorting key doesn’t otherwise have good hash-like qualities (like constant size and a good distribution) and thus doesn’t especially deserve to be called a hash.
How do you extract the last (largest) entry for each normalized key from the sorted list? What is the command line function?
Re: I found the best anagram in English (2017)
#110https://github.com/dfhoughton/ranagrams
I find it a good time killer. Note, there's a word list in the repo, but `crate install ranagrams` starts you off without a word list.