Foo.Bar with Google?
I was Googling some Python topic when my search results page suddenly split in the middle with some text saying something to the effect of "You speak our language, would you like to take a test?", linking to http://www.google.com/foobar/ .
I followed it and was led to a pseudo-shell, where I then found some coding problems. I can return to the page to continue working on them.
I've searched around and haven't found anyone else talking about this. What is it?
21 comments
[ 3.1 ms ] story [ 47.8 ms ] thread> On google search, you have the variable window.location.search = "?gfe_rd=cr&ei=XXXGyZiVNHoFcuF8Qe7wYHACw&gws_rd=ssl"
> That string is appended to the url of the iframe: src="https://foobar.withgoogle.com/"+window.location.search
Check this sub-thread of the other thread https://news.ycombinator.com/item?id=8590155. Someone goes into more depth about it.
Also, its interesting that this account was created so recently... maybe this is Google itself.
No, not Google :) Just been lurking on HN for a while and never had anything interesting to add before.
On the plus side: you will probably learn a lot.