Live data from Hacker News

Youtube Instant creator gets instant job offer

venturebeat.com

81–86 of 86 posts

Re: Youtube Instant creator gets instant job offer

#81
post #79
post #72

Earlier quoted context omitted.

It's using existing mechanisms in YouTube's JSON API to find suggestions and play them. All the true "magic" is provided by YouTube's engineers. Not to take it away from someone who writes the right lines of JavaScript at the right time, but you don't have to place the guy on a pedestal. The real lesson here is for yourself and others here who think like you -- if you tell yourself that things like this take superhum…

Nothing is more enjoyable than seeing posts on the internet by programmers who look at an idea, then scoff at its simplicity while making a list of all the idea's component parts, pointing out how easy each component is.

But this is an easy idea, and it's been done before. The only thing that's really different here is the timing of the announcement. And the "omg chad hurley reads hacker news" angle.

(Of course, everyone thinking that this is even remotely the same thing as Google Instant is also completely missing the real innovations in that product.)

Re: Youtube Instant creator gets instant job offer

#82
post #7

Is YouTube exempt from Google's lengthy indirect hiring processes?

someone from youtube recently reached out to me about some stuff and as an aside commented that i'd also probably make a good google employee. but my college GPA (2.8 or so) pretty much rules out that possibility. too bad.

My GPA was worse and it never didn't prevent me from getting any of the phone interviews or the on-site. Don't count yourself out.

Re: Youtube Instant creator gets instant job offer

#84

Must have been one of the most exciting days of his life. Not just the job, but the recognition for something cool he made!

I'm the author of YouTube Instant. You're right - the last two days have been the most exciting of my life! I'm still high on adrenaline from the whole ordeal. I never expected my little hack to make it this big, and for that I'm grateful.

I just finished recounting my last two days running YouTube Instant here: http://news.ycombinator.com/item?id=1683100

Re: Youtube Instant creator gets instant job offer

#85
post #16

Good for him and all, even though the search results were: 1) Painfully slow compared to Instant's realtime. 2) Only one at at time. 3) Text. (People respond to visual cues, and for a vid site, better to have thumbnails display in the results with captions.)

It was slow because he was going through his server to get the query suggestions from Youtube and lots of people were on it. It's been updated to get the suggestions directly from the source and it's significantly faster. Google's servers can handle the load better :)

You are correct!

I even ran into issues when Google automatically blocked my server for making too many repeated requests to the search suggestions endpoint.

However, I rewrote the site to query YouTube directly for search suggestions, eliminating the round-trip to my server. Now, all the magic happens in each visitor’s browser, so it’s faster and Google can’t block it.

Re: Youtube Instant creator gets instant job offer

#86
post #7

Is YouTube exempt from Google's lengthy indirect hiring processes?

Probably not. But when the CEO knows someone who he wants to hire, the rules can be bent. Remember, a lot of people working at Google got there via acquisitions. And they are afforded all the rights of "normal" employees that had 10 weeks of interviews (including moving to a "normal" team). I assume Google's official hiring process is mostly for recent college grads, because they don't have any experience (or code) t…

They should have made Guido explain tail call optimization.
Post reply on HN