Live data from Hacker News

Wordle Is a Love Story

nytimes.com

21–30 of 128 posts

Re: Wordle Is a Love Story

#21
post #17
post #4

What’s your optimal 5-letter starting word? Mine is HOUSE. It has 3 vowels (including E which is the most frequent in the English language) and S which helps test for plurals.

The optimal starting word is ARISE, as it partitions the possible words most evenly across the different green/yellow/grey colour combinations

ARISE is good, but AROSE is better, and SOARE is the best: On average it eliminates all but 2264 out of ~12000 5 letter words.

https://github.com/lalaithion/wordle

Re: Wordle Is a Love Story

#22
post #4

What’s your optimal 5-letter starting word? Mine is HOUSE. It has 3 vowels (including E which is the most frequent in the English language) and S which helps test for plurals.

I coded some heuristics and ran them on a Scrabble dictionary: https://github.com/lalaithion/wordle

Re: Wordle Is a Love Story

#23
post #4

What’s your optimal 5-letter starting word? Mine is HOUSE. It has 3 vowels (including E which is the most frequent in the English language) and S which helps test for plurals.

I coded some heuristics and ran them on a Scrabble dictionary: https://github.com/lalaithion/wordle

With the first word you aren't necessarily trying to get the most number of matches.

You are trying to use the word that once you get the match result back, it discards the most number of words.

These two are not the same thing.

Re: Wordle Is a Love Story

#24
post #4

What’s your optimal 5-letter starting word? Mine is HOUSE. It has 3 vowels (including E which is the most frequent in the English language) and S which helps test for plurals.

I coded a small program, and the sequence of words that I use (not interchangeable, you'd use them in sequence to gather more info) is:

AROSE UNTIL DUCHY BLIMP GAWKS

Re: Wordle Is a Love Story

#25
post #9
post #4

What’s your optimal 5-letter starting word? Mine is HOUSE. It has 3 vowels (including E which is the most frequent in the English language) and S which helps test for plurals.

the optimal 5 letter starting work is SERAI (as computed by someone's AI)

There was HN post a few weeks ago to a blog where someone computed SOARE as the optimal word.

Correction: a month ago - https://news.ycombinator.com/item?id=29439191

Re: Wordle Is a Love Story

#26
post #17

Earlier quoted context omitted.

The optimal starting word is ARISE, as it partitions the possible words most evenly across the different green/yellow/grey colour combinations

ARISE is good, but AROSE is better, and SOARE is the best: On average it eliminates all but 2264 out of ~12000 5 letter words. https://github.com/lalaithion/wordle

It depends on your word list, are you using the same word list as wordle?

Re: Wordle Is a Love Story

#27
post #24
post #4

What’s your optimal 5-letter starting word? Mine is HOUSE. It has 3 vowels (including E which is the most frequent in the English language) and S which helps test for plurals.

I coded a small program, and the sequence of words that I use (not interchangeable, you'd use them in sequence to gather more info) is: AROSE UNTIL DUCHY BLIMP GAWKS

I also really like JUMPY and INTER

Re: Wordle Is a Love Story

#30
post #16

- Fun - Simple - One puzzle a day, and everyone plays the same one so you can share and compare scores - No account creation, logins, ads, subscriptions, data mining All the right ingredients for going viral. I just hope the last point stays unchanged.

I hope the third point stays unchanged too. Too many services out there optimize for engagement, the expense being the encouragement of addictive behaviors.
Post reply on HN