[00:00] rwaldron has joined the channel [00:00] wingie: yepp [00:01] mattgifford has joined the channel [00:02] mattgifford has joined the channel [00:05] context has joined the channel [00:06] polyrhythmic has joined the channel [00:06] alindeman has joined the channel [00:06] pgte has joined the channel [00:06] jacobolus has joined the channel [00:06] Leemp has joined the channel [00:06] khrome has joined the channel [00:06] TXH350 has joined the channel [00:06] moonlite has joined the channel [00:06] __doc__ has joined the channel [00:06] wookiehangover has joined the channel [00:06] toothr has joined the channel [00:06] MitchW has joined the channel [00:06] arturadib has joined the channel [00:06] tk has joined the channel [00:06] bshumate has joined the channel [00:06] er1c_ has joined the channel [00:06] Raynos has joined the channel [00:06] remysharp has joined the channel [00:06] ziyadb has joined the channel [00:06] BrianE has joined the channel [00:06] jperkin has joined the channel [00:06] ianl` has joined the channel [00:06] saghul has joined the channel [00:06] sir_tyrion has joined the channel [00:06] benatkin has joined the channel [00:06] jesusabdullah has joined the channel [00:06] wellaware has joined the channel [00:06] nlacasse has joined the channel [00:06] dnolen has joined the channel [00:07] ceej has joined the channel [00:08] skeptic has joined the channel [00:09] Leemp: For anyone who is familiar with Jade.. Have "partials" been replaced by extends/block/include ? I was viewing a tutorial on nodetuts.com, and i noticed that the jade documentation doesn't even have a section for partials. Thoughts? [00:11] sorensen__ has joined the channel [00:11] enjalot has joined the channel [00:11] jergason has joined the channel [00:12] warz: i didnt know jade used blocks, extends, etc. [00:12] solhive has joined the channel [00:12] warz: i might actually look into it, now. [00:12] sorensen: pretty django like [00:12] sorensen: Leemp: partials are still valid [00:13] enjalot: Hi all, I'm trying to use the request module to download an image from another service. I can't seem to write the image out as a valid jpg. not sure how to figure out what format its coming in as and how to transform it (if i have to) [00:13] Leemp: sorensen: So, extends/etc are the replacements? I suppose i was mostly just trying to understand why i didn't see them documented at all.. i thought i was going nuts :s [00:14] sorensen: they arent replacements per say [00:14] sorensen: they provide different functionality [00:14] Leemp: Huh.. but they're not in the documentation at all [00:14] Leemp: Unless they're called something else :s [00:15] kirbysayshi has joined the channel [00:15] Leemp: In the entire Jade readme, "partial" only exists once [00:15] overto has joined the channel [00:15] tjholowaychuk: Leemp partial() isnt a jade concept [00:15] tjholowaychuk: it's just a function that express provided in 2.x [00:15] tjholowaychuk: ejs etc could use it too [00:15] Leemp: ah hah [00:15] sorensen: ah that right [00:15] robi42 has joined the channel [00:15] Leemp: Thank you [00:16] subbyyy has joined the channel [00:16] sorensen: i only ever use jade with express [00:18] sorensen: enjalot: are you having an encoding issue? [00:18] shinuza has joined the channel [00:19] alejandromg has joined the channel [00:20] enjalot: sorensen: i think i am. but i'm not sure how to check for that [00:20] enjalot: sorensen: i've random walked through every combination of binary and base64 conversions [00:20] enjalot: my data comes back as a string if i do typeof [00:21] chapel: sorensen: quit spreading lies [00:21] hipsters_ has joined the channel [00:21] sorensen: D: [00:22] sorensen: enjalot: i was having trouble doing the same with pdf's [00:22] sorensen: it ended up being to keep the request data as a buffer [00:22] sorensen: and writing binary [00:22] sorensen: chapel: stop picking on me [00:23] shanebo has joined the channel [00:23] chapel: well [00:23] chapel: just pipe it [00:23] chapel: request can pipe [00:24] sorensen: that too [00:24] sorensen: you can pipe it right into the filestream [00:24] solhive: Hello, I am working on a MUSH server in node and I am looking for a good way to manage the sockets and player sessions. Does anyone have any recommendations on how to manage a collection of sockets efficiently? [00:24] sstainsby has joined the channel [00:29] bradleyg has joined the channel [00:33] bagrelm has joined the channel [00:33] clarkfischer has joined the channel [00:35] solhive has left the channel [00:35] kylemcgill has joined the channel [00:36] localhost has joined the channel [00:39] Joeysomo has joined the channel [00:39] gf3 has joined the channel [00:43] Joeysomo has joined the channel [00:43] tokumine has joined the channel [00:43] chazor has joined the channel [00:45] not_zpao has joined the channel [00:46] st_luke has joined the channel [00:46] andrehjr_ has joined the channel [00:47] Druid_ has joined the channel [00:49] agnat_ has joined the channel [00:49] vicapow has joined the channel [00:50] coderarity: anyone got a good channel to ask about CSS in? [00:50] Octayn: #css [00:50] vicapow: lol [00:51] vicapow: coderarity: pm me maybe I can answer [00:55] meandi2 has joined the channel [00:55] CarterL has joined the channel [00:56] robi42 has joined the channel [00:56] rwaldron has joined the channel [00:57] franciscallo has joined the channel [00:58] aheckmann has joined the channel [00:59] neoesque has joined the channel [00:59] candybar has joined the channel [01:01] ericmuyser has joined the channel [01:03] recur has joined the channel [01:03] Industrial has joined the channel [01:04] timoxley has joined the channel [01:06] cjm has joined the channel [01:09] kai52634991 has joined the channel [01:09] alejandromg has joined the channel [01:11] kai5263499 has joined the channel [01:12] kai5263499 has left the channel [01:13] igl1 has joined the channel [01:15] jaha has joined the channel [01:16] broofa has joined the channel [01:16] djbell has joined the channel [01:16] jaha: hey, if I run "git fetch" through a node.js child process and that git fetch is going over ssh, it doesnt see my identities [01:17] dnolen has joined the channel [01:17] jaha: i bascially want to run a series of git commands through node (most of the npms for this are lacking what i need) [01:17] k1ttty has joined the channel [01:17] Octayn: does it check env vars? [01:19] jamesd has joined the channel [01:20] jaha: do i set those as part of the command? [01:20] AvianFlu: jaha, it's an option to spawn [01:20] AvianFlu: I think it's just options.env, and you give it an object [01:20] k1ttty has joined the channel [01:20] AvianFlu: I'd recommend double-checking the docs [01:20] jtsnow has joined the channel [01:21] jaha: yea i see that, guess im not sure what to give it [01:21] jaha: OH [01:21] jaha: nvm, im an idiot [01:21] Octayn: That's why I asked: does it (git) check env vars? [01:21] Octayn: (silly type) [01:21] Octayn: *typo [01:21] artusrocha has joined the channel [01:22] pig_ has joined the channel [01:22] pig_ has joined the channel [01:23] ohtogo has joined the channel [01:23] Hanspolo has joined the channel [01:24] nicholas_ has joined the channel [01:25] argami has joined the channel [01:27] pig has joined the channel [01:27] pig has joined the channel [01:28] timoxley has joined the channel [01:30] MartinCleaver_ has joined the channel [01:32] pig has joined the channel [01:32] pig has joined the channel [01:37] Sadin has joined the channel [01:38] crutex has joined the channel [01:38] crutex has joined the channel [01:39] timoxley has joined the channel [01:40] jxson_ has joined the channel [01:41] theBrettman has joined the channel [01:46] pandeiro has joined the channel [01:47] cha0s has joined the channel [01:47] cha0s has joined the channel [01:47] Dreamer3 has joined the channel [01:49] devaholic has joined the channel [01:49] tilgovi has joined the channel [01:52] cesar_ has joined the channel [01:54] mikeric has joined the channel [01:55] okuryu has joined the channel [01:55] [weev] has joined the channel [01:55] [weev]: hey when is version 1.0 out? [01:55] Octayn: when it's ready [01:56] [weev]: ok cool can u follow me on twitter [01:56] [weev]: i want to get a higher klout [01:56] [weev]: to publish to my linkedin [01:56] [weev]:  [01:56] [weev]: and forward my career in social media [01:56] [weev]: FWD: my career [01:59] Stoobles has joined the channel [02:00] jdeibele has joined the channel [02:00] andrehjr has joined the channel [02:00] levi501d has joined the channel [02:00] MartinCleaver has joined the channel [02:01] MartinCleaver has joined the channel [02:01] ohtogo has joined the channel [02:02] huggies has joined the channel [02:02] jnbek has joined the channel [02:05] davidbanham has joined the channel [02:06] djbell has joined the channel [02:06] al3xnull has joined the channel [02:09] alejandromg has joined the channel [02:11] joshfinnie has joined the channel [02:12] mraxilus has joined the channel [02:14] dodo has joined the channel [02:17] orlandovftw has joined the channel [02:19] tony___ has joined the channel [02:19] tony___: hello everyone [02:19] tony___: is this the right channel to find resources [02:19] [weev]: hey tony_______________________________________________________________________________________________ [02:20] [weev]: yes i am a resource [02:21] [weev]: ready for ur commands sir [02:21] [weev]: I'm event driven [02:21] tony___: ok cool, how can we talk private [02:22] FACEFOX has joined the channel [02:23] prakash__ has joined the channel [02:23] dylang has joined the channel [02:23] prakash__: hi [02:23] prakash__: i am trying to make node on windows through cygwin [02:24] michaelmartinez has joined the channel [02:24] php_on_rails: gcc make [02:24] php_on_rails: tony___: msg me [02:24] wingie: prakash__: node should work without cygwin on windows i think [02:24] totallymike has joined the channel [02:24] AvianFlu: it does [02:24] AvianFlu: quite well [02:24] kirbysayshi has joined the channel [02:24] AvianFlu: use native [02:24] prakash__: what is the way to install node on windows [02:24] prakash__: windows 7 , 64 bit [02:24] php_on_rails: i heard on windows node.js uses waitformultipleobjects and u can't have more than 63 incoming streams [02:24] php_on_rails: is that true????? [02:24] php_on_rails: thats pretty non web scale [02:25] wingie: https://github.com/joyent/node [02:25] wingie: prakash__: ^ [02:25] grimboy: How many people on this channel are trolls? [02:25] prakash__: let me check out above link [02:25] grimboy: I count at least 2. [02:25] wingie: grimboy: why? [02:25] Brandon_R has joined the channel [02:26] jocafa has joined the channel [02:27] saml has joined the channel [02:27] tommyvyo has joined the channel [02:28] jocafa has joined the channel [02:28] totallymike has joined the channel [02:29] andrehjr has joined the channel [02:30] flazz: is there a canonical way to run executables in node_modules without typing the whole path? [02:30] crescendo has joined the channel [02:30] stagas has joined the channel [02:30] achiu1 has joined the channel [02:31] mikeric has joined the channel [02:32] subbyyy has joined the channel [02:33] konobi: flazz: install using -g [02:33] tommyvyo has joined the channel [02:33] ohtogo has joined the channel [02:34] flazz: konobi: without installing globally? because stuff can get out of sync [02:34] flazz: is there some way to tell the node search path to look locally first? [02:34] konobi: flazz: add './node_modules/.bin' to your PATH? [02:35] flazz: i'll try it, thanks [02:35] flazz: konobi: seems to work, thanks! [02:37] sstainsby has left the channel [02:38] infynyxx has joined the channel [02:39] markdaws has joined the channel [02:40] php_on_rails: hi [02:40] Brandon_R: hi php on rails [02:42] tony___ has left the channel [02:42] wingie: what OS is the node.js team using to develop node? [02:43] wingie: Mac or Linux? If linux, what distro [02:44] php_on_rails: d:) [02:46] alejandromg has joined the channel [02:47] retornam has joined the channel [02:47] adamkittelson has joined the channel [02:50] ohtogo has joined the channel [02:51] blueadept has joined the channel [02:51] blueadept has joined the channel [02:53] mcluskydodallas has joined the channel [02:53] torvalamo has joined the channel [02:55] benben has joined the channel [02:56] Brandon_R: most likly mac [02:56] skm has joined the channel [02:57] benben: could someone explain mongojs entries to me? i'm a little thrown off that the examples don't use quotes around the entry parts [02:57] seanstickle has joined the channel [02:57] benben: it's confusing because if i'm putting an array of objects within an entry, i'm not sure what syntax to use [02:58] wingie: anyone who can confirm this? [02:58] benben: like db.users.save({privatemessages: [{'content':'this is content'}) [02:59] benben: would that be correct syntax? [02:59] benben: well ignoring my typo on the last char [02:59] benben: thoughts, anyone? [03:00] briancray has joined the channel [03:02] Wizek has joined the channel [03:02] nicholas_ has joined the channel [03:03] subbyyy1 has joined the channel [03:04] gavin_huang has joined the channel [03:04] joaojeronimo has joined the channel [03:04] Vennril has joined the channel [03:05] crodas has joined the channel [03:09] Pilate has joined the channel [03:11] Destos has joined the channel [03:13] TheMoonMaster has joined the channel [03:14] jxie has joined the channel [03:16] Josh_ has joined the channel [03:16] nebiros has joined the channel [03:16] willwhite has joined the channel [03:16] crutex has joined the channel [03:16] crutex has joined the channel [03:17] jocafa has joined the channel [03:20] boltR has joined the channel [03:21] vikstrous has joined the channel [03:23] towski has joined the channel [03:28] deeprogram has joined the channel [03:31] sheenobu has joined the channel [03:34] Spion has joined the channel [03:34] bkaney has joined the channel [03:35] dr0id has joined the channel [03:35] cha0s has joined the channel [03:36] rurufufuss has joined the channel [03:44] colinwd has joined the channel [03:44] nicholas_ has joined the channel [03:45] Destos has joined the channel [03:47] adamkitt_ has joined the channel [03:50] satyr has joined the channel [03:53] yaymukund has joined the channel [03:55] kyledr__ has joined the channel [03:56] pizthewiz has joined the channel [03:57] michaelhartau has joined the channel [04:00] alejandromg: SubStack: can I use bouncy with tcp servers? [04:01] SubStack: alejandromg: nope [04:01] alejandromg: SubStack: any alternative? [04:01] SubStack: alejandromg: what are you trying to do? [04:02] Vennril has joined the channel [04:02] ParadoxQuine has joined the channel [04:03] alejandromg: SubStack: (for nodester) we are using bouncy to distribute apps, but we have some tcp servers that need also to be distributed [04:05] kurtzhong has joined the channel [04:05] tornad has joined the channel [04:11] nayarb has joined the channel [04:11] nayarb has left the channel [04:12] ehazlett has joined the channel [04:13] SubStack: alejandromg: you should use something like a service registry for that [04:13] SubStack: not a balancer [04:14] SubStack: https://github.com/substack/seaport [04:14] alejandromg: yeah! I'm reading about that right now, I was asking just because we want to support through bouncy [04:15] alejandromg: SubStack: seaport looks like what we need [04:15] agnat has joined the channel [04:17] doki_pen has joined the channel [04:18] TooTallNate: benvie: you should move the examples to the top of the readme imo [04:18] TooTallNate: also [04:18] TooTallNate: add a package.json! [04:19] SubStack: if readmes don't have examples I usually just ignore the whole project [04:20] pid1 has joined the channel [04:20] TooTallNate: SubStack: context: https://github.com/Benvie/reified [04:21] TooTallNate: this is why package.json's are even more sweet https://gist.github.com/2052694 [04:22] alex_burke has joined the channel [04:22] westg has joined the channel [04:22] westg: is 0.8 actually out yet? [04:23] torvalamo: no [04:25] djbell has joined the channel [04:26] saikat has joined the channel [04:29] erroneous has joined the channel [04:29] c4milo has joined the channel [04:30] thinkt4nk has joined the channel [04:31] joshontheweb has joined the channel [04:32] benvie: oh [04:32] benvie: hm [04:32] benvie: yeah I need to clean them up [04:32] benvie: maybe move like one or two of the good ones to the top [04:32] benvie: like the triangle one would be good as an introduction [04:33] Evanlec has joined the channel [04:33] benvie: oh and yeah [04:33] benvie: package and publish on npm [04:33] c4milo has joined the channel [04:34] benvie: wasn't ready to be published until maybe today, I noticed like 20 people followed it since last night which leads me to believe it was posted somewhere [04:35] wingie: what level of npm package version specificity are you guys usually using: 1.1.1, 1.1.x, 1.x.x or * ? [04:36] Vennril has joined the channel [04:36] TooTallNate: benvie: https://twitter.com/tootallnate/status/180527029228281856 [04:37] benvie: oh there it is =D [04:38] shedinja has joined the channel [04:39] dthompso99 has joined the channel [04:40] dthompso99 has left the channel [04:44] wingie: 1.x.x should be okay to use i guess since it should be none breaking changes..only bug fix and features commits [04:44] wingie: if they follow semver [04:44] jakehow has joined the channel [04:45] hkhalid: does anyone here use android with nodjs [04:47] thinkt4nk has joined the channel [04:47] AvianFlu: wingie, your life will be saner if you always freeze your deps [04:47] hkhalid: ACTION slaps AvianFlu around a bit with a large trout [04:47] AvianFlu: i.e. set specific and go back and upgrade later [04:49] SubStack: wingie: hahaha false [04:49] hkhalid has left the channel [04:49] arlink has joined the channel [04:49] SubStack: fixing bugs often entails breaking the api [04:49] arlink: does node.js have an async array? [04:50] SubStack: wingie: also look at node's verisoning, minor version bumps are massively incompatible [04:50] nicholas_ has joined the channel [04:50] orlandovftw has joined the channel [04:50] php_on_rails has left the channel [04:51] SubStack: 1.2.x or ~1.2.3 is sometimes safe if the package/author has a good track record of making sane mostly compatible patches [04:51] SubStack: but if you are developing an application it's different from writing libraries [04:53] wingie: SubStack , AvianFlu : so bottom line is to use specific version [04:54] warz has joined the channel [04:54] wingie: i've heard that node.js can require() json files [04:54] wingie: but i get error while trying to do that [04:54] wingie: "SyntaxError: Unexpected token :" [04:54] wingie: while running: var config = require('../config.json'); [04:55] skm has joined the channel [04:55] benvie: ok added package.json and fixed docs [04:55] benvie: awesomesauce [04:55] konobi: wingie: does it validate on jsonlint? [04:56] wingie: konobi: yepp [04:56] luxigo has joined the channel [04:56] wingie: https://gist.github.com/2055119 [04:56] chazor has joined the channel [04:58] dwhittle has joined the channel [04:58] kab3wm has joined the channel [04:59] konobi: huh [04:59] wingie: konobi: ? [04:59] konobi: looks like it should work [04:59] wingie: yeah i know [05:00] wingie: hm it just doesn't work when running the file on cloud9ide [05:00] TomRone has joined the channel [05:00] wingie: i've noticed that it works on the console [05:00] wingie: yeah :) [05:01] brainss: ls [05:03] wingie: brainss: that was for me? [05:04] brainss: wingie: just tried to ls in the wrong screen [05:04] brainss: :D [05:06] AvianFlu: one can always tell the irssi users [05:07] brainss: lol [05:09] boltR has joined the channel [05:10] gr4yscale has joined the channel [05:10] zackattack has joined the channel [05:11] orlandovftw has joined the channel [05:12] scottdware has joined the channel [05:14] ericmuyser has joined the channel [05:16] colinwd has joined the channel [05:17] phluffy has joined the channel [05:17] phluffy has joined the channel [05:18] lukeholder has joined the channel [05:20] PsiliPharm has joined the channel [05:20] Avanine has joined the channel [05:22] luxigo has joined the channel [05:22] michaelmartinez has joined the channel [05:23] zackattack has joined the channel [05:29] saikat has joined the channel [05:29] isaacs has joined the channel [05:31] joshholt has joined the channel [05:35] odinswand has joined the channel [05:36] joshholt has joined the channel [05:39] sreeix has joined the channel [05:52] joshthecoder has joined the channel [05:52] vdrab has joined the channel [05:54] kab3wm has joined the channel [05:54] tommyvyo has joined the channel [05:54] josh-k has joined the channel [05:56] jetienne has joined the channel [05:58] justmoon has joined the channel [05:58] justmoon has joined the channel [05:59] simenbrekken has joined the channel [06:00] zackattack: can i use underscore in node =D [06:01] stevebot has joined the channel [06:05] Avanine: i think so. [06:05] Emmanuel` has joined the channel [06:07] Avanine: I don't see why not, but i've never tried it, zackattack. [06:07] michaelmartinez: client side? [06:07] michaelmartinez: I actually don't think it matters [06:07] al3xnull has joined the channel [06:07] Avanine: works fine in node. [06:07] Avanine: just tested. [06:09] zackattack: cool [06:10] davidbanham has joined the channel [06:11] Karmaon has joined the channel [06:14] hh__: there's an npm module so yea [06:15] Morkel has joined the channel [06:23] ericmuyser has joined the channel [06:24] lzskiss has joined the channel [06:25] orlandovftw has joined the channel [06:25] jolo2 has joined the channel [06:25] zackattack: duuurrr [06:25] zackattack: is there any way to tell whether mongoose really connected [06:26] willwhite has joined the channel [06:29] jkridner__ has joined the channel [06:30] warz has joined the channel [06:30] warz has joined the channel [06:31] jolo2 has joined the channel [06:33] michaelmartinez has left the channel [06:34] blueadept` has joined the channel [06:37] kPb_in has joined the channel [06:38] dgathright has joined the channel [06:39] petschm has joined the channel [06:40] illourr has joined the channel [06:48] M1l3n1um has joined the channel [06:48] satyr has joined the channel [06:51] alejandromg has joined the channel [06:51] onar_ has joined the channel [06:53] colinwd has joined the channel [07:02] ehazlett has joined the channel [07:04] tornad has joined the channel [07:11] tylerstalder has joined the channel [07:11] porjo has joined the channel [07:12] herbySk has joined the channel [07:12] cyphase has joined the channel [07:14] tonist has joined the channel [07:17] zackattack has joined the channel [07:19] zackattack has joined the channel [07:23] tommyvyo has joined the channel [07:24] noganex has joined the channel [07:25] hh__ has joined the channel [07:32] pekim has joined the channel [07:35] yawNO has joined the channel [07:35] someprimetime has joined the channel [07:35] yawNO: morning [07:35] someprimetime: anyone going to the microsoft developer bootcamp tomorrow? [07:35] someprimetime: for node.js [07:37] jzacsh has joined the channel [07:38] thalll has joined the channel [07:47] jxie_ has joined the channel [07:49] levi501d has joined the channel [07:54] yawNO has joined the channel [07:54] PsiliPharm has joined the channel [08:00] westg has joined the channel [08:01] zackattack has joined the channel [08:02] aliem has joined the channel [08:03] fangel has joined the channel [08:05] enjalot has joined the channel [08:06] mehlah has joined the channel [08:07] PsiliPharm has joined the channel [08:07] jacobolus has joined the channel [08:08] al3xnull has joined the channel [08:08] skylamer` has joined the channel [08:09] Qzen has joined the channel [08:09] braoru has joined the channel [08:10] [[zzz]] has joined the channel [08:11] ziro`_ has joined the channel [08:14] benatkin has joined the channel [08:24] colinwd has joined the channel [08:24] yawNO_ has joined the channel [08:25] SamuraiJack has joined the channel [08:25] clu3 has joined the channel [08:28] jaigouk has joined the channel [08:29] alessioalex has joined the channel [08:30] Bonuspunkt: someprimetime isnt microsoft main focus deploying on azure? [08:30] someprimetime: they are hosting a node bootcamp tomorrow (or more like today) in SF [08:30] someprimetime: http://nodejsatrocketspace.eventbrite.com/ [08:31] umren has joined the channel [08:33] jaigouk_ has joined the channel [08:36] tokumine has joined the channel [08:36] jaigouk- has joined the channel [08:38] zackattack: anyone here a mongoose guy? [08:39] yawNO_: just ask [08:39] zackattack: any way to print whether the mongodb connection successfully established? [08:39] rendar has joined the channel [08:40] yawNO_: check what mongoose.connect() returns [08:40] jaigouk has joined the channel [08:40] yawNO_: seems the most logical option [08:41] rio{ has joined the channel [08:41] hh__ has joined the channel [08:42] hh__: whats going on in the blogosphere [08:43] graeme_f has joined the channel [08:46] zackattack has joined the channel [08:48] orlandovftw has joined the channel [08:48] misza222 has joined the channel [08:50] zackattack: SO to the rescue [08:50] zackattack: http://stackoverflow.com/questions/6676499/is-there-a-mongoose-connect-error-callback [08:50] zackattack: yawNO_: i had tried your suggestion :) [08:51] jaigouk has joined the channel [08:51] wookiehangover has joined the channel [08:52] hh__: i have a question about how async works in node, basically how does it work?if it's single threaded and all that [08:53] jaigouk_ has joined the channel [08:55] markwubben has joined the channel [08:55] yawNO has joined the channel [08:56] huggies has joined the channel [08:57] vdrab has joined the channel [08:58] joshgillies has joined the channel [08:58] sreeix has joined the channel [09:06] michaelhartau has joined the channel [09:06] rurufufuss has joined the channel [09:06] jaigouk has joined the channel [09:07] zackattack: -what templateing engines do you guys like to use [09:07] `3rdEden has joined the channel [09:08] kPb_in has joined the channel [09:12] stafamus has joined the channel [09:13] SubStack: I wish the pipes in core were stoppable and had buffering with limits [09:13] SubStack: or actually [09:13] SubStack: I just wish mikeal's morestreams modules could do that [09:13] skylamer`: zackattack it dependz [09:14] zemanel has joined the channel [09:14] zackattack: i'm using jade [09:15] ph^ has joined the channel [09:16] josh-k has joined the channel [09:16] skylamer`: yea its good [09:18] _baton_ has joined the channel [09:18] PsiliPharm has joined the channel [09:19] gr4yscale has joined the channel [09:21] zackattack: i don't understand its api [09:21] zackattack: can i do inline javascript or access the window obj? [09:23] tommyvyo has joined the channel [09:25] blup has joined the channel [09:25] zackattack: can i get a reference to a variable passed in? [09:26] jetienne has joined the channel [09:26] hh__: through render ya [09:27] zackattack: render? [09:27] hh__: http://expressjs.com/guide.html#view-rendering [09:27] __doc__ has joined the channel [09:27] zackattack: hh__: i mean within a