On Thursday, March 15, 2012 3:09:34 PM UTC-4, Isaac Schlueter wrote:
>
> while (true) { // loop goes forever, jealously holding onto this tick
>   for (var i = 0; i < buf.length; i ++) {
>     // I sure hope there are no break-ins...
>     if (buf[i] !== 0) {
>       throw new Error("*HIDE YA KIDS, HIDE YA WIFE*")
>       // todo: Hide ya husbands too. They takin e'rbody up in here.
>     }
>   }
>

A+, excellent use of imagery and storytelling!

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to