00:00:00
| * ircretary | quit (Remote host closed the connection) |
00:00:08
| * ircretary | joined |
00:05:38
| * mrb_bk_ | changed nick to mrb_bk |
00:07:06
| <rowbit> | Daily usage stats: [free: 35] |
00:07:06
| <rowbit> | Hourly usage stats: [free: 20] |
00:11:53
| * yorick | quit (Remote host closed the connection) |
00:13:17
| * kessler | joined |
00:32:46
| * ednapiranha | joined |
00:33:38
| * warbrett | quit (Remote host closed the connection) |
00:34:18
| * warbrett | joined |
00:34:32
| * warbrett | quit (Read error: Connection reset by peer) |
00:34:59
| * warbrett | joined |
00:39:10
| * warbrett | quit (Remote host closed the connection) |
00:42:07
| * AvianPhone | joined |
00:48:52
| * peutetre | joined |
00:53:25
| * peutetre | quit (Ping timeout: 272 seconds) |
00:59:00
| <othiym23> | so is the prevailing #stackvm wisdom for argv parsing just to use minimist? |
01:03:03
| * thlorenz | joined |
01:07:06
| <rowbit> | Hourly usage stats: [free: 19] |
01:16:56
| * terinjokes | may or may not use nopt |
01:32:14
| <substack> | https://github.com/substack/dataplex |
01:32:52
| <substack> | othiym23: do you need to parse anything in particular? |
01:35:11
| <substack> | juliangruber: this is that thing I was talking about https://github.com/substack/dataplex |
01:42:53
| * peutetre | joined |
01:46:22
| <othiym23> | substack: I'm stealing large chunks of stream-adventure for my debugging workshopper |
01:46:39
| <othiym23> | substack: minimist does exactly what I need |
01:47:18
| <substack> | woo |
01:47:33
| * peutetre | quit (Ping timeout: 255 seconds) |
01:47:43
| <substack> | othiym23: I am making a simpler workshoppery thing too but it probably won't be ready in time for your own use |
01:47:56
| <substack> | I realized that all the verification stuff is basically just unit tests |
01:48:07
| <substack> | so I'm just using TAP and writing tests |
01:48:09
| <substack> | much simpler |
01:48:18
| <othiym23> | substack: I looked at rvagg's thinger, decided there was too much boilerplate, and am just stripping down and rebuilding the core of stream-adventure, which has most of what I need |
01:48:37
| <othiym23> | that's a good idea, I'm going to steal that |
01:48:41
| <substack> | I came to a similar conclusion for browserify-adventure |
01:49:01
| <substack> | I'll put what I have on github right now so you can pick it apart if you need |
01:50:05
| <othiym23> | cool, I'll be doing the same with my thinger once I have at least one of my tasks completely working |
01:55:11
| * warbrett | joined |
01:55:33
| <substack> | othiym23: https://github.com/substack/adventure |
01:59:30
| <substack> | othiym23: https://github.com/substack/browserify-adventure/blob/master/bin/cmd.js |
01:59:54
| <substack> | then you write them like this (or whatever) https://github.com/substack/browserify-adventure/blob/master/problems/beep_boop/index.js |
02:00:24
| <substack> | the verify export is just function (cb) {} where cb(true) means it passed and cb(false) means it failed |
02:00:32
| <substack> | and then you figure that out however you want |
02:03:35
| <substack> | wow npm: 308 519 243 downloads in the last month |
02:07:06
| <rowbit> | Hourly usage stats: [free: 26] |
02:11:00
| <substack> | I'll whip up an adventure-tape module that splits out the lib/verify.js into its own thing |
02:11:08
| <substack> | and I'll have it pipe to something pretty like tap-spec |
02:11:20
| <substack> | since most people who aren't me don't like tap output for some crazy reason |
02:19:48
| * peutetre | joined |
02:20:25
| * domanic | joined |
02:21:52
| * kessler | quit (Ping timeout: 244 seconds) |
02:24:23
| * peutetre | quit (Ping timeout: 264 seconds) |
02:32:19
| * cpup | quit (Ping timeout: 240 seconds) |
02:35:57
| * cpup | joined |
02:50:50
| * taterbase | quit (Quit: Connection closed for inactivity) |
03:00:20
| * domanic | quit (Ping timeout: 240 seconds) |
03:04:23
| * ednapiranha | quit (Quit: Leaving...) |
03:07:06
| <rowbit> | Hourly usage stats: [free: 58] |
03:11:16
| * addisonj | quit (Quit: Connection closed for inactivity) |
03:11:29
| * pfraze | quit (Ping timeout: 272 seconds) |
03:20:00
| * warbrett | quit (Remote host closed the connection) |
03:22:59
| * warbrett_ | joined |
03:57:26
| * warbrett_ | quit (Remote host closed the connection) |
03:57:59
| * warbrett | joined |
04:00:18
| * dlmanning | joined |
04:02:47
| * warbrett | quit (Ping timeout: 264 seconds) |
04:04:27
| * thealphanerd | joined |
04:07:06
| <rowbit> | Hourly usage stats: [developer: 1, free: 48] |
04:12:33
| * thlorenz | quit (Remote host closed the connection) |
04:14:57
| * thlorenz_ | joined |
04:22:24
| * calvinfo | joined |
04:24:29
| * jxson | joined |
04:25:29
| * thlorenz_ | quit (Remote host closed the connection) |
04:26:57
| * thlorenz | joined |
04:31:35
| * thlorenz | quit (Ping timeout: 264 seconds) |
04:34:24
| * warbrett | joined |
04:37:44
| * calvinfo | quit (Read error: Connection reset by peer) |
04:38:43
| * warbrett | quit (Ping timeout: 240 seconds) |
04:39:29
| * calvinfo | joined |
04:40:14
| * thlorenz | joined |
04:42:14
| * jxson | quit (Remote host closed the connection) |
04:43:01
| * thlorenz | quit (Remote host closed the connection) |
04:50:12
| <juliangruber> | a module to collect realtime anonymous feedback through a website: https://github.com/juliangruber/collect-feedback |
04:51:38
| <juliangruber> | substack: dataplex looks cool, i'll play around with it |
04:54:57
| <othiym23> | substack: thanks for the pointers, will review now |
04:55:36
| <othiym23> | substack: I thrive on raw tap output |
04:55:43
| <othiym23> | stare at it all day erryday these days |
05:06:16
| * calvinfo | quit (Quit: Leaving.) |
05:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 31] |
05:08:31
| <substack> | othiym23: yeah isaacs's stuff got me into it |
05:10:42
| * peutetre | joined |
05:13:28
| * wolfeidau | quit |
05:13:42
| * wolfeidau | joined |
05:15:27
| * peutetre | quit (Ping timeout: 255 seconds) |
05:18:51
| * peutetre | joined |
05:23:51
| * peutetre | quit (Ping timeout: 272 seconds) |
05:32:00
| * thealphanerd | quit (Quit: thealphanerd) |
05:33:01
| * wolfeidau | quit |
05:37:29
| * wolfeidau | joined |
06:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 59] |
06:12:59
| * peutetre | joined |
06:17:09
| * Maciek416 | quit (Remote host closed the connection) |
06:17:18
| * peutetre | quit (Ping timeout: 240 seconds) |
06:18:34
| * anvaka | joined |
06:18:50
| * peutetre | joined |
06:19:00
| * Maciek416 | joined |
06:22:31
| * warbrett | joined |
06:23:07
| * peutetre | quit (Ping timeout: 240 seconds) |
06:23:31
| * Maciek416 | quit (Ping timeout: 240 seconds) |
06:27:11
| * warbrett | quit (Ping timeout: 272 seconds) |
06:27:17
| * peutetre | joined |
06:42:06
| * dybskiy | joined |
06:43:50
| * dybskiy_ | joined |
06:46:19
| * dybskiy | quit (Ping timeout: 240 seconds) |
06:48:04
| * anvaka | quit (Remote host closed the connection) |
06:48:40
| * anvaka | joined |
06:52:43
| * anvaka | quit (Ping timeout: 240 seconds) |
07:01:35
| <substack> | othiym23: more https://github.com/substack/adventure-verify |
07:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 62] |
07:15:27
| * djcoin | joined |
08:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 58] |
08:07:56
| * Maciek416 | joined |
08:10:10
| * anvaka | joined |
08:10:41
| * warbrett | joined |
08:12:32
| * Maciek416 | quit (Ping timeout: 260 seconds) |
08:14:19
| * anvaka | quit (Ping timeout: 240 seconds) |
08:15:20
| * warbrett | quit (Ping timeout: 260 seconds) |
08:34:12
| * warbrett | joined |
08:37:01
| * peutetre | quit (Ping timeout: 272 seconds) |
08:38:48
| * warbrett | quit (Ping timeout: 248 seconds) |
09:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 86] |
09:17:04
| <rowbit> | substack, pkrumins: Encoders down: 50.57.72.216 (free8) |
09:24:54
| * kessler | joined |
09:33:24
| * dybskiy_ | quit (Remote host closed the connection) |
09:35:30
| * yoshuawuyts | joined |
09:56:56
| * Maciek416 | joined |
09:58:25
| * anvaka | joined |
10:01:18
| * Maciek416 | quit (Ping timeout: 240 seconds) |
10:02:43
| * anvaka | quit (Ping timeout: 240 seconds) |
10:04:19
| * dybskiy | joined |
10:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 61] |
10:08:56
| * dybskiy | quit (Ping timeout: 244 seconds) |
10:13:07
| * dybskiy | joined |
10:15:11
| * kessler | quit (Ping timeout: 272 seconds) |
10:16:03
| * kessler | joined |
10:17:31
| * dybskiy | quit (Ping timeout: 240 seconds) |
10:40:32
| <jbenet> | substack mafintosh: streams q: https://gist.github.com/jbenet/e77066afffe8276b66ca |
10:43:12
| <mafintosh> | jbenet: add a field prop to the constructor of the square stream? like square('bar').write({bar:5}) --> {bar:25} ? |
11:02:18
| <jbenet> | mafintosh say i can't modify that stream (or its non trivial to). how can i "wrap it"? like say, this: https://gist.github.com/jbenet/caa07c196f78cf30c748 |
11:02:59
| * jbenet | whoops, spliter = through2.obj(split) |
11:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 51] |
11:10:55
| * yorick | joined |
11:13:46
| <mafintosh> | jbenet: see my comment as well |
11:16:14
| <jbenet> | mafintosh: woah cool |
11:16:15
| <mafintosh> | jbenet: on the gist that is :) |
11:16:37
| <mafintosh> | i did that module like 5 days ago |
11:16:44
| <mafintosh> | we are totally in sync |
11:18:42
| <jbenet> | lol yep! :) |
11:19:29
| <jbenet> | i'll push out the jsonpath generalization as jsonpath-transform-stream |
11:21:03
| * kessler | quit (Ping timeout: 272 seconds) |
11:24:58
| * peutetre | joined |
11:26:43
| <mafintosh> | i've updated the gist with stream ending |
11:31:09
| * insertcoffee | joined |
11:36:58
| * calvinmetcalf | joined |
11:42:25
| <jbenet> | mafintosh: https://github.com/jbenet/node-scoped-transform-stream |
11:43:10
| <mafintosh> | dude! nice |
11:44:47
| * yoshuawuyts | quit (Read error: No route to host) |
11:44:50
| * yoshuawu_ | joined |
11:45:43
| * Maciek416 | joined |
11:46:52
| * anvaka | joined |
11:49:56
| * Maciek416 | quit (Ping timeout: 240 seconds) |
11:51:07
| * anvaka | quit (Ping timeout: 240 seconds) |
11:57:50
| * kessler | joined |
12:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 68] |
12:07:39
| * taterbase | joined |
12:11:10
| * yoshuawuyts | joined |
12:13:04
| * yoshuawuyts | quit (Read error: Connection reset by peer) |
12:13:21
| * yoshuawuyts | joined |
12:13:35
| * yoshuawu_ | quit (Ping timeout: 264 seconds) |
12:15:05
| * yoshuawuyts | quit (Read error: No route to host) |
12:15:13
| * yoshuawuyts | joined |
12:17:03
| <jbenet> | mafintosh also this: https://github.com/jbenet/node-pipe-segment-codec -- it uses my https://github.com/jbenet/node-pipe-segment abstraction |
12:21:00
| <jbenet> | substack o/ would love your thoughts on this pipe-segment business |
13:07:06
| <rowbit> | Hourly usage stats: [developer: 1, free: 54] |
13:08:24
| * kessler | quit (Ping timeout: 255 seconds) |
13:16:52
| * nfroidure | quit (Ping timeout: 245 seconds) |
13:26:29
| * naneau | joined |
13:28:00
| * thlorenz | joined |
13:28:35
| * kessler | joined |
13:29:32
| * nfroidure | joined |
13:31:55
| * thlorenz_ | joined |
13:32:19
| * thlorenz | quit (Ping timeout: 240 seconds) |
13:34:45
| * Maciek416 | joined |
13:35:09
| * anvaka | joined |
13:36:39
| * thlorenz_ | quit (Remote host closed the connection) |
13:37:11
| * thlorenz | joined |
13:39:07
| * Maciek416 | quit (Ping timeout: 240 seconds) |
13:39:32
| * anvaka | quit (Ping timeout: 240 seconds) |
13:42:17
| * thlorenz | quit (Ping timeout: 272 seconds) |
13:52:57
| * thlorenz | joined |
14:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 54] |
14:20:11
| * JohnDotAwesome | joined |
14:23:18
| * brianloveswords | joined |
14:32:16
| * indexzero | joined |
14:44:26
| * AvianFlu | joined |
14:46:33
| * brianloveswords | quit (Quit: Computer has gone to sleep.) |
14:48:18
| * cpup | quit (Ping timeout: 255 seconds) |
14:52:17
| * pfraze | joined |
14:56:33
| * cpup | joined |
15:05:00
| * ednapiranha | joined |
15:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 66] |
15:13:35
| * insertcoffee | quit (Read error: Connection reset by peer) |
15:19:00
| * brianloveswords | joined |
15:23:28
| * Maciek416 | joined |
15:23:29
| * anvaka | joined |
15:26:55
| * Maciek416_ | joined |
15:27:31
| * anvaka | quit (Ping timeout: 240 seconds) |
15:27:55
| * Maciek416 | quit (Ping timeout: 240 seconds) |
15:37:51
| * insertcoffee | joined |
15:38:27
| * Maciek416_ | changed nick to Maciek416 |
15:39:22
| * jesusabdullah | quit (Ping timeout: 245 seconds) |
15:43:40
| * naneau | quit (Quit: Part.) |
15:45:54
| * cpup | quit (Ping timeout: 255 seconds) |
15:58:43
| * cpup | joined |
16:00:43
| * pfraze_ | joined |
16:03:35
| * pfraze | quit (Ping timeout: 248 seconds) |
16:07:06
| <rowbit> | Hourly usage stats: [developer: 3, free: 44] |
16:14:13
| * djcoin | quit (Quit: WeeChat 0.4.3) |
16:15:56
| * anvaka | joined |
16:21:29
| * shama | joined |
16:32:03
| * indexzero | quit (Quit: indexzero) |
16:37:49
| * indexzero | joined |
16:41:33
| * yoshuawuyts | quit (Read error: Connection reset by peer) |
16:42:50
| * yoshuawuyts | joined |
16:45:35
| <rowbit> | substack, pkrumins: Encoders down: 162.242.164.84 (dev-ie11-1) |
16:49:01
| * anvaka | quit (Remote host closed the connection) |
16:49:37
| * anvaka | joined |
16:53:55
| * anvaka | quit (Ping timeout: 240 seconds) |
16:54:18
| * jxson | joined |
16:54:50
| * AvianPhone | quit (Quit: Bye) |
16:59:54
| * warbrett | joined |
17:00:57
| * paul_irish_ | changed nick to paul_irish |
17:00:58
| * insertcoffee | quit (Ping timeout: 240 seconds) |
17:04:12
| * warbrett | quit (Client Quit) |
17:05:47
| * kessler | quit (Ping timeout: 264 seconds) |
17:06:06
| * thlorenz | quit (Remote host closed the connection) |
17:06:08
| * jirwin | quit (Changing host) |
17:06:08
| * jirwin | joined |
17:06:30
| * thlorenz | joined |
17:07:06
| <rowbit> | Hourly usage stats: [developer: 2, free: 50] |
17:08:17
| * kessler | joined |
17:08:46
| * dguttman | joined |
17:10:36
| * addisonj | joined |
17:12:50
| * thlorenz | quit (Remote host closed the connection) |
17:13:00
| * indexzero | quit (Quit: indexzero) |
17:13:25
| * thlorenz | joined |
17:14:29
| * thlorenz | quit (Read error: Connection reset by peer) |
17:14:35
| * thlorenz_ | joined |
17:19:23
| * warbrett | joined |
17:35:52
| * thealphanerd | joined |
17:37:51
| * indexzero | joined |
17:38:46
| <thealphanerd> | has anyone in here had any experience with making an offline clone of npm? |
17:41:39
| * yoshuawuyts | quit (Remote host closed the connection) |
17:50:50
| * jesusabdullah | joined |
17:52:10
| * jxson_ | joined |
17:53:42
| * phated | joined |
17:55:35
| * jxson | quit (Ping timeout: 248 seconds) |
17:59:32
| * yoshuawuyts | joined |
18:07:08
| <rowbit> | Hourly usage stats: [developer: 0, free: 55] |
18:07:42
| * thlorenz_ | quit (Remote host closed the connection) |
18:10:48
| * kessler | quit (Ping timeout: 260 seconds) |
18:11:02
| * indexzero | quit (Quit: indexzero) |
18:11:22
| * thlorenz | joined |
18:11:32
| * thlorenz_ | joined |
18:12:00
| * kessler | joined |
18:15:38
| * thlorenz | quit (Ping timeout: 240 seconds) |
18:15:56
| * thlorenz_ | quit (Ping timeout: 240 seconds) |
18:22:17
| * yoshuawuyts | quit (Remote host closed the connection) |
18:22:53
| * yoshuawuyts | joined |
18:27:03
| * yoshuawuyts | quit (Ping timeout: 248 seconds) |
18:30:08
| * phated | quit (Read error: Connection reset by peer) |
18:30:17
| * phated_ | joined |
18:33:46
| * dybskiy | joined |
18:40:13
| * yoshuawuyts | joined |
18:42:17
| * yoshuawuyts | quit (Remote host closed the connection) |
18:45:30
| * yoshuawuyts | joined |
18:55:41
| * indexzero | joined |
18:57:12
| * yoshuawuyts | quit (Remote host closed the connection) |
18:58:24
| * kessler | quit (Ping timeout: 260 seconds) |
19:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 39] |
19:15:44
| * thlorenz | joined |
19:21:03
| * warbrett | quit (Remote host closed the connection) |
19:22:16
| * phated_ | quit (Read error: Connection reset by peer) |
19:22:33
| * warbrett | joined |
19:22:42
| * phated | joined |
19:24:01
| * phated | quit (Read error: Connection reset by peer) |
19:24:22
| * phated | joined |
19:25:41
| * insertcoffee | joined |
19:25:42
| * warbrett_ | joined |
19:26:40
| * warbrett | quit (Read error: Connection reset by peer) |
19:47:27
| * brianloveswords | quit (Quit: Computer has gone to sleep.) |
19:49:17
| * tilgovi | joined |
19:50:13
| * indexzero | quit (Quit: indexzero) |
19:57:49
| * indexzero | joined |
20:07:06
| <rowbit> | Hourly usage stats: [free: 27] |
20:14:21
| * indexzero | quit (Quit: indexzero) |
20:17:02
| * brianloveswords | joined |
20:24:36
| * phated_ | joined |
20:25:00
| * gsf | joined |
20:26:08
| * phated | quit (Read error: Connection reset by peer) |
20:37:46
| * phated_ | changed nick to phated |
20:47:48
| * indexzero | joined |
20:48:34
| * pfraze_ | quit (Ping timeout: 244 seconds) |
20:49:09
| * indexzero | quit (Client Quit) |
20:55:32
| * yoshuawuyts | joined |
21:07:06
| <rowbit> | Hourly usage stats: [developer: 2, free: 27] |
21:09:01
| * peutetre | quit (Quit: peutetre) |
21:11:18
| * cpup | quit (Ping timeout: 244 seconds) |
21:12:05
| * yoshuawu_ | joined |
21:13:26
| * cpup | joined |
21:15:02
| <Raynos> | thlorenz: https://github.com/thlorenz/v8-flags/issues/1 |
21:15:44
| * yoshuaw__ | joined |
21:16:23
| * yoshuawuyts | quit (Ping timeout: 272 seconds) |
21:16:28
| * yoshuawu_ | quit (Ping timeout: 244 seconds) |
21:18:26
| * pfraze | joined |
21:18:29
| * mgfeller | joined |
21:20:43
| * mgfeller | quit (Client Quit) |
21:21:19
| * phated | quit (Read error: Connection reset by peer) |
21:21:34
| * phated | joined |
21:24:49
| <thlorenz> | Raynos: answered, could you play with it and lmk if it works? |
21:26:40
| * thlorenz_ | joined |
21:28:10
| * milkandt- | joined |
21:28:14
| * AvianFlu_ | joined |
21:28:57
| * wolfeida_ | joined |
21:28:57
| * cubert_ | joined |
21:30:57
| * ednapira_ | joined |
21:31:04
| * mollerse_ | joined |
21:31:39
| * gildean_ | joined |
21:34:32
| * milkandtang | quit (Ping timeout: 240 seconds) |
21:34:32
| * cubert | quit (Ping timeout: 240 seconds) |
21:34:32
| * cubert_ | changed nick to cubert |
21:34:55
| * wolfeidau | quit (Ping timeout: 240 seconds) |
21:35:55
| * thlorenz | quit (Ping timeout: 240 seconds) |
21:35:56
| * cpup | quit (Ping timeout: 240 seconds) |
21:35:59
| * mollerse | quit (Ping timeout: 240 seconds) |
21:35:59
| * ednapiranha | quit (Ping timeout: 240 seconds) |
21:35:59
| * AvianFlu | quit (Ping timeout: 240 seconds) |
21:35:59
| * gildean | quit (Ping timeout: 240 seconds) |
21:36:00
| * kenperkins_ | quit (Write error: Connection reset by peer) |
21:36:04
| * ednapira_ | changed nick to ednapiranha |
21:36:41
| * kenperkins | joined |
21:37:37
| * mollerse_ | changed nick to mollerse |
21:38:31
| * AvianFlu_ | changed nick to AvianFlu |
21:38:31
| * gsf | quit (Ping timeout: 248 seconds) |
21:43:21
| * cpup | joined |
21:49:14
| * thlorenz_ | quit (Remote host closed the connection) |
21:49:35
| * nathan7 | changed nick to the_spanish_inqu |
21:49:45
| * the_spanish_inqu | changed nick to nathan7 |
21:52:12
| * insertcoffee | quit (Ping timeout: 255 seconds) |
22:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 18] |
22:08:33
| * JohnDotAwesome | part ("Leaving...") |
22:25:50
| <Raynos> | thlorenz: having one of my coworkers looking into it :) |
22:26:06
| <Raynos> | thlorenz: we'll prob look into it tomorrow or something |
22:38:33
| * rf | joined |
22:41:02
| <ahdinosaur> | a friend asked "any good articles on node, just general philosophy etc?", so does anyone have favorites i should know about and share? |
22:41:08
| * warbrett_ | quit (Read error: Connection reset by peer) |
22:43:50
| * warbrett | joined |
22:43:54
| <ahdinosaur> | also nodeschool has been awesome for people who are interested in learning node. |
22:58:29
| * thlorenz_ | joined |
23:02:11
| * brianloveswords | quit (Quit: Computer has gone to sleep.) |
23:02:47
| * wolfeida_ | changed nick to wolfeidau |
23:05:31
| * thlorenz | joined |
23:06:10
| * thlorenz | quit (Remote host closed the connection) |
23:07:06
| <rowbit> | Hourly usage stats: [developer: 0, free: 20] |
23:07:52
| * brianloveswords | joined |
23:12:54
| * thlorenz_ | quit (Remote host closed the connection) |
23:13:36
| * thlorenz | joined |
23:46:56
| * yoshuaw__ | quit (Remote host closed the connection) |
23:47:38
| * yorick | quit (Remote host closed the connection) |
23:49:37
| * brianloveswords | quit (Quit: Computer has gone to sleep.) |
23:54:29
| * brianloveswords | joined |
23:58:12
| * gsf_ | joined |