Re: [nodejs] ORM for using with Express for SQL and.or NoSQL

2015-09-11 Thread Scott Elcomb
top receiving emails from it, send an > email to nodejs+unsubscr...@googlegroups.com. > To post to this group, send email to nodejs@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nodejs/4c2f53e3-fd96-45fb-8d11-e02d6ba3a96b%40googl

Re: [nodejs] Re: [ANN] webkitgtk

2014-09-10 Thread Scott Elcomb
7;webkitgtk'); >> > > Yeah if you could provide a link that would be great. > Haven't tried it yet but these look about right: <https://www.npmjs.org/package/webkitgtk> <https://github.com/kapouer/node-webkitgtk> -- Scott Elcomb @pse

Re: [nodejs] Using WebSocket to communicate with a server-side app

2014-01-08 Thread Scott Elcomb
g the upgrade event, re-transmit the message to the Commander application using a regular (non-web)socket. <https://npmjs.org/package/websocket-upgrade> -- Scott Elcomb @psema4 http://psema4.com/pubkey.txt http://www.pirateparty.ca/ -- -- Job Board: http://jobs.nodejs.or

Re: [nodejs] Node JS Blogging and CMS

2013-11-17 Thread Scott Elcomb
If it's free hosting you're after then I'm not aware of any providers. The Ghost software however appears to meet your stated requirements - it's an open source, express-based server: <https://github.com/TryGhost/Ghost/blob/master/core/server.js> You can ad

Re: [nodejs] Re: Exec() from Express route

2013-07-08 Thread Scott Elcomb
ugh. For reference, I just finished compiling node 0.11.3 on a Pi Model B (Raspbian) - it took about 3 1/2 hours to complete but there weren't any issues. Best, - Scott * <https://github.com/psema4/pine-distro> -- Scott Elcomb @psema4 on Twitter / Identi.ca / Githu

[nodejs] Re: Exec() from Express route

2013-07-05 Thread Scott Elcomb
On Fri, Jul 5, 2013 at 1:04 AM, Scott Elcomb wrote: > If I run the aplay command (below) from bash, the sound card is > detected and the file is played. When run from the express route > handler, the sound card is not detected and no sound is played. (It's > the same u

[nodejs] Exec() from Express route

2013-07-04 Thread Scott Elcomb
env not sanitized for debugging purposes exec("/usr/bin/aplay /tmp/testsound.wav" , { cwd: process.env.pwd, env: process.env } , function(error, stdout, stderr) { puts(error, stdout, stderr); res.send('ok'); }); }); serve

Re: [nodejs] Re: [ANN] ansi-canvas: Render a node to your terminal

2013-06-14 Thread Scott Elcomb
On Fri, Jun 14, 2013 at 2:30 PM, Nathan Rajlich wrote: > Wow that's awesome, hahah. Screenshots nao! +1: this thread is loaded with awesome. =D -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Atomic OS: Self Contained Microsystems http://code.google.

Re: [nodejs] Job management in Node

2013-04-04 Thread Scott Elcomb
On Thu, Apr 4, 2013 at 10:47 PM, Jatin Patel wrote: > Hi, I'm looking for a simple way to create a job and then execute that job > after some delay time. What kind of job? If your job is essentially a function, there's setTimeout() -- Scott Elcomb @psema4 on Twitter / Id

Re: [nodejs] ECMAScript 6, asm.js, can node.js dump V8 or be VM agnostic?

2013-04-03 Thread Scott Elcomb
t; I heard about Rust and Servo this morning - Mozilla's exploring other technologies as well. While this doesn't answer your question, you may find it an interesting read: < https://blog.mozilla.org/blog/2013/04/03/mozilla-and-samsung-collaborate-on-next-generation-web-browser-

Re: [nodejs] Re: please include the full MIT license in your modules or they have none

2013-03-27 Thread Scott Elcomb
On Wed, Mar 27, 2013 at 1:56 PM, Scott González wrote: > On Wed, Mar 27, 2013 at 1:52 PM, Scott Elcomb wrote: >> >> On Wed, Mar 27, 2013 at 1:43 PM, Austin William Wright >> wrote: >> > If a work is creative enough to be covered by copyright (there's no r

Re: [nodejs] Re: please include the full MIT license in your modules or they have none

2013-03-27 Thread Scott Elcomb
<http://en.wikipedia.org/wiki/Berne_Convention_for_the_Protection_of_Literary_and_Artistic_Works> -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Atomic OS: Self Contained Microsystems http://code.google.com/p/atomos/ Member of the Pirate Party of Canada http:/

Re: [nodejs] Re: [ANN] node-chrome: a very simple module for building desktop apps

2013-02-06 Thread Scott Elcomb
send a pull request this weekend - a small addition that would make node-chrome useful to me as a client-side development tool. (In a nutshell: launch my cwd as an app) -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Atomic OS: Self Contained Microsystems http://code.goog

Re: [nodejs] Re: [ANN] node-chrome: a very simple module for building desktop apps

2013-02-05 Thread Scott Elcomb
nd doesn't really add any extra information. I'm just not sure why I'd want to spend time investigating node-chrome. -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Atomic OS: Self Contained Microsystems http://code.google.com/p/atomos/ Member of the

Re: [nodejs] How to create connect to twitter service

2013-01-17 Thread Scott Elcomb
-G, Section V-1) - Regarding identity: <https://dev.twitter.com/terms/api-terms> (Section III) Personally, I'd recommend applying for whitelisted (stream) access <https://dev.twitter.com/docs/rate-limiting-faq#how-whitelisting> -- Scott Elcomb @psema4 on Twitter / Identi.ca /

Re: [nodejs] node + raspi + Internet of Things (IoT)

2013-01-11 Thread Scott Elcomb
igate custom hardware add-ons. I'd be most interested in hearing more on (and eventually contributing to) this topic. -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Atomic OS: Self Contained Microsystems http://code.google.com/p/atomos/ Member of the Pir

Re: [nodejs] new framework for json apis

2012-12-16 Thread Scott Elcomb
me that percolatorjs is an implementation of your application/vnd.hyper+JSON draft at <http://caines.ca/blog/programming/hyperjson-a-first-draft/> ? -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Atomic OS: Self Contained Microsystems http://code.google.com/p/a

Re: [nodejs] Announcing our game server framework--pomelo. Feedback please!

2012-11-21 Thread Scott Elcomb
27;s. Joined the mailing list and will definitely be checking about the pi's. Thanks for sharing =D -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Atomic OS: Self Contained Microsystems http://code.google.com/p/atomos/ Member of the Pirate Party of Canada

Re: [nodejs] Re: process.env - documentation?

2012-10-31 Thread Scott Elcomb
On Wed, Oct 31, 2012 at 1:46 PM, Jorge < jorge%jorgechamorro@gtempaccount.com> wrote: > On 31 oct, 17:26, Scott Elcomb wrote: > > On Wed, Oct 31, 2012 at 10:59 AM, Jorge > > > > wrote: > > > On Oct 31, 2:04 pm, Bgsosh wrote: > > >>

Re: [nodejs] Re: process.env - documentation?

2012-10-31 Thread Scott Elcomb
27;d imagine the best bet for Windows users would be to search for "man 7 environ" on the web to find a copy of the relevant man page; there are a number of mirrors like the one Adam suggested. (BTW, for those not familiar with man pages, see also <http://en.wikipedia.org/wiki/Man_page>

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

2012-09-21 Thread Scott Elcomb
Vim for most things. Raspbian with Vim for <https://github.com/jeremyckahn/pine>. And Windows with Notepad++ (or Vim under Cygwin) when I have to. -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Atomic OS: Self Contained Microsystems http://code.google.com/p/at

Re: [nodejs] Re: Node version 0.9.2 (Unstable)

2012-09-18 Thread Scott Elcomb
rmance and stability > > The HTTP refactoring will probably have to wait for the next round. Is v1.0 expected this year? Sounds like it's getting close. =D -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Atomic OS: Self Contained Microsystems http://c

Re: [nodejs] [ANN] SwallowApps, application authoring tool for html5

2012-08-01 Thread Scott Elcomb
, I think projects like these are a great idea. In fact, RAD web development was precisely why I began work on what became Atomic OS. (It morphed very quickly into an OS-like abstraction rather than a RAD tool. One day...) -- Scott Elcomb @psema4 on Twitter / Identi.ca / Github & more Ato

Re: [nodejs] Re: Need to run a loop in node.js

2012-04-06 Thread Scott Elcomb
environment." <http://mongoosejs.com/> Handy, it is. :-) --   Scott Elcomb   @psema4 on Twitter / Identi.ca   Atomic OS: Self Contained Microsystems   http://code.google.com/p/atomos/   Member of the Pirate Party of Canada   http://www.pirateparty.ca/ -- Job Board: http://jobs.nodejs.

Re: [nodejs] minimalist OS for web server: Raspberry Pi?

2012-02-29 Thread Scott Elcomb
; by hand or using a version manager like nvm, nave, n, etc...) Fedora is also available for the Pi and more possibilities are listed at <http://elinux.org/RPi_Distributions> as well. --   Scott Elcomb   @psema4 on Twitter / Identi.ca   Atomic OS: Self Contained Microsystems   http://code.g