00:00:18
| * ircretary | joined |
00:05:39
| * dguttman | quit (Ping timeout: 245 seconds) |
00:08:12
| * cpup | quit (Ping timeout: 245 seconds) |
00:15:48
| * collypops | quit (Excess Flood) |
00:21:32
| * cpup | joined |
00:33:15
| * cpup | quit (Ping timeout: 256 seconds) |
00:35:54
| * cpup | joined |
00:39:35
| * domanic | quit (Ping timeout: 264 seconds) |
00:39:58
| * DamonOehlman1 | joined |
00:44:08
| * DamonOehlman | quit (Ping timeout: 245 seconds) |
00:45:42
| * cpup | quit (Ping timeout: 245 seconds) |
00:46:37
| * michaelrhodes | joined |
00:51:03
| * contrahax | quit (Read error: Connection reset by peer) |
00:51:08
| * contraha_ | joined |
00:51:33
| * thlorenz | joined |
00:52:16
| * cpup | joined |
00:53:44
| * thlorenz | quit (Read error: Connection reset by peer) |
00:53:53
| * thlorenz | joined |
00:58:18
| * collypops | joined |
00:58:28
| * therealkoopa | quit (Remote host closed the connection) |
00:58:45
| * cpup | quit (Ping timeout: 256 seconds) |
01:05:03
| * cpup | joined |
01:14:08
| * cpup | quit (Ping timeout: 245 seconds) |
01:16:10
| * therealkoopa | joined |
01:20:06
| * therealkoopa | quit (Remote host closed the connection) |
01:20:46
| * cpup | joined |
01:29:21
| * cpup | quit (Ping timeout: 256 seconds) |
01:35:19
| * cpup | joined |
01:39:11
| * thealphanerd | quit (Quit: thealphanerd) |
01:44:35
| * michaelrhodes | quit (Quit: Leaving.) |
01:44:58
| * cpup | quit (Ping timeout: 245 seconds) |
01:53:18
| * cpup | joined |
01:54:56
| * therealkoopa | joined |
01:59:23
| * cpup | quit (Ping timeout: 256 seconds) |
02:01:46
| * therealkoopa | quit (Remote host closed the connection) |
02:02:07
| * thealphanerd | joined |
02:04:29
| * jjjohnny | joined |
02:04:52
| * jxson_ | joined |
02:05:30
| * cpup | joined |
02:07:53
| * jxson | quit (Ping timeout: 245 seconds) |
02:09:16
| * jxson_ | quit (Ping timeout: 255 seconds) |
02:10:29
| * therealkoopa | joined |
02:12:24
| * rockbo___ | quit (Remote host closed the connection) |
02:12:41
| * shama | quit (Remote host closed the connection) |
02:14:22
| * cpup | quit (Ping timeout: 240 seconds) |
02:17:33
| <feross> | just published https://github.com/feross/standard as an experiment |
02:18:28
| <feross> | I got tired of fixing code style after accepting PRs |
02:19:30
| <feross> | Now I can just `npm install standard --save-dev` and change the "test" script to "standard && node my-normal-tests.js" |
02:19:47
| <feross> | JavaScript Standard Style (i.e. Feross Standard Style) |
02:22:08
| * cpup | joined |
02:23:00
| <jjjohnny> | feross: free et radical open source software |
02:23:31
| * therealkoopa | quit (Remote host closed the connection) |
02:24:30
| <jjjohnny> | PARDON MY FRENCH JAVASCRIPT |
02:26:01
| <ogd> | feross: EXCELLENT! |
02:26:47
| <feross> | ogd: thanks :) |
02:26:55
| <ogd> | feross: does it traverse require()'s |
02:27:22
| <feross> | i just added it to webtorrent, bittorrent-tracker, and bittorrent-dht - hoping for good results! |
02:27:23
| <ogd> | feross: or does it just do **/**.js |
02:27:43
| <feross> | ogd: the latter, minus node_modules and .git folders |
02:27:57
| <ogd> | cool, thats probably fine |
02:28:02
| <ogd> | in https://github.com/maxogden/dependency-check i follow relative requires |
02:28:12
| <ogd> | could probably factor that out if you ever need it |
02:28:17
| * cpup | quit (Ping timeout: 256 seconds) |
02:28:21
| * terinjokes | quit (Quit: So long and thanks for all the fish!) |
02:28:53
| <feross> | ogd: nice, i should probably add that to my pre-publish flow |
02:29:10
| <ogd> | feross: yea it saves me all the time |
02:29:25
| <feross> | ogd: right now i just "npm prune" before "npm test" which approximates what dependency-check does |
02:29:40
| <ogd> | ah yea |
02:29:41
| <feross> | assuming i have proper test coverage |
02:32:25
| <ogd> | feross: i was also thinking for generators standard style could be: function * name (arg1, arg2) { |
02:32:36
| <ogd> | feross: also what do you think about disallowing anon functions |
02:33:02
| <feross> | ogd: i haven't used generators enough yet to have an opinion |
02:33:09
| <ogd> | feross: also i was talking to zeke at npm and he is interested in 'module collections' |
02:33:34
| <ogd> | feross: and he suggested we just publish readmes to npm that have all the things in the colleciton in the readme. and maybe even in the package.json |
02:33:35
| <feross> | ogd: by disallowing anon functions do you mean that you have to name all function expressions? |
02:33:39
| <ogd> | feross: yea |
02:33:48
| <ogd> | not sure if thats too extreme |
02:33:54
| <ogd> | but honestly i wouldnt mind being forced to do it |
02:34:22
| <feross> | ogd: yeah, i think it's a great idea! might be too extreme, would have to try it to know for sure |
02:34:27
| <feross> | ogd: if i enabled that right now i'd have dozens of failures in my modules... |
02:34:29
| <ogd> | also would be cool if we caught patterns like "you should not start a line with: ( [ {" |
02:34:36
| <ogd> | feross: yea me too |
02:35:13
| <feross> | ah, right. that's the ONE edge case you have to remember when you omit semicolons |
02:35:22
| * cpup | joined |
02:35:30
| <ogd> | that and return\nfoo but nobody really does that i think |
02:36:26
| <feross> | ogd: yeah, no one really does that one |
02:36:47
| <ogd> | feross: anyway i was thinking it would be useful to compile a list of all the maintenance modules like standard and dependency-check and things like create-module or travisjs and put them in a module called e.g. maintenance-modules that is just a readme on npm |
02:37:57
| <feross> | ogd: another one to add to the list is fixpack by henrik |
02:38:08
| <ogd> | nice hadnt seen that |
02:38:20
| <ogd> | ok im starting the list |
02:38:25
| <feross> | less useful now that npm automatically alphabetizes deps in package.json for you |
02:38:42
| <feross> | but sometimes comes in handy when you add new keys |
02:38:46
| <feross> | ogd: cool, link? |
02:38:57
| <ogd> | will be github.com/maxogden/maintenance-modules |
02:39:21
| <feross> | btw, i just confirmed that `standard` catches the case where you start a line with ( or [ |
02:39:31
| <ogd> | excellent |
02:39:33
| <feross> | so you can omit semicolons without fear of edge cases! |
02:39:44
| <ogd> | you should put that in the readme |
02:39:56
| <feross> | ogd: good call! |
02:40:16
| <ogd> | i link people to this response when they ask me https://github.com/maxogden/messages/issues/18 |
02:42:53
| * cpup | quit (Ping timeout: 245 seconds) |
02:43:29
| * shama | joined |
02:44:43
| <ogd> | substack: what modules do you actively use to maintain/build modules that I should include in https://www.npmjs.com/package/maintenance-modules |
02:44:57
| * shama | quit (Read error: Connection reset by peer) |
02:45:26
| * shama | joined |
02:49:23
| * cpup | joined |
02:49:58
| * shama | quit (Ping timeout: 245 seconds) |
02:51:48
| <feross> | ogd: readme updated https://github.com/feross/standard |
02:56:03
| * cpup | quit (Ping timeout: 256 seconds) |
03:01:29
| * cpup | joined |
03:02:08
| * therealkoopa | joined |
03:04:32
| * yoshuawuyts4 | quit (Ping timeout: 246 seconds) |
03:04:33
| * yoshuawuyts1 | quit (Ping timeout: 246 seconds) |
03:07:58
| * phated | quit (Remote host closed the connection) |
03:08:59
| * cpup | quit (Ping timeout: 245 seconds) |
03:13:03
| * cpup | joined |
03:14:26
| * therealkoopa | quit (Remote host closed the connection) |
03:18:48
| * Maciek416 | quit (Remote host closed the connection) |
03:20:06
| * cpup | quit (Ping timeout: 272 seconds) |
03:21:29
| * fotoverite | quit (Quit: fotoverite) |
03:21:35
| * thlorenz | quit (Remote host closed the connection) |
03:26:12
| * Maciek416 | joined |
03:27:36
| * thlorenz | joined |
03:29:04
| * cpup | joined |
03:32:27
| * thlorenz | quit (Ping timeout: 264 seconds) |
03:36:17
| * cpup | quit (Ping timeout: 256 seconds) |
03:48:10
| * anvaka | joined |
03:55:36
| * cpup | joined |
03:56:18
| * fotoverite | joined |
03:57:36
| * ednapiranha | joined |
03:57:54
| * ednapiranha | part |
04:04:37
| * cpup | quit (Ping timeout: 256 seconds) |
04:12:53
| * therealkoopa | joined |
04:15:11
| * cpup | joined |
04:20:14
| * cpup | quit (Ping timeout: 245 seconds) |
04:20:17
| * contraha_ | quit |
04:20:42
| * contrahax | joined |
04:25:15
| * jxson | joined |
04:27:53
| * cpup | joined |
04:28:26
| * thlorenz | joined |
04:32:58
| * jxson | quit (Remote host closed the connection) |
04:33:18
| * thlorenz | quit (Ping timeout: 245 seconds) |
04:33:35
| * jxson | joined |
04:36:21
| * cpup | quit (Ping timeout: 256 seconds) |
04:37:53
| * jxson | quit (Ping timeout: 245 seconds) |
04:43:59
| * cpup | joined |
04:51:11
| * jxson | joined |
04:52:15
| * cpup | quit (Ping timeout: 276 seconds) |
04:55:49
| * jxson | quit (Remote host closed the connection) |
04:56:11
| * cpup | joined |
05:04:54
| * phated | joined |
05:06:57
| * cpup | quit (Ping timeout: 256 seconds) |
05:13:02
| * rockbo___ | joined |
05:15:53
| * cpup | joined |
05:17:22
| * rockbo___ | quit (Ping timeout: 240 seconds) |
05:20:14
| * cpup | quit (Ping timeout: 245 seconds) |
05:29:36
| * cpup | joined |
05:32:28
| * therealkoopa | quit (Ping timeout: 272 seconds) |
05:34:43
| * cpup | quit (Ping timeout: 256 seconds) |
05:36:01
| * therealkoopa | joined |
05:41:55
| * cpup | joined |
05:43:37
| * therealkoopa | quit (Ping timeout: 245 seconds) |
05:44:36
| * thlorenz | joined |
05:47:03
| * therealkoopa | joined |
05:49:15
| * thlorenz | quit (Ping timeout: 264 seconds) |
05:49:51
| * cpup | quit (Ping timeout: 264 seconds) |
05:51:10
| * DamonOehlman1 | quit (Quit: DamonOehlman1) |
05:51:33
| * DamonOehlman | joined |
05:54:50
| * cpup | joined |
05:58:55
| * Maciek416 | quit (Remote host closed the connection) |
05:59:58
| * DamonOehlman | quit (Ping timeout: 245 seconds) |
06:01:51
| * therealkoopa | quit (Ping timeout: 264 seconds) |
06:03:37
| * cpup | quit (Ping timeout: 256 seconds) |
06:04:49
| * Maciek416 | joined |
06:10:05
| * Maciek416 | quit (Remote host closed the connection) |
06:10:10
| * jxson | joined |
06:13:30
| * Maciek416 | joined |
06:17:53
| * Maciek416 | quit (Ping timeout: 245 seconds) |
06:18:09
| * knownasilya | quit (Quit: Connection closed for inactivity) |
06:22:27
| * cpup | joined |
06:34:13
| * cpup | quit (Ping timeout: 256 seconds) |
06:41:45
| * phated | quit (Remote host closed the connection) |
06:45:41
| * timasche_ | joined |
06:47:21
| * cpup | joined |
06:53:26
| * therealkoopa | joined |
06:55:45
| * phated | joined |
06:57:53
| * therealkoopa | quit (Ping timeout: 245 seconds) |
07:03:26
| * cpup | quit (Ping timeout: 265 seconds) |
07:08:22
| * therealkoopa | joined |
07:10:49
| * cpup | joined |
07:12:44
| * therealkoopa | quit (Ping timeout: 245 seconds) |
07:13:45
| * therealkoopa | joined |
07:15:35
| * cpup | quit (Ping timeout: 256 seconds) |
07:21:30
| * cpup | joined |
07:23:48
| * timasche_ | quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
07:27:00
| * phated | quit (Remote host closed the connection) |
07:30:48
| * therealkoopa | quit (Ping timeout: 245 seconds) |
07:30:53
| * cpup | quit (Ping timeout: 256 seconds) |
07:33:22
| * thlorenz | joined |
07:35:15
| * cpup | joined |
07:37:46
| * thlorenz | quit (Ping timeout: 255 seconds) |
07:46:11
| * cpup | quit (Ping timeout: 256 seconds) |
07:46:28
| * pfraze | quit (Remote host closed the connection) |
07:46:36
| * jxson | quit (Remote host closed the connection) |
07:52:30
| * cpup | joined |
07:52:43
| * djcoin | joined |
07:56:56
| * yoshuawuyts1 | joined |
07:57:05
| * yoshuawuyts4 | joined |
07:58:34
| * cpup | quit (Ping timeout: 245 seconds) |
08:03:22
| * yoshuawuyts4 | quit (Ping timeout: 240 seconds) |
08:03:36
| * yoshuawuyts1 | quit (Ping timeout: 264 seconds) |
08:04:30
| * yoshuawuyts1 | joined |
08:04:31
| * yoshuawuyts4 | joined |
08:06:42
| * cpup | joined |
08:08:46
| * timasche_ | joined |
08:14:31
| * cpup | quit (Ping timeout: 256 seconds) |
08:15:06
| * timasche_ | quit (Read error: Connection reset by peer) |
08:15:49
| * timasche_ | joined |
08:24:25
| * cpup | joined |
08:28:52
| * cpup | quit (Ping timeout: 240 seconds) |
08:35:29
| * cpup | joined |
08:39:51
| * contrahax | quit (Quit: Sleeping) |
08:43:59
| * contrahax | joined |
08:44:57
| * philipn_ | changed nick to philipn |
08:45:07
| * cpup | quit (Ping timeout: 256 seconds) |
08:52:03
| * cpup | joined |
08:52:06
| * yoshuawuyts4 | quit (Ping timeout: 276 seconds) |
08:52:12
| * yoshuawuyts1 | quit (Ping timeout: 264 seconds) |
08:55:01
| * timasche_ | quit (Ping timeout: 264 seconds) |
08:57:36
| * peutetre | joined |
08:58:21
| * contrahax | quit (Quit: Sleeping) |
09:00:39
| * cpup | quit (Ping timeout: 245 seconds) |
09:05:09
| * timasche_ | joined |
09:06:58
| * warbrett | quit (Quit: Connection closed for inactivity) |
09:09:35
| * cpup | joined |
09:13:30
| * therealkoopa | joined |
09:17:59
| * cpup | quit (Ping timeout: 256 seconds) |
09:22:13
| * thlorenz | joined |
09:24:46
| * yoshuawuyts1 | joined |
09:24:48
| * yoshuawuyts4 | joined |
09:27:03
| * thlorenz | quit (Ping timeout: 264 seconds) |
09:27:06
| * cpup | joined |
09:27:27
| * thealphanerd | part |
09:32:24
| * cpup | quit (Ping timeout: 264 seconds) |
09:35:51
| * cpup | joined |
09:42:52
| * therealkoopa | quit (Ping timeout: 240 seconds) |
09:48:50
| * cpup | quit (Ping timeout: 244 seconds) |
09:49:12
| * timasche_ | quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
09:54:40
| * cpup | joined |
10:03:32
| * cpup | quit (Ping timeout: 272 seconds) |
10:10:31
| * cpup | joined |
10:11:02
| * Raste | joined |
10:11:13
| * Raste | quit (Client Quit) |
10:11:50
| * Rasmus_ | joined |
10:12:24
| * Rasmus_ | quit (Client Quit) |
10:17:50
| * therealkoopa | joined |
10:18:03
| * cpup | quit (Ping timeout: 256 seconds) |
10:22:23
| * therealkoopa | quit (Ping timeout: 246 seconds) |
10:24:44
| * cpup | joined |
10:31:28
| * cpup | quit (Ping timeout: 255 seconds) |
10:33:18
| * timasche_ | joined |
10:35:23
| * cpup | joined |
10:37:39
| <mafintosh> | feross: if it wasn't for my fundamental disagreement with style guides, yours seem pretty reasonable, https://github.com/feross/standard |
10:39:20
| * therealkoopa | joined |
10:45:52
| * therealkoopa | quit (Ping timeout: 255 seconds) |
10:48:05
| * cpup | quit (Ping timeout: 256 seconds) |
10:55:06
| * cpup | joined |
11:00:55
| * colingourlay | joined |
11:01:10
| * therealkoopa | joined |
11:01:14
| * cpup | quit (Ping timeout: 265 seconds) |
11:06:40
| * anvaka | quit (Remote host closed the connection) |
11:08:17
| * cpup | joined |
11:11:00
| * thlorenz | joined |
11:12:30
| * therealkoopa | quit (Ping timeout: 276 seconds) |
11:13:35
| * cpup | quit (Ping timeout: 256 seconds) |
11:13:39
| * therealkoopa | joined |
11:13:57
| * thealphanerd | joined |
11:15:23
| * thlorenz | quit (Ping timeout: 252 seconds) |
11:22:48
| * therealkoopa | quit (Ping timeout: 264 seconds) |
11:23:44
| * therealkoopa | joined |
11:30:39
| * therealkoopa | quit (Ping timeout: 264 seconds) |
11:33:27
| * cpup | joined |
11:41:21
| * cpup | quit (Ping timeout: 256 seconds) |
11:52:38
| * cpup | joined |
11:55:32
| * nickleefly | joined |
11:57:39
| * cpup | quit (Ping timeout: 264 seconds) |
12:03:54
| * fotoverite | quit (Quit: fotoverite) |
12:04:40
| * cpup | joined |
12:08:11
| * fotoverite | joined |
12:12:31
| * cpup | quit (Ping timeout: 256 seconds) |
12:15:55
| * cpup | joined |
12:27:49
| * cpup | quit (Ping timeout: 256 seconds) |
12:27:53
| <nickleefly> | I have an issue when using levelup and leveldown. https://github.com/rvagg/node-levelup/issues/306 |
12:33:18
| * fotoverite | quit (Quit: fotoverite) |
12:33:28
| * cpup | joined |
12:41:17
| * cpup | quit (Ping timeout: 265 seconds) |
12:41:52
| * thlorenz | joined |
12:46:39
| * colingourlay | quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
12:46:48
| * thlorenz | quit (Ping timeout: 264 seconds) |
12:47:44
| * colingourlay | joined |
12:53:21
| * cpup | joined |
12:55:19
| * therealkoopa | joined |
12:57:04
| * guybrush | quit (Quit: gnag!) |
12:57:04
| * mawe | quit (Quit: ZNC - http://znc.sourceforge.net) |
13:00:29
| * guybrush | joined |
13:00:50
| * mawe | joined |
13:02:49
| * therealkoopa | quit (Ping timeout: 252 seconds) |
13:04:53
| * fotoverite | joined |
13:06:21
| * cpup | quit (Ping timeout: 256 seconds) |
13:07:36
| * cpup | joined |
13:10:12
| * peutetre | quit (Quit: peutetre) |
13:13:40
| * therealkoopa | joined |
13:24:48
| * thealphanerd | quit (Quit: thealphanerd) |
13:42:42
| * thlorenz | joined |
13:47:03
| * thlorenz | quit (Ping timeout: 245 seconds) |
14:03:35
| * knownasilya | joined |
14:04:51
| * cpup | quit (Ping timeout: 264 seconds) |
14:10:16
| * cpup | joined |
14:11:30
| * therealkoopa | quit (Remote host closed the connection) |
14:11:45
| * therealkoopa | joined |
14:16:23
| * Maciek416 | joined |
14:20:48
| * Maciek416 | quit (Ping timeout: 245 seconds) |
14:21:00
| * cpup | quit (Ping timeout: 264 seconds) |
14:27:18
| * cpup | joined |
14:37:04
| * thlorenz | joined |
14:40:55
| * nickleefly | quit (Quit: Connection closed for inactivity) |
14:40:56
| * thlorenz | quit (Remote host closed the connection) |
14:50:54
| * cpup | quit (Ping timeout: 276 seconds) |
14:55:53
| * cpup | joined |
15:05:17
| * thlorenz | joined |
15:12:16
| * cpup | quit (Ping timeout: 244 seconds) |
15:15:59
| * cpup | joined |
15:31:59
| * cpup | quit (Ping timeout: 256 seconds) |
15:36:47
| * cpup | joined |
15:40:42
| * pfraze | joined |
15:51:23
| * toddself | joined |
15:54:39
| * cpup | quit (Ping timeout: 264 seconds) |
16:01:23
| * cpup | joined |
16:12:48
| * jan____ | quit (Ping timeout: 276 seconds) |
16:14:06
| * yorick | quit (Ping timeout: 276 seconds) |
16:15:09
| * mk30 | quit (Remote host closed the connection) |
16:17:55
| * cpup | quit (Ping timeout: 245 seconds) |
16:17:56
| * mk30_ | joined |
16:18:58
| * yorick | joined |
16:20:25
| * cpup | joined |
16:20:53
| * rhiaro | quit (Quit: No Ping reply in 180 seconds.) |
16:21:59
| * rhiaro | joined |
16:38:51
| * cpup | quit (Ping timeout: 256 seconds) |
16:48:23
| * cpup | joined |
16:53:42
| * jxson | joined |
16:58:12
| * jxson | quit (Ping timeout: 264 seconds) |
17:03:44
| * cpup | quit (Ping timeout: 265 seconds) |
17:10:32
| * cpup | joined |
17:15:49
| * toddself | quit (Quit: Sleeping) |
17:18:50
| * phated | joined |
17:20:40
| * Maciek416 | joined |
17:21:20
| * Maciek416 | quit (Remote host closed the connection) |
17:21:47
| * Maciek416 | joined |
17:27:01
| * cpup | quit (Ping timeout: 256 seconds) |
17:33:22
| * cpup | joined |
17:34:26
| * contrahax | joined |
17:46:02
| * djcoin | quit (Quit: WeeChat 1.0.1) |
17:49:11
| * thlorenz | quit (Remote host closed the connection) |
17:51:32
| * toddself | joined |
17:58:47
| * anvaka | joined |
18:03:34
| * timasche_ | quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
18:03:59
| * warbrett | joined |
18:05:25
| * rockbo___ | joined |
18:13:59
| * cpup | quit (Ping timeout: 245 seconds) |
18:15:57
| * cpup | joined |
18:16:56
| * timasche_ | joined |
18:20:37
| * rockbo___ | changed nick to rockbot___ |
18:32:22
| * jxson | joined |
18:34:27
| * cpup | quit (Ping timeout: 256 seconds) |
18:41:05
| * cpup | joined |
18:42:41
| * shama | joined |
18:50:03
| * thlorenz | joined |
18:50:24
| * thlorenz | quit (Remote host closed the connection) |
18:50:40
| * thlorenz | joined |
18:54:31
| * timasche_ | quit (Read error: Connection reset by peer) |
18:55:03
| * timasche_ | joined |
18:56:21
| * cpup | quit (Ping timeout: 265 seconds) |
19:02:53
| * yoshuawuyts4 | quit (Ping timeout: 245 seconds) |
19:03:25
| * timasche_ | quit (Ping timeout: 264 seconds) |
19:03:46
| * yoshuawuyts1 | quit (Ping timeout: 272 seconds) |
19:04:42
| * cpup | joined |
19:05:34
| * toddself | quit (Quit: Sleeping) |
19:09:00
| * rockbot___ | quit (Remote host closed the connection) |
19:14:26
| * dguttman | joined |
19:17:10
| * cpup | quit (Ping timeout: 244 seconds) |
19:23:39
| <creationix> | I'm making my own language with it's own interpreter to learn C better |
19:24:10
| * cpup | joined |
19:24:26
| <creationix> | It's amazing how low overhead my language is so far. The interpreter is about 13k on disk, the process stays well under 1mb even after running GC stress tests with hundreds of millions of objects being recycled |
19:24:51
| <creationix> | Everyone should try this. I'm learning so much. |
19:25:01
| <creationix> | (and I finally understand how to implement hash tables in C) |
19:25:04
| * toddself | joined |
19:28:58
| * rockbo___ | joined |
19:34:21
| * timasche_ | joined |
19:35:21
| * timasche_ | quit (Client Quit) |
19:37:55
| * cpup | quit (Ping timeout: 256 seconds) |
19:39:31
| * jan____ | joined |
19:40:02
| * jan____ | quit (Changing host) |
19:40:02
| * jan____ | joined |
19:44:11
| * cpup | joined |
19:48:57
| * thlorenz | quit (Remote host closed the connection) |
19:51:28
| * yoshuawuyts1 | joined |
19:51:38
| * CoderPuppy | joined |
19:51:42
| * yoshuawuyts4 | joined |
19:54:01
| * thlorenz | joined |
19:54:27
| * cpup | quit (Ping timeout: 276 seconds) |
20:06:09
| * rockbo___ | changed nick to rockbot___ |
20:09:43
| * michaelrhodes | joined |
20:12:15
| * pfraze | quit (Remote host closed the connection) |
20:20:18
| * timasche_ | joined |
20:22:45
| * creationix_ | joined |
20:23:02
| * wao_ | joined |
20:23:04
| * rom1504_ | joined |
20:23:58
| * ELLIOTTCABLE_ | joined |
20:25:07
| * gausby_ | joined |
20:26:26
| * pose | joined |
20:26:45
| * rockbot___ | quit (Remote host closed the connection) |
20:31:44
| * pose | quit (Ping timeout: 246 seconds) |
20:32:42
| * ELLIOTTCABLE | quit (*.net *.split) |
20:32:42
| * gausby | quit (*.net *.split) |
20:32:43
| * creationix | quit (*.net *.split) |
20:32:43
| * rom1504 | quit (*.net *.split) |
20:32:44
| * wao | quit (*.net *.split) |
20:32:44
| * gausby_ | changed nick to gausby |
20:32:44
| * creationix_ | changed nick to creationix |
20:34:00
| * ELLIOTTCABLE_ | changed nick to ELLIOTTCABLE |
21:01:08
| * CoderPuppy | quit (Read error: Connection reset by peer) |
21:02:27
| * cpup | joined |
21:09:12
| * contrahax | quit (Ping timeout: 276 seconds) |
21:13:08
| * pfraze | joined |
21:14:17
| * pfraze_ | joined |
21:16:02
| * rockbo___ | joined |
21:18:02
| * pfraze | quit (Ping timeout: 272 seconds) |
21:18:39
| * cpup | quit (Ping timeout: 264 seconds) |
21:22:33
| * cpup | joined |
21:26:34
| * rockbo___ | quit (Quit: Leaving...) |
21:29:42
| * michaelrhodes | quit (Quit: Leaving.) |
21:42:11
| * toddself | quit (Quit: Sleeping) |
21:44:53
| * contrahax | joined |
21:49:00
| * cpup | quit (Quit: No Ping reply in 180 seconds.) |
21:50:09
| <ogd> | step 1: google for the best magic hash function from stackoverflow. step 2: profit! |
21:50:23
| * cpup | joined |
22:28:58
| * DamonOehlman | joined |
22:36:02
| <guybrush> | hey guys check out the new vivalidbrowser! according to their website they use browserify under the hood :D |
22:36:13
| <guybrush> | *vivaldi browser |
22:43:58
| * thealphanerd | joined |
22:49:27
| * pose | joined |
22:52:19
| * cpup | quit (Ping timeout: 245 seconds) |
22:55:32
| * cpup | joined |
22:55:57
| * thlorenz | quit (Remote host closed the connection) |
22:59:51
| * DamonOehlman | quit (Ping timeout: 244 seconds) |
23:30:44
| * pose | quit |
23:30:49
| * cpup | quit (Ping timeout: 256 seconds) |
23:36:19
| * cpup | joined |
23:39:00
| * DamonOehlman | joined |
23:43:00
| * timasche_ | quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
23:44:36
| * mk30_ | changed nick to mk30 |
23:48:52
| * cpup | quit (Ping timeout: 240 seconds) |
23:49:29
| * timasche_ | joined |
23:49:36
| <feross> | mafintosh: yeah, i hate style guides too. but i hate fixing people's code after a PR more! |
23:49:59
| <feross> | mafintosh: the alternative is to make them update their PR which feels a bit mean since they took the time to contribute |
23:50:25
| <feross> | mafintosh: and might scare them away or make them abandon the PR, in which case you have to fix it anyway |
23:50:30
| <feross> | mafintosh: and it adds back-and-forth |
23:51:06
| <feross> | btw, someone just published JavaScript Semi-Standard Style: https://github.com/flet/semistandard (for semicolon lovers) |
23:51:09
| <feross> | One Semicolon for the Dark Lord on his Dark Throne |
23:51:11
| <ogd> | lol |
23:51:56
| * hoobdeebla | joined |
23:53:05
| <mafintosh> | feross: i like this, https://github.com/feross/standard#what-you-might-do-if-youre-clever |
23:54:02
| * cpup | joined |
23:54:32
| <feross> | mafintosh: thanks |
23:54:38
| <feross> | mafintosh: i hate maintaining .jshintrc and .jscs files, even for my own text editor. i just want to drop in a module and be done! |
23:54:43
| * thealphanerd | quit (Quit: thealphanerd) |
23:55:24
| <feross> | but jshint is legitimately useful at catching bugs like unused variables that are actually typos that you'd hit in runtime |
23:55:33
| <mafintosh> | feross: and i agree with your above points about contribution. can i fake inline ifs in your style? |
23:55:36
| <mafintosh> | *make not fake |
23:55:43
| <feross> | yep |
23:56:50
| * thlorenz | joined |
23:57:31
| * hoobdeebla | quit |
23:58:02
| <feross> | mafintosh, ogd: btw, i'm open to relaxing the rules a bit if you add `standard` to one of your modules and find there's a lot of (not helpful) warnings |
23:58:26
| <ogd> | feross: most of the errors are because i usually do function( instead of function ( |
23:58:59
| <feross> | ogd: hmm, better consistent in this case, what do you think? |
23:59:04
| <mafintosh> | ogd, feross hah was just about to write the same thing - gonna take some serious effort to avoid |
23:59:30
| <ogd> | not sure how i feel about it yet |
23:59:42
| <ogd> | i think biggest pain is switching now |
23:59:46
| <ogd> | but then i will be consistent im sure |