Live data from Hacker News

Google I/O 2013

developers.google.com

1–10 of 57 posts

Re: Google I/O 2013

#2
...and some JS to find all the neat combos they've hidden:

https://twitter.com/lukegb/status/309438514964099072

var a=ww.mode.modes,i;for(i in a)if("home"!=i){for(var b=a[i].pattern.toString(2);8>b.length;)b="0"+b;console.log(i,b)};

Returns: cat 11100111 space 00101010 pong 10000001 bacon 10010000 simone 11010011 eightbit 01010011 song 11011011 synth 10001000 ascii 01111111 bowling 01110101 rocket 01000101 burger 00111001

(sorry for spoiling it ;D)

Re: Google I/O 2013

#3
I've gone to I/O every year. They usually set aside presale tickets for regular attendees, so we don't get locked-out if they sell out.

We're only a week away from general sales, but I haven't seen any information about I/ON registration yet. I hope they're still giving early access to tickets for I/ONs this year.

Re: Google I/O 2013

#4
post #3

I've gone to I/O every year. They usually set aside presale tickets for regular attendees, so we don't get locked-out if they sell out. We're only a week away from general sales, but I haven't seen any information about I/ON registration yet. I hope they're still giving early access to tickets for I/ONs this year.

Were there I/ON tickets last year? I know there were two years ago and before.

Re: Google I/O 2013

#7
post #2

...and some JS to find all the neat combos they've hidden: https://twitter.com/lukegb/status/309438514964099072 var a=ww.mode.modes,i;for(i in a)if("home"!=i){for(var b=a[i].pattern.toString(2);8>b.length;)b="0"+b;console.log(i,b)}; Returns: cat 11100111 space 00101010 pong 10000001 bacon 10010000 simone 11010011 eightbit 01010011 song 11011011 synth 10001000 ascii 01111111 bowling 01110101 rocket 01000101 burger 001…

O.O

What is that?

Re: Google I/O 2013

#8
post #2

...and some JS to find all the neat combos they've hidden: https://twitter.com/lukegb/status/309438514964099072 var a=ww.mode.modes,i;for(i in a)if("home"!=i){for(var b=a[i].pattern.toString(2);8>b.length;)b="0"+b;console.log(i,b)}; Returns: cat 11100111 space 00101010 pong 10000001 bacon 10010000 simone 11010011 eightbit 01010011 song 11011011 synth 10001000 ascii 01111111 bowling 01110101 rocket 01000101 burger 001…

pretty smart..thanks for sharing :)

Re: Google I/O 2013

#9
This year I wont even bother to try to get a ticket (last years it was impossible due to latency). I am in Switzerland and will stay there unfortunately. What a pitty Google is selling tickets to people/students who only want free stuff instead of long time clients who are also devs.
Post reply on HN