So Neal solves Wordle every midnight to keep this game running?
Seems like it has answers up to July 30, so he's either a time traveller or it's possible to get future answers by looking at the Wordle source.
221–230 of 540 posts
So Neal solves Wordle every midnight to keep this game running?
Seems like it has answers up to July 30, so he's either a time traveller or it's possible to get future answers by looking at the Wordle source.
List of countries in geoguessr: AlbaniaAndorraArgentinaAustraliaAustriaBangladeshBelgiumBhutanBoliviaBotswanaBrazilBulgariaCambodiaCanadaChileColombiaCroatiaCzechiaDenmarkDominicanRepublicEcuadorEstoniaFinlandFranceGermanyGhanaGreeceGuatemalaHungaryIcelandIndonesiaIrelandIsraelItalyJapanJordanKenyaKyrgyzstanLatviaLithuaniaLuxembourgMalaysiaMexicoMongoliaMontenegroNetherlandsNewZealandNigeriaNorthMacedoniaNorwayPeruPh…
I recommend copy/pasting before you get there. It doesn't let you copy once that final resubmit form appears.
This is the last saved copy of mine (from ~5 steps before the end; also, yc doesn't capture the various fonts, text sizes, and emojis):
xngxcaboutjuneshell0000XXXV*I54malaysia0Nd3+Gd d4dbc1170
Earlier quoted context omitted.
so where 0 and 4 ;)
Debatable - the concept of leap years was invented before 0 AD/CE but I'm not aware of any reason to believe that particular year (which certainly wasn't called 0 AD at the time, it was possibly the Roman year 753) was considered to be one.
Wikipedia has some information on leap years around this time: https://en.wikipedia.org/wiki/Julian_calendar#Leap_year_erro...
I'm stuck at "iatetomatoesyesterday0265Z#521juneVpepsiVIIxngxcaboutAg[moon emojis]italy2020Bf7+" trying to solve the chess notation puzzle. I especially laughed at the rule "must include today's Worldle" and I'm happy with my solution including every emoji for "must include the current phase of the moon as an emoji." (HackerNews doesn't seem to display emoji. My solution is to paste every moon phase emoji.) Excited t…
Earlier quoted context omitted.
I would find it hilarious if someone would come up with a password generator that generates passwords that would pass this game.
Should be pretty easy, since you can check the generated password against all the criteria. Making it fast might be difficult though
Looking at the JS, these rules use RNG such that you can have an inconsistent or impossible password. E.g. if the only youtube video URLs that work with your duration have roman numerals that multiply above 35 in it you are hard stuck. Your youtube URL can also hard stuck your atomic number summation to 200 if it happens to contain enough elements that adds above 200. Your color hex can hard stuck your 25 sum, etc. The code does not try to generate working passwords given all the rules, it simply adds checks and randomly generates the requirement per rule.
You'd have to have the RNG rules to align well in order to win i.e. youtube video with no roman numerals or numbers or elements, captcha with no numbers or roman numerals or elements, to minimize conflict.