Re: [nodejs] avoid relative path in require to include local modules

2014-04-23 Thread Floby
require.paths was removed because it could interfere with how modules are cached. Depending on the current value of require.paths, the same string could resolve to a different file at different times. It was decided that modules should be local and that '../' is only three characters long. If

[nodejs] Re: calling C++ from javascript: how to modify an input argument?

2014-04-23 Thread Floby
In javascript, scalar values (number, string, boolean and null) are immutable. It means you can't modify the value of a variable, you can only reassign another value to a variable (there's a slight difference). The point is, the v8 tries very hard to keep these immutable as well. Furthermore,

[nodejs] Re: Looking for Node JS- Lead Developer-(Perm Hire) in Pune------------------------------------------------------------------------------

2014-04-23 Thread Alexey Petrushin
http://alex-craft.com/documents/about On Monday, 21 April 2014 23:52:16 UTC+4, Daniel Peters wrote: Node JS- Lead Developer-(Perm Hire) -- *Experience- *3-5 Yrs years. *Position Qty *– 4

[nodejs] Re: here's a blog post about building a music player application written in node.js

2014-04-23 Thread Floby
pretty impressive stuff. Makes me want to use it =) On Tuesday, 22 April 2014 19:55:39 UTC+2, Andrew Kelley wrote: http://andrewkelley.me/post/quest-build-ultimate-music-player.html -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] Re: here's a blog post about building a music player application written in node.js

2014-04-23 Thread Kelsey Dawes
Awesome story! I'm always impressed when people take their side projects and _actually_ carry them through the first prototype iterations, iron out the wrinkles and turn them into real things. The other highlight for me was the detail you included about pain-points that fell out from the

[nodejs] The ThingBox Project - A ready to flash Raspberry Pi image that contains Node.Js and node-RED

2014-04-23 Thread NiS Junk
Hi, We release today a 2nd version of *TheThingBox Project*: a free Pi image that anybody can flash without linux knowledge. We believe this can lower the difficulties to make IoT work embedded on a small device like the PI and thus make much more people enter into the Internet of Things

[nodejs] Re: Please advice on how to read variables and values from a Text File

2014-04-23 Thread Dino Lopez
Thank you for your reply Peter, totally appreciate it the honesty. That is exactly what I'm trying to achieve, simpler, small-and-sharp, also open and super easy to understand and manipulate. Back when I create a super simple Network Monitor [ http://phpopenmonitor.sourceforge.net/ ]

Re: [nodejs] The ThingBox Project - A ready to flash Raspberry Pi image that contains Node.Js and node-RED

2014-04-23 Thread Stephan Bardubitzki
Looks interesting. How about adding some instruction for Linux to the Prepare Raspberry PI doc? On Wed, Apr 23, 2014 at 8:53 AM, NiS Junk nisj...@gmail.com wrote: Hi, We release today a 2nd version of *TheThingBox Project*: a free Pi image that anybody can flash without linux knowledge.

[nodejs] OT: Bootstrap alternative

2014-04-23 Thread Alejandro Paciotti
What alternative would you recommend me to bootstrap as front-end framework? Thanks! Ale Paciotti. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the

Re: [nodejs] OT: Bootstrap alternative

2014-04-23 Thread Aria Stewart
On Apr 23, 02014, at 13:05, Alejandro Paciotti alejandro.pacio...@gmail.com wrote: What alternative would you recommend me to bootstrap as front-end framework? Depends on what you’re trying to achieve, of course. More modularity? Less ‘editing’ of components, only using and building on solid

Re: [nodejs] OT: Bootstrap alternative

2014-04-23 Thread Alejandro Paciotti
Yes it is a OFF-TOPIC, and i have writen OT in the subject. alejandro.pacio...@gmail.com 2014-04-23 14:09 GMT-03:00 Aria Stewart aredri...@nbtsc.org: On Apr 23, 02014, at 13:05, Alejandro Paciotti alejandro.pacio...@gmail.com wrote: What alternative would you recommend me to

Re: [nodejs] OT: Bootstrap alternative

2014-04-23 Thread Luiz Filipe
Have you seem semantic-ui.com ? Em 23/04/2014 14:13, Alejandro Paciotti alejandro.pacio...@gmail.com escreveu: Yes it is a OFF-TOPIC, and i have writen OT in the subject. alejandro.pacio...@gmail.com 2014-04-23 14:09 GMT-03:00 Aria Stewart aredri...@nbtsc.org: On Apr 23, 02014, at

Re: [nodejs] OT: Bootstrap alternative

2014-04-23 Thread Alejandro Paciotti
Guau! Thank you very much! alejandro.pacio...@gmail.com 2014-04-23 14:15 GMT-03:00 Luiz Filipe luizfilip...@gmail.com: Have you seem semantic-ui.com ? Em 23/04/2014 14:13, Alejandro Paciotti alejandro.pacio...@gmail.com escreveu: Yes it is a OFF-TOPIC, and i have writen OT in the

Re: [nodejs] OT: Bootstrap alternative

2014-04-23 Thread Lloyd
On Wed, Apr 23, 2014 at 10:05 AM, Alejandro Paciotti alejandro.pacio...@gmail.com wrote: What alternative would you recommend me to bootstrap as front-end framework? As Aria asks what characteristics are you most interested in? I'm not in the know, but http://foundation.zurb.com/ seems

[nodejs] Re: OT: Bootstrap alternative

2014-04-23 Thread Alexey Petrushin
http://foundation.zurb.com Also, you can set filters CSS in github search sort projects by count of stars (google how to do it) and investigate first 10 pages of results. On Wednesday, 23 April 2014 21:05:15 UTC+4, Alejandro Paciotti Iacchelli wrote: What alternative would you recommend me

Re: [nodejs] OT: Bootstrap alternative

2014-04-23 Thread Alejandro Paciotti
I am looking for a front-end framework for simple apps. Thanks Lloyd! alejandro.pacio...@gmail.com 2014-04-23 14:40 GMT-03:00 Lloyd foolswis...@gmail.com: On Wed, Apr 23, 2014 at 10:05 AM, Alejandro Paciotti alejandro.pacio...@gmail.com wrote: What alternative would you recommend me to

Re: [nodejs] OT: Bootstrap alternative

2014-04-23 Thread Aria Stewart
On Apr 23, 02014, at 13:56, Alejandro Paciotti alejandro.pacio...@gmail.com wrote: I am looking for a front-end framework for simple apps. What do you mean by framework? What kind of apps? What things do you want this framework to do? Bootstrap is almost entirely a basis set of styles to

Re: [nodejs] OT: Bootstrap alternative

2014-04-23 Thread Alejandro Paciotti
Ok, I will not intrude more on the forum with my question out of place. Survey responses have given me a lot of material to read and learn about. Thanks for your concern about my mistakes concepts. alejandro.pacio...@gmail.com 2014-04-23 14:59 GMT-03:00 Aria Stewart aredri...@nbtsc.org: On

Re: [nodejs] OT: Bootstrap alternative

2014-04-23 Thread Aria Stewart
On Apr 23, 02014, at 14:09, Alejandro Paciotti alejandro.pacio...@gmail.com wrote: Ok, I will not intrude more on the forum with my question out of place. Survey responses have given me a lot of material to read and learn about. Thanks for your concern about my mistakes concepts. No

Re: [nodejs] java implementation of Buffer(str, 'binary')

2014-04-23 Thread Aria Stewart
On Apr 22, 02014, at 20:29, Mike Kobyakov mkobya...@gmail.com wrote: i have two services (one in node, one in java) sharing objects, which are compressed and, therefore, binary. nodejs does a str.toString('binary') on the compressed buffer. this changes the buffer as in the following

Re: [nodejs] java implementation of Buffer(str, 'binary')

2014-04-23 Thread mxk
it's just a byte value, which when i print it out, it is shown as a signed number. from observation, anything negative appears to transform into two bytes, which are also negative. -108 (0x94) - -62 -108 (0xc294), -2 (0xfe) - -61 -66 (0xc3be). On Wednesday, April 23, 2014 11:23:23 AM

[nodejs] Re: advice on a newcomer, how's the market for nodejs devs? Is it a good field to find remote type jobs/contract?

2014-04-23 Thread Dan Nicollet
Hi, We are a boutique consulting firm building data viz and integration solutions for energy, pharma and Fed agencies. We have been hiring back-end node developers. We are primarily interested in people in Portland, OR but check out this position for instance and if you are interested, apply:

Re: [nodejs] java implementation of Buffer(str, 'binary')

2014-04-23 Thread mxk
This is in Java. i am examining two byte arrays, one raw and one which had .toString('binary') done on it. On Wednesday, April 23, 2014 12:02:33 PM UTC-7, Aria Stewart wrote: What version of node are you running that does this? -- -- Job Board: http://jobs.nodejs.org/ Posting

Re: [nodejs] java implementation of Buffer(str, 'binary')

2014-04-23 Thread mxk
This is interesting. this is a problem with my testing code, looks like UTF8 is the default encoding when writing to a file. :/ i need to tweak to get a better example. thanks. On Wednesday, April 23, 2014 12:15:17 PM UTC-7, Rebecca Turner wrote: ok, let's try to reproduce this: var

[nodejs] Reporting security concerns

2014-04-23 Thread Ritchie
Hi, Folks. Who would be the best person with whom to discuss a security concern with Node privately? Thanks Ritchie -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are

Re: [nodejs] Synchronous?

2014-04-23 Thread Tim Caswell
Ravi, I don't think it's misleading to say that something blocks a thread or blocks a generator or blocks a function. To me, all blocking means is that the logic can't continue till the thing has finished. A non-blocking function will return immediately and let you run other code while waiting