Last time I visited, it had a message like "You can only log in if you have logged in before." Is this part new, or is it just a different way to enter?
If anyone involved is reading this -- please make the timer a bit more obvious. I opened the link, went back here, then made a quick wikipedia safari and when i got back to it timed out with no indication that i can restart it. :(
edit: The console could use a little error checking, if the request dies (i had referrer disabled), it prints "requesting xxxx..." and then nothing. Tsk, tsk :)
I completed a few of these foobar challenges, and I'd love to keep working on them, but it seems to have stopped working for me. I can no longer save files in the editor, and I get a "Not Found" error when I run the verify command. Anyone else run into this bug (and maybe figure out a fix)?
FYI: I tried deleting cookies again this morning, and everything is working again. The challenge I had finished (but was unable to save or submit) was showing as completed. Not sure if someone at Google took action on my bug report, or if everything just worked itself out.
This game is not working correctly on my browser (FF33). I tried several times and waited until the end because nothing was happening... then tried with chromium and it did work :-/ (btw noscript is turned off)
FF33.1.1 (on Archlinux) is working fine here.
In addition to NoScript, you probably need to disable any extension that forbids cross-domain cookies as the relevant cookies are registered for https://ig-game.appspot.com/ and not a raw IP.
I wish they had the courtesy to put up a "Sorry, your browser is not supported" instead of having me answering everything and then finding out it doesn't work.
This is entrance to foobar. It is pretty easy to figure out crossword using either a calculator to convert bases or (wolfram alpha for the lazy) and [0] for regex. I have not used regex in years, but got in easy.
[0] http://www.regexr.com/ . Hint mouse over regex after you type it for explanation of what will match, try it out in the text editor below. Fairly trivial.
Semi-related, Google does base conversions too. You can type "8660 in hexadecimal" in Google and get the answer. Seems strangely appropriate since this is a Google game.
It does not really matter. Either characters to use would be included in regex itself, such as [j-g] or you could use any.
For example "\D{2}\S{3}" means match 2 non-digit characters followed by 3 nonspace characters. Some things that match "aaaaa", "bbbbb", "ALUSD", "AA123"...
Site I linked really explains things quite well on mouseover. Once you complete first challenge (make sure you open this in chrome, I've had exciting quest of delete elements in firefox until I could save my solution) you can register and come back anytime later.
Kinda surprised to be challenged like that suddenly, but managed to pull through with my (t)rusty regex-foo.
Foobar is fun and well made! Passed the first challenge in a few minutes and will continue tomorrow.
Try to start challenges on foobar only when you want the timer to start (e.g., not when you need to go to bed like me..). Thou shan't worry much on the first challenge though, it allows for 48 hours.
I completed this puzzle. It then takes you to the foobar puzzle which was posted a while ago. It has a series of challenges. After completing the first challenge, it says "Max active challenge count reached"
Upon completing the crossword the page auto-submits the solution and gets "403 Forbidden" in response. Something got broken somewhere or someone has pulled the plug.
same. claimed i had errors, checked multiple times, did not work.
if this is a recruiting tool, they should make sure they code it properly. unless part of the game is to debug it ... but i do enough of that already at work, so screw it.
Odd what's FF version? It worked fine for me on v32.0.2.
edit: It might be this suggested by Kripke:
"kripke 0 minutes ago | link
FF33.1.1 (on Archlinux) is working fine here. In addition to NoScript, you probably need to disable any extension that forbids cross-domain cookies as the relevant cookies are registered for https://ig-game.appspot.com/ and not a raw IP."
Haha right as Turing says "Are you paying attention too." Pretty clever. I don't think this is purely a movie advert though. The Imitation Game relation explains how they expected people to get the non number base/regex clue.
It is also on the blackboard at the end (around 0:57), and possibly on some other places.
Google "sponsoring" them in exchange of putting an IP address in their trailer is something I would absolutely see them do.
Wow! You clearly pay attention...
I wonder if I would have noticed this.
Thanks for sharing!
Somehow, google must have to do with this, either google paying weinstein for displaying this or weinstein paying google for making this a social media booster.
comparing two datafiles with suffled numbers to find matching pairs. all pairs have the same quotient. task was to find the quotient and return it as "improvement-ratio"