Options:
Previous day, Next day
- # Session Start: Mon Apr 20 00:00:00 2015
- # Session Ident: #whatwg
- # [00:03] * Joins: wartdev (~wartdev@109.255.148.96)
- # [00:08] * Quits: wartdev (~wartdev@109.255.148.96) (Ping timeout: 256 seconds)
- # [00:18] * Joins: wartdev (~wartdev@109.255.148.96)
- # [00:20] * Joins: ohaibbq (~ohaibbq@98.248.65.213)
- # [00:24] * Quits: ^esc (~esc-ape@77.119.128.111.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
- # [00:26] * Krinkle is now known as Krinkle|detached
- # [00:35] * heycam|away is now known as heycam
- # [00:38] * Quits: lilmonkey (~a@pdpc/supporter/professional/riven) (Read error: Connection reset by peer)
- # [00:38] * Joins: lilmonkey (~a@5ED090B0.cm-7-1c.dynamic.ziggo.nl)
- # [00:38] * Quits: lilmonkey (~a@5ED090B0.cm-7-1c.dynamic.ziggo.nl) (Changing host)
- # [00:38] * Joins: lilmonkey (~a@pdpc/supporter/professional/riven)
- # [00:50] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [00:52] * Quits: jiojiajiu (~anonymous@ppp-115-87-44-21.revip4.asianet.co.th) (Remote host closed the connection)
- # [00:53] * Joins: jiojiajiu (~anonymous@ppp-115-87-44-21.revip4.asianet.co.th)
- # [00:54] * Joins: igoroliveira (uid20755@gateway/web/irccloud.com/x-fjohpkxqtcplisuq)
- # [00:57] * Quits: wartdev (~wartdev@109.255.148.96) (Read error: Connection reset by peer)
- # [00:57] * Joins: wartdev (~wartdev@109.255.148.96)
- # [01:02] * Joins: theseb (~cs@74-194-126-197.cnrocmta01.res.dyn.suddenlink.net)
- # [01:02] <theseb> help! why got this? "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience."
- # [01:04] <jgraham> Because you did a synchronous XHR on the main thread, which is detrimental to the end user's experiene
- # [01:04] <jgraham> *experience
- # [01:06] * Quits: wartdev (~wartdev@109.255.148.96)
- # [01:06] <theseb> jgraham: how move to another thread?
- # [01:07] <theseb> jgraham: is that the answer?
- # [01:07] <jgraham> Probably the answer is to use asynchronous XHR instead
- # [01:07] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
- # [01:07] <jgraham> That's almost always easier than movoing to another thread (or rather Worker)
- # [01:08] <jgraham> https://developer.mozilla.org/en/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest
- # [01:08] <theseb> brython.info has some examples that WORK and don't fall over...i guess i'll have to see how they avoid getting the error i got
- # [01:11] <jarek> theseb: you are aware that ES6 will support most of the Python features?
- # [01:11] <jarek> theseb: I would rather use something like Traceur instead of Brython if you want more expressive langauge
- # [01:11] <theseb> jarek: never heard of it..thanks..
- # [01:13] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [01:14] <jgraham> Yeah, so there are disadvantages of using languages that do sync io by default and targeting an environment where sync io is a bad idea
- # [01:15] <jgraham> But it looks like browser.ajax should support async requests
- # [01:15] <jgraham> xhr = browser.ajax()
- # [01:16] <jgraham> xhr.bind("loaded" on_loaded)
- # [01:16] <jgraham> xhr.open("GET", "http://yahoo.com", True)
- # [01:16] <jgraham> xhr.send()
- # [01:17] <jgraham> Where on_loaded is a function you define
- # [01:17] <jgraham> http://brython.info/static_doc/en/ajax.html
- # [01:20] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [01:22] * Quits: alrra (uid62345@gateway/web/irccloud.com/x-auavbsivgwzvnwtw) (Quit: Connection closed for inactivity)
- # [01:37] * Quits: capella-s3 (~yaaic@cpe-24-59-162-151.twcny.res.rr.com) (Quit: Talk atcha later)
- # [01:44] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [01:47] * Joins: weinig (~weinig@c-98-234-191-242.hsd1.ca.comcast.net)
- # [01:48] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 264 seconds)
- # [01:49] * Joins: seventh (seventh@128.90.32.179)
- # [01:50] * Quits: espadrine (~tyl@88.166.187.54) (Ping timeout: 244 seconds)
- # [01:57] * Joins: encryptd_fractal (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com)
- # [01:58] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [02:01] * Joins: jdaggett_ (~jdaggett@61-121-216-2.bitcat.net)
- # [02:01] * Quits: encryptd_fractal (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com) (Ping timeout: 264 seconds)
- # [02:03] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 245 seconds)
- # [02:05] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-lnyroeegqomsskrl) (Quit: Connection closed for inactivity)
- # [02:22] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [02:39] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [02:39] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Read error: Connection reset by peer)
- # [02:41] * Quits: bnicholson (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net) (Quit: This computer has gone to sleep)
- # [02:43] * Joins: bnicholson (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net)
- # [02:43] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 264 seconds)
- # [02:53] * Quits: bnicholson (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net) (Quit: This computer has gone to sleep)
- # [02:55] * Joins: bnicholson (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net)
- # [03:06] * Quits: seventh (seventh@128.90.32.179) (Quit: ...)
- # [03:08] <MikeSmith> marcosc: ping
- # [03:08] <MikeSmith> just landed
- # [03:10] * Joins: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net)
- # [03:11] <MikeSmith> Stallman is on the plane here
- # [03:16] * Joins: tommyliu (~tommyliu@113.104.212.95)
- # [03:16] * Quits: tommyliu (~tommyliu@113.104.212.95) (Remote host closed the connection)
- # [03:16] * Quits: weinig (~weinig@c-98-234-191-242.hsd1.ca.comcast.net) (Quit: weinig)
- # [03:20] * Quits: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com) (Ping timeout: 250 seconds)
- # [03:27] * Joins: jonr22 (~jonr22@2601:6:8000:eaef:1e65:9dff:fe9d:801d)
- # [03:29] * Quits: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [03:35] * Joins: jacobolus (~jacobolus@204.sub-70-197-7.myvzw.com)
- # [03:39] <theseb> MikeSmith: what?
- # [03:41] * Quits: jacobolus (~jacobolus@204.sub-70-197-7.myvzw.com) (Ping timeout: 240 seconds)
- # [03:43] * Quits: theseb (~cs@74-194-126-197.cnrocmta01.res.dyn.suddenlink.net) (Quit: Leaving)
- # [03:48] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [03:48] * Joins: jacobolus (~jacobolus@2600:1010:b008:21ed:90f7:9852:45ce:4d2c)
- # [03:50] * Quits: jacobolus (~jacobolus@2600:1010:b008:21ed:90f7:9852:45ce:4d2c) (Remote host closed the connection)
- # [03:51] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:52] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 244 seconds)
- # [03:57] * Quits: c74d (~c74d3a4eb@2002:4404:712c:0:76de:2bff:fed4:2766) (Read error: Connection reset by peer)
- # [03:59] * Joins: capella-s3 (~yaaic@cpe-24-59-162-151.twcny.res.rr.com)
- # [04:01] * Joins: wilsonpage (~wilsonpag@70-36-196-28.dsl.static.fusionbroadband.com)
- # [04:01] * Joins: c74d (~c74d3a4eb@2002:4404:712c:0:76de:2bff:fed4:2766)
- # [04:02] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Remote host closed the connection)
- # [04:05] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [04:07] * Joins: tommyliu (~tommyliu@183.16.195.25)
- # [04:13] * Quits: wilsonpage (~wilsonpag@70-36-196-28.dsl.static.fusionbroadband.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [04:13] * Joins: tommyliu_ (~tommyliu@183.16.195.25)
- # [04:13] * Quits: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net) (Ping timeout: 265 seconds)
- # [04:15] * Quits: tommyliu (~tommyliu@183.16.195.25) (Ping timeout: 240 seconds)
- # [04:17] * Quits: tommyliu_ (~tommyliu@183.16.195.25) (Ping timeout: 250 seconds)
- # [04:19] * robogoat_ is now known as robogoat
- # [04:20] * Joins: marcosc_ (~marcosc@135-23-143-20.cpe.pppoe.ca)
- # [04:20] * Quits: marcosc (~marcosc@135-23-143-20.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [04:21] * Joins: tripu (~tripu@2001:200:0:8805:e8ae:8950:5368:836c)
- # [04:27] * Joins: tommyliu (~tommyliu@183.16.195.25)
- # [04:35] * Quits: jochen__ (jochen@nat/google/x-eqwtcrsfdjswsxyo) (Ping timeout: 272 seconds)
- # [04:37] * Joins: jochen__ (jochen@nat/google/x-ixhaiwrrvrototnf)
- # [04:42] * Quits: c74d (~c74d3a4eb@2002:4404:712c:0:76de:2bff:fed4:2766) (Read error: Connection reset by peer)
- # [04:43] * Quits: tommyliu (~tommyliu@183.16.195.25) (Read error: Connection reset by peer)
- # [04:52] * Joins: c74d (~c74d3a4eb@2002:4404:712c:0:76de:2bff:fed4:2766)
- # [04:52] * Quits: newtron (~newtron@184.175.1.192) (Quit: Leaving...)
- # [04:57] * heycam is now known as heycam|away
- # [05:03] * Joins: Joseph_Silber (~JosephSil@ool-43513ca2.dyn.optonline.net)
- # [05:04] * Quits: jonr22 (~jonr22@2601:6:8000:eaef:1e65:9dff:fe9d:801d) (Ping timeout: 256 seconds)
- # [05:07] * Quits: JosephSilber (~JosephSil@ool-43513ca2.dyn.optonline.net) (Ping timeout: 272 seconds)
- # [05:34] * heycam|away is now known as heycam
- # [05:36] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [05:41] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 265 seconds)
- # [05:42] * xiinotulp is now known as plutoniix
- # [05:50] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [06:07] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [06:10] * Joins: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [06:19] * Joins: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net)
- # [06:28] * Quits: jsx (uid48919@fsf/intern/jsx) (Quit: Connection closed for inactivity)
- # [06:33] * Quits: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net) (Ping timeout: 255 seconds)
- # [06:35] * Joins: tommyliu (~tommyliu@183.16.194.63)
- # [06:43] * Quits: roc (~chatzilla@2001:cb0:b202:224:2677:3ff:fece:dc64) (Remote host closed the connection)
- # [06:50] * Quits: tommyliu (~tommyliu@183.16.194.63) (Remote host closed the connection)
- # [07:12] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (Excess Flood)
- # [07:12] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [07:16] * Joins: tommyliu (~tommyliu@183.16.195.25)
- # [07:18] * Joins: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com)
- # [07:25] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [07:27] * Joins: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com)
- # [07:30] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 265 seconds)
- # [07:32] * Quits: tommyliu (~tommyliu@183.16.195.25) (Remote host closed the connection)
- # [07:45] * Joins: tommyliu (~tommyliu@183.16.195.25)
- # [07:48] * Joins: zdobersek (~zan@gateway/vpn/privateinternetaccess/zdobersek)
- # [07:58] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [08:06] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 276 seconds)
- # [08:08] * Quits: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com) (Ping timeout: 256 seconds)
- # [08:11] * Quits: tommyliu (~tommyliu@183.16.195.25) (Remote host closed the connection)
- # [08:17] * heycam is now known as heycam|away
- # [08:17] * Joins: ^esc (~esc-ape@91.141.2.70.wireless.dyn.drei.com)
- # [08:17] * Joins: KevinMarks (~yaaic@2607:fb90:52f:55d9:4b41:ed92:a16e:a42c)
- # [08:19] * Quits: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 248 seconds)
- # [08:20] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:21] * Quits: ohaibbq (~ohaibbq@98.248.65.213) (Quit: Leaving...)
- # [08:21] * Joins: alrra (uid62345@gateway/web/irccloud.com/x-mkaympzxvnvbqgjy)
- # [08:24] * Joins: calvaris (~calvaris@fanzine.igalia.com)
- # [08:33] * Joins: tommyliu (~tommyliu@116.25.162.190)
- # [08:33] * Quits: jiojiajiu (~anonymous@ppp-115-87-44-21.revip4.asianet.co.th) (Remote host closed the connection)
- # [08:34] * Joins: jiojiajiu (~anonymous@ppp-115-87-44-21.revip4.asianet.co.th)
- # [08:40] * Quits: tav (~tav`@host31-52-143-108.range31-52.btcentralplus.com) (Read error: No route to host)
- # [08:42] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [08:44] * Joins: roc (~chatzilla@121-98-107-86.bng1.tvc.orcon.net.nz)
- # [08:46] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
- # [08:46] * Quits: roc (~chatzilla@121-98-107-86.bng1.tvc.orcon.net.nz) (Read error: No route to host)
- # [08:49] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [08:49] * Joins: roc (~chatzilla@121-98-107-86.bng1.tvc.orcon.net.nz)
- # [08:56] * Joins: tav (~tav`@host31-52-143-108.range31-52.btcentralplus.com)
- # [08:57] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
- # [08:58] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [09:01] * Joins: mpt (~mpt@canonical/mpt)
- # [09:05] * Quits: psy (~psy@103.6.159.177) (Ping timeout: 272 seconds)
- # [09:05] * Quits: jiojiajiu (~anonymous@ppp-115-87-44-21.revip4.asianet.co.th) (Read error: Connection reset by peer)
- # [09:06] * Joins: jiojiajiu (~anonymous@ppp-115-87-44-21.revip4.asianet.co.th)
- # [09:06] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [09:06] * Quits: hasather (~hasather@80.91.33.141) (Remote host closed the connection)
- # [09:06] * Joins: hasather (~hasather@80.91.33.141)
- # [09:12] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 265 seconds)
- # [09:14] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [09:15] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [09:15] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [09:18] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 244 seconds)
- # [09:19] * Quits: KevinMarks (~yaaic@2607:fb90:52f:55d9:4b41:ed92:a16e:a42c) (Ping timeout: 245 seconds)
- # [09:20] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [09:22] * Quits: webguynow (~webguynow@c-73-51-235-233.hsd1.il.comcast.net) (Ping timeout: 252 seconds)
- # [09:22] * Quits: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [09:23] * Joins: webguynow (~webguynow@c-73-51-235-233.hsd1.il.comcast.net)
- # [09:24] * Joins: mpt (~mpt@2001:67c:1560:a003:99ba:9a9f:b019:1fa7)
- # [09:24] * Quits: mpt (~mpt@2001:67c:1560:a003:99ba:9a9f:b019:1fa7) (Changing host)
- # [09:24] * Joins: mpt (~mpt@canonical/mpt)
- # [09:25] * Joins: yongc (~yongc@106.39.97.131)
- # [09:26] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [09:31] * Quits: Lachy (~Lachy@cm-84.215.179.176.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [09:35] <yongc> Is this a place for asking questions about MIME Sniffing doc?
- # [09:36] * Joins: Lachy (~Lachy@cm-84.215.179.176.getinternet.no)
- # [09:36] * Quits: CvP (~CvP@203.76.123.238) (Ping timeout: 240 seconds)
- # [09:39] * Joins: CvP (~CvP@203.76.123.238)
- # [09:40] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [09:45] * Quits: Lachy (~Lachy@cm-84.215.179.176.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [09:48] <Ms2ger> Sure
- # [09:48] <Ms2ger> GPHemsley, ^
- # [09:52] * Quits: tommyliu (~tommyliu@116.25.162.190) (Remote host closed the connection)
- # [09:54] <yongc> 1. In step 8 ""While sequence[s] is not equal to the U+002F SOLIDUS character ("/"), continuously execute the following steps". So for the content-type "type; parm=value" will set type as "type;parm=value" if there is no ''/" used type,parm,value.
- # [09:54] <yongc> 2. In step 8.2 "If sequence[s] is undefined, return undefined", what's the undefined for sequence[s] mean? Non US-ASCII character?
- # [09:55] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [09:58] <Ms2ger> I imagine "read past the end of the sequence"
- # [10:00] * Joins: tommyliu (~tommyliu@113.88.198.123)
- # [10:03] * Quits: brcweggs (~brcweggs@pool-71-177-224-47.lsanca.fios.verizon.net) (Quit: Lingo: www.lingoirc.com)
- # [10:08] * Quits: jdaggett_ (~jdaggett@61-121-216-2.bitcat.net) (Quit: jdaggett_)
- # [10:10] * yoav_ is now known as yoav
- # [10:12] <yongc> @Ms2ger, Thanks, from RFC2045, seems "/" is mandatory
- # [10:13] <Ms2ger> Perhaps, but that doesn't mean it'll always be there
- # [10:15] * Joins: Lachy (~Lachy@213.166.174.2)
- # [10:16] <yongc> hmm, but the doc doesn't handle this.
- # [10:20] * Joins: darobin (~darobin@159.180.228.142)
- # [10:27] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [10:30] * Quits: igoroliveira (uid20755@gateway/web/irccloud.com/x-fjohpkxqtcplisuq) (Quit: Connection closed for inactivity)
- # [10:40] * Quits: ^esc (~esc-ape@91.141.2.70.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
- # [10:42] * Joins: ^esc (~esc-ape@77.119.130.20.wireless.dyn.drei.com)
- # [10:45] * Quits: jiojiajiu (~anonymous@ppp-115-87-44-21.revip4.asianet.co.th) (Ping timeout: 244 seconds)
- # [10:48] * Quits: tommyliu (~tommyliu@113.88.198.123) (Read error: Connection reset by peer)
- # [10:49] * Joins: jdaggett_ (~jdaggett@ad056175.dynamic.ppp.asahi-net.or.jp)
- # [10:51] * Joins: tommyliu (~tommyliu@113.88.198.123)
- # [10:55] * Joins: tommyliu_ (~tommyliu@183.16.30.74)
- # [10:57] * Joins: tommyli__ (~tommyliu@113.88.198.123)
- # [10:57] * Quits: tommyli__ (~tommyliu@113.88.198.123) (Read error: Connection reset by peer)
- # [10:58] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 255 seconds)
- # [10:59] * Quits: tommyliu (~tommyliu@113.88.198.123) (Read error: Connection reset by peer)
- # [10:59] * Quits: tommyliu_ (~tommyliu@183.16.30.74) (Ping timeout: 244 seconds)
- # [11:03] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [11:03] * Joins: espadrine (~tyl@LMontsouris-656-1-2-84.w80-12.abo.wanadoo.fr)
- # [11:05] * Quits: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [11:06] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [11:07] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 272 seconds)
- # [11:08] * Quits: sarri (~sari@unaffiliated/sarri) (Ping timeout: 250 seconds)
- # [11:10] * Joins: sarri (~sari@unaffiliated/sarri)
- # [11:10] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [11:11] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [11:12] * Joins: satazor (~satazor@114.248.108.93.rev.vodafone.pt)
- # [11:18] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [11:20] * Joins: tommyliu (~tommyliu@96.44.186.68)
- # [11:30] * Quits: satazor (~satazor@114.248.108.93.rev.vodafone.pt)
- # [11:41] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:50] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [11:52] * Joins: Hory (Hory@2a02:2f0c:202f:ffff::567f:86c0)
- # [11:56] * Joins: tommyliu_ (~tommyliu@113.88.198.123)
- # [12:00] * Quits: tommyliu (~tommyliu@96.44.186.68) (Ping timeout: 246 seconds)
- # [12:01] * Quits: tripu (~tripu@2001:200:0:8805:e8ae:8950:5368:836c) (Quit: Leaving)
- # [12:01] * Joins: markkes (~markkes@62.207.90.201)
- # [12:02] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Ping timeout: 245 seconds)
- # [12:02] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [12:03] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [12:08] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 250 seconds)
- # [12:13] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [12:13] * Quits: markkes (~markkes@62.207.90.201) (Quit: markkes)
- # [12:18] * Quits: tommyliu_ (~tommyliu@113.88.198.123) (Read error: Connection reset by peer)
- # [12:18] * Joins: tommyliu (~tommyliu@li587-82.members.linode.com)
- # [12:23] * Joins: tommyliu_ (~tommyliu@117.136.39.216)
- # [12:24] * Quits: tommyliu (~tommyliu@li587-82.members.linode.com) (Ping timeout: 240 seconds)
- # [12:27] * Quits: tommyliu_ (~tommyliu@117.136.39.216) (Read error: Connection reset by peer)
- # [12:37] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [13:02] * Quits: yongc (~yongc@106.39.97.131) (Remote host closed the connection)
- # [13:07] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [13:15] * Krinkle|detached is now known as Krinkle
- # [13:46] * Quits: capella-s3 (~yaaic@cpe-24-59-162-151.twcny.res.rr.com) (Ping timeout: 264 seconds)
- # [13:47] * Joins: capella-s3 (~yaaic@66-87-125-23.pools.spcsdns.net)
- # [13:51] * Quits: capella-s3 (~yaaic@66-87-125-23.pools.spcsdns.net) (Read error: Connection reset by peer)
- # [13:51] * Joins: capella-s3 (~yaaic@66-87-125-23.pools.spcsdns.net)
- # [13:52] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [13:52] * Quits: capella-s3 (~yaaic@66-87-125-23.pools.spcsdns.net) (Read error: Connection reset by peer)
- # [13:53] * Joins: capella-s32 (~yaaic@cpe-24-59-162-151.twcny.res.rr.com)
- # [13:57] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 255 seconds)
- # [14:05] * Joins: scor (scor@drupal.org/user/52142/view)
- # [14:05] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [14:06] * Quits: scor (scor@drupal.org/user/52142/view) (Client Quit)
- # [14:08] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
- # [14:08] * GPHemsley looks
- # [14:09] * Joins: scor (scor@drupal.org/user/52142/view)
- # [14:10] <GPHemsley> Yes, "type;parm=value" will eventually terminate at step 8.2 and return undefined.
- # [14:10] <GPHemsley> yongc: ^
- # [14:10] <GPHemsley> Ms2ger: ^
- # [14:11] <Ms2ger> Does the spec explain somewhere that indexing a sequence at EOF yields "undefined"?
- # [14:12] <GPHemsley> "Let sequence be the byte sequence of the MIME type, where sequence[s] is byte s in sequence and sequence[0] is the first byte in sequence."
- # [14:13] <GPHemsley> That's intended to imply that if there is no byte s in sequence, then sequence[s] is undefined.
- # [14:13] <GPHemsley> "A byte sequence is a list of one or more bytes, such that the position of the first byte and the position of the last byte are unambiguously identifiable."
- # [14:14] <GPHemsley> Perhaps that definition could be extended, if necessary
- # [14:14] <jgraham> "intended to imply" doesn't sound great
- # [14:14] * jgraham hasn't actually read the text to see if you actually mean "unambiguously states"
- # [14:14] <GPHemsley> jgraham: Well, I'm just spelling out my intention of what I meant.
- # [14:15] <GPHemsley> jgraham: I'll leave it to others to determine whether it matches what I wrote. ;)
- # [14:15] <GPHemsley> https://mimesniff.spec.whatwg.org/#parse-a-mime-type
- # [14:15] <jgraham> Well based on what you have written in channel, it doesn't
- # [14:16] <GPHemsley> If it doesn't, then what behavior would be expected?
- # [14:16] <jgraham> I have no idea. It seems to be entirely undefined. Maybe your printer is supposed to catch fire?
- # [14:17] <jgraham> Or do you mean "expected by the web"?
- # [14:17] <GPHemsley> So, it's undefined that it's undefined?
- # [14:17] <jgraham> Yes
- # [14:17] <GPHemsley> k
- # [14:18] <GPHemsley> Do you think the definition of "byte sequence" is an appropriate place to define it?
- # [14:18] <GPHemsley> (Because I use the construct a lot throughout)
- # [14:18] <GPHemsley> s/the/this/
- # [14:18] <jgraham> It seems like you need to define it where you define the indexing operation
- # [14:18] <GPHemsley> dang, ok
- # [14:21] <jgraham> I mean you should probably define indexing notation in a single place in the spec
- # [14:21] <GPHemsley> yeah
- # [14:21] <jgraham> Or define a <dfn>element of</dfn> operation on sequences that works like indexing but without brackets
- # [14:21] <GPHemsley> https://www.w3.org/Bugs/Public/show_bug.cgi?id=28519
- # [14:28] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [14:31] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Read error: Connection reset by peer)
- # [14:31] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [14:32] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [14:33] * Joins: bholley (~bholley@c-50-174-198-217.hsd1.ca.comcast.net)
- # [14:34] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 272 seconds)
- # [14:35] * Joins: igoroliveira (uid20755@gateway/web/irccloud.com/x-vrygtgrtfueveydm)
- # [14:35] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [14:40] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [14:41] * Joins: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net)
- # [14:47] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [14:47] * Quits: hasather (~hasather@80.91.33.141) (Remote host closed the connection)
- # [14:47] * Joins: hasather (~hasather@80.91.33.141)
- # [14:52] * Joins: Ms2ger` (~Ms2ger@193.190.253.150)
- # [14:52] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Read error: Connection reset by peer)
- # [14:52] * Quits: jdaggett_ (~jdaggett@ad056175.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett_)
- # [14:53] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [14:55] * Quits: hasather (~hasather@80.91.33.141) (Remote host closed the connection)
- # [14:55] * Joins: hasather (~hasather@80.91.33.141)
- # [14:55] * Joins: newtron (~newtron@199.71.174.203)
- # [14:59] * Quits: ato (~sid11@2620:101:8016:74::4:b) (Remote host closed the connection)
- # [15:01] * Krinkle is now known as Krinkle|detached
- # [15:01] * Joins: ato (~sid11@2620:101:8016:74::4:b)
- # [15:02] * ato is now known as Guest96280
- # [15:03] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [15:06] * Joins: mpt (~mpt@canonical/mpt)
- # [15:08] * Joins: halfline (rstrode@nat/redhat/x-otsvgpswmajvmyty)
- # [15:09] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [15:15] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [15:16] * Joins: SteveF__ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [15:19] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 255 seconds)
- # [15:23] * Quits: bholley (~bholley@c-50-174-198-217.hsd1.ca.comcast.net) (Quit: ZZZzzz…)
- # [15:23] * Joins: bradleymeck (~bradleyme@rrcs-71-41-5-28.sw.biz.rr.com)
- # [15:31] * Quits: smaug____ (~chatzilla@207-47-25-82.static-ip.telepacific.net) (Ping timeout: 250 seconds)
- # [15:38] * Joins: encryptd_fractal (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com)
- # [15:41] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [15:45] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 255 seconds)
- # [15:46] * Joins: mven (~textual@32.97.110.57)
- # [15:46] * Joins: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com)
- # [15:48] * Joins: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com)
- # [15:49] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [15:50] * Joins: Lachy (~Lachy@213.166.174.2)
- # [15:53] * Joins: ehsan_ (~ehsan@ip-162-250-172-190.fibre.fibrestream.ca)
- # [15:59] <wanderview> Domenic: I guess SharedArrayBuffer and friends is becoming more real... have you looked at it in relation to streams API?
- # [16:00] * Joins: TallTed (~Thud@63.119.36.36)
- # [16:05] * Guest96280 is now known as ato
- # [16:06] * Joins: voiceofgrog (uid19945@gateway/web/irccloud.com/x-tjavutrivsikizjk)
- # [16:12] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (Quit: I Bomanos)
- # [16:12] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
- # [16:18] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: Textual IRC Client: www.textualapp.com)
- # [16:20] * Joins: marcosc (~marcosc@135-23-143-20.cpe.pppoe.ca)
- # [16:20] * Quits: marcosc_ (~marcosc@135-23-143-20.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [16:27] <Domenic> wanderview: yeah, seems like it would allow a .read(view) that modifies view in-place instead of returning a promise fulfilled with a new view backed by the same memory.
- # [16:28] <Domenic> that was actually the original plan (more or less) until we realized it would cause user-observable data races
- # [16:28] <Domenic> now that everyone's like "oh those are fiiiiine" then i guess we can do it, for SAB.
- # [16:30] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: The deeper I go / the deeper I go / green mountains - Santoka)
- # [16:41] * Joins: tommyliu (~tommyliu@113.104.212.95)
- # [16:41] * Quits: tommyliu (~tommyliu@113.104.212.95) (Remote host closed the connection)
- # [16:43] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [16:44] * Joins: tommyliu (~tommyliu@113.104.212.95)
- # [16:47] * Quits: tommyliu (~tommyliu@113.104.212.95) (Remote host closed the connection)
- # [16:47] * Joins: tommyliu (~tommyliu@113.104.212.95)
- # [16:52] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [16:54] * Joins: annevk (~annevk@12.176.89.10)
- # [16:54] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [16:54] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [16:58] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Read error: Connection reset by peer)
- # [16:59] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
- # [17:01] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [17:02] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [17:02] * Joins: mpt (~mpt@2001:67c:1560:a003:d0ae:f117:8512:87f)
- # [17:02] * Quits: mpt (~mpt@2001:67c:1560:a003:d0ae:f117:8512:87f) (Changing host)
- # [17:02] * Joins: mpt (~mpt@canonical/mpt)
- # [17:02] * Quits: mven (~textual@32.97.110.57) (Ping timeout: 250 seconds)
- # [17:03] * Joins: mven (~textual@32.97.110.57)
- # [17:03] * Quits: mven (~textual@32.97.110.57) (Excess Flood)
- # [17:03] * Quits: SteveF__ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 240 seconds)
- # [17:04] * Quits: hasather (~hasather@80.91.33.141) (Remote host closed the connection)
- # [17:05] * Joins: hasather (~hasather@80.91.33.141)
- # [17:07] * Joins: Lachy (~Lachy@213.166.174.2)
- # [17:08] * Joins: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net)
- # [17:09] * Quits: annevk (~annevk@12.176.89.10) (Remote host closed the connection)
- # [17:16] * Quits: tommyliu (~tommyliu@113.104.212.95) (Read error: Connection reset by peer)
- # [17:17] * Joins: tommyliu (~tommyliu@183.37.190.87)
- # [17:21] * Quits: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com) (Ping timeout: 264 seconds)
- # [17:22] * Quits: Ms2ger` (~Ms2ger@193.190.253.150) (Ping timeout: 245 seconds)
- # [17:23] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [17:28] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [17:30] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [17:31] * Quits: jcgregorio (jcgregorio@nat/google/x-huhqrdefqmenhulj) (Ping timeout: 245 seconds)
- # [17:32] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 244 seconds)
- # [17:34] <wanderview> Domenic: or are these races something the SAB spec hasn't thought of?
- # [17:34] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 256 seconds)
- # [17:34] <Domenic> wanderview: SAB is specifically designed to allow races to be exposed to the web
- # [17:34] <Domenic> because that's the only way you can compile C++ to asm.js
- # [17:34] <wanderview> Domenic: btw, in this update to the memory promise issue gist... can you explain how that lets the chain get dropped? it seems obervable .then requires the chain to be maintained: https://gist.github.com/wanderview/16f2839ba57514a625c4#comment-1435869
- # [17:35] <Domenic> wanderview: there's no return, so no chain actually gets set up
- # [17:35] <Domenic> I think there might be a solution that allows both, have yet to test it
- # [17:35] <wanderview> Domenic: the last promise could be elided... but doesn't the chain have to exist?
- # [17:36] <wanderview> Domenic: I mean... if thats the case we could just collapse promises between the first and last
- # [17:36] <Domenic> wanderview: no? there's no way to create a chain if there's no returns
- # [17:36] <bradleymeck> there are also uses for shared memory, but it should be seen as a wart still
- # [17:36] <Domenic> wanderview: maybe i am confused what you meant by the chain has to exist
- # [17:36] <bradleymeck> shared locks and transferance is nice
- # [17:36] <wanderview> Domenic: oh... I thought you just did the if(!chunk) done() step... didn't see you dropped the other return
- # [17:37] <Domenic> yeah
- # [17:37] <bradleymeck> shared read locks would make me really happy
- # [17:37] <wanderview> Domenic: when I talked to bz about this issue he seemed to think the observable .then was the root of the problem...
- # [17:37] <Domenic> it might be
- # [17:37] <Domenic> I think there might be a way to use observable .then to collapse the chain "as you build it", but if there's not, then we'll just have to get rid of observable .then I think.
- # [17:42] * Joins: Maurice` (copyman@unaffiliated/maurice)
- # [17:43] * Joins: jcgregorio (jcgregorio@nat/google/x-mvuhbreimaaaitmj)
- # [17:43] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:44] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [17:47] * Joins: benjamingr (uid23465@gateway/web/irccloud.com/x-qnoetnacicbuipsy)
- # [17:48] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 248 seconds)
- # [17:49] * Joins: mven (~textual@32.97.110.57)
- # [17:49] * Quits: mven (~textual@32.97.110.57) (Excess Flood)
- # [17:50] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [17:54] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
- # [18:01] * Joins: ap (~ap@17.202.44.214)
- # [18:03] * Joins: SteveF__ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [18:04] * Quits: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [18:04] * Joins: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com)
- # [18:05] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 272 seconds)
- # [18:05] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [18:06] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [18:06] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [18:07] * Quits: encryptd_fractal (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com) (Remote host closed the connection)
- # [18:09] * Krinkle|detached is now known as Krinkle
- # [18:14] * Joins: encryptd_fractal (~encryptd_@12.148.211.210)
- # [18:15] * Joins: smaug____ (~chatzilla@12.176.89.153)
- # [18:15] * Quits: scor (scor@drupal.org/user/52142/view) (Ping timeout: 265 seconds)
- # [18:18] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:19] * Joins: scor (scor@drupal.org/user/52142/view)
- # [18:20] * Krinkle is now known as Krinkle|detached
- # [18:21] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [18:21] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:21] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [18:21] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:23] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [18:23] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:23] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [18:26] * Quits: scor (scor@drupal.org/user/52142/view) (Ping timeout: 256 seconds)
- # [18:26] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [18:28] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (Quit: I Bomanos)
- # [18:29] * Joins: scor (scor@drupal.org/user/52142/view)
- # [18:30] * Quits: calvaris (~calvaris@fanzine.igalia.com) (Quit: Ex-Chat)
- # [18:30] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [18:33] * Joins: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com)
- # [18:35] * Quits: scor (scor@drupal.org/user/52142/view) (Ping timeout: 245 seconds)
- # [18:37] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:40] * Joins: eric_carlson (~ericc@17.202.49.94)
- # [18:41] * Krinkle|detached is now known as Krinkle
- # [18:42] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [18:44] * cwilso__ is now known as cwilso
- # [18:45] * Joins: estellevw_ (~estellevw@12.176.89.153)
- # [18:45] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [18:47] * wilsonpage is now known as wilsonpage-away
- # [18:48] * Quits: wilsonpage-away (~wilsonpag@12.176.89.153) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [18:50] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [18:50] * Quits: SteveF__ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 245 seconds)
- # [18:51] * Quits: espadrine (~tyl@LMontsouris-656-1-2-84.w80-12.abo.wanadoo.fr) (Ping timeout: 245 seconds)
- # [18:54] * Krinkle is now known as Krinkle|detached
- # [18:54] * Quits: wilsonpage (~wilsonpag@12.176.89.153) (Client Quit)
- # [18:55] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [18:55] * Quits: tommyliu (~tommyliu@183.37.190.87) (Remote host closed the connection)
- # [18:56] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [18:58] * Joins: jyasskin (~jyasskin@12.176.89.153)
- # [18:59] * Quits: bradleymeck (~bradleyme@rrcs-71-41-5-28.sw.biz.rr.com) (Quit: bradleymeck)
- # [18:59] <MikeSmith> we're on #extwebsummit for the little thing we're doing here
- # [19:00] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [19:01] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [19:02] * Joins: psy (~psy@103.6.159.177)
- # [19:02] * Quits: encryptd_fractal (~encryptd_@12.148.211.210) (Remote host closed the connection)
- # [19:02] * Joins: encryptd_fractal (~encryptd_@12.148.211.210)
- # [19:04] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [19:04] * Quits: jyasskin (~jyasskin@12.176.89.153) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [19:04] * Quits: wilsonpage (~wilsonpag@12.176.89.153) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [19:05] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 250 seconds)
- # [19:05] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [19:05] * Quits: estellevw_ (~estellevw@12.176.89.153) (Quit: Snuggling with the puppies)
- # [19:05] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [19:07] * Joins: encryptd_fractl (~encryptd_@12.148.211.210)
- # [19:07] * Quits: encryptd_fractal (~encryptd_@12.148.211.210) (Ping timeout: 250 seconds)
- # [19:07] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [19:13] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Quit: Leaving...)
- # [19:17] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [19:19] * Quits: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [19:26] * Joins: encrypt__ (~encryptd_@12.148.211.210)
- # [19:28] * Joins: Lachy (~Lachy@cm-84.215.179.176.getinternet.no)
- # [19:29] * Quits: encryptd_fractl (~encryptd_@12.148.211.210) (Ping timeout: 265 seconds)
- # [19:36] * Quits: smaug____ (~chatzilla@12.176.89.153) (Ping timeout: 264 seconds)
- # [19:40] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
- # [19:41] * Joins: bholley (~bholley@c-50-174-198-217.hsd1.ca.comcast.net)
- # [19:43] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:44] * Quits: bholley (~bholley@c-50-174-198-217.hsd1.ca.comcast.net) (Client Quit)
- # [19:44] * Joins: smaug____ (~chatzilla@12.176.89.153)
- # [19:47] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 248 seconds)
- # [19:50] * Joins: aretecode (~aretecode@50.23.131.206-static.reverse.softlayer.com)
- # [19:52] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [19:53] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [19:55] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-qnoetnacicbuipsy) (Quit: Connection closed for inactivity)
- # [19:56] * Joins: tommyliu (~tommyliu@183.37.190.87)
- # [19:58] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [20:00] * Joins: jyasskin (~jyasskin@12.176.89.153)
- # [20:00] * Joins: annevk (~annevk@12.176.89.153)
- # [20:01] * Joins: mven_ (~textual@32.97.110.57)
- # [20:01] * Quits: mven_ (~textual@32.97.110.57) (Excess Flood)
- # [20:01] * Quits: tommyliu (~tommyliu@183.37.190.87) (Ping timeout: 264 seconds)
- # [20:05] * Quits: bnicholson (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net) (Quit: This computer has gone to sleep)
- # [20:09] * Quits: Lachy (~Lachy@cm-84.215.179.176.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:09] * Quits: darobin (~darobin@159.180.228.142) (Remote host closed the connection)
- # [20:13] * Joins: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com)
- # [20:15] * Joins: mven (~textual@32.97.110.57)
- # [20:15] * Quits: mven (~textual@32.97.110.57) (Excess Flood)
- # [20:15] * Joins: bnicholson (~bnicholso@2620:101:80fc:224:856e:b185:eda5:c855)
- # [20:16] * Joins: mven (~textual@32.97.110.57)
- # [20:18] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
- # [20:19] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 255 seconds)
- # [20:21] * Quits: wilsonpage (~wilsonpag@12.176.89.153) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:21] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [20:23] * Joins: estellevw_ (~estellevw@12.176.89.153)
- # [20:28] * Joins: thinkxl_ (~thinkxl@fr19.vpn.ht)
- # [20:30] * Joins: ambv (~ambv@199.201.64.130)
- # [20:31] * Quits: thinkxl (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net) (Ping timeout: 272 seconds)
- # [20:31] * thinkxl_ is now known as thinkxl
- # [20:31] * Quits: thinkxl (~thinkxl@fr19.vpn.ht) (Changing host)
- # [20:31] * Joins: thinkxl (~thinkxl@unaffiliated/thinkxl)
- # [20:32] * Quits: estellevw_ (~estellevw@12.176.89.153) (Quit: Snuggling with the puppies)
- # [20:33] * Joins: estellevw (~estellevw@12.176.89.153)
- # [20:34] * Quits: mven (~textual@32.97.110.57) (Read error: Connection reset by peer)
- # [20:34] * Joins: mven (~textual@32.97.110.57)
- # [20:34] * Quits: mven (~textual@32.97.110.57) (Excess Flood)
- # [20:35] * Joins: Lachy (~Lachy@cm-84.215.179.176.getinternet.no)
- # [20:37] * wilsonpage is now known as wilsonpage-away
- # [20:38] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-ydbbvyubnetblnsf)
- # [20:38] * wilsonpage-away is now known as wilsonpage
- # [20:40] * Joins: wanderview_ (sid22777@gateway/web/irccloud.com/x-kkzlscqrkckhlppv)
- # [20:41] * wanderview_ is now known as wanderview
- # [20:41] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-kkzlscqrkckhlppv) (Client Quit)
- # [20:42] * Joins: wanderview (sid22777@gateway/web/irccloud.com/x-uuoxsnrrhlgkerab)
- # [20:43] * Quits: estellevw (~estellevw@12.176.89.153) (Quit: Snuggling with the puppies)
- # [20:43] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [20:43] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [20:44] * Joins: estellevw_ (~estellevw@12.176.89.153)
- # [20:44] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [20:46] * Quits: estellevw_ (~estellevw@12.176.89.153) (Client Quit)
- # [20:46] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-uuoxsnrrhlgkerab) (Client Quit)
- # [20:46] * wilsonpage is now known as wilsonpage-away
- # [20:47] * Joins: wanderview (~sid277@2620:101:8016:74::4:115)
- # [20:47] * Quits: wilsonpage-away (~wilsonpag@12.176.89.153) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:48] * Quits: encrypt__ (~encryptd_@12.148.211.210) (Remote host closed the connection)
- # [20:49] * Joins: xiinotulp (~plutoniix@node-l14.pool-101-108.dynamic.totbb.net)
- # [20:50] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [20:52] * Quits: nicolasbadia (~nicolasba@ns3272321.ip-5-39-84.eu) (Ping timeout: 276 seconds)
- # [20:52] * Quits: plutoniix (~plutoniix@node-366.pool-125-25.dynamic.totbb.net) (Ping timeout: 250 seconds)
- # [20:53] * Joins: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [20:54] * Joins: SteveF__ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [20:55] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 255 seconds)
- # [20:56] * Quits: jyasskin (~jyasskin@12.176.89.153) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [20:56] * Joins: estellevw_ (~estellevw@12.176.89.153)
- # [20:57] * Quits: annevk (~annevk@12.176.89.153) (Remote host closed the connection)
- # [20:57] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [20:58] * Joins: encryptd_fractl (~encryptd_@24-177-126-4.dhcp.mdsn.wi.charter.com)
- # [20:58] * Quits: wilsonpage (~wilsonpag@12.176.89.153) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:58] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:58] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:59] * Quits: estellevw_ (~estellevw@12.176.89.153) (Client Quit)
- # [21:00] * Quits: smaug____ (~chatzilla@12.176.89.153) (Ping timeout: 256 seconds)
- # [21:00] * Joins: jyasskin (~jyasskin@12.176.89.153)
- # [21:03] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 252 seconds)
- # [21:10] * Joins: estellevw_ (~estellevw@12.176.89.153)
- # [21:10] * Joins: brcweggs (~brcweggs@pool-71-177-224-47.lsanca.fios.verizon.net)
- # [21:12] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [21:16] * Quits: Lachy (~Lachy@cm-84.215.179.176.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:16] * Joins: Lachy (~Lachy@cm-84.215.179.176.getinternet.no)
- # [21:25] * Quits: wilsonpage (~wilsonpag@12.176.89.153) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [21:32] * Quits: thinkxl (~thinkxl@unaffiliated/thinkxl) (Ping timeout: 250 seconds)
- # [21:34] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [21:35] * Joins: dwim (~dwim@210.94.41.89)
- # [21:35] * Joins: thinkxl (~thinkxl@fr04.vpn.ht)
- # [21:36] * Quits: dwim1 (~dwim@210.94.41.89) (Read error: Connection reset by peer)
- # [21:39] * Quits: SteveF__ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 244 seconds)
- # [21:39] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [21:40] * Joins: dwim1 (~dwim@210.94.41.89)
- # [21:40] * Quits: dwim (~dwim@210.94.41.89) (Read error: Connection reset by peer)
- # [21:41] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
- # [21:41] * Quits: wilsonpage (~wilsonpag@12.176.89.153) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [21:44] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [21:47] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [21:48] * Quits: sarri (~sari@unaffiliated/sarri) (Ping timeout: 252 seconds)
- # [21:49] * Joins: sarri (~sari@unaffiliated/sarri)
- # [21:49] * Joins: espadrine (~tyl@dan75-7-88-166-187-54.fbx.proxad.net)
- # [21:51] * Quits: estellevw_ (~estellevw@12.176.89.153) (Quit: Snuggling with the puppies)
- # [21:51] * Joins: estellevw (~estellevw@12.176.89.153)
- # [21:52] * Quits: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [21:53] * Quits: estellevw (~estellevw@12.176.89.153) (Client Quit)
- # [21:53] * Quits: jyasskin (~jyasskin@12.176.89.153) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [21:56] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [21:58] * Quits: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
- # [21:59] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [22:03] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 245 seconds)
- # [22:10] * Joins: othermaciej (~mjs@17.202.48.222)
- # [22:10] * Joins: smaug____ (~chatzilla@12.176.89.153)
- # [22:10] * Quits: smaug____ (~chatzilla@12.176.89.153) (Client Quit)
- # [22:11] * Joins: smaug____ (~chatzilla@12.176.89.153)
- # [22:14] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 272 seconds)
- # [22:18] * Quits: zdobersek (~zan@gateway/vpn/privateinternetaccess/zdobersek) (Quit: Leaving.)
- # [22:24] * Joins: tantek (~tantek@174-144-145-160.pools.spcsdns.net)
- # [22:25] * Quits: tantek (~tantek@174-144-145-160.pools.spcsdns.net) (Client Quit)
- # [22:26] * Joins: tantek (~tantek@174.144.145.160)
- # [22:29] * Quits: tantek (~tantek@174.144.145.160) (Client Quit)
- # [22:30] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [22:31] * Quits: eric_carlson (~ericc@17.202.49.94) (Quit: eric_carlson)
- # [22:32] * Joins: michaeln (~michaeln@216.239.45.83)
- # [22:36] * Quits: othermaciej (~mjs@17.202.48.222) (Quit: othermaciej)
- # [22:37] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [22:42] * Joins: benwerd (~benwerd@2601:9:4481:aeae:4056:e7a3:c47d:c9f4)
- # [22:42] * Joins: thinkxl_ (~thinkxl@74-95-237-22-Houston.hfc.comcastbusiness.net)
- # [22:43] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [22:43] * Joins: mven (~textual@32.97.110.57)
- # [22:44] * Quits: mven (~textual@32.97.110.57) (Excess Flood)
- # [22:44] * Quits: thinkxl (~thinkxl@fr04.vpn.ht) (Ping timeout: 244 seconds)
- # [22:47] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 245 seconds)
- # [22:56] * Quits: smaug____ (~chatzilla@12.176.89.153) (Ping timeout: 256 seconds)
- # [22:57] * Quits: wilsonpage (~wilsonpag@12.176.89.153) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [22:58] * Joins: ap_ (~ap@17.244.164.221)
- # [22:58] * Joins: smaug____ (~chatzilla@12.176.89.153)
- # [22:59] * Quits: TallTed (~Thud@63.119.36.36)
- # [22:59] * Quits: ehsan_ (~ehsan@ip-162-250-172-190.fibre.fibrestream.ca) (Remote host closed the connection)
- # [22:59] * Joins: eric_carlson (~ericc@17.202.49.94)
- # [23:00] * Joins: ap__ (~ap@17.114.216.168)
- # [23:00] * Joins: jyasskin (~jyasskin@12.176.89.153)
- # [23:01] * Quits: ap (~ap@17.202.44.214) (Ping timeout: 255 seconds)
- # [23:02] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 255 seconds)
- # [23:02] * Joins: annevk (~annevk@12.176.89.153)
- # [23:02] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [23:03] * Quits: ap_ (~ap@17.244.164.221) (Ping timeout: 256 seconds)
- # [23:04] * Joins: tantek (~tantek@12.176.89.153)
- # [23:04] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [23:06] * Quits: tantek (~tantek@12.176.89.153) (Client Quit)
- # [23:07] * Quits: annevk (~annevk@12.176.89.153) (Ping timeout: 248 seconds)
- # [23:07] * Joins: tantek (~tantek@12.176.89.153)
- # [23:07] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:07] * Joins: annevk (~annevk@12.176.89.153)
- # [23:09] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 256 seconds)
- # [23:12] * wilsonpage is now known as wilsonpage-away
- # [23:13] * Quits: wilsonpage-away (~wilsonpag@12.176.89.153) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [23:15] * Quits: aretecode (~aretecode@50.23.131.206-static.reverse.softlayer.com) (Quit: Toodaloo)
- # [23:16] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [23:19] * Quits: wilsonpage (~wilsonpag@12.176.89.153) (Client Quit)
- # [23:19] * Quits: Maurice` (copyman@unaffiliated/maurice)
- # [23:20] * Quits: roc (~chatzilla@121-98-107-86.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [23:21] <MikeSmith> https://mobile.twitter.com/ramunas_m/status/590241532613156864
- # [23:21] <MikeSmith> is that true?
- # [23:22] <MikeSmith> "End of an era. Opera software sacks 70 employees. Desktop team in Oslo is pretty much disbanded."
- # [23:22] * Quits: alrra (uid62345@gateway/web/irccloud.com/x-mkaympzxvnvbqgjy) (Quit: Connection closed for inactivity)
- # [23:22] <Ms2ger> That was a long time coming, if so
- # [23:26] * Joins: wilsonpage (~wilsonpag@12.176.89.153)
- # [23:29] * wilsonpage is now known as wilsonpage-away
- # [23:30] * Quits: wilsonpage-away (~wilsonpag@12.176.89.153) (Client Quit)
- # [23:31] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Quit: nn)
- # [23:33] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [23:34] * Joins: tommyliu (~tommyliu@183.37.190.87)
- # [23:36] * Joins: estellevw_ (~estellevw@12.176.89.153)
- # [23:39] * Joins: rniwa (~rniwa@17.245.29.229)
- # [23:41] <jgraham> MikeSmith: I don't know, but I was there for two Opera "rightsizings" and each time the press reported the end of the company
- # [23:41] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 240 seconds)
- # [23:41] <MikeSmith> jgraham: true
- # [23:42] * Quits: estellevw_ (~estellevw@12.176.89.153) (Quit: Snuggling with the puppies)
- # [23:44] * Quits: tommyliu (~tommyliu@183.37.190.87) (Ping timeout: 265 seconds)
- # [23:44] <tantek> the press loves to report the end of things as well the amazing launch of some new vaporware
- # [23:50] * Quits: webben_ (~benjamin@hq.benjaminhawkeslewis.com) (Ping timeout: 255 seconds)
- # [23:54] * Joins: estellevw (~estellevw@12.176.89.153)
- # [23:54] * Joins: roc (~chatzilla@2001:cb0:b202:224:2677:3ff:fece:dc64)
- # [23:58] * Joins: webben_ (~benjamin@hq.benjaminhawkeslewis.com)
- # [23:58] * Quits: annevk (~annevk@12.176.89.153) (Remote host closed the connection)
- # [23:58] * Quits: estellevw (~estellevw@12.176.89.153) (Client Quit)
- # [23:58] * Joins: ambv_ (~ambv@199.201.64.133)
- # [23:59] * Quits: ap__ (~ap@17.114.216.168) (Read error: Connection reset by peer)
- # [23:59] * Joins: ap (~ap@17.114.216.168)
- # Session Close: Tue Apr 21 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn