Options:
- # Session Start: Tue Nov 22 00:00:00 2011
- # Session Ident: #whatwg
- # [00:00] <finnala> http://aurbakken.name/articles/2011/11/12/the-impossible-xhtml
- # [00:00] <finnala> This is what I wrote. :)
- # [00:00] <Hixie> i fancy a system based on the lines of the source file would be best
- # [00:00] <TabAtkins> Hixie: Except that lines drift over time, no?
- # [00:00] <finnala> I guess looking back, it's kind of naive, but that's the beauty of it
- # [00:00] <Hixie> maybe exposing those line numbers up to the html or something
- # [00:00] <jgraham> Hixie: I thought about this once and I think foolip has too
- # [00:00] <Hixie> TabAtkins: yeah, but a script could keep track of those based on the diffs
- # [00:00] <jgraham> Hixie: I would just make it per-section
- # [00:00] <jgraham> I would *prefer* per-section
- # [00:01] <Hixie> per-section is harder as it requires some manner of determining the sections
- # [00:01] <Hixie> but i'm certainly open to that too
- # [00:01] <finnala> Per section makes more sense to me.
- # [00:02] <finnala> If the changes are small they could be marked like they are on Wikipedia, maybe?
- # [00:02] <TabAtkins> Hixie: Sections are just the nearest heading of the right level.
- # [00:02] <Hixie> another option is to have the spec source annotated with different topics
- # [00:02] <Hixie> TabAtkins: that assuems the ability to parse html
- # [00:02] <mkanat> Hixie: Or you could split the sections into files in the source tree.
- # [00:02] <timeless> Hixie: sections definitely comes to mind
- # [00:02] <mkanat> Hixie: And combine them at render or build time.
- # [00:03] <Hixie> mkanat: i want the source file to be a single file, for convenience when editing
- # [00:03] * mkanat nods.
- # [00:03] <timeless> Hixie: what, you don't have hsivonen 's java parser handy?
- # [00:03] <timeless> to validate that your html works :)
- # [00:03] <jgraham> Hixie: The spec generation already depends on the ability to parse HTML
- # [00:04] <Hixie> timeless: i do run the validator every time i edit the spec, actually, but every time it tells me it has an I/O error due to the file size, so i'd rather not rely on that
- # [00:04] <jgraham> So that doesn't seem like a big isue
- # [00:04] <timeless> lol
- # [00:04] <jgraham> *issue
- # [00:04] <timeless> is there a bug filed for that?
- # [00:04] <Hixie> jgraham: true, though i've managed to outsource all the parsing out :-)
- # [00:04] <Hixie> timeless: it's an artificial limit, hsivonen increases it occasionally
- # [00:04] <timeless> does he know it needs to be bumped again?
- # [00:04] <Hixie> timeless: i'm planning on removing the webrtc section which i expect will fix it, so i haven't filed a bug
- # [00:05] <timeless> well, is there harm in outsourcing the email/tagging to the people already running the parsers?
- # [00:05] <Hixie> timeless: none, but nobody has done it
- # [00:05] <Yuhong> BTW, what would be useful for fixing XSS attacks etc is to report XML parse errors to a server.
- # [00:05] <Hixie> anyway, i'm thinking that even better than sections, which change somewhat frequently, might be to annotate the spec with topics to which one could subscribe
- # [00:05] <timeless> Hixie: class :)
- # [00:05] <timeless> class="footopic"
- # [00:06] <Hixie> or data-topic="foo"
- # [00:06] <timeless> class="footopic othertopic"
- # [00:06] <Hixie> sure
- # [00:06] <timeless> but does that actually help you?
- # [00:06] <timeless> if a topic is really a <h1>
- # [00:06] <Ms2ger> It can be done in emacs
- # [00:06] <Ms2ger> Does that count as "help"?
- # [00:06] <timeless> do you really want to have that data-topic copied to each <h> inside that <h1> ?
- # [00:06] <Hixie> i actually think it'd be easier to do this at the line level, not the HTML level, since the diffs are line-based
- # [00:06] <timeless> that would be painful
- # [00:06] <Hixie> so it'd be easier to do if i didn't have to somehow map lines to a DOM tree
- # [00:07] <finnala> MediaWiki does changes pretty swell.
- # [00:07] <timeless> that's going to make your lines incredibly verbose
- # [00:07] <Hixie> topics seem both better for the users of this system as well as for me, since i can just mention the topic each time it changes
- # [00:07] <gavinc> First we need a SKOS topic map! Then just some RDFa to link sections to a topic! ... please don't kill me ;)
- # [00:07] <Hixie> (turns out i actually already do, to some extent, for other purposes)
- # [00:07] * Joins: erlehmann (~erlehmann@89.204.153.80)
- # [00:07] * timeless chuckles
- # [00:07] * Hixie pokes at svn diff to see how easy getting line numbers will be
- # [00:08] <timeless> svn diff -U 100000 |grep -n .
- # [00:08] <timeless> or something :)
- # [00:08] <Hixie> heh
- # [00:08] <Hixie> that's another option i was considering, yes
- # [00:09] <timeless> it doesn't actually really do the right thing for line insertion/removals
- # [00:09] <timeless> depending on your definition of the right thing
- # [00:11] <Yuhong> I'd suggest a HTTP header.
- # [00:13] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Quit: ...)
- # [00:14] <Hixie> ooh, diff --line-format
- # [00:15] * Russ_ is now known as fhaevr
- # [00:15] <finnala> You can count on there being some obscure solution to your obscure problem.
- # [00:16] <finnala> ;)
- # [00:18] * Quits: Morphous (jan@unaffiliated/amorphous) (Ping timeout: 248 seconds)
- # [00:18] <finnala> In the Linux/UNIX ecosystem, anyway.
- # [00:19] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Remote host closed the connection)
- # [00:22] * Joins: tantek (~tantek@66-87-7-123.pools.spcsdns.net)
- # [00:22] * Quits: Ms2ger (~Ms2ger@91.181.139.95) (Quit: nn)
- # [00:27] <Yuhong> hsivonen: http://validator.nu/?doc=http%3A%2F%2Fwww.tesco.com%2F&parser=xmldtd&laxtype=yes
- # [00:27] <Yuhong> Notice the warnings and errors.
- # [00:29] <TabAtkins> Yuhong: Be precise, please. hsivonen, the problem is that it's flagging *all* <a> elements with the "@shape is obsolete" error, when they're not using the attribute.
- # [00:31] <Philip`> That's because the DTD says the shape attribute is implied, I think
- # [00:31] * Quits: tantek (~tantek@66-87-7-123.pools.spcsdns.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [00:31] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:31] <TabAtkins> That's silly.
- # [00:31] <Philip`> so the validator is working technically correctly
- # [00:31] <timeless> how do i find the dtd?
- # [00:32] <timeless> http://www.w3.org/TR/html/dtds.html
- # [00:32] <timeless> <!ATTLIST a
- # [00:32] <timeless> %attrs;
- # [00:32] <timeless> %focus;
- # [00:32] <timeless> ...
- # [00:32] <timeless> shape %Shape; "rect"
- # [00:32] <timeless> ...
- # [00:32] <timeless> >
- # [00:33] * Joins: Morphous (jan@unaffiliated/amorphous)
- # [00:33] * Quits: ciluu (~ciluu@2a01:270:dd00:b800::1) (Read error: Operation timed out)
- # [00:33] * Joins: ciluu (~ciluu@2a01:270:dd00:b800::1)
- # [00:34] <annevk> seems per design
- # [00:34] <annevk> supporting DTDs might be considered a misfeature I suppose
- # [00:35] * timeless ponders
- # [00:35] <timeless> i'm not sure this is right
- # [00:37] * Quits: _bga (~bga@ppp78-37-192-78.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [00:37] * Joins: bga_ (~bga@ppp78-37-192-78.pppoe.avangarddsl.ru)
- # [00:38] * Quits: oal (u4126@gateway/web/irccloud.com/x-qboyegsrdlnmqjyd) (Excess Flood)
- # [00:38] * Joins: oal (u4126@gateway/web/irccloud.com/x-sbljvlxafhkylpzb)
- # [00:38] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [00:39] <timeless> Schema Error: Cannot find preset schema for namespace: .
- # [00:40] * timeless wonders what that means
- # [00:41] <Yuhong> Also: http://validator.nu/?doc=http%3A%2F%2Fwww.tesco.com%2F&schema=http%3A%2F%2Fs.validator.nu%2Fxhtml10%2Fxhtml-strict.rnc+http%3A%2F%2Fs.validator.nu%2Fxhtml10%2Fxhtml.sch+http%3A%2F%2Fc.validator.nu%2Fall-html4%2F&parser=xmldtd&laxtype=yes
- # [00:41] <Yuhong> "Warning: Added the xml:space default attribute to the script element as required by XML parsing rules when loading DTDs."
- # [00:42] <Yuhong> "Error: Attribute xml:space not allowed on XHTML element script at this point."
- # [00:42] <finnala> That sure sounds kind of backwards.
- # [00:43] <finnala> Like a teacher adding something to your write-up, then correcting it.
- # [00:43] * Joins: c_t_montgomery (~c_t_montg@99-47-205-55.lightspeed.stlsmo.sbcglobal.net)
- # [00:44] <Philip`> DTDs are kind of backwards
- # [00:46] * nunnun is now known as nunnun_away
- # [00:50] * nunnun_away is now known as nunnun
- # [00:51] <finnala> Yuhong: I believe I did read someone suggesting exactly that, that browsers should tell the server when the XML is malformed.
- # [00:51] <finnala> I don't really remember where I read it though...
- # [00:52] <finnala> As it is right now, they stated, the user is punished for the authors misdeeds.
- # [00:54] * nunnun is now known as nunnun_away
- # [00:54] <Yuhong> I'd suggest an HTTP header and a protocol.
- # [00:56] <erlehmann> i'd suggest servers having to parse the XML they give our
- # [00:57] <finnala> If servers didn't have finite processing power, that'd be a good solution
- # [00:57] <Yuhong> EXI lets servers send XML as binary, allowing XML to parsed by browsers faster.
- # [00:58] <Yuhong> As opposed to HTTP compression which the browser has to first decompress, then do full parsing which is slower.
- # [00:58] <Yuhong> http://www.w3.org/XML/EXI/
- # [00:59] * Quits: smaug____ (~chatzilla@ZYYYKCMV.gprs.sl-laajakaista.fi) (Ping timeout: 252 seconds)
- # [01:00] <Yuhong> Particularly handy for generating XML via creating elements etc.
- # [01:00] <finnala> Interesting.
- # [01:01] <mkanat> Sweet. Because that's exactly what XML needs--being harder to parse. ;-)
- # [01:01] <finnala> Is XML hard to parse? I mean, computer-wise?
- # [01:02] <mkanat> Programmer-wise, it is.
- # [01:02] <Philip`> mkanat: Indeed, and being impossible to debug when you get a parser error
- # [01:02] <TabAtkins> Depends on what you mean by "XML".
- # [01:02] <mkanat> Philip`: Yes, that would be an awesome feature. :-D
- # [01:03] <TabAtkins> finnala: If you mean vanilla XML without canonicalization or namespaces or anything, it's not difficult.
- # [01:03] <TabAtkins> With those things, it is more complex and slower.
- # [01:03] <finnala> I guess.
- # [01:03] <gavinc> Don't worry everyone always produces perfectly well formed and valid XML
- # [01:04] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Remote host closed the connection)
- # [01:04] <finnala> I do detect some irony in the air
- # [01:05] <mkanat> gavinc: Heck, I know I do. Look at these magic fingers.
- # [01:07] <erlehmann> Philip`, that is a problem of the parser.
- # [01:07] <erlehmann> i mean, impossible to debug
- # [01:07] <erlehmann> errors in XML parsers are for the most part stupid
- # [01:07] <erlehmann> webkit got it partially right with „rendering up to the first error“
- # [01:08] <mkanat> erlehmann: We were referring to EXI. :-)
- # [01:08] <gavinc> erlehmann: Right, which is of course a violation of the XML spec
- # [01:08] <erlehmann> mkanat, making it even harder to parse?
- # [01:08] <mkanat> erlehmann: Yeeeeah.
- # [01:09] <erlehmann> gavinc, i see what you did there. fun fact: once upon a time you could remote-crash XMPP clients (those that used a real XML parser) by sending namespace-malformed XML
- # [01:09] <erlehmann> at least knocked them offline.
- # [01:09] <finnala> Specs schmecks. Isn't that how the web works? ;)
- # [01:09] <erlehmann> nowadays you'll only knock yourself offline.
- # [01:09] <erlehmann> finnala, the word is „schmocks“
- # [01:10] * Quits: necolas (~necolas@host-92-12-156-249.as43234.net) (Remote host closed the connection)
- # [01:11] <Yuhong> Tag soup can be even worse of course. I already mentioned https://bugzilla.mozilla.org/show_bug.cgi?id=607222
- # [01:12] <TabAtkins> That has nothing to do with tag soup. It's DOM scripting.
- # [01:13] <Yuhong> Yep, the reason I say it is related to tag soup is that it involves document.write which writes tag soup and an appendChild of the base element.
- # [01:15] <Yuhong> Also: http://ln.hixie.ch/?start=1155195074&count=1
- # [01:16] <TabAtkins> document.write's problems go *far* beyond tag soup. It's a basic layering violation.
- # [01:17] * Quits: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl) (Quit: RobbertAtWork)
- # [01:17] * Quits: c_t_montgomery (~c_t_montg@99-47-205-55.lightspeed.stlsmo.sbcglobal.net) (Quit: c_t_montgomery)
- # [01:17] <MikeSmith> Yuhong, TabAtkins - about the validator behavior for shape, Philip` is right. I added that error reporting because without it there, the message "Error: The shape attribute on the a element is obsolete. Use area instead of a for image maps." gets reported for every <a> element, and the user is, like, "Huh?", because they don't have any shape attributes on those elements in their source and the don't know that XML requires the parser
- # [01:17] <MikeSmith> add them
- # [01:18] <MikeSmith> if people find that annoying they shouldn't use XML
- # [01:18] <TabAtkins> Or use a custom DTD, I guess.
- # [01:18] <MikeSmith> yeah. and/or they should select the "don't load external entities" option
- # [01:18] <MikeSmith> or maybe we should make the "don't load external entities" option the default (if it's not otherwise)
- # [01:19] <MikeSmith> hmm, no, can't do that
- # [01:19] <MikeSmith> because then it will report all the named character references as errors
- # [01:19] <MikeSmith> yippee for SGML legacy misfeatures
- # [01:21] <gavinc> This stuff? Why RDF XMLLiteral is still a -really- bad idea.
- # [01:21] <TabAtkins> HTMLLiteral!
- # [01:23] * Quits: erlehmann (~erlehmann@89.204.153.80) (Quit: Ex-Chat)
- # [01:24] * Joins: cpearce (~chatzilla@60.234.54.74)
- # [01:24] <gavinc> Mm, can HTML be easily compared for equivalence? (also, canonical lexical form?)
- # [01:25] <TabAtkins> Canonicalization is the devil.
- # [01:25] <TabAtkins> In other words, no.
- # [01:26] * Joins: gordon (ae2ee9e2@gateway/web/freenode/ip.174.46.233.226)
- # [01:26] * gordon is now known as gordo
- # [01:26] <gordo> when i use link rel="icon" type="image/png" sizes="48x48"
- # [01:27] <gordo> and various other sizes
- # [01:27] <gordo> do browsers make a request for every size?
- # [01:27] <gordo> or just one
- # [01:27] <zewt> why not test it? heh
- # [01:27] <gordo> favicons don't seem to appear in the net tab of browser developer tools
- # [01:28] <gavinc> TabAtkins: Canonicalization isn't really that much of an issue. But lexical to value mapping is. Seems like that would end up with needing an HTML parser in order to parse RDF. Same as today with XMLLiteral needing an XML parser
- # [01:28] * Joins: Stikk (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
- # [01:28] * Joins: roc_ (~chatzilla@60.234.54.74)
- # [01:29] <TabAtkins> I'll defer to other people who've told me that canonicalization is an issue. But otherwise, yes, you're right - comparison requires an HTML parser to parse RDF.
- # [01:29] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 240 seconds)
- # [01:29] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 240 seconds)
- # [01:30] * roc_ is now known as roc
- # [01:30] <Yuhong> I think canonicalization of HTML is even worse due to it being tag soup which it's error handing was only recently standardized.
- # [01:31] <gavinc> But I think an optional defined datatype for HTMLLiteral would be decent, and preferable to XMLLiteral in real usage. Yes, comparing it by value would require an HTML parser but some implementations will have one lying around anyway being in a browser already
- # [01:31] * gavinc thinking out loud
- # [01:32] <TabAtkins> What are the timplementations of RDF in browsers?
- # [01:33] <gavinc> Okay, valid point
- # [01:33] <gavinc> Well, in theory an implementation of the RDF API
- # [01:34] <gavinc> and RDFa API
- # [01:34] * Quits: Yuhong (~chatzilla@50-47-182-211.evrt.wa.frontiernet.net) (Quit: ChatZilla 0.9.87 [Firefox 8.0/20111104165243])
- # [01:43] * Joins: jennb (jennb@nat/google/x-dxozspjyrzamfmlh)
- # [01:48] <Hixie> nessy: ping
- # [01:49] * fishd_ is now known as fishd
- # [01:52] <Philip`> Maybe XMLLiteral would be saner if its value space was DOMs, not strings-which-are-canonicalisations-of-DOMs
- # [01:52] <Hixie> has to be serialised somehow; the idea is to store the information in a database
- # [01:53] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [01:54] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [01:56] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [01:56] <gavinc> One idea was to have the value space be the XML infoset, but even creating that is complicated
- # [01:56] <gavinc> and an HTMLLiteral wouldn't have an infoset
- # [02:03] * Joins: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [02:03] * Joins: agektmr (~Adium@220.109.219.244)
- # [02:03] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Read error: Operation timed out)
- # [02:03] <gavinc> Oh, I don't think I've asked anyone here yet to kick Turtle in HTML tires yet http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html#in-html
- # [02:04] * nunnun_away is now known as nunnun
- # [02:18] * Quits: dbaron (~dbaron@nat/mozilla/x-eosafnqpooqibttw) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:18] * Quits: nessy (~Adium@74.125.56.18) (Quit: Leaving.)
- # [02:20] * Quits: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [02:21] * nunnun is now known as nunnun_away
- # [02:23] * Quits: astearns (~anonymous@192.150.22.5) (Ping timeout: 244 seconds)
- # [02:24] * Quits: ojan (ojan@nat/google/x-nruajdhphlxdapzi) (Quit: ojan)
- # [02:26] * Quits: bga_ (~bga@ppp78-37-192-78.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [02:28] <AryehGregor> Ouch.
- # [02:28] <AryehGregor> I never thought about the fact that properties we add to Document will be in global scope for inline event handlers.
- # [02:28] <AryehGregor> That's bad.
- # [02:31] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [02:31] <Hixie> yeah that's screwed me several times already
- # [02:37] <zewt> no way to segregate new properties somehow, so they're not visible from there?
- # [02:37] <zewt> scoping nightmares go
- # [02:38] * Quits: rniwa (~rniwa@c-71-198-171-236.hsd1.ca.comcast.net) (Quit: rniwa)
- # [02:41] * Quits: sicking (~chatzilla@nat/mozilla/x-maqwonekluosakuv) (Ping timeout: 244 seconds)
- # [02:43] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [02:43] * Quits: gordo (ae2ee9e2@gateway/web/freenode/ip.174.46.233.226) (Quit: Page closed)
- # [02:43] <MikeSmith> are the "final rendered dimensions of cells within a table" not exposed in the DOM?
- # [02:44] <MikeSmith> height and width of a particular cell?
- # [02:49] <mkanat> MikeSmith: That's just computed style, isn't it?
- # [02:50] * Joins: davidb (~davidb@bas1-toronto06-2925210074.dsl.bell.ca)
- # [02:50] <MikeSmith> mkanat: hmm, yeah, I would think so
- # [02:51] * Joins: rillian__ (~rillian@mist.thaumas.net)
- # [02:51] * Quits: rillian_ (~rillian@mist.thaumas.net) (Read error: Connection reset by peer)
- # [03:00] * Quits: diraol (~diraol@201.20.213.107.user.ajato.com.br) (Quit: Leaving.)
- # [03:00] * Quits: gwillen (~gwillen@unaffiliated/gwillen) (Quit: leaving)
- # [03:01] * Joins: gwillen (~gwillen@adsl-66-218-37-112.dslextreme.com)
- # [03:01] * Quits: gwillen (~gwillen@adsl-66-218-37-112.dslextreme.com) (Changing host)
- # [03:01] * Joins: gwillen (~gwillen@unaffiliated/gwillen)
- # [03:05] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [03:07] <AryehGregor> Awesome, it's even worse than I thought -- the element itself is also in the scope chain.
- # [03:07] <AryehGregor> zewt, that's exactly what I think we should do -- make new properties (at least those with short names that might cause conflict) not get hit from on* as bare names.
- # [03:08] * Joins: TabAtkins_ (~TabAtkins@76-253-1-30.lightspeed.sntcca.sbcglobal.net)
- # [03:15] * Joins: agektmr (~Adium@220.109.219.244)
- # [03:18] * Joins: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net)
- # [03:19] * Quits: LBP (~Mirc@pD9EB1D58.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [03:19] * Joins: KillerX_ (~anant@70-36-146-71.dsl.dynamic.sonic.net)
- # [03:20] * Quits: KillerX_ (~anant@70-36-146-71.dsl.dynamic.sonic.net) (Client Quit)
- # [03:20] * Joins: LBP (~Mirc@pD9EB1A25.dip0.t-ipconnect.de)
- # [03:20] * Joins: jacobolus (~jacobolus@50-0-164-82.dsl.dynamic.sonic.net)
- # [03:24] * Quits: dave_levin (dave_levin@nat/google/x-yrdllydihfyfuaes) (Quit: dave_levin)
- # [03:26] * Quits: jacobolus (~jacobolus@50-0-164-82.dsl.dynamic.sonic.net) (Read error: Connection reset by peer)
- # [03:27] * Joins: ezoe (~ezoe@203-140-89-221f1.kyt1.eonet.ne.jp)
- # [03:31] * nunnun_away is now known as nunnun
- # [03:38] * Quits: davidb (~davidb@bas1-toronto06-2925210074.dsl.bell.ca) (Quit: davidb)
- # [03:43] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [03:48] * nunnun is now known as nunnun_away
- # [03:49] * Joins: jacobolus (~jacobolus@c-24-5-85-179.hsd1.ca.comcast.net)
- # [03:51] * Quits: ezoe (~ezoe@203-140-89-221f1.kyt1.eonet.ne.jp) (Quit: And Now for Something Completely Different.)
- # [03:53] <MikeSmith> Hixie, annevk - regarding the "WHATWG on Google+" discussion on the whatwg list, the parts about people needing to read through diffs
- # [03:54] <MikeSmith> I notice that diff has this "-show-function-line=regexp" option
- # [03:55] <MikeSmith> which could be used to find the nearest preceding <h1>-<h6> heading
- # [03:55] <MikeSmith> and/or the nearest preceding element with an id value
- # [03:56] * Joins: nessy (~Adium@74.125.56.18)
- # [03:56] * Joins: KillerX_ (~anant@70-36-146-71.dsl.dynamic.sonic.net)
- # [03:56] <MikeSmith> and that heading text and id value would then be included in the diff
- # [03:57] <MikeSmith> and then http://html5.org/tools/web-apps-tracker could show the heading titles for the sections of the spec affected by that change
- # [03:58] <MikeSmith> and provide links back to the spec
- # [04:02] * Joins: Evanescence (~Evanescen@122.237.24.248)
- # [04:03] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:09] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [04:11] * Joins: agektmr (~Adium@220.109.219.244)
- # [04:16] * paul_irish_ is now known as paul_irish
- # [04:21] <MikeSmith> hmm, I forgot that Hixie doesn't use many IDs in his source..
- # [04:21] <MikeSmith> oh
- # [04:21] <MikeSmith> but the index file does have them
- # [04:22] * Quits: mkanat (mkanat@nat/google/x-mglasioqhwcsfbhf) (Quit: Ex-Chat)
- # [04:24] * Joins: cgcardona (~cgcardona@c-24-5-113-12.hsd1.ca.comcast.net)
- # [04:24] * Quits: cgcardona (~cgcardona@c-24-5-113-12.hsd1.ca.comcast.net) (Changing host)
- # [04:24] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [04:27] * Joins: tantek (~tantek@38.99.16.178)
- # [04:31] * Quits: MikeSmith (~MikeSmith@EM111-191-10-3.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [04:34] * Quits: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90) (Quit: back tomorrow)
- # [04:36] * Joins: MikeSmith (~MikeSmith@EM114-48-240-201.pool.e-mobile.ne.jp)
- # [04:39] * Joins: jdong_ (~quassel@222.126.155.250)
- # [04:41] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [04:41] * Quits: KillerX_ (~anant@70-36-146-71.dsl.dynamic.sonic.net) (Ping timeout: 276 seconds)
- # [04:43] * Joins: erlehmann (~erlehmann@89.204.153.80)
- # [04:43] * Quits: cpearce (~chatzilla@60.234.54.74) (Ping timeout: 240 seconds)
- # [04:44] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [04:51] * Quits: TabAtkins_ (~TabAtkins@76-253-1-30.lightspeed.sntcca.sbcglobal.net)
- # [05:08] * Joins: nonge_ (~nonge@p5082950E.dip.t-dialin.net)
- # [05:10] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [05:12] * Quits: nonge (~nonge@p5082A807.dip.t-dialin.net) (Ping timeout: 248 seconds)
- # [05:12] * Joins: c_t_montgomery (~c_t_montg@99-47-205-55.lightspeed.stlsmo.sbcglobal.net)
- # [05:15] * Quits: jacobolus (~jacobolus@c-24-5-85-179.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [05:15] * Quits: finnala (~finn@www.shrineofseals.net) (Read error: Connection reset by peer)
- # [05:26] * Quits: tantek (~tantek@38.99.16.178) (Quit: tantek)
- # [05:37] * Joins: agektmr (~Adium@220.109.219.244)
- # [05:38] * Quits: rillian__ (~rillian@mist.thaumas.net) (Remote host closed the connection)
- # [05:44] * nunnun_away is now known as nunnun
- # [05:52] * Joins: Obvious_MkII (tachikoma@188.226.74.2)
- # [05:52] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 248 seconds)
- # [06:05] * Quits: franksalim (~frank@99-123-5-179.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
- # [06:08] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [06:16] * Quits: c_t_montgomery (~c_t_montg@99-47-205-55.lightspeed.stlsmo.sbcglobal.net) (Quit: c_t_montgomery)
- # [06:16] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Read error: Connection reset by peer)
- # [06:16] * Joins: cgcardona (~cgcardona@c-24-5-113-12.hsd1.ca.comcast.net)
- # [06:16] * Quits: cgcardona (~cgcardona@c-24-5-113-12.hsd1.ca.comcast.net) (Changing host)
- # [06:16] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [06:19] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 240 seconds)
- # [06:23] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [06:25] * Joins: Areks (~Areks@rs.gridnine.com)
- # [06:32] * Joins: c_t_montgomery (~c_t_montg@99-47-205-55.lightspeed.stlsmo.sbcglobal.net)
- # [06:37] <erlehmann> ha, i thought i might be on hacker news for my work on libglitch. but now this. http://news.ycombinator.com/item?id=3264074
- # [06:37] <erlehmann> i hope many people whime in on this discussion. it is important to have mindshare for the open web.
- # [06:43] * Joins: agektmr (~Adium@220.109.219.244)
- # [06:55] * Quits: nessy (~Adium@74.125.56.18) (Quit: Leaving.)
- # [07:02] * Quits: c_t_montgomery (~c_t_montg@99-47-205-55.lightspeed.stlsmo.sbcglobal.net) (Quit: c_t_montgomery)
- # [07:05] * Quits: ParadoX- (parad0x@hades.spexhost.com) (Remote host closed the connection)
- # [07:19] * Quits: benjoffe (~benjoffe_@119-252-71-224.static.highway1.net.au) (Remote host closed the connection)
- # [07:21] * Quits: jdong_ (~quassel@222.126.155.250) (Remote host closed the connection)
- # [07:23] * Joins: jdong_ (~quassel@222.126.155.250)
- # [07:30] * nunnun is now known as nunnun_away
- # [07:30] * nunnun_away is now known as nunnun
- # [07:31] <erlehmann> >For quite a few years people used the Internet Explorer icon on pamphlets and posters as an icon representing The Internet. It seems people are now starting to use Facebook's icon for that.
- # [07:31] <erlehmann> facepalm m(
- # [07:48] * nunnun is now known as nunnun_away
- # [07:51] * Quits: [tm] (~MikeSmith@sideshowbarker.net) (Read error: Operation timed out)
- # [07:54] * Quits: jochen__ (jochen@nat/google/x-duuzduvjaqzyaghk) (Remote host closed the connection)
- # [07:54] * Joins: jochen__ (jochen@nat/google/x-awgjsorktgheanuu)
- # [07:55] * Joins: KillerX (~anant@mpt-vpn.mozilla.com)
- # [08:02] * Joins: jacobolus (~jacobolus@c-24-5-85-179.hsd1.ca.comcast.net)
- # [08:02] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [08:03] * Joins: KillerX_ (~anant@mpt-vpn.mozilla.com)
- # [08:05] * Quits: KillerX (~anant@mpt-vpn.mozilla.com) (Ping timeout: 258 seconds)
- # [08:05] * KillerX_ is now known as KillerX
- # [08:07] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [08:24] * Quits: boblet (u1921@gateway/web/irccloud.com/x-pwcpoygogqqpzjpz)
- # [08:24] * Joins: boblet (u1921@gateway/web/irccloud.com/x-pjrtwkwgrailcjid)
- # [08:24] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [08:24] * Joins: FlorianX (~Dimitri@p4FCF79A1.dip.t-dialin.net)
- # [08:36] * Joins: [tm] (~MikeSmith@sideshowbarker.net)
- # [08:47] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [08:51] * Joins: KillerX_ (~anant@mpt-vpn.mozilla.com)
- # [08:51] * Quits: KillerX_ (~anant@mpt-vpn.mozilla.com) (Client Quit)
- # [08:53] * Quits: KillerX (~anant@mpt-vpn.mozilla.com) (Ping timeout: 258 seconds)
- # [08:55] * Joins: ifewalter (~androirc@41.190.2.188)
- # [09:01] * Quits: jacobolus (~jacobolus@c-24-5-85-179.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [09:02] * Joins: jacobolus (~jacobolus@c-24-5-85-179.hsd1.ca.comcast.net)
- # [09:08] * Quits: ifewalter (~androirc@41.190.2.188) (Quit: too many crikets)
- # [09:08] * Joins: rniwa (~rniwa@c-71-198-171-236.hsd1.ca.comcast.net)
- # [09:10] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [09:10] * Joins: woef (~woef@91.183.84.141)
- # [09:21] * Joins: yaffle (~vic99999@217.19.114.226)
- # [09:21] <yaffle> hello!
- # [09:25] <yaffle> http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#messageevent
- # [09:26] <yaffle> why we need "origin" attribute for MessageEvent from server-sent-events ?
- # [09:33] <yaffle> or for MessageEvent from websockets ?
- # [09:33] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
- # [09:33] <Hixie> we don't
- # [09:33] <yaffle> when it can be usefull?
- # [09:33] <Hixie> it's only useful for messages from window.postMessage(), iirc
- # [09:33] <yaffle> so, why this is presented in the spec? seems, some internet bloggers writes their aritcles and propagates "origin" attribute checks every time...
- # [09:33] <Hixie> you should check the 'origin' attribute all the time when receiving messages from window.postMessage()
- # [09:35] <yaffle> yes, i know, but checking this for messages from websockets and servern-sent-events is redundantly
- # [09:35] <Hixie> does it even have a value for those?
- # [09:36] <yaffle> http://www.html5rocks.com/en/tutorials/eventsource/basics/#toc-security
- # [09:37] * Joins: tantek (~tantek@pool-98-119-126-225.lsanca.dsl-w.verizon.net)
- # [09:39] * Joins: brucel (~brucel@cpc5-smal11-2-0-cust151.perr.cable.virginmedia.com)
- # [09:39] <Hixie> yeah that's pretty much pointless. can you file a bug so that i can clarify that that warning is especially relevant for window.postMessage() messages and not so much EventSource and WebSocket ?
- # [09:39] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [09:40] <yaffle> @Hixie, ok
- # [09:42] <Hixie> thanks
- # [09:46] <erlehmann> tantek, do you like refbacks? if not, why not?
- # [09:51] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
- # [09:51] <tantek> erlehmann, assuming you're talking about http://en.wikipedia.org/wiki/Refback then no
- # [09:52] <tantek> because they're too easily open to abuse
- # [09:52] <tantek> HTTP header forgery can be used to trick a refback enabled site into accessing some other random site out there
- # [09:53] <erlehmann> tantek, and then there is no link to the site and everything is well.
- # [09:53] <hsivonen> tantek: why is it bad to do a GET to a random site out there?
- # [09:53] <erlehmann> or not?
- # [09:54] <tantek> it's an attack surface on a server
- # [09:54] * Joins: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl)
- # [09:54] <tantek> for example, it's a trivial way to cause a DDOS
- # [09:55] <tantek> if you can trick 1000s of servers out there to issue a get request on one random site out there
- # [09:55] <erlehmann> tantek, what do you recommend instead?
- # [09:56] <tantek> there is no "Instead". the protocol is flawed all by itself.
- # [09:56] <tantek> go back to the drawing board. ;)
- # [09:57] <tantek> actually, given that I was able to explain a trivial DDOS scenario - and I'm not even a security expert, why isn't this documented on the wikipedia article?
- # [09:57] <erlehmann> tantek, no. i mean: what do you recommend instead of using linkbacks?
- # [10:00] <tantek> oh I know - erlehmann, here's your homework assignment in return for that answer, go update the wikipedia article to add a criticism section noting the trivial DDOS abuse of Refback enabled servers, with a <ref> cite to my statements above http://krijnhoetmer.nl/irc-logs/whatwg/20111122#l-387 :)
- # [10:00] <Hixie> it's already pretty trivial to cause a server to get a lot of GETs, that's not a particularly interesting security issue imho
- # [10:00] <tantek> or just add it to the existing Security issues section
- # [10:01] * Quits: Druide_ (~Druid@p5B137B81.dip.t-dialin.net) (Ping timeout: 252 seconds)
- # [10:01] <erlehmann> what Hixie said.
- # [10:01] <tantek> nah, I call theoretical on that
- # [10:01] <Hixie> you can call what you like :-)
- # [10:01] <tantek> worthy of documenting as a vulnerability introduced by implementing the protocol
- # [10:01] <erlehmann> tantek, you are a clever and mean person.
- # [10:02] <Hixie> if you want to do a DDOS of the nature you describe it's far less work to just post a link on some popular site to some porn or a kitten, and include on that page a link to the victim site
- # [10:04] <tantek> Hixie, if that were true, people would be doing it all the time on sites like http://cuteoverload.com/ but that doesn't appear to be happening.
- # [10:04] * nunnun_away is now known as nunnun
- # [10:04] * nunnun is now known as nunnun_away
- # [10:04] <Hixie> the reason they don't do it is that a bunch of GETs isn't a particularly interesting attack
- # [10:04] <Hixie> same reason they don't do it with pingback, trackback, spam e-mail, etc
- # [10:04] <Hixie> all of which are existing ways to do what you describe
- # [10:06] * Joins: Druide_ (~Druid@p5B05D901.dip.t-dialin.net)
- # [10:06] <foolip> Hixie, jgraham, I was at one point writing a change tracking tool that used the outline algorithm to determine sections
- # [10:06] <foolip> but I got bored, as usual
- # [10:07] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
- # [10:07] <tantek> Hixie, perhaps more likely, there just aren't sufficient numbers of Refback enabled servers yet to perform an interesting attack.
- # [10:07] <tantek> perhaps because the vulnerability is so obvious.
- # [10:08] <Hixie> there's plenty enough servers that get tons of traffic per link that can be used to cause the attack you describe
- # [10:08] <Hixie> reddit, for instance
- # [10:08] <Hixie> slashdot
- # [10:08] <Hixie> indeed the effect is even named after slashdot
- # [10:08] <tantek> sure, and that does happen
- # [10:08] <Hixie> it used to be a problem
- # [10:08] <tantek> articles get slashdotted
- # [10:08] <Hixie> and it isn't anymore
- # [10:08] <tantek> it used to be
- # [10:08] * Joins: ezoe (~ezoe@203-140-89-221f1.kyt1.eonet.ne.jp)
- # [10:09] <tantek> until slashdot perhaps dropped in popularity
- # [10:09] <Hixie> slashdot has far more traffic now than it used to
- # [10:09] <tantek> by people that actually read and click? twitter-level attention spans have reduced that too
- # [10:10] <tantek> now you're more likely to get the effect if @KevinRose tweets a link to your site
- # [10:10] <Hixie> the reason it's no longer a problem is that it's so trivial to perform the attack you describe, that any serious web server software has long been hardened against that kind of attack
- # [10:10] <Hixie> anyway, bed time
- # [10:10] <Hixie> nn
- # [10:10] <tantek> nn
- # [10:19] <erlehmann> nn?
- # [10:19] <erlehmann> nighty-nighty?
- # [10:19] <erlehmann> tantek, i agree with Hixie on this. if 1000 (single) GETs are a problem, maybe one should stop hosting pages on embedded hardware.
- # [10:20] <erlehmann> or use better server software, written in C, with libowfat and tinyldap.
- # [10:21] <erlehmann> tantek, i think will implement refback and see how it goes. big problem: hashbang sites. :(
- # [10:24] * Joins: PalleZingmark (~Adium@217.13.228.226)
- # [10:28] * Joins: MikeSmith_ (~MikeSmith@EM114-48-193-129.pool.e-mobile.ne.jp)
- # [10:31] * Quits: MikeSmith (~MikeSmith@EM114-48-240-201.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
- # [10:31] * MikeSmith_ is now known as MikeSmith
- # [10:32] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [10:43] * Quits: tantek (~tantek@pool-98-119-126-225.lsanca.dsl-w.verizon.net) (Quit: tantek)
- # [10:47] <annevk> MikeSmith: that diff stuff seems interesting
- # [10:47] <annevk> MikeSmith: in most cases you can generate the ID from the header value
- # [10:47] <annevk> MikeSmith: using the same algorithm Anolis uses
- # [10:47] <MikeSmith> ah yeah
- # [10:47] <MikeSmith> right right
- # [10:48] <MikeSmith> hadn't thought about that
- # [10:48] <hsivonen> MikeSmith: I think I might have solved http://www.w3.org/Bugs/Public/show_bug.cgi?id=10174
- # [10:48] <annevk> MikeSmith: that will be a problem with duplicate "Introduction" sections and such, but they are not that frequent
- # [10:48] <hsivonen> it's a shocking bug
- # [10:48] <hsivonen> in the code that converts bytes to UTF-16 code units
- # [10:48] <MikeSmith> hsivonen: yeah?
- # [10:49] <hsivonen> the code returns an EOF sign where doing so can't be right
- # [10:49] <MikeSmith> annevk: and for code in intro sections it's non-normative anyway, so nobody should care too much
- # [10:49] * hsivonen tests some more
- # [10:49] <MikeSmith> s/code/spec text/
- # [10:49] <annevk> MikeSmith: and I think I can run custom diff on my server
- # [10:50] <MikeSmith> annevk: cool. If I can help let me know
- # [10:50] <annevk> if you can provide the commandline thingie
- # [10:50] <hsivonen> Unicode conversion loops are hard
- # [10:50] <MikeSmith> I'm also happy to help with some of the other ideas that were discussed in that thread, if anybody else wants to put time into it
- # [10:50] <annevk> we could start with that and see what it does on web-apps-tracker
- # [10:50] * Joins: zcorpan (~zcorpan@node-7ahkvq28vc65m79q2.a0.ipv6.opera.com)
- # [10:51] <MikeSmith> annevk: the command line thing is just that same exact thing I put into the message
- # [10:52] <MikeSmith> it's really only that one line of code that invokes the diff command with the arguments needed
- # [10:52] <MikeSmith> so you should be able to just cut and paste it out of there
- # [10:53] <MikeSmith> and make the subversion config change for whatever user you have web-apps-tracker running under
- # [10:55] <MikeSmith> the fact that it breaks right exactly at byte 56K seemed like it must be something more than just coincidental
- # [10:55] <MikeSmith> 0xE000
- # [10:55] <MikeSmith> that number even looks scary
- # [10:55] <hsivonen> it falls on a multiple of a buffer size
- # [10:55] <MikeSmith> yeah
- # [10:59] <erlehmann> how does the yellow highlighting work in the logs?
- # [10:59] * Quits: Workshiva (~Dashiva@74.125.57.33) (Quit: leaving)
- # [11:00] * Quits: Margle (~Margle@41-133-196-64.dsl.mweb.co.za) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [11:02] * Joins: Margle (~Margle@41-133-196-64.dsl.mweb.co.za)
- # [11:03] <MikeSmith> hsivonen: thanks for the fix
- # [11:03] * MikeSmith goes to push the change to w3c validator.nu backend
- # [11:04] * Quits: Margle (~Margle@41-133-196-64.dsl.mweb.co.za) (Client Quit)
- # [11:10] * Quits: ezoe (~ezoe@203-140-89-221f1.kyt1.eonet.ne.jp) (Ping timeout: 252 seconds)
- # [11:15] <annevk> TabAtkins / ojan / etc. I think we should do it with a Web IDL annotation instead
- # [11:15] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Quit: Computer has gone to sleep.)
- # [11:15] <annevk> I guess I should say on the list
- # [11:19] * Joins: eightfold (d915e0a4@gateway/web/freenode/ip.217.21.224.164)
- # [11:19] * Quits: LBP (~Mirc@pD9EB1A25.dip0.t-ipconnect.de) (Quit: Bye, bye!)
- # [11:21] <annevk> so MikeSmith, I currently have "svn diff -r %s%s %s"
- # [11:22] <MikeSmith> OK
- # [11:22] <MikeSmith> you don't need to change that
- # [11:23] <annevk> svn diff does support --diff-cmd
- # [11:24] <MikeSmith> yeah
- # [11:24] <MikeSmith> true
- # [11:24] <MikeSmith> so yeah, you can do it that way
- # [11:24] <MikeSmith> instead of in the config file
- # [11:25] * Joins: gwicke (~gabriel@212.255.39.108)
- # [11:25] <MikeSmith> "svn diff --diff-cmd diffwrap -r %s%s %s"
- # [11:25] <annevk> I don't have full control over the server
- # [11:25] <MikeSmith> ah
- # [11:25] <annevk> the diff utility I have does support -F
- # [11:25] <annevk> but obviously it does not have -r
- # [11:25] <MikeSmith> yeah
- # [11:26] <MikeSmith> it's not going to pass that -r to the external diff util
- # [11:26] <annevk> okay
- # [11:26] <MikeSmith> or maybe it does, but the wrapper doesn't read that arg
- # [11:27] * Quits: erlehmann (~erlehmann@89.204.153.80) (Quit: Ex-Chat)
- # [11:27] <MikeSmith> so you just need to have a "diffwrap" file somewhere
- # [11:27] <MikeSmith> and put into it:
- # [11:27] <MikeSmith> #!/bin/sh
- # [11:27] <MikeSmith> diff -u -F '<h[1-6]' ${6} ${7}
- # [11:27] <MikeSmith> maybe you don't need the -u in there
- # [11:28] <MikeSmith> dunno
- # [11:28] * Joins: LBP (~Mirc@pD9EB1A25.dip0.t-ipconnect.de)
- # [11:28] <MikeSmith> hmm, or maybe you do, come to think of it
- # [11:28] <annevk> I'm going to try with
- # [11:28] <annevk> command = "svn diff -r %s%s %s --diff-cmd diff -u -F '<h[1-6]'"
- # [11:28] <MikeSmith> yeah
- # [11:28] <MikeSmith> tried that already
- # [11:28] <MikeSmith> won't work
- # [11:29] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Read error: Connection reset by peer)
- # [11:29] <MikeSmith> even if you properly quote "diff -u -F '<h[1-6]'"
- # [11:29] * Joins: andyg_ (~andyg@CPE-124-189-148-81.sqcy1.win.bigpond.net.au)
- # [11:29] <MikeSmith> it needs it to be in script
- # [11:30] <MikeSmith> because subversion can never do things that way everybody does them
- # [11:30] <MikeSmith> the intuitive way
- # [11:30] <MikeSmith> it likes to do them the asstarded way
- # [11:30] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [11:30] * Quits: andyg (~andyg@CPE-124-189-148-81.sqcy1.win.bigpond.net.au) (Ping timeout: 240 seconds)
- # [11:30] * andyg_ is now known as andyg
- # [11:30] <annevk> it does not seem to do anything
- # [11:31] <MikeSmith> read the intro to http://svnbook.red-bean.com/en/1.2/svn.advanced.externaldifftools.html if you care to know the ugly details
- # [11:32] <annevk> oh
- # [11:32] <annevk> so this won't do anything
- # [11:32] * Parts: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl)
- # [11:32] <MikeSmith> um
- # [11:33] <MikeSmith> I think you may need to put the --diff-cmd before the -r part
- # [11:33] <MikeSmith> or at least before the final %s
- # [11:33] <MikeSmith> which is a filename
- # [11:33] <MikeSmith> and which needs to be the last arg, I think
- # [11:33] * Quits: rniwa (~rniwa@c-71-198-171-236.hsd1.ca.comcast.net) (Quit: rniwa)
- # [11:34] <annevk> ok
- # [11:34] <annevk> MikeSmith: so I need to make that diffwrap script?
- # [11:35] <MikeSmith> yup
- # [11:36] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Remote host closed the connection)
- # [11:36] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [11:36] <annevk> sigh
- # [11:36] <annevk> nothing is working
- # [11:37] <MikeSmith> dunno what error you're getting
- # [11:37] * Joins: benjoffe (~benjoffe_@58.171.130.141)
- # [11:39] <MikeSmith> but of course you have to either give --diff-cmd the absolute path to the diffwrap script, or you need to put the diffwrap script into whatever PATH the web-apps-tracker user has set
- # [11:39] <annevk> did it work for you with that script?
- # [11:39] <MikeSmith> yup
- # [11:40] <annevk> I can just copy and paste the template?
- # [11:40] <annevk> and then replace $DIFF with "diff" I suppose and remove the variable declaration
- # [11:40] <MikeSmith> you gotta make that script chmod 755 too
- # [11:41] <MikeSmith> yeah, sure
- # [11:41] <MikeSmith> and add the -F '<h[1-6]' part
- # [11:45] * Joins: Lachy (~Lachy@pat-tdc.opera.com)
- # [11:45] <annevk> ooh in there?
- # [11:45] <MikeSmith> heh
- # [11:45] * Joins: smaug____ (~chatzilla@GGGMMDCCLXIX.gprs.sl-laajakaista.fi)
- # [11:45] <MikeSmith> yeah man
- # [11:45] <annevk> also -u ?
- # [11:46] <MikeSmith> yup
- # [11:46] <annevk> this means the Python stuff ends up looking like this:
- # [11:46] <annevk> command = "svn diff --diff-cmd diffwrap -r %s%s %s"
- # [11:46] <MikeSmith> yeah
- # [11:46] <annevk> still yielding nothing
- # [11:46] <annevk> maybe I should add the .sh?
- # [11:47] <MikeSmith> yeah, if it has a .sh extension, yeah
- # [11:47] <MikeSmith> and also you probably need to put the absolute path
- # [11:47] <MikeSmith> not just --diff-cmd diffwrap
- # [11:48] <MikeSmith> but -diff-cmd /home/annevk/bin/diffwrap.sh
- # [11:48] <MikeSmith> or whatever
- # [11:48] * Joins: Margle (~Margle@41-133-196-64.dsl.mweb.co.za)
- # [11:53] * Quits: brucel (~brucel@cpc5-smal11-2-0-cust151.perr.cable.virginmedia.com) (Ping timeout: 240 seconds)
- # [11:53] <annevk> MikeSmith: doesn't work :(
- # [11:54] <MikeSmith> you not getting any error message?
- # [11:54] <annevk> maybe, I'm just logged in via ssh and trying it live
- # [11:54] <MikeSmith> you sure the diffwrap script is executable?
- # [11:55] <MikeSmith> -rwxr-xr-x
- # [11:55] <annevk> hmm
- # [11:55] <annevk> when I execute that it says diff: unrecognized option `--right'
- # [11:56] <MikeSmith> ah
- # [11:56] <MikeSmith> yeah
- # [11:56] <MikeSmith> remove that part from the line in the script
- # [11:56] <annevk> including LEFT / RIGHT ?
- # [11:56] <MikeSmith> yeah, don't do $DIFF --left $LEFT --right $RIGHT at all
- # [11:57] <MikeSmith> I don't even understand what the hell that stuff is
- # [11:57] <hsivonen> 'Would it help if the TAG were to "Recommend" to W3C to not be a "bad netizen"?'
- # [11:57] <MikeSmith> instead make it diff -u -F '<h[1-6]' ${6} ${7}
- # [11:57] <MikeSmith> and "Somehow getting a regular "have obligations related to registration been met"
- # [11:57] <MikeSmith> check into the W3C document publication/advancement procedure shouldn't be too
- # [11:57] <MikeSmith> difficult."
- # [11:58] <MikeSmith> gotta love that way of approaching things
- # [11:58] <MikeSmith> annevk: or diff -u -F '<h[1-6]' $LEFT $RIGHT should work too
- # [11:58] <MikeSmith> if you have those variables in your script
- # [11:59] <MikeSmith> but I don't see any point in having them because you can just do diff -u -F '<h[1-6]' ${6} ${7} directly
- # [11:59] <annevk> this works
- # [11:59] <MikeSmith> sweet
- # [11:59] <annevk> but it seems something else in the script breaks because of this
- # [11:59] <MikeSmith> oh
- # [12:00] <annevk> ah yeah
- # [12:00] <annevk> --- /tmp/tmp.27 2011-11-22 10:53:17.000000000 +0000
- # [12:00] <annevk> +++ /tmp/tmp.28 2011-11-22 10:53:17.000000000 +0000
- # [12:00] <annevk> is no longer accurate
- # [12:00] <annevk> and therefore I can not extract the information from it I am trying to extract
- # [12:01] <MikeSmith> ah yeah
- # [12:01] <MikeSmith> but is working int he oupt
- # [12:01] <MikeSmith> *in the output
- # [12:01] <MikeSmith> if you wait for the page to load
- # [12:01] <MikeSmith> shows the diff at the bottom
- # [12:02] * Joins: brucel (~brucel@cpc5-smal11-2-0-cust151.perr.cable.virginmedia.com)
- # [12:02] <MikeSmith> hmm
- # [12:02] <MikeSmith> but ends up with some cases like <h6><dfn title="attr-input-type-file">
- # [12:02] <MikeSmith> because it truncates that part at 40 chars
- # [12:02] <MikeSmith> I think
- # [12:03] <MikeSmith> oh well
- # [12:03] <MikeSmith> can refine it later
- # [12:03] <MikeSmith> and/or make hack the diff source and build a binary that doesn't truncate at 40 chars
- # [12:03] <MikeSmith> because I think that's a hard-coded limit
- # [12:06] <hsivonen> manu-db: regarding your W3C Conference talk: why is giving your bank account number to someone a bad idea?
- # [12:06] <hsivonen> manu-db: is the U.S. system so broken that people can take your money if they know your account number instead of just sending you money?
- # [12:08] <annevk> MikeSmith: is there any way we can change back those log lines?
- # [12:08] * Quits: smaug____ (~chatzilla@GGGMMDCCLXIX.gprs.sl-laajakaista.fi) (Ping timeout: 240 seconds)
- # [12:08] <jgraham> At least in the UK giving out your bank number can, in some cases, be used to set up direct debits I think
- # [12:08] <MikeSmith> annevk: maybe
- # [12:09] <MikeSmith> but I don't understand why it's changing them to begin with
- # [12:09] <jgraham> hsivonen: http://news.bbc.co.uk/2/hi/7174760.stm
- # [12:09] <MikeSmith> annevk: what should those log lines actually say?
- # [12:09] <annevk> usually they give back what svn diff returns
- # [12:09] <annevk> the actual svn to and from numbers
- # [12:10] * Quits: Margle (~Margle@41-133-196-64.dsl.mweb.co.za) (Quit: Computer has gone to sleep.)
- # [12:10] <MikeSmith> annevk: well, you already have those, don't you?
- # [12:10] <annevk> not if you revTo is 0
- # [12:11] <MikeSmith> ah
- # [12:11] <MikeSmith> really?
- # [12:11] <MikeSmith> I mean, if you are doing svn diff --diff-cmd diffwrap -r %s%s %s
- # [12:11] <MikeSmith> then it's just those first pair of %s%s, right?
- # [12:11] <hsivonen> jgraham: oh, right. Direct debit.
- # [12:12] <hsivonen> jgraham: the protocol for setting up direct debit is bogus here, too.
- # [12:13] <annevk> MikeSmith: one can be omitted
- # [12:13] * Quits: benjoffe (~benjoffe_@58.171.130.141) (Read error: Connection reset by peer)
- # [12:14] <annevk> MikeSmith: and then we still need to know the other one for the UI
- # [12:14] <annevk> well we don't need to
- # [12:14] <annevk> but we could before
- # [12:15] <hsivonen> jgraham: I wonder if banks had usability people who advocated for the bogus direct debit setup protocol or if they were just full of FAIL without usability people winning over security people
- # [12:19] <annevk> MikeSmith: see e.g. http://html5.org/tools/web-apps-tracker?from=2011&to=1999 now
- # [12:19] <annevk> MikeSmith: for how it looks
- # [12:19] <hsivonen> aargh. # in data: URL for the lose
- # [12:19] <annevk> MikeSmith: for the other feature, see http://html5.org/tools/web-apps-tracker?from=6830
- # [12:20] <annevk> MikeSmith: note how the UI knows it's against 6831
- # [12:20] * MikeSmith looks
- # [12:20] <annevk> MikeSmith: http://html5.org/tools/web-apps-tracker?from=6829 here again, the UI knows it's against 6831; and it figured that out from the log
- # [12:20] <annevk> I commented out diffwrap
- # [12:21] <MikeSmith> ah
- # [12:23] <hsivonen> I hadn't realized the HTML spec had outgrown Validator.nu's size limit again
- # [12:23] <MikeSmith> hsivonen: yeah
- # [12:23] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [12:24] <hsivonen> time to set it to 7 MB, I guess
- # [12:24] <MikeSmith> annevk: so maybe we can figure out later some way to get around that so your python script can still get the data it needs
- # [12:24] <hsivonen> at least the limit is use case-driven
- # [12:24] <annevk> yeah, or we kill that feature
- # [12:24] * Joins: smaug____ (~chatzilla@88.193.90.203)
- # [12:24] <annevk> always require both fields
- # [12:24] <annevk> oh there might be another issue
- # [12:25] <annevk> if you fill in a revision larger than actually exists
- # [12:25] <annevk> you could poise the cache
- # [12:25] <annevk> so you always want to know the revision numbers the diff ran against
- # [12:25] <annevk> there's some other ways to get around too, but this was rather trivial
- # [12:26] <MikeSmith> OK. well I'm happy to help more later if I can
- # [12:26] <MikeSmith> right now I gotta go get some food
- # [12:26] <annevk> I should get some lunch too
- # [12:26] <annevk> :)
- # [12:33] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [12:35] * Parts: yaffle (~vic99999@217.19.114.226)
- # [12:36] * Joins: Workshiva (~Dashiva@74.125.57.33)
- # [12:38] * Joins: benjoffe (~benjoffe_@58.171.130.141)
- # [12:41] * Joins: mishunov (~spliter@77.88.72.162)
- # [13:02] * Quits: Evanescence (~Evanescen@122.237.24.248) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [13:03] <hsivonen> Hixie: I adjusted the size limit on Validator.nu to accommodate the HTML spec again
- # [13:07] <jgraham> foolip: Oh, if I understand what you were going for, that seems simple and clever.
- # [13:07] <foolip> jgraham, you mean diff-sections?
- # [13:07] <jgraham> Yeah
- # [13:08] <jgraham> I didn't really read the code much, so I might not have understood
- # [13:08] <foolip> it splits the spec into directories and files
- # [13:08] <foolip> then git log -- sections/video/bla will only show commits in that subsection
- # [13:08] <jgraham> Right
- # [13:08] <jgraham> So you can subscribe to particular sections or files
- # [13:09] <foolip> yeah, that would be the idea
- # [13:09] <jgraham> s/sections/directories/
- # [13:09] <jgraham> Like I said, that seems clever and simple
- # [13:09] <foolip> but the tooling to actually do that is missing so far, feel free to step in :)
- # [13:10] <jgraham> Well… maybe :) I fear trying to commit to getting more done :) But this does seem like I would particularly benefit from it
- # [13:17] * Quits: smaug____ (~chatzilla@88.193.90.203) (Ping timeout: 248 seconds)
- # [13:21] <annevk> foolip: MikeSmith's diff command thingie does give you section titles for changes
- # [13:21] <annevk> foolip: and it works
- # [13:22] <annevk> foolip: it doesn't seem like it would be a big burden to go from there to some kind of push notification if you find a particular section
- # [13:22] <annevk> foolip: could have a twitter account per section :)
- # [13:25] <jgraham> The moaning of the G+ haters will be nothing to my wrath if you start publishing data exclusively on twitter
- # [13:25] <hsivonen> foo¬i;bar is my least favorite part of named character reference tokenization
- # [13:25] * Joins: tndH (~Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
- # [13:26] <annevk> jgraham: define data
- # [13:27] * Joins: ezoe (~ezoe@112-68-245-18f1.kyt1.eonet.ne.jp)
- # [13:29] <zcorpan> hsivonen: what's your most favorite?
- # [13:29] * Joins: smaug____ (~chatzilla@YYYMMDLXX.gprs.sl-laajakaista.fi)
- # [13:30] <hsivonen> zcorpan: hard to say. named character reference tokenization doesn't have particularly nice parts
- # [13:39] <eightfold> can someone have a look at this:
- # [13:39] <eightfold> http://jsfiddle.net/abmTH/
- # [13:43] <eightfold> i want to hide .PreviewSizes based on the content of pxField
- # [13:44] * Joins: bga_ (~bga@ppp78-37-192-78.pppoe.avangarddsl.ru)
- # [13:45] <zcorpan> i'll say my favorite is <a href="©=">
- # [13:45] <zcorpan> but then i don't have to implement it :)
- # [13:49] * Quits: smaug____ (~chatzilla@YYYMMDLXX.gprs.sl-laajakaista.fi) (Ping timeout: 240 seconds)
- # [13:50] <eightfold> bah, that was supposed to go in #jquery. sorry.
- # [13:51] * Parts: eightfold (d915e0a4@gateway/web/freenode/ip.217.21.224.164) ("faulty")
- # [14:03] <foolip> annevk, yeah, I tried that as well, but with that approach you can either only follow <h1> sections or need to follow each and every sub-section, I think
- # [14:04] <jgraham> annevk: Data is like pornography; I know it when I see it :p
- # [14:19] <annevk> foolip: that's true, but the subsections are in a database
- # [14:19] <annevk> foolip: because of the section annotation system
- # [14:19] <foolip> annevk, oh, ok
- # [14:19] <annevk> basically, there's a couple of dots, but how to connect them...
- # [14:19] <foolip> well, whoever sets up a working solution first wins!
- # [14:19] <foolip> I hope it isn't me
- # [14:21] * Joins: theamoeba (~theamoeba@41-133-237-214.dsl.mweb.co.za)
- # [14:25] * Joins: danielfilho_ (~daniel@187.31.77.7)
- # [14:26] * Quits: danielfilho (~daniel@187.31.77.7) (Read error: Operation timed out)
- # [14:26] * danielfilho_ is now known as danielfilho
- # [14:28] * Joins: finnala (~finn@www.shrineofseals.net)
- # [14:30] * Joins: erichynds (~ehynds@venkman.brightcove.com)
- # [14:38] * Quits: benjoffe (~benjoffe_@58.171.130.141) (Remote host closed the connection)
- # [14:38] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [14:41] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [14:42] * Joins: jdong_bot_ (~jdong_bot@114.112.45.165)
- # [14:54] * Joins: jonatasnona (~jonatas@lba.inpa.gov.br)
- # [14:54] * Parts: brucel (~brucel@cpc5-smal11-2-0-cust151.perr.cable.virginmedia.com)
- # [14:55] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [15:01] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [15:01] <annevk> MikeSmith: it seems we should give people at least a week before marking things as NEEDSINFO after you already requested some information
- # [15:05] * Joins: jdong_bo_ (~jdong_bot@118.186.202.16)
- # [15:05] * Quits: mishunov (~spliter@77.88.72.162) (Quit: mishunov)
- # [15:06] * Joins: davidb_ (~davidb@66.207.208.98)
- # [15:08] * Quits: jdong_bot_ (~jdong_bot@114.112.45.165) (Ping timeout: 245 seconds)
- # [15:11] * Joins: benjoffe (~benjoffe@58.171.130.141)
- # [15:13] <zcorpan> what's the difference between needsinfo keyword and RESOLVED NEEDSINFO?
- # [15:13] * Quits: Lachy (~Lachy@pat-tdc.opera.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [15:13] <annevk> needsinfo can be added by anyone
- # [15:13] <annevk> resolving can only be done by editors
- # [15:16] * Quits: davidb_ (~davidb@66.207.208.98) (Quit: blast off!)
- # [15:18] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:19] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
- # [15:19] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [15:19] * Joins: plutoniix (~plutoniix@ppp-110-169-233-190.revip5.asianet.co.th)
- # [15:19] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Read error: Connection reset by peer)
- # [15:19] * Joins: brucel (~brucel@cpc5-smal11-2-0-cust151.perr.cable.virginmedia.com)
- # [15:22] * Joins: Margle (~Margle@41-133-196-64.dsl.mweb.co.za)
- # [15:27] * Quits: nonge_ (~nonge@p5082950E.dip.t-dialin.net) (Quit: Verlassend)
- # [15:37] <zcorpan> i see
- # [15:38] * Quits: MikeSmith (~MikeSmith@EM114-48-193-129.pool.e-mobile.ne.jp) (Ping timeout: 244 seconds)
- # [15:39] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 240 seconds)
- # [15:40] * Joins: Lachy (~Lachy@pat-tdc.opera.com)
- # [15:41] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [15:56] * Quits: Martijnc (~Martijn@d54C02C64.access.telenet.be) (Ping timeout: 276 seconds)
- # [16:05] * Joins: jarek (~jarek@bdd40.neoplus.adsl.tpnet.pl)
- # [16:05] * Quits: jarek (~jarek@bdd40.neoplus.adsl.tpnet.pl) (Changing host)
- # [16:05] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [16:06] * Quits: ezoe (~ezoe@112-68-245-18f1.kyt1.eonet.ne.jp) (Quit: And Now for Something Completely Different.)
- # [16:09] * Quits: FlorianX (~Dimitri@p4FCF79A1.dip.t-dialin.net) (Read error: Connection reset by peer)
- # [16:12] * Joins: davidb_ (~davidb@66.207.208.98)
- # [16:13] * Joins: FlorianX (~Dimitri@p4FCF79A1.dip.t-dialin.net)
- # [16:20] * Quits: FlorianX (~Dimitri@p4FCF79A1.dip.t-dialin.net) (Ping timeout: 252 seconds)
- # [16:23] * Quits: plutoniix (~plutoniix@ppp-110-169-233-190.revip5.asianet.co.th) (Quit: Leaving)
- # [16:26] * Quits: benjoffe (~benjoffe@58.171.130.141) (Read error: Connection reset by peer)
- # [16:30] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [16:50] * Joins: FlorianX (~Dimitri@p4FCF7ED2.dip.t-dialin.net)
- # [16:51] * Quits: jarek (~jarek@unaffiliated/jarek) (Ping timeout: 240 seconds)
- # [16:58] * Quits: Lachy (~Lachy@pat-tdc.opera.com) (Quit: Computer has gone to sleep.)
- # [16:59] * Joins: cfq (~cfq@217.111.143.154)
- # [17:00] * Quits: scor (~scor@drupal.org/user/52142/view) (Read error: Connection reset by peer)
- # [17:02] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [17:02] * Joins: Martijnc (~Martijn@d54C02C64.access.telenet.be)
- # [17:03] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [17:05] * Joins: davidb (~davidb@66.207.208.98)
- # [17:05] * Quits: zcorpan (~zcorpan@node-7ahkvq28vc65m79q2.a0.ipv6.opera.com) (Quit: zcorpan)
- # [17:06] * Quits: davidb_ (~davidb@66.207.208.98) (Ping timeout: 244 seconds)
- # [17:07] * Quits: Martijnc (~Martijn@d54C02C64.access.telenet.be) (Ping timeout: 252 seconds)
- # [17:08] * Joins: davidb_ (~davidb@199-7-156-34.eng.wind.ca)
- # [17:10] * Quits: davidb (~davidb@66.207.208.98) (Ping timeout: 258 seconds)
- # [17:10] * davidb_ is now known as davidb
- # [17:11] * Joins: davidb__ (~davidb@66.207.208.98)
- # [17:12] * Joins: danielfilho_ (~daniel@187.31.77.7)
- # [17:14] * Joins: erlehmann (~erlehmann@89.204.153.80)
- # [17:14] * Quits: davidb (~davidb@199-7-156-34.eng.wind.ca) (Ping timeout: 244 seconds)
- # [17:14] * davidb__ is now known as davidb
- # [17:14] * Quits: danielfilho (~daniel@187.31.77.7) (Read error: Operation timed out)
- # [17:14] * danielfilho_ is now known as danielfilho
- # [17:24] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
- # [17:24] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
- # [17:31] * Quits: theamoeba (~theamoeba@41-133-237-214.dsl.mweb.co.za) (Quit: theamoeba)
- # [17:32] <jgraham> TabAtkins: You will excuse me while I don't hold my breath for the "batch processors" selectors spec
- # [17:37] * Joins: dragon__ (~dragon@58-70-11-213f1.hyg2.eonet.ne.jp)
- # [17:37] * Quits: dragon__ (~dragon@58-70-11-213f1.hyg2.eonet.ne.jp) (Client Quit)
- # [17:40] * Quits: jdong_bo_ (~jdong_bot@118.186.202.16) (Remote host closed the connection)
- # [17:41] * Quits: FireFly (firefly@unaffiliated/firefly) (Quit: ZNC - http://znc.in)
- # [17:42] * Joins: FireFly (firefly@firefly.xen.prgmr.com)
- # [17:42] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [17:43] * Quits: FireFly (firefly@firefly.xen.prgmr.com) (Changing host)
- # [17:43] * Joins: FireFly (firefly@unaffiliated/firefly)
- # [17:46] * Joins: nonge (~nonge@p5082950E.dip.t-dialin.net)
- # [17:58] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [18:01] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Quit: Computer has gone to sleep.)
- # [18:04] * Joins: cgcardona (~cgcardona@69.38.221.130)
- # [18:04] * Quits: cgcardona (~cgcardona@69.38.221.130) (Changing host)
- # [18:04] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [18:04] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Remote host closed the connection)
- # [18:04] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [18:05] * Joins: grendzy (~dylan@12.155.34.74)
- # [18:06] <grendzy> Hi! Drupal community is looking for a more sophisticated parser to replace PHP DOM (a.k.a SimpleXML, I think based on libxml2). Is http://code.google.com/p/html5lib/ abandoned? Last commit was almost 2 years ago. Thanks!
- # [18:09] * Joins: cygri (~cygri@wlan-nat.fwgal01.deri.ie)
- # [18:09] <jgraham> I am not aware thatanyone is actively working on the PHP port
- # [18:09] <jgraham> If you would like to take over that would be easy to arrange
- # [18:09] <jgraham> But you should maybe check the performance before you decide what you want to do :)
- # [18:10] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [18:10] * Quits: ciluu (~ciluu@2a01:270:dd00:b800::1) (Ping timeout: 240 seconds)
- # [18:11] * Joins: miketayl_r (~miketaylr@206.217.92.186)
- # [18:11] <smaug____> wasn't there some plan to support hsivonen's parser with libxml2
- # [18:11] * Quits: miketaylr (~miketaylr@206.217.92.186) (Read error: Connection reset by peer)
- # [18:12] * Quits: cygri (~cygri@wlan-nat.fwgal01.deri.ie) (Client Quit)
- # [18:13] * Joins: necolas (~necolas@host-92-12-156-249.as43234.net)
- # [18:13] <smaug____> grendzy: take hsivonen's parser, and generate php code from java files :)
- # [18:15] <hsivonen> smaug____: there's a plan. now that View Source is out of the way, it might actually become real
- # [18:16] * Joins: tomasf (~tom@c-b7dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [18:16] * Joins: Martijnc (~Martijn@d54C02C64.access.telenet.be)
- # [18:16] <erlehmann> grendzy, as far as i can say, html5lib was usable 1 year ago.
- # [18:17] * Joins: ciluu (~ciluu@2a01:270:dd00:b800::1)
- # [18:17] <erlehmann> i used the PHP portion for a wordpress plugin.
- # [18:17] <erlehmann> and am now using python.
- # [18:17] <erlehmann> PHP is pig disgusting.
- # [18:17] * miketayl_r is now known as miketaylr
- # [18:18] * Quits: woef (~woef@91.183.84.141) (Ping timeout: 252 seconds)
- # [18:19] * Joins: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:20] * Joins: KillerX (~anant@nat/mozilla/x-zrqeevdkdyldupxp)
- # [18:21] * Joins: plutoniix (~plutoniix@ppp-110-169-230-226.revip5.asianet.co.th)
- # [18:21] * Quits: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net) (Quit: astearns)
- # [18:21] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
- # [18:21] * Joins: Ms2ger (~Ms2ger@91.181.139.95)
- # [18:22] <grendzy> thanks folks… anyone mind if I quote this chat on a drupal.org discussion?
- # [18:23] <AryehGregor> Go ahead.
- # [18:23] <AryehGregor> It's publicly logged.
- # [18:23] <grendzy> cool, thanks again for the feedback
- # [18:28] * Quits: cfq (~cfq@217.111.143.154) (Quit: cfq)
- # [18:29] * Joins: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90)
- # [18:31] <jarek> grendzy: this channel is already logged on http://krijnhoetmer.nl/irc-logs/
- # [18:31] * Joins: cfq (~cfq@217.111.143.154)
- # [18:34] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # [18:39] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 258 seconds)
- # [18:39] * Joins: dbaron (~dbaron@nat/mozilla/x-eaaqnwfzswlabuaq)
- # [18:50] * Quits: gavin_ (~gavin@76.14.70.183) (Read error: Connection reset by peer)
- # [18:50] * Joins: gavin_ (~gavin@76.14.70.183)
- # [18:51] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: Leaving)
- # [18:54] * Joins: deityofmadness (~deityofma@cm156.omega41.maxonline.com.sg)
- # [18:54] * Joins: smaug____ (~chatzilla@ZYMMDCCLIV.gprs.sl-laajakaista.fi)
- # [18:55] * Parts: deityofmadness (~deityofma@cm156.omega41.maxonline.com.sg)
- # [19:00] * Joins: rillian_ (~rillian@mist.thaumas.net)
- # [19:03] * Joins: astearns (~anonymous@192.150.22.5)
- # [19:05] * Quits: Obvious_MkII (tachikoma@188.226.74.2) (Ping timeout: 244 seconds)
- # [19:05] <Ms2ger> "Funnily enough, I've just been talking to the DOM5 and DOM6 API designers..."
- # [19:05] <Ms2ger> Anybody know those?
- # [19:08] * Parts: brucel (~brucel@cpc5-smal11-2-0-cust151.perr.cable.virginmedia.com)
- # [19:14] * Joins: adactio (~adactio@85-95-96-116.adsl.izrsolutions.com)
- # [19:14] * Parts: adactio (~adactio@85-95-96-116.adsl.izrsolutions.com)
- # [19:17] <smaug____> Ms2ger: where is that coming from?
- # [19:18] * timeless saw that
- # [19:18] * timeless can't remember
- # [19:19] * Quits: MacTed (~Thud@63.119.36.36)
- # [19:22] <miketaylr> public-webapps?
- # [19:22] * Quits: cfq (~cfq@217.111.143.154) (Quit: cfq)
- # [19:23] * Joins: mishunov (~spliter@164.247.189.109.customer.cdi.no)
- # [19:23] * Quits: mishunov (~spliter@164.247.189.109.customer.cdi.no) (Client Quit)
- # [19:27] * Joins: plutoniiix (~plutoniix@ppp-110-169-253-193.revip5.asianet.co.th)
- # [19:27] <timeless> ah yes, in a Selectors API 2 thread
- # [19:27] * Joins: Obvious (tachikoma@188.226.74.2)
- # [19:27] * Quits: Obvious (tachikoma@188.226.74.2) (Client Quit)
- # [19:27] * Quits: plutoniiix (~plutoniix@ppp-110-169-253-193.revip5.asianet.co.th) (Remote host closed the connection)
- # [19:29] * Joins: Obvious (tachikoma@188.226.74.2)
- # [19:30] * Quits: plutoniix (~plutoniix@ppp-110-169-230-226.revip5.asianet.co.th) (Ping timeout: 244 seconds)
- # [19:31] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Read error: Connection reset by peer)
- # [19:31] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [19:44] * Joins: MacTed (~Thud@63.119.36.36)
- # [19:45] * Quits: nephyrin (~nephyrin@nemu.pointysoftware.net) (Quit: ... Besides, it was hot)
- # [19:48] * Joins: nephyrin (~nephyrin@people.mozilla.com)
- # [19:52] * Joins: roc (~chatzilla@60.234.54.74)
- # [19:55] * Quits: nephyrin (~nephyrin@people.mozilla.com) (Quit: ... Besides, it was hot)
- # [19:56] * Joins: nephyrin (~nephyrin@people.mozilla.com)
- # [20:04] * Quits: necolas (~necolas@host-92-12-156-249.as43234.net) (Remote host closed the connection)
- # [20:04] * Joins: necolas (~necolas@host-92-12-156-249.as43234.net)
- # [20:05] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Ping timeout: 244 seconds)
- # [20:07] * Joins: rniwa (rniwa@nat/google/x-wluzsgkjcpzogurw)
- # [20:10] * Quits: dbaron (~dbaron@nat/mozilla/x-eaaqnwfzswlabuaq) (Read error: Operation timed out)
- # [20:11] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [20:12] * Joins: dbaron (~dbaron@nat/mozilla/x-jyqayexmvagztevk)
- # [20:13] * Joins: dave_levin (dave_levin@nat/google/x-gbtlanrhnoobojnz)
- # [20:13] * Joins: FlorianX1 (~Dimitri@p4FCF73ED.dip.t-dialin.net)
- # [20:14] * Joins: Phrogz (d8e47015@pdpc/supporter/professional/phrogz)
- # [20:14] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: abarth)
- # [20:15] * Quits: FlorianX (~Dimitri@p4FCF7ED2.dip.t-dialin.net) (Ping timeout: 252 seconds)
- # [20:24] * Quits: temp01- (~temp01@unaffiliated/temp01) (Ping timeout: 252 seconds)
- # [20:25] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [20:25] * Quits: FlorianX1 (~Dimitri@p4FCF73ED.dip.t-dialin.net) (Quit: Leaving.)
- # [20:27] <rillian_> foolip: what do you think about video.advance(optional unsigned long frames) ?
- # [20:28] <rillian_> the idea would be to have something you could call the single-step when paused
- # [20:28] <zewt> might be expensive to implement for some codecs
- # [20:28] <rillian_> yeah, I was just thinking skipping many frames could be very expensive
- # [20:28] <rillian_> in a variable frame rate stream
- # [20:29] <rillian_> video.advance() wouldn't be bad though
- # [20:29] * Joins: gwicke_ (~gabriel@212.255.39.108)
- # [20:30] <zewt> don't know if there are use cases for small values of frames but greater than 1
- # [20:30] <Hixie> hsivonen: thanks. i think it's only a temporary issue though, i'll be removing a lot of text soon which should solve the problem anyway.
- # [20:30] <zewt> perhaps it would be cheap enough to just call advance() multiple times--if the decoding itself is done lazily, it would still allow frame skipping optimizations
- # [20:31] * Joins: danbeam (~bitlbee@unaffiliated/danbeam)
- # [20:31] <rillian_> zewt: yeah. I think the idea is just to scan faster
- # [20:32] <rillian_> but if it's unlimited, someone might try to use it to seek, not realizing it's an expensive operations on some formats
- # [20:32] <zewt> right
- # [20:32] * Quits: gwicke (~gabriel@212.255.39.108) (Ping timeout: 258 seconds)
- # [20:32] <hsivonen> Hixie: the old limit was around 5 MB. the spec was around 6 MB. the new limit is 7 MB
- # [20:32] <zewt> (some people might still call advance() a ton to try to seek, but you can only babysit so much)
- # [20:32] <rillian_> *is* it expensive on vfr mp4?
- # [20:32] <zewt> not sure
- # [20:32] <rillian_> I guess it's pretty bad on webm
- # [20:32] * gwicke_ is now known as gwicke
- # [20:33] <rillian_> you can go a chunk at a time, but still
- # [20:36] * Quits: erlehmann (~erlehmann@89.204.153.80) (Quit: Ex-Chat)
- # [20:37] <Hixie> hsivonen: oh, wow.
- # [20:37] <Hixie> hsivonen: i wonder what i added to make the difference so high
- # [20:38] <danbeam> anybody know if it's intentional that it's pretty much impossible to find out if setting a style from the JS/DCOM will actually trigger a CSS transition / [webkitT]ransitionEnd event? I'm having issues where I'd like to fire a callback on webkitTransitionEnd but if there's no style that ends up changing (i.e. you simply set the same style) you'll never reach this event handler as you never triggered a transition...
- # [20:38] <Hixie> hsivonen: it still seems to catch errors all teh way to near the bottom of the spec
- # [20:38] <Hixie> hsivonen: so i assumed it was just on the edge
- # [20:39] * Joins: erlehmann (~erlehmann@89.204.153.80)
- # [20:40] * Joins: mishunov (~spliter@164.247.189.109.customer.cdi.no)
- # [20:40] <rillian_> zewt: I think reason for the argument was so you could call video.advance(-1)
- # [20:40] * Quits: mishunov (~spliter@164.247.189.109.customer.cdi.no) (Client Quit)
- # [20:40] <zewt> doesn't have to be an integer to allow that (though also, scanning backwards can be pretty expensive)
- # [20:41] <rillian_> which isn't as expensive as large n, but it still a lot of new code
- # [20:41] <rillian_> zewt: right
- # [20:41] <zewt> not necessarily much code, but it's often an expensive operation
- # [20:42] * Quits: erlehmann (~erlehmann@89.204.153.80) (Client Quit)
- # [20:42] <rillian_> well, you might have to rememeber the last keyframe, if you're not already?
- # [20:43] <zewt> only if you want to optimize it further, but that's very low-level...
- # [20:44] <zewt> (depending heavily on the codec, of course--many formats you'll need to keep the keyframe around anyway)
- # [20:44] * Joins: _bga (~bga@ppp78-37-229-239.pppoe.avangarddsl.ru)
- # [20:44] <zewt> (or multiple keyframes)
- # [20:46] <danbeam> s/DCOM/DOM/ **
- # [20:46] <rillian_> well, the reason this never works is you really want to just buffer a bunch of decoded data so you can step around
- # [20:46] <rillian_> which is what editing applications do
- # [20:46] * Quits: bga_ (~bga@ppp78-37-192-78.pppoe.avangarddsl.ru) (Ping timeout: 240 seconds)
- # [20:46] <rillian_> but that adds a lot of footprint for a feature which mostly isn't used
- # [20:46] <zewt> generally when it works, seeking backwards is just painfully slow, decoding everything over and over
- # [20:47] <zewt> editing applications tend to just reencode the video in something designed for it (stuff that doesn't keyframe once a year)
- # [20:47] <rillian_> that too
- # [20:48] <rillian_> anyway, I think it has to map to a low-level call inside the playback engine
- # [20:48] <rillian_> because for variable frame rate formats, you can't be sure you're moving to a particular frame number without codec- and container- specific knowledge
- # [20:50] <rillian_> which is why fixed frame rate is the ONE TRUE WAY! *ahem*
- # [20:54] * Quits: dbaron (~dbaron@nat/mozilla/x-jyqayexmvagztevk) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:54] * Joins: dbaron (~dbaron@nat/mozilla/x-udtormadmtfbembr)
- # [21:02] * Joins: divya (~divyam@c-24-18-47-160.hsd1.wa.comcast.net)
- # [21:05] * Parts: danbeam (~bitlbee@unaffiliated/danbeam) ("takes that as a no")
- # [21:21] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [21:21] * Quits: rillian_ (~rillian@mist.thaumas.net) (Read error: Connection reset by peer)
- # [21:21] * Joins: rillian_ (~rillian@mist.thaumas.net)
- # [21:22] * Quits: jonatasnona (~jonatas@lba.inpa.gov.br) (Quit: Saindo)
- # [21:23] <Ms2ger> Hmm, nice
- # [21:24] * Quits: Margle (~Margle@41-133-196-64.dsl.mweb.co.za) (Quit: Computer has gone to sleep.)
- # [21:24] <Ms2ger> Apparently all of Gecko/Webkit/Presto let you do handle = setInterval(); clearTimeout(handle);
- # [21:27] * Quits: doublec (~doublec@unaffiliated/doublec) (Read error: Operation timed out)
- # [21:27] * Quits: inimino (~inimino@boshi.inimino.org) (Read error: Operation timed out)
- # [21:28] * Quits: jgraham (~jgraham@web22.webfaction.com) (Ping timeout: 252 seconds)
- # [21:30] * Quits: jennb (jennb@nat/google/x-dxozspjyrzamfmlh) (Quit: jennb)
- # [21:30] <annevk> Ms2ger: isn't that how that feature works?
- # [21:30] * Joins: Margle (~Margle@41-133-196-64.dsl.mweb.co.za)
- # [21:31] <Ms2ger> Not per spec afaict
- # [21:31] <Ms2ger> Note interval <-> timeout
- # [21:31] * Joins: inimino (~inimino@boshi.inimino.org)
- # [21:32] * Joins: doublec (~doublec@cd.pn)
- # [21:36] * Joins: jgraham (~jgraham@web22.webfaction.com)
- # [21:44] * Joins: erlehmann (~erlehmann@89.204.153.80)
- # [21:52] * Quits: smaug____ (~chatzilla@ZYMMDCCLIV.gprs.sl-laajakaista.fi) (Ping timeout: 244 seconds)
- # [21:52] * Joins: jarek (~jarek@aeao127.neoplus.adsl.tpnet.pl)
- # [21:52] * Quits: jarek (~jarek@aeao127.neoplus.adsl.tpnet.pl) (Changing host)
- # [21:52] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [21:53] * Joins: Phrogz_ (d8e47015@pdpc/supporter/professional/phrogz)
- # [21:55] * Quits: Phrogz (d8e47015@pdpc/supporter/professional/phrogz) (Ping timeout: 265 seconds)
- # [21:56] * Quits: jgraham (~jgraham@web22.webfaction.com) (Ping timeout: 276 seconds)
- # [21:56] * Joins: jgraham (~jgraham@web22.webfaction.com)
- # [21:59] * Quits: jarek (~jarek@unaffiliated/jarek) (Ping timeout: 240 seconds)
- # [22:01] * Quits: doublec (~doublec@cd.pn) (Changing host)
- # [22:01] * Joins: doublec (~doublec@unaffiliated/doublec)
- # [22:03] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 248 seconds)
- # [22:09] * Quits: GPH-Zeke (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: Leaving)
- # [22:11] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [22:14] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Remote host closed the connection)
- # [22:18] <jgraham> Ms2ger: Oh, that is interesting
- # [22:19] <jgraham> Presumably the reverse is also true so clearInterval and clearTimeout are synonyms?
- # [22:20] <Ms2ger> That's true in Gecko, haven't tested
- # [22:20] * Joins: cpearce (~chatzilla@60.234.54.74)
- # [22:22] <jgraham> Any reason not to make the spec say that?
- # [22:22] <Ms2ger> Probably not, I filed a bug
- # [22:24] <TabAtkins> jgraham: I wouldn't hold your breath, no; it'll certainly take more than a minute or two to do it.
- # [22:24] <TabAtkins> But I've talked with fantasai about it, and we both think it's a reasonable idea.
- # [22:27] <jgraham> TabAtkins: Well ignoring the fact that selectors is turning into something that closely resembles line noise already (or Perl), waiting years for the inevitable wrangling about who owns the spec and where it is allowed to discuss it and then more time as people debate synatax seems relatively unappealing compared to slapping the already-implemented-in-Opera API onto XPath and covering all the same use cases. Even if we still so the other thing.
- # [22:27] <jgraham> *do
- # [22:30] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [22:31] <TabAtkins> Do you already understand XPath?
- # [22:31] <erlehmann> i once made a content management system using XSLT
- # [22:31] <jgraham> Me? I understand it enough to use it when I use lxml
- # [22:31] <erlehmann> madness
- # [22:31] <jgraham> XSLT != XPath
- # [22:31] <jgraham> XSLT is indeed nuts
- # [22:32] <erlehmann> jgraham, i had to use Xpath in between.
- # [22:32] <jgraham> Sure, XSLT depends on XPath
- # [22:32] <TabAtkins> jgraham: Then you are an extremely tiny minority of authors. Almost *all* authors are unaware that there even is such a thing as XPath, and would react badly if we tried to tell them to use a completely different selection syntax if they want a new feature, that doesn't work with any of the old features.
- # [22:32] <erlehmann> jgraham, i think tha difference between perl line noise and CSS is that CSS is single-pass tokenizing. you can't parse perl. (at all)
- # [22:33] <jgraham> TabAtkins: The selectors way might be a good long term thing for that reason
- # [22:33] <TabAtkins> And, heh, if you think CSS is line noise, I don't see how you don't think even worse of XPath. ^_^
- # [22:33] <erlehmann> what TabAtkins says, it sounds reasonable
- # [22:33] <jgraham> Even though selectors scales badly due to the syntax
- # [22:33] * Joins: smaug____ (~chatzilla@GGYGDCCLXXVIII.gprs.sl-laajakaista.fi)
- # [22:33] <erlehmann> XPath is just lots of JS comments to the trained eye (starting with //)
- # [22:34] <jgraham> XPath mostly has a consistent syntax afaict
- # [22:34] <erlehmann> scales badly?
- # [22:34] <jgraham> Selectors just picks a new character for each new feature
- # [22:34] <jgraham> By 2050 I will probably need to have emoji input to make complex selectors
- # [22:34] <TabAtkins> Only for syntax-level features. Most features can be exposed through pseudoclasses and similar.
- # [22:35] <erlehmann> what became of :outside?
- # [22:35] <Ms2ger> ::outside*
- # [22:35] <erlehmann> ::outside i mean
- # [22:35] <TabAtkins> Doesn't exist yet. The draft speccing is is currently abandoned.
- # [22:35] <erlehmann> I WANT OUTSIDE
- # [22:35] <erlehmann> breaking out of div hell is great.
- # [22:35] <jgraham> erlehmann: Thank you for demonstrating my point :)
- # [22:35] * Quits: erichynds (~ehynds@venkman.brightcove.com)
- # [22:36] * Quits: davidb (~davidb@66.207.208.98) (Quit: davidb)
- # [22:36] <TabAtkins> erlehmann: I know, I want functionality like that too.
- # [22:36] <erlehmann> jgraham, i like CSS. it can do, err, stuff.
- # [22:37] <erlehmann> here, take some blog.fefe.de/?css=http://daten.dieweltistgarnichtso.net/src/fefe-anaglyph-css/anaglyph.css
- # [22:37] <erlehmann> (caveat: red-cyan glasses needed.)
- # [22:38] * miketaylr goes blind
- # [22:38] * jgraham isn't saying anything about CSS in general
- # [22:39] <erlehmann> miketaylr, that blog allows external CSS. i also made an imageboard style and a facebook-like one once.
- # [22:39] <erlehmann> :)
- # [22:39] <miketaylr> ooo cool
- # [22:39] * Quits: jacobolus (~jacobolus@c-24-5-85-179.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [22:39] <erlehmann> it is a fun demo ground for neat tricks
- # [22:41] <erlehmann> http://blog.fefe.de/?css=http://daten.dieweltistgarnichtso.net/src/fefesbook-css/fefesbook.css
- # [22:41] <erlehmann> see what i did there?
- # [22:41] <miketaylr> heh
- # [22:41] <miketaylr> aw bummer, http://blog.fefe.de/?css=data:text/css,h1{color:green}
- # [22:41] <miketaylr> :P
- # [22:42] <erlehmann> i use html::before
- # [22:42] <erlehmann> BOW BEFORE ME
- # [22:42] <erlehmann> :D
- # [22:43] <erlehmann> maybe i should do an article on abusing CSS
- # [22:43] <erlehmann> hehe
- # [22:43] <erlehmann> selectors fun is fun!
- # [22:47] * Joins: jennb (jennb@nat/google/x-jtntfayeymkxhguc)
- # [22:49] * Quits: grendzy (~dylan@12.155.34.74) (Ping timeout: 244 seconds)
- # [22:50] * Joins: mishunov (~spliter@164.247.189.109.customer.cdi.no)
- # [22:50] * Quits: mishunov (~spliter@164.247.189.109.customer.cdi.no) (Client Quit)
- # [22:56] <finnala> With great power comes great responsibility
- # [22:58] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
- # [22:59] * Joins: finnala^ (~finn@www.shrineofseals.net)
- # [23:00] * Quits: smaug____ (~chatzilla@GGYGDCCLXXVIII.gprs.sl-laajakaista.fi) (Ping timeout: 258 seconds)
- # [23:01] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Remote host closed the connection)
- # [23:01] * Quits: danielfilho (~daniel@187.31.77.7) (Quit: </html>)
- # [23:01] * Quits: finnala (~finn@www.shrineofseals.net) (Ping timeout: 252 seconds)
- # [23:01] * Joins: danielfilho (~daniel@187.31.77.7)
- # [23:02] * Joins: xtoph (~xtoph@213.47.185.206)
- # [23:03] * Quits: danielfilho (~daniel@187.31.77.7) (Remote host closed the connection)
- # [23:04] * Joins: danielfilho (~daniel@187.31.77.7)
- # [23:05] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:06] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # [23:08] * Joins: roc (~chatzilla@skycity-akl-nz.getin2net.com)
- # [23:17] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
- # [23:19] * Quits: jarek (~jarek@unaffiliated/jarek) (Read error: Operation timed out)
- # [23:20] * Joins: theamoeba (~theamoeba@41-133-237-214.dsl.mweb.co.za)
- # [23:21] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
- # [23:23] * Joins: grendzy (~dylan@12.155.34.74)
- # [23:23] * Quits: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:24] * Joins: c_t_montgomery (~c_t_montg@76.92.215.21)
- # [23:25] * Joins: smaug____ (~chatzilla@YGKCDXXV.gprs.sl-laajakaista.fi)
- # [23:25] * Joins: ojan (ojan@nat/google/x-ctznxwayuueiatrt)
- # [23:26] * Quits: tomasf (~tom@c-b7dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Quit: tomasf)
- # [23:31] * Quits: roc (~chatzilla@skycity-akl-nz.getin2net.com) (Ping timeout: 244 seconds)
- # [23:32] * Quits: smaug____ (~chatzilla@YGKCDXXV.gprs.sl-laajakaista.fi) (Ping timeout: 244 seconds)
- # [23:34] * Quits: gwicke (~gabriel@212.255.39.108) (Quit: Bye!)
- # [23:40] <TabAtkins> Yup, Bjoern is now in my killfilter. Nearly every interaction I have with him is him trolling.
- # [23:41] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
- # [23:45] <TabAtkins> Hmm, looks like a recency illusion, actually. He's only recently been trolling, and only in CSS stuff. I'll remove the filter and let him ride a while longer.
- # [23:52] <Hixie> bjoern h?
- # [23:52] <TabAtkins> Yeah.
- # [23:52] * Quits: Stikk (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 240 seconds)
- # [23:53] * Quits: erlehmann (~erlehmann@89.204.153.80) (Ping timeout: 240 seconds)
- # [23:55] <Hixie> i haven't found him trolling, though i have for hte past few years found his priorities are more theoretical than i am comfortable with
- # [23:55] <Hixie> he used to be emminently practical in his feedback
- # [23:55] <TabAtkins> Yeah, when I looked back through my archives, his feedback on html or js stuff seems fine.
- # [23:55] <Hixie> now he tends to talk about process and theoretical spec correctness issues
- # [23:56] <Hixie> (much like julian)
- # [23:57] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
- # [23:58] <jgraham> TabAtkins: FWIW I think accusing Robin of "arguing badly" was unjustified
- # [23:59] * Quits: c_t_montgomery (~c_t_montg@76.92.215.21) (Quit: c_t_montgomery)
- # [23:59] <jgraham> AFAICT there is no actual disagreement about facts only about priorities
- # Session Close: Wed Nov 23 00:00:00 2011
The end :)