Live data from Hacker News

Crowdsourcing Bruteforcing: Help me win the EngineYard challenge

rustyengines.silentmac.com

31–40 of 77 posts

Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge

#33
post #31

Earlier quoted context omitted.

Nah, some script kiddie messin with me. Fixed and patching the hole now...

Well, 43 isn't that bad :-)

Haha, he left a message in my database.

"Oh but for your trouble I generated a few hundred thousand hashes for you. --Phil Freo"

Thanks Phil :-) Your message's hash had a hamming distance of 73

Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge

#34
post #9

Earlier quoted context omitted.

It's going to be a lot slower, particularly with the goal of not slowing down a person's browser. By default, at least for me, their page is doing 1 hash per 200ms, or 5/second. On the other hand, a quick Haskell implementation using Data.Digest.Pure.SHA is doing about 6,000 hashes per second (might have been 8000, I forget now) per core on an Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz So you're looking at 1000 peopl…

This JavaScript version: http://news.ycombinator.com/item?id=715014 (which doesn't do any throttling) is doing ~1500 hashes per second in one Chrome tab on my fairly old (2.8 GHz Pentium D) desktop. I'm curious how fast it would be on your Core 2 Duo in two Chrome tabs.

Mine peaked at 3,450 or so on a Core2 Quad @ 3.2Ghz

Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge

#35
post #10

Earlier quoted context omitted.

Well on my dual core, opening a new tab could not fire up the other core. Opening opera side by the firefox did the trick.

I've got two tabs in Chrome using two CPU cores.

I've got 6 tabs on Core2Duo in Chrome, barely uses 25% CPU total.

Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge

#37

I hope you aren't disappointed when you a see a new update on your AJAX postback page that looks like a new winning string, when you see it is simply a note from me. :) (I also generated a few hundred thousand hashes for you)

Thanks Phil :)

I added a word checker, so no more of this tomfoolery!

Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge

#39

Please increase delta range down to 1ms, Chrome barely uses CPU power at 10ms. 6 tabs @10ms uses 25% of Core2Duo.

Also decrease rate at which HTML stats are updated - DOM update slows stuff down, it should update stats only once a second or so.

Re: Crowdsourcing Bruteforcing: Help me win the EngineYard challenge

#40

Please increase delta range down to 1ms, Chrome barely uses CPU power at 10ms. 6 tabs @10ms uses 25% of Core2Duo.

Also decrease rate at which HTML stats are updated - DOM update slows stuff down, it should update stats only once a second or so.

Updated to 1ms! I'll work on the HTML stat updates

Edit: fixed and fixed

Post reply on HN