Live data from Hacker News

I found the best anagram in English (2017)

blog.plover.com

91–100 of 236 posts

Re: I found the best anagram in English (2017)

#91

What’s nostalgic to me is that this is such a classic Perl pattern: hashing manipulated strings to find relationships. Prior to Perl doing this was painful. Boost wasn’t a thing. Python was in its cradle and Java was still struggling with beans. Perl removed the barriers between complex coding ideas and an implementation that C wasn’t ready for. The time from thought to prototype was near instant compared to current…

Even in C it’s not that hard to make a basic hash table. It’s probably like 20 lines of code or something.

Re: I found the best anagram in English (2017)

#92
post #87

Earlier quoted context omitted.

I know. I’m talking about Perl. Try to keep up.

Do pay attention. You wrote "Prior to Perl doing this was painful.". I highlighted how you contradicted the author's claim that it was easy to do using awk. Awk existed long before Perl.

What’s the word for when snark backfires?

Re: I found the best anagram in English (2017)

#93
post #56

Previously 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

Re: I found the best anagram in English (2017)

#94
post #82

Earlier quoted context omitted.

But the normal form as defined by the article is an hash, even if you then use sorting instead of bucketing

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)

#95
In a book release event for Stefan Fatsis's book on tournament Scrabble players, Word Freak, the host posed the "megachiropteran" anagram as a trivia question for a book giveaway.

One of the top players in my club _instantly_ replied "cinematographer," and added, "but megachiropteran isn't in the OSPD [Official Scrabble Players' Dictionary], so it doesn't really count."

Re: I found the best anagram in English (2017)

#96

Earlier quoted context omitted.

That's a palindrome, not an anagram. If you'd like to see the director's cut of that palindrome, it's available here: http://www.fun-with-words.com/palin_panama.html I've always been partial to pangrams: sentences that use every letter in the alphabet at least once, typically shooting for a short sentence. My favorite is "Pack my box with five dozen liquor jugs". Not minimal, but delightful and uses only words that m…

My favourite is that the 49 word one was found by Guy Steele. Yes, this Guy Steele: https://en.wikipedia.org/wiki/Guy_L._Steele_Jr .

See also https://norvig.com/palindrome.html with code and a bit of Steele followup.

Re: I found the best anagram in English (2017)

#97
post #95

In a book release event for Stefan Fatsis's book on tournament Scrabble players, Word Freak, the host posed the "megachiropteran" anagram as a trivia question for a book giveaway. One of the top players in my club _instantly_ replied "cinematographer," and added, "but megachiropteran isn't in the OSPD [Official Scrabble Players' Dictionary], so it doesn't really count."

Why do scrabble players care about words that long? Beyond fun trivia.

What's the longest word ever played in an actual game of Scrabble? And though this is hard to get data for, what's the longest word that ever could have been played but missed?

Re: I found the best anagram in English (2017)

#98

Earlier quoted context omitted.

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

> 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)

#99
post #38
post #12

Earlier quoted context omitted.

Ronald Wilson Reagan = Insane Anglo Warlord

Dick Cavett, https://www.nytimes.com/2018/08/04/style/dick-cavett-intervi... > I guess I’ll be known for nothing more than being the man who realized that “Spiro Agnew” was “grow a penis.” Gore Vidal said, “It could be ‘grow a spine,’ too, but yours is better.” Boy, they're really socking it to that Spiro Agnew guy again.

That's why they're called nattering nabobs of negativism.

Re: I found the best anagram in English (2017)

#100
post #87

Earlier quoted context omitted.

Do pay attention. You wrote "Prior to Perl doing this was painful.". I highlighted how you contradicted the author's claim that it was easy to do using awk. Awk existed long before Perl.

What’s the word for when snark backfires?

“Sorry”?
Post reply on HN