Hacker News new | past | comments | ask | show | jobs | submit | CZ-18's comments login

I saw the video of their presentation, and couldn't believe it won. It seemed really simple


Sometimes the simplest hacks are the best ones.


And we don't really know what they had to do to make it work. The <audio> api is not known for its robustness and accuracy.

Our hack from October was really simple (two small python modules), but we spent all day compiling midi libraries to use with python. That was definitely not easy work.


I sent an email after I beat it, but never got a response =(


We'll be sending out replies within the next week or two. Don't worry, there will be T-shirts for all!


Awesome, thanks for the update. I was starting to get worried, but I guess it makes sense you're swamped with requests.


Any tips for level05 (the python one)?


nvm, got it


EDIT: doh, didn't know we had write access to /tmp, that makes it easy


When you first connect, you are in a /tmp/tmp.something directory which you can edit.


You can also do cd $(mktemp -d) and get a new one if you need another one.


You can write to /tmp. But since most people are also doing that, /tmp/date gets overriden frequently. I'd recommend mkdir /tmp/CZ-18; PATH=/tmp/CZ-18:$PATH; And then you can figure it out :)


I now feel like the most awesome tutorial following script kiddie ever.


Remember that you have write access to /tmp(/date) ;)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: