- 15,741
- 8,937
Assured solution method count update. (Success/Fail): 9/0 - 100.0%/0.0%
Depends on whether they are vegetarian or teetotalers …jack action said:people prefer raising their glasses better than eating roast!
Who says there is alcohol in the glass? And, of course, people in NY are vegetarians.Orodruin said:Depends on whether they are vegetarian or teetotalers …
TOAST could also refer to a browned piece of sliced bread. Probably a more common use in the end. At least it was my first association…jack action said:Who says there is alcohol in the glass? And, of course, people in NY are vegetarians.
Orodruin said:TOAST could also refer to a browned piece of sliced bread. Probably a more common use in the end. At least it was my first association…
Having your talk ROASTed at a conference certainly doesn’t carry positive connotations either …kuruman said:Also, when it is said that someone is TOAST, it means that they are done for, kaput or more colloquially in deep doodoo.
There are only 4 words in total that satisfy the *OAST pattern. 2 had already been used, but chances are you already had some excluded with the gray squares anyway?gmax137 said:disclaimer - I did look at the used words for this one
Nice!dwarde said:Very few words to choose from after my seed word.![]()
![]()
Wordle 1,322 2/6
![]()
Orodruin said:There are only 4 words in total that satisfy the *OAST pattern. 2 had already been used, but chances are you already had some excluded with the gray squares anyway?
Those are not among the possible the Wordle solutions, which is the relevant metric here.kuruman said:Actually, there are two more but less known. See
https://www.collinsdictionary.com/us/dictionary/english/hoast#:~:text=Definition of 'hoast'&text=1.,to cough
and
https://www.urbandictionary.com/define.php?term=Loast
Orodruin said:Those are not among the possible the Wordle solutions, which is the relevant metric here.
Possible as a guess but not possible as an answer (in Wordle at least).kuruman said:I am not sure you are correct there. They are possible in Octordle so they must be possible in Wordle. View attachment 356652
Agreed. I was responding to the statement thatjack action said:Possible as a guess but not possible as an answer (in Wordle at least).
My reply #6,314 was hasty.Orodruin said:There are only 4 words in total that satisfy the *OAST pattern.
We seem to have evolved into the same algorithm, as replaying the game with your seed, I get the same subsequent filters and result.jack action said:Wordle 1,323 5/6
[STEAL] 30 left
[INCUR] filter - 6 left: REFIT REMIT RIVET TRIBE TRIED TRIPE
[TRIBE] filter - 3 left: REFIT REMIT RIVET
[REMIT] filter - 1 left
[RIVET]
Not quite:OmCheeto said:We seem to have evolved into the same algorithm, as replaying the game with your seed, I get the same subsequent filters and result.
What do you get if you use my seed: ECLAT
FIRNS was my second filter, which resulted in only 1 solution.
how about:Orodruin said:Anybody has any good ones to test?
You mean as a combination of two start words? My sheet doesn't compute that.gmax137 said:how about:
CLEAR, then
TOILS
BLINK: 5.79 in expected remaining entropy. But it can still be a solution since it has not been used yet! And it is still significantly better than WOOZY at 7.14.gmax137 said:I have been using BLINK as my starter, that stops now!
The frequencies based on your table are 18th, 4th, 7, 9, 20
My first and last 13 words:Orodruin said:Anybody has any good ones to test?
4191 arise
4283 saner
4287 arose
4321 least
4344 later
4375 alert
4381 parse
4422 siren
4437 roast
4458 suite
4462 leant
4467 rinse
4506 spare
7894 woozy
7967 pygmy
8001 freer
8114 femme
8135 kappa
8253 slyly
8336 ninny
8428 eerie
9234 mamma
9330 geese
10488 emcee
10520 melee
10612 tepee
Google Sheets unfortunately is way too slow to do the full computation for all words and still be viable. I would have to leave it running all day.jack action said:I just compute the sum, thus the large number.
SANER and AROSE often change places from day to day.
I have a Bash program that takes 30-35 min to compute. I set a Cron job to do it at night so I can use it in the morning.Orodruin said:Google Sheets unfortunately is way too slow to do the full computation for all words and still be viable. I would have to leave it running all day.
I am a bit curious about your word list. According to the one I use there should be 1000 words left after today so the numbers should differ by a factor 1000, which seems approximately true but only approximately ... (That is, assuming you are employing the entropy scoring discussed a couple of months back)
total=$(bc -l <<< "$total + $c * l ($c) / 0.693147181")
l(x)
in the program bc
is actually ##\ln(x)##.