Live data from Hacker News

Welcome - The Ruby Game

therubygame.com

1–10 of 17 posts

Re: Welcome - The Ruby Game

#4

Interesting, but why require Twitter out of all things? I thought Ruby had the multi-auth thing nailed.

It does. It's trivial to use as well. https://github.com/intridea/omniauth

Why would you not hook this up to github for auth?

EDIT: The site is great by the way. My tone of disappointment at the authentication system is motivated by how nice the thing is.

Re: Welcome - The Ruby Game

#5
I'm a little slow this morning....the top solution is just a string? The submitter just did a fake entry to get the answer and then submitted a second one?

Re: Welcome - The Ruby Game

#7
post #6

"This code has already been submitted by catphish." Is this by design?

Also, if it's by design:

Placing a random comment after my submission lets it through. So you might want to strip out comments for that bit.

Re: Welcome - The Ruby Game

#8
post #5

I'm a little slow this morning....the top solution is just a string? The submitter just did a fake entry to get the answer and then submitted a second one?

They cheated. The page says all code will be rerun with different input at the end of the week to determine the true winner, so all the hardcoded answers will drop out at that point.

Though it seems this problem has an obvious fastest solution that has been found and mimic'd repeatedly.

Re: Welcome - The Ruby Game

#10
post #8
post #5

I'm a little slow this morning....the top solution is just a string? The submitter just did a fake entry to get the answer and then submitted a second one?

They cheated. The page says all code will be rerun with different input at the end of the week to determine the true winner, so all the hardcoded answers will drop out at that point. Though it seems this problem has an obvious fastest solution that has been found and mimic'd repeatedly.

Perhaps they should rerun with different input immediately after submitting.
Post reply on HN