This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
A console.log that won't leave you hanging when node exits | |
*/ | |
console.log = function(d) { | |
var res = process.stdout.write(d + '\n'); | |
// this is the first time stdout got backed up | |
if (!res && !process.stdout.pendingWrite) { | |
process.stdout.pendingWrite = true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var reqs, skills, passion; | |
reqs = require('smart'); | |
skills = require('javascript_html_css_mongodb'); | |
passion = require('change_the_world_of_storytelling'); | |
/** | |
We are looking for talented + well-rounded developers to | |
join storify.com's core engineering team. We are young, | |
funded and picking up a lot of momentum. We run a pure | |
Javascript stack, from node.js on the server, mongodb on the | |
backend and jQuery on the browser. We are also |