[nodejs] Re: Node and developing on multiple machines

2012-06-23 Thread Ralphtheninja (Magnus Skog)
I've seen Cloud9 and their services are really cool. However, I'd like to 
have more control and most of all, absolute control over my editor, e.g. 
emacs or vim. I'm aware of that they have support for vim, but it the key 
bindings conflict with the vimium plugin for chrome which bothers me a lot.

Den lördagen den 23:e juni 2012 kl. 03:16:15 UTC+2 skrev Tim Dickinson:

 Look at cloud9, its all web based.

 On Friday, June 22, 2012 5:52:25 PM UTC-4, Ralphtheninja (Magnus Skog) 
 wrote:

 Hi,

 It's very common that I use several machines while developing and those 
 machines might also be in different locations. I have two machines at home 
 and two machines at my moms etc. There might be more machines in the 
 future. My problem is this. No matter where I am, I just want to sit down 
 and code and not care about what modules I have installed and where. If I'm 
 visiting my mom some day I might find this uber cool module and install it 
 globally with npm on that machine. When I get back home I'd like to sync my 
 global modules on my other machines, instead of having to remember that I 
 installed module X on machine Y. Do you have any recommendations?

 Thanks
 /Magnus



-- 
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 Google
Groups nodejs group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en


Re: [nodejs] Node and developing on multiple machines

2012-06-23 Thread Ralphtheninja (Magnus Skog)
I've tried building up an environment on Dropbox, but it's not entirely 
reliable. Also, it's difficult with compiled binaries and having similar 
but not identical operating systems, e.g. ubuntu on machine A and linux 
minth on machine B etc.

Den lördagen den 23:e juni 2012 kl. 00:00:25 UTC+2 skrev Elijah Insua:

 dropbox

 On Fri, Jun 22, 2012 at 2:52 PM, Ralphtheninja (Magnus Skog) 
 lars.magnus.s...@gmail.com wrote:

 Hi,

 It's very common that I use several machines while developing and those 
 machines might also be in different locations. I have two machines at home 
 and two machines at my moms etc. There might be more machines in the 
 future. My problem is this. No matter where I am, I just want to sit down 
 and code and not care about what modules I have installed and where. If I'm 
 visiting my mom some day I might find this uber cool module and install it 
 globally with npm on that machine. When I get back home I'd like to sync my 
 global modules on my other machines, instead of having to remember that I 
 installed module X on machine Y. Do you have any recommendations?

 Thanks
 /Magnus

 -- 
 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 Google
 Groups nodejs group.
 To post to this group, send email to nodejs@googlegroups.com
 To unsubscribe from this group, send email to
 nodejs+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/nodejs?hl=en?hl=en




-- 
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 Google
Groups nodejs group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en


[nodejs] Node and developing on multiple machines

2012-06-22 Thread Ralphtheninja (Magnus Skog)
Hi,

It's very common that I use several machines while developing and those 
machines might also be in different locations. I have two machines at home 
and two machines at my moms etc. There might be more machines in the 
future. My problem is this. No matter where I am, I just want to sit down 
and code and not care about what modules I have installed and where. If I'm 
visiting my mom some day I might find this uber cool module and install it 
globally with npm on that machine. When I get back home I'd like to sync my 
global modules on my other machines, instead of having to remember that I 
installed module X on machine Y. Do you have any recommendations?

Thanks
/Magnus

-- 
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 Google
Groups nodejs group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en


Re: [nodejs] Will vert.x pose a threat to node.js?

2012-05-11 Thread Ralphtheninja (Magnus Skog)
This could very well explain the factor of 5 between the green and purple 
bar in:

http://vertxproject.files.wordpress.com/2012/05/chart_1.png

Den torsdagen den 10:e maj 2012 kl. 17:06:05 UTC+2 skrev koichik:

 Hi, 

 Node (libeio) has only 4 [1] background threads (per process) 
 for file I/O, but Vert.x has 20 [2] (per instance). 

 [1] 
 https://github.com/joyent/node/blob/v0.6.17/deps/uv/src/unix/eio/eio.c#L389 
 [2] 
 https://github.com/purplefox/vert.x/blob/v1.0.0.final/src/main/java/org/vertx/java/core/impl/DefaultVertx.java#L66
  


 On Wed, 9 May 2012 21:56:26 -0400, Matt hel...@gmail.com wrote: 

  No. 
  
  Though I imagine Isaacs is wondering where the file read performance 
  difference is. My gut feeling is that Java maybe uses mmap under the 
 hood, 
  or some other performance trick. It would be much more obvious if there 
  were strace output. There's also other probable wins, like using a newer 
 V8 
  that optimises non-VM functions (see recent thread about threads-a-gogo 
  being faster even with just one thread). 
  
  On Wed, May 9, 2012 at 9:32 PM, Node42 liu.ke...@gmail.com wrote: 
  
   a href= 
   
 http://vertxproject.wordpress.com/2012/05/09/vert-x-vs-node-js-simple-http-benchmarks/;Benchmark
  

   /a 
   
   a href=http://news.ycombinator.com/item?id=3948727;Hacker News 
   Discussion/a 
   
   a href=http://news.ycombinator.com/item?id=3927891;Hacker News 
   Discussion 2/a 
   
   a href=http://vertx.io/;Vert.x/a 
   
   a href=http://www.infoq.com/news/2012/05/vertx;InforQ article/a 
   
   a href= 
   
 http://fbflex.wordpress.com/2012/05/02/running-vert-x-applications-on-heroku/;Running
  

   Vert.x Applications on Heroku/a 
   
   -- 
   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 Google 
   Groups nodejs group. 
   To post to this group, send email to nodejs@googlegroups.com 
   To unsubscribe from this group, send email to 
   nodejs+unsubscr...@googlegroups.com 
   For more options, visit this group at 
   http://groups.google.com/group/nodejs?hl=en?hl=en 
   
  
  -- 
  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 Google 
  Groups nodejs group. 
  To post to this group, send email to nodejs@googlegroups.com 
  To unsubscribe from this group, send email to 
  nodejs+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/nodejs?hl=en?hl=en 





-- 
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 Google
Groups nodejs group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en


[nodejs] Books about Computer Networking and Network protocols

2012-05-06 Thread Ralphtheninja (Magnus Skog)
Hi!

I've realized that networking is very interesting and trying to dive deeper 
down into it. What better than to start using node.js while investigating 
further? I'm wondering if any of you have any good books that you can 
recommend. Any input is welcome.

Thanks
/Magnus

-- 
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 Google
Groups nodejs group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en


Re: [nodejs] Books about Computer Networking and Network protocols

2012-05-06 Thread Ralphtheninja (Magnus Skog)
Looks promising. Thanks! I like to have things explained to me from scratch 
:)

Den söndagen den 6:e maj 2012 kl. 17:36:05 UTC+2 skrev Micheil Smith:

 When I started out, Ryan suggested Beejs' Guide to Network Programming, 
 and 
 I too recommend it: http://beej.us/guide/bgnet/ 

 – Micheil 

 On 06/05/2012, at 2:33 PM, Ralphtheninja (Magnus Skog) wrote: 

  Hi! 
  
  I've realized that networking is very interesting and trying to dive 
 deeper down into it. What better than to start using node.js while 
 investigating further? I'm wondering if any of you have any good books that 
 you can recommend. Any input is welcome. 
  
  Thanks 
  /Magnus 
  
  -- 
  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 Google 
  Groups nodejs group. 
  To post to this group, send email to nodejs@googlegroups.com 
  To unsubscribe from this group, send email to 
  nodejs+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/nodejs?hl=en?hl=en 



-- 
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 Google
Groups nodejs group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en