Re: [nodejs] A fair test between bcryptjs and twin-bcrypt

2014-09-12 Thread Adrian Lynch
Cheers Matt, I expected it to be faster because its speed is talked about on the GH page: https://github.com/fpirsch/twin-bcrypt I'm just coming into the Node world and didn't know about asm.js not being supported in V8. I asked the author of that repo directly and he filled me in on what you

Re: [nodejs] A fair test between bcryptjs and twin-bcrypt

2014-09-12 Thread Adrian Lynch
Thanks M, I'll expand my tests to other BCrypt modules: https://www.npmjs.org/package/bcrypt If the dependancies are acceptable to us, Python 2.x and node-gyp's deps, and it's faster, then we might shift to using that. Thanks for the heads-up! A On 12 September 2014 01:12, mscdex

Re: [nodejs] Re: Set parsing of body to true by default

2014-09-12 Thread Adrian Lynch
Thanks G! I'd read this line more than once but it didn't sink in: This method *returns a wrapper* around the normal request API that defaults to whatever options you pass in to it. Adrian On 1 September 2014 10:25, greelgorke greelgo...@gmail.com wrote: as you can see here:

Re: [nodejs] A fair test between bcryptjs and twin-bcrypt

2014-09-12 Thread Tom Boutell
When it comes to security, the library with the most eyeballs reviewing it for security holes (remember Heartbleed?) is probably the better choice. Speed is secondary. That shouldn't mean that a more performant library should never ever replace a widely trusted security library, but this is

[nodejs] Re: Intro to Node.js

2014-09-12 Thread Jeff Duckett
I recently started looking at node as well. I'm interested in pairing up with developers that are interested in node and have a similar level of experience with node (currently next to nothing). Please let me know if you would be interested in learning together for a while. Thanks, - Duck

[nodejs] Important RFC for Addon authors

2014-09-12 Thread Fedor Indutny
Hello people! Please feel free to ignore this if you don't write/maintain C++ addons for node. With this PR: https://github.com/joyent/node/pull/8355#issuecomment-55395952 I'm going to export some External-wrapped pointers to structs like SSL, SSL_CTX to make it possible to write some

[nodejs] How to set source on windows?

2014-09-12 Thread Michael Andrews
So I'm trying to install openbadges following this tutorial, this part specifically https://github.com/mozilla/openbadges-badgekit/wiki/BadgeKit-Self-Hosting-Guide#badgekit-api-database The problem I have is it tells me I need to set the source, but I don't know how to do that on a windows

[nodejs] Cluster

2014-09-12 Thread Ep Ga
Hey, if cluster just away to defined multiple processes... Than maybe making the interface more smilier to child_process module, for a more easier use case. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group