Re: [nodejs] node-modules.com - a clever search engine for node modules (and a paradigm shift?)

2013-09-21 Thread Mathias Buus Madsen
Very interesting, but the first search for json parser is for a shell script. :-) http://node-modules.com/search?q=json+parser JSON.sh is on npm and is very popular so this is actually intended behaviour - the other top results are actually quite good.. In my personalized search jsonparse

[nodejs] node-modules.com - a clever search engine for node modules (and a paradigm shift?)

2013-09-20 Thread Mathias Buus Madsen
On and off over the last six months we've built a search engine for finding modules, http://node-modules.com. It uses several parameters and some cleverness to give you great results quickly. While using it ourselves we have noticed a paradigm shift in the way we work, which has been really

Re: [nodejs] node-modules.com - a clever search engine for node modules (and a paradigm shift?)

2013-09-20 Thread Mathias Buus Madsen
activity in consideration when recommedating modules. So it can filter out all the dead and unmaintained projects which are likely to die soon. On Friday, September 20, 2013 at 8:35 PM, Mathias Buus Madsen wrote: On and off over the last six months we've built a search engine for finding

[nodejs] [ann] pump - pipe streams together and destroy all them if one of the closes / emits an error

2013-08-14 Thread Mathias Buus Madsen
Usually when I pipe streams I want to destroy the source if the destination closes. Since pipe does not do that I kept repeating this source .on('close', dest.destroy.bind(dest)) .on('error', dest.destroy.bind(dest)) .pipe(dest) .on('close', source.destroy.bind(source)) .on('error',

[nodejs] [ANN] Tetris in color

2012-09-27 Thread Mathias Buus Madsen
Tetris in color in your terminal using node: https://github.com/mafintosh/tetris That is all. -- 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

Re: [nodejs] [ANN] Tetris in color

2012-09-27 Thread Mathias Buus Madsen
for at least five minutes which is probably a record for npm module announcements on this list ;) Rob On Thu, Sep 27, 2012 at 10:25 AM, Mathias Buus Madsen mathi...@gmail.com javascript: wrote: Tetris in color in your terminal using node: https://github.com/mafintosh

Re: [nodejs] - Github Followers Thread

2012-06-03 Thread Mathias Buus Madsen
https://github.com/mafintosh --- Mathias Buus -- 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

[nodejs] [ANN] Protein

2012-04-12 Thread Mathias Buus Madsen
Protein is an HTTP middleware module for Node.js but with a twist! Blazing fast, Connect-compatible and the kicker is that there is a very powerful support for prototype methods, getters, and setters. https://github.com/mafintosh/protein -- Job Board: http://jobs.nodejs.org/ Posting