Live data from Hacker News

Foobar

google.com

51–60 of 178 posts

Re: Foobar

#51

Seems to be some kind of text adventure game? https://foobar.withgoogle.com/staticfiles/css/rhgame.e6cf5ce... .console {} .prompt {} .terminal {} .cmd .cursor.blink { -webkit-animation: blink 1s infinite steps(1,start); animation: blink 1s infinite steps(1,start) } But it seems I've already failed before even clicking on the Login link: ...

It looks like those css classes match this plugin: http://terminal.jcubic.pl/

Re: Foobar

#53
post #29

I am not sure that it's the normal kind of web puzzle. The 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 registr…

/_ah/ contains internal App Engine routes, like authentication, for all App Engine apps; not just Google's. http://stackoverflow.com/questions/4408042/what-does-ah-mean...

Re: Foobar

#54
post #37
post #14

Earlier quoted context omitted.

Except that's easily solved, by going there with someone who's been there before...

How did your guide get there the first time?

He was born there?

Re: Foobar

#55
Taking a look at the CSS code included on the page I see things related to "terminal-output" and "editor". This corresponds with what the poster says the page does. There seem to be "question_options" also; likely some sort of quiz. Also see reference to a countdown timer of some sort.

Note also that the application bounces you to /_ah/logout on deny. That is an admin URL within Google App Engine applications. I figure everything on "withgoogle.com" is hosted by GAE?

I checked waybackmachine for mirrors of older versions of the site, perhaps when it had more clues. Nothing. I did direct it to archive foobar.withgoogle.com though, since they did not yet have it cached.

Re: Foobar

#57

Could 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...

I'll go with this theory as well. Anyone have google glass and an augmented reality app from google? That login logo seems like an AR trigger waiting for someone to look at it the right way. also found the rhgame reference in css...

Yeah, that image looks like it was designed for easy recognition. Picture search via Google Goggles doesn't return any results, though.

Re: Foobar

#58
post #48
post #4

Looks like it's Google's recruiting for Python devs: https://news.ycombinator.com/item?id=8588080

Very interesting but I wonder what the legal implications are. Some companies might file a lawsuit claiming that Google gains an unfair advantage if they continue to seek potential employees this way. I'm not saying I agree with this view but Google does have a HUGE potential in matching employees with their potential employers and might just turn the recruitment services industry on its head.

Is there a law which specifies which advantage is fair and what is not?

Why should any company be forbidden from utilizing assets their employees legally developed, especially when they want to use that asset in pursuit of a key objective ("hire more smart people")? Should a large newspaper be forbidden from advertising their openings in the printed newspaper itself just because other newspapers failed to acquire comparable audience?

Re: Foobar

#59
Given that it's Veteran day, and the term "foobar" is thought to be borrowed from military term "FUBAR," I am guessing that it is Google's attempt to recruit Tech-savvy Veterans.

Re: Foobar

#60

Could 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...

I'll go with this theory as well. Anyone have google glass and an augmented reality app from google? That login logo seems like an AR trigger waiting for someone to look at it the right way. also found the rhgame reference in css...

SVG sources gave nothing obvious. Unless they encoded data into path coordinates and/or colours.
Post reply on HN