Options:
- # Session Start: Sat Oct 04 00:00:00 2008
- # Session Ident: #whatwg
- # [00:12] <BenMillard> Hixie, I've seen <a href title="30 entries"> and similar used in tag clouds to indicate frequency to users.
- # [00:13] <Hixie> annevk2: nested <em> would be wrong per html5. :-)
- # [00:13] <Hixie> BenMillard: that can work
- # [00:13] <BenMillard> sometimes it's in the content, like <li><a href>foo</a> (30)</a> or <li><a href>bar (30 entries)</a>
- # [00:13] <BenMillard> oops
- # [00:13] <BenMillard> <li><a href>Foo</a> (30)</li>
- # [00:15] * Quits: kangax (n=kangax@74.201.136.194)
- # [00:18] <BenMillard> I might use <ol> if the items were ordered by their frequency
- # [00:19] * Joins: shepazu (n=schepers@bas1-stcatharines10-1167943445.dsl.bell.ca)
- # [00:19] <BenMillard> using <li value> to give the frequency makes sense in the markup but looks to weird in the rendering :)
- # [00:20] <Hixie> not that i'm anywhere near being able to do anything about it what with all this web forms work, but, anyone know if the svg group made any progress on the svg in text/html thing?
- # [00:20] <Hixie> just curious
- # [00:20] <Hixie> BenMillard: yeah, the order is more usually alphabetic or something (for which <ul> probably makes sense)
- # [00:21] <othermaciej> Hixie: I believe they are waiting for feedback from you on their proposal
- # [00:21] <Hixie> no, i sent them that feedback
- # [00:22] <BenMillard> Hixie, yeah that's what I see
- # [00:23] <BenMillard> Hixie, you'll be lucky to find many tag clouds using list markup today, though. :)
- # [00:23] <Hixie> othermaciej: http://lists.w3.org/Archives/Public/public-html/2008Aug/0852.html
- # [00:24] <Hixie> BenMillard: yeah really
- # [00:24] * Quits: smerp (n=smerp@66.192.95.199) (Read error: 110 (Connection timed out))
- # [00:24] * Quits: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [00:24] <BenMillard> Hixie, I've seen <div class> in the place of <ul> and <div style> in the place of <li>
- # [00:25] * Quits: jruderman (n=jruderma@ip68-5-179-249.oc.oc.cox.net)
- # [00:25] <BenMillard> for tag clouds which are just a big clump of links, <p class><a href> <a href> happens
- # [00:25] <Hixie> yeah
- # [00:25] <Hixie> would be good to convey the semantics somehow
- # [00:26] <BenMillard> Hixie, it's trivial to make lists of links display like a clump so I think <ul> is fine
- # [00:27] <BenMillard> <a href style> is the most common way to set the frequencies, AFAICT
- # [00:27] <BenMillard> where style contains different values of font-size
- # [00:27] <othermaciej> Hixie: something chaals said gave me the impression that SVG WG didn't think the ball was in their court
- # [00:28] <othermaciej> Hixie: but I can't find the specific email remark that made me think that
- # [00:28] <Hixie> ah
- # [00:29] <Hixie> i thought last i spoke with shepazu he agreed that it was in their court
- # [00:29] <Hixie> i guess i'll speak to them at the TPAC
- # [00:29] <Hixie> hopefully i'll be done with wf2 by then
- # [00:29] <BenMillard> Hixie, <ul><li><a href title></li>...</ul> seems the best way to me (swapping to <ol> if you order the items in some significant way)
- # [00:30] <BenMillard> (typos aside...)
- # [00:31] <smedero> SVG in HTML is in the SVG WG
- # [00:31] <smedero> ... court: http://lists.w3.org/Archives/Public/public-html/2008Aug/0861.html
- # [00:32] <Hixie> BenMillard: the main thing the visual tag cloud has is an indication of the top terms, which you lose without semantics in audio
- # [00:32] <erlehmann> Hixie: i don't really get why you are pushing this hard for continuing SGML markup.
- # [00:32] * Hixie checks to make sure he's still in the same universe
- # [00:33] <Hixie> come again?
- # [00:33] <erlehmann> i mean, there are things it can't do. why not just usi XML then ?
- # [00:33] <Hixie> who's using SGML?
- # [00:33] * Quits: billmason (n=billmaso@ip75.unival.com) (".")
- # [00:33] <BenMillard> Hixie, that's what I'd use title for (as well as making the visual experience more specific on-demand)
- # [00:33] <erlehmann> Hixie: HTML is SGML.
- # [00:33] * Joins: jruderman (n=jruderma@ip68-5-179-249.oc.oc.cox.net)
- # [00:33] <Hixie> erlehmann: HTML5 is not SGML
- # [00:34] <Hixie> see section 8.2
- # [00:34] <Hixie> in particular the sentence that says "While the HTML form of HTML5 bears a close resemblance to SGML and XML, it is a separate language with its own parsing rules.
- # [00:34] <Hixie> [...] This version of HTML thus returns to a non-SGML basis."
- # [00:36] <erlehmann> okay, yeah, sorry.
- # [00:37] <BenMillard> Hixie, the right-hand column here uses title in the way I describe under the "Tags" heading: http://wakeless.net/archive/2006/12/dom-inspector-release
- # [00:38] * Joins: dotjay (n=dotjay@nov5th.plus.com)
- # [00:38] <erlehmann> still don't get it. migration of existing sites will be a huge task anyway, closing a few <br> elements may not add much
- # [00:39] <BenMillard> Hixie, it has <a href class title rel style> for every entry, which seems excessive :)
- # [00:39] <BenMillard> Hixie, but the title values are good, imho
- # [00:40] <Philip`> erlehmann: Migration of existing sites is trivial - you just write a <input type=email> or something, and now your site is making use of HTML 5
- # [00:40] <smedero> erlehmann: hsivonen did a good job summarizing the history of the "HTML is SGML" confusion in his master's thesis: http://hsivonen.iki.fi/thesis/html5-conformance-checker#history
- # [00:40] <Philip`> erlehmann: (Migration to XHTML is far harder, because there are hundreds of obscure corner cases you have to cope with, and nobody ever gets them all right)
- # [00:41] <erlehmann> Philip`: if i really want to be semantic, it could be a tedious task replacing all the <div>s with <header>, <aside> and whatnot
- # [00:41] <Philip`> erlehmann: You're free to waste time if you want, but there's no reason you should do so
- # [00:41] * Parts: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [00:44] <erlehmann> back to tagclouds. i currently assign custom classes. what exactly would a value attribute's value [sic] say ?
- # [00:51] * Quits: smedero (n=smedero@mdp-nat251.mdp.com)
- # [00:52] <erlehmann> i'd be all for it being a value from 0 to 1 on a log scale :)
- # [00:53] <gsnedders> hiho
- # [00:59] <erlehmann> huhu
- # [00:59] <gsnedders> Can I blame jgraham for the speed of Anolis? He bullied me into keeping with Python when I was going to give up and use C++?
- # [01:01] <Philip`> Is Python the bottleneck?
- # [01:02] <gsnedders> Philip`: For the sub process, more or less
- # [01:04] * weinig|away is now known as weinig
- # [01:04] <Philip`> It would be nice to try to make it work in Jython
- # [01:05] <Philip`> (and then you can use Java to optimise bottlenecks)
- # [01:06] <gsnedders> Philip`: http://hg.gsnedders.com/anolis/file/d0260bea7c0f/anolislib/processes/sub.py#l133 — can you see anyway to optimize that loop?
- # [01:07] <Dashiva> Do you have many nodes with no text, tail or attributes?
- # [01:08] <gsnedders> Dashiva: Plenty with no attributes
- # [01:09] <gsnedders> Hmm… I wonder how much would be saved by cutting out the .items call
- # [01:09] * Parts: dotjay (n=dotjay@nov5th.plus.com)
- # [01:09] <Philip`> gsnedders: Optimise it to zero cost by never executing it
- # [01:09] <Dashiva> Dunno if you'd save anything by using iteritems
- # [01:10] <gsnedders> Philip`: :P
- # [01:10] <gsnedders> Dashiva: I wasn't meaning that, but that may work a bit
- # [01:10] * Quits: Maurice (n=copyman@cc90688-a.emmen1.dr.home.nl) ("Disconnected...")
- # [01:11] <Philip`> gsnedders: I'm being mostly serious - that's the best way I've ever found to make things faster
- # [01:11] <gsnedders> Philip`: How can I never execute it?
- # [01:11] <Dashiva> Is the instance_string_subs list long?
- # [01:12] <gsnedders> Dashiva: no
- # [01:12] <gsnedders> Dashiva: Normally only three
- # [01:12] <gsnedders> Dashiva: Six at most
- # [01:12] <Dashiva> Are all elements generic enough to affect all of text, tail and attribs?
- # [01:13] <gsnedders> Dashiva: All are to affect text and tail, IIRC
- # [01:14] <Philip`> gsnedders: By finding all the places you're executing it, and the redesigning so you don't have to
- # [01:14] <Philip`> s/the/then/
- # [01:14] <gsnedders> Philip`: Any way to find whether I need to run it is more expensive (at least for the whole loop)
- # [01:15] <Dashiva> gsnedders: Well, I'm guessing the tree elements are your biggest factor, so everything you can cut on processing per node will give a relatively good payoff
- # [01:15] <Dashiva> If you can eliminate half the subs for attributes, hey
- # [01:15] <gsnedders> Dashiva: .iteritems() makes no diff
- # [01:17] <Philip`> gsnedders: You could do something like only run it over a small section of the document where you define that the substitutable text must occur, not the entire thing
- # [01:18] * Quits: KevinMarks (n=KevinMar@82-68-84-27.dsl.in-addr.zen.co.uk) ("The computer fell asleep")
- # [01:20] * Joins: KevinMarks (n=KevinMar@82-68-84-27.dsl.in-addr.zen.co.uk)
- # [01:20] <gsnedders> Dashiva: Any condition that eliminates that for loop for attributes makes no difference
- # [01:21] <Dashiva> It could be that the actual valid substitutions are dominating
- # [01:21] <Dashiva> And then there's nothing you can do
- # [01:21] <gsnedders> I think "if identifier in value:" catches most of it
- # [01:21] <gsnedders> It's the regex that is the really expensive bit
- # [01:22] * Joins: tantek (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [01:22] <Dashiva> Replace regexp with string substitution :P
- # [01:23] <gsnedders> Dashiva: That may be possible…
- # [01:32] <Hixie> ok all the types are done!
- # [01:36] * Joins: eric_carlson (n=ericc@c-24-128-139-227.hsd1.nh.comcast.net)
- # [01:42] <Philip`> All the typos?
- # [01:42] <Philip`> Oh, types
- # [01:48] <erlehmann> in there any UA doing webforms 2.0 ?
- # [01:48] <erlehmann> is
- # [01:49] <erlehmann> or rather, parts of it ?
- # [01:49] <Hixie> opera 9 does most of it
- # [01:49] <Hixie> safari has had bits of it for a while
- # [01:49] <Hixie> other than that not much
- # [01:50] <Hixie> well, autocomplete is in most of them, and the stuff from wf1 is everywhere, of course
- # [01:51] <erlehmann> opera is nice :)
- # [01:51] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [01:54] * Quits: shepazu (n=schepers@bas1-stcatharines10-1167943445.dsl.bell.ca)
- # [01:55] <Philip`> erlehmann: All browsers are nice, in their own special ways :-)
- # [01:56] <erlehmann> Philip`: while i dislike opera for not being free, few others have done so well regarding standards
- # [01:57] * Joins: virtuelv_ (n=virtuelv@163.80-202-65.nextgentel.com)
- # [01:59] * Quits: virtuelv (n=virtuelv@163.80-202-65.nextgentel.com) (Read error: 110 (Connection timed out))
- # [01:59] * Quits: virtuelv_ (n=virtuelv@163.80-202-65.nextgentel.com) (Client Quit)
- # [02:04] * Joins: webben (n=benh@82.152.239.225)
- # [02:05] * Quits: webben (n=benh@82.152.239.225) (Remote closed the connection)
- # [02:09] <erlehmann> IE has web forms ? i am shocked and apalled.
- # [02:09] * Quits: dglazkov (n=dglazkov@nat/google/x-fc05fd8f8e6b83e9)
- # [02:24] <Hixie> well it was a proprietary extension that we co-opted
- # [02:24] <Hixie> the spec source contains the text ="">^(?:</
- # [02:24] <Hixie> that's... wrong
- # [02:28] <erlehmann> how far go the regular expressions ?
- # [02:28] <Hixie> ?
- # [02:28] <erlehmann> bah, common grammar mistake (i'm not really awake)
- # [02:29] <erlehmann> can i use only basic or also extended regexes ?
- # [02:29] <Hixie> in what?
- # [02:30] <Hixie> oh for pattern=""?
- # [02:30] <Hixie> you can use whatever ECMA262 defines
- # [02:30] <erlehmann> thx. i'll look it up.
- # [02:34] <erlehmann> the spec apparently doesn't say anything about that
- # [02:35] <erlehmann> but for the record, wikipedia says ECMA262 has something derived from perl regexes which aren't really POSIX
- # [02:39] <erlehmann> oops, my fault, i had read only the second edition - the third edition has regexes in 15.10
- # [02:40] <othermaciej> ECMA-262 does define the regexp syntax
- # [02:44] <erlehmann> othermaciej: as i said, i got hold of an old PDF that was missing aforementioned section
- # [02:45] <othermaciej> all righty
- # [02:46] <erlehmann> sadly, that old pdf is the first search result in google and not even hosted by ECMA
- # [03:52] * Quits: weinig (n=weinig@nat/apple/x-85571cd12e0e6794)
- # [04:05] * Quits: erlehmann (n=nils@dslb-088-074-192-194.pools.arcor-ip.net) (Read error: 60 (Operation timed out))
- # [04:32] * Quits: hsivonen (n=hsivonen@kekkonen.cs.hut.fi) (kubrick.freenode.net irc.freenode.net)
- # [04:32] * Quits: takkaria (n=takkaria@isparp.co.uk) (kubrick.freenode.net irc.freenode.net)
- # [04:32] * Quits: jcranmer (n=jcranmer@ltsp1.csl.tjhsst.edu) (kubrick.freenode.net irc.freenode.net)
- # [04:32] * Quits: syp (n=syp@lasigpc9.epfl.ch) (kubrick.freenode.net irc.freenode.net)
- # [04:32] * Joins: hsivonen (n=hsivonen@kekkonen.cs.hut.fi)
- # [04:32] * Joins: syp (n=syp@lasigpc9.epfl.ch)
- # [04:32] * Joins: jcranmer (n=jcranmer@ltsp1.csl.tjhsst.edu)
- # [04:32] * Joins: takkaria (n=takkaria@isparp.co.uk)
- # [04:35] * Joins: weinig (n=weinig@71.198.176.23)
- # [04:44] * Joins: dglazkov (n=dglazkov@72.14.224.1)
- # [05:37] * Joins: aboodman (n=aboodman@nat/google/x-b55106dc9a6f609d)
- # [05:38] * Quits: aboodman (n=aboodman@nat/google/x-b55106dc9a6f609d) (Client Quit)
- # [05:47] * Quits: dglazkov (n=dglazkov@72.14.224.1)
- # [06:20] * Quits: weinig (n=weinig@71.198.176.23)
- # [06:27] * Quits: othermaciej (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net)
- # [06:40] * Joins: weinig (n=weinig@adsl-76-205-27-102.dsl.pltn13.sbcglobal.net)
- # [06:53] * Parts: blooberry (n=brian@c-76-126-196-253.hsd1.ca.comcast.net)
- # [07:11] * Joins: othermaciej (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net)
- # [08:09] * Quits: weinig (n=weinig@adsl-76-205-27-102.dsl.pltn13.sbcglobal.net) (Read error: 60 (Operation timed out))
- # [08:20] * Joins: othermaciej_ (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net)
- # [08:20] * Quits: othermaciej (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [08:20] * othermaciej_ is now known as othermaciej
- # [08:22] * Joins: othermaciej_ (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net)
- # [08:22] * Quits: othermaciej (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [08:25] * Quits: csarven (n=csarven@modemcable144.140-202-24.mc.videotron.ca) ("http://www.csarven.ca/")
- # [08:38] * othermaciej_ is now known as othermaciej
- # [09:06] * Joins: nessy (n=nessy@124-171-51-52.dyn.iinet.net.au)
- # [09:10] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [09:34] * Joins: renke2 (n=user@Lf6b5.l.pppool.de)
- # [09:45] * Joins: Thezilch (n=fuz007@cpe-76-171-111-7.socal.res.rr.com)
- # [09:56] * Joins: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [09:56] * Quits: tantek (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net) (Read error: 104 (Connection reset by peer))
- # [09:57] * Joins: Maurice (n=copyman@cc90688-a.emmen1.dr.home.nl)
- # [09:58] * Joins: tantek (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [09:58] * Quits: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net) (Read error: 104 (Connection reset by peer))
- # [10:04] * Joins: Lachy (n=Lachlan@203-158-33-215.dyn.iinet.net.au)
- # [10:25] * Quits: KevinMarks (n=KevinMar@82-68-84-27.dsl.in-addr.zen.co.uk) ("The computer fell asleep")
- # [10:26] * Quits: psa (n=yomode@71.93.19.66) (Remote closed the connection)
- # [10:35] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:42] * Quits: Lachy (n=Lachlan@203-158-33-215.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [10:42] * Joins: Lachy (n=Lachlan@203-158-33-215.dyn.iinet.net.au)
- # [10:46] * Quits: Lachy (n=Lachlan@203-158-33-215.dyn.iinet.net.au) (Client Quit)
- # [11:07] * Joins: KevinMarks (n=KevinMar@82-68-84-27.dsl.in-addr.zen.co.uk)
- # [11:08] * Quits: nessy (n=nessy@124-171-51-52.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [11:13] * Joins: othermaciej_ (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net)
- # [11:15] * Quits: othermaciej (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [11:24] * Joins: erlehmann (n=nils@dslb-088-074-218-201.pools.arcor-ip.net)
- # [11:43] * Joins: othermaciej (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net)
- # [11:43] * Quits: othermaciej_ (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [12:12] * Quits: othermaciej (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [12:17] * Joins: virtuelv (n=virtuelv@163.80-202-65.nextgentel.com)
- # [12:44] * Quits: KevinMarks (n=KevinMar@82-68-84-27.dsl.in-addr.zen.co.uk) ("The computer fell asleep")
- # [12:58] * olliej is now known as fakeolliej
- # [13:01] <annevk2> Is the Chromium team planning to replace certain parts of WebKit over time? E.g. http://code.google.com/p/chromium/issues/list?can=2&q=label:newhttp
- # [13:03] <fakeolliej> annevk2: webkit doesn't provide a network stack
- # [13:04] <fakeolliej> annevk2: it expects the platform to provide those, just as it expects the platform port to provide the front end API
- # [13:09] * Joins: myakura (n=myakura@p1226-ipbf3201marunouchi.tokyo.ocn.ne.jp)
- # [13:09] <annevk2> ah, so it's similar to Skia? ta
- # [13:10] <fakeolliej> annevk2: chrome effectively is its own platform
- # [13:10] <fakeolliej> annevk2: a la Qt
- # [13:10] <fakeolliej> annevk2: i have a dream that one day they may contribute to the engine itself
- # [13:11] <fakeolliej> annevk2: but my experience with adobe and nokia has lowered my expectation for such things :-/
- # [13:30] * Joins: Lachy (n=Lachlan@203-158-33-215.dyn.iinet.net.au)
- # [13:31] <annevk2> CSS Namespaces Module in CR, a test suite for it is ready and I was never forced to work on either. That I dislike namespaces is such a myth :)
- # [13:36] <hsivonen> how did the WebKit XBL2 & MathML SoC projects go?
- # [13:38] <annevk2> if they were a success there would probably have been a blog post...
- # [13:39] <annevk2> afaik the Web Forms 2.0 project only landed autofocus, bit disappointing overall
- # [13:41] <hsivonen> where did Chrome's old http come from?
- # [13:43] <gsnedders> hsivonen: It's new as well
- # [13:43] <annevk2> hsivonen, heh, good question :)
- # [13:45] * Joins: olliej (n=oliver@c-24-130-131-58.hsd1.ca.comcast.net)
- # [13:46] * olliej reappears
- # [13:46] <olliej> sorry this system wasn't set to autojoin whatwg
- # [13:46] <olliej> :D
- # [13:46] <olliej> hsivonen: cpst's project morphed into the general "make jsc faster"
- # [13:46] <olliej> rather than the pattern matching stuff
- # [13:46] <olliej> or tile matching
- # [13:46] <olliej> which is what frostbyte actually does
- # [13:47] <olliej> frostbyte == khtml's new js engine
- # [13:48] <olliej> the svg filters guy accomplished very little alas (which is not surprising given the level he was at -- i need to understand the us education system better i don't know what any of the crazy names mean)
- # [13:48] <olliej> keishi got the firebug api's going
- # [13:48] <olliej> even doing the work to jsc to make line number info get passed in appropriately
- # [13:48] <olliej> the xbl one didn't really get to completion
- # [13:49] <olliej> i think that's it
- # [13:54] <annevk2> olliej, wasn't there Web Forms 2.0 and MathML as well?
- # [13:55] <olliej> i don't think we had sufficient slots for the mathml person
- # [13:55] <olliej> and yes there was a webforms 2 guy
- # [13:55] <olliej> however based on my complete absence of rememberance i suspect he may have disappeared into the ether
- # [13:56] <hsivonen> olliej: :-( that doesn't sound good
- # [13:56] <olliej> hsivonen: yeah
- # [13:56] <olliej> i assume he failed
- # [13:56] <olliej> but i honestly don't know for sure
- # [13:56] * gsnedders should get around to learn C++ so he can take part in two years time
- # [13:56] <gsnedders> :P
- # [13:56] <gsnedders> *learning
- # [13:56] <olliej> gsnedders: you cna work on the inspector
- # [13:56] <olliej> html+js+css
- # [13:57] <gsnedders> olliej: That doesn't help me learn C++ though :)
- # [13:57] <hsivonen> gsnedders: I had hello world -level C++ experience when I started my summer coding
- # [13:58] * gsnedders notes the first item on his summer to-do list was ship Anolis 1.0
- # [13:58] <gsnedders> That still hasn't happened.
- # [13:58] <olliej> hsivonen: you were GSoC type person?
- # [13:59] <hsivonen> olliej: I was in 2006, but it was not Google's but a thing imitating SoC
- # [13:59] <olliej> ah righto
- # [13:59] * gsnedders is too young for GSoC
- # [14:00] <hsivonen> (I had much better payment terms that what one gets with SoC)
- # [14:00] <olliej> :D
- # [14:00] <olliej> $/LoC? ;D
- # [14:01] <hsivonen> no, checkpoints instead of all or nothing at the end
- # [14:02] <olliej> GSoC has a midway checkpoint
- # [14:02] <gsnedders> olliej: Like, "Does it do less than when you started?"
- # [14:02] <hsivonen> oh. is that a new thing?
- # [14:02] <hsivonen> (I thought they didn't have checkpoints in 2005)
- # [14:04] <olliej> hsivonen: maybe -- i haven't done anything in previous years
- # [14:13] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [14:23] <gsnedders> Lachy: You still want to get me on standardssuck.org for HTTP5?
- # [14:38] <erlehmann> about SVG in HTML - obviously <object> doesn't suffice, but why ?
- # [14:39] <erlehmann> gsnedders: standardssuck.org is true to its name and has only flash video :)
- # [14:40] <gsnedders> erlehmann: Actually, FLV is fully documented nowadays :P
- # [14:42] <erlehmann> gsnedders: Adobe Flash Player isn't
- # [14:43] <gsnedders> erlehmann: Sure, but you can just get the FLV and download that :P
- # [14:44] <gsnedders> And SWF is open too
- # [14:44] <erlehmann> you bet how often i look around in the source code ...
- # [14:45] <gsnedders> erlehmann: ?
- # [14:46] <erlehmann> i meant it often comes to me that i look through the source of a web site to find the embedded FLV's url
- # [14:46] <gsnedders> erlehmann: ah
- # [14:46] <gsnedders> Well, get someone to implement <http://www.adobe.com/devnet/swf/pdf/swf_file_format_spec_v9.pdf> :P
- # [14:47] <olliej> gsnedders: open source != standard :D
- # [14:47] <gsnedders> olliej: What open source impls are there? There is no open source impl. or standard! :P
- # [14:47] <gsnedders> Just a spec! :P
- # [14:48] <olliej> gsnedders: isn't there swfdec or some such?
- # [14:48] <gsnedders> olliej: Nothing useful in the real world :P
- # [14:48] <olliej> righto
- # [14:48] * olliej would much rather flash just died
- # [14:48] <gsnedders> Partial impls, but no full impls
- # [14:48] <gsnedders> Me too, but it won't.
- # [14:48] <olliej> but i dont' see that happening in the near future
- # [14:48] <olliej> yup
- # [14:49] <olliej> like IE it is a bain on our existence
- # [14:49] <olliej> (not that gecko and webkit haven't left bits of cruft all over the web)
- # [14:49] <erlehmann> gsnedders: gnash ppl already said that this docs don't help
- # [14:49] * gsnedders wants Web 2.0 :P
- # [14:50] <erlehmann> gsnedders: you are wrong here. this channel is the web 3.11 workgroup
- # [14:50] <gsnedders> erlehmann: Nah, we're just documenting Web 1.0
- # [14:51] <erlehmann> also, embracing and extending it ;)
- # [14:52] <gsnedders> erlehmann: sssh. You don't mention that. The log watchers might see!
- # [14:53] <erlehmann> CAN I HAZ PLACEHOLDER ATTRIBUTE ?
- # [15:08] * Quits: olliej (n=oliver@c-24-130-131-58.hsd1.ca.comcast.net)
- # [15:13] <Lachy> gsnedders, yes
- # [15:13] <gsnedders> Lachy: at TPAC?
- # [15:13] <Lachy> sure
- # [15:14] <Lachy> you can do it with either annevk2 or myself
- # [15:14] <Lachy> or marcos, if he'll be there
- # [15:33] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [16:06] * Quits: Lachy (n=Lachlan@203-158-33-215.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [16:12] * Quits: virtuelv (n=virtuelv@163.80-202-65.nextgentel.com) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: Maurice (n=copyman@cc90688-a.emmen1.dr.home.nl) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: jgraham (n=jgraham@web22.webfaction.com) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: fishd (n=Darin@nat/google/x-32b517af9553e987) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: renke2 (n=user@Lf6b5.l.pppool.de) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: didymos (i=jho@rapwap.razor.dk) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: [YaaL] (i=yaal@hell.pl) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: bzed (n=bzed@devel.recluse.de) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: ianloic (i=yakk@glub.dreamhostps.com) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: jmb (n=jmb@login.ecs.soton.ac.uk) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: Kuruma (n=Kuruman@h123-176-107-050.catv01.catv-yokohama.ne.jp) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: ROBOd (n=robod@89.122.216.38) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: jruderman (n=jruderma@ip68-5-179-249.oc.oc.cox.net) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: heycam (n=cam@203-217-88-112.dyn.iinet.net.au) (kubrick.freenode.net irc.freenode.net)
- # [16:12] * Quits: Dashiva (i=Dashiva@wikia/Dashiva) (kubrick.freenode.net irc.freenode.net)
- # [16:14] * Joins: virtuelv (n=virtuelv@163.80-202-65.nextgentel.com)
- # [16:14] * Joins: ROBOd (n=robod@89.122.216.38)
- # [16:14] * Joins: Maurice (n=copyman@cc90688-a.emmen1.dr.home.nl)
- # [16:14] * Joins: renke2 (n=user@Lf6b5.l.pppool.de)
- # [16:14] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [16:14] * Joins: jruderman (n=jruderma@ip68-5-179-249.oc.oc.cox.net)
- # [16:14] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [16:14] * Joins: heycam (n=cam@203-217-88-112.dyn.iinet.net.au)
- # [16:14] * Joins: Dashiva (i=Dashiva@wikia/Dashiva)
- # [16:14] * Joins: jgraham (n=jgraham@web22.webfaction.com)
- # [16:14] * Joins: Kuruma (n=Kuruman@h123-176-107-050.catv01.catv-yokohama.ne.jp)
- # [16:14] * Joins: fishd (n=Darin@nat/google/x-32b517af9553e987)
- # [16:14] * Joins: jmb (n=jmb@login.ecs.soton.ac.uk)
- # [16:14] * Joins: [YaaL] (i=yaal@hell.pl)
- # [16:14] * Joins: didymos (i=jho@rapwap.razor.dk)
- # [16:14] * Joins: ianloic (i=yakk@glub.dreamhostps.com)
- # [16:14] * Joins: bzed (n=bzed@devel.recluse.de)
- # [16:16] * Joins: virtuelv_ (n=virtuelv@163.80-202-65.nextgentel.com)
- # [16:19] * Quits: virtuelv (n=virtuelv@163.80-202-65.nextgentel.com) (Connection timed out)
- # [16:21] * Joins: Lachy (n=Lachlan@203-158-33-215.dyn.iinet.net.au)
- # [16:21] * Quits: Lachy (n=Lachlan@203-158-33-215.dyn.iinet.net.au) (Remote closed the connection)
- # [16:22] * Joins: Lachy (n=Lachlan@203-158-33-215.dyn.iinet.net.au)
- # [16:39] * Quits: myakura (n=myakura@p1226-ipbf3201marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [16:58] * jgraham wonders what stuff he needs to pack
- # [17:02] * Quits: renke2 (n=user@Lf6b5.l.pppool.de) (Read error: 104 (Connection reset by peer))
- # [17:03] * Joins: renke2 (n=user@Lf6b5.l.pppool.de)
- # [17:03] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [17:03] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [17:18] * Quits: jgraham (n=jgraham@web22.webfaction.com) (kubrick.freenode.net irc.freenode.net)
- # [17:18] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (kubrick.freenode.net irc.freenode.net)
- # [17:18] * Quits: fishd (n=Darin@nat/google/x-32b517af9553e987) (kubrick.freenode.net irc.freenode.net)
- # [17:18] * Quits: Maurice (n=copyman@cc90688-a.emmen1.dr.home.nl) (kubrick.freenode.net irc.freenode.net)
- # [17:22] * Joins: Maurice (n=copyman@cc90688-a.emmen1.dr.home.nl)
- # [17:22] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [17:22] * Joins: jgraham (n=jgraham@web22.webfaction.com)
- # [17:22] * Joins: fishd (n=Darin@nat/google/x-32b517af9553e987)
- # [17:24] * Philip` wonders how the canvas colour discussion has gone from "rgb("+r+","+g+","+b+")" being long and hard to type, to suggesting that people write { red: 0, green: 0.3, blue: 0.6, alpha: 1.0 } instead
- # [17:27] <Philip`> At least one of the people writing CSS3 Color clearly had a pro-HSL agenda, so I guess they wouldn't be happy at an API that was specifically for RGB(A) and non-extensible
- # [17:34] * Joins: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [17:35] * Quits: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net) (Read error: 54 (Connection reset by peer))
- # [17:36] * Joins: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [17:40] * Quits: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net) (Read error: 60 (Operation timed out))
- # [17:40] * Joins: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [17:52] * Quits: tantek (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net) (Read error: 110 (Connection timed out))
- # [18:08] <erlehmann> ♖ ♘ ♗ ♕ ♔ ♗ ♘ ♖
- # [18:08] <erlehmann> ♙ ♙ ♙ ♙ ♙ ♙ ♙
- # [18:08] <erlehmann>
- # [18:08] <erlehmann> ♙
- # [18:08] <erlehmann>
- # [18:08] <erlehmann>
- # [18:08] <erlehmann> ♟ ♟ ♟ ♟ ♟ ♟ ♟ ♟
- # [18:08] <erlehmann> ♜ ♞ ♝ ♛ ♚ ♝ ♞ ♜
- # [18:19] <jcranmer> fixed-width chess pieces are hard to see well
- # [18:20] <jcranmer> besides, white's supposed to go first
- # [18:24] <Philip`> Depends on whether your IRC client has black-on-white text
- # [18:24] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [18:25] <Philip`> but then I think the king and queen would be the wrong way around
- # [18:25] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [18:25] <gsnedders> Philip`: yeah, they are
- # [18:26] * Quits: gsnedders (n=gsnedder@host81-156-236-33.range81-156.btcentralplus.com) ("Killin' teh intarwebs")
- # [18:28] <Philip`> Not that it makes any practical difference in the gameplay, but it's the principle that matters
- # [18:31] * Joins: gsnedders (n=gsnedder@host81-156-236-33.range81-156.btcentralplus.com)
- # [18:36] * Quits: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com) (Read error: 110 (Connection timed out))
- # [18:41] <erlehmann> mine has a) black on white and b) proper unicode support
- # [19:02] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [19:06] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net) (Client Quit)
- # [19:09] <gsnedders> Hixie: Do you have GT4?
- # [19:18] <jcranmer> erlehmann: I have white on black and proper unicode support
- # [19:20] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [19:36] * Quits: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [19:36] * Joins: tantek (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [19:39] * Joins: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [19:39] * Quits: tantek (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net) (Read error: 104 (Connection reset by peer))
- # [19:43] * Quits: ianloic (i=yakk@glub.dreamhostps.com) ("Terminated with extreme prejudice - dircproxy 1.2.0")
- # [19:48] * Quits: erlehmann (n=nils@dslb-088-074-218-201.pools.arcor-ip.net) (Read error: 110 (Connection timed out))
- # [19:52] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [20:36] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [21:10] * Quits: roc (n=roc@222-152-175-215.jetstream.xtra.co.nz)
- # [21:20] * Joins: weinig_ (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [21:20] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [21:31] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Remote closed the connection)
- # [22:11] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [22:13] * Quits: heycam (n=cam@203-217-88-112.dyn.iinet.net.au) (Success)
- # [22:13] * Joins: heycam (n=cam@203-217-88-112.dyn.iinet.net.au)
- # [22:14] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [22:22] * Joins: heycam` (n=cam@124-168-29-54.dyn.iinet.net.au)
- # [22:33] * Quits: heycam (n=cam@203-217-88-112.dyn.iinet.net.au) (Connection timed out)
- # [22:43] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:55] * Quits: jmb (n=jmb@login.ecs.soton.ac.uk) (Read error: 110 (Connection timed out))
- # [22:59] * weinig_ is now known as weinig__
- # [22:59] * weinig__ is now known as weinig
- # [23:00] * Quits: heycam` (n=cam@124-168-29-54.dyn.iinet.net.au) (Connection timed out)
- # [23:04] * Joins: heycam` (n=cam@124-168-29-54.dyn.iinet.net.au)
- # [23:21] * Joins: tantek (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net)
- # [23:21] * Quits: tantek_ (n=tantek@pool-71-105-211-125.lsanca.dsl-w.verizon.net) (Read error: 104 (Connection reset by peer))
- # [23:23] * Quits: heycam` (n=cam@124-168-29-54.dyn.iinet.net.au) (Connection timed out)
- # [23:34] * Joins: heycam` (n=cam@124-168-29-54.dyn.iinet.net.au)
- # [23:37] * Joins: olliej (n=oliver@c-24-130-131-58.hsd1.ca.comcast.net)
- # [23:48] * Joins: othermaciej (n=mjs@c-67-170-213-205.hsd1.ca.comcast.net)
- # Session Close: Sun Oct 05 00:00:00 2008
The end :)