Options:
- # Session Start: Tue Jul 22 00:00:00 2014
- # Session Ident: #whatwg
- # [00:00] * Quits: weinig (~weinig@17.114.25.171) (Quit: weinig)
- # [00:01] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Quit: Ex-Chat)
- # [00:01] * Quits: ap (~ap@17.114.216.61) (Quit: ap)
- # [00:01] * Quits: othermaciej (~mjs@17.245.24.179) (Quit: othermaciej)
- # [00:01] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [00:01] * Quits: karbassi (~karbassi@li62-206.members.linode.com)
- # [00:02] <TabAtkins> Hixie: Ah, whoops, I never made that change.
- # [00:02] * TabAtkins desperately needs to just crank through all the minutes and find thinks he hasn't done yet.
- # [00:02] * Joins: tav (~tav`@host31-52-143-78.range31-52.btcentralplus.com)
- # [00:02] <Hixie> heh
- # [00:02] <Hixie> that's what i use bug reports for
- # [00:02] <Hixie> (or e-mails to whatwg)
- # [00:02] <TabAtkins> Hixie: Define it in HTML, lemme know the anchor, I'll add it to Selectors and link to HTML for the lang-specific definition.
- # [00:03] <Hixie> roger
- # [00:03] <Hixie> anchor will be selector-modal
- # [00:03] <caitp> arv_, do you know if Object.observe (& related api) was ever in the harmony draft at all, and what happened to it if it was?
- # [00:03] <caitp> and why not if it wasn't :p
- # [00:03] <caitp> #jslang is a bit quiet today, so I inquire here
- # [00:03] <arv_> caitp: It was decided that it would go in ES7
- # [00:04] <arv_> caitp: and it uses the new process (waterfall, ship when ready model)
- # [00:04] <caitp> hmm I see
- # [00:05] * Joins: lmclister (~lmclister@192.150.10.209)
- # [00:05] * Joins: weinig (~weinig@17.114.25.171)
- # [00:06] * Joins: ap (~ap@2620:149:4:304:ad7a:6c50:cc08:f14c)
- # [00:08] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [00:08] * Quits: clamstar (~rx-ident@162.243.230.189) (Ping timeout: 245 seconds)
- # [00:08] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [00:09] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Client Quit)
- # [00:09] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [00:09] <caitp> so was the actual design finalized? or is that still likely/possible to change?
- # [00:09] * Quits: jory (~jory@supercu.be) (Ping timeout: 240 seconds)
- # [00:10] <TabAtkins> Well, it's shipping now, so pretty final.
- # [00:10] <caitp> shipping in a single browser
- # [00:10] <caitp> behind flags
- # [00:12] * Joins: jory (~jory@supercu.be)
- # [00:12] * jory is now known as Guest72352
- # [00:12] * Joins: bholley (~bholley@174-16-206-217.hlrn.qwest.net)
- # [00:13] * Joins: clamstar (~rx-ident@162.243.230.189)
- # [00:15] * Joins: othermaciej (~mjs@17.245.24.179)
- # [00:15] <caitp> anyways, I haven't really reviewed it yet, but Rob Eisenberg put together some tests http://jsperf.com/observing-objects using different strategies, and from his results it looks actually worse to depend on O.o by quite a bit compared to dirty checking. (but obviously prone to all the usual issues with jsperf, and possibly very bad tests)
- # [00:16] <caitp> so I just wanted to see if anything in the specification had changed, but couldn't find any of it :>
- # [00:17] <gsnedders> caitp: is that not QoI?
- # [00:18] * Quits: dbaron (~dbaron@2620:101:80fb:232:90f3:3205:f340:40f2) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:18] <caitp> well it might be a QoI issue, or it might be a fundamental problem with the algorithms, or it might be just bad tests
- # [00:18] <caitp> or a mix of 2 or all 3
- # [00:19] * Joins: dbaron (~dbaron@2620:101:80fb:224:6d1f:b16d:b7a0:73dd)
- # [00:19] <gsnedders> I suspect it's the fact that normal property accesses are ridiculously well optimized, and Object.observe is a slow-case compared with that
- # [00:19] * Quits: plutoniix (~plutoniix@node-yto.pool-180-180.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [00:19] <gsnedders> I suspect observing it will always be slower than checking for changed properties
- # [00:20] <caitp> yes
- # [00:20] <caitp> but 1:100 might not be a very good ratio
- # [00:20] <gsnedders> Because fundementally in your baseline code you'll always generate simple property accesses and slowcase if there's an observer
- # [00:22] <caitp> right, but what it comes down to is it might not even be worth using if it's cheaper without
- # [00:23] <gsnedders> idk, I very much suspect the V8 impl is just unoptimized
- # [00:24] <caitp> could be, should get miko over there :p
- # [00:31] <TabAtkins> No, I think it's shipping publicly in the upcoming Chrome. (I think?)
- # [00:32] <caitp> oh, no apparently it's enabled by default in m36
- # [00:32] * Joins: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64)
- # [00:32] * Joins: newtron_work (~newtron@199.71.174.204)
- # [00:35] * Quits: newtron_ (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [00:36] * Quits: newtron_work (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [00:36] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [00:37] <bretolius> sort of related… anyone have the w3c irc network url with the ssl port?
- # [00:37] * Quits: gavinc (~gavin@7272-e005-0909-c50a-030d-4002-3420-2062.6rd.ip6.sonic.net) (Ping timeout: 240 seconds)
- # [00:38] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Ping timeout: 256 seconds)
- # [00:39] <TabAtkins> bretolius: irc.w3.org:6667
- # [00:39] <bretolius> TabAtkins ty :)
- # [00:40] * Quits: wartdev (~wartdev@109.255.148.96)
- # [00:40] <caitp> that doesn't look like an ssl port
- # [00:41] <TabAtkins> Eh, it's the only port I kno.
- # [00:41] <TabAtkins> know
- # [00:44] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [00:44] * Quits: bholley (~bholley@174-16-206-217.hlrn.qwest.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:45] * Joins: bholley (~bholley@174-16-206-217.hlrn.qwest.net)
- # [00:45] * Quits: bholley (~bholley@174-16-206-217.hlrn.qwest.net) (Client Quit)
- # [00:49] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [00:50] <Hixie> can someone check the "Manipulation of the execution context stack" thread on es-discuss to see if i'm missing something?
- # [00:50] <Hixie> i just don't understand what allen is saying
- # [00:51] * Joins: tantek (~tantek@172.56.39.122)
- # [00:53] * Quits: weinig (~weinig@17.114.25.171) (Quit: weinig)
- # [00:56] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [00:56] * Joins: bholley (~bholley@174-16-206-217.hlrn.qwest.net)
- # [00:59] * Joins: ap_ (~ap@17.114.216.61)
- # [01:00] * Joins: lmclister (~lmclister@192.150.10.209)
- # [01:00] * Quits: othermaciej (~mjs@17.245.24.179) (Quit: othermaciej)
- # [01:02] * Joins: othermaciej (~mjs@17.245.24.179)
- # [01:02] * Quits: ap (~ap@2620:149:4:304:ad7a:6c50:cc08:f14c) (Ping timeout: 240 seconds)
- # [01:02] * ap_ is now known as ap
- # [01:03] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [01:06] * Joins: weinig (~weinig@17.114.5.7)
- # [01:10] * Quits: bholley (~bholley@174-16-206-217.hlrn.qwest.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:11] * Quits: ehsan (~ehsan@2001:450:1f:224:88f:428b:2db6:f094) (Remote host closed the connection)
- # [01:12] * Quits: danjesus (~danjesus@187.37.68.156) (Remote host closed the connection)
- # [01:12] * Joins: danjesus (~danjesus@187.37.68.156)
- # [01:16] * Guest72352 is now known as jory
- # [01:17] * Quits: danjesus (~danjesus@187.37.68.156) (Ping timeout: 240 seconds)
- # [01:19] * Quits: tantek (~tantek@172.56.39.122) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [01:20] * Joins: tantek (~tantek@172.56.39.122)
- # [01:21] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [01:21] * Joins: estellevw (~estellewy@209.49.66.106)
- # [01:23] * Quits: bnicholson (~bnicholso@2620:101:80fc:224:3e97:eff:feef:9aba) (Ping timeout: 240 seconds)
- # [01:27] * Quits: lmclister (~lmclister@192.150.10.209)
- # [01:29] * Quits: weinig (~weinig@17.114.5.7) (Quit: weinig)
- # [01:30] * Quits: rafaelrinaldi (~textual@B12E867B.dynamic.spo.dsl.tesa.net.br) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:41] * Quits: tantek (~tantek@172.56.39.122) (Ping timeout: 245 seconds)
- # [01:42] * Joins: _1_tomy (~14560001@187.145.179.206)
- # [01:42] * Quits: _1_tomy (~14560001@187.145.179.206) (Client Quit)
- # [01:42] * Joins: tantek (~tantek@172.56.39.122)
- # [01:46] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [01:46] * Joins: yoichio_ (yoichio@nat/google/x-cciskjvewmjymqhc)
- # [01:48] * Quits: yoichio (yoichio@nat/google/x-itwvxfovdwhmiwye) (Ping timeout: 272 seconds)
- # [01:49] * Joins: yoichio (yoichio@nat/google/x-vjvufcxzlqyxdtdn)
- # [01:49] * Joins: bnicholson2 (~bnicholso@24.130.57.109)
- # [01:51] * Quits: yoichio_ (yoichio@nat/google/x-cciskjvewmjymqhc) (Ping timeout: 245 seconds)
- # [01:51] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [01:53] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [01:56] * Quits: tantek (~tantek@172.56.39.122) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [01:56] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Ping timeout: 256 seconds)
- # [01:56] * Joins: estellevw (~estellewy@209.49.66.106)
- # [01:58] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [02:05] * Quits: othermaciej (~mjs@17.245.24.179) (Quit: othermaciej)
- # [02:09] * Joins: othermaciej (~mjs@17.245.24.179)
- # [02:10] * Quits: othermaciej (~mjs@17.245.24.179) (Read error: Connection reset by peer)
- # [02:11] * Quits: ap (~ap@17.114.216.61) (Remote host closed the connection)
- # [02:11] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com)
- # [02:11] * Joins: ap (~ap@2620:149:4:304:6c67:9d06:d9b5:bf23)
- # [02:13] * Joins: danjesus (~danjesus@177.189.150.45)
- # [02:20] * Quits: jonathanmarvens (~jonathanm@104.129.66.226) (Remote host closed the connection)
- # [02:20] * Joins: darobin (~darobin@78.208.93.24)
- # [02:21] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:23] * Joins: jonathanmarvens (~jonathanm@104.129.66.226)
- # [02:23] * Joins: seventh (seventh@192.64.4.72)
- # [02:24] * Quits: darobin (~darobin@78.208.93.24) (Ping timeout: 240 seconds)
- # [02:25] * Quits: danjesus (~danjesus@177.189.150.45) (Remote host closed the connection)
- # [02:28] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [02:28] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Read error: Connection reset by peer)
- # [02:28] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [02:29] * Joins: tantek (~tantek@172.56.39.122)
- # [02:30] * Joins: tantek_ (~tantek@172.56.39.122)
- # [02:31] * Joins: plutoniix (~plutoniix@210.213.57.70)
- # [02:33] * Quits: tantek (~tantek@172.56.39.122) (Client Quit)
- # [02:33] * tantek_ is now known as tantek
- # [02:37] * Joins: danjesus (~danjesus@177.189.150.45)
- # [02:38] * Quits: ap (~ap@2620:149:4:304:6c67:9d06:d9b5:bf23) (Quit: ap)
- # [02:40] * Quits: estellevw (~estellewy@209.49.66.106) (Ping timeout: 245 seconds)
- # [02:42] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com) (Remote host closed the connection)
- # [02:44] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [02:45] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [02:45] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [02:46] * Quits: tantek (~tantek@172.56.39.122) (Quit: tantek)
- # [02:51] * Joins: tantek (~tantek@172.56.39.122)
- # [03:02] * Quits: CvP (~CvP@27.147.199.131) (Read error: Connection reset by peer)
- # [03:02] * Quits: danjesus (~danjesus@177.189.150.45)
- # [03:03] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:05] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [03:06] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [03:06] * Joins: CvP (~CvP@27.147.199.131)
- # [03:09] * Quits: jonathanmarvens (~jonathanm@104.129.66.226) (Remote host closed the connection)
- # [03:10] * Joins: jonathanmarvens (~jonathanm@104.129.66.226)
- # [03:11] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 240 seconds)
- # [03:24] * Joins: jungkees (uid24208@gateway/web/irccloud.com/x-vymkowwgbyamneko)
- # [03:26] * Quits: jeremyj (~jeremyj@17.202.49.56) (Read error: Connection reset by peer)
- # [03:26] * Joins: jeremyj_ (~jeremyj@17.202.49.56)
- # [03:30] * Quits: dbaron (~dbaron@2620:101:80fb:224:6d1f:b16d:b7a0:73dd) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:35] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 240 seconds)
- # [03:36] * Joins: KevinMarks (~yaaic@2607:fb90:50c:5bae:fd5b:849c:8dcf:d4ea)
- # [03:37] * Quits: tantek (~tantek@172.56.39.122) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [03:37] * Quits: KevinMarks (~yaaic@2607:fb90:50c:5bae:fd5b:849c:8dcf:d4ea) (Remote host closed the connection)
- # [03:37] * Quits: eric_carlson (~eric@17.202.43.125) (Quit: eric_carlson)
- # [03:38] * Joins: KevinMarks (~yaaic@2607:fb90:50c:5bae:fd5b:849c:8dcf:d4ea)
- # [03:40] * Joins: tantek (~tantek@172.56.39.122)
- # [03:42] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:45] * Quits: tantek (~tantek@172.56.39.122) (Read error: Connection reset by peer)
- # [03:46] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Remote host closed the connection)
- # [03:52] * Joins: thinkxl (~thinkxl@207-91-184-235.nstci.net)
- # [03:53] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [03:54] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [03:54] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [03:54] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Max SendQ exceeded)
- # [03:55] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [03:55] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [03:57] * Joins: jingtaoliu (~technommy@113.104.213.9)
- # [04:06] * Krinkle is now known as Krinkle|detached
- # [04:11] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [04:11] * Quits: jingtaoliu (~technommy@113.104.213.9) (Remote host closed the connection)
- # [04:13] * Quits: dawhite (~dawhite@74.118.22.223) (Ping timeout: 245 seconds)
- # [04:16] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [04:17] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [04:18] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [04:18] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [04:18] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [04:21] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Remote host closed the connection)
- # [04:21] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [04:24] * Joins: tantek (~tantek@172.56.39.122)
- # [04:30] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 245 seconds)
- # [04:33] * Quits: KevinMarks (~yaaic@2607:fb90:50c:5bae:fd5b:849c:8dcf:d4ea) (Ping timeout: 240 seconds)
- # [04:34] * Quits: seventh (seventh@192.64.4.72) (Ping timeout: 250 seconds)
- # [04:35] * Quits: tantek (~tantek@172.56.39.122) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [04:35] * Joins: KevinMarks (~yaaic@2607:fb90:50c:5bae:fd5b:849c:8dcf:d4ea)
- # [04:39] * Joins: weinig (~weinig@98.234.191.242)
- # [04:40] * Joins: jingtaoliu (~technommy@61.144.248.40)
- # [04:44] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com)
- # [04:45] * Quits: jonathanmarvens (~jonathanm@104.129.66.226) (Remote host closed the connection)
- # [04:46] * Quits: jeremyj_ (~jeremyj@17.202.49.56) (Read error: Connection reset by peer)
- # [04:46] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [04:48] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com) (Ping timeout: 240 seconds)
- # [04:54] * Parts: a-ja (~Instantbi@70.230.147.204)
- # [05:01] * Quits: jeremyj (~jeremyj@17.202.49.56) (Read error: Connection reset by peer)
- # [05:02] * Joins: tantek (~tantek@172.56.39.122)
- # [05:02] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243])
- # [05:04] * Joins: jonathanmarvens (~jonathanm@104.129.66.226)
- # [05:13] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [05:18] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 256 seconds)
- # [05:20] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [05:24] * Joins: lilmonkey` (~colin@5ED090B0.cm-7-1c.dynamic.ziggo.nl)
- # [05:24] * Quits: lilmonkey` (~colin@5ED090B0.cm-7-1c.dynamic.ziggo.nl) (Changing host)
- # [05:24] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
- # [05:26] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Ping timeout: 240 seconds)
- # [05:27] * Joins: tantek_ (~tantek@c-67-169-40-58.hsd1.ca.comcast.net)
- # [05:27] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [05:27] * Quits: tantek (~tantek@172.56.39.122) (Ping timeout: 240 seconds)
- # [05:27] * tantek_ is now known as tantek
- # [05:29] * Quits: jingtaoliu (~technommy@61.144.248.40) (Quit: brb)
- # [05:30] * Joins: technommy (~technommy@61.144.248.40)
- # [05:31] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Read error: Connection timed out)
- # [05:38] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Read error: Connection reset by peer)
- # [05:38] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [05:40] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [05:50] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [05:50] * Joins: gavin_ (~gavin@76.14.87.162)
- # [05:50] * Joins: jonatha__ (~jonathanm@104.129.66.226)
- # [05:53] * Quits: jonathanmarvens (~jonathanm@104.129.66.226) (Ping timeout: 264 seconds)
- # [06:08] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [06:11] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [06:12] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 250 seconds)
- # [06:13] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Read error: Connection reset by peer)
- # [06:13] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [06:15] * Quits: tantek (~tantek@c-67-169-40-58.hsd1.ca.comcast.net) (Quit: tantek)
- # [06:26] * Joins: tantek (~tantek@172.56.39.122)
- # [06:38] * Joins: dbaron (~dbaron@2620:101:80fb:224:6d1f:b16d:b7a0:73dd)
- # [06:41] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [06:43] * Quits: dbaron (~dbaron@2620:101:80fb:224:6d1f:b16d:b7a0:73dd) (Ping timeout: 240 seconds)
- # [06:44] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com)
- # [06:48] * Quits: jonatha__ (~jonathanm@104.129.66.226) (Remote host closed the connection)
- # [06:49] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com) (Ping timeout: 250 seconds)
- # [06:49] * Joins: tantek-ipod (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [06:52] * Quits: tantek (~tantek@172.56.39.122) (Ping timeout: 260 seconds)
- # [06:52] * tantek-ipod is now known as tantek
- # [06:52] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [06:54] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Client Quit)
- # [06:55] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [06:57] * Quits: yutak (~yutak@2401:fa00:4:1000:bd8d:acb0:c661:c5db) (Ping timeout: 240 seconds)
- # [06:58] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Client Quit)
- # [07:02] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [07:06] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 250 seconds)
- # [07:10] * Joins: yutak (~yutak@2401:fa00:4:1000:e8a2:7512:f510:4ad5)
- # [07:13] * bretolius is now known as bret
- # [07:19] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:20] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [07:31] * Quits: thinkxl (~thinkxl@207-91-184-235.nstci.net)
- # [07:38] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [07:42] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [07:42] * Joins: darobin (~darobin@2a01:e34:ed05:d180:8c2f:6a1e:a5ef:56bf)
- # [07:42] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [07:42] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [07:42] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [07:44] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [07:46] * Joins: zdobersek (~zan@46.166.186.216)
- # [07:47] * Quits: darobin (~darobin@2a01:e34:ed05:d180:8c2f:6a1e:a5ef:56bf) (Ping timeout: 256 seconds)
- # [07:49] * Joins: jonathanmarvens (~jonathanm@2601:6:7700:929:c05a:714d:ba54:88a6)
- # [07:49] * Joins: Smylers (~smylers@host86-156-210-94.range86-156.btcentralplus.com)
- # [07:56] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [08:00] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 250 seconds)
- # [08:01] * Quits: Smylers (~smylers@host86-156-210-94.range86-156.btcentralplus.com) (Quit: Leaving.)
- # [08:15] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Ping timeout: 250 seconds)
- # [08:19] * technommy is now known as tommy
- # [08:20] * tommy is now known as Guest82736
- # [08:24] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [08:29] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [08:40] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [08:43] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [08:43] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Client Quit)
- # [08:50] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [08:53] * Joins: markkes (~markkes@62.207.90.201)
- # [08:55] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 256 seconds)
- # [09:05] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 264 seconds)
- # [09:10] * Joins: Ducki (~Ducki@191.233.66.1)
- # [09:24] * Joins: KevinMarks_ (~KevinMark@172.56.38.72)
- # [09:29] * Joins: Ms2ger (~Ms2ger@102.206-242-81.adsl-dyn.isp.belgacom.be)
- # [09:33] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [09:33] * Joins: darobin (~darobin@89.202.203.52)
- # [09:34] * Quits: darobin (~darobin@89.202.203.52) (Remote host closed the connection)
- # [09:36] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Ping timeout: 245 seconds)
- # [09:38] * Joins: darobin (~darobin@89.202.203.52)
- # [09:44] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [09:49] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 245 seconds)
- # [09:54] * Joins: Smylers (~smylers@176.12.107.140)
- # [10:00] * Joins: jensnockert (~jensnocke@37-46-184-126.customers.ownit.se)
- # [10:01] * Quits: Guest82736 (~technommy@61.144.248.40) (Read error: Connection reset by peer)
- # [10:01] * Joins: tommy (~technommy@61.144.248.40)
- # [10:01] * tommy is now known as Guest55688
- # [10:05] * Quits: Smylers (~smylers@176.12.107.140) (Ping timeout: 245 seconds)
- # [10:10] * Joins: KevinMarks__ (~KevinMark@172.56.38.23)
- # [10:13] * Quits: KevinMarks (~yaaic@2607:fb90:50c:5bae:fd5b:849c:8dcf:d4ea) (Ping timeout: 240 seconds)
- # [10:13] * Quits: KevinMarks_ (~KevinMark@172.56.38.72) (Ping timeout: 245 seconds)
- # [10:14] * Joins: KevinMarks (~yaaic@2607:fb90:2707:aa5f:317d:275f:6bf0:f1bf)
- # [10:18] * Quits: KevinMarks__ (~KevinMark@172.56.38.23) (Ping timeout: 250 seconds)
- # [10:30] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 255 seconds)
- # [10:38] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [10:40] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [10:43] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 240 seconds)
- # [10:43] * Joins: Smylers (~smylers@81.143.60.194)
- # [10:51] * Quits: Guest55688 (~technommy@61.144.248.40) (Read error: Connection reset by peer)
- # [10:52] * Joins: tommy (~technommy@61.144.248.40)
- # [10:52] * tommy is now known as Guest993
- # [10:56] * Quits: Guest993 (~technommy@61.144.248.40) (Read error: Connection reset by peer)
- # [11:01] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [11:05] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [11:17] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 250 seconds)
- # [11:18] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [11:19] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [11:22] * Quits: jonathanmarvens (~jonathanm@2601:6:7700:929:c05a:714d:ba54:88a6) (Remote host closed the connection)
- # [11:29] * Joins: darobin_ (~darobin@2001:450:1e:232:291a:bacb:7304:c91f)
- # [11:32] * Quits: darobin (~darobin@89.202.203.52) (Ping timeout: 260 seconds)
- # [11:33] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [11:33] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [11:35] * Quits: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64) (Remote host closed the connection)
- # [11:35] * Quits: KevinMarks (~yaaic@2607:fb90:2707:aa5f:317d:275f:6bf0:f1bf) (Ping timeout: 240 seconds)
- # [11:36] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [11:37] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 240 seconds)
- # [11:39] * Joins: tommy (~technommy@61.144.248.40)
- # [11:39] * tommy is now known as Guest93830
- # [11:42] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [11:43] * Joins: adactio (~adactio@212.42.170.121)
- # [11:45] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-vbcrdwyahcmnboqf) (Ping timeout: 240 seconds)
- # [11:46] * Quits: jensnockert (~jensnocke@37-46-184-126.customers.ownit.se) (Remote host closed the connection)
- # [11:48] * Joins: kborchers (kborchers@gateway/shell/jquery.com/x-snnuahwgjytxyoai)
- # [11:50] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [11:51] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [11:51] * Joins: roc (~chatzilla@121-98-106-217.bng1.tvc.orcon.net.nz)
- # [11:54] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
- # [11:54] * Quits: mmn (~MattN@192.95.22.58) (*.net *.split)
- # [11:54] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [11:54] * Quits: hendry (~hendry@sg.webconverger.com) (*.net *.split)
- # [11:54] * Quits: wakaba (~wakaba@141.184.128.101.dy.bbexcite.jp) (*.net *.split)
- # [11:54] * Quits: dwim (~dwim@210.94.41.89) (*.net *.split)
- # [11:54] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [11:54] * Quits: rillian (giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [11:54] * Quits: daurnimator (~daurnimat@unaffiliated/daurn) (*.net *.split)
- # [11:54] * Quits: lokling (~quassel@quassel.woboq.com) (*.net *.split)
- # [11:54] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [11:54] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [11:54] * Joins: rillian (giles@mf4-xiph.osuosl.org)
- # [11:54] * Joins: odinho (odinho@dalvik.ping.uio.no)
- # [11:54] * Joins: hendry (~hendry@sg.webconverger.com)
- # [11:54] * Joins: daurnimator (~daurnimat@unaffiliated/daurn)
- # [11:55] * Joins: dwim (~dwim@210.94.41.89)
- # [11:55] * Joins: wakaba (~wakaba@141.184.128.101.dy.bbexcite.jp)
- # [11:55] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [11:55] * Joins: mmn (~MattN@192.95.22.58)
- # [11:55] * Joins: hober (~ted@unaffiliated/hober)
- # [11:56] * Joins: lokling (~quassel@quassel.woboq.de)
- # [12:05] <Ms2ger> FTR, irc.w3.org only has SSL support for staff
- # [12:11] <jgraham> Was that apropos anything in particular?
- # [12:11] <Ms2ger> Backscroll
- # [12:12] <jgraham> Oh
- # [12:13] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [12:14] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Client Quit)
- # [12:17] <gsnedders> Ms2ger: why is it staff only, if you know?
- # [12:17] <Ms2ger> I don't
- # [12:17] <Ms2ger> Perhaps MikeSmith does
- # [12:18] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [12:23] * kochi1 is now known as kochi_z
- # [12:23] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [12:24] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 264 seconds)
- # [12:34] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 245 seconds)
- # [12:38] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [12:38] <MikeSmith> dunno but if I had to guess I'd guess for the same reason that freenode default is non-ssl
- # [12:39] <MikeSmith> like, so that people don't have to figure out how to configure their irc clients for ssl
- # [12:40] <MikeSmith> also there are some channels that are team-only so there needs to be some means to restrict access to those
- # [12:40] <MikeSmith> we used to do that by running on a different server that required an ssh tunnel to get to
- # [12:45] * Quits: Guest93830 (~technommy@61.144.248.40) (Remote host closed the connection)
- # [12:46] * Joins: tommy (~technommy@61.144.248.40)
- # [12:46] * tommy is now known as Guest50644
- # [12:47] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [12:47] * Quits: plutoniix (~plutoniix@210.213.57.70) (Quit: จรลี จรลา)
- # [12:48] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [12:49] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [12:49] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [12:49] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [12:49] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [12:51] * Quits: Guest50644 (~technommy@61.144.248.40) (Ping timeout: 272 seconds)
- # [13:06] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 245 seconds)
- # [13:33] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [13:33] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-jlrgooqqfjficrgo)
- # [13:33] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Client Quit)
- # [13:39] * Joins: scor (scor@nat/acquia/x-ixkvuvwaomntlend)
- # [13:39] * Quits: scor (scor@nat/acquia/x-ixkvuvwaomntlend) (Changing host)
- # [13:39] * Joins: scor (scor@drupal.org/user/52142/view)
- # [13:44] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [13:44] * Quits: adactio (~adactio@212.42.170.121) (Ping timeout: 250 seconds)
- # [13:56] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [14:04] * Joins: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br)
- # [14:06] * Joins: milkshoes (~milkshoes@75.103.0.28)
- # [14:17] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [14:23] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [14:25] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [14:26] * Quits: Kolombiken (~Adium@94.137.124.2) (Ping timeout: 264 seconds)
- # [14:34] * Joins: test_ (550f2b7e@gateway/web/freenode/ip.85.15.43.126)
- # [14:34] * Quits: ^esc_ (~esc-ape@91.141.2.94.wireless.dyn.drei.com) (Ping timeout: 250 seconds)
- # [14:35] <test_> Hello everyone
- # [14:35] <test_> I have a question
- # [14:37] <gsnedders> test_: just ask
- # [14:38] <test_> I wanna start bug hunting into browsers
- # [14:38] <gsnedders> jgraham: we need to work out how to deal with serializer tests in html5lib-tests again, because they're pretty html5lib-python specific and expect specific sets of options to be available and to be the defaults
- # [14:38] <test_> but I dont know where to start
- # [14:39] <gsnedders> test_: do you want to test any specific thing, or just anywhere in browsers? do you want to target specific types of bugs (like, say, security ones)?
- # [14:40] <test_> I want to hunt vulnerabilities
- # [14:40] <test_> UAF or OF or etc
- # [14:42] <test_> I want to fuzz core of browsers
- # [14:42] <gsnedders> so it's worthwhile to note that browser vendors write fuzzers to test a lot quickly, and run fuzzers with things like AddressSanitizer to detect such classes of bugs
- # [14:42] <test_> mutation or vector or SMT solvers
- # [14:43] * Joins: newtron_ (~newtron@199.71.174.203)
- # [14:43] <test_> yess I know. But there is alot anyway
- # [14:44] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [14:46] <gsnedders> symbolic execution (which is the only place I've seen SMT solvers around fuzzers) is unlikely to find much directly (the search space is just too big); practically you need to find some area you think will be more likely to yield security bugs and write a decent fuzzer to fuzz around it
- # [14:49] <test_> smt solvers + taint gives us some helpfull informations
- # [14:49] <test_> it can be used in fuzzing somehow
- # [14:49] <gsnedders> for sure it can in principle, it's just not something I've seen done much :)
- # [14:50] <test_> but I dont know how to select some area to fuzz
- # [14:50] <test_> I mean which areas will be more vulnerable
- # [14:51] * Joins: plutoniix (~plutoniix@node-r4j.pool-180-180.dynamic.totbb.net)
- # [14:52] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [14:53] * Joins: weinig (~weinig@98.234.191.242)
- # [14:53] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [14:55] * Joins: tommy (~technommy@113.104.213.9)
- # [14:56] * tommy is now known as Guest21962
- # [14:57] * Joins: L0TExp (~Test@85.15.43.126)
- # [15:04] * Quits: test_ (550f2b7e@gateway/web/freenode/ip.85.15.43.126) (Quit: Page closed)
- # [15:04] <gsnedders> test_: look at where bugs are found today; that's probably your best bet if you don't know the codebase yourself
- # [15:06] <Ms2ger> darobin_, Servo is always hiring ;)
- # [15:06] <wilhelm> Poking the network/protocol layer would be interesting.
- # [15:06] <darobin_> Ms2ger: do I need to know Rust already?
- # [15:06] * darobin_ is now known as Ms2ger_
- # [15:06] <Ms2ger_> bah
- # [15:06] * Ms2ger_ is now known as darobin
- # [15:06] <Ms2ger> Why yes, I'm here
- # [15:06] * darobin shouldn't try to do two things at once
- # [15:07] <darobin> Ms2ger: mmmmmm
- # [15:07] <darobin> that might actually be interesting
- # [15:07] <darobin> I'll think on it, thanks Ms2ger :)
- # [15:08] <Ms2ger> Np :)
- # [15:08] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [15:08] * Joins: TimboTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [15:10] * Joins: eric_carlson (~eric@17.202.43.125)
- # [15:10] * Joins: darobin_ (~darobin@2001:450:1e:232:291a:bacb:7304:c91f)
- # [15:12] <MikeSmith> Ms2ger: I know PHP is Rust close to that
- # [15:13] * Quits: darobin (~darobin@2001:450:1e:232:291a:bacb:7304:c91f) (Ping timeout: 260 seconds)
- # [15:15] * Joins: Kolombiken (~Adium@94.137.124.2)
- # [15:15] * wilhelm attaches a sphygmomanometer to Ms2ger.[C
- # [15:17] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [15:27] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [15:27] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:27] * Joins: ambv (~ambv@206.108.217.134)
- # [15:30] <MikeSmith> well I know WordPress too
- # [15:31] * Joins: arthurvr (~arthurvr@dD5761476.access.telenet.be)
- # [15:31] * Quits: arthurvr (~arthurvr@dD5761476.access.telenet.be) (Client Quit)
- # [15:31] * MikeSmith adds "multi-faceted developer" to his c.v., after "thought leader"
- # [15:33] * Quits: Ms2ger (~Ms2ger@102.206-242-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 260 seconds)
- # [15:38] * Quits: roc (~chatzilla@121-98-106-217.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [15:40] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com)
- # [15:45] * Joins: Ms2ger (~Ms2ger@91.182.41.26)
- # [15:47] * Quits: L0TExp (~Test@85.15.43.126) (Ping timeout: 245 seconds)
- # [15:51] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Ping timeout: 256 seconds)
- # [15:54] * Joins: milkshoes_ (~milkshoes@75.103.0.28)
- # [15:56] * Joins: mpaarating (~mpaaratin@63-254-231-74.ip.mcleodusa.net)
- # [15:56] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [15:57] * Quits: milkshoes (~milkshoes@75.103.0.28) (Ping timeout: 250 seconds)
- # [16:05] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [16:05] * Joins: ambv (~ambv@206.108.217.134)
- # [16:07] * Quits: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br) (Remote host closed the connection)
- # [16:10] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [16:10] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [16:11] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 260 seconds)
- # [16:12] * Quits: eric_carlson (~eric@17.202.43.125) (Quit: eric_carlson)
- # [16:19] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Ping timeout: 256 seconds)
- # [16:20] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [16:43] * Joins: Smylers (~smylers@81.143.60.194)
- # [16:44] * Joins: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com)
- # [16:46] * Quits: jungkees (uid24208@gateway/web/irccloud.com/x-vymkowwgbyamneko) (Quit: Connection closed for inactivity)
- # [16:48] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:d10e:b855:2dab:8443)
- # [16:51] * Joins: jwalden (~waldo@2620:101:80fc:232:7e7a:91ff:fe25:a5a3)
- # [16:51] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
- # [16:53] * Quits: jwalden (~waldo@2620:101:80fc:232:7e7a:91ff:fe25:a5a3) (Client Quit)
- # [16:54] * Joins: ehynds (~ehynds@64.206.121.41)
- # [16:54] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [17:00] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:05] * Quits: Ducki (~Ducki@191.233.66.1) (Ping timeout: 260 seconds)
- # [17:09] * Quits: TimboTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [17:09] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [17:19] * Joins: dawhite (~dawhite@74.118.22.223)
- # [17:20] * Joins: ragnarock_ (~ragnarock@117.201.161.217)
- # [17:23] * Quits: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com) (Remote host closed the connection)
- # [17:25] * Quits: markkes (~markkes@62.207.90.201) (Ping timeout: 240 seconds)
- # [17:27] * JonathanNeal adds the many faceted things MikeSmith adds, following his lead.
- # [17:35] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 250 seconds)
- # [17:36] * Joins: lmclister (~lmclister@192.150.10.209)
- # [17:36] * Quits: darobin_ (~darobin@2001:450:1e:232:291a:bacb:7304:c91f) (Remote host closed the connection)
- # [17:43] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [17:45] * Guest21962 is now known as tommy
- # [17:45] * tommy is now known as Guest72588
- # [17:46] * Guest72588 is now known as taoniue
- # [17:51] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [17:51] * Joins: ambv (~ambv@206.108.217.134)
- # [17:52] * Joins: dawhite_ (~dawhite@74.118.22.223)
- # [17:53] * Joins: ehsan (~ehsan@2001:450:1f:224:b5bd:fc4d:1d9d:6a48)
- # [17:53] * Quits: dawhite (~dawhite@74.118.22.223) (Quit: Leaving)
- # [17:53] * Quits: dawhite_ (~dawhite@74.118.22.223) (Remote host closed the connection)
- # [17:54] * Joins: dawhite (~dawhite@74.118.22.223)
- # [17:55] * Joins: gavinc (~gavin@d7e1-e6b0-486b-5e5c-030d-4002-3420-2062.6rd.ip6.sonic.net)
- # [18:01] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [18:02] * Joins: bkardell__ (uid10373@gateway/web/irccloud.com/x-dwntnsoksnmztgtq)
- # [18:08] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [18:08] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [18:10] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [18:12] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [18:13] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [18:16] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-snnuahwgjytxyoai) (Changing host)
- # [18:16] * Joins: kborchers (kborchers@unaffiliated/kborchers)
- # [18:16] * Quits: kborchers (kborchers@unaffiliated/kborchers) (Changing host)
- # [18:16] * Joins: kborchers (kborchers@gateway/shell/jquery.com/x-snnuahwgjytxyoai)
- # [18:17] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [18:22] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [18:23] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [18:27] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:27] * Joins: ^esc (~esc-ape@178.165.131.51.wireless.dyn.drei.com)
- # [18:28] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [18:29] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [18:29] * Joins: lmclister (~lmclister@192.150.10.209)
- # [18:29] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 255 seconds)
- # [18:30] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [18:31] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [18:40] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [18:44] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 264 seconds)
- # [18:45] * Joins: jcgregorio (~jcgregori@67.23.204.226)
- # [18:46] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [18:55] * Joins: taoniue_ (~technommy@121.15.85.55)
- # [18:57] * Quits: taoniue (~technommy@113.104.213.9) (Ping timeout: 240 seconds)
- # [18:59] * Joins: taoniue (~technommy@183.37.189.239)
- # [19:00] * Quits: taoniue (~technommy@183.37.189.239) (Remote host closed the connection)
- # [19:00] * Quits: taoniue_ (~technommy@121.15.85.55) (Ping timeout: 240 seconds)
- # [19:00] * Joins: taoniue (~technommy@183.37.189.239)
- # [19:00] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:01] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:02] * Joins: taoniue_ (~technommy@183.37.189.239)
- # [19:04] * Quits: taoniue (~technommy@183.37.189.239) (Ping timeout: 250 seconds)
- # [19:08] * Joins: taoniue (~technommy@183.37.186.37)
- # [19:10] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-gtbyjdcheaqihgut) (Quit: Connection closed for inactivity)
- # [19:10] * Quits: taoniue_ (~technommy@183.37.189.239) (Ping timeout: 245 seconds)
- # [19:12] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com) (Remote host closed the connection)
- # [19:12] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com)
- # [19:14] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [19:16] * Quits: jcgregorio (~jcgregori@67.23.204.226) (Ping timeout: 256 seconds)
- # [19:16] * Quits: Ms2ger (~Ms2ger@91.182.41.26) (Quit: nn)
- # [19:17] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com) (Ping timeout: 264 seconds)
- # [19:17] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:18] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:18] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com)
- # [19:18] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [19:21] * Quits: jeremyj (~jeremyj@17.202.49.56) (Ping timeout: 256 seconds)
- # [19:23] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [19:28] * Joins: jsbell (jsbell@nat/google/x-jxninowvuajsqpgg)
- # [19:35] * Joins: ap (~ap@2620:149:4:304:6c67:9d06:d9b5:bf23)
- # [19:38] * Joins: eric_carlson (~eric@17.202.43.125)
- # [19:40] * Joins: jcgregorio (~jcgregori@67.23.204.226)
- # [19:41] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com) (Remote host closed the connection)
- # [19:41] * Joins: weinig (~weinig@17.202.50.223)
- # [19:42] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [19:47] * Quits: jeremyj (~jeremyj@17.202.49.56) (Ping timeout: 250 seconds)
- # [19:51] * Quits: milkshoes_ (~milkshoes@75.103.0.28) (Quit: Going offline, see ya! (www.adiirc.com))
- # [19:52] * Joins: ap_ (~ap@17.114.216.61)
- # [19:55] * Quits: ap (~ap@2620:149:4:304:6c67:9d06:d9b5:bf23) (Ping timeout: 240 seconds)
- # [19:55] * ap_ is now known as ap
- # [19:55] * Quits: ap (~ap@17.114.216.61) (Remote host closed the connection)
- # [19:56] * Joins: ap (~ap@2620:149:4:304:40fe:3bd6:e7a0:2211)
- # [20:01] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com)
- # [20:04] * Quits: jcgregorio (~jcgregori@67.23.204.226) (Ping timeout: 240 seconds)
- # [20:07] * Quits: ragnarock_ (~ragnarock@117.201.161.217) (Quit: Leaving)
- # [20:08] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Ping timeout: 272 seconds)
- # [20:09] * Quits: encrypt3d_fracti (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [20:11] * Joins: ShaneHudson (~ShaneHuds@90.215.114.83)
- # [20:13] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [20:14] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:d10e:b855:2dab:8443) (Quit: Leaving.)
- # [20:16] * Joins: rafaelrinaldi (~textual@B12E867B.dynamic.spo.dsl.tesa.net.br)
- # [20:23] * Joins: Smylers (~smylers@host86-156-210-94.range86-156.btcentralplus.com)
- # [20:25] * Joins: darobin (~darobin@2a01:e34:ed05:d180:e4bb:1e9b:15d5:8f7c)
- # [20:26] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:d10e:b855:2dab:8443)
- # [20:27] * Joins: encrypt3d_fracti (~encryptd_@209.201.113.2)
- # [20:36] * Quits: ehsan (~ehsan@2001:450:1f:224:b5bd:fc4d:1d9d:6a48) (Quit: Leaving...)
- # [20:39] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Remote host closed the connection)
- # [20:40] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [20:41] * Quits: Silgarth (32549c22@gateway/web/freenode/ip.50.84.156.34) (Quit: Page closed)
- # [20:44] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 240 seconds)
- # [20:50] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [20:50] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [20:52] * Quits: mpaarating (~mpaaratin@63-254-231-74.ip.mcleodusa.net) (Ping timeout: 240 seconds)
- # [20:52] * Joins: mpaarating_ (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com)
- # [20:54] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:06] * Quits: ShaneHudson (~ShaneHuds@90.215.114.83) (Quit: Computer fell asleep.)
- # [21:07] * Joins: jcgregorio (~jcgregori@67.23.204.226)
- # [21:10] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [21:12] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [21:12] <Hixie> jorendorff: yt?
- # [21:12] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [21:13] <jorendorff> Hixie: yep.
- # [21:13] <Hixie> jorendorff: any chance you could update the js spec html version?
- # [21:13] <Hixie> allen put out an update recently that affects the stuff i'm looking at
- # [21:13] <Hixie> but the pdf is a pain to deal with
- # [21:14] <jorendorff> Hixie: Yes, I'll work on it tonight.
- # [21:14] <Hixie> cool, thanks
- # [21:14] * Joins: ShaneHudson (~ShaneHuds@90.215.114.83)
- # [21:14] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [21:15] <Hixie> i wonder how allen wants event handler attributes to work in the new world
- # [21:15] <Hixie> i also wonder how anne wants his fetch stuff to interact with ES Loader stuff
- # [21:17] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:d10e:b855:2dab:8443) (Read error: Connection reset by peer)
- # [21:18] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:d10e:b855:2dab:8443)
- # [21:25] * Quits: jcgregorio (~jcgregori@67.23.204.226) (Ping timeout: 240 seconds)
- # [21:25] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 240 seconds)
- # [21:27] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [21:33] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [21:35] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [21:37] * Joins: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [21:39] * Quits: eric_carlson (~eric@17.202.43.125) (Quit: eric_carlson)
- # [21:41] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com) (Remote host closed the connection)
- # [21:44] * Joins: othermaciej (~mjs@17.245.27.149)
- # [21:50] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [21:50] * Joins: jeremyj (~jeremyj@17.245.28.10)
- # [21:54] * Joins: dbaron (~dbaron@2620:101:80fb:224:6d1f:b16d:b7a0:73dd)
- # [21:55] * Quits: jeremyj (~jeremyj@17.245.28.10) (Ping timeout: 240 seconds)
- # [21:55] * Krinkle|detached is now known as Krinkle
- # [21:57] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [21:58] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [22:03] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [22:04] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [22:04] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [22:05] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Quit: Leaving)
- # [22:06] * Quits: ShaneHudson (~ShaneHuds@90.215.114.83) (Quit: Computer fell asleep.)
- # [22:06] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [22:08] * Quits: mpaarating_ (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com) (Quit: mpaarating_)
- # [22:11] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [22:12] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-jlrgooqqfjficrgo)
- # [22:12] * Joins: roc (~chatzilla@121-98-106-217.bng1.tvc.orcon.net.nz)
- # [22:13] * Joins: ehsan (~ehsan@2001:450:1f:224:161:50fe:3a17:4084)
- # [22:17] * Joins: lmclister (~lmclister@192.150.10.209)
- # [22:19] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Ping timeout: 240 seconds)
- # [22:20] * Joins: jeremyj (~jeremyj@17.245.28.139)
- # [22:20] * Quits: jeremyj (~jeremyj@17.245.28.139) (Client Quit)
- # [22:22] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [22:22] * Joins: jeremyj (~jeremyj@17.245.28.139)
- # [22:26] * Joins: jcgregorio (~jcgregori@67.23.204.226)
- # [22:30] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [22:31] * Quits: othermaciej (~mjs@17.245.27.149) (Quit: othermaciej)
- # [22:31] * Quits: jeremyj (~jeremyj@17.245.28.139) (Ping timeout: 240 seconds)
- # [22:33] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [22:33] * Quits: jcgregorio (~jcgregori@67.23.204.226) (Ping timeout: 256 seconds)
- # [22:34] * Joins: othermaciej (~mjs@17.245.27.149)
- # [22:40] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [22:41] * Joins: lmclister (~lmclister@192.150.10.209)
- # [22:43] * Joins: jeremyj_ (~jeremyj@17.245.28.139)
- # [22:44] * Quits: roc (~chatzilla@121-98-106-217.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [22:44] * Quits: jeremyj_ (~jeremyj@17.245.28.139) (Read error: Connection reset by peer)
- # [22:45] * Joins: jeremyj_ (~jeremyj@17.245.28.139)
- # [22:46] * Joins: jeremyj__ (~jeremyj@17.202.49.56)
- # [22:46] * Quits: jeremyj (~jeremyj@17.202.49.56) (Ping timeout: 245 seconds)
- # [22:49] * Krinkle is now known as Krinkle|detached
- # [22:49] * Quits: jeremyj_ (~jeremyj@17.245.28.139) (Ping timeout: 255 seconds)
- # [22:51] * Quits: othermaciej (~mjs@17.245.27.149) (Ping timeout: 260 seconds)
- # [22:52] * Joins: tantek (~tantek@172.56.38.79)
- # [22:57] * Joins: othermaciej (~mjs@17.114.217.250)
- # [22:58] * Joins: ShaneHudson (~ShaneHuds@90.215.114.83)
- # [23:00] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:00] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:02] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 255 seconds)
- # [23:02] * Quits: othermaciej (~mjs@17.114.217.250) (Client Quit)
- # [23:05] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:13] * Quits: jeremyj__ (~jeremyj@17.202.49.56) (Ping timeout: 245 seconds)
- # [23:13] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:14] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:14] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:d10e:b855:2dab:8443) (Quit: Leaving.)
- # [23:14] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [23:18] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:19] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:19] * Quits: zdobersek (~zan@46.166.186.216) (Quit: Leaving.)
- # [23:20] * Joins: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64)
- # [23:22] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [23:23] * Joins: jeremyj (~jeremyj@17.245.28.139)
- # [23:23] * Quits: jeremyj (~jeremyj@17.245.28.139) (Client Quit)
- # [23:24] * Joins: jeremyj (~jeremyj@17.245.28.139)
- # [23:25] * Quits: jeremyj (~jeremyj@17.245.28.139) (Client Quit)
- # [23:25] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:25] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:27] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Remote host closed the connection)
- # [23:29] * Quits: taoniue (~technommy@183.37.186.37) (Remote host closed the connection)
- # [23:30] * Joins: jcgregorio (~jcgregori@67.23.204.226)
- # [23:31] * Joins: jeremyj (~jeremyj@17.245.28.139)
- # [23:36] * Quits: darobin (~darobin@2a01:e34:ed05:d180:e4bb:1e9b:15d5:8f7c) (Remote host closed the connection)
- # [23:37] * Quits: ehynds (~ehynds@64.206.121.41)
- # [23:38] * Joins: darobin_ (~darobin@2a01:e34:ed05:d180:e4bb:1e9b:15d5:8f7c)
- # [23:40] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:44] * Joins: rniwa (~rniwa@17.202.43.222)
- # [23:46] * Quits: darobin_ (~darobin@2a01:e34:ed05:d180:e4bb:1e9b:15d5:8f7c) (Remote host closed the connection)
- # [23:49] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [23:58] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [23:59] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # Session Close: Wed Jul 23 00:00:00 2014
The end :)