Options:
- # Session Start: Fri Jun 06 00:00:01 2014
- # Session Ident: #whatwg
- # [00:01] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [00:07] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [00:07] * Joins: gavin_ (~gavin@76.14.87.162)
- # [00:07] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
- # [00:10] * Quits: gungan_fuq (~encryptd_@23.30.224.246) (Remote host closed the connection)
- # [00:12] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:17] * Quits: bnicholson (~bnicholso@corp.mtv2.mozilla.com) (Ping timeout: 276 seconds)
- # [00:17] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:17] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [00:26] <TabAtkins> JakeA: I don't know why you want a "soft fail" behavior for crossorigin stylesheets there.
- # [00:31] * Quits: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU) (Quit: tantek)
- # [00:34] * Quits: sankha93 (~sankha93@fsf/emeritus/sankha93) (Remote host closed the connection)
- # [00:34] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 240 seconds)
- # [00:35] * Joins: bnicholson (~bnicholso@corp.mtv2.mozilla.com)
- # [00:37] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
- # [00:37] * Joins: mven_ (~textual@169.241.49.217)
- # [00:38] * Joins: gavin__ (~gavin@76.14.87.162)
- # [00:38] * Quits: jwalden (~waldo@corp.mtv2.mozilla.com) (Quit: Reconnecting…)
- # [00:38] * Joins: jwalden (~waldo@corp.mtv2.mozilla.com)
- # [00:39] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
- # [00:41] * Quits: jwatt (~roslea@207.218.72.65) (Ping timeout: 240 seconds)
- # [00:42] * Quits: gavin__ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [00:42] * Joins: gavin__ (~gavin@76.14.87.162)
- # [00:42] * Quits: mven_ (~textual@169.241.49.217) (Ping timeout: 240 seconds)
- # [00:43] * Quits: gavin_ (~gavin@76.14.87.162) (Ping timeout: 276 seconds)
- # [00:45] * Joins: seventh (seventh@207-207-24-66.fwd.datafoundry.com)
- # [00:45] * Quits: ehsan (~ehsan@66.207.208.102) (Ping timeout: 252 seconds)
- # [00:47] * Joins: nessy (~silviapf@101.164.214.231)
- # [00:47] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
- # [00:49] * Joins: ehsan (~ehsan@66.207.208.102)
- # [00:50] <foolip> Hixie: I don't have any ideas for https://www.w3.org/Bugs/Public/show_bug.cgi?id=24684#c22 I'm afraid
- # [00:50] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:50] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:51] <foolip> annevk: I've starred it for when I need to procrastinate
- # [00:59] * Joins: jernoble (~jernoble@192.42.249.158)
- # [00:59] * Quits: seventh (seventh@207-207-24-66.fwd.datafoundry.com) (Ping timeout: 276 seconds)
- # [01:00] * Joins: ap__ (~ap@17.114.217.116)
- # [01:02] * Joins: seventh (seventh@216.166.10.176)
- # [01:02] <caitp> can anyone explain what "should" happen in a case like this? http://jsfiddle.net/Wz59M/1/
- # [01:02] * Quits: ap (~ap@2620:149:4:304:5db1:8d90:b43f:10a7) (Ping timeout: 240 seconds)
- # [01:02] * ap__ is now known as ap
- # [01:02] <caitp> other than crashing FF nightly, that probably isn't supposed to happen
- # [01:03] <caitp> basically, from angular's POV, chrome is doing the "wrong thing" here, and firefox is doing the "right thing", but I just want to get a feel for "why" one or the other is the right thing
- # [01:05] <Hixie> half-way through the script, there's no options at all
- # [01:05] <Hixie> then you insert one
- # [01:05] <Hixie> so it's selected
- # [01:05] <Hixie> then you insert another
- # [01:05] <Hixie> and, well, there's already a selected one
- # [01:06] <othermaciej> I would expect “don’t show me” to show
- # [01:07] <Hixie> this is why the insertd one is selected: "If nodes are inserted or nodes are removed causing the list of options to gain or lose one or more option elements, or if an option element in the list of options asks for a reset, then, if the select element's multiple attribute is absent, the select element's display size is 1, and no option elements in the select element's list of options have their selectedness set to true, the user agent must set the selectedness
- # [01:07] <caitp> I think the issue is that, `x` does already have a selected option
- # [01:07] <caitp> you add another option which isn't selected, but chrome decides that it is selected
- # [01:08] <caitp> oh, we are removing the selected option
- # [01:08] <othermaciej> yeah, the selected option is removed before a new one is added
- # [01:08] <Hixie> i don't see anything in the spec that says what should happen when you add a second selected one...
- # [01:08] <caitp> okay, so inserting an option into a select with no options should select that option
- # [01:08] <Hixie> that's probably a bug...
- # [01:08] <Hixie> caitp: yeah, that part is clear
- # [01:08] <Hixie> caitp: it's the next insertion that's unclear to me
- # [01:09] <Hixie> file a bug? i gotta run, meeting
- # [01:09] <caitp> have fun :>
- # [01:09] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:09] <othermaciej> oh, right, it’s dynamically inserting an <option> with the selected attribute
- # [01:15] * Joins: ChrisMorgan (~ChrisMorg@27-32-227-98.static.tpgi.com.au)
- # [01:15] * Quits: ChrisMorgan (~ChrisMorg@27-32-227-98.static.tpgi.com.au) (Changing host)
- # [01:15] * Joins: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan)
- # [01:16] * Quits: ap (~ap@17.114.217.116) (Remote host closed the connection)
- # [01:16] * Joins: ap (~ap@2620:149:4:304:2479:937:bf7f:19ee)
- # [01:16] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
- # [01:17] <caitp> https://www.w3.org/Bugs/Public/show_bug.cgi?id=23574 seems related, although i'm not familiar enough with that section of the spec to really explain it
- # [01:17] * Quits: jeffreyatw (~jeffreyat@173.247.197.10) (Quit: jeffreyatw)
- # [01:17] * Quits: jernoble (~jernoble@192.42.249.158) (Quit: Computer has gone to sleep.)
- # [01:18] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [01:18] <caitp> at least, it's related to the bug on angular, not the underlying "insertion of option[selected]" I guess
- # [01:19] * Joins: jwatt (~roslea@92.40.248.231.threembb.co.uk)
- # [01:26] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:27] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
- # [01:30] * Joins: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr)
- # [01:32] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [01:33] * Quits: jwatt (~roslea@92.40.248.231.threembb.co.uk) (Ping timeout: 255 seconds)
- # [01:34] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Remote host closed the connection)
- # [01:36] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:37] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Remote host closed the connection)
- # [01:38] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [01:38] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:39] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [01:40] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [01:41] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [01:41] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
- # [01:42] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 260 seconds)
- # [01:44] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [01:46] * Quits: jsbell (jsbell@nat/google/x-arnmarwksthvqwla) (Quit: There's no place like home...)
- # [01:48] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
- # [01:49] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [01:50] * Quits: rxgx (uid22483@gateway/web/irccloud.com/x-ndtfjvjitihqoqxc) (Quit: Connection closed for inactivity)
- # [01:53] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [01:55] * Joins: jwatt (~roslea@92.40.248.231.threembb.co.uk)
- # [01:57] * Quits: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr) (Ping timeout: 240 seconds)
- # [01:58] * Joins: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr)
- # [02:01] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 265 seconds)
- # [02:02] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [02:03] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # [02:04] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [02:07] * Quits: ap (~ap@2620:149:4:304:2479:937:bf7f:19ee) (Quit: ap)
- # [02:07] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 252 seconds)
- # [02:07] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
- # [02:09] * Quits: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr) (Ping timeout: 245 seconds)
- # [02:10] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Remote host closed the connection)
- # [02:10] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [02:12] * Joins: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr)
- # [02:15] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Read error: Connection reset by peer)
- # [02:15] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:15] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 265 seconds)
- # [02:15] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [02:17] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Read error: Connection reset by peer)
- # [02:18] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [02:18] * Joins: bholley (~bholley@98.210.101.88)
- # [02:25] * Quits: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr) (Ping timeout: 252 seconds)
- # [02:27] * Joins: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr)
- # [02:28] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
- # [02:28] * Quits: jeffreyatw (~jeffreyat@173.247.197.10) (Quit: jeffreyatw)
- # [02:29] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:30] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [02:30] * Quits: KevinMarks2 (~yaaic@2607:fb90:2824:df4:3bc1:5767:c42b:fe83) (Ping timeout: 240 seconds)
- # [02:33] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [02:34] * Quits: dawhite (~dawhite@74.118.22.223) (Ping timeout: 252 seconds)
- # [02:36] * Joins: bholley (~bholley@98.210.101.88)
- # [02:37] * Joins: rxgx (uid22483@gateway/web/irccloud.com/x-ywbjrlwrckqragar)
- # [02:38] * Quits: bholley (~bholley@98.210.101.88) (Client Quit)
- # [02:39] * Joins: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr)
- # [02:43] * Quits: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr) (Ping timeout: 245 seconds)
- # [02:55] * Quits: bnicholson (~bnicholso@corp.mtv2.mozilla.com) (Ping timeout: 260 seconds)
- # [02:56] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [02:57] * Joins: xiinotulp (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
- # [02:59] * Quits: weinig (~weinig@17.114.218.93) (Quit: weinig)
- # [02:59] * Joins: KevinMarks2 (~yaaic@2607:fb90:402:52d0:76ef:6d68:b990:7c21)
- # [03:00] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [03:00] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
- # [03:00] * Quits: plutoniix (~plutoniix@node-1cbu.pool-101-108.dynamic.totbb.net) (Ping timeout: 252 seconds)
- # [03:02] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
- # [03:02] * xiinotulp is now known as plutoniix
- # [03:03] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
- # [03:03] * Quits: jwatt (~roslea@92.40.248.231.threembb.co.uk) (Ping timeout: 252 seconds)
- # [03:05] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
- # [03:08] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [03:08] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [03:08] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:13] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [03:13] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 276 seconds)
- # [03:16] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (Ping timeout: 272 seconds)
- # [03:16] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
- # [03:20] * Joins: gavin_ (~gavin@76.14.87.162)
- # [03:23] * Quits: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca) (Ping timeout: 240 seconds)
- # [03:24] * Quits: gavin__ (~gavin@76.14.87.162) (Ping timeout: 240 seconds)
- # [03:24] * Joins: raisdead (~alien@173-21-127-233.client.mchsi.com)
- # [03:25] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
- # [03:26] * Joins: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com)
- # [03:27] * Joins: a-ja (~Instantbi@70.230.149.227)
- # [03:27] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
- # [03:28] <a-ja> MikeSmith: ping
- # [03:30] <a-ja> MikeSmith: dunno if you noticed, but styled scope got back out of blink...due to being buggy and no progress in 6+ months. maybe need a warning for <style scoped> again?
- # [03:31] <MikeSmith> a-ja: dunno maybe
- # [03:31] <MikeSmith> I thought it was implemented elsewhere
- # [03:31] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [03:31] <MikeSmith> Firefox
- # [03:32] <a-ja> MikeSmith: i think it's in parsers....but, beyond that???
- # [03:32] <MikeSmith> it's implemented at least one other engine
- # [03:32] <MikeSmith> I think gecko
- # [03:33] <MikeSmith> plus I think there's also some polyfill for it
- # [03:34] <a-ja> think you're right
- # [03:34] <MikeSmith> so my current opninion is that we shouldn't annoy devs with warning messages if they're using polyfills
- # [03:35] * Quits: ambv_ (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [03:35] <MikeSmith> at the time when Henri first added those this-is-unimplemented warnings, I think we didn't really have polyfills
- # [03:36] <MikeSmith> they weren't common at least, and maybe not even the word polyfill had been coined yet
- # [03:36] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [03:36] <MikeSmith> but the situation's different now
- # [03:37] * Quits: jwalden (~waldo@corp.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 29.0/20140428110119])
- # [03:40] <a-ja> i take it's way too early to consider <style nonce> and <script nonce> at this point
- # [03:40] * Krinkle is now known as Krinkle|detached
- # [03:40] <a-ja> ...as called for by CSP 1.1
- # [03:47] <MikeSmith> a-ja: I guess the WebAppSec WG would need to file HTML spec bugs to get that added
- # [03:49] <caitp> do you ever feel like maybe having 900 working groups and 1800 specs isn't the best approach
- # [03:50] <MikeSmith> a-ja: but anyway @nonce is also already implemented and shipped
- # [03:50] <MikeSmith> caitp: there aren't that many WGs that matter. Most of them can be safely ignored
- # [03:54] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
- # [03:55] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
- # [03:59] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
- # [04:03] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [04:03] * Quits: raisdead (~alien@173-21-127-233.client.mchsi.com) (Ping timeout: 255 seconds)
- # [04:07] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 245 seconds)
- # [04:11] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
- # [04:18] * Joins: raisdead (~alien@173-21-127-233.client.mchsi.com)
- # [04:19] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
- # [04:19] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [04:20] * Joins: gavin_ (~gavin@76.14.87.162)
- # [04:20] <Hixie> MikeSmith: for the record, we designed many parts of HTML specifically so that they could be "polyfilled", so at the time we called it "shimmed"
- # [04:20] <Hixie> s/so/though/
- # [04:24] * Joins: poona (~poona@unaffiliated/poona)
- # [04:25] * Krinkle|detached is now known as Krinkle
- # [04:29] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 260 seconds)
- # [04:29] * Joins: ambv (~ambv@173.252.71.129)
- # [04:31] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
- # [04:32] <roc> <style scoped> is shipping in Firefox I think
- # [04:33] <a-ja> roc: specificity probs ever resolved?
- # [04:33] <roc> dunno, ask heycam|away
- # [04:33] <roc> yeah, it's actually been shipping for quite some time
- # [04:34] * a-ja needs to search bugs for @scope at-rule support, too
- # [04:41] * Joins: poona (~poona@unaffiliated/poona)
- # [04:44] <MikeSmith> Hixie: yeah but as far as the validatotor warnings it's just that nobody had actually started to do did much shimming of new features at the time we added those warnings
- # [04:44] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [04:45] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Remote host closed the connection)
- # [04:45] <MikeSmith> Hixie: btw I thought Henri added those initially based on some part of the spec stating guidance for conformance checkers that they should warn about unimplemented features
- # [04:45] <MikeSmith> but maybe that was my imagination
- # [04:47] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 240 seconds)
- # [04:50] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
- # [04:53] * Joins: rcombs (~rcombs@rcombs.me)
- # [04:56] * Joins: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net)
- # [04:58] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
- # [05:00] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 240 seconds)
- # [05:05] * Joins: rcombs (~rcombs@rcombs.me)
- # [05:11] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (Ping timeout: 252 seconds)
- # [05:16] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [05:17] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
- # [05:18] * Quits: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net) (Quit: jeffreyatw)
- # [05:18] * Quits: nessy (~silviapf@101.164.214.231) (Quit: Leaving.)
- # [05:18] * Quits: seventh (seventh@216.166.10.176) (Remote host closed the connection)
- # [05:18] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [05:24] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [05:24] * Joins: gavin_ (~gavin@76.14.87.162)
- # [05:25] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (Write error: Connection reset by peer)
- # [05:25] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
- # [05:26] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
- # [05:26] * Quits: poona (~poona@unaffiliated/poona) (Read error: Connection reset by peer)
- # [05:26] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [05:28] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [05:29] * Joins: nessy (~silviapf@101.164.214.231)
- # [05:30] <Hixie> MikeSmith: dunno of such a section, but who knows
- # [05:32] * Joins: ambv (~ambv@173.252.71.129)
- # [05:32] * Joins: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net)
- # [05:32] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 252 seconds)
- # [05:37] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [05:39] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
- # [05:41] * Joins: poona (~poona@unaffiliated/poona)
- # [05:41] * Quits: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net) (Ping timeout: 240 seconds)
- # [05:43] * Quits: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com) (Quit: Leaving...)
- # [05:46] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
- # [05:48] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
- # [05:48] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
- # [05:51] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
- # [05:52] * Joins: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com)
- # [05:53] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
- # [05:53] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
- # [06:04] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [06:08] * npcomp[away] is now known as npcomp
- # [06:08] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 255 seconds)
- # [06:11] * Quits: raisdead (~alien@173-21-127-233.client.mchsi.com) (Ping timeout: 276 seconds)
- # [06:13] * Quits: tav (~tav`@host217-42-231-34.range217-42.btcentralplus.com) (Quit: tav)
- # [06:13] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
- # [06:17] * Quits: bnicholson (~bnicholso@24.130.57.109) (Ping timeout: 245 seconds)
- # [06:18] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [06:23] * Joins: bufferino (~yz@103.11.50.32)
- # [06:23] * Quits: bnicholson (~bnicholso@24.130.57.109) (Read error: No route to host)
- # [06:24] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [06:32] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
- # [06:36] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 260 seconds)
- # [06:40] * Joins: poona (~poona@unaffiliated/poona)
- # [06:40] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [06:42] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (Ping timeout: 260 seconds)
- # [06:45] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (Read error: Connection reset by peer)
- # [06:46] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 260 seconds)
- # [06:46] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
- # [06:47] * Krinkle is now known as Krinkle|detached
- # [06:49] * Joins: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
- # [06:53] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
- # [06:55] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
- # [06:58] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
- # [06:58] * Joins: poona (~poona@117.202.125.157)
- # [06:58] * Quits: poona (~poona@117.202.125.157) (Changing host)
- # [06:58] * Joins: poona (~poona@unaffiliated/poona)
- # [06:59] * Quits: rniwa (~rniwa@17.202.43.222) (Quit: rniwa)
- # [07:02] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
- # [07:04] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 240 seconds)
- # [07:15] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [07:15] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [07:15] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (*.net *.split)
- # [07:15] * Quits: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr) (*.net *.split)
- # [07:15] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [07:15] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-zmuymgavaaaoucuv) (*.net *.split)
- # [07:15] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [07:15] * Quits: abucur (sid19072@gateway/web/irccloud.com/x-qnhnwczoognxwddv) (*.net *.split)
- # [07:15] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-mlmtguktfmxowutm) (*.net *.split)
- # [07:15] * Quits: Gege (gege@future.deferred.io) (*.net *.split)
- # [07:15] * Quits: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com) (*.net *.split)
- # [07:15] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (*.net *.split)
- # [07:15] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
- # [07:15] * Quits: kangil (~kangil@210.94.41.89) (*.net *.split)
- # [07:15] * Quits: lerc_ (~quassel@121-74-2-8.telstraclear.net) (*.net *.split)
- # [07:15] * Quits: Goplat (~goplat@reactos/developer/Goplat) (*.net *.split)
- # [07:15] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (*.net *.split)
- # [07:15] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (*.net *.split)
- # [07:15] * Quits: morrita_ (uid16889@gateway/web/irccloud.com/x-gyxizdmzbhuwxlsm) (*.net *.split)
- # [07:15] * Quits: parshap (sid18846@gateway/web/irccloud.com/x-qphsvmaemfdzpdar) (*.net *.split)
- # [07:15] * Quits: pamer_ (sid23807@gateway/web/irccloud.com/x-nmnksjilhhzmcxxt) (*.net *.split)
- # [07:15] * Quits: payman (~payman@ip-200.t2.se.opera.com) (*.net *.split)
- # [07:15] * Quits: jochen__ (jochen@nat/google/x-igupelorkhnhfzqi) (*.net *.split)
- # [07:15] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (*.net *.split)
- # [07:15] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (*.net *.split)
- # [07:15] * Quits: ambv (~ambv@173.252.71.129) (*.net *.split)
- # [07:15] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (*.net *.split)
- # [07:15] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (*.net *.split)
- # [07:15] * Quits: annevk (~annevk@77-57-114-66.dclient.hispeed.ch) (*.net *.split)
- # [07:15] * Quits: jorendorff (sid28423@gateway/web/irccloud.com/x-olpbviyoylxgehem) (*.net *.split)
- # [07:15] * Quits: kinetik (~kinetik@121-98-52-189.bng1.nct.orcon.net.nz) (*.net *.split)
- # [07:15] * Quits: Domenic (sid10976@gateway/web/irccloud.com/x-zryykgkwthaxkyan) (*.net *.split)
- # [07:15] * Quits: phuu (sid7721@gateway/web/irccloud.com/x-ryvrxlohwzjdwhgz) (*.net *.split)
- # [07:15] * Quits: pdr (sid7901@gateway/web/irccloud.com/x-jadwibthklkweuuj) (*.net *.split)
- # [07:15] * Quits: cwilso (sid10206@gateway/web/irccloud.com/x-xmftvdwxnwqeihwc) (*.net *.split)
- # [07:15] * Quits: bterlson (sid23757@gateway/web/irccloud.com/x-omcemqrvaallenut) (*.net *.split)
- # [07:15] * Quits: birtles (sid16523@gateway/web/irccloud.com/x-kxvuwbpupuljeuhk) (*.net *.split)
- # [07:15] * Quits: jkomoros__ (uid7860@gateway/web/irccloud.com/x-grdfzhelwdquglqe) (*.net *.split)
- # [07:15] * Quits: tobie (sid5692@gateway/web/irccloud.com/x-rmlqqgzmdzwgmbkw) (*.net *.split)
- # [07:15] * Quits: astearns (sid15080@gateway/web/irccloud.com/x-vjsodijtxdtjjkvj) (*.net *.split)
- # [07:15] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (*.net *.split)
- # [07:15] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [07:15] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (*.net *.split)
- # [07:15] * Quits: rektide (~rektide@eldergods.com) (*.net *.split)
- # [07:15] * Quits: nephyrin (~neph@corp.mtv2.mozilla.com) (*.net *.split)
- # [07:15] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [07:15] * Quits: Ablu (~ablu@quassel.woboq.de) (*.net *.split)
- # [07:15] * Quits: Martijnc (~Martijn@is-aweso.me) (*.net *.split)
- # [07:15] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [07:15] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [07:15] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [07:15] * Quits: lokling (~quassel@quassel.woboq.com) (*.net *.split)
- # [07:15] * Quits: cfq (sid18398@gateway/web/irccloud.com/x-iitrlhotulcjfbdz) (*.net *.split)
- # [07:15] * Quits: slightlyoff (sid1768@gateway/web/irccloud.com/x-uixvsqsjlafmhese) (*.net *.split)
- # [07:15] * Quits: hsivonen (~hsivonen@bugzilla.validator.nu) (*.net *.split)
- # [07:15] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [07:15] * Quits: xxtjaxx (~xxtjaxx@kde/developer/marschke) (*.net *.split)
- # [07:15] * Quits: edsu (~edsu@pdpc/supporter/active/edsu) (*.net *.split)
- # [07:15] * Quits: Yudai___ (~Yudai@nttkyo040046.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
- # [07:15] * Quits: SimonSapin (~simon@hako.exyr.org) (*.net *.split)
- # [07:15] * Quits: bengl (~bengl@91.219.238.88) (*.net *.split)
- # [07:15] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [07:15] * Quits: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-xkcukvdcycywgxrk) (*.net *.split)
- # [07:15] * Quits: wakaba_ (~wakaba@83.139.210.220.dy.bbexcite.jp) (*.net *.split)
- # [07:15] * Quits: ryuone_ (~ryuone@133.242.55.223) (*.net *.split)
- # [07:15] * Quits: mmn (~MattN@192.95.22.58) (*.net *.split)
- # [07:15] * Quits: gsnedders (~gsnedders@5.2.16.23) (*.net *.split)
- # [07:15] * Quits: FerasM (sid28672@gateway/web/irccloud.com/x-zsadmfttlvixznuq) (*.net *.split)
- # [07:15] * Quits: aklein (sid4454@gateway/web/irccloud.com/x-lvzmfdsbxgzanfyb) (*.net *.split)
- # [07:15] * Quits: scottjehl___ (sid3055@gateway/web/irccloud.com/x-rdnscccvzfcxftlc) (*.net *.split)
- # [07:15] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [07:15] * Quits: jst (~quassel@198.199.94.175) (*.net *.split)
- # [07:15] * Quits: esprehn (sid10445@gateway/web/irccloud.com/x-dnijchizrroualhr) (*.net *.split)
- # [07:15] * Quits: Johnny- (~null@unaffiliated/johnny-) (*.net *.split)
- # [07:15] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-lnqjhvrqjwcghqoq) (*.net *.split)
- # [07:15] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [07:15] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
- # [07:15] * Quits: Areks (~Areks@rs.gridnine.com) (*.net *.split)
- # [07:15] * Quits: twisted` (sid6794@gateway/web/irccloud.com/x-jjqhwoybeeighuly) (*.net *.split)
- # [07:15] * Quits: kcherkashin__ (sid25169@gateway/web/irccloud.com/x-qamfmqvlpccoccfp) (*.net *.split)
- # [07:15] * Quits: JonathanNeal (sid5831@gateway/web/irccloud.com/x-cserjhyeawebksyr) (*.net *.split)
- # [07:15] * Quits: arv_ (sid4269@gateway/web/irccloud.com/x-wptjruxjrjorqlgz) (*.net *.split)
- # [07:15] * Quits: k308de (~k308@k308.de) (*.net *.split)
- # [07:15] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (*.net *.split)
- # [07:15] * Quits: bnicholson (~bnicholso@24.130.57.109) (*.net *.split)
- # [07:15] * Quits: facundor (~facundor@190.194.153.199) (*.net *.split)
- # [07:15] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (*.net *.split)
- # [07:15] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (*.net *.split)
- # [07:15] * Quits: nicolasbadia (~nicolasba@78.209.78.103) (*.net *.split)
- # [07:15] * Quits: emerson (~emerson@emersonveenstra.com) (*.net *.split)
- # [07:15] * Quits: m4nu (~manu@216.252.204.51) (*.net *.split)
- # [07:15] * Quits: webben (~benjamin@198.61.227.102) (*.net *.split)
- # [07:15] * Quits: beowulf (~sstewart@host86-132-91-109.range86-132.btcentralplus.com) (*.net *.split)
- # [07:15] * Quits: mrbkap (~mrbkap@people1.scl3.mozilla.com) (*.net *.split)
- # [07:15] * Quits: TabAtkins (sid11559@gateway/web/irccloud.com/x-wltuswvmsnqrhxdz) (*.net *.split)
- # [07:15] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (*.net *.split)
- # [07:15] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [07:15] * Quits: htmelvis (~htmelvis@107.170.99.246) (*.net *.split)
- # [07:15] * Quits: Krinkle|detached (~Krinkle@wikimedia/Krinkle) (*.net *.split)
- # [07:15] * Quits: mathiasbynens (sid2247@gateway/web/irccloud.com/x-jzrtznkvqputfaml) (*.net *.split)
- # [07:15] * Quits: matijs (sid2278@gateway/web/irccloud.com/x-tfbqwtoapuwzaema) (*.net *.split)
- # [07:15] * Quits: rillian (giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [07:15] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (*.net *.split)
- # [07:15] * Quits: gavin_ (~gavin@76.14.87.162) (*.net *.split)
- # [07:15] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (*.net *.split)
- # [07:15] * Quits: webguynow (~webguynow@24.1.200.217) (*.net *.split)
- # [07:15] * Quits: jamesr_ (sid10481@gateway/web/irccloud.com/x-mngojubtqtcsvcpv) (*.net *.split)
- # [07:15] * Quits: Phae (sid455@gateway/web/irccloud.com/x-rfgejtqrsckjvwjt) (*.net *.split)
- # [07:15] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [07:15] * Quits: bentruyman (~bentruyma@23.252.119.254) (*.net *.split)
- # [07:15] * Quits: jory (~jory@supercu.be) (*.net *.split)
- # [07:15] * Quits: foolip (~philip@37.139.17.34) (*.net *.split)
- # [07:15] * Quits: `nik` (~nik@li490-134.members.linode.com) (*.net *.split)
- # [07:15] * Quits: jtcranmer (~jcranmer@ras2.csl.tjhsst.edu) (*.net *.split)
- # [07:15] * Quits: ondras (~ondras@zarovi.cz) (*.net *.split)
- # [07:15] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [07:15] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
- # [07:15] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
- # [07:15] * Quits: ashemedai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [07:15] * Quits: amtiskaw (sid19262@gateway/web/irccloud.com/x-evkghfcacqxdquwk) (*.net *.split)
- # [07:15] * Quits: rego (~rego@192.193.27.77.dynamic.mundo-r.com) (*.net *.split)
- # [07:15] * Quits: SamB (~SamB@2001:470:1f07:57:d11f:7902:14f0:fde9) (*.net *.split)
- # [07:15] * Quits: tmfsd (sid26422@gateway/web/irccloud.com/x-uldfhvruqvzsbpqv) (*.net *.split)
- # [07:15] * Quits: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (*.net *.split)
- # [07:15] * Quits: scrollback (scrollback@conference/jsconf/x-nbsmucgnyetakbsv) (*.net *.split)
- # [07:15] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [07:15] * Quits: suzak (~suzak@128.199.229.189) (*.net *.split)
- # [07:15] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
- # [07:15] * Quits: zama (zama@unaffiliated/stryx/x-3871776) (*.net *.split)
- # [07:15] * Quits: davve (~user@83.218.67.123) (*.net *.split)
- # [07:15] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [07:15] * Quits: MikeSmith (~mike@sideshowbarker.net) (*.net *.split)
- # [07:15] * Quits: rhiaro (~quassel@amy.so) (*.net *.split)
- # [07:15] * Quits: schuki (~quassel@vali.lamercake.org) (*.net *.split)
- # [07:15] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [07:15] * Quits: bufferino (~yz@103.11.50.32) (*.net *.split)
- # [07:15] * Quits: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net) (*.net *.split)
- # [07:15] * Quits: danielfilho (~danielfil@208.68.39.233) (*.net *.split)
- # [07:15] * Quits: dwim (~dwim@210.94.41.89) (*.net *.split)
- # [07:15] * Quits: morewry (~morewry@c-76-103-214-98.hsd1.ca.comcast.net) (*.net *.split)
- # [07:15] * Quits: eric_carlson (~eric@17.202.43.125) (*.net *.split)
- # [07:15] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [07:15] * Quits: nw (nw@kapsi.fi) (*.net *.split)
- # [07:15] * Quits: mounir (~mounir@oldworld.fr) (*.net *.split)
- # [07:15] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (Max SendQ exceeded)
- # [07:15] * Joins: ivan`` (~ivan@192.241.198.49)
- # [07:21] * Quits: walbo_ (walbo@galaxy.forbanna.net) (Write error: Broken pipe)
- # [07:28] * Joins: walbo_ (walbo@galaxy.forbanna.net)
- # [07:28] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
- # [07:28] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [07:28] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [07:28] * Joins: rcombs (~rcombs@rcombs.me)
- # [07:28] * Joins: SamB_ (~SamB@2001:470:1f07:57:f0a6:81fe:9009:e9d6)
- # [07:28] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
- # [07:28] * Joins: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
- # [07:28] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
- # [07:28] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [07:28] * Joins: bufferino (~yz@103.11.50.32)
- # [07:28] * Joins: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com)
- # [07:28] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
- # [07:28] * Joins: ambv (~ambv@173.252.71.129)
- # [07:28] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [07:28] * Joins: gavin_ (~gavin@76.14.87.162)
- # [07:28] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
- # [07:28] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [07:28] * Joins: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr)
- # [07:28] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [07:28] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [07:28] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [07:28] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [07:28] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [07:28] * Joins: bzed (~bzed@devel.recluse.de)
- # [07:28] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [07:28] * Joins: ashemedai (asmodai@freebsd/developer/asmodai)
- # [07:28] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
- # [07:28] * Joins: facundor (~facundor@190.194.153.199)
- # [07:28] * Joins: morrita_ (uid16889@gateway/web/irccloud.com/x-gyxizdmzbhuwxlsm)
- # [07:28] * Joins: webguynow (~webguynow@24.1.200.217)
- # [07:28] * Joins: globbot (~logbot@lump.glob.com.au)
- # [07:28] * Joins: annevk (~annevk@77-57-114-66.dclient.hispeed.ch)
- # [07:28] * Joins: parshap (sid18846@gateway/web/irccloud.com/x-qphsvmaemfdzpdar)
- # [07:28] * Joins: jamesr_ (sid10481@gateway/web/irccloud.com/x-mngojubtqtcsvcpv)
- # [07:28] * Joins: Phae (sid455@gateway/web/irccloud.com/x-rfgejtqrsckjvwjt)
- # [07:28] * Joins: amtiskaw (sid19262@gateway/web/irccloud.com/x-evkghfcacqxdquwk)
- # [07:28] * Joins: wanderview (sid22777@gateway/web/irccloud.com/x-zmuymgavaaaoucuv)
- # [07:28] * Joins: jorendorff (sid28423@gateway/web/irccloud.com/x-olpbviyoylxgehem)
- # [07:28] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [07:28] * Joins: pamer_ (sid23807@gateway/web/irccloud.com/x-nmnksjilhhzmcxxt)
- # [07:28] * Joins: abucur (sid19072@gateway/web/irccloud.com/x-qnhnwczoognxwddv)
- # [07:28] * Joins: rego (~rego@192.193.27.77.dynamic.mundo-r.com)
- # [07:28] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-mlmtguktfmxowutm)
- # [07:28] * Joins: mpt (~mpt@canonical/mpt)
- # [07:28] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [07:28] * Joins: Areks (~Areks@rs.gridnine.com)
- # [07:28] * Joins: danielfilho (~danielfil@208.68.39.233)
- # [07:28] * Joins: tmfsd (sid26422@gateway/web/irccloud.com/x-uldfhvruqvzsbpqv)
- # [07:28] * Joins: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [07:28] * Joins: scrollback (scrollback@conference/jsconf/x-nbsmucgnyetakbsv)
- # [07:28] * Joins: kinetik (~kinetik@121-98-52-189.bng1.nct.orcon.net.nz)
- # [07:28] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [07:28] * Joins: payman (~payman@ip-200.t2.se.opera.com)
- # [07:28] * Joins: kangil (~kangil@210.94.41.89)
- # [07:28] * Joins: Gege (gege@future.deferred.io)
- # [07:28] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [07:28] * Joins: hober (~ted@unaffiliated/hober)
- # [07:28] * Joins: dwim (~dwim@210.94.41.89)
- # [07:28] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
- # [07:28] * Joins: nicolasbadia (~nicolasba@78.209.78.103)
- # [07:28] * Joins: jochen__ (jochen@nat/google/x-igupelorkhnhfzqi)
- # [07:28] * Joins: suzak (~suzak@128.199.229.189)
- # [07:28] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [07:28] * Joins: ahf (ahf@irssi/staff/ahf)
- # [07:28] * Joins: emerson (~emerson@emersonveenstra.com)
- # [07:28] * Joins: rektide (~rektide@eldergods.com)
- # [07:28] * Joins: m4nu (~manu@216.252.204.51)
- # [07:28] * Joins: lerc_ (~quassel@121-74-2-8.telstraclear.net)
- # [07:28] * Joins: webben (~benjamin@198.61.227.102)
- # [07:28] * Joins: nephyrin (~neph@corp.mtv2.mozilla.com)
- # [07:28] * Joins: bentruyman (~bentruyma@23.252.119.254)
- # [07:28] * Joins: morewry (~morewry@c-76-103-214-98.hsd1.ca.comcast.net)
- # [07:28] * Joins: eric_carlson (~eric@17.202.43.125)
- # [07:28] * Joins: jory (~jory@supercu.be)
- # [07:28] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [07:28] * Joins: Ablu (~ablu@quassel.woboq.de)
- # [07:28] * Joins: Martijnc (~Martijn@is-aweso.me)
- # [07:28] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [07:28] * Joins: beowulf (~sstewart@host86-132-91-109.range86-132.btcentralplus.com)
- # [07:28] * Joins: zama (zama@unaffiliated/stryx/x-3871776)
- # [07:28] * Joins: wakaba_ (~wakaba@83.139.210.220.dy.bbexcite.jp)
- # [07:28] * Joins: Domenic (sid10976@gateway/web/irccloud.com/x-zryykgkwthaxkyan)
- # [07:28] * Joins: phuu (sid7721@gateway/web/irccloud.com/x-ryvrxlohwzjdwhgz)
- # [07:28] * Joins: ryuone_ (~ryuone@133.242.55.223)
- # [07:28] * Joins: mmn (~MattN@192.95.22.58)
- # [07:28] * Joins: mrbkap (~mrbkap@people1.scl3.mozilla.com)
- # [07:28] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [07:28] * Joins: pdr (sid7901@gateway/web/irccloud.com/x-jadwibthklkweuuj)
- # [07:28] * Joins: cwilso (sid10206@gateway/web/irccloud.com/x-xmftvdwxnwqeihwc)
- # [07:28] * Joins: bterlson (sid23757@gateway/web/irccloud.com/x-omcemqrvaallenut)
- # [07:28] * Joins: TabAtkins (sid11559@gateway/web/irccloud.com/x-wltuswvmsnqrhxdz)
- # [07:28] * Joins: birtles (sid16523@gateway/web/irccloud.com/x-kxvuwbpupuljeuhk)
- # [07:28] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [07:28] * Joins: toyoshiAw (~toyoshim@yuri.twintail.org)
- # [07:28] * Joins: `nik` (~nik@li490-134.members.linode.com)
- # [07:28] * Joins: jkomoros__ (uid7860@gateway/web/irccloud.com/x-grdfzhelwdquglqe)
- # [07:28] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [07:28] * Joins: tobie (sid5692@gateway/web/irccloud.com/x-rmlqqgzmdzwgmbkw)
- # [07:28] * Joins: lokling (~quassel@quassel.woboq.com)
- # [07:28] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [07:28] * Joins: foolip (~philip@37.139.17.34)
- # [07:28] * Joins: htmelvis (~htmelvis@107.170.99.246)
- # [07:28] * Joins: Krinkle|detached (~Krinkle@wikimedia/Krinkle)
- # [07:28] * Joins: astearns (sid15080@gateway/web/irccloud.com/x-vjsodijtxdtjjkvj)
- # [07:28] * Joins: bengl (~bengl@91.219.238.88)
- # [07:28] * Joins: davve (~user@83.218.67.123)
- # [07:28] * Joins: nw (nw@kapsi.fi)
- # [07:28] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [07:28] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [07:28] * Joins: Hixie (~ianh@178.255.149.100)
- # [07:28] * Joins: FerasM (sid28672@gateway/web/irccloud.com/x-zsadmfttlvixznuq)
- # [07:28] * Joins: twisted` (sid6794@gateway/web/irccloud.com/x-jjqhwoybeeighuly)
- # [07:28] * Joins: cfq (sid18398@gateway/web/irccloud.com/x-iitrlhotulcjfbdz)
- # [07:28] * Joins: aklein (sid4454@gateway/web/irccloud.com/x-lvzmfdsbxgzanfyb)
- # [07:28] * Joins: kcherkashin__ (sid25169@gateway/web/irccloud.com/x-qamfmqvlpccoccfp)
- # [07:28] * Joins: scottjehl___ (sid3055@gateway/web/irccloud.com/x-rdnscccvzfcxftlc)
- # [07:28] * Joins: mathiasbynens (sid2247@gateway/web/irccloud.com/x-jzrtznkvqputfaml)
- # [07:28] * Joins: JonathanNeal (sid5831@gateway/web/irccloud.com/x-cserjhyeawebksyr)
- # [07:28] * Joins: slightlyoff (sid1768@gateway/web/irccloud.com/x-uixvsqsjlafmhese)
- # [07:28] * Joins: matijs (sid2278@gateway/web/irccloud.com/x-tfbqwtoapuwzaema)
- # [07:28] * Joins: arv_ (sid4269@gateway/web/irccloud.com/x-wptjruxjrjorqlgz)
- # [07:28] * Joins: hsivonen (~hsivonen@bugzilla.validator.nu)
- # [07:28] * Joins: rillian (giles@mf4-xiph.osuosl.org)
- # [07:28] * Joins: riddle (riddle@us.yunix.net)
- # [07:28] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [07:28] * Joins: MikeSmith (~mike@sideshowbarker.net)
- # [07:28] * Joins: jtcranmer (~jcranmer@ras2.csl.tjhsst.edu)
- # [07:28] * Joins: rhiaro (~quassel@amy.so)
- # [07:28] * Joins: xxtjaxx (~xxtjaxx@kde/developer/marschke)
- # [07:28] * Joins: k308de (~k308@k308.de)
- # [07:28] * Joins: ondras (~ondras@zarovi.cz)
- # [07:28] * Joins: jst (~quassel@198.199.94.175)
- # [07:28] * Joins: edsu (~edsu@pdpc/supporter/active/edsu)
- # [07:28] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [07:28] * Joins: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-xkcukvdcycywgxrk)
- # [07:28] * Joins: odinho (odinho@dalvik.ping.uio.no)
- # [07:28] * Joins: SimonSapin (~simon@hako.exyr.org)
- # [07:28] * Joins: Yudai___ (~Yudai@nttkyo040046.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [07:28] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
- # [07:28] * Joins: kborchers (kborchers@gateway/shell/jquery.com/x-lnqjhvrqjwcghqoq)
- # [07:28] * Joins: wilhelm (~wilhelm@178.255.149.100)
- # [07:28] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [07:28] * Joins: schuki (~quassel@vali.lamercake.org)
- # [07:28] * Joins: Johnny- (~null@unaffiliated/johnny-)
- # [07:28] * Joins: esprehn (sid10445@gateway/web/irccloud.com/x-dnijchizrroualhr)
- # [07:28] * Joins: mounir (~mounir@oldworld.fr)
- # [07:28] * Krinkle|detached is now known as Krinkle
- # [07:28] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [07:28] * Quits: rcombs (~rcombs@rcombs.me) (*.net *.split)
- # [07:28] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (*.net *.split)
- # [07:28] * Quits: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr) (*.net *.split)
- # [07:28] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [07:28] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-zmuymgavaaaoucuv) (*.net *.split)
- # [07:28] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [07:28] * Quits: abucur (sid19072@gateway/web/irccloud.com/x-qnhnwczoognxwddv) (*.net *.split)
- # [07:28] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-mlmtguktfmxowutm) (*.net *.split)
- # [07:28] * Quits: Gege (gege@future.deferred.io) (*.net *.split)
- # [07:28] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (*.net *.split)
- # [07:28] * Quits: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com) (*.net *.split)
- # [07:28] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (*.net *.split)
- # [07:28] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
- # [07:28] * Quits: kangil (~kangil@210.94.41.89) (*.net *.split)
- # [07:28] * Quits: lerc_ (~quassel@121-74-2-8.telstraclear.net) (*.net *.split)
- # [07:28] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (*.net *.split)
- # [07:28] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (*.net *.split)
- # [07:28] * Quits: Goplat (~goplat@reactos/developer/Goplat) (*.net *.split)
- # [07:28] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (*.net *.split)
- # [07:28] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (*.net *.split)
- # [07:28] * Quits: morrita_ (uid16889@gateway/web/irccloud.com/x-gyxizdmzbhuwxlsm) (*.net *.split)
- # [07:28] * Quits: parshap (sid18846@gateway/web/irccloud.com/x-qphsvmaemfdzpdar) (*.net *.split)
- # [07:28] * Quits: pamer_ (sid23807@gateway/web/irccloud.com/x-nmnksjilhhzmcxxt) (*.net *.split)
- # [07:28] * Quits: payman (~payman@ip-200.t2.se.opera.com) (*.net *.split)
- # [07:28] * Quits: jochen__ (jochen@nat/google/x-igupelorkhnhfzqi) (*.net *.split)
- # [07:28] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (*.net *.split)
- # [07:28] * Quits: walbo_ (walbo@galaxy.forbanna.net) (*.net *.split)
- # [07:28] * Quits: SamB_ (~SamB@2001:470:1f07:57:f0a6:81fe:9009:e9d6) (*.net *.split)
- # [07:28] * Quits: ambv (~ambv@173.252.71.129) (*.net *.split)
- # [07:28] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (*.net *.split)
- # [07:28] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (*.net *.split)
- # [07:28] * Quits: annevk (~annevk@77-57-114-66.dclient.hispeed.ch) (*.net *.split)
- # [07:28] * Quits: jorendorff (sid28423@gateway/web/irccloud.com/x-olpbviyoylxgehem) (*.net *.split)
- # [07:28] * Quits: kinetik (~kinetik@121-98-52-189.bng1.nct.orcon.net.nz) (*.net *.split)
- # [07:28] * Quits: Domenic (sid10976@gateway/web/irccloud.com/x-zryykgkwthaxkyan) (*.net *.split)
- # [07:28] * Quits: phuu (sid7721@gateway/web/irccloud.com/x-ryvrxlohwzjdwhgz) (*.net *.split)
- # [07:28] * Quits: pdr (sid7901@gateway/web/irccloud.com/x-jadwibthklkweuuj) (*.net *.split)
- # [07:28] * Quits: cwilso (sid10206@gateway/web/irccloud.com/x-xmftvdwxnwqeihwc) (*.net *.split)
- # [07:28] * Quits: bterlson (sid23757@gateway/web/irccloud.com/x-omcemqrvaallenut) (*.net *.split)
- # [07:28] * Quits: birtles (sid16523@gateway/web/irccloud.com/x-kxvuwbpupuljeuhk) (*.net *.split)
- # [07:28] * Quits: jkomoros__ (uid7860@gateway/web/irccloud.com/x-grdfzhelwdquglqe) (*.net *.split)
- # [07:28] * Quits: tobie (sid5692@gateway/web/irccloud.com/x-rmlqqgzmdzwgmbkw) (*.net *.split)
- # [07:28] * Quits: astearns (sid15080@gateway/web/irccloud.com/x-vjsodijtxdtjjkvj) (*.net *.split)
- # [07:28] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (*.net *.split)
- # [07:28] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
- # [07:28] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (*.net *.split)
- # [07:28] * Quits: rektide (~rektide@eldergods.com) (*.net *.split)
- # [07:28] * Quits: nephyrin (~neph@corp.mtv2.mozilla.com) (*.net *.split)
- # [07:28] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [07:28] * Quits: Ablu (~ablu@quassel.woboq.de) (*.net *.split)
- # [07:28] * Quits: Martijnc (~Martijn@is-aweso.me) (*.net *.split)
- # [07:28] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [07:28] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [07:28] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [07:28] * Quits: lokling (~quassel@quassel.woboq.com) (*.net *.split)
- # [07:28] * Quits: cfq (sid18398@gateway/web/irccloud.com/x-iitrlhotulcjfbdz) (*.net *.split)
- # [07:28] * Quits: slightlyoff (sid1768@gateway/web/irccloud.com/x-uixvsqsjlafmhese) (*.net *.split)
- # [07:28] * Quits: hsivonen (~hsivonen@bugzilla.validator.nu) (*.net *.split)
- # [07:28] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
- # [07:28] * Quits: xxtjaxx (~xxtjaxx@kde/developer/marschke) (*.net *.split)
- # [07:28] * Quits: edsu (~edsu@pdpc/supporter/active/edsu) (*.net *.split)
- # [07:28] * Quits: Yudai___ (~Yudai@nttkyo040046.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
- # [07:28] * Quits: SimonSapin (~simon@hako.exyr.org) (*.net *.split)
- # [07:28] * Quits: bengl (~bengl@91.219.238.88) (*.net *.split)
- # [07:28] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [07:28] * Quits: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-xkcukvdcycywgxrk) (*.net *.split)
- # [07:28] * Quits: wakaba_ (~wakaba@83.139.210.220.dy.bbexcite.jp) (*.net *.split)
- # [07:28] * Quits: ryuone_ (~ryuone@133.242.55.223) (*.net *.split)
- # [07:28] * Quits: mmn (~MattN@192.95.22.58) (*.net *.split)
- # [07:28] * Quits: gsnedders (~gsnedders@5.2.16.23) (*.net *.split)
- # [07:28] * Quits: FerasM (sid28672@gateway/web/irccloud.com/x-zsadmfttlvixznuq) (*.net *.split)
- # [07:28] * Quits: aklein (sid4454@gateway/web/irccloud.com/x-lvzmfdsbxgzanfyb) (*.net *.split)
- # [07:28] * Quits: scottjehl___ (sid3055@gateway/web/irccloud.com/x-rdnscccvzfcxftlc) (*.net *.split)
- # [07:28] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [07:29] * Quits: jst (~quassel@198.199.94.175) (*.net *.split)
- # [07:29] * Quits: esprehn (sid10445@gateway/web/irccloud.com/x-dnijchizrroualhr) (*.net *.split)
- # [07:29] * Quits: Johnny- (~null@unaffiliated/johnny-) (*.net *.split)
- # [07:29] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-lnqjhvrqjwcghqoq) (*.net *.split)
- # [07:29] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [07:29] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
- # [07:29] * Quits: Areks (~Areks@rs.gridnine.com) (*.net *.split)
- # [07:29] * Quits: twisted` (sid6794@gateway/web/irccloud.com/x-jjqhwoybeeighuly) (*.net *.split)
- # [07:29] * Quits: kcherkashin__ (sid25169@gateway/web/irccloud.com/x-qamfmqvlpccoccfp) (*.net *.split)
- # [07:29] * Quits: JonathanNeal (sid5831@gateway/web/irccloud.com/x-cserjhyeawebksyr) (*.net *.split)
- # [07:29] * Quits: arv_ (sid4269@gateway/web/irccloud.com/x-wptjruxjrjorqlgz) (*.net *.split)
- # [07:29] * Quits: k308de (~k308@k308.de) (*.net *.split)
- # [07:29] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (*.net *.split)
- # [07:29] * Quits: bnicholson (~bnicholso@24.130.57.109) (*.net *.split)
- # [07:29] * Quits: facundor (~facundor@190.194.153.199) (*.net *.split)
- # [07:29] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (*.net *.split)
- # [07:29] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (*.net *.split)
- # [07:29] * Quits: nicolasbadia (~nicolasba@78.209.78.103) (*.net *.split)
- # [07:29] * Quits: emerson (~emerson@emersonveenstra.com) (*.net *.split)
- # [07:29] * Quits: m4nu (~manu@216.252.204.51) (*.net *.split)
- # [07:29] * Quits: webben (~benjamin@198.61.227.102) (*.net *.split)
- # [07:29] * Quits: beowulf (~sstewart@host86-132-91-109.range86-132.btcentralplus.com) (*.net *.split)
- # [07:29] * Quits: mrbkap (~mrbkap@people1.scl3.mozilla.com) (*.net *.split)
- # [07:29] * Quits: TabAtkins (sid11559@gateway/web/irccloud.com/x-wltuswvmsnqrhxdz) (*.net *.split)
- # [07:29] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (*.net *.split)
- # [07:29] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [07:29] * Quits: htmelvis (~htmelvis@107.170.99.246) (*.net *.split)
- # [07:29] * Quits: Krinkle (~Krinkle@wikimedia/Krinkle) (*.net *.split)
- # [07:29] * Quits: mathiasbynens (sid2247@gateway/web/irccloud.com/x-jzrtznkvqputfaml) (*.net *.split)
- # [07:29] * Quits: matijs (sid2278@gateway/web/irccloud.com/x-tfbqwtoapuwzaema) (*.net *.split)
- # [07:29] * Quits: rillian (giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [07:29] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (*.net *.split)
- # [07:29] * Quits: gavin_ (~gavin@76.14.87.162) (*.net *.split)
- # [07:29] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (*.net *.split)
- # [07:29] * Quits: webguynow (~webguynow@24.1.200.217) (*.net *.split)
- # [07:29] * Quits: jamesr_ (sid10481@gateway/web/irccloud.com/x-mngojubtqtcsvcpv) (*.net *.split)
- # [07:29] * Quits: Phae (sid455@gateway/web/irccloud.com/x-rfgejtqrsckjvwjt) (*.net *.split)
- # [07:29] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
- # [07:29] * Quits: bentruyman (~bentruyma@23.252.119.254) (*.net *.split)
- # [07:29] * Quits: jory (~jory@supercu.be) (*.net *.split)
- # [07:29] * Quits: foolip (~philip@37.139.17.34) (*.net *.split)
- # [07:29] * Quits: `nik` (~nik@li490-134.members.linode.com) (*.net *.split)
- # [07:29] * Quits: jtcranmer (~jcranmer@ras2.csl.tjhsst.edu) (*.net *.split)
- # [07:29] * Quits: ondras (~ondras@zarovi.cz) (*.net *.split)
- # [07:29] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
- # [07:29] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
- # [07:29] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
- # [07:29] * Quits: ashemedai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [07:29] * Quits: amtiskaw (sid19262@gateway/web/irccloud.com/x-evkghfcacqxdquwk) (*.net *.split)
- # [07:29] * Quits: rego (~rego@192.193.27.77.dynamic.mundo-r.com) (*.net *.split)
- # [07:29] * Quits: tmfsd (sid26422@gateway/web/irccloud.com/x-uldfhvruqvzsbpqv) (*.net *.split)
- # [07:29] * Quits: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (*.net *.split)
- # [07:29] * Quits: scrollback (scrollback@conference/jsconf/x-nbsmucgnyetakbsv) (*.net *.split)
- # [07:29] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [07:29] * Quits: suzak (~suzak@128.199.229.189) (*.net *.split)
- # [07:29] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
- # [07:29] * Quits: zama (zama@unaffiliated/stryx/x-3871776) (*.net *.split)
- # [07:29] * Quits: davve (~user@83.218.67.123) (*.net *.split)
- # [07:29] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [07:29] * Quits: MikeSmith (~mike@sideshowbarker.net) (*.net *.split)
- # [07:29] * Quits: rhiaro (~quassel@amy.so) (*.net *.split)
- # [07:29] * Quits: schuki (~quassel@vali.lamercake.org) (*.net *.split)
- # [07:29] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [07:29] * Quits: bufferino (~yz@103.11.50.32) (*.net *.split)
- # [07:29] * Quits: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net) (*.net *.split)
- # [07:29] * Quits: danielfilho (~danielfil@208.68.39.233) (*.net *.split)
- # [07:29] * Quits: dwim (~dwim@210.94.41.89) (*.net *.split)
- # [07:29] * Quits: morewry (~morewry@c-76-103-214-98.hsd1.ca.comcast.net) (*.net *.split)
- # [07:29] * Quits: eric_carlson (~eric@17.202.43.125) (*.net *.split)
- # [07:29] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
- # [07:29] * Quits: nw (nw@kapsi.fi) (*.net *.split)
- # [07:29] * Quits: mounir (~mounir@oldworld.fr) (*.net *.split)
- # [07:29] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
- # [07:34] * Joins: walbo_ (walbo@galaxy.forbanna.net)
- # [07:34] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
- # [07:34] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [07:34] * Joins: rcombs (~rcombs@rcombs.me)
- # [07:34] * Joins: SamB_ (~SamB@2001:470:1f07:57:f0a6:81fe:9009:e9d6)
- # [07:34] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
- # [07:34] * Joins: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
- # [07:34] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [07:34] * Joins: bufferino (~yz@103.11.50.32)
- # [07:34] * Joins: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com)
- # [07:34] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
- # [07:34] * Joins: ambv (~ambv@173.252.71.129)
- # [07:34] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [07:34] * Joins: gavin_ (~gavin@76.14.87.162)
- # [07:34] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
- # [07:34] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [07:34] * Joins: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr)
- # [07:34] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [07:34] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [07:34] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [07:34] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [07:34] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [07:34] * Joins: bzed (~bzed@devel.recluse.de)
- # [07:34] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [07:34] * Joins: ashemedai (asmodai@freebsd/developer/asmodai)
- # [07:34] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
- # [07:34] * Joins: facundor (~facundor@190.194.153.199)
- # [07:34] * Joins: morrita_ (uid16889@gateway/web/irccloud.com/x-gyxizdmzbhuwxlsm)
- # [07:34] * Joins: webguynow (~webguynow@24.1.200.217)
- # [07:34] * Joins: globbot (~logbot@lump.glob.com.au)
- # [07:34] * Joins: annevk (~annevk@77-57-114-66.dclient.hispeed.ch)
- # [07:34] * Joins: parshap (sid18846@gateway/web/irccloud.com/x-qphsvmaemfdzpdar)
- # [07:34] * Joins: jamesr_ (sid10481@gateway/web/irccloud.com/x-mngojubtqtcsvcpv)
- # [07:34] * Joins: Phae (sid455@gateway/web/irccloud.com/x-rfgejtqrsckjvwjt)
- # [07:34] * Joins: amtiskaw (sid19262@gateway/web/irccloud.com/x-evkghfcacqxdquwk)
- # [07:34] * Joins: wanderview (sid22777@gateway/web/irccloud.com/x-zmuymgavaaaoucuv)
- # [07:34] * Joins: jorendorff (sid28423@gateway/web/irccloud.com/x-olpbviyoylxgehem)
- # [07:34] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [07:34] * Joins: pamer_ (sid23807@gateway/web/irccloud.com/x-nmnksjilhhzmcxxt)
- # [07:34] * Joins: abucur (sid19072@gateway/web/irccloud.com/x-qnhnwczoognxwddv)
- # [07:34] * Joins: rego (~rego@192.193.27.77.dynamic.mundo-r.com)
- # [07:34] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-mlmtguktfmxowutm)
- # [07:34] * Joins: mpt (~mpt@canonical/mpt)
- # [07:34] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [07:34] * Joins: Areks (~Areks@rs.gridnine.com)
- # [07:34] * Joins: danielfilho (~danielfil@208.68.39.233)
- # [07:34] * Joins: tmfsd (sid26422@gateway/web/irccloud.com/x-uldfhvruqvzsbpqv)
- # [07:34] * Joins: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [07:34] * Joins: scrollback (scrollback@conference/jsconf/x-nbsmucgnyetakbsv)
- # [07:34] * Joins: kinetik (~kinetik@121-98-52-189.bng1.nct.orcon.net.nz)
- # [07:34] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [07:34] * Joins: payman (~payman@ip-200.t2.se.opera.com)
- # [07:34] * Joins: kangil (~kangil@210.94.41.89)
- # [07:34] * Joins: Gege (gege@future.deferred.io)
- # [07:34] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [07:34] * Joins: hober (~ted@unaffiliated/hober)
- # [07:34] * Joins: dwim (~dwim@210.94.41.89)
- # [07:34] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
- # [07:34] * Joins: nicolasbadia (~nicolasba@78.209.78.103)
- # [07:34] * Joins: jochen__ (jochen@nat/google/x-igupelorkhnhfzqi)
- # [07:34] * Joins: suzak (~suzak@128.199.229.189)
- # [07:34] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [07:34] * Joins: ahf (ahf@irssi/staff/ahf)
- # [07:34] * Joins: emerson (~emerson@emersonveenstra.com)
- # [07:34] * Joins: rektide (~rektide@eldergods.com)
- # [07:34] * Joins: m4nu (~manu@216.252.204.51)
- # [07:34] * Joins: lerc_ (~quassel@121-74-2-8.telstraclear.net)
- # [07:34] * Joins: webben (~benjamin@198.61.227.102)
- # [07:34] * Joins: nephyrin (~neph@corp.mtv2.mozilla.com)
- # [07:34] * Joins: bentruyman (~bentruyma@23.252.119.254)
- # [07:34] * Joins: morewry (~morewry@c-76-103-214-98.hsd1.ca.comcast.net)
- # [07:34] * Joins: eric_carlson (~eric@17.202.43.125)
- # [07:34] * Joins: jory (~jory@supercu.be)
- # [07:34] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [07:34] * Joins: Ablu (~ablu@quassel.woboq.de)
- # [07:34] * Joins: Martijnc (~Martijn@is-aweso.me)
- # [07:34] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [07:34] * Joins: beowulf (~sstewart@host86-132-91-109.range86-132.btcentralplus.com)
- # [07:34] * Joins: zama (zama@unaffiliated/stryx/x-3871776)
- # [07:34] * Joins: wakaba_ (~wakaba@83.139.210.220.dy.bbexcite.jp)
- # [07:34] * Joins: Domenic (sid10976@gateway/web/irccloud.com/x-zryykgkwthaxkyan)
- # [07:34] * Joins: phuu (sid7721@gateway/web/irccloud.com/x-ryvrxlohwzjdwhgz)
- # [07:34] * Joins: ryuone_ (~ryuone@133.242.55.223)
- # [07:34] * Joins: mmn (~MattN@192.95.22.58)
- # [07:34] * Joins: mrbkap (~mrbkap@people1.scl3.mozilla.com)
- # [07:34] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [07:34] * Joins: pdr (sid7901@gateway/web/irccloud.com/x-jadwibthklkweuuj)
- # [07:34] * Joins: cwilso (sid10206@gateway/web/irccloud.com/x-xmftvdwxnwqeihwc)
- # [07:34] * Joins: bterlson (sid23757@gateway/web/irccloud.com/x-omcemqrvaallenut)
- # [07:34] * Joins: TabAtkins (sid11559@gateway/web/irccloud.com/x-wltuswvmsnqrhxdz)
- # [07:34] * Joins: birtles (sid16523@gateway/web/irccloud.com/x-kxvuwbpupuljeuhk)
- # [07:34] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [07:34] * Joins: toyoshiAw (~toyoshim@yuri.twintail.org)
- # [07:34] * Joins: `nik` (~nik@li490-134.members.linode.com)
- # [07:34] * Joins: jkomoros__ (uid7860@gateway/web/irccloud.com/x-grdfzhelwdquglqe)
- # [07:34] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [07:34] * Joins: tobie (sid5692@gateway/web/irccloud.com/x-rmlqqgzmdzwgmbkw)
- # [07:34] * Joins: lokling (~quassel@quassel.woboq.com)
- # [07:34] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [07:34] * Joins: foolip (~philip@37.139.17.34)
- # [07:34] * Joins: htmelvis (~htmelvis@107.170.99.246)
- # [07:34] * Joins: Krinkle (~Krinkle@wikimedia/Krinkle)
- # [07:34] * Joins: astearns (sid15080@gateway/web/irccloud.com/x-vjsodijtxdtjjkvj)
- # [07:34] * Joins: bengl (~bengl@91.219.238.88)
- # [07:34] * Joins: davve (~user@83.218.67.123)
- # [07:34] * Joins: nw (nw@kapsi.fi)
- # [07:34] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [07:34] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [07:34] * Joins: Hixie (~ianh@178.255.149.100)
- # [07:34] * Joins: FerasM (sid28672@gateway/web/irccloud.com/x-zsadmfttlvixznuq)
- # [07:34] * Joins: twisted` (sid6794@gateway/web/irccloud.com/x-jjqhwoybeeighuly)
- # [07:34] * Joins: cfq (sid18398@gateway/web/irccloud.com/x-iitrlhotulcjfbdz)
- # [07:34] * Joins: aklein (sid4454@gateway/web/irccloud.com/x-lvzmfdsbxgzanfyb)
- # [07:34] * Joins: kcherkashin__ (sid25169@gateway/web/irccloud.com/x-qamfmqvlpccoccfp)
- # [07:34] * Joins: scottjehl___ (sid3055@gateway/web/irccloud.com/x-rdnscccvzfcxftlc)
- # [07:34] * Joins: mathiasbynens (sid2247@gateway/web/irccloud.com/x-jzrtznkvqputfaml)
- # [07:34] * Joins: JonathanNeal (sid5831@gateway/web/irccloud.com/x-cserjhyeawebksyr)
- # [07:34] * Joins: slightlyoff (sid1768@gateway/web/irccloud.com/x-uixvsqsjlafmhese)
- # [07:34] * Joins: matijs (sid2278@gateway/web/irccloud.com/x-tfbqwtoapuwzaema)
- # [07:34] * Joins: arv_ (sid4269@gateway/web/irccloud.com/x-wptjruxjrjorqlgz)
- # [07:34] * Joins: hsivonen (~hsivonen@bugzilla.validator.nu)
- # [07:34] * Joins: rillian (giles@mf4-xiph.osuosl.org)
- # [07:34] * Joins: riddle (riddle@us.yunix.net)
- # [07:34] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [07:34] * Joins: MikeSmith (~mike@sideshowbarker.net)
- # [07:34] * Joins: jtcranmer (~jcranmer@ras2.csl.tjhsst.edu)
- # [07:34] * Joins: rhiaro (~quassel@amy.so)
- # [07:34] * Joins: xxtjaxx (~xxtjaxx@kde/developer/marschke)
- # [07:34] * Joins: k308de (~k308@k308.de)
- # [07:34] * Joins: ondras (~ondras@zarovi.cz)
- # [07:34] * Joins: jst (~quassel@198.199.94.175)
- # [07:34] * Joins: edsu (~edsu@pdpc/supporter/active/edsu)
- # [07:34] * Joins: jmb (~jmb@mail.parsifal.org.uk)
- # [07:34] * Joins: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-xkcukvdcycywgxrk)
- # [07:34] * Joins: odinho (odinho@dalvik.ping.uio.no)
- # [07:34] * Joins: SimonSapin (~simon@hako.exyr.org)
- # [07:34] * Joins: Yudai___ (~Yudai@nttkyo040046.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [07:34] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
- # [07:34] * Joins: kborchers (kborchers@gateway/shell/jquery.com/x-lnqjhvrqjwcghqoq)
- # [07:34] * Joins: wilhelm (~wilhelm@178.255.149.100)
- # [07:34] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [07:34] * Joins: schuki (~quassel@vali.lamercake.org)
- # [07:34] * Joins: Johnny- (~null@unaffiliated/johnny-)
- # [07:34] * Joins: esprehn (sid10445@gateway/web/irccloud.com/x-dnijchizrroualhr)
- # [07:34] * Joins: mounir (~mounir@oldworld.fr)
- # [07:35] * Krinkle is now known as Krinkle|detached
- # [07:35] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
- # [07:36] <JakeA> TabAtkins: I was thinking about https://twitter.com/tabatkins/status/474209390254620672 - what were you thinking there?
- # [07:37] <JakeA> TabAtkins: I was thinking about https://twitter.com/tabatkins/status/474209390254620672 - what were you thinking there?
- # [07:39] * Quits: KevinMarks2 (~yaaic@2607:fb90:402:52d0:76ef:6d68:b990:7c21) (Ping timeout: 240 seconds)
- # [07:40] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
- # [07:41] * Joins: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf)
- # [07:47] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [07:47] * Joins: gavin_ (~gavin@76.14.87.162)
- # [07:50] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [07:50] * Joins: scor (~scor@cpe-72-182-100-98.austin.res.rr.com)
- # [07:50] * Quits: scor (~scor@cpe-72-182-100-98.austin.res.rr.com) (Changing host)
- # [07:50] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [07:57] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [07:57] * Joins: gavin_ (~gavin@76.14.87.162)
- # [07:59] * Quits: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com) (Quit: tantek)
- # [08:05] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [08:06] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [08:07] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [08:09] * Quits: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf) (Ping timeout: 240 seconds)
- # [08:10] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [08:11] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (Ping timeout: 240 seconds)
- # [08:13] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
- # [08:13] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [08:13] * Quits: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [08:15] * Joins: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf)
- # [08:17] * Joins: zdobersek (~zan@5.153.233.42)
- # [08:17] * Joins: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net)
- # [08:17] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [08:18] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
- # [08:26] * Quits: roc (~chatzilla@60.234.66.18) (Ping timeout: 240 seconds)
- # [08:27] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:28] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
- # [08:30] * Joins: Ducki (~Ducki@137.116.197.171)
- # [08:30] * Quits: bufferino (~yz@103.11.50.32) (Remote host closed the connection)
- # [08:31] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [08:36] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Ping timeout: 276 seconds)
- # [08:48] * Joins: Witget (~Premium@mail.mbaconsult.ru)
- # [08:51] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [08:52] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [08:55] * Joins: markkes (~markkes@62.207.90.201)
- # [08:56] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [09:01] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Remote host closed the connection)
- # [09:02] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [09:04] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [09:04] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [09:06] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 252 seconds)
- # [09:07] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
- # [09:12] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
- # [09:12] * Quits: gavin (~gavin@firefox/developer/gavin) (Remote host closed the connection)
- # [09:12] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [09:14] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [09:14] * Joins: gavin_ (~gavin@76.14.87.162)
- # [09:18] <annevk> krit: what I'd like is some information as to why my input will now be used to some effect
- # [09:19] <annevk> krit: is there an active author/editor?
- # [09:19] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [09:19] * Joins: gavin_ (~gavin@76.14.87.162)
- # [09:21] * Joins: darobin (~darobin@78.109.80.74)
- # [09:21] * Joins: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be)
- # [09:22] <zcorpan> is there a spec for how drag-and-drop within contenteditable should work?
- # [09:30] <krit> annevk: The behavior ought to be specified in https://svgwg.org/specs/integration/ at some point. The reason this came up again at all was a request from WebAppSec WG. I hope that his gives new impulses to continue working on the spec + me slowly rolling out of other spec work like masking. I believe to find more time next month. However, if the Wiki
- # [09:30] <krit> progresses faster and the future structure of the document gets more clear, I am happy to do edits earlier. Editors are Cameron and me. You are right that many parts of the discussions haven't been added yet. I will search through the mailing lists next week. If you want to wait to see more progress on the wiki, I can understand it. But you are more than
- # [09:30] <krit> welcome to add notes to the Wiki sooner.
- # [09:30] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [09:30] <krit> annevk: the wiki is meant as a white board to collect ideas and thoughts. No need to write spec text there
- # [09:31] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [09:31] <krit> annevk: if you have any short notes in your mind, just add it
- # [09:31] <krit> annevk: links are fine as well
- # [09:32] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
- # [09:35] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [09:35] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 276 seconds)
- # [09:47] * espadrine` is now known as espadrine
- # [09:55] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [09:55] * Joins: gavin_ (~gavin@76.14.87.162)
- # [10:00] <annevk> Domenic: "in prose" works if you're Allen or are keeping closely in touch with him, it doesn't really scale beyond that
- # [10:01] <annevk> krit: that link does not load
- # [10:01] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [10:01] * Joins: gavin_ (~gavin@76.14.87.162)
- # [10:01] <annevk> krit: "integration" seems kind of weird, HTML has no such chapter
- # [10:01] <annevk> krit: and things such as fetching and security are part of the core processing model, you can't just bolt them on somehow
- # [10:01] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
- # [10:02] <krit> annevk: the purpose of the spec is covering eBooks and other languages including subsets of SVG as well
- # [10:02] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
- # [10:02] <krit> annevk: :) Do not disagree
- # [10:03] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [10:03] <annevk> The fact that you guys can't even come up with a sane organization does not inspire confidence
- # [10:03] <annevk> And suggests nothing much has changed in the intervening years
- # [10:04] <annevk> These questions are not something you look at separately typically. You should come across these as you define SVG as a language
- # [10:05] * Quits: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) (Ping timeout: 240 seconds)
- # [10:07] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Ping timeout: 265 seconds)
- # [10:07] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 260 seconds)
- # [10:08] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 265 seconds)
- # [10:09] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [10:15] <krit> annevk: SVG as a language has existed for more than 14 years. It is huge, it is complex. That members of the WG don't have as much time as the language deserves is more than unfortunate. But SVG is not the only specification suffering years of stagnation.
- # [10:16] <krit> Exmples are CSS OM for instance which has had multiple editors as well as far as I can remember, you were one of them.
- # [10:16] <annevk> That does suggest there's nobody to take on this issue
- # [10:16] * Quits: nessy (~silviapf@101.164.214.231) (Quit: Leaving.)
- # [10:16] <krit> It doesn't help to blame people instead we should look forward.
- # [10:17] <annevk> CSSOM has made steady progress. A great many things that was once undefined was defined over time. Not much new features, but the overall model was made much more clear and unambiguous.
- # [10:18] <krit> annevk: another point is probably the lack of experience in technologies like fetching... at least from the specification point of view.
- # [10:18] <annevk> As in, we went from HTML4-era level of detail to HTML5-era level of detail. That's pretty great I think.
- # [10:18] <krit> annevk: and we hope yo reach the same with SVG eventually
- # [10:19] <annevk> krit: I'm not trying to assign blame, I'm trying to figure out if there's anyone actively working on this and writing things down. We're not going to solve this by jotting notes on a wiki page and having teleconferences.
- # [10:19] <annevk> krit: This requires someone to put a few months of effort into this.
- # [10:20] <krit> annevk: honestly, I can not guarantee it. I can just promise that I do my best to keep it rolling.
- # [10:21] <krit> annevk: I do not have the possibility to work full time on this subject... all that I can offer is to help as much as I can.. even with editing
- # [10:23] <krit> annevk: I am not sure if heycam|away can, but he has a lot on his plate too. We can not just hand it over to anyone and force a different WG to take care of it. As you said, it is fundamental for SVG. But we can try to find help.
- # [10:24] <zcorpan> MikeSmith: https://github.com/ResponsiveImagesCG/picture-element/pull/204
- # [10:25] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [10:28] * Joins: jwatt (~roslea@207.218.72.65)
- # [10:31] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [10:31] <annevk> krit: I guess I'm ready to help once there is someone actively working on it. This is not too different from how it was a couple of years ago.
- # [10:32] <annevk> (I hope heycam|away starts working on IDL. There's a ton of issues there :-()
- # [10:35] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [10:49] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [10:55] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [10:56] * Joins: scor (~scor@cpe-72-182-100-98.austin.res.rr.com)
- # [10:56] * Quits: scor (~scor@cpe-72-182-100-98.austin.res.rr.com) (Changing host)
- # [10:56] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [10:56] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [11:01] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (Ping timeout: 252 seconds)
- # [11:01] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [11:03] * Krinkle|detached is now known as Krinkle
- # [11:03] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [11:06] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
- # [11:06] * Joins: sankha93 (~sankha93@remote190-056.home.uni-freiburg.de)
- # [11:06] * Quits: sankha93 (~sankha93@remote190-056.home.uni-freiburg.de) (Changing host)
- # [11:06] * Joins: sankha93 (~sankha93@fsf/emeritus/sankha93)
- # [11:08] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 276 seconds)
- # [11:14] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [11:15] * Quits: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf) (Ping timeout: 240 seconds)
- # [11:16] * Joins: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf)
- # [11:18] * Joins: ambv (~ambv@173.252.71.129)
- # [11:22] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [11:31] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [11:32] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [11:35] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 252 seconds)
- # [11:36] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [11:54] * Parts: a-ja (~Instantbi@70.230.149.227)
- # [11:55] * Quits: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net) (Quit: sicking)
- # [12:01] <hsivonen> Hixie, MikeSmith: validator.nu is back.
- # [12:02] <hsivonen> somehow, the VM's kernel modules have become broken enough that iptables-restore can't do its thing and the port mappings were missing
- # [12:02] <hsivonen> as a band-aid, I installed nginx to do proxying from one port to another
- # [12:03] <hsivonen> please let me know if POST or something like that broke
- # [12:03] <hsivonen> my other VMs don't have this problem
- # [12:03] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [12:03] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
- # [12:04] * Quits: gavin_ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
- # [12:04] * Joins: gavin__ (~gavin@76.14.87.162)
- # [12:06] <hsivonen> I'm guessing the reason for brokenness is an incomplete kernel update relative to Xen modules
- # [12:07] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [12:08] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 240 seconds)
- # [12:16] * Joins: gavin_ (~gavin@76.14.87.162)
- # [12:20] * Joins: charl_ (~charl@2001:67c:2564:524:78c4:b1da:6dc1:1fac)
- # [12:20] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [12:20] * Joins: gavin_ (~gavin@76.14.87.162)
- # [12:21] * Quits: gavin__ (~gavin@76.14.87.162) (Ping timeout: 276 seconds)
- # [12:23] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [12:27] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [12:27] * Joins: gavin_ (~gavin@76.14.87.162)
- # [12:28] * Joins: gavin__ (~gavin@76.14.87.162)
- # [12:32] * Quits: gavin_ (~gavin@76.14.87.162) (Ping timeout: 240 seconds)
- # [12:33] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [12:37] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 240 seconds)
- # [12:37] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [12:40] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [12:44] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [12:50] * Joins: poona (~poona@unaffiliated/poona)
- # [12:51] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [13:00] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [13:17] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
- # [13:22] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Ping timeout: 255 seconds)
- # [13:23] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [13:26] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 240 seconds)
- # [13:30] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [13:31] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 245 seconds)
- # [13:33] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [13:38] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [13:40] * Joins: poona (~poona@unaffiliated/poona)
- # [13:48] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
- # [13:49] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [13:49] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [13:50] <MikeSmith> hsivonen: thanks I'll test and see if I notice any problems
- # [13:51] <MikeSmith> hsivonen: glad it wasn't my fault at least :-)
- # [13:53] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 240 seconds)
- # [13:54] * Quits: zdobersek (~zan@5.153.233.42) (Quit: Leaving.)
- # [13:57] * Quits: gavin__ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [13:57] * Joins: gavin_ (~gavin@76.14.87.162)
- # [14:01] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [14:02] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 256 seconds)
- # [14:06] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
- # [14:14] * Joins: poona (~poona@unaffiliated/poona)
- # [14:16] <annevk> krit: how much time can you get from your manager?
- # [14:16] <annevk> krit: I'm happy to match your time and see how far we can get together
- # [14:17] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [14:20] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 240 seconds)
- # [14:34] * Joins: newtron (~newtron@192.171.32.25)
- # [14:34] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [14:39] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [14:39] <krit> annevk: I'll check this evening. I am actually close to your timezone CET
- # [14:43] * Joins: jabbok (~jacob@dsl-087-195-154-072.solcon.nl)
- # [14:43] <jabbok> hi all
- # [14:43] <jabbok> anybody got tips on using html5 notification api cross browser/platform?
- # [14:47] <annevk> krit: we're the same timezone these days
- # [14:47] <krit> annevk: did you move?
- # [14:48] <annevk> krit: yeah, I'm based in Zürich
- # [14:48] <krit> annevk: oh, didn't know
- # [14:48] <jabbok> annevk maybe?
- # [14:49] <krit> annevk: why did you move to Zurich? London needed the space for Servo?
- # [14:49] <annevk> jabbok: what's the issue?
- # [14:49] <annevk> krit: personal reasons, we don't really have an office here
- # [14:49] <jabbok> well whe’re trying to find a cross browser/platform notification method for ower webapp...
- # [14:49] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
- # [14:49] <krit> annevk: ok :)
- # [14:50] <jabbok> maybe using the html5 notification api
- # [14:50] <darobin> the couldn't stand having him in the office so they sent him to the closest large city with no official presence
- # [14:50] * Joins: poona (~poona@unaffiliated/poona)
- # [14:50] <krit> annevk: with not real office, do you actually mean no office space at all?
- # [14:50] <jabbok> is there maybe some kind of javascript wrapper to make this work between browsers?
- # [14:51] <darobin> jabbok: check https://developer.mozilla.org/en/docs/Web/API/notification for support information and such
- # [14:52] <jabbok> I’ve been there, and in firefox this works all fine and dandy
- # [14:53] <annevk> krit: yeah I work from home
- # [14:53] <jabbok> but if i want to trigger a message with an event (dom ready for example) chrome doesn’t do that so it’s an api issue i think
- # [14:53] <jabbok> i thought maybe you guys would have suggestions
- # [14:53] <krit> annevk: well then meeting in Zurich is more difficult... IRC or video conference works too though
- # [14:53] <annevk> In Europe Mozilla has offices in Berlin, London, and Paris
- # [14:54] <annevk> krit: ooh, I was thinking meeting over IRC, but just having fulltime availability
- # [14:54] <annevk> krit: if you want an actual meeting maybe we can get TabAtkins and the Google office involved somehow :p
- # [14:54] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 252 seconds)
- # [14:55] <krit> annevk: k. Will check this evening without budget involved it is always easier to get some time
- # [14:56] <annevk> jabbok: hmm not sure
- # [14:56] <annevk> jabbok: I'd suggest stackoverflow.com
- # [14:56] <jabbok> those issues are all dated
- # [14:56] <annevk> jabbok: I don't get much further then trying to make sure the spec is okay and then moving to the next undefined thing
- # [14:57] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
- # [14:57] <annevk> jabbok: but you can ask questions there, no?
- # [14:57] <jabbok> i’ll try that. Thanks for your time!
- # [14:57] <jabbok> and good luck on the standards ;)
- # [14:59] * Krinkle is now known as Krinkle|detached
- # [15:00] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [15:02] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [15:05] * Joins: poona (~poona@117.198.105.69)
- # [15:05] * Quits: poona (~poona@117.198.105.69) (Changing host)
- # [15:05] * Joins: poona (~poona@unaffiliated/poona)
- # [15:05] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 255 seconds)
- # [15:05] * Joins: mpt (~mpt@nat/canonical/x-easrsbdsoawqfvwv)
- # [15:05] * Quits: mpt (~mpt@nat/canonical/x-easrsbdsoawqfvwv) (Changing host)
- # [15:05] * Joins: mpt (~mpt@canonical/mpt)
- # [15:06] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 265 seconds)
- # [15:06] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 245 seconds)
- # [15:08] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:09] * Joins: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com)
- # [15:15] * Joins: tj_vantoll (~Adium@2601:4:5380:eba:6c27:34c5:c84e:b5dc)
- # [15:17] * Joins: tav (~tav`@host217-42-231-34.range217-42.btcentralplus.com)
- # [15:21] <annevk> JakeA: it seems that if we want SW to just modify the request and then return it (should change from null in that case I think), Fetch needs to restart from the top as the mode might have changed and such, no?
- # [15:21] * Joins: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan)
- # [15:23] * Joins: ambv (~ambv@206.108.217.134)
- # [15:23] <annevk> JakeA: e.g. if mode is same-origin and you change the url of the request, we're in trouble
- # [15:24] * Parts: jabbok (~jacob@dsl-087-195-154-072.solcon.nl)
- # [15:25] * Quits: newtron (~newtron@192.171.32.25) (Remote host closed the connection)
- # [15:25] * Joins: newtron (~newtron@192.171.32.25)
- # [15:25] * Joins: scor (~scor@cpe-72-182-100-98.austin.res.rr.com)
- # [15:25] * Quits: scor (~scor@cpe-72-182-100-98.austin.res.rr.com) (Changing host)
- # [15:25] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [15:26] * Quits: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 265 seconds)
- # [15:28] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 260 seconds)
- # [15:29] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
- # [15:29] <JakeA> annevk: are we in trouble, or would it just fail?
- # [15:30] <annevk> JakeA: since step 6 of http://fetch.spec.whatwg.org/#concept-fetch is not currently I think we're in trouble
- # [15:31] * Joins: marcosc (~marcosc@66.207.208.102)
- # [15:34] * Quits: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) (Ping timeout: 276 seconds)
- # [15:34] <annevk> JakeA: it would actually help to have a set of use cases for modifying headers and mode
- # [15:34] <annevk> JakeA: as making sure "no CORS" fetches are <img>/<script>-compatible is hard
- # [15:35] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [15:35] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [15:36] <JakeA> annevk: if we go read-only, it's not going to stop us opening it up later is it?
- # [15:36] <annevk> JakeA: no
- # [15:36] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [15:37] <annevk> JakeA: it would probably still require answering the above question
- # [15:37] <JakeA> annevk: Let's shut it down. *looks into camera* shut it all down.
- # [15:37] <annevk> JakeA: e.g. I do think we your header use case to work
- # [15:37] <annevk> want*
- # [15:37] <JakeA> hah, can't remember it
- # [15:38] <annevk> JakeA: https://gist.github.com/jakearchibald/9f556ce0eafc47ba3d6e
- # [15:38] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [15:39] <JakeA> annevk: I've heard use-cases around tagging requests with priorities. Being able to polyfill headers like clienthints would be nice too.
- # [15:39] <JakeA> annevk: But you could do that with respondWith(fetch(event.request, modifications))
- # [15:39] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [15:39] <JakeA> annevk: except for the redirect issues
- # [15:40] * Quits: Lachy_ (~Lachy@213.166.174.2) (Quit: Textual IRC Client: www.textualapp.com)
- # [15:40] <JakeA> annevk: For priorities we need to see how they'll be represented on the request object
- # [15:41] * Joins: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be)
- # [15:42] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [15:42] <annevk> JakeA: yeah, maybe that is better
- # [15:42] <annevk> JakeA: the modify existing request and then return it is kind of weird
- # [15:42] <annevk> JakeA: it'd be a new "default"
- # [15:43] * Joins: weinig (~weinig@98.234.191.242)
- # [15:43] * Quits: weinig (~weinig@98.234.191.242) (Client Quit)
- # [15:47] <JakeA> annevk: I think it feels intuitive to modify the request object like that, but agree it's too complex in terms of the implementation for a first-pass
- # [15:47] <annevk> JakeA: so even if we drop that, if you do new Request() should you be able to set .mode?
- # [15:48] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [15:48] <annevk> JakeA: it's kind of unrelated whether we take https://gist.github.com/jakearchibald/9f556ce0eafc47ba3d6e into account
- # [15:48] <JakeA> annevk: Oh yeah, definately. Else how do I cache the JS on my CDN?
- # [15:49] <annevk> JakeA: well should be able to set Request.prototype.mode, of course you can set it through new Request()
- # [15:49] <JakeA> annevk: or do you mean set it *after* construction?
- # [15:49] <annevk> Yup
- # [15:49] <JakeA> annevk: I say lock it all down. We can open stuff up as we work it out & get good usecases
- # [15:49] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [15:50] <annevk> Okay
- # [15:51] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
- # [15:51] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
- # [15:54] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 240 seconds)
- # [15:57] * Joins: scor (scor@drupal.org/user/52142/view)
- # [16:01] * Joins: gungan_fuq (~encryptd_@23.30.224.246)
- # [16:03] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [16:05] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [16:05] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [16:05] * Joins: gavin_ (~gavin@76.14.87.162)
- # [16:06] * Joins: scor (scor@drupal.org/user/52142/view)
- # [16:06] * Quits: scor (scor@drupal.org/user/52142/view) (Client Quit)
- # [16:07] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 240 seconds)
- # [16:08] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [16:08] * Joins: newtron (~newtron@192.171.32.25)
- # [16:09] * Joins: scor (scor@drupal.org/user/52142/view)
- # [16:12] * Quits: cheron (~cheron@unaffiliated/cheron) (Quit: Leaving.)
- # [16:13] * Quits: jarek (~jarek@unaffiliated/jarek) (Client Quit)
- # [16:16] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [16:16] * Joins: ChrisMorgan (~ChrisMorg@27-32-227-98.static.tpgi.com.au)
- # [16:16] * Quits: ChrisMorgan (~ChrisMorg@27-32-227-98.static.tpgi.com.au) (Changing host)
- # [16:16] * Joins: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan)
- # [16:16] * Joins: gavin_ (~gavin@76.14.87.162)
- # [16:17] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
- # [16:19] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [16:19] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [16:23] * Quits: espadrine (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [16:25] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 252 seconds)
- # [16:26] * Quits: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com) (Quit: tantek)
- # [16:31] * Joins: espadrine (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr)
- # [16:31] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [16:34] * Joins: izhak (~izhak@92.248.142.152)
- # [16:35] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [16:37] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
- # [16:40] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [16:42] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
- # [16:44] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [16:45] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Ping timeout: 252 seconds)
- # [16:48] * Joins: ehsan (~ehsan@66.207.208.102)
- # [16:49] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [16:51] <annevk> People who reply to GitHub via email, grr
- # [16:51] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [16:53] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [16:53] * Joins: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU)
- # [17:01] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Ping timeout: 240 seconds)
- # [17:02] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [17:03] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [17:06] * Quits: jarek (~jarek@unaffiliated/jarek) (Ping timeout: 240 seconds)
- # [17:07] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [17:07] * Quits: markkes (~markkes@62.207.90.201) (Quit: Nettalk6 - www.ntalk.de)
- # [17:08] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 265 seconds)
- # [17:10] * Quits: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU) (Quit: tantek)
- # [17:11] <caitp> whens the last time you tried to reply to github from your phone any other way? it's basically impossible :(
- # [17:12] * Joins: marcosc_ (~marcosc@66.207.208.102)
- # [17:12] * Quits: marcosc (~marcosc@66.207.208.102) (Read error: Connection reset by peer)
- # [17:12] * Joins: raisdead (~alien@108.161.91.186)
- # [17:16] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
- # [17:17] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
- # [17:17] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [17:17] * Joins: rafaelrinaldi (~textual@B12E874E.dynamic.spo.dsl.tesa.net.br)
- # [17:23] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (Quit: coolbot95)
- # [17:24] * Joins: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU)
- # [17:25] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [17:26] * Joins: dawhite (~dawhite@74.118.22.223)
- # [17:28] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
- # [17:30] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
- # [17:32] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Quit: Leaving.)
- # [17:36] * Joins: zdobersek (~zan@185.3.135.178)
- # [17:39] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [17:40] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
- # [17:43] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 245 seconds)
- # [17:46] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [17:46] * Quits: Ducki (~Ducki@137.116.197.171) (Remote host closed the connection)
- # [17:46] * Quits: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) (Ping timeout: 240 seconds)
- # [17:49] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 265 seconds)
- # [17:52] * Parts: Witget (~Premium@mail.mbaconsult.ru)
- # [17:55] * Quits: sankha93 (~sankha93@fsf/emeritus/sankha93) (Remote host closed the connection)
- # [17:58] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
- # [18:01] * Quits: marcosc_ (~marcosc@66.207.208.102) (Remote host closed the connection)
- # [18:03] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
- # [18:04] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 245 seconds)
- # [18:07] * Joins: BigBangUDR (~Thunderbi@123.239.64.2)
- # [18:08] * Quits: BigBangUDR (~Thunderbi@123.239.64.2) (Client Quit)
- # [18:09] * Joins: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net)
- # [18:09] * Quits: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU) (Quit: tantek)
- # [18:09] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [18:11] * Quits: tj_vantoll (~Adium@2601:4:5380:eba:6c27:34c5:c84e:b5dc) (Ping timeout: 240 seconds)
- # [18:12] * Joins: marcosc (~marcosc@66.207.208.102)
- # [18:21] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
- # [18:23] * Quits: darobin (~darobin@78.109.80.74) (Remote host closed the connection)
- # [18:25] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [18:26] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [18:27] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [18:28] * Joins: lmclister (~lmclister@192.150.10.207)
- # [18:29] * Krinkle|detached is now known as Krinkle
- # [18:32] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [18:35] * Quits: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net) (Ping timeout: 255 seconds)
- # [18:36] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Ping timeout: 245 seconds)
- # [18:37] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
- # [18:38] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [18:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [18:42] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 260 seconds)
- # [18:42] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [18:44] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [18:44] * Quits: raisdead (~alien@108.161.91.186) (Ping timeout: 240 seconds)
- # [18:48] * Joins: jernoble (~jernoble@192.42.249.224)
- # [18:51] * Joins: jeffreyatw (~jeffreyat@66-194-1-26.STATIC.twtelecom.net)
- # [18:52] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [18:55] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 276 seconds)
- # [18:55] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Read error: Connection reset by peer)
- # [19:03] * Joins: ^esc (~esc-ape@178.115.131.210.wireless.dyn.drei.com)
- # [19:04] * Quits: lmclister (~lmclister@192.150.10.207) (Ping timeout: 252 seconds)
- # [19:05] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [19:06] * Quits: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net) (Read error: Connection reset by peer)
- # [19:07] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
- # [19:08] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [19:10] * Joins: lmclister (~lmclister@192.150.10.204)
- # [19:20] * Quits: marcosc (~marcosc@66.207.208.102) (Remote host closed the connection)
- # [19:22] * Quits: espadrine (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr) (Quit: Leaving)
- # [19:25] * Joins: weinig (~weinig@17.202.50.223)
- # [19:25] * Quits: newtron (~newtron@192.171.32.25) (Remote host closed the connection)
- # [19:25] * Joins: newtron (~newtron@192.171.32.25)
- # [19:29] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
- # [19:32] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [19:33] * Joins: gavin_ (~gavin@76.14.87.162)
- # [19:34] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [19:34] * Joins: marcosc (~marcosc@66.207.208.102)
- # [19:35] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [19:36] * Joins: gavin_ (~gavin@76.14.87.162)
- # [19:36] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [19:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [19:38] * Joins: tj_vantoll (~Adium@70-88-93-238-lansing-mi.hfc.comcastbusiness.net)
- # [19:40] * Joins: falken (uid20729@gateway/web/irccloud.com/x-iqfixadgiwedvhnx)
- # [19:42] * Joins: newtron (~newtron@192.171.32.25)
- # [19:42] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [19:46] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
- # [19:46] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [19:47] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 255 seconds)
- # [19:49] * Joins: jsbell (jsbell@nat/google/x-cdlqqsicbuhmkdfp)
- # [19:54] * Joins: BigBangUDR (~Thunderbi@123.239.64.2)
- # [19:55] * Quits: BigBangUDR (~Thunderbi@123.239.64.2) (Client Quit)
- # [19:56] * Joins: newtron (~newtron@192.171.32.25)
- # [19:58] * Joins: newtron_work (~newtron@192.171.32.25)
- # [20:00] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
- # [20:00] * Quits: jernoble (~jernoble@192.42.249.224) (Quit: Computer has gone to sleep.)
- # [20:01] * Quits: izhak (~izhak@92.248.142.152) (Ping timeout: 255 seconds)
- # [20:01] * Quits: weinig (~weinig@17.202.50.223) (Ping timeout: 240 seconds)
- # [20:02] * Quits: newtron_work (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
- # [20:03] * Quits: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
- # [20:04] * Joins: raisdead (~alien@108.161.91.186)
- # [20:07] * Joins: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU)
- # [20:08] * Quits: raisdead (~alien@108.161.91.186) (Ping timeout: 240 seconds)
- # [20:08] * Quits: lmclister (~lmclister@192.150.10.204)
- # [20:12] * Joins: nessy (~silviapf@101.164.214.231)
- # [20:15] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [20:15] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [20:17] * Joins: newtron (~newtron@192.171.32.25)
- # [20:18] * Joins: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be)
- # [20:21] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
- # [20:21] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (Quit: IC XC NIKA)
- # [20:22] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [20:29] * Quits: jeffreyatw (~jeffreyat@66-194-1-26.STATIC.twtelecom.net) (Ping timeout: 255 seconds)
- # [20:33] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [20:33] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:35] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [20:36] * Joins: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net)
- # [20:38] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [20:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [20:42] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [20:46] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [20:46] * Quits: facundor (~facundor@190.194.153.199) (Ping timeout: 240 seconds)
- # [20:51] * Joins: rniwa (~rniwa@17.202.43.222)
- # [20:52] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (Quit: IC XC NIKA)
- # [20:53] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [20:53] * Joins: weinig (~weinig@17.202.50.223)
- # [20:56] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [21:00] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 240 seconds)
- # [21:01] * Joins: raisdead (~alien@108.161.91.186)
- # [21:02] * Quits: bnicholson (~bnicholso@24.130.57.109) (Ping timeout: 240 seconds)
- # [21:04] <zewt> it should probably be possible to just reply to github notification emails and have it get translated into a reply (but I've never tried it)
- # [21:05] * Joins: ap (~ap@2620:149:4:304:2479:937:bf7f:19ee)
- # [21:06] * Quits: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU) (Quit: tantek)
- # [21:06] * Quits: raisdead (~alien@108.161.91.186) (Ping timeout: 240 seconds)
- # [21:06] * Quits: tj_vantoll (~Adium@70-88-93-238-lansing-mi.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [21:08] * Quits: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [21:17] * Joins: newtron (~newtron@192-171-32-25.cpe.pppoe.ca)
- # [21:21] * Joins: tj_vantoll (~Adium@2601:4:5380:eba:112d:6503:937:10b9)
- # [21:21] * Quits: newtron (~newtron@192-171-32-25.cpe.pppoe.ca) (Ping timeout: 240 seconds)
- # [21:27] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
- # [21:29] * Quits: jwatt (~roslea@207.218.72.65) (Ping timeout: 240 seconds)
- # [21:32] * Joins: bnicholson (~bnicholso@corp.mtv2.mozilla.com)
- # [21:33] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 245 seconds)
- # [21:33] * Joins: raisdead (~alien@108.161.91.186)
- # [21:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [21:44] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 276 seconds)
- # [21:48] * Joins: jwalden (~waldo@corp.mtv2.mozilla.com)
- # [21:48] * Quits: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [21:50] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [21:51] * Joins: weinig_ (~weinig@17.114.218.93)
- # [21:51] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [21:51] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Max SendQ exceeded)
- # [21:53] * Quits: nessy (~silviapf@101.164.214.231) (Quit: Leaving.)
- # [21:56] * Joins: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net)
- # [21:58] * Quits: dshwang (~dshwang@134.134.139.76) (Excess Flood)
- # [21:58] * Joins: marcosc_ (~marcosc@66.207.208.102)
- # [21:58] * Joins: dshwang (~dshwang@192.55.54.40)
- # [22:01] * Quits: marcosc (~marcosc@66.207.208.102) (Read error: Connection reset by peer)
- # [22:01] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Excess Flood)
- # [22:01] * Quits: weinig (~weinig@17.202.50.223) (Ping timeout: 454 seconds)
- # [22:01] * weinig_ is now known as weinig
- # [22:01] * Quits: ojan (sid5519@gateway/web/irccloud.com/x-bthaqqrfgdokyoxk) (Ping timeout: 454 seconds)
- # [22:01] * Quits: th2389 (uid27360@gateway/web/irccloud.com/x-qwkardfwokuisfzh) (Ping timeout: 454 seconds)
- # [22:01] * Joins: th2389 (uid27360@gateway/web/irccloud.com/x-itlkeuodaejzjqjw)
- # [22:02] * Joins: ojan_away (sid5519@gateway/web/irccloud.com/x-zlszvdudvfsiltpf)
- # [22:02] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [22:04] * Quits: raisdead (~alien@108.161.91.186) (Ping timeout: 265 seconds)
- # [22:08] <Hixie> why does an argument with a default have to be explicitly marked as optional. isn't it obvious it's optional if it has a default? sigh.
- # [22:09] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [22:12] <gsnedders> Hmm, Google+ photo upload gave no choice of circles as far as I could see, and can't change it after upload? That's pretty screwed up.
- # [22:13] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Write error: Broken pipe)
- # [22:13] * Joins: smaug_____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [22:13] * smaug_____ is now known as smaug____
- # [22:18] * Quits: jeffreyatw (~jeffreyat@173.247.197.10) (Quit: jeffreyatw)
- # [22:18] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
- # [22:18] * Joins: newtron (~newtron@192-171-32-25.cpe.pppoe.ca)
- # [22:19] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:20] <Hixie> "Google+ photo upload"?
- # [22:20] <Hixie> you mean the autobackup feature?
- # [22:20] <Hixie> that just backs up to your account privately, it doesn't share it
- # [22:21] <gsnedders> nah, from the Android gallery app
- # [22:21] <gsnedders> the Google+ share, which is provided by the Google+ app, no?
- # [22:21] <Hixie> Gallery -> Share -> Google+ should give you an ACL editor
- # [22:21] <gsnedders> I couldn't see it anywhere, eh
- # [22:22] <Hixie> at the very top of the share dialog, there's an icon, a circle name, and a drop-down
- # [22:22] <gsnedders> Not here?
- # [22:22] <Hixie> show a screenshot?
- # [22:22] * Quits: newtron (~newtron@192-171-32-25.cpe.pppoe.ca) (Ping timeout: 240 seconds)
- # [22:23] <gsnedders> It simply says "Geoffrey Sneddon\nTo Your Circles" with the dropdown, with reshare/comment options. Seemingly, though it looks like a mere statement, you can change who its shared to be pressing on the "to x" bit.
- # [22:23] <gsnedders> Which wasn't obvious to me at all
- # [22:24] * Joins: jarib_ (~jarib@jaribakken.no)
- # [22:24] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [22:24] <Hixie> ah well i'm not going to make any arguments about how intuitive it is
- # [22:24] <Hixie> :-)
- # [22:24] <Hixie> you might be on a different version than i have
- # [22:24] * Joins: bholley (~bholley@98.210.101.88)
- # [22:25] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 240 seconds)
- # [22:25] <gsnedders> oh well, then I guess only people in my circles can read that wonderful user manual.
- # [22:25] * Joins: jwatt (~roslea@92.40.249.10.threembb.co.uk)
- # [22:26] <gsnedders> heh, hadn't even noticed the "Please strongly recommend reading the MANUAL before using the product". Who am I meant to recommend this to?
- # [22:26] * Joins: mpt_ (~mpt@canonical/mpt)
- # [22:26] * Quits: mpt (~mpt@canonical/mpt) (Excess Flood)
- # [22:26] * Quits: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [22:26] * Quits: jarib (~jarib@unaffiliated/jarib) (Remote host closed the connection)
- # [22:28] <jgraham> gsnedders: If it helps you can recommend that I read the manual. Then you can use the product and I can ignore your recommendations, like normal :)
- # [22:29] * Joins: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net)
- # [22:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [22:41] * Quits: weinig (~weinig@17.114.218.93) (Quit: weinig)
- # [22:42] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Remote host closed the connection)
- # [22:42] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [22:43] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [22:43] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Remote host closed the connection)
- # [22:43] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
- # [22:47] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [22:47] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 276 seconds)
- # [22:47] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 240 seconds)
- # [22:55] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Remote host closed the connection)
- # [22:55] * Joins: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU)
- # [22:56] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [22:57] * Joins: weinig (~weinig@17.114.218.93)
- # [22:57] * Quits: tj_vantoll (~Adium@2601:4:5380:eba:112d:6503:937:10b9) (Read error: Connection reset by peer)
- # [22:58] * Joins: tj_vantoll (~Adium@2601:4:5380:eba:c551:954:9143:384)
- # [22:59] <gsnedders> jgraham: as the manual says, "You can do everything u like as using a disk driver"
- # [22:59] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [23:00] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Remote host closed the connection)
- # [23:01] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [23:01] * Krinkle is now known as Krinkle|detached
- # [23:03] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:05] <Hixie> yeah it's not like this was even just a matter of a bad automatic translation
- # [23:05] <Hixie> it's more that they hired a high school student as an intern to write the documentation
- # [23:05] <Hixie> and did no review
- # [23:06] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [23:07] <gsnedders> Interestingly, the manufacturer, CiT, appears to have no website.
- # [23:07] * Quits: tj_vantoll (~Adium@2601:4:5380:eba:c551:954:9143:384) (Quit: Leaving.)
- # [23:08] <gsnedders> On the other hand, it cost almost nothing and has good reviews
- # [23:14] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [23:14] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:19] * Joins: newtron (~newtron@192-171-32-25.cpe.pppoe.ca)
- # [23:22] * Krinkle|detached is now known as Krinkle
- # [23:23] * Quits: newtron (~newtron@192-171-32-25.cpe.pppoe.ca) (Ping timeout: 240 seconds)
- # [23:24] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [23:26] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [23:28] * Joins: svl (~me@dslb-094-218-020-041.pools.arcor-ip.net)
- # [23:34] * Quits: gungan_fuq (~encryptd_@23.30.224.246) (Remote host closed the connection)
- # [23:34] * Joins: gungan_fuq (~encryptd_@23.30.224.246)
- # [23:37] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
- # [23:37] * Quits: weinig (~weinig@17.114.218.93) (Quit: weinig)
- # [23:38] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [23:39] * Quits: gungan_fuq (~encryptd_@23.30.224.246) (Ping timeout: 240 seconds)
- # [23:39] * Joins: othermaciej (~mjs@209-252-253-3.ip.mcleodusa.net)
- # [23:42] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [23:42] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [23:42] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
- # [23:43] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [23:44] * Joins: sankha93 (~sankha93@fsf/emeritus/sankha93)
- # [23:47] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
- # [23:48] * Quits: jwatt (~roslea@92.40.249.10.threembb.co.uk) (Ping timeout: 240 seconds)
- # [23:50] * Quits: zdobersek (~zan@185.3.135.178) (Quit: Leaving.)
- # [23:50] * Quits: othermaciej (~mjs@209-252-253-3.ip.mcleodusa.net) (Quit: othermaciej)
- # [23:57] * Joins: jeremyj (~jeremyj@17.202.44.231)
- # [23:58] * Quits: rafaelrinaldi (~textual@B12E874E.dynamic.spo.dsl.tesa.net.br) (Quit: Textual IRC Client: www.textualapp.com)
- # [23:59] * Joins: jwatt (~roslea@92.40.249.10.threembb.co.uk)
- # Session Close: Sat Jun 07 00:00:00 2014
The end :)