Options:
- # Session Start: Sat Dec 22 00:00:00 2007
- # Session Ident: #whatwg
- # [00:00] <hsivonen> Philip`: it's also relevant to not having gratuitously different conformance requirements so that you can take XHTML5 without foreign namespaces on throw it at a serializer that gives you HTMl5
- # [00:01] <Philip`> ...but it seems the problem may be with what 'equivalent' means - if HTML5 said you shouldn't use <script> in XHTML, then <script type=image/svg+xml><svg .../></script> and <svg xmlns="http://whatever">...</svg> would be the equivalent representations of the same high-level concept
- # [00:02] <Philip`> (which is a significant syntactic difference between the 'same' document in two serialisations)
- # [00:02] <hsivonen> Philip`: I don't consider those equivalent in DOM terms
- # [00:02] <hsivonen> Philip`: not even on a higher level as one requires a script to aid it
- # [00:03] <Philip`> (Replace "svg" with "some-custom-xml-dialect", so in both cases it's a lump of unknown XML which requires a script to aid it)
- # [00:06] <Philip`> <html lang=en> and <html xml:lang="en"/> are not equivalent in DOM terms, but they are conceptually equivalent at a slightly higher level, and that kind of difference is what DOM Consistency says should be minimised
- # [00:07] <Philip`> so similarly <script type=custom-stuff> and <custom-stuff xmlns="..."> are not equivalent in DOM terms, but are equivalent at a higher level, so that difference should be minimised too
- # [00:08] <Philip`> so I think I agree with your email :-)
- # [00:09] <hsivonen> good. :-)
- # [00:11] <annevk> so I watched parts of the IE8 Acid2 video
- # [00:12] <annevk> there's a scrollbar in their rendering...
- # [00:17] * Quits: othermaciej (n=mjs@m810f36d0.tmodns.net)
- # [00:23] * Quits: hober (n=ted@unaffiliated/hober) ("ERC Version 5.3 (devel) (IRC client for Emacs)")
- # [00:30] * Joins: doublec (n=doublec@203-211-91-105.ue.woosh.co.nz)
- # [01:03] <annevk> https://bugzilla.mozilla.org/show_bug.cgi?id=409436 - whitespace in gecko - someone should track that
- # [01:03] <annevk> maybe i should point to html5...
- # [01:05] * annevk -> bed
- # [01:11] <Philip`> Hmm, silly Gentoo
- # [01:11] <Philip`> I upgraded Opera to 9.25, and now when I click on the Opera icon it launches Opera 9.50 Alpha inside Wine
- # [01:14] * Quits: phsiao (n=shawn@nat/ibm/x-68852defceee4c2a)
- # [01:17] * Quits: doublec (n=doublec@203-211-91-105.ue.woosh.co.nz)
- # [01:19] * Quits: billmason (n=billmaso@ip156.unival.com) (".")
- # [01:33] * Joins: colione (n=colione@c-1824e655.29-7-64736c11.cust.bredbandsbolaget.se)
- # [01:36] * Joins: hober (n=ted@unaffiliated/hober)
- # [01:36] <kig> http://glimr.rubyforge.org/cake/canvasmage.html hihih
- # [01:37] * weinig_ is now known as weinig
- # [01:38] <Philip`> kig: Doesn't work in Opera 9.2 :-(
- # [01:38] <Philip`> "Syntax error while loading: line 55 of linked script at http://glimr.rubyforge.org/cake/canvasmage.js : }"
- # [01:39] <Philip`> (maybe due to a trailing comma in a { ... } list?)
- # [01:39] * Quits: colione (n=colione@c-1824e655.29-7-64736c11.cust.bredbandsbolaget.se)
- # [01:40] <kig> thanks, took it out
- # [01:40] <Philip`> kig: Works better now - thanks :-)
- # [01:40] <Philip`> The creature looks pretty broken in Opera, but that's probably just arc bugs
- # [01:41] <kig> circle strokes with gaps and visible polygon segments?
- # [01:42] <Philip`> kig: http://tinyurl.com/3y9kp3
- # [01:43] <kig> dfsdg tinyurl data urls don't quite work in firefox
- # [01:43] <Philip`> Use Opera ;-)
- # [01:44] <inimino> with its buggy <canvas>? ;-)
- # [01:44] * Philip` ought to find a better way of uploading small files
- # [01:44] <kig> wow, that is messed up
- # [01:44] <Philip`> inimino: It's not really more buggy than anyone else's <canvas> :-)
- # [01:45] <inimino> Philip`: Perhaps, but when I tried to use <canvas> last the only bugs I hit were in Opera
- # [01:46] <jwalden> kig: dunno if you have time, but is tinyurl trying to 302 redirect to them or something?
- # [01:46] <kig> jwalden: it gives 301 with the data: url
- # [01:46] <jwalden> I seem to recall that intentionally not being supported, sec
- # [01:46] <kig> which looks funny when trying to wget
- # [01:46] <inimino> (specifically just arc() stuff, that was about as far as I got)
- # [01:48] <kig> Philip`: does it look any better now?
- # [01:48] <Philip`> kig: It looks one pixel high
- # [01:49] <kig> eh?
- # [01:50] <Philip`> The example images are about 640x1 and 320x1 and 1200x1, like lines with some yellow/black/white gradient
- # [01:50] <kig> ghhh
- # [01:50] <Philip`> (By the way, your .json files aren't really JSON because you'd need to quote the key strings)
- # [01:51] <jwalden> kig: https://bugzilla.mozilla.org/show_bug.cgi?id=211999#c19 seems to say it's fixed in 3.0, doesn't sound like it'll be fixed for 2.0 unless somebody complains
- # [01:52] <kig> jwalden: alright
- # [01:52] <Philip`> jwalden: Can I complain? I like having a tinyurlfs - but then again I like telling people to use Opera so maybe it's good that FF2 doesn't support it ;-)
- # [01:53] <jwalden> Philip`: complain in the bug if you want :-)
- # [01:53] <jwalden> redirecting to data URLs isn't especially mainstream, so I'm not super-worried if it doesn't work, to be honest
- # [01:54] <Philip`> kig: By the way, you could perhaps use ctx.__defineSetter__('fillStyle', ...) in Firefox and Opera 9.5 (and maybe others?) to catch people saying 'ctx.fillStyle = ...', instead of requiring 'ctx.setFillStyle(...)'
- # [01:54] <jwalden> think Safari added getter/setter support recently, dunno if it's in 3 or not
- # [01:55] * Quits: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com) ("leaving")
- # [01:56] <kig> Philip`: yeah, that'd be nice
- # [01:57] * Quits: weinig (n=weinig@17.203.15.140) (Read error: 104 (Connection reset by peer))
- # [01:57] * Joins: weinig (n=weinig@17.203.15.140)
- # [01:58] <Philip`> kig: It's no longer one pixel tall - it looks about the same as it did before
- # [01:58] <Philip`> s/about/exactly/
- # [01:58] <kig> one pixel tall was using "draw, insert canvas, remove image"
- # [01:58] <Philip`> s/exactly/exactly except for a little bit around the beak/
- # [01:59] <kig> now it's using "draw, img.src = canvas.toDataURL()"
- # [01:59] <Hixie> acid2 is apparently fixed
- # [01:59] <Philip`> kig: Hmm, odd
- # [01:59] <kig> but i'm doing hackery with copying the image style to the canvas style, so that might screw things up
- # [02:01] * Quits: tndH (i=Rob@adsl-87-102-44-124.karoo.KCOM.COM) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [02:02] <kig> Philip`: try now
- # [02:02] <Philip`> kig: By the way, the CanvasMage thing is quite neat :-)
- # [02:03] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
- # [02:04] <Philip`> It looks slightly more broken in Opera, since the red rectangle is now a wide triangle
- # [02:05] <kig> alright, that's screwed up
- # [02:05] <kig> i'll have to try and debug on opera tomorrow
- # [02:05] <Philip`> Oh
- # [02:05] <Philip`> It's random
- # [02:05] <Philip`> (It tends to change each time I reload the page)
- # [02:06] <Philip`> Probably same bug as http://canvex.lazyilluminati.com/misc/operanondet.html which gets rendered as http://canvex.lazyilluminati.com/misc/operanondet.png (but differently each time you reload)
- # [02:07] <kig> okay, opera gets the wtf award of the day
- # [02:09] <Philip`> That's fixed in 9.50
- # [02:09] <Philip`> The whole image looks correct in 9.50, except for some gaps where curves don't join up neatly
- # [02:10] * Philip` would probably suggest giving up on Opera 9.2 because it's far too broken
- # [02:11] <kig> yeah :/
- # [02:11] * Quits: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
- # [02:11] <Philip`> (or emulate the curve-drawing functions with JS)
- # [02:12] <kig> i thought of breaking circles into four beziers but then i found another shiny bauble
- # [02:12] <Philip`> Hmm, I thought it was impossible to represent circles as Beziers, but maybe I'm misremembering
- # [02:13] <Philip`> http://pages.sbcglobal.net/tymmott-smith/Math/Bezier.html - "we cannot get a circle with a Bezier curve" - ah, I wasn't wrong
- # [02:13] <Philip`> though maybe you can approximate something good enough
- # [02:14] <kig> flash (iirc) uses quadratic curves for everything
- # [02:14] <Philip`> Flash doesn't have to worry about interoperability or about passing annoying test cases that try to ensure curves are exactly the right shape ;-)
- # [02:16] <kig> did some tests with canvasmage animations, but they tend to be a bit big. 300k for 50 frames uncompressed, 30k gzipped
- # [02:17] <kig> 1k procedural
- # [02:17] * Quits: jwalden (n=waldo@RANDOM-SEVENTY-TWO.MIT.EDU) (Remote closed the connection)
- # [02:18] <Philip`> kig: What is the advantage of saving images/animations rather than just re-executing the original canvas script every time someone views it?
- # [02:19] <kig> faster to execute, more evil
- # [02:21] <Philip`> Maybe you could make the output much smaller by limiting the number of decimal places in all the floats, since those won't compress well
- # [02:21] <kig> e.g. image/animation based on heavy physics simulation, might take hours to generate, but the command array runs at 60fps
- # [02:23] <kig> yeah, let's see
- # [02:24] * Quits: hober (n=ted@unaffiliated/hober) ("ERC Version 5.2 (IRC client for Emacs)")
- # [02:27] * Philip` doesn't like how he keeps writing <script src=...> and forgetting the </script>
- # [02:29] <kig> stripping decimals might save 10-20%, but circles get gaps
- # [02:30] <Philip`> Can you strip fewer decimals?
- # [02:39] <kig> no visible gaps with four decimals, 10% smaller gzipped
- # [02:40] <kig> (599b vs 664b, i need a bigger test file)
- # [02:40] <Philip`> Try recording the output of Canvex ;-)
- # [02:41] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
- # [02:41] <kig> no image support yet :<
- # [02:46] * Quits: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
- # [02:51] <kig> but hmm, maybe it'll work. let's see
- # [02:53] <kig> would have to replace render_ctx with a RecordingContext and add frame markers to the command stream
- # [02:53] <jruderman> Philip`: i forget the </script> even for inline scripts
- # [02:53] <jruderman> Philip`: i wish firefox would warn me instead of just showing a blank page
- # [02:54] <jruderman> Philip`: and i'm the one who insisted on that behavior :P
- # [03:23] * Quits: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [03:26] * Quits: weinig (n=weinig@17.203.15.140)
- # [03:30] * Joins: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [03:45] * Quits: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [03:54] * Joins: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [03:58] * Quits: Thezilch[FH] (n=fuz007@wsip-64-147-23-102.oc.oc.cox.net) (Connection reset by peer)
- # [03:58] * Joins: Thezilch (n=fuz007@wsip-64-147-23-102.oc.oc.cox.net)
- # [04:12] * Quits: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [04:18] * Quits: webben (n=benh@82.152.16.177)
- # [05:10] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [05:11] * Joins: jwalden (n=waldo@RANDOM-SEVENTY-TWO.MIT.EDU)
- # [05:35] * Joins: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [05:41] * Quits: jwalden (n=waldo@RANDOM-SEVENTY-TWO.MIT.EDU) ("ChatZilla 0.9.78.1-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [05:48] * Joins: jwalden (n=waldo@RANDOM-SEVENTY-TWO.MIT.EDU)
- # [06:02] * Quits: jwalden (n=waldo@RANDOM-SEVENTY-TWO.MIT.EDU) ("ChatZilla 0.9.78.1-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [06:15] * Joins: jwalden (n=waldo@RANDOM-SEVENTY-TWO.MIT.EDU)
- # [06:26] * Quits: MikeSmith (n=MikeSmit@71-218-59-131.hlrn.qwest.net) ("Less talk, more pimp walk.")
- # [07:16] * Quits: Thezilch (n=fuz007@wsip-64-147-23-102.oc.oc.cox.net) (Read error: 110 (Connection timed out))
- # [07:19] * weinig is now known as weinig|cocoa
- # [07:22] * Joins: hdh (n=hdh@58.187.94.8)
- # [07:31] * Joins: jacobolus (n=jacobolu@pool-71-119-190-119.lsanca.dsl-w.verizon.net)
- # [08:13] * Quits: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [08:48] * weinig|cocoa is now known as weinig
- # [09:03] * Joins: othermaciej (n=mjs@67-41-200-63.hlrn.qwest.net)
- # [09:45] * Joins: jruderman (n=jruderma@ip68-5-176-76.oc.oc.cox.net)
- # [09:48] * Quits: jacobolus (n=jacobolu@pool-71-119-190-119.lsanca.dsl-w.verizon.net) (Connection timed out)
- # [09:59] * Quits: jgraham_ (n=james@81-86-208-38.dsl.pipex.com) ("This computer has gone to sleep")
- # [10:06] * Joins: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [10:22] * Joins: jgraham_ (n=james@81-86-208-38.dsl.pipex.com)
- # [10:29] <annevk> hmm, I didn't even get that bug about version= and baseProfile=
- # [10:58] * Joins: tndH_ (i=Rob@adsl-87-102-44-124.karoo.KCOM.COM)
- # [10:58] * tndH_ is now known as tndH
- # [11:07] * Joins: ROBOd (n=robod@89.122.216.38)
- # [11:10] * Joins: othermaciej_ (n=mjs@67-41-212-84.hlrn.qwest.net)
- # [11:19] * Quits: othermaciej (n=mjs@67-41-200-63.hlrn.qwest.net) (Read error: 113 (No route to host))
- # [11:20] * Quits: tndH (i=Rob@adsl-87-102-44-124.karoo.KCOM.COM) ("cz update")
- # [11:23] * Joins: tndH (n=Rob@adsl-87-102-44-124.karoo.KCOM.COM)
- # [11:49] * Joins: othermaciej (n=mjs@67-41-136-213.hlrn.qwest.net)
- # [11:57] * Quits: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [11:57] * Quits: othermaciej_ (n=mjs@67-41-212-84.hlrn.qwest.net) (Read error: 113 (No route to host))
- # [12:04] * Quits: othermaciej (n=mjs@67-41-136-213.hlrn.qwest.net)
- # [12:33] * Joins: Lachy_ (n=Lachlan@ti200710a340-2416.bb.online.no)
- # [12:36] * Joins: MikeSmith (n=MikeSmit@71-218-59-131.hlrn.qwest.net)
- # [12:45] * Quits: Lachy (n=Lachlan@cm-84.215.41.149.getinternet.no) (Read error: 110 (Connection timed out))
- # [12:47] * Joins: maikmerten (n=maikmert@L96e0.l.pppool.de)
- # [13:05] * Joins: Lachy (n=Lachlan@cm-84.215.41.149.getinternet.no)
- # [13:08] * Joins: salty-horse (n=ori@pdpc/supporter/active/salty-horse)
- # [13:09] <salty-horse> hi. seen this? http://stephenfry.com/blog/?p=32
- # [13:10] * Quits: Lachy (n=Lachlan@cm-84.215.41.149.getinternet.no) ("Leaving")
- # [13:10] * Joins: Lachy (n=Lachlan@cm-84.215.41.149.getinternet.no)
- # [13:10] <annevk> "due out soon"
- # [13:10] <annevk> heh
- # [13:11] <annevk> seems also that WHATWG is now a synonym for W3C...
- # [13:12] <salty-horse> you're welcome to comment with corrections
- # [13:12] * Joins: zcorpan (n=zcorpan@90-230-96-131-no112.tbcn.telia.com)
- # [13:14] <Philip`> "all subscribe to the Working Hypertext Application Technology Working Group mailing list (whatwg.org/mailing-list#specs) and exert pressure" - hmm, that probably won't have the desired effect
- # [13:15] * Quits: Lachy_ (n=Lachlan@ti200710a340-2416.bb.online.no) (Read error: 110 (Connection timed out))
- # [13:16] <hsivonen> ouch. I'm a bit disappointed. I expected more accurate posts on stephenfry.com
- # [13:17] <Lachy> omg, that's the most innacurate crap I've read in a while
- # [13:17] <Lachy> since when did Nokia claim any ownership of ogg?
- # [13:18] <Lachy> and Apple have explicitly stated that they're not pushing their own formats
- # [13:19] <Philip`> Lachy: What someone explicitly states is not necessarily what they are really doing
- # [13:19] <Philip`> so saying "Apple doesn't like ..." is not clearly wrong (whereas saying "Apple says it doesn't like ..." would be, since they don't say that)
- # [13:21] <Philip`> (and saying "Nokia claims ownership of some elements of Ogg" is wrong since they haven't claimed that (as far as I'm aware))
- # [13:35] * Quits: maikmerten (n=maikmert@L96e0.l.pppool.de) ("Leaving")
- # [13:40] * Joins: webben (n=benh@82.152.16.177)
- # [13:52] * Joins: gsnedders (n=gsnedder@host86-135-224-200.range86-135.btcentralplus.com)
- # [13:53] <kig> heh, svgtext.svg is 64k, 27k gzipped. svgtext.json is 79k, 22k gzipped
- # [14:03] <hdh> heh, that stephenfry post also conflates open source and open standard, not a good move
- # [14:11] <Dashiva> If it's not open source, it's not open at all!
- # [14:12] * Joins: maikmerten (n=maikmert@L96e0.l.pppool.de)
- # [14:13] <hdh> some business people twitch at open source (see "cancer"); but none can dispute the words "open standard"
- # [14:29] * Quits: zcorpan (n=zcorpan@90-230-96-131-no112.tbcn.telia.com) (Read error: 110 (Connection timed out))
- # [14:36] <tndH> okay, so now guardian readers think html 5 is evil?
- # [14:37] <gsnedders> tndH: what? in today's? where?
- # [14:37] <tndH> http://www.guardian.co.uk/technology/2007/dec/22/internet.digitalmedia
- # [14:38] <tndH> (same as the stephenfry.com link before)
- # [14:39] <hsivonen> well, the silver lining is that now the WHATWG list is noted on the Guardian
- # [14:39] <gsnedders> We're in print!
- # [14:40] <hsivonen> (if you believe that all publicity is eventually good)
- # [14:43] <gsnedders> Hey, more uninformed emails!
- # [14:52] <tndH> all i can imagine while reading through the stephen fry article is the QI siren going off and deducting him 10 points
- # [15:09] <salty-horse> are you going to email the guardian/post a comment?
- # [15:13] <maikmerten> err....
- # [15:13] <maikmerten> "The problem is that Nokia claims ownership of some elements of Ogg, which is essentially the file format for the streaming and delivery part of the codec"
- # [15:13] <maikmerten> that is... not correct
- # [15:14] <maikmerten> Nokia to my knowledge never made such a claim
- # [15:21] <gsnedders> salty-horse: the issue is most of the copies of that article will be in print, and already sold.
- # [15:21] * Joins: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [15:22] <maikmerten> actually here in Germany HTML5 is in print, too
- # [15:22] <maikmerten> in Magazin für Computertechnik (c't)
- # [15:22] <maikmerten> again mostly about <video> and codecs
- # [15:23] * Quits: Lachy (n=Lachlan@cm-84.215.41.149.getinternet.no) (Read error: 110 (Connection timed out))
- # [15:24] <Philip`> There will eventually be a point at which we have enough bandwidth and processing power to store video losslessly at the maximum resolution the human eye can perceive, so this codec thing is only a temporary problem
- # [15:25] <gsnedders> Philip`: the total bandwidth needed once we get more and more online would be huge, though
- # [15:26] <maikmerten> and even then there's the question why anyone would want to be so wasteful with resources
- # [15:26] <salty-horse> gsnedders, he could issue a clarification in the next column -- it's not the first time a print article was wrong
- # [15:26] <gsnedders> salty-horse: that's true
- # [15:26] <maikmerten> video can be compressed by a factor > 10 without anyone noticing anything
- # [15:26] <maikmerten> (usual factor 100 and bigger)
- # [15:26] * gsnedders is half asleep doing too much
- # [15:27] * gsnedders sigha
- # [15:27] <gsnedders> *sighs
- # [15:27] <gsnedders> IE6 is still the most common UA to my site :\
- # [15:27] * Quits: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 131 (Connection reset by peer))
- # [15:27] * gsnedders blames search referrers such as "why does life get complicated when you think you gay"
- # [15:28] <takkaria> hah
- # [15:28] <gsnedders> (OK, that only got one, but you get the ideA)
- # [15:28] <gsnedders> *idea
- # [15:32] <jwalden> hsivonen: too bad Hixie actually didn't think to make it a task force instead of a working group ;-)
- # [15:33] <gsnedders> WTF?
- # [15:33] <gsnedders> (as in WHATTF?)
- # [15:35] <jwalden> yes, exactly
- # [15:35] * Joins: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [15:35] <jwalden> I remember him saying one time that if he'd thought of it he'd have done it :-)
- # [15:38] <hsivonen> jwalden: well, fantasai has whattf.org
- # [15:38] <takkaria> I dislike Christmas; people stop posting so often to mailing lists and I find myself reading slashdot instead
- # [15:38] <jwalden> well-played!
- # [15:46] * Joins: digx (n=rick@c-76-109-201-140.hsd1.fl.comcast.net)
- # [15:52] <hsivonen> so I'm thinking that I should provide a setting for filtering out foreign namespaces
- # [15:52] <hsivonen> should it filter out tags or the entire subtree rooted at a dropped element?
- # [15:53] <hsivonen> I'm leaning towards dropping the entire subtree
- # [15:53] * Quits: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 131 (Connection reset by peer))
- # [15:53] * Joins: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [15:53] <hsivonen> (consider foreign metadata elements in <head> or SVG <metadata> and what would happen if only text content were left)
- # [16:05] * Joins: Lachy__ (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [16:07] * Quits: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 145 (Connection timed out))
- # [16:07] * Quits: Lachy__ (n=Lachlan@cm-84.215.54.100.getinternet.no) (Client Quit)
- # [16:32] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [16:57] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 104 (Connection reset by peer))
- # [16:58] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [17:02] * gsnedders is amazed that Lachy is actually twittering about snow in Norway
- # [17:07] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 104 (Connection reset by peer))
- # [17:14] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [17:19] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 104 (Connection reset by peer))
- # [17:19] * Joins: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [17:26] * Joins: csarven (n=nevrasc@207.210.58.93)
- # [17:27] * Quits: Yudai (n=Yudai@p92097e.tokyte00.ap.so-net.ne.jp) ("SIGTERM received; exit")
- # [17:27] * Joins: Yudai (n=Yudai@p92097e.tokyte00.ap.so-net.ne.jp)
- # [17:43] <annevk> html5.org got over a 100.000 page requests on 11 December
- # [17:44] <annevk> normal amount is about 800-1000 a day
- # [17:44] * gsnedders blinks, then realises annevk is doing the European norm of . being a thousand separator
- # [17:47] <Dashiva> gsnedders: Lachy is new in town :)
- # [17:48] <gsnedders> Dashiva: I know, it still seems odd.
- # [17:48] * gsnedders wants snow here (where here = east coast of Scotland)
- # [17:48] * takkaria wants snow in the middle of Manchester, UK, but it's not going to happen. :)
- # [17:49] * Quits: hdh (n=hdh@58.187.94.8) (Read error: 113 (No route to host))
- # [17:49] * annevk would like 20 degrees in NL
- # [17:49] <gsnedders> haven't had proper snow here since 1997
- # [17:49] <annevk> (Celcius)
- # [17:50] <gsnedders> we have 275K here
- # [17:51] <gsnedders> (i.e., 2°C)
- # [17:55] * Quits: jwalden (n=waldo@RANDOM-SEVENTY-TWO.MIT.EDU) (Remote closed the connection)
- # [18:26] * Joins: colione (n=colione@cust-155.geab-041-1.ephone.se)
- # [18:33] * Joins: hdh (n=hdh@118.71.59.91)
- # [19:16] * Quits: csarven (n=nevrasc@207.210.58.93) (Read error: 110 (Connection timed out))
- # [19:16] * Joins: Lachy__ (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [19:17] * Quits: gsnedders (n=gsnedder@host86-135-224-200.range86-135.btcentralplus.com)
- # [19:29] * Quits: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 110 (Connection timed out))
- # [19:30] * Joins: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [19:39] * Parts: salty-horse (n=ori@pdpc/supporter/active/salty-horse) ("Leaving")
- # [19:44] * Joins: gsnedders (n=gsnedder@host86-135-224-200.range86-135.btcentralplus.com)
- # [19:51] * Quits: colione (n=colione@cust-155.geab-041-1.ephone.se) (Read error: 110 (Connection timed out))
- # [20:07] * Quits: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [20:08] * Joins: csarven (n=nevrasc@207.210.58.93)
- # [20:09] * Joins: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [20:13] * Quits: jgraham_ (n=james@81-86-208-38.dsl.pipex.com) ("This computer has gone to sleep")
- # [20:20] * Quits: Lachy__ (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 110 (Connection timed out))
- # [21:02] * Joins: jacobolus (n=jacobolu@pool-71-119-190-119.lsanca.dsl-w.verizon.net)
- # [21:07] * Joins: Lachy__ (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [21:08] * Quits: Lachy__ (n=Lachlan@cm-84.215.54.100.getinternet.no) (Client Quit)
- # [21:18] * Quits: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 110 (Connection timed out))
- # [21:25] * Joins: Lachy__ (n=Lachlan@ti200710a340-2416.bb.online.no)
- # [21:47] * Joins: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [21:48] * Quits: Lachy__ (n=Lachlan@ti200710a340-2416.bb.online.no) (Read error: 110 (Connection timed out))
- # [21:50] * Joins: grimboy (n=grimboy@85-211-253-182.dsl.pipex.com)
- # [22:01] * Joins: webben_ (n=benh@dip5-fw.corp.ukl.yahoo.com)
- # [22:09] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:11] * Quits: maikmerten (n=maikmert@L96e0.l.pppool.de) ("Leaving")
- # [22:15] * Quits: jacobolus (n=jacobolu@pool-71-119-190-119.lsanca.dsl-w.verizon.net)
- # [22:17] * Quits: webben (n=benh@82.152.16.177) (Read error: 110 (Connection timed out))
- # [22:39] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [23:29] * Joins: jgraham_ (n=james@81-86-208-38.dsl.pipex.com)
- # [23:34] * Joins: jacobolus (n=jacobolu@pool-71-119-190-119.lsanca.dsl-w.verizon.net)
- # [23:35] * Joins: othermaciej (n=mjs@67-41-212-86.hlrn.qwest.net)
- # [23:44] * Quits: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # [23:58] * Joins: roc (n=roc@222-154-25-108.jetstream.xtra.co.nz)
- # Session Close: Sun Dec 23 00:00:00 2007
The end :)