Options:
- # Session Start: Wed Jan 16 00:00:00 2008
- # Session Ident: #whatwg
- # [00:01] <Philip`> Oh, it clearly is since it's just a linear combination
- # [00:02] <Philip`> The arc/arcTo definitions are broken, though...
- # [00:04] * Joins: webben (n=benh@91.84.244.69)
- # [00:05] <Philip`> (and rect)
- # [00:07] * Joins: webben_ (n=benh@dip5-fw.corp.ukl.yahoo.com)
- # [00:15] <Philip`> Hmm, Safari resets the path when you do restore() - I'd forgotten about that bug :-/
- # [00:17] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [00:18] <Philip`> Also, it's funny to watch Opera attempting to do arcTo
- # [00:22] * Quits: webben (n=benh@91.84.244.69) (Read error: 110 (Connection timed out))
- # [00:24] * Quits: molly (n=Molly@ip72-200-124-50.tc.ph.cox.net) (Read error: 110 (Connection timed out))
- # [00:30] * Joins: molly (n=Molly@ip72-200-124-50.tc.ph.cox.net)
- # [00:31] * Joins: csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca)
- # [00:36] * Quits: eseidel (n=eseidel@nat/google/x-fbc14582c6c71d98)
- # [00:38] * Quits: tndH (i=Rob@87.102.16.84) ("ChatZilla 0.9.80-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [00:39] * Parts: molly (n=Molly@ip72-200-124-50.tc.ph.cox.net)
- # [00:51] * Parts: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [00:52] <jwalden> Hixie: you sure in test 5 you didn't mean for |substr(0, 1)| to be |substr(-1, 1)|?
- # [01:02] * Joins: MikeSmith (n=MikeSmit@58.157.21.205)
- # [01:07] <kig> Philip`: write an arc/arcTo implementation that uses bezier curves :|
- # [01:08] <kig> the solution to all problems is to plaster over the crackrock that the world gives
- # [01:09] <kig> css differences between browsers? roll your own css with js and position:absolute
- # [01:09] <Philip`> Has anybody written a JS interpreter in pure JS?
- # [01:09] <kig> i wish
- # [01:10] <kig> would settle for a js-to-browser-js -compiler too
- # [01:10] <webben_> I thought someone had.
- # [01:10] <Philip`> There's Narcissus but I think that requires some SpiderMonkey extensions
- # [01:10] <webben_> But maybe that's a false memory.
- # [01:10] <Philip`> http://lxr.mozilla.org/mozilla/source/js/narcissus/jsparse.js etc
- # [01:10] <Lachy> it'd cool if someone wrote a JS interpeter in LOLCode, and then ran that in the LOLCode interpreter that's written in JS :-)
- # [01:11] <Philip`> __defineProperty__? What does that do?
- # [01:12] <jgraham> If you wrote a js interpreter in python you could compile it to js PyPy, the python interpreter written in python...
- # [01:12] <Philip`> http://www.nabble.com/__defineProperty__-by-default-in-SpiderMonkey-td2853378.html - oh, it's only there if you #define NARCISSUS, which is cheating
- # [01:15] * Quits: aroben (n=aroben@unaffiliated/aroben)
- # [01:19] <Philip`> There is (or used to be) a JS code-generating backend for Pugs (the Perl 6 compiler written in Haskell)
- # [01:19] <Philip`> but "hello world" was about 1MB of JS, and it didn't work in any browser :-(
- # [01:21] * Quits: billmason (n=billmaso@ip129.unival.com) (".")
- # [01:22] * Philip` is reminded that he really needs to finish his JS HTML5 parser
- # [01:23] <Philip`> (Actually I need the Perl one more than JS, but the JS one is more fun)
- # [01:40] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) ("Leaving")
- # [01:41] * Quits: othermaciej (n=mjs@17.255.110.3)
- # [01:43] * Joins: weinig (n=weinig@17.203.15.140)
- # [01:44] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [01:51] * Quits: MikeSmith (n=MikeSmit@58.157.21.205) ("Less talk, more pimp walk.")
- # [02:00] <Philip`> Is IDL "float" 32-bit or 64-bit?
- # [02:07] <jwalden> 32-bit
- # [02:07] <jwalden> can you guess why it's called 'double'? ;-)
- # [02:07] <Philip`> Ah, thanks
- # [02:08] <Philip`> I couldn't find anything in HTML5 using 'double', so it was possible that 'float' was just referring generically to a large floating point type :-)
- # [02:09] * Quits: jruderman (n=jruderma@corp-241.mountainview.mozilla.com)
- # [02:12] * Quits: weinig (n=weinig@17.203.15.140) (Read error: 104 (Connection reset by peer))
- # [02:12] * Joins: weinig (n=weinig@17.203.15.140)
- # [02:19] * Philip` wonders if he should send comments to public-html in attempt to increase the SNR
- # [02:19] <Philip`> s/ / an /
- # [02:19] <jwalden> Philip`: well, in that matter, it might just be generic -- just note that JS numbers are traditional doubles
- # [02:27] * Joins: othermaciej (n=mjs@17.255.110.3)
- # [02:28] <Philip`> jwalden: I guess it doesn't matter much for the case I was looking at, since it all gets converted to 16.16 fixed-point anyway
- # [02:28] <jwalden> heh, no :-)
- # [02:31] * Philip` wonders who thought 64K coordinate space units would be enough for anyone
- # [02:37] * Joins: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [02:39] * Joins: a_magical_me (n=a_magica@c-67-171-194-99.hsd1.or.comcast.net)
- # [02:42] * a_magical_me is now known as a_magical_me2
- # [02:47] * Quits: kingryan (n=kingryan@dsl092-219-050.sfo1.dsl.speakeasy.net) (Read error: 113 (No route to host))
- # [02:54] <Hixie> jwalden: oops, fixed. i changed the text in instructions.inc and forgot to update the test.
- # [02:55] <jwalden> Hixie: incidentally, I don't hugely care any more for 31/32 now that you've made them reset and Firefox passes, but -- I can't help wondering how you're reading the HTML DOM spec to allow click() to work on type="text"; I just don't see it
- # [02:55] <jwalden> it seems clear-cut to me that it only works on the specific enumerated types
- # [02:56] <Hixie> the spec says "Simulate a mouse-click. For INPUT elements whose type attribute has one of the following values: "button", "checkbox", "radio", "reset", or "submit".".
- # [02:56] <Hixie> the first sentence is an imperative statement saying what the UA must do if the method is invoked
- # [02:56] <Hixie> the second sentence is an informative statement of intent.
- # [02:56] <jwalden> shudder
- # [02:56] <jwalden> but I guess I can see
- # [02:57] <jwalden> I'm sure if you'd written it this wouldn't be anywhere close to ambiguous :-)
- # [02:59] * Philip` would still suggest reviewing the spec for ambiguity rather than assuming Hixie is perfect :-)
- # [02:59] <Hixie> yeah well
- # [02:59] <Hixie> that spec has issues
- # [02:59] <Hixie> Philip`: indeed!
- # [03:00] <jwalden> oh, certainly :-)
- # [03:00] <Hixie> good lord, this xhtml nonsense is getting out of hand
- # [03:00] <jwalden> I think I've referred to specs more in the last week than in the entire last month
- # [03:01] <Hixie> heh
- # [03:11] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) (Read error: 104 (Connection reset by peer))
- # [03:11] * Joins: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [03:12] * Quits: weinig (n=weinig@17.203.15.140)
- # [03:18] * Quits: dbaron (n=dbaron@c-71-204-145-103.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [03:38] * Quits: roc (n=roc@202.0.36.64)
- # [03:44] * Joins: weinig (n=weinig@17.203.15.140)
- # [04:15] * Quits: weinig (n=weinig@17.203.15.140)
- # [04:36] * Quits: othermaciej (n=mjs@17.255.110.3)
- # [04:36] <Hixie> seems you can crash Safari by doing a shadowBlur that's more than about 10000px.
- # [04:51] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [05:02] <jwalden> fun
- # [05:40] * Quits: dolphinling (n=chatzill@132.198.241.207) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.9b3pre/2007121408]")
- # [05:53] * Quits: phsiao (n=shawn@c-71-232-12-131.hsd1.ma.comcast.net)
- # [06:11] * Joins: blauzahl (n=zahl@64.207.27.249)
- # [06:15] * Quits: inimino (n=inimino@c-75-71-88-233.hsd1.co.comcast.net) (Read error: 110 (Connection timed out))
- # [06:22] * Joins: roc_ (n=roc@202.0.36.64)
- # [06:36] * Quits: roc_ (n=roc@202.0.36.64)
- # [07:01] * Parts: blauzahl (n=zahl@64.207.27.249) ("Konversation terminated!")
- # [07:24] * Quits: csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca) ("http://www.csarven.ca/")
- # [07:29] * Joins: MikeSmith (n=MikeSmit@58.157.21.205)
- # [07:41] * Quits: heycam (n=cam@210-84-62-145.dyn.iinet.net.au) ("bye")
- # [07:42] * Joins: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de)
- # [07:42] * Joins: heycam (n=cam@210-84-62-145.dyn.iinet.net.au)
- # [07:47] * Joins: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [07:54] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [08:10] * Joins: kingryan (n=kingryan@dsl092-002-056.sfo1.dsl.speakeasy.net)
- # [08:56] * Quits: kingryan (n=kingryan@dsl092-002-056.sfo1.dsl.speakeasy.net)
- # [08:58] * Joins: roc_ (n=roc@121-72-13-118.dsl.telstraclear.net)
- # [09:26] * Joins: virtuelv (n=virtuelv@pat-tdc.opera.com)
- # [09:27] * Joins: tndH (i=Rob@87.102.16.84)
- # [09:30] * Quits: jwalden (n=waldo@RANDOM-SEVENTY-TWO.MIT.EDU) (Remote closed the connection)
- # [09:39] * Parts: a_magical_me2 (n=a_magica@c-67-171-194-99.hsd1.or.comcast.net)
- # [09:40] * Quits: webben_ (n=benh@dip5-fw.corp.ukl.yahoo.com)
- # [09:52] * Quits: Lachy_ (n=Lachlan@cm-84.215.54.100.getinternet.no) ("This computer has gone to sleep")
- # [10:02] <Philip`> Hixie: When implementing shadows for FF, I just clamped shadowBlur to 2000 (i.e. about 600 pixels radius) since that seemed a sensible way to avoid using gigabytes of memory for a large blur
- # [10:02] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [10:08] * Joins: Lachy (n=Lachlan@pat-tdc.opera.com)
- # [10:09] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) (Client Quit)
- # [10:09] * Joins: Lachy (n=Lachlan@pat-tdc.opera.com)
- # [10:14] * Joins: OmegaJunior (n=ZJr@a82-95-48-162.adsl.xs4all.nl)
- # [10:20] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:31] * Quits: roc_ (n=roc@121-72-13-118.dsl.telstraclear.net)
- # [10:38] * Joins: Camaban (n=adrianle@host81-133-229-168.in-addr.btopenworld.com)
- # [10:41] * Quits: MikeSmith (n=MikeSmit@58.157.21.205) (Remote closed the connection)
- # [10:42] * Joins: webben (n=benh@nat/yahoo/x-91f60b6d27eccab4)
- # [10:43] * Joins: MikeSmith (n=MikeSmit@58.157.21.205)
- # [10:52] * Quits: MikeSmith (n=MikeSmit@58.157.21.205) ("Less talk, more pimp walk.")
- # [11:00] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [11:00] <zcorpan> http://www.ytqm.org/2008/01/16/whatyouseeiswhatthefuck/
- # [11:03] <hsivonen> zcorpan: redirects me to an anti-spyware scam
- # [11:03] <Lachy> hsivonen, doesn't do that for me
- # [11:04] <Lachy> hsivonen, the page contains this comic strip http://www.userfriendly.org/cartoons/archives/07jul/uf010526.gif
- # [11:05] <zcorpan> and, translated text equivalent underneath the image... try this one http://translate.google.com/translate?u=http%3A%2F%2Fwww.ytqm.org%2F2008%2F01%2F16%2Fwhatyouseeiswhatthefuck%2F
- # [11:07] <hsivonen> that one shows a NSFW penis enlargement ad
- # [11:07] <hsivonen> clearly a quality site
- # [11:07] <zcorpan> lol
- # [11:12] <virtuelv> hehe
- # [11:13] <zcorpan> Hixie: hmm, in test 10 you test that Attr nodes have child nodes. that's something i'd like to change in the dom spec actually
- # [11:14] <Hixie> isn't it interoperably implemented already?
- # [11:14] <zcorpan> not in opera
- # [11:14] <zcorpan> or ie
- # [11:16] <hsivonen> what's the point of attribute nodes?
- # [11:16] <annevk> it's for entityreference nodes
- # [11:16] <annevk> which must die
- # [11:16] <zcorpan> hsivonen: more to the point, what's the point of attribute nodes having its value duplicated as a child text node?
- # [11:29] * Joins: MikeSmith (n=MikeSmit@58.157.21.205)
- # [11:42] * Joins: inimino (n=inimino@c-75-71-88-233.hsd1.co.comcast.net)
- # [11:47] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [11:49] * Joins: tndH_ (i=Rob@adsl-87-102-83-222.karoo.KCOM.COM)
- # [11:53] * Quits: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de) ("Verlassend")
- # [12:03] * Joins: vant (n=vant@p4044-ipbf3203marunouchi.tokyo.ocn.ne.jp)
- # [12:07] <hsivonen> mpt: Coming up with a correct positive wording for "Don't override." is hard
- # [12:08] <hsivonen> mpt: Since the positive wording would be along the lines of "Use encoding info from transfer protocol or the document."
- # [12:08] <hsivonen> which is long
- # [12:08] <mpt> "As set by the server/page"?
- # [12:09] <hsivonen> ok
- # [12:09] <hsivonen> thanks
- # [12:09] <mpt> yw
- # [12:11] * Quits: tndH (i=Rob@87.102.16.84) (Read error: 110 (Connection timed out))
- # [12:35] * Quits: jgraham (n=james@81-86-209-97.dsl.pipex.com) ("This computer has gone to sleep")
- # [12:50] * tndH_ is now known as tndH
- # [12:53] * Joins: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de)
- # [13:03] * Joins: zcorpan (n=zcorpan@pat.se.opera.com)
- # [13:30] <zcorpan> Hixie: in order to allow us to fix <link> ignoring content-type in a way that doesn't introduce more differences between quirks and non-quirks, could you perhaps change the test to use image/gif or something instead of text/html?
- # [14:11] * Quits: webben (n=benh@nat/yahoo/x-91f60b6d27eccab4)
- # [14:45] * Joins: webben (n=benh@nat/yahoo/x-182bf6efb62cab5f)
- # [15:03] * Joins: phsiao (n=shawn@c-71-232-12-131.hsd1.ma.comcast.net)
- # [15:05] * Quits: virtuelv (n=virtuelv@pat-tdc.opera.com) ("Leaving")
- # [15:45] <hsivonen> which one is worse: cloning a lot of DOM text nodes or concatenating as many JS strings?
- # [15:46] <hsivonen> say I have 1500 DOM strings that I want to copy into a text area
- # [15:46] <hsivonen> should I build a concatenation of the strings and put it into the text area
- # [15:46] <hsivonen> or insert each string without modification as a text node of its own into the textarea?
- # [15:50] <gavin> by "1500 DOM strings" do you mean "1500 DOM text nodes"?
- # [15:51] <gavin> my gut feeling is that the JS string concatenation approach would perform better than any kind of DOM manipulation
- # [15:53] <gavin> assuming you mean something like |for each (textnode in nodes) total += textnode.textContent; textarea.value = total;| vs. |for each (textnode in nodes) textarea.appendChild(textnode.cloneNode());|
- # [15:54] <zcorpan> hsivonen: iirc, string concatenation is horrobly slow in ie; it's at least an order of magnitude faster to append the strings to an array and then do .join('')
- # [15:54] <zcorpan> i don't know about cloning though
- # [15:55] <zcorpan> s/horrobly/horribly/
- # [15:55] <hsivonen> gavin: yes, I mean 1500 DOM text node and total += textnode.textContent
- # [15:55] <hsivonen> zcorpan: ok.
- # [15:56] <hsivonen> thanks. I guess this means that I should collect the strings in an array and then join
- # [15:56] <zcorpan> i think you also need to set .value instead of inserting child nodes for compat with ... ie i think
- # [15:56] <gavin> yeah, there was a mozilla bug about improving that kind of JS string concatenation
- # [15:56] <gavin> iincluding workarounds just like zcorpan mentioned
- # [15:57] * Quits: phsiao (n=shawn@c-71-232-12-131.hsd1.ma.comcast.net)
- # [15:58] <gavin> https://bugzilla.mozilla.org/show_bug.cgi?id=56940#c14
- # [15:58] <hsivonen> thanks
- # [15:59] <hsivonen> I hope textContent is smart about the single text child case
- # [16:01] * Joins: csarven (n=nevrasc@on-irc.csarven.ca)
- # [16:27] * Joins: aroben (n=aroben@c-76-124-50-18.hsd1.pa.comcast.net)
- # [16:27] * Joins: phsiao (n=shawn@nat/ibm/x-dcc09917e1ee69a7)
- # [16:44] * Joins: virtuelv (n=virtuelv@65.80-202-82.nextgentel.com)
- # [16:49] * Joins: billmason (n=billmaso@ip129.unival.com)
- # [16:56] * Quits: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de) ("Verlassend")
- # [17:04] * Quits: vant (n=vant@p4044-ipbf3203marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [17:11] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) ("This computer has gone to sleep")
- # [17:19] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [17:27] * Quits: virtuelv (n=virtuelv@65.80-202-82.nextgentel.com) (Read error: 110 (Connection timed out))
- # [17:35] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [17:35] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) (Remote closed the connection)
- # [17:35] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [18:16] * Parts: gsnedders (n=gsnedder@host217-42-133-143.range217-42.btcentralplus.com)
- # [18:16] * Joins: gsnedders (n=gsnedder@host217-42-133-143.range217-42.btcentralplus.com)
- # [18:33] * Joins: hober (n=ted@unaffiliated/hober)
- # [18:34] * Quits: webben (n=benh@nat/yahoo/x-182bf6efb62cab5f)
- # [18:43] * Quits: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [18:49] * Joins: maikmerten (n=maikmert@T6606.t.pppool.de)
- # [18:57] * Joins: weinig (n=weinig@17.203.15.140)
- # [19:01] * Parts: Camaban (n=adrianle@host81-133-229-168.in-addr.btopenworld.com)
- # [19:02] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [19:10] * Joins: jruderman (n=jruderma@guest-229.mountainview.mozilla.com)
- # [19:17] * Quits: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [19:19] * Joins: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [19:23] * Joins: virtuelv (n=virtuelv@65.80-202-82.nextgentel.com)
- # [19:31] * Quits: weinig (n=weinig@17.203.15.140)
- # [20:03] * Quits: jruderman (n=jruderma@guest-229.mountainview.mozilla.com)
- # [20:04] * Parts: zcorpan (n=zcorpan@pat.se.opera.com)
- # [20:06] * Joins: othermaciej (n=mjs@17.255.110.3)
- # [20:06] * Joins: jruderman (n=jruderma@guest-229.mountainview.mozilla.com)
- # [20:12] * Quits: maikmerten (n=maikmert@T6606.t.pppool.de) ("Leaving")
- # [20:24] * Joins: maikmerten (n=maikmert@T6606.t.pppool.de)
- # [20:44] * Quits: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [20:45] * Joins: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [20:51] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [20:58] * Joins: dbaron (n=dbaron@guest-229.mountainview.mozilla.com)
- # [21:05] * Joins: weinig (n=weinig@17.203.15.140)
- # [21:31] * Quits: csarven (n=nevrasc@on-irc.csarven.ca) (Read error: 104 (Connection reset by peer))
- # [21:33] * Quits: gsnedders (n=gsnedder@host217-42-133-143.range217-42.btcentralplus.com)
- # [21:37] * Quits: maikmerten (n=maikmert@T6606.t.pppool.de) ("Leaving")
- # [21:38] * Joins: csarven (n=nevrasc@on-irc.csarven.ca)
- # [21:49] * Joins: jgraham (n=james@81-86-209-97.dsl.pipex.com)
- # [21:51] * Quits: jgraham (n=james@81-86-209-97.dsl.pipex.com) (Client Quit)
- # [21:51] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [21:53] * Joins: jgraham (n=james@81-86-209-97.dsl.pipex.com)
- # [22:03] * Joins: roc (n=roc@202.0.36.64)
- # [22:30] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:56] * Quits: jruderman (n=jruderma@guest-229.mountainview.mozilla.com)
- # [22:57] * Quits: othermaciej (n=mjs@17.255.110.3)
- # [22:58] * Joins: a_magical_me2 (n=a_magica@c-67-171-194-99.hsd1.or.comcast.net)
- # [23:01] * Quits: doublec (n=ChrisDou@li5-223.members.linode.com) ("Terminated with extreme prejudice - dircproxy 1.0.5")
- # [23:01] * Joins: doublec (n=doublec@li5-223.members.linode.com)
- # [23:02] * Joins: othermaciej (n=mjs@17.255.110.3)
- # [23:03] * Joins: weinig_ (n=weinig@17.255.109.141)
- # [23:18] * Quits: weinig (n=weinig@17.203.15.140) (Read error: 110 (Connection timed out))
- # [23:18] * Joins: roc_ (n=roc@202.0.36.64)
- # [23:19] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [23:28] * Quits: roc (n=roc@202.0.36.64) (Read error: 110 (Connection timed out))
- # [23:30] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) ("Leaving")
- # [23:30] * Joins: weinig (n=weinig@17.255.109.141)
- # [23:32] * Quits: weinig_ (n=weinig@17.255.109.141) (Read error: 104 (Connection reset by peer))
- # [23:34] * Joins: roc (n=roc@202.0.36.64)
- # [23:44] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [23:48] * Joins: jruderman (n=jruderma@guest-229.mountainview.mozilla.com)
- # [23:49] * Quits: weinig (n=weinig@17.255.109.141)
- # [23:51] * Quits: roc_ (n=roc@202.0.36.64) (Read error: 110 (Connection timed out))
- # [23:51] * Quits: csarven (n=nevrasc@on-irc.csarven.ca) (Remote closed the connection)
- # [23:52] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [23:53] * Quits: phsiao (n=shawn@nat/ibm/x-dcc09917e1ee69a7) (Read error: 110 (Connection timed out))
- # [23:58] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Read error: 113 (No route to host))
- # Session Close: Thu Jan 17 00:00:00 2008
The end :)