Looks like it's Google's recruiting for Python devs: https://news.ycombinator.com/item?id=8588080
Foobar
21–30 of 178 posts
Re: Foobar
#22Re: Foobar
#23I'm guessing in order to successfully log-in, you've to trigger yourself as someone who's eligible? Otherwise, it looks like everyone else is wondering how to make it work.
Re: Foobar
#24It seems if you have searched something which Google has interest in, you would be allowed to login. Below code on page points towards this: var g=document.getElementById("g");g.src="https://foobar.withgoogle.com/"+window.location.search
All that bit of code is doing is ensuring the frame on the page gets passed the query string the outer page had.
E.g. https://www.google.com/foobar/?hello -> https://foobar.withgoogle.com/?hello
Re: Foobar
#25Re: Foobar
#26If you've successfully logged in somehow, please share.
Re: Foobar
#27Could this have to do with Googles ARG Endgame[1]? It seems just cryptic enough to fit the bill. [1] http://www.theverge.com/2014/10/7/6927605/welcome-to-endgame...
also found the rhgame reference in css...
Re: Foobar
#28Re: Foobar
#29The logins are being handled by an endpoint on AppEngine called 'ah'. Also this mysterious url: https://appengine.google.com/_ah/
Though there is definitely some semblance of it being a game, the iframe contains a reference to CSS file called rhgame.css.
There doesn't seem to be any avenue to log yourself in, by the looks of it they first send people to a registration URL of some description (probably a redirect from a specific set of search terms or something similar).
I am not really one for doing the kinds of puzzles where you just shoot in the dark for a while.. if there were actually clues/riddles hidden in the HTML/JS/CSS or similar then I would have alot more fun with it.
Re: Foobar
#30I would imagine, if this came out today, it's something related to the military. foo.bar == FUBAR? Maybe?