[00:03] mjr_ has joined the channel [00:03] idefine has joined the channel [00:04] JaKWaC has joined the channel [00:04] springmeyer has joined the channel [00:05] dnyy has joined the channel [00:08] slifty has joined the channel [00:08] mfncooper has joined the channel [00:11] CarterL has joined the channel [00:12] adam- has joined the channel [00:14] sneakyness has joined the channel [00:14] shanebo has joined the channel [00:17] ditesh|cassini has joined the channel [00:17] mjr_ has joined the channel [00:23] rfay has joined the channel [00:25] mrdoodles has joined the channel [00:26] rchavik has joined the channel [00:27] mrdoodles: i just saw those messages sorry. the amount of time spent shopping for parts and building a machine (unless its a storage/raid device) isn't worth it. [00:27] mrdoodles: time = money [00:28] jerrysv: mrdoodles: and sometimes even storage/raid is way too painful [00:28] gigawatt has joined the channel [00:28] mrdoodles: yeah i was going hypothetical on that one :P [00:29] mrdoodles: the value for my time, or any devs is worth more than setting up your own machine [00:33] skm has joined the channel [00:33] arthurdebert has joined the channel [00:35] _Sky_ has joined the channel [00:35] aguynamedben_ has joined the channel [00:36] zedas has joined the channel [00:36] saikat has joined the channel [00:39] bicranial has joined the channel [00:39] thoolihan has joined the channel [00:41] jamescarr__ has joined the channel [00:42] dgathright has joined the channel [00:43] TooTallNate has joined the channel [00:44] davidbanham has joined the channel [00:45] dmkbot: joyent/node: Shahor: hash.update fails on second call (https://github.com/joyent/node/issues/749 Seen) - https://github.com/joyent/node/issues/1415 [00:46] iFire has joined the channel [00:47] WRAz has joined the channel [00:47] prettyrobots has joined the channel [00:48] replore has joined the channel [00:48] replore_ has joined the channel [00:48] broofa has joined the channel [00:48] nibblebot has joined the channel [00:49] shanebo has joined the channel [00:49] ceej has joined the channel [00:50] marc has joined the channel [00:50] guillermo has joined the channel [00:50] hydrozen has joined the channel [00:53] halcyon918 has left the channel [00:56] smtlaissezfaire has joined the channel [00:59] nakkor has joined the channel [00:59] k1ttty has joined the channel [01:02] yuwang has joined the channel [01:02] JakeyChan has joined the channel [01:02] donwb has joined the channel [01:03] mike5w3c has joined the channel [01:04] jesster7 has joined the channel [01:05] Marak: anyone want to play with a troll? https://github.com/Marak/node_mailer/pull/46 [01:05] Marak: im a little busy for that :-D [01:06] Nexxy: does it come with a comb I can brush its hair with? [01:06] Nexxy: and a gem in its belly button? [01:06] Nexxy: if not, I'm not interested. [01:06] AvianFlu: Nexxy++ [01:06] v8bot_: AvianFlu has given a beer to Nexxy. Nexxy now has 6 beers. [01:06] catb0t: Nexxy now has 1 beer [01:06] Nexxy: ACTION proceeds to get dickered. [01:07] a_suenami has joined the channel [01:07] ecin has joined the channel [01:09] sorensen has joined the channel [01:10] joshkehn has joined the channel [01:10] agnat has joined the channel [01:11] joshkehn has left the channel [01:11] donwb has left the channel [01:11] jtsnow has joined the channel [01:12] thinkt4nk has joined the channel [01:13] random123 has joined the channel [01:16] secoif_ has joined the channel [01:17] skm has joined the channel [01:19] jeninto has joined the channel [01:19] enhydra has joined the channel [01:19] dynacker: :-) [01:20] Nexxy: (= [01:20] markbao_ has joined the channel [01:20] sorensen: =) [01:20] mjr_ has joined the channel [01:21] Nuck: I have too much shit on my laptop haha [01:22] ditesh|cassini has joined the channel [01:23] sivy has joined the channel [01:23] CIA-30: libuv: 03Igor Zinkovsky 07master * rcfa1423 10/ (src/uv-common.h src/win/error.c src/win/fs.c test/test-fs.c): fix fs_file_noent on windows - http://git.io/CmLRIg [01:24] jmoiron has joined the channel [01:25] dmkbot: joyent/node: dhx71: chunked & keep-alive - https://github.com/joyent/node/issues/940 [01:26] jmoiron: what's the standard way of having a handler depend on two separate events? [01:26] Nuck: jmoiron: Create a function, set it to a variable or name it, pass it to two event bindings [01:27] mrryanjohnston: anyone here really familiar with vows? [01:27] jmoiron: Nuck: won't that just call the function twice [01:27] Nexxy: I don't think there is a "standard" [01:27] mrryanjohnston: I'm trying to run `node gametest.js --spec` but it's not showing me the nice little checkmarks like it does on the vow's site :( [01:27] mrryanjohnston: just ✓ OK » 2 honored (0.002s) [01:27] jmoiron: that's not what i want; i want something to run only when two async events have been received [01:27] Nexxy: jmoiron, you want it to listen for multiple events? [01:28] jeninto: jmoiron - try a third function that runs on an interval that will check to see if both conditions have been met? and if they are run the function that you would want to execute? [01:28] jmoiron: yeah, n-events; so say i want to connect to 3 different resources, and then start some process after those connections are established [01:28] Nuck: Ah, waiting for two events [01:28] Nexxy: jmoiron, is that something async could help with? [01:28] jmoiron: but then that's just polling [01:28] Vertice has joined the channel [01:28] Nexxy: async.parallel [01:28] Nuck: Yeah, I use async.js for that [01:29] hlindset has joined the channel [01:29] jmoiron: i don't know a great deal about the 'node' way of doing things which is why i'm asking.. i think i was looking at async.js before, but i can take another look [01:29] Nuck: Vertice: /user/1337? Was that an accident? [01:29] Vertice: Nuck: yeah [01:29] Vertice: i forgot i still have drupal on my sig tho [01:29] Nuck: Vertice: Well, epic win either way [01:29] Vertice: *kill it with fire* [01:30] Vertice: heh. thanks [01:30] jmoiron: https://github.com/caolan/async#parallel that looks about right, cool; thanks :) [01:30] Vertice: i found a nifty way to do stuff like that using only underscore [01:30] Nuck: eww underscore? [01:31] Nuck: async FTW [01:31] misterm has joined the channel [01:31] Vertice: https://gist.github.com/8ebc64ca248a4a053100 [01:31] Nuck: underscore always seemed rather browsery [01:31] Vertice: i dunno. i find those async libraries are sometimes a sledgehammer when you sometimes need a toothpick [01:32] mrryanjohnston: nevermind, got it [01:32] Nuck: async.js is pretty lightweight [01:32] aragorn has joined the channel [01:32] Nuck: I use it for the async forEach and such mostly [01:32] Nuck: Helps protect against nesting [01:33] Nuck: I can handle nesting, but when it gets to the point where I'm debating switching from 4-width to 3-width tabs, it's too far :P [01:35] abraxas has joined the channel [01:36] H4ns` has joined the channel [01:36] k1ttty has joined the channel [01:37] Nuck: God Gnome 3.0 is such a shitty thing [01:38] Nuck: Just looking at the screenshots, the concept is completely wrong [01:38] bnoordhuis: real men use ratpoison [01:38] Nuck: I'll probably just stick to Unity, it's a good middleground between the Mac style UI and what I have on Windows 7 [01:39] Nuck: (I even have my task bar at left) [01:39] jacobolus has joined the channel [01:39] Vertice: i installed ubuntu in vmware the other day [01:39] Nexxy: Vertice, you did it backwards ._. [01:39] Vertice: my dsl went down, and my older android phone wouldnt tether to osx (strangely it was microsoft's fault, i promise) [01:39] Vertice: so i ended up working on ubuntu for the day, in vmware, since i could be dicked to set up a proper proxy [01:39] Vertice: couldnt [01:40] Vertice: i was actually very pleased with it [01:40] Nuck: WTF kind of Android has Microsoft in it? [01:40] Vertice: well. microsoft 'embraced and extended' the usb standard [01:40] Vertice: when they introduced the tethering stuff used by winmobile phones [01:40] Vertice: which htc / google implemented in android 1.x [01:40] Vertice: which apple didnt implement because it wasnt a real standard [01:41] Emmanuel has joined the channel [01:41] Nuck: hahaha [01:41] garann has joined the channel [01:41] Vertice: linux of course had no such issues [01:41] Nuck: Android doesn't support Apple-style tethering? [01:41] Vertice: the tethering was literally plug and play [01:41] Vertice: on ubuntu [01:41] normanrichards has joined the channel [01:41] Nuck: Ubuntu is pretty good about such things nowadays [01:41] Vertice: not apple style [01:41] Nuck: The stuff used by iPhone I mean [01:42] Vertice: android (a tt least my htc) did windows style tethering [01:42] HubertChang has joined the channel [01:42] Vertice: which apple didnt support [01:42] Vertice: i dont know what the hell the iphone does [01:42] Vertice: it's probably fucking ridiculous [01:42] davidbanham has joined the channel [01:42] Vertice: *rolls eyes* [01:42] Nuck: When I first tried it on my old Acer, that was... 8.04? And I remember it didn't support my WiFi card [01:42] Nuck: Vertice: I have an iPhone [01:42] Nuck: I'm quite happy [01:42] CarterL: love my iphone [01:42] Vertice: i have an ipad [01:42] Vertice: i get pissed off by the bullshit limitations [01:43] Vertice: that exist only to protect their fucking business model [01:43] Vertice: and i want to fucking set FIRE to the mac app store [01:43] Nuck: Vertice: I don't, I rarely run into these limitations on things. [01:43] Nuck: Lion sounds like shit though [01:43] Vertice: really, you like having to re-encode any video you put on it ? [01:43] garann: anyone know why i might be getting a "domain not found" error trying to authenticate to the github v3 api? [01:43] Vertice: lest you have any video not sanctioned by quicktime and stored in itunes [01:43] Nuck: Vertice: Honestly, if it's not in MPEG-4, there's an issue [01:44] Nuck: Or even in a format iPhone supports for a