5 ms·
Google is hiding I/O tickets in developer documentation images
- nolanbrown23 12y agoLook at the first image on this documentation page and you'll see a watermark that is a short URL. That short URL takes you to a text based game where you can get a code to buy a Google I/O ticket. http://developer.android.com/images/tools/as-mainscreen.png http://developer.android.com/images/tools/as-mainscreen.png Game: http://goo.gl/hRd7ek http://goo.gl/hRd7ek
- Aqueous 12y agoOk, I followed a shortened link and it drops me into a fairly cool terminal simulator with a space MUD-style game in it. But it's kind of creepy to have the prompt print out as <my actual first name>@io I know Google knows I'm logged in right now. I know that Google knows that I know that I'm logged in right now. Still, it feels weird.
- rnirnber 12y agowhere are you seeing the hiding I/O tickets?
- mbreese 12y agoIt looks like they changed the image to remove the watermark. The actual code has already been claimed.
- rnirnber 12y agoFML
- spectralnischay 12y agoI can still see the 2 URLs?
- rnirnber 12y agoI meant FML that the code was already claimed...and I give up. Sure I could write code to try to crawl the site analyze pngs....could generate goo.gl permutations and see if they redirect to the right place...i give up though. i'm burnt out from getting excited about I/O and never getting in :(
- msie 12y agoArgh, too late as usual.
- sethammons 12y agoIt says I don't have valid credentials for the four or so I found. They all seem like the same text adventure.
- msie 12y agoSame here. Is it because I'm not in the US?
- brunolazzaro 12y agoDitto. Not in the US also.
- Nogwater 12y agoI'm in the US and tried at least 10, all with failure.
- bjonathan 12y agoexample image with code for the curious : https://cloudup.com/cwt9rS66Agu https://cloudup.com/cwt9rS66Agu
- suyash 12y agowhat the game looks like: http://i.imgur.com/b1LVoG8.png http://i.imgur.com/b1LVoG8.png
- davnola 12y ago1. Start scraping all images from http://developer.android.com/training/ inside div.gc-documentation 2. Inspect manually 3. Profit Fun!
- quaffapint 12y agoThere's the one in... http://developer.android.com/images/tools/as-buildvariants.png http://developer.android.com/images/tools/as-buildvariants.p... ...but I've tried everything I can make of that awful font and can't seem to get the proper chars for the URL.
- msie 12y agoFirst char is a 5.
- eudoxus 12y agoI have only come across the two, both on the link in the OP. Has anyone found others?
- brunolazzaro 12y agoIt looks like they were hiding them in other places, such as old video annotations... Source: https://twitter.com/jc4p/status/456881857481547776 https://twitter.com/jc4p/status/456881857481547776
- andrewweiser 12y agoJust found one. It's the "opportunity to purchase" a ticket to I/O. Registration code should arrive within 24-48 hours.
- tostitos1979 12y agoDarn ... I found four but none worked :(
- bburky 12y ago$ find /Applications/Android\ Studio.app/sdk/docs/images -type f | sed 's_/Applications/Android\ Studio.app/sdk/docs/images_http://developer.android.com/images_' | wget -x -i - $ diff -r developer.android.com/images /Applications/Android\ Studio.app/sdk/docs/images Binary files developer.android.com/images/admin/device-admin-activate-prompt.png and /Applications/Android Studio.app/sdk/docs/images/admin/device-admin-activate-prompt.png differ [...] Sadly, they're all gone.
- suyash 12y agoWhat do you think Google is doing it that way? Do they want us all to read/spend more time in their developer docs examining the images?
- suyash 12y agoVery clever approach by Google (I was hoping for a coding test though :), after getting the code (which is the URL), you will be directed to sign in to your Google Account and then would have to complete the Space Mercury Mission (Console Game) to win the Code for IO 2014. For the curious, this is what the game looks like: http://i.imgur.com/b1LVoG8.png http://i.imgur.com/b1LVoG8.png