Options:
Previous day, Next day
- # Session Start: Tue Jan 26 00:00:00 2016
- # Session Ident: #whatwg
- # [00:00] * Quits: eric_carlson (~ericc@17.202.49.0) (Quit: eric_carlson)
- # [00:03] * Joins: Lieuwex (~Lieuwex@5ED19C19.cm-7-2c.dynamic.ziggo.nl)
- # [00:04] * Quits: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [00:13] * Quits: wilsonpage (~wilsonpag@cpc73846-dals21-2-0-cust279.20-2.cable.virginm.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [00:13] * Joins: bgrins (~bgrins@2620:101:80fc:224:9ddd:f9a5:4922:13fb)
- # [00:15] * Quits: TallTed (~Thud@63.119.36.36)
- # [00:17] * Joins: espadrine (~espadrine@dan75-7-88-166-187-54.fbx.proxad.net)
- # [00:21] * Quits: ttepasse (~ttepasse@ip-178-200-61-79.hsi07.unitymediagroup.de) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:21] * Quits: mven (~textual@32.97.110.53) (Ping timeout: 264 seconds)
- # [00:23] * Quits: yutak (~yutak@2401:fa00:4:1002:a9f9:ae77:3132:a85e) (Ping timeout: 240 seconds)
- # [00:34] * Quits: thinkxl (thinkxl@gateway/vpn/mullvad/x-scxhdpsyshgpflxf) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [00:35] * Joins: yutak (~yutak@2401:fa00:4:1002:50de:cd0f:b651:6bb8)
- # [00:36] <nox> What's TAG?
- # [00:36] <gsnedders> Technical Architecture Group, of the W3C
- # [00:38] <nox> Do I want to know about any of this?
- # [00:38] * Joins: encryptd_fractal (~encryptd_@2601:449:8300:a54e:2cf3:1a33:205b:f7d0)
- # [00:40] <jgraham> A few years ago their function was to tell people they had to use RDF for everything and debate HTTP semantics. Then there was a revolution and their function was to tell people that they had to use promises for everything and expose lower levels of the platform to js. Shortly later they decided to get into the pushing-back-against-https game. Now I don't know what they are doing.
- # [00:40] <jgraham> Scare quotes implied
- # [00:40] * Quits: darobin (~darobin@209.148.63.66) (Remote host closed the connection)
- # [00:49] <annevk> I think pushing-back-against-HTTPS was only timbl
- # [00:53] * Joins: mven (~textual@cpe-173-174-112-125.austin.res.rr.com)
- # [00:55] <nox> jgraham: I see.
- # [00:57] <hober> assuming video.controls starts out false and there's a mutation observer on it, does video.controls = true; setTimeout(function() {video.controls=true;}, 0)} fire the MO once or twice?
- # [00:59] <annevk> hober: twice
- # [00:59] <annevk> hober: setTimeout creates a new task by definition, mutation observers run end-of-task
- # [00:59] <jgraham> And the second is also a mutation?
- # [00:59] <hober> jgraham: yeah, that's the real question
- # [01:00] * Quits: encryptd_fractal (~encryptd_@2601:449:8300:a54e:2cf3:1a33:205b:f7d0) (Remote host closed the connection)
- # [01:00] <annevk> oh
- # [01:00] <annevk> that was confusing
- # [01:01] <annevk> reflect does say 2
- # [01:02] <hober> where
- # [01:02] <annevk> "On setting, the content attribute must be removed if the IDL attribute is set to false, and must be set to the empty string if the IDL attribute is set to true."
- # [01:03] <hober> hmm. yeah, ok, fair enough
- # [01:10] * Joins: encryptd_fractal (~encryptd_@c-24-7-238-5.hsd1.mn.comcast.net)
- # [01:11] <jernoble> annevk: so, what if you call video.controls = false; setTimeout(function() { video.controls = false; }); how many times would you fire a MO then?
- # [01:11] <jernoble> annevk: “the content attribute must be removed”, but the content attribute is not present the second time.
- # [01:14] * Joins: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639)
- # [01:15] <jwalden> peoples! anyone want to fix w-p-t tests to not refer to ArrayBuffer neutering any more, since the spec changed to use "detach" as the verb instead?
- # [01:15] * jwalden summons lazychannel
- # [01:16] <hober> jernoble annevk: twice when redundant true setting but once when redundant false setting is pretty weird
- # [01:22] <MikeSmith> hey it's a rare visit to #whatwg by jernoble
- # [01:22] <MikeSmith> hi jernoble
- # [01:23] <jernoble> hi MikeSmith
- # [01:23] * Quits: nikkibee (~quassel@node-1w7jr9y93irfp551vzvggerhv.ipv6.telus.net) (Remote host closed the connection)
- # [01:23] <jernoble> long time lurker, 1st time caller
- # [01:23] <MikeSmith> hah 😀
- # [01:23] <annevk> hober: well, you cannot remove it twice, but you can set it twice
- # [01:23] <Domenic> jwalden: HTML spec hasn't changed yet...
- # [01:24] <jwalden> peoples! anyone want to fix the HTML spec to not refer to ArrayBuffer neutering any more, since the ES6 spec changed to use "detach" as the verb instead?
- # [01:24] <jwalden> ;-)
- # [01:24] <annevk> jernoble: hober: I guess we could change it, I don't really care
- # [01:24] * Joins: thinkxl (thinkxl@gateway/vpn/mullvad/x-tjxvnsoiqtfmnbpz)
- # [01:24] <annevk> jwalden: that is actually a hard change to make
- # [01:24] <jwalden> annevk: wut
- # [01:25] <annevk> jwalden: doing that properly would require untangling a whole mess of things and how transferables work
- # [01:25] <annevk> jwalden: did you look into it?
- # [01:25] <MikeSmith> smaug____: webex in fact has no webby stuff. so I think the name is a clever troll.
- # [01:25] <annevk> jwalden: "neuter" is shared by a bunch of objects that are transferable
- # [01:25] <jwalden> annevk: it's just a terminology change, shouldn't be any actual algorithm changes -- basically along the lines of all the naming changes I've done in https://bugzilla.mozilla.org/show_bug.cgi?id=1079844
- # [01:25] <annevk> jwalden: and then there's the IDL vs JavaScript object confusion
- # [01:25] <Domenic> https://www.w3.org/Bugs/Public/show_bug.cgi?id=27031#c4
- # [01:25] * Joins: nikkibee (~quassel@node-1w7jr9y93irfp551vzvggerhv.ipv6.telus.net)
- # [01:26] <Domenic> jwalden annevk ^
- # [01:26] <annevk> right
- # [01:26] <jwalden> oh, stab
- # [01:26] * Quits: rcombs (rcombs@irc.rcombs.me) (Quit: ZNC - http://znc.in/ZNC)
- # [01:27] <jwalden> welp, most of Mozilla will be detach-friendly, at least, after those patches land
- # [01:27] <jwalden> with w-p-t tests as close to the only exception
- # [01:27] <annevk> I mean I could rename neuter to detach, but none of the problems would go away
- # [01:28] <MikeSmith> smaug____: I don't have any of the webex client stuff installed in my laptop. when I need to call into webex meetings, I use the android client and just use it to make the webex system dial my phone number. Then I just close the client. So I don't use the video part. For me the whole system is there just to make phone calls to me.
- # [01:28] <jwalden> if neuter were defined as an HTML-side generic concept, it could be specified that when performed upon an ArrayBuffer it would detach that ArrayBuffer
- # [01:30] <hober> MikeSmith: that's exactly how i "use" webex
- # [01:30] <hober> [well, s/android/ios/ but otherwise yeah :)]
- # [01:31] <MikeSmith> hober: high five
- # [01:31] <hober> :)
- # [01:32] <MikeSmith> btw you apple guys need to get a "high five" emoji added to the next barrage for emoji you unleash
- # [01:33] <annevk> jwalden: yeah, something like that
- # [01:33] <hober> that's what U+1F64F PERSON WITH FOLDED HANDS is
- # [01:35] * Quits: espadrine (~espadrine@dan75-7-88-166-187-54.fbx.proxad.net) (Quit: espadrine)
- # [01:36] * Joins: rcombs (rcombs@irc.rcombs.me)
- # [01:36] <smaug____> MikeSmith: I ended up using skype
- # [01:36] <smaug____> to listen to the custom elements meeting
- # [01:37] <MikeSmith> hober: ah yeah, that's close. It's either that or somebody high-fiving themselves, clearly
- # [01:38] <hober> well, if your platform renders that in a way that doesn't look like a high five, you're gonna have a bad time :)
- # [01:38] <MikeSmith> smaug____: yeah that usually works better than anything else. I mean, just calling somebody in the room with skype, or having them call you
- # [01:39] <MikeSmith> hober: heh yeah I guess the unpredictability of the rendering adds to the fun
- # [01:41] <MikeSmith> jgraham: The first two sentences in your summary of the TAG are spot-on. But to be fairーas annevk pointed outーthe pushing-back-against-https didn't come from others on the TAG as far as I recall.
- # [01:42] <MikeSmith> Others on the TAG worked on coming up with the "Making the Web Secure" finding, or whatever it was called. Which I recall being sane
- # [01:42] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [01:42] <MikeSmith> especially Yan of course but not just Yan
- # [01:43] <MikeSmith> and they were strongly supportive of the Powerful Features doc
- # [01:43] <MikeSmith> or whatever that ended up being called now
- # [01:43] * Joins: sicking (~sicking@63.245.219.53)
- # [01:43] <MikeSmith> Secure Contexts
- # [01:44] <MikeSmith> but to you point about tests I also don't want to invite the TAG to get involved
- # [01:45] <MikeSmith> and anyway I am certain that some or most of the TAG members would not want the TAG to
- # [01:46] <MikeSmith> but hey glad we can still count on gsnedders for crazy ideas. He gets it right more often than he gets it wrong
- # [01:46] <roc> jgraham: the TAG was useful for telling the Web Audio editor he was doing it wrong
- # [01:47] <MikeSmith> hey that too
- # [01:48] <roc> albeit too late to fix most of the wrongness
- # [01:48] <MikeSmith> we need to the TAG around to explain to spec editors that it's not OK to introduce race conditions into standards
- # [01:50] <Hixie_> roc: couldn't other people tell him that?
- # [01:50] <roc> Hixie_: sure; I, for one, did. But he didn't have to listen to me.
- # [01:51] <Hixie_> did he have to listen to the TAG?
- # [01:51] <Hixie_> (if an editor is ignoring feedback, that seems like a larger problem)
- # [01:51] * Quits: rniwa (~rniwa@17.114.7.34) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [01:51] <gsnedders> MikeSmith: this is pretty much my job, being crazy
- # [01:51] <roc> I don't know, but the TAG certainly had a bigger effect than I did.
- # [01:53] * Quits: weinig (~weinig@17.114.217.218) (Quit: weinig)
- # [01:53] <roc> I guess there might have been hidden Google influence in play too
- # [01:59] * Joins: weinig (~weinig@17.114.0.193)
- # [02:00] * Joins: plutoniix (~q@43.249.69.226)
- # [02:02] <TabAtkins> Yeah, pushing back against http was solely timbl, who is "TAG" for ceremonial purposes.
- # [02:03] <TabAtkins> roc: Next time a Google editor is being bad, let me know, too. He was asking me questions, but I didn't know much about what was going on.
- # [02:03] * Quits: bgrins (~bgrins@2620:101:80fc:224:9ddd:f9a5:4922:13fb) (Quit: Leaving.)
- # [02:06] * Quits: encryptd_fractal (~encryptd_@c-24-7-238-5.hsd1.mn.comcast.net) (Remote host closed the connection)
- # [02:10] <MikeSmith> JakeA: the Without Streaming / With Streaming animation is https://jakearchibald.com/2016/streams-ftw/ is pretty nice
- # [02:11] * Quits: JeanCarloMachado (~jean@189-10-144-222.cslce701.dsl.brasiltelecom.net.br) (Ping timeout: 265 seconds)
- # [02:11] <gsnedders> MikeSmith: besides, where would this channel be if I didn't suggest mad stuff?
- # [02:17] * Quits: jsbell (jsbell@nat/google/x-tmwrwpcxdytarhjf) (Quit: There's no place like home...)
- # [02:18] * Quits: zecho (~zecho@70-247-17-199.northern.mnscu.edu) (Remote host closed the connection)
- # [02:21] * Joins: darobin (~darobin@cpe-74-64-41-253.nyc.res.rr.com)
- # [02:21] * Quits: ap_ (~ap@17.114.219.230) (Quit: Textual IRC Client: www.textualapp.com)
- # [02:27] <JakeA> MikeSmith: cheers! I don't think I've ever done SVG without animating stroke offset
- # [02:27] <JakeA> One trick pony
- # [02:29] * Quits: weinig (~weinig@17.114.0.193) (Quit: weinig)
- # [02:30] * Quits: plutoniix (~q@43.249.69.226) (Quit: จรลี จรลา)
- # [02:32] * Joins: plutoniix (~q@43.249.69.226)
- # [02:38] * Joins: weinig (~weinig@17.114.217.218)
- # [02:44] * Joins: encryptd_fractal (~encryptd_@2601:449:8300:a54e:f5c5:1946:ed38:579a)
- # [02:49] * Quits: encryptd_fractal (~encryptd_@2601:449:8300:a54e:f5c5:1946:ed38:579a) (Ping timeout: 250 seconds)
- # [02:49] <roc> JakeA: there's some confusion about Streams here
- # [02:49] <roc> AFAICT everything you describe (and is implemented in Chrome) is about streams of byte
- # [02:49] <roc> s
- # [02:50] <roc> parts of the Streams spec, and discussion about Streams, mention streams of other data types, e.g. video frames
- # [02:50] <roc> I think the case for that is ... less compelling
- # [02:51] <roc> Ted's comment on your post is representative of that confusion
- # [03:08] <JakeA> roc: https://jakearchibald.com/2016/streams-ftw/#streaming-results these performance results aren't compelling?
- # [03:08] <roc> those are all byte streams
- # [03:08] <JakeA> Yes
- # [03:09] <roc> I understand that streaming processing of data is a good idea
- # [03:09] * Quits: smaug____ (~chatzilla@dyxxlkyyyyyyyyyyyyycy-3.rev.dnainternet.fi) (Ping timeout: 240 seconds)
- # [03:09] <roc> I'm less certain that the JS Streams API is the right API for, say, writing video codecs in JS
- # [03:11] <roc> likewise, I'm skeptical that MediaRecorder is a natural fit for Streams. It should be able to *produce* a Stream of bytes, of course, but I don't see it fitting in easily as a Streams transducer
- # [03:25] * Quits: sicking (~sicking@63.245.219.53) (Quit: sicking)
- # [03:34] * Quits: jwalden (~waldo@2620:101:80fc:232:7e7a:91ff:fe25:a5a3) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
- # [03:37] * Quits: bholley (~bholley@corp.mtv2.mozilla.com) (Quit: ZZZzzz…)
- # [03:39] <JakeA> roc: isn't that how encoders are written now? They have config, then they're given frames
- # [03:39] <JakeA> Like ffmpeg takes an input file, config, and produces an output
- # [03:40] <roc> I had this discussion with Domenic a while back
- # [03:41] <roc> MediaRecorder supports pause() and resume(). Data received while paused is dropped.
- # [03:42] * Joins: bgrins (~bgrins@2601:647:4101:5c6b:2c22:a63f:30ef:8a16)
- # [03:43] <roc> in general MediaStreams have this property that there's no backpressure. They're always real-time and data gets dropped to meet that requirement
- # [03:43] <roc> also they have structure in the form of tracks
- # [03:45] * Quits: weinig (~weinig@17.114.217.218) (Quit: weinig)
- # [03:48] * Joins: weinig (~weinig@17.114.217.218)
- # [04:11] * Joins: jernoble|laptop (~jernoble@199-83-223-202.PUBLIC.monkeybrains.net)
- # [04:19] * Joins: zecho (~zecho@70-247-17-199.northern.mnscu.edu)
- # [04:22] * Quits: bgrins (~bgrins@2601:647:4101:5c6b:2c22:a63f:30ef:8a16) (Quit: Leaving.)
- # [04:24] * Quits: zecho (~zecho@70-247-17-199.northern.mnscu.edu) (Ping timeout: 260 seconds)
- # [04:31] * Quits: dbaron (~dbaron@2400:e780:801:224:dfc:3b6c:3f95:f0eb) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [04:35] * Quits: weinig (~weinig@17.114.217.218) (Quit: weinig)
- # [05:10] * Quits: darobin (~darobin@cpe-74-64-41-253.nyc.res.rr.com) (Remote host closed the connection)
- # [05:11] * Joins: tommyliu (~tommyliu@211.22.145.150)
- # [05:13] * Joins: tommyliu_ (~tommyliu@114.91.243.20)
- # [05:13] * Quits: roc (~chatzilla@2400:e780:801:224:2677:3ff:fece:dc64) (Ping timeout: 240 seconds)
- # [05:13] * Joins: tantek (~tantek@70-36-197-53.dsl.dynamic.fusionbroadband.com)
- # [05:16] * Quits: tommyliu (~tommyliu@211.22.145.150) (Ping timeout: 240 seconds)
- # [05:17] * Joins: tommyliu (~tommyliu@211.22.145.150)
- # [05:17] * Quits: tommyliu_ (~tommyliu@114.91.243.20) (Read error: Connection reset by peer)
- # [05:20] * Quits: thinkxl (thinkxl@gateway/vpn/mullvad/x-tjxvnsoiqtfmnbpz) (Quit: Textual IRC Client: www.textualapp.com)
- # [05:44] * Quits: tommyliu (~tommyliu@211.22.145.150) (Remote host closed the connection)
- # [05:45] * Joins: tommyliu (~tommyliu@211.22.145.150)
- # [05:47] * Quits: mven (~textual@cpe-173-174-112-125.austin.res.rr.com) (Read error: Connection reset by peer)
- # [05:47] * Joins: mven (~textual@cpe-173-174-112-125.austin.res.rr.com)
- # [05:47] * Quits: jernoble|laptop (~jernoble@199-83-223-202.PUBLIC.monkeybrains.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [05:50] * Quits: tommyliu (~tommyliu@211.22.145.150) (Ping timeout: 276 seconds)
- # [06:00] * Joins: sankha (~sankha@103.59.201.204)
- # [06:00] * Joins: jernoble|laptop (~jernoble@199-83-223-202.PUBLIC.monkeybrains.net)
- # [06:08] * Quits: tantek (~tantek@70-36-197-53.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [06:12] * Joins: tommyliu (~tommyliu@114.91.243.20)
- # [06:19] * Joins: zecho (~zecho@70-247-17-199.northern.mnscu.edu)
- # [06:24] * Quits: zecho (~zecho@70-247-17-199.northern.mnscu.edu) (Ping timeout: 256 seconds)
- # [06:27] * Joins: jungkees (uid24208@gateway/web/irccloud.com/x-clwuapvkszlgafoc)
- # [06:28] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [06:30] * Joins: jdaggett (~jdaggett@ae021089.dynamic.ppp.asahi-net.or.jp)
- # [06:31] * Joins: tantek (~tantek@70-36-197-53.dsl.dynamic.fusionbroadband.com)
- # [06:31] * Quits: tantek (~tantek@70-36-197-53.dsl.dynamic.fusionbroadband.com) (Client Quit)
- # [06:33] * Joins: tommyliu_ (~tommyliu@114.91.243.20)
- # [06:34] * Joins: bholley (~bholley@c-73-231-198-151.hsd1.ca.comcast.net)
- # [06:36] * Quits: tommyliu (~tommyliu@114.91.243.20) (Ping timeout: 264 seconds)
- # [06:38] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [06:39] * Joins: weinig (~weinig@c-50-131-222-145.hsd1.ca.comcast.net)
- # [06:39] * Quits: weinig (~weinig@c-50-131-222-145.hsd1.ca.comcast.net) (Client Quit)
- # [06:40] * Joins: roc (~chatzilla@121.98.186.214)
- # [06:41] * Quits: jdaggett (~jdaggett@ae021089.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [06:50] * Quits: jernoble|laptop (~jernoble@199-83-223-202.PUBLIC.monkeybrains.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [07:01] <zcorpan> i wonder what the best way is to make https://streams.spec.whatwg.org/#rs-state-diagram accessible
- # [07:05] <zcorpan> maybe it could have focusable boxes, with nav-left -> closed, etc?
- # [07:07] <Hixie_> Describe it in English
- # [07:07] <Hixie_> and let the image be a repetition of the prose
- # [07:10] * Quits: riddle (riddle@us.yunix.net) (Ping timeout: 240 seconds)
- # [07:11] * Quits: sankha (~sankha@103.59.201.204) (Remote host closed the connection)
- # [07:14] * Joins: sankha (~sankha@103.59.201.204)
- # [07:15] * Joins: ritsyy (~richa@117.215.147.236)
- # [07:18] * Joins: riddle (riddle@us.yunix.net)
- # [07:24] <zcorpan> Hixie_: there are many arrows, i'm not sure how to describe it in a way that is easier to understand than the normative spec itself
- # [07:25] <zcorpan> maybe the description could just cover the no-close no-error case, and then as an afterthought say that each step can also go to closed or errored
- # [07:26] * Joins: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net)
- # [07:30] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [07:32] * Joins: bradleymeck (~bradleyme@cpe-70-112-190-128.austin.res.rr.com)
- # [07:36] * Quits: riddle (riddle@us.yunix.net) (Ping timeout: 245 seconds)
- # [07:43] * Quits: nikkibee (~quassel@node-1w7jr9y93irfp551vzvggerhv.ipv6.telus.net) (Remote host closed the connection)
- # [07:43] * Joins: riddle (riddle@us.yunix.net)
- # [07:57] * Joins: ohaibbq (~ohaibbq@2601:643:8100:fdf1:e9a6:8a04:5c9:29b5)
- # [08:03] * Quits: ritsyy (~richa@117.215.147.236) (Ping timeout: 240 seconds)
- # [08:07] * Joins: tommyliu (~tommyliu@211.22.145.150)
- # [08:07] * Quits: tommyliu_ (~tommyliu@114.91.243.20) (Read error: Connection reset by peer)
- # [08:18] * Joins: ritsyy (~richa@117.212.16.213)
- # [08:20] * Joins: zecho (~zecho@70-247-17-199.northern.mnscu.edu)
- # [08:21] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [08:25] * Quits: zecho (~zecho@70-247-17-199.northern.mnscu.edu) (Ping timeout: 276 seconds)
- # [08:27] * Joins: svl (~me@86.81.103.1)
- # [08:31] * Quits: svl (~me@86.81.103.1) (Client Quit)
- # [08:34] * Joins: jwalden (~waldo@108-233-252-216.lightspeed.sntcca.sbcglobal.net)
- # [08:46] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [08:46] * Quits: jwalden (~waldo@108-233-252-216.lightspeed.sntcca.sbcglobal.net) (Quit: g'night)
- # [08:55] * Joins: rego (~rego@66.193.27.77.dynamic.reverse-mundo-r.com)
- # [08:59] * Quits: sankha (~sankha@103.59.201.204) (Remote host closed the connection)
- # [08:59] * Quits: bholley (~bholley@c-73-231-198-151.hsd1.ca.comcast.net) (Quit: ZZZzzz…)
- # [08:59] * Joins: sankha (~sankha@103.59.201.204)
- # [09:07] * Joins: ttepasse (~ttepasse@ip-178-200-61-79.hsi07.unitymediagroup.de)
- # [09:15] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [09:17] * Quits: ttepasse (~ttepasse@ip-178-200-61-79.hsi07.unitymediagroup.de) (Ping timeout: 240 seconds)
- # [09:21] * Quits: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net) (Quit: sicking)
- # [09:22] * Quits: bradleymeck (~bradleyme@cpe-70-112-190-128.austin.res.rr.com) (Quit: bradleymeck)
- # [09:25] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
- # [09:28] * Quits: ohaibbq (~ohaibbq@2601:643:8100:fdf1:e9a6:8a04:5c9:29b5) (Quit: Leaving...)
- # [09:28] * Joins: mpt (~mpt@2001:67c:1560:a003:f58e:71a1:dea2:bb36)
- # [09:28] * Quits: mpt (~mpt@2001:67c:1560:a003:f58e:71a1:dea2:bb36) (Changing host)
- # [09:28] * Joins: mpt (~mpt@canonical/mpt)
- # [09:35] * Joins: espadrine (~espadrine@dan75-7-88-166-187-54.fbx.proxad.net)
- # [09:48] * Joins: tantek (~tantek@70-36-197-53.dsl.dynamic.fusionbroadband.com)
- # [09:50] * Quits: hdhoang (~i@hdhoang.space) (Ping timeout: 240 seconds)
- # [09:51] * Joins: hdhoang (~i@hdhoang.space)
- # [09:51] * Quits: disgusting_wall (uid89161@gateway/web/irccloud.com/x-oxkxmmxkoebazrqn) (Quit: Connection closed for inactivity)
- # [09:52] * Quits: robogoat (~robogoat@c-24-126-240-124.hsd1.ga.comcast.net) (Ping timeout: 240 seconds)
- # [09:54] * Joins: robogoat (~robogoat@c-24-126-240-124.hsd1.ga.comcast.net)
- # [10:04] * Joins: zdobersek (~zan@46.166.190.200)
- # [10:12] * Joins: calvaris (~calvaris@fanzine.igalia.com)
- # [10:13] * Joins: sankha_ (~sankha@103.59.201.204)
- # [10:13] * Quits: sankha (~sankha@103.59.201.204) (Read error: Connection reset by peer)
- # [10:21] * Joins: zecho (~zecho@70-247-17-199.northern.mnscu.edu)
- # [10:24] * Quits: sankha_ (~sankha@103.59.201.204) (Remote host closed the connection)
- # [10:25] * Quits: zecho (~zecho@70-247-17-199.northern.mnscu.edu) (Ping timeout: 272 seconds)
- # [10:29] * Joins: wilsonpage (~wilsonpag@83.192.112.87.dyn.plus.net)
- # [10:35] * Joins: sankha (~sankha@27.106.95.218)
- # [10:38] <zcorpan> heh, clicking the "reflect" dfn in single-page and following one of the links makes the helpful "little" box showing all the instances cover the entire page
- # [10:47] * Quits: sankha (~sankha@27.106.95.218) (Remote host closed the connection)
- # [10:52] <ritsyy> zcorpan: for this bug https://github.com/whatwg/html/issues/293 could you give some pointers
- # [10:53] <zcorpan> (fixed dfn.js now)
- # [10:56] <zcorpan> ritsyy: commented in the bug
- # [10:57] <ritsyy> zcorpan: okay seeing it
- # [10:57] <zcorpan> neato!
- # [11:00] <ritsyy> zcorpan: oh yeah now i got the point, not to define one more state as the invalid value default, thanks!
- # [11:02] * Quits: espadrine (~espadrine@dan75-7-88-166-187-54.fbx.proxad.net) (Quit: espadrine)
- # [11:07] * Joins: hasather (~hasather@80.91.33.141)
- # [11:08] * Joins: sankha (~sankha@27.106.95.218)
- # [11:09] <zcorpan> philipj: hmmmm. microdata attributes don't have reflecting attributes anymore in the spec?
- # [11:13] * Quits: sankha (~sankha@27.106.95.218) (Remote host closed the connection)
- # [11:15] <philipj> zcorpan: nope, all nuked
- # [11:15] <philipj> unusual, right?
- # [11:17] <zcorpan> maybe we should put back only the simple reflecting attributes. but i dunno
- # [11:17] <zcorpan> suppose i should file an issue
- # [11:18] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Ping timeout: 264 seconds)
- # [11:18] <philipj> zcorpan: I doubt you'll find a browser implementor willing to add reflected attributes for things that have no effect internally
- # [11:20] * Quits: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639) (Remote host closed the connection)
- # [11:21] <ritsyy> i am getting this warning, while running the build-script https://paste.kde.org/pzt0msrye
- # [11:22] <zcorpan> ritsyy: known issue https://github.com/whatwg/wattsi/issues/14
- # [11:23] <ritsyy> zcorpan: oh okay
- # [11:23] <zcorpan> hmm nope, that was a bug i introduced in https://github.com/Fyrd/caniuse/pull/2239/files oops
- # [11:24] <zcorpan> will fix
- # [11:24] * Joins: JeanCarloMachado (~jean@189-10-144-222.cslce701.dsl.brasiltelecom.net.br)
- # [11:26] <ritsyy> zcorpan: yes, cool
- # [11:31] * Quits: tantek (~tantek@70-36-197-53.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [11:33] * Quits: jungkees (uid24208@gateway/web/irccloud.com/x-clwuapvkszlgafoc) (Quit: Connection closed for inactivity)
- # [11:40] * Joins: espadrine (~tyl@213.152.2.4)
- # [11:44] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [11:47] * Quits: plutoniix (~q@43.249.69.226) (Quit: จรลี จรลา)
- # [11:54] * Quits: th2389_______ (sid27360@gateway/web/irccloud.com/x-zhvhhrrxtgcgiiff) (Ping timeout: 260 seconds)
- # [11:56] * Joins: adactio (~adactio@185.65.110.45)
- # [11:56] * Joins: th2389_______ (sid27360@gateway/web/irccloud.com/x-xcbgtyfgttveybnv)
- # [12:16] * Quits: tommyliu (~tommyliu@211.22.145.150) (Remote host closed the connection)
- # [12:16] * Joins: tommyliu (~tommyliu@211.22.145.150)
- # [12:21] * Joins: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639)
- # [12:21] * Quits: tommyliu (~tommyliu@211.22.145.150) (Ping timeout: 260 seconds)
- # [12:21] * Joins: zecho (~zecho@70-247-17-199.northern.mnscu.edu)
- # [12:23] * Quits: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639) (Remote host closed the connection)
- # [12:23] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [12:26] * Quits: zecho (~zecho@70-247-17-199.northern.mnscu.edu) (Ping timeout: 250 seconds)
- # [12:43] * Joins: jdaggett (~jdaggett@ae021089.dynamic.ppp.asahi-net.or.jp)
- # [12:55] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [12:58] * Joins: tommyliu (~tommyliu@58.37.44.178)
- # [12:58] * Joins: jacobolu_ (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [13:00] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Ping timeout: 256 seconds)
- # [13:10] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [13:23] * Quits: ^esc_ (~esc_@77.119.130.93.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [13:26] * Joins: howdoi (uid224@gateway/web/irccloud.com/x-nzcczncbrrrzcgru)
- # [13:29] * Joins: ^esc_ (~esc_@178.165.128.173.wireless.dyn.drei.com)
- # [13:31] * Joins: ^esc (~esc_@178.165.129.186.wireless.dyn.drei.com)
- # [13:33] * Quits: ^esc_ (~esc_@178.165.128.173.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [13:34] <ritsyy> annevk: zcorpan: for this issue https://github.com/whatwg/html/issues/513 i am not able to figure out how the other content types will process for embed element as it is in object element https://html.spec.whatwg.org/multipage/embedded-content.html#the-object-element , any pointers?
- # [13:36] * Joins: ^esc_ (~esc_@77.119.131.88.wireless.dyn.drei.com)
- # [13:37] * Quits: ^esc (~esc_@178.165.129.186.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [13:43] * Quits: hdhoang (~i@hdhoang.space) (Ping timeout: 240 seconds)
- # [13:46] * Joins: hdhoang (~i@hdhoang.space)
- # [13:57] <zcorpan> ritsyy: in the current spec i think it's covered by "If the user agent can't find a suitable plugin when attempting to find and instantiate one for the algorithm above, then the user agent must use a default plugin. This default could be as simple as saying "Unsupported Format"."
- # [13:57] * Joins: disgusting_wall (uid89161@gateway/web/irccloud.com/x-epytuxhoexjymovr)
- # [14:05] * Quits: psy_ (~psy@43.224.156.99) (Read error: Connection reset by peer)
- # [14:10] * Quits: caitp (~green@ec2-52-88-18-7.us-west-2.compute.amazonaws.com) (Ping timeout: 260 seconds)
- # [14:13] * Joins: sankha (~sankha@27.106.95.218)
- # [14:14] * Joins: caitp (~green@ec2-52-88-18-7.us-west-2.compute.amazonaws.com)
- # [14:17] * Quits: sankha (~sankha@27.106.95.218) (Remote host closed the connection)
- # [14:17] * Joins: sankha (~sankha@27.106.95.218)
- # [14:22] * Joins: zecho (~zecho@70-247-17-199.northern.mnscu.edu)
- # [14:26] * Quits: zecho (~zecho@70-247-17-199.northern.mnscu.edu) (Ping timeout: 250 seconds)
- # [14:29] * Joins: smaug____ (~chatzilla@dyxxlkyyyyyyyyyyyyyyt-3.rev.dnainternet.fi)
- # [14:30] * Quits: jdaggett (~jdaggett@ae021089.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [14:34] <JakeA> roc: in terms of tracks you want to encode those separately and have a muxer deal with the joining right?
- # [14:35] <JakeA> roc: I disagree that an encoder must be real time. For live streams, sure, but that's not always the case
- # [14:38] * Quits: JeanCarloMachado (~jean@189-10-144-222.cslce701.dsl.brasiltelecom.net.br) (Quit: Lost terminal)
- # [14:39] * Joins: TallTed (~Thud@c-98-216-254-6.hsd1.ma.comcast.net)
- # [14:40] * Joins: JeanCarloMachado (~jean@189-10-144-222.cslce701.dsl.brasiltelecom.net.br)
- # [14:48] * Quits: tommyliu (~tommyliu@58.37.44.178) (Remote host closed the connection)
- # [14:49] * Joins: tommyliu (~tommyliu@58.37.44.178)
- # [14:53] * Quits: tommyliu (~tommyliu@58.37.44.178) (Ping timeout: 250 seconds)
- # [14:54] * Joins: plutoniix (~q@node-tgm.pool-101-108.dynamic.totbb.net)
- # [14:55] * Quits: sankha (~sankha@27.106.95.218) (Remote host closed the connection)
- # [14:55] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [14:57] * Joins: zecho (~zecho@70-247-17-199.northern.mnscu.edu)
- # [15:00] * Joins: sankha (~sankha@27.106.95.218)
- # [15:00] * Quits: sankha (~sankha@27.106.95.218) (Remote host closed the connection)
- # [15:00] * Joins: sankha (~sankha@27.106.95.218)
- # [15:04] <MikeSmith> botie, inform zcorpan wanted to ask more about the wattsi patch when you're back around and have time
- # [15:04] <botie> will do
- # [15:13] * Joins: encryptd_fractal (~encryptd_@63-254-58-198.ip.mcleodusa.net)
- # [15:14] * Quits: sankha (~sankha@27.106.95.218) (Remote host closed the connection)
- # [15:15] <JakeA> annevk: what time are we planning on starting?
- # [15:16] <annevk> Around nine, likely a little later due to logistics and setting things up
- # [15:17] <annevk> I will be there 8:30 to get a temp badge, forgot my own
- # [15:19] <MikeSmith> oh, Antti was at the meeting yesterday?
- # [15:20] * Joins: thatprogrammer (~thatprogr@159.203.29.54)
- # [15:21] <thatprogrammer> when a HTTP server returns a HTTP 200 on POST with Pragma: no-cache, is the POST parameters cached by the browser?
- # [15:21] * Quits: wilsonpage (~wilsonpag@83.192.112.87.dyn.plus.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [15:23] <annevk> MikeSmith: he was, and I didn't take the chance to say hi (he left early, though) 😟
- # [15:23] <annevk> thatprogrammer: what are POST parameters?
- # [15:29] <thatprogrammer> annevk: ur ? is irrelevant to my ? :)
- # [15:30] <thatprogrammer> oh, u dont even know what a POST parameter is? lol i thought u were asking what the values were >.<
- # [15:30] * Parts: thatprogrammer (~thatprogr@159.203.29.54)
- # [15:37] * Joins: eric_carlson (~ericc@17.202.49.0)
- # [15:42] * Quits: jacobolu_ (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Remote host closed the connection)
- # [15:51] <JakeA> I'm pretty sure people on the internet are getting worse
- # [15:54] <jgraham> This kind of thing honestly makes me wonder if contributing to the web actually makes the world better
- # [15:55] <jgraham> Well this kind of thing, TwitterRage, the comments under any online news article, wtc. etc.
- # [15:56] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [15:56] <botie> zcorpan, at 2016-01-26 14:07 UTC, MikeSmith said: wanted to ask more about the wattsi patch when you're back around and have time
- # [16:00] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 272 seconds)
- # [16:01] * Joins: wilsonpage (~wilsonpag@83.192.112.87.dyn.plus.net)
- # [16:06] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Remote host closed the connection)
- # [16:10] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [16:12] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [16:14] * Joins: darobin (~darobin@209.148.63.66)
- # [16:23] * Quits: mven (~textual@cpe-173-174-112-125.austin.res.rr.com) (Ping timeout: 264 seconds)
- # [16:28] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Ping timeout: 265 seconds)
- # [16:28] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Remote host closed the connection)
- # [16:30] * Quits: ^esc_ (~esc_@77.119.131.88.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [16:32] * Joins: tantek (~tantek@70-36-197-53.dsl.dynamic.fusionbroadband.com)
- # [16:35] * Joins: myakura (uid22370@gateway/web/irccloud.com/x-vgxuagqnkgrabmam)
- # [16:36] * Joins: mven (~textual@32.97.110.53)
- # [16:47] * Joins: a-ja (~aja@70.230.144.189)
- # [16:51] * Joins: thinkxl (thinkxl@gateway/vpn/mullvad/x-sskozzgaapaaetvj)
- # [16:52] * Joins: bgrins (~bgrins@2601:647:4101:5c6b:99bf:a8f8:2450:c0f5)
- # [16:56] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [17:00] <ritsyy> MikeSmith: annevk zcorpan some suggestions for this https://richarupela.wordpress.com/2016/01/26/outreachy-mid-term/
- # [17:00] * Joins: ehsan_ (~ehsan@2607:f0c8:8000:80e0:c172:e9be:5b13:250e)
- # [17:02] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 265 seconds)
- # [17:04] * Quits: halfline (rstrode@nat/redhat/x-zsldyadxnfseoviy) (Quit: ZNC - http://znc.in)
- # [17:05] * Joins: bblfish (~bblfish@cpc2-popl3-2-0-cust563.13-2.cable.virginm.net)
- # [17:08] <annevk> ritsyy: that's great, thanks for writing that, perhaps we should move some of your tips into the readme
- # [17:08] * Joins: tommyliu (~tommyliu@123.138.189.190)
- # [17:08] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [17:09] * Quits: thinkxl (thinkxl@gateway/vpn/mullvad/x-sskozzgaapaaetvj) (Quit: Textual IRC Client: www.textualapp.com)
- # [17:09] <zcorpan> MikeSmith: here now for a bit
- # [17:09] <ritsyy> annevk: yeah that would be great :)
- # [17:11] * Joins: halfline (rstrode@nat/redhat/x-koxbcqymdumdhxtv)
- # [17:18] * Joins: jwalden (~waldo@2620:101:80fc:232:7e7a:91ff:fe25:a5a3)
- # [17:29] * Joins: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639)
- # [17:31] * Quits: tommyliu (~tommyliu@123.138.189.190) (Read error: Connection reset by peer)
- # [17:31] * Joins: aja__ (~aja@70.230.144.189)
- # [17:33] * Joins: psy (~psy@43.224.156.121)
- # [17:33] * Joins: tommyliu_ (~tommyliu@58.37.44.178)
- # [17:33] * Quits: psy (~psy@43.224.156.121) (Max SendQ exceeded)
- # [17:34] * Joins: psy (~psy@43.224.156.121)
- # [17:34] * Quits: tommyliu_ (~tommyliu@58.37.44.178) (Read error: Connection reset by peer)
- # [17:34] * Quits: a-ja (~aja@70.230.144.189) (Ping timeout: 276 seconds)
- # [17:35] * Joins: tommyliu_ (~tommyliu@211.22.145.150)
- # [17:35] * Joins: yury`moz (~yury@ip68-12-100-236.ok.ok.cox.net)
- # [17:36] * Quits: yury`m (~yury@ip68-12-100-236.ok.ok.cox.net) (Ping timeout: 272 seconds)
- # [17:38] * Joins: thinkxl (~thinkxl@unaffiliated/thinkxl)
- # [17:39] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [17:46] * Quits: Lieuwex (~Lieuwex@5ED19C19.cm-7-2c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
- # [17:46] * Joins: Lieuwex (~Lieuwex@5ED19C19.cm-7-2c.dynamic.ziggo.nl)
- # [17:58] <JakeA> annevk: where should we head for this meeting? Do we need to sign in at the ground floor?
- # [17:58] * Joins: wilsonpa_ (~wilsonpag@83.192.112.87.dyn.plus.net)
- # [18:03] * Quits: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639) (Ping timeout: 240 seconds)
- # [18:03] * Quits: zdobersek (~zan@46.166.190.200) (Ping timeout: 240 seconds)
- # [18:03] * Quits: wilsonpage (~wilsonpag@83.192.112.87.dyn.plus.net) (Ping timeout: 240 seconds)
- # [18:03] * Quits: thinkxl (~thinkxl@unaffiliated/thinkxl) (Max SendQ exceeded)
- # [18:04] * Joins: thinkxl (~thinkxl@unaffiliated/thinkxl)
- # [18:06] <ritsyy> Domenic: in this issue https://github.com/whatwg/html/issues/502 you said that DTDs are not to be changed, is it right because in the w3c blog DTDs are mentioned too
- # [18:08] <Domenic> ritsyy: hmm what W3C blog DTDs?
- # [18:08] <Domenic> ritsyy: ah I see
- # [18:09] <Domenic> ritsyy: The important sentence is "Note that this change has no effect on namespaces. The actual namespace will continue to use HTTP, even if it is also served through HTTPS. This applies as well for XMI DTD, Schema, and SGML DTDs resources."
- # [18:09] <jgraham> ritsyy: From the point of view of the HTML parser, DTDs are opaque strings and are not dereferenced
- # [18:09] * Joins: bholley (~bholley@c-73-231-198-151.hsd1.ca.comcast.net)
- # [18:09] <Domenic> So what the blog is saying is "we now serve the DTD over HTTPS if you happen to change the "http:" to "https:", but the official DTD URL is still the original "http:" one.
- # [18:10] <jgraham> And it will break stuff if you change it
- # [18:10] <jgraham> (in documents)
- # [18:10] <ritsyy> Domenic: okay got that now
- # [18:11] * Joins: tommyliu (~tommyliu@58.37.44.178)
- # [18:11] <ritsyy> jgraham: okay understood DTDs working, thanks!
- # [18:14] * Joins: sankha (~sankha@27.106.95.218)
- # [18:15] * Quits: tommyliu_ (~tommyliu@211.22.145.150) (Ping timeout: 245 seconds)
- # [18:17] <JakeA> annevk: we're in the elevator bit
- # [18:18] * Joins: svl (~me@86.81.103.1)
- # [18:19] * Quits: sankha (~sankha@27.106.95.218) (Ping timeout: 265 seconds)
- # [18:21] * Joins: jungkees (uid24208@gateway/web/irccloud.com/x-efqxvtlxslduwqsd)
- # [18:23] * Joins: ap (~ap@17.202.44.214)
- # [18:24] * Joins: weinig (~weinig@17.114.217.218)
- # [18:24] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [18:26] * Quits: mven (~textual@32.97.110.53) (Ping timeout: 256 seconds)
- # [18:29] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Ping timeout: 260 seconds)
- # [18:31] * Joins: mven (~textual@32.97.110.57)
- # [18:36] * Joins: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net)
- # [18:38] * Quits: psy (~psy@43.224.156.121) (Disconnected by services)
- # [18:38] * Joins: psy_ (~psy@43.224.156.121)
- # [18:40] * Parts: bret (sid12421@gateway/web/irccloud.com/x-mwipptkhzpeyjcew)
- # [18:40] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:44] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [18:51] * Joins: ap_ (~ap@17.114.219.230)
- # [18:51] * Joins: jsbell (jsbell@nat/google/x-mhlryjhokaspmwzz)
- # [18:54] * Quits: ap (~ap@17.202.44.214) (Ping timeout: 265 seconds)
- # [18:57] * Joins: bengo (~textual@50.242.123.65)
- # [18:57] * Joins: saba (~foo@unaffiliated/saba)
- # [19:00] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [19:02] * Quits: ehsan_ (~ehsan@2607:f0c8:8000:80e0:c172:e9be:5b13:250e) (Remote host closed the connection)
- # [19:04] * Joins: ehsan (~ehsan@2607:f0c8:8000:80e0:f9c9:838f:9aaa:c5d5)
- # [19:07] * Quits: adactio (~adactio@185.65.110.45) (Quit: adactio)
- # [19:14] * Joins: mven_ (~textual@32.97.110.52)
- # [19:16] * Quits: mven (~textual@32.97.110.57) (Ping timeout: 245 seconds)
- # [19:16] * Quits: JeanCarloMachado (~jean@189-10-144-222.cslce701.dsl.brasiltelecom.net.br) (Remote host closed the connection)
- # [19:21] * Quits: calvaris (~calvaris@fanzine.igalia.com) (Quit: Ex-Chat)
- # [19:23] * Joins: JeanCarloMachado (~jean@189-10-144-222.cslce701.dsl.brasiltelecom.net.br)
- # [19:24] * Quits: howdoi (uid224@gateway/web/irccloud.com/x-nzcczncbrrrzcgru) (Quit: Connection closed for inactivity)
- # [19:26] * Quits: capella (~chatzilla@cpe-24-59-86-15.twcny.res.rr.com) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
- # [19:27] * Joins: capella (~chatzilla@cpe-24-59-86-15.twcny.res.rr.com)
- # [19:33] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Ping timeout: 240 seconds)
- # [19:36] * Quits: myakura (uid22370@gateway/web/irccloud.com/x-vgxuagqnkgrabmam) (Quit: Connection closed for inactivity)
- # [19:39] * Joins: Jayflux (~Jayflux@unaffiliated/jayflux)
- # [19:40] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:41] * Joins: dbaron (~dbaron@116.193.147.156)
- # [19:43] * wilsonpa_ is now known as wilsonpage-away
- # [19:45] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [19:48] * Quits: bengo (~textual@50.242.123.65) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [19:53] * Quits: tommyliu (~tommyliu@58.37.44.178) (Remote host closed the connection)
- # [19:53] * Joins: a-ja (~aja@70.230.144.189)
- # [19:53] * Quits: aja__ (~aja@70.230.144.189) (Read error: Connection reset by peer)
- # [19:53] * Joins: nikkibee (~quassel@node-1w7jr9y93irfoq9mcyksycuaa.ipv6.telus.net)
- # [19:54] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [19:55] * Joins: igoroliveira (uid20755@gateway/web/irccloud.com/x-xhsbxvgmidsimrhq)
- # [19:57] * Quits: darobin (~darobin@209.148.63.66) (Remote host closed the connection)
- # [19:58] * Quits: mven_ (~textual@32.97.110.52) (Ping timeout: 250 seconds)
- # [19:58] * Joins: mven (~textual@32.97.110.52)
- # [19:59] * wilsonpage-away is now known as wilsonpa_
- # [20:00] * Joins: bengo (~textual@50.242.123.65)
- # [20:02] * Quits: capella-s3 (~yaaic@cpe-24-59-86-15.twcny.res.rr.com) (Quit: Talk atcha later)
- # [20:08] * Quits: bengo (~textual@50.242.123.65) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:10] * Joins: darobin (~darobin@209.148.63.66)
- # [20:10] * Quits: wilsonpa_ (~wilsonpag@83.192.112.87.dyn.plus.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:12] * Joins: bengo (~textual@50.242.123.65)
- # [20:13] * Joins: aja__ (~aja@70.230.144.189)
- # [20:13] * Quits: a-ja (~aja@70.230.144.189) (Read error: Connection reset by peer)
- # [20:14] * Quits: bengo (~textual@50.242.123.65) (Client Quit)
- # [20:15] * Joins: bengo (~textual@50.242.123.65)
- # [20:17] * Quits: bengo (~textual@50.242.123.65) (Client Quit)
- # [20:18] * Joins: bengo (~textual@50.242.123.65)
- # [20:22] * Quits: bengo (~textual@50.242.123.65) (Client Quit)
- # [20:24] * Joins: bengo (~textual@50.242.123.65)
- # [20:26] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [20:27] * Joins: sankha (~sankha@27.106.95.218)
- # [20:30] * Quits: JeanCarloMachado (~jean@189-10-144-222.cslce701.dsl.brasiltelecom.net.br) (Ping timeout: 276 seconds)
- # [20:30] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Ping timeout: 240 seconds)
- # [20:31] * Joins: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639)
- # [20:32] * Joins: Maurice` (~copyman@unaffiliated/maurice)
- # [20:32] * Quits: aja__ (~aja@70.230.144.189) (Ping timeout: 265 seconds)
- # [20:36] * Parts: ritsyy (~richa@117.212.16.213)
- # [20:39] * Quits: bgrins (~bgrins@2601:647:4101:5c6b:99bf:a8f8:2450:c0f5) (Quit: Leaving.)
- # [20:40] * Quits: bengo (~textual@50.242.123.65) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:41] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:46] * Joins: bengo (~textual@50.242.123.65)
- # [20:47] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 256 seconds)
- # [20:48] * Quits: bengo (~textual@50.242.123.65) (Client Quit)
- # [20:50] * Quits: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net) (Quit: sicking)
- # [20:50] * Joins: bgrins (~bgrins@2620:101:80fc:224:7c0f:4311:3baa:f97)
- # [20:51] * Joins: bengo (~textual@50.242.123.65)
- # [20:55] * Quits: bengo (~textual@50.242.123.65) (Client Quit)
- # [20:56] * Joins: bengo (~textual@50.242.123.65)
- # [20:57] * Quits: weinig (~weinig@17.114.217.218) (Quit: weinig)
- # [20:58] * Quits: tantek (~tantek@70-36-197-53.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
- # [21:01] * Quits: bengo (~textual@50.242.123.65) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [21:04] * Quits: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639) (Ping timeout: 240 seconds)
- # [21:06] * Joins: bengo (~textual@50.242.123.65)
- # [21:08] * Quits: bengo (~textual@50.242.123.65) (Client Quit)
- # [21:09] * Joins: bengo (~textual@50.242.123.65)
- # [21:25] * Quits: dbaron (~dbaron@116.193.147.156) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:30] * Joins: othermaciej (~mjs@17.114.216.232)
- # [21:32] * Joins: dbaron (~dbaron@2400:e780:801:232:98ac:f76b:6c7b:14ef)
- # [21:40] * Quits: sankha (~sankha@27.106.95.218) (Remote host closed the connection)
- # [21:40] * Joins: sankha (~sankha@27.106.95.218)
- # [21:43] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [21:47] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 250 seconds)
- # [21:48] * Quits: espadrine (~tyl@213.152.2.4) (Ping timeout: 245 seconds)
- # [21:48] * Quits: othermaciej (~mjs@17.114.216.232) (Quit: othermaciej)
- # [21:51] * Quits: sankha (~sankha@27.106.95.218) (Read error: Connection reset by peer)
- # [21:52] * Joins: sankha (~sankha@27.106.95.218)
- # [21:58] * Quits: roc (~chatzilla@121.98.186.214) (Ping timeout: 256 seconds)
- # [21:58] * Joins: othermaciej (~mjs@17.114.216.232)
- # [21:59] * Quits: eric_carlson (~ericc@17.202.49.0) (Ping timeout: 240 seconds)
- # [22:01] * Joins: eric_carlson (~ericc@17.245.117.58)
- # [22:01] * Joins: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639)
- # [22:02] * Joins: weinig (~weinig@17.114.217.218)
- # [22:07] * Quits: bengo (~textual@50.242.123.65) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [22:12] * Quits: sankha (~sankha@27.106.95.218) (Remote host closed the connection)
- # [22:14] * Joins: bengo (~textual@50.242.123.65)
- # [22:21] * Quits: dbaron (~dbaron@2400:e780:801:232:98ac:f76b:6c7b:14ef) (Ping timeout: 240 seconds)
- # [22:24] * Quits: jernoble (~jernoble@17.202.46.221) (Quit: Computer has gone to sleep.)
- # [22:24] * Quits: bengo (~textual@50.242.123.65) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [22:25] * Joins: jernoble (~jernoble@17.202.46.221)
- # [22:26] * Joins: bengo (~textual@50.242.123.65)
- # [22:26] * Quits: bengo (~textual@50.242.123.65) (Client Quit)
- # [22:27] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [22:28] * Joins: bengo (~textual@50.242.123.65)
- # [22:28] * Quits: mven (~textual@32.97.110.52) (Ping timeout: 265 seconds)
- # [22:29] * Joins: aja__ (~aja@70.230.144.189)
- # [22:30] * Joins: ttepasse (~ttepasse@ip-178-200-61-79.hsi07.unitymediagroup.de)
- # [22:32] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Ping timeout: 250 seconds)
- # [22:33] * Quits: bengo (~textual@50.242.123.65) (Quit: Textual IRC Client: www.textualapp.com)
- # [22:33] * Quits: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639) (Ping timeout: 240 seconds)
- # [22:35] * Joins: dbaron (~dbaron@2400:e780:801:224:dfc:3b6c:3f95:f0eb)
- # [22:35] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [22:35] * Quits: othermaciej (~mjs@17.114.216.232) (Quit: othermaciej)
- # [22:36] * Joins: othermaciej (~mjs@17.114.216.232)
- # [22:41] * Joins: mven (~textual@32.97.110.52)
- # [22:43] * Quits: dbaron (~dbaron@2400:e780:801:224:dfc:3b6c:3f95:f0eb) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:44] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [22:47] * Quits: mven (~textual@32.97.110.52) (Ping timeout: 260 seconds)
- # [22:48] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [22:51] * Joins: roc (~chatzilla@2400:e780:801:224:2677:3ff:fece:dc64)
- # [22:51] * Joins: rniwa (~rniwa@17.202.45.128)
- # [22:56] * Joins: tantek (~tantek@14.sub-70-213-7.myvzw.com)
- # [22:59] * Joins: mven (~textual@32.97.110.52)
- # [23:01] * Quits: eric_carlson (~ericc@17.245.117.58) (Quit: eric_carlson)
- # [23:02] * Quits: othermaciej (~mjs@17.114.216.232) (Quit: othermaciej)
- # [23:03] * Quits: tantek (~tantek@14.sub-70-213-7.myvzw.com) (Quit: tantek)
- # [23:03] * Joins: othermaciej (~mjs@17.114.216.232)
- # [23:04] * Joins: a-ja (~aja@70.230.144.189)
- # [23:06] * Quits: aja__ (~aja@70.230.144.189) (Ping timeout: 276 seconds)
- # [23:07] * Quits: mven (~textual@32.97.110.52) (Ping timeout: 265 seconds)
- # [23:10] * Joins: eric_carlson (~ericc@17.245.27.221)
- # [23:12] * Quits: Maurice` (~copyman@unaffiliated/maurice)
- # [23:14] * Quits: jernoble (~jernoble@17.202.46.221) (Quit: Computer has gone to sleep.)
- # [23:16] * Quits: eric_carlson (~ericc@17.245.27.221) (Quit: eric_carlson)
- # [23:17] * Quits: rego (~rego@66.193.27.77.dynamic.reverse-mundo-r.com) (Quit: Leaving)
- # [23:22] * Quits: encryptd_fractal (~encryptd_@63-254-58-198.ip.mcleodusa.net) (Remote host closed the connection)
- # [23:24] * Quits: svl (~me@86.81.103.1) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:26] * Quits: plutoniix (~q@node-tgm.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [23:31] * Joins: frivoal (~frivoal@2400:2650:86c0:a500:f4eb:c8c:dbe:d639)
- # [23:35] * Joins: espadrine (~espadrine@dan75-7-88-166-187-54.fbx.proxad.net)
- # [23:40] * Quits: othermaciej (~mjs@17.114.216.232) (Quit: othermaciej)
- # [23:41] * Joins: dbaron (~dbaron@2400:e780:801:224:dfc:3b6c:3f95:f0eb)
- # [23:42] * Joins: othermaciej (~mjs@17.114.216.232)
- # [23:43] * Joins: sfink (~chatzilla@107-207-38-202.lightspeed.sntcca.sbcglobal.net)
- # [23:45] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [23:48] * Quits: a-ja (~aja@70.230.144.189) (Quit: Leaving)
- # [23:49] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [23:52] * Joins: mven (~textual@32.97.110.52)
- # Session Close: Wed Jan 27 00:00:01 2016
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn