Re: [nodejs] Re: Update Amazon Server to 0.8.x

2012-10-11 Thread Joshua Gross
I'm using Joyent's SmartCloud which has been good for us. They're also running 0.6.x by default but upgrading to 0.8.x is easy. Maybe they feel better offering an older, more stable version. -- Joshua Gross Christian / SpanDeX, Inc. http://www.joshisgross.com On Oct 11, 2012, at 6:29 PM, Tim

[nodejs] ANN: Job, a lightweight job delayer and processor

2012-10-09 Thread Joshua Gross
feedback. Hope someone finds it useful! Regards, Joshua Gross Christian / SpanDeX, Inc. / BA of Computer Science, UW-Madison 2013 http://www.joshisgross.com / http://www.spandex.io -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting

Re: [nodejs] Poll for v0.10 feature: Crypto default to 'binary' strings vs defaulting to buffers

2012-10-08 Thread Joshua Gross
I like B) in theory, as a way to manage APIs. Anyone not reading this newsgroup will at least have *some* advanced warning. -- Joshua Gross Christian / SpanDeX.io / BA Candidate of Computer Science, UW-Madison 2013 414-377-1041 / http://www.joshisgross.com On Oct 8, 2012, at 6:24 PM, Isaac

Re: [nodejs] How to properly coordinate a sole task between multiple processes on many servers

2012-10-06 Thread Joshua Gross
Mark, maybe I missed this from earlier on, but do you have any plans to document this or open-source any related code? Sounds pretty interesting! -- Joshua Gross Christian / SpanDeX.io / BA Candidate of Computer Science, UW-Madison 2013 414-377-1041 / http://www.joshisgross.com On Oct 6, 2012

Re: [nodejs] [ANN] Simple ACL

2012-09-05 Thread Joshua Gross
Have you seen mongoose-acl? Does it operate similarly to yours? It's nice and I've been using it for about 24 hours. -- Joshua Gross Christian / SpanDeX.io / BA Candidate of Computer Science, UW-Madison 2013 414-377-1041 On Sep 5, 2012, at 2:07 PM, chakrit konsh...@chakrit.net wrote

Re: [nodejs] Re: Announcing JailKeeper

2012-08-16 Thread Joshua Gross
Maybe my Wordpress install got owned - I'll take a look at it. Thanks for letting me know! Regards, -- Joshua Gross Christian / SpanDeX, Inc. 414-377-1041 / http://www.joshisgross.com On Aug 16, 2012, at 1:15 PM, mscdex msc...@gmail.com wrote: http://www.google.com/safebrowsing/diagnostic

Re: [nodejs] New project idea

2012-08-15 Thread Joshua Gross
, if you don't like something about Twit, you can change it :) Good luck! Joshua Gross Christian / SpanDeX, Inc. / BA of Computer Science, UW-Madison 2013 414-377-1041 / http://www.joshisgross.com / http://www.spandex.io On 15 August 2012 00:27, Christopher R. Parr foss...@gmail.com wrote: If you

Re: [nodejs] Node v0.8.6 on Mac OS X Mountain Lion crashing

2012-08-10 Thread Joshua Gross
So I narrowed it down to bcrypt and after reinstalling it, it works fine for me. Mariusz, could you have a similar issue? Joshua Gross Christian / SpanDeX, Inc. / BA of Computer Science, UW-Madison 2013 414-377-1041 / http://www.joshisgross.com / http://www.spandex.io On 10 August 2012 06:56

[nodejs] Node v0.8.6 on Mac OS X Mountain Lion crashing

2012-08-09 Thread Joshua Gross
a breakpoint in malloc_error_break to debug That's in my server log. I realize this is probably useless without further details, so tell me how I can get relevant details and I'll do what I can. Joshua Gross Christian / SpanDeX, Inc. / BA of Computer Science, UW-Madison 2013 414-377-1041 / http

Re: [nodejs] What's different of requiring json or js?

2012-08-05 Thread Joshua Gross
There may be a better answer for this, but JSON is actually more rigidly structured than standard JavaScript. So, it makes sense to me that a more specialized parser would need more memory than just sending JavaScript code to the VM. -- Joshua Gross Christian / SpanDeX, Inc. / BA Candidate

Re: [nodejs] What node.js can do? and what is express.js?

2012-07-23 Thread Joshua Gross
http://www.nodebeginner.org/ Joshua Gross Christian / SpanDeX, Inc. / BA of Computer Science, UW-Madison 2013 414-377-1041 / http://www.joshisgross.com / http://www.spandex.io On 22 July 2012 14:20, ACK aniketkadam1...@gmail.com wrote: hi i m php developer i want to learn node.js or i

Re: [nodejs] [ANN] missmatch - pattern matching for JavaScript

2012-07-21 Thread Joshua Gross
Peter, this is real cool! Sadly I don't expect it to gain much traffic short-term because people don't know how awesome pattern-matching is. I'm pumped to have this available in JS though; will check it out seriously. Joshua Gross Christian / SpanDeX, Inc. / BA of Computer Science, UW-Madison

Re: [nodejs] [ANN] missmatch - pattern matching for JavaScript

2012-07-21 Thread Joshua Gross
I disagree that it's overkill. It's less than 1k lines (of heavily commented code), well tested, and you can compile it to save computation time. It works really well, too. +1 -- Joshua Gross Christian / Web Development Consultant / BA Candidate of Computer Science, UW-Madison 2013 414-377

Re: [nodejs] [ANN] missmatch - pattern matching for JavaScript

2012-07-21 Thread Joshua Gross
. -- Joshua Gross Christian / Web Development Consultant / BA Candidate of Computer Science, UW-Madison 2013 414-377-1041 / http://www.joshisgross.com On Jul 21, 2012, at 7:02 PM, Nuno Job nunojobpi...@gmail.com wrote: 1 thousands lines of code? wow. I appreciate the work and thought put