Re: [nodejs] Re: JS or node? require(http://scripthost/myModule.js);

2013-06-13 Thread Joe Developer
As I remember the Nodules package manager by Kris Zyp handled dynamic resolution and retrieval at runtime. And it is obviously an invaluable approach for browser side incarnations. On Jun 13, 2013 11:29 AM, dhruvbird dhruvb...@gmail.com wrote: You could use

Re: [nodejs] Re: What Editor / OS / Dev enviroment do you use?

2012-10-02 Thread Joe Developer
On Tue, Oct 2, 2012 at 5:28 AM, Alexey Petrushin alexey.petrus...@gmail.com wrote: Update: huh, I didn't realized that You meant often used tty ctrl+c signal :). Yea, agreed it's used even more often than copy. Still using ctrl+shift+c/v for copy/paste feels very inconvenient. Mouse select

Re: [nodejs] Re: What Editor / OS / Dev enviroment do you use?

2012-10-02 Thread Joe Developer
Don't know about that, but it ranks pretty high on my tragically-ironic meter. On Wed, Oct 3, 2012 at 12:49 AM, Mark Hahn m...@hahnca.com wrote: Did you just call someone Tard? That has got to be the most rude and childish thing I've seen on this, or any. technical forum. On Tue, Oct 2,

Re: [nodejs] Re: What Editor / OS / Dev enviroment do you use?

2012-09-21 Thread Joe Developer
Recently it started behaving much better with 8.x - I've found no reason to use it with 0.6.x the last number of days. I should note though that I don't pull the cloud9 git repo obsessively, so I might have gotten lucky :) Personally I rarely use it from further than LAN, if you aren't working on

Re: [nodejs] Home automation modules

2012-08-24 Thread Joe Developer
On Thu, Aug 23, 2012 at 9:43 PM, Kevin O kevinohar...@gmail.com wrote: I've been hacking a bunch of modules lately related to home automation. I thought I would share them and see what else people are working on in this arena. *Current Projects* Elkington

Re: [nodejs] Re: A Galaxy within NodeJS

2012-07-30 Thread Joe Developer
Lua is as capable as any other language ;) And yes, it is faster when it comes to matrices because of its well designed table-approach. But it suffers from the same limitations as all dynamic languages do. Doing all the calculations within Redis wouldn't speed up the system. BUt

Re: [nodejs] Simple yet useful website skeleton (express+bootstrap)

2012-07-27 Thread Joe Developer
On Fri, Jul 27, 2012 at 1:23 PM, Sitnin sit...@ya.ru wrote: Sounds good =) Deel free to fork and send pull requests. And we could discuss our ideas and so on. Maybe email or skype? I'm not sure anyone would object to discussions here, I personally wouldn't anyway :) On Friday, July

Re: [nodejs] Node.js as a run time library?

2012-07-27 Thread Joe Developer
http://appjs.org On Fri, Jul 27, 2012 at 5:11 PM, wtfux wtfux@googlemail.com wrote: Hey guys, I want to write applications that actually don't need evented I/O (or not always) like regular GUI applications in Javascript, because, well I like Javascript. My question is if it's a good

Re: [nodejs] Dependency injection for Node.js. What do you think?

2012-07-27 Thread Joe Developer
Erm, outside of the amateur hour projects just such functionality exists: http://blog.endpoint.com/2011/02/locally-served-yui3.html And yes, once you have had the pleasure of using it on non-trivial apps you miss it dearly when dealing with the ad-hoc structured or 'good enough rolled'

Re: [nodejs] Re: Free nodejs services

2012-02-23 Thread Joe Developer
I started a public wiki at http://meet.assembla.com/spaces/nodejs-quickstart/wiki/Hosting_Options I added the 2 that I have had recent experience with. Please do add more and expand the columns as you see fit, going to leave it public-edit. On Wed, Feb 22, 2012 at 11:45 PM, Le Zhang

Re: [nodejs] Re: Free nodejs services

2012-02-23 Thread Joe Developer
On Fri, Feb 24, 2012 at 12:40 AM, Jann Horn jannh...@googlemail.com wrote: 2012/2/23 Joe Developer joe.d.develo...@gmail.com: I started a public wiki at http://meet.assembla.com/spaces/nodejs-quickstart/wiki/Hosting_Options I added the 2 that I have had recent experience with. Please do

Re: [nodejs] Re: Alpha release of Coalitions.US.Org

2012-02-15 Thread Joe Developer
On Thu, Feb 16, 2012 at 2:40 AM, Liam networkimp...@gmail.com wrote: On Feb 15, 10:49 am, Jim Lloyd j...@coalitionsproject.org wrote: On Wed, Feb 15, 2012 at 12:04 AM, Liam networkimp...@gmail.com wrote: Interesting... Have you considering allowing signup via BrowserID? Recommended!

Re: [nodejs] Re: how to write for-each loop in JavaScript properly

2012-02-12 Thread Joe Developer
On Sun, Feb 12, 2012 at 8:50 PM, bradley griffiths bradley.griffi...@gmail.com wrote: I normally do: Object.keys(myobject).forEach(function(key){ myobject[key]; }); Is this a bad way to do it? In environments that support it, it seems like one of the very fastest approaches. What is

Re: [nodejs] [ANN] JavaScript Jabber Podcast

2012-02-06 Thread Joe Developer
re build tools, might want to see https://github.com/mosen/buildy On Mon, Feb 6, 2012 at 10:38 AM, Phoscur phos...@pheelgood.net wrote: Hi, I just heard the cast, and I was quite happy that you are talking about a theme I'm still struggeling with: build tools (continue the discussion on

Re: [nodejs] bundle javascript for reuse in the browser

2012-02-06 Thread Joe Developer
Here is what I do: 1. Leverage the YUI3 module system: http://yuilibrary.com/yui/docs/yui/yui-loader-ext.html 2. Define my own modules within those conventions. 3. Use a combo handler: https://github.com/rgrove/combohandler I use a slightly modified one which runs the resulting file through

Re: [nodejs] [ANN] JavaScript Jabber Podcast

2012-02-04 Thread Joe Developer
On Sat, Feb 4, 2012 at 11:20 AM, AJ ONeal coola...@gmail.com wrote: Chuck Wood, Yehuda Katz, Jamison Dance, Peter Cooper, and I (and guest speakers) are doing the JavaScript Jabber podcast. We want to get some direction on which topics to discuss from the Node community. Give us some ideas