Options:
- # Session Start: Sat Jul 11 00:00:00 2009
- # Session Ident: #whatwg
- # [00:03] * Joins: cying_ (n=cying@70.90.171.153)
- # [00:12] * Quits: archtech (n=stanv@83.228.56.37)
- # [00:21] * Quits: cying (n=cying@70.90.171.153) (Read error: 110 (Connection timed out))
- # [00:21] * cying_ is now known as cying
- # [00:34] <Dashiva> I can understand people who want to write a strict syntax (subset), but is there really anything stricter about using <br/> than <br>? If anything, it leaves you open to <br/> vs <br />
- # [00:35] <Dashiva> Could've saved a lot of trouble if people had talked about strict HTML rather than saddling it on XHTML
- # [00:37] <hober> indeed
- # [00:51] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [01:03] <tantek> Dashiva - back in the day, many of us *did* talk about strict valid semantic HTML.
- # [01:03] * Quits: bgalbraith (n=bgalbrai@nat/mozilla/x-094e799f06deb7df)
- # [01:04] <tantek> but HTML by then had already earned too much of a "presentational" reputation, even among web designers, especially among programmers.
- # [01:04] * Joins: bgalbraith (n=bgalbrai@nat/mozilla/x-be185d36b5aec01f)
- # [01:05] <tantek> XHTML 1.0 was an opportunity to present valid semantic HTML anew, and for the most part, it worked/works quite well.
- # [01:06] <tantek> eventually a lot of us started referring to good use of XHTML/HTML by the shorthand (X)HTML, which was sufficient to include those that really wanted to just use HTML4 really well.
- # [01:14] <tantek> Dashiva - here is a short list of minor advantages to using XHTML rather than HTML: http://tantek.com/log/2003/01.html#L20030114t1345
- # [01:16] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [01:17] <Philip`> JavaScript variable scoping is great fun
- # [01:19] <Philip`> Hixie: What does the fourth column in the http://www.whatwg.org/issues/data.html table mean? (It seems to lack a column heading)
- # [01:19] <Hixie> fixed
- # [01:20] <Philip`> Ah, indeed
- # [01:20] <Philip`> It'd be nice if Opera didn't display the entire table before the canvas
- # [01:21] <Hixie> it shouldn't display the table at all
- # [01:21] <othermaciej> tantek: that was a reasonable list of reasons at the time - I think nowadays most of them have been addressed by HTML5 or just general market changes
- # [01:22] <Philip`> Hixie: I think it just totally fails to implement canvas child nodes correctly
- # [01:23] <tantek> HTML5 certainly goes a long way towards addressing them, and certainly the web authoring community has made very good progress in better use of semantic (X)HTML.
- # [01:23] <Philip`> It parses <canvas> kind of like <script> or something
- # [01:24] <tantek> othermaciej, the reliable input to XML tools however is still a non-trivial advantage. For example, two very common microformats tools, X2V and Optimus, are both written in XSLT.
- # [01:24] <Hixie> Philip`: odd
- # [01:24] <Hixie> Philip`: file a bug
- # [01:24] <tantek> if parsing a page fails as XML, then the tools run tidy on the page to "clean it up" before retrying
- # [01:25] <tantek> since tidy is known to overly clean things up (e.g. strip elements with no contents, even if they have class and title attribute), it's still better to published well formed XML via XHTML.
- # [01:26] * Quits: poe (n=poe@unaffiliated/xerox)
- # [01:26] <tantek> also performance, as obviously trying once is faster than trying twice with a tidy clean step in the middle.
- # [01:28] <othermaciej> tantek: I think html5lib and such are making that advantage less and less relevant
- # [01:28] <othermaciej> but sure, it might not be deployed in all the right places yet
- # [01:30] <tantek> othermaciej, I tend to agree, over time the magnitude of the advantage is likely to decrease due to tools like html5lib.
- # [01:30] <tantek> and yes, for now and the near future however, I can say it still very much makes a difference.
- # [01:31] * Quits: dolske (n=dolske@nat/mozilla/x-64178f12f2b80384)
- # [01:31] * Quits: ap (n=ap@nat/apple/x-310fc59502afba19)
- # [01:31] <tantek> frankly, it's turned out to make more of a difference (e.g. the microformats XSLT tools people wrote) than I expected it to when I wrote that blog post 6 years ago.
- # [01:31] * Joins: dolske (n=dolske@nat/mozilla/x-faff34e432382c8e)
- # [01:32] <syp_> Hixie: is it safe to assume element.classList will need to be case insensitive in quirks mode?
- # [01:32] * Quits: cying (n=cying@70.90.171.153) (Remote closed the connection)
- # [01:32] <Hixie> syp_: no
- # [01:32] <othermaciej> well - it's only an advantage for microformats XSLT tools in the case where people are using such tools on content they control
- # [01:32] <Hixie> syp_: it is not safe to assume that
- # [01:33] <syp_> hmm, ok
- # [01:33] * Joins: cying (n=cying@70.90.171.153)
- # [01:33] <Hixie> syp_: it might be true, though; what does the spec say?
- # [01:33] <othermaciej> if tools like that need to be able to extract from anything on the web, then it's outright a bug in those tools that they use libtidy when faced with HTML instead of XHTML
- # [01:33] <syp_> Hixie: it doesn't say anything for the moment, so I guess it means case sensitive.
- # [01:33] <tantek> sure, they may switch to using html5lib instead of tidy over time
- # [01:33] <Hixie> syp_: k. That seems best.
- # [01:34] <Hixie> syp_: you can't be in quirks mode in a conforming doc anyway.
- # [01:34] <tantek> but even with that substitution, the performance difference will still exist. one process step vs. two process steps with a html5lib conversion in the middle.
- # [01:34] <Hixie> crap meeting gotta go
- # [01:34] <tantek> To be clear, I've never really had much hope for XML on the web. Extensibility and everyone making up their own vocabularies means less likelihood of communication (especially across time), not more.
- # [01:34] <tantek> Thus XML methodologies were kind of doomed from the start as far as an update to the basic communication format of the Web. Never mind the ridiculous "must fail" approach.
- # [01:34] <syp_> Hixie: ok thanks
- # [01:35] <tantek> s/ridiculous/impractical
- # [01:36] <syp_> Hixie: I saw some comments in the mailing list about that, and other parts of the spec where classes are handled in a case insensitive way, that's why I was wondering.
- # [01:36] <othermaciej> tantek: the downside risk to XHTML served as text/html is that there's no handy validator to tell you that your document is a correct chameleon document
- # [01:37] <tantek> othermaciej - the W3C validator does just fine.
- # [01:37] <othermaciej> so there's the risk of making something that will be misinterpreted depending on what tool is reading it
- # [01:37] <othermaciej> tantek: does it have a special "appendix C" mode?
- # [01:37] <tantek> it validates it as XHTML, even if served as text/html
- # [01:37] <othermaciej> validating as XHTML is not validating whether it means the same thing interpreted as HTML and XML
- # [01:38] <tantek> othermaciej - last I checked it hard *warnings* for Appendix C violations on XHTML 1.0 documents served as text/html.
- # [01:38] <tantek> s/hard/had
- # [01:38] <othermaciej> that's probably good enough
- # [01:38] <tantek> that's kind of what I figured too.
- # [01:39] <othermaciej> (only remaining risks would be to obscure script issues, but that's only an issue if serving to real browsers as both mime types, not so much to pure data processing tools)
- # [01:39] * Joins: Philip`_ (n=philip@zaynar.co.uk)
- # [01:39] <othermaciej> I hope validator.nu gets a chameleon checking mode even though I bet hsivonen hates the idea of chameleon documents
- # [01:39] <tantek> agreed. and it's impractical to serve anything but text/html to browsers.
- # [01:39] * Quits: dglazkov (n=dglazkov@nat/google/x-4a7fe27785c06a26)
- # [01:40] <tantek> or rather, it's impractical to depend on "must fail" MIME types, e.g. serve application/xml(+*) to browsers.
- # [01:41] <tantek> othermaciej I for one like chameleon documents, and even code too.
- # [01:41] <tantek> see for example: http://tantek.pbworks.com/CassisProject
- # [01:42] <tantek> such chameleon documents/code typically have greater utility than either of the two single formats/languages on their own.
- # [01:44] <othermaciej> tantek: that's wild
- # [01:48] * Quits: Philip` (n=philip@zaynar.co.uk) (Read error: 110 (Connection timed out))
- # [01:50] * Philip`_ is now known as Philip`
- # [02:02] * Quits: slightlyoff (n=slightly@nat/google/x-904447a9192f84fe)
- # [02:07] * Quits: bgalbraith (n=bgalbrai@nat/mozilla/x-be185d36b5aec01f)
- # [02:16] * Quits: yshin (n=yshin@72.14.227.1)
- # [02:16] * Quits: dolske (n=dolske@nat/mozilla/x-faff34e432382c8e)
- # [02:19] * Quits: jianli (n=jianli@72.14.227.1)
- # [02:21] * Quits: weinig (n=weinig@17.246.17.208)
- # [02:27] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [02:30] * Joins: dolske (n=dolske@nat/mozilla/x-1c17869f5b58acae)
- # [02:32] * Quits: cying (n=cying@70.90.171.153)
- # [02:47] * Quits: dbaron (n=dbaron@nat/mozilla/x-f721f4ad2fbdb03d) ("8403864 bytes have been tenured, next gc will be global.")
- # [02:57] * Parts: ojan (n=ojan@72.14.229.81)
- # [02:57] * Quits: aboodman (n=aboodman@72.14.229.81) (Read error: 110 (Connection timed out))
- # [03:19] * Joins: Guest88730 (i=beos@213-66-216-93-no30.tbcn.telia.com)
- # [03:28] * Quits: atwilson (n=atwilson@74.125.59.1)
- # [03:29] * Quits: starjive (i=beos@213-66-216-93-no30.tbcn.telia.com) (Read error: 110 (Connection timed out))
- # [03:31] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [03:33] * Quits: jennb (n=jennb@72.14.227.1)
- # [03:34] * Quits: othermaciej (n=mjs@17.246.18.9)
- # [03:37] * Joins: MikeSmith (n=MikeSmit@EM114-51-171-22.pool.e-mobile.ne.jp)
- # [03:48] * Quits: ttepass- (n=ttepas--@p5B017EDD.dip.t-dialin.net) ("?Q")
- # [03:53] * Quits: ZombieLoffe (n=e@unaffiliated/zombieloffe)
- # [03:55] * Joins: roc_ (n=roc@222-152-162-6.jetstream.xtra.co.nz)
- # [04:06] * Quits: roc (n=roc@222-152-167-184.jetstream.xtra.co.nz) (Read error: 110 (Connection timed out))
- # [04:12] * Joins: tantek (n=tantek@70.36.139.128)
- # [04:29] * Quits: tantek (n=tantek@70.36.139.128)
- # [04:32] * Quits: dolske (n=dolske@nat/mozilla/x-1c17869f5b58acae)
- # [04:33] * Quits: jwalden (n=waldo@nat/mozilla/x-b67b2f6533757efb) ("ChatZilla 0.9.85 [Firefox 3.5.1pre/20090710031446]")
- # [04:35] * Joins: nessy (n=nessy@124-168-240-72.dyn.iinet.net.au)
- # [04:36] * Quits: nessy (n=nessy@124-168-240-72.dyn.iinet.net.au) (Client Quit)
- # [04:44] * Joins: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [04:50] * Joins: dglazkov (n=dglazkov@c-69-181-143-54.hsd1.ca.comcast.net)
- # [04:54] * Quits: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [05:20] * Joins: archtech (n=stanv@83.228.56.37)
- # [05:27] * Joins: dolske (n=dolske@c-76-103-40-203.hsd1.ca.comcast.net)
- # [05:30] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [05:30] * Joins: jwalden (n=waldo@c-98-248-40-206.hsd1.ca.comcast.net)
- # [05:31] * Joins: abii (n=macbook@cm27.delta30.maxonline.com.sg)
- # [05:40] * Joins: bgalbraith (n=bgalbrai@71.202.109.116)
- # [05:40] * Quits: bgalbraith (n=bgalbrai@71.202.109.116) (Remote closed the connection)
- # [06:03] <abii> lol, no one uses hte #webapps channel?
- # [06:14] <MikeSmith> abii: what's the #webapps channel?
- # [06:14] <abii> MikeSmith: http://www.w3.org/2008/webapps/
- # [06:29] * Joins: myakura (n=myakura@p3126-ipbf1106marunouchi.tokyo.ocn.ne.jp)
- # [06:40] * Joins: auk (n=scott@cpe-75-83-19-98.socal.res.rr.com)
- # [06:46] * Joins: gsnedders (n=gsnedder@c83-252-197-150.bredband.comhem.se)
- # [06:48] * Joins: cying (n=cying@adsl-75-41-114-136.dsl.pltn13.sbcglobal.net)
- # [07:27] * Joins: tantek (n=tantek@70.36.139.128)
- # [07:35] * Quits: tantek (n=tantek@70.36.139.128)
- # [07:40] * Quits: dglazkov (n=dglazkov@c-69-181-143-54.hsd1.ca.comcast.net)
- # [07:41] * Joins: slightlyoff (n=slightly@204.14.154.228)
- # [07:42] * Joins: slightlyoff_ (n=slightly@72.14.224.1)
- # [07:56] * Quits: myakura (n=myakura@p3126-ipbf1106marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [07:59] * Quits: slightlyoff (n=slightly@204.14.154.228) (Read error: 110 (Connection timed out))
- # [08:03] * Quits: MikeSmith (n=MikeSmit@EM114-51-171-22.pool.e-mobile.ne.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [08:04] * Quits: auk (n=scott@cpe-75-83-19-98.socal.res.rr.com) (Success)
- # [08:14] * Quits: cying (n=cying@adsl-75-41-114-136.dsl.pltn13.sbcglobal.net)
- # [08:17] * Joins: auk (n=scott@cpe-75-83-19-98.socal.res.rr.com)
- # [08:19] * Joins: gmaxwell (n=gmaxwell@wikimedia/KatWalsh/x-0001)
- # [08:24] * Parts: gmaxwell (n=gmaxwell@wikimedia/KatWalsh/x-0001) ("Leaving")
- # [08:25] * Joins: gmaxwell (n=gmaxwell@wikimedia/KatWalsh/x-0001)
- # [08:31] <gmaxwell> I see that Till Halbach's dirac/theora/h264 comparison was mentioned. Beyond the point about it being old, three independent parties have been unable to reproduce his results using the same software versions. While H.264 and dirac numbers have good agreement, his theora numbers are ~15dB lower than anyone else gets (on Akiyo, for example). In spite of this he has been unwilling to check his measurements or post any notes on this point. T
- # [08:31] <gmaxwell> his is further supported by his example image: http://etill.net/projects/dirac_theora_evaluation/include/visual_comparison.png The sequence being original, dirac at 67kbit/sec, theora at 18kbit/sec, h264 at 17kbit/sec, while the charts theora is show as something like 10dB worse than the dirac which is clearly not the case from the example. ::shrugs:: Take that for what you will.
- # [08:34] <gmaxwell> As far as the prior comments about what I sent to youtube— The provided upload limits and supported formats constrained my choices. The MJPEG was the best I they appeared to accept, and anything larger would have interacted poorly with the upload size cap. The Theora and Youtube started from the same input. ::shrugs:: But if you're worried about points like this you've missed the point of the comparison, it was intended to be an ord
- # [08:34] <gmaxwell> er of magnitude kind of thing. A detailed comparison would require many kinds of input, etc.
- # [08:35] <gmaxwell> And would have been an enormous amount of work, which I can't justify spending my time on because the people I work with would never consider using H.264 in any case due to the licensing.
- # [08:35] <gmaxwell> Cheers.
- # [08:35] * Quits: gmaxwell (n=gmaxwell@wikimedia/KatWalsh/x-0001) ("Leaving")
- # [08:51] * Joins: poe (n=poe@adsl-ull-160-123.48-151.net24.it)
- # [08:53] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [08:54] <gsnedders> jgraham: thoughts on weather?
- # [09:05] * Quits: sayrer__ (n=chatzill@user-0cceh2r.cable.mindspring.com) (Read error: 110 (Connection timed out))
- # [09:11] * Quits: Philip` (n=philip@zaynar.co.uk) (hubbard.freenode.net irc.freenode.net)
- # [09:11] * Quits: heycam (n=cam@124-168-95-60.dyn.iinet.net.au) (hubbard.freenode.net irc.freenode.net)
- # [09:11] * Quits: wakaba (n=wakaba@68.63.138.58.dy.bbexcite.jp) (hubbard.freenode.net irc.freenode.net)
- # [09:11] * Quits: Hixie (i=ianh@trivini.no) (hubbard.freenode.net irc.freenode.net)
- # [09:11] * Quits: eighty4 (n=eighty4@eighty4.se) (hubbard.freenode.net irc.freenode.net)
- # [09:11] * Quits: syp_ (n=syp@lasigpc9.epfl.ch) (hubbard.freenode.net irc.freenode.net)
- # [09:11] * Quits: gavin (n=gavin@firefox/developer/gavin) (hubbard.freenode.net irc.freenode.net)
- # [09:11] * Quits: cwilper (n=cwilper@74-44-156-57.dsl1-erie.roch.ny.frontiernet.net) (hubbard.freenode.net irc.freenode.net)
- # [09:12] * Joins: Philip` (n=philip@zaynar.co.uk)
- # [09:13] * Joins: eighty4 (n=eighty4@eighty4.se)
- # [09:13] * Joins: heycam (n=cam@124-168-95-60.dyn.iinet.net.au)
- # [09:13] * Joins: cwilper (n=cwilper@74-44-156-57.dsl1-erie.roch.ny.frontiernet.net)
- # [09:13] * Joins: gavin (n=gavin@firefox/developer/gavin)
- # [09:13] * Joins: wakaba (n=wakaba@68.63.138.58.dy.bbexcite.jp)
- # [09:13] * Joins: syp_ (n=syp@lasigpc9.epfl.ch)
- # [09:13] * Joins: Hixie (i=ianh@trivini.no)
- # [09:13] * Joins: wakaba_ (n=wakaba@58.138.63.68)
- # [09:14] * Quits: syp_ (n=syp@lasigpc9.epfl.ch) (Read error: 104 (Connection reset by peer))
- # [09:14] * Joins: syp_ (n=syp@lasigpc9.epfl.ch)
- # [09:15] * Quits: heycam (n=cam@124-168-95-60.dyn.iinet.net.au) (Read error: 104 (Connection reset by peer))
- # [09:15] * Joins: heycam (n=cam@124-168-95-60.dyn.iinet.net.au)
- # [09:16] * Quits: wakaba (n=wakaba@68.63.138.58.dy.bbexcite.jp) (Read error: 104 (Connection reset by peer))
- # [09:16] <jgraham> gsnedders: Just spoke to G+A decided it is too wet to risk
- # [09:16] <jgraham> takkaria: ^
- # [09:30] * Quits: poe (n=poe@unaffiliated/xerox)
- # [09:32] <gsnedders> abii: #webapps on irc.w3.org:80 is used, though
- # [09:50] * Joins: roc (n=roc@222-152-164-234.jetstream.xtra.co.nz)
- # [09:54] * Joins: Maurice (n=copyman@5ED548D4.cable.ziggo.nl)
- # [09:55] * Quits: Sirisian (n=Sirisian@ppp-70-226-91-20.dsl.klmzmi.ameritech.net) (Read error: 110 (Connection timed out))
- # [10:03] * Quits: roc (n=roc@222-152-164-234.jetstream.xtra.co.nz) (Read error: 60 (Operation timed out))
- # [10:05] * gsnedders waves at takkaria ?
- # [10:05] * Joins: poe_ (n=poe@151.57.252.141)
- # [10:08] * Quits: roc_ (n=roc@222-152-162-6.jetstream.xtra.co.nz) (Read error: 110 (Connection timed out))
- # [10:10] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net) (Read error: 60 (Operation timed out))
- # [10:21] * Joins: nessy (n=nessy@124-168-240-72.dyn.iinet.net.au)
- # [10:32] * Quits: poe_ (n=poe@151.57.252.141)
- # [10:35] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [10:45] * Joins: ROBOd (n=robod@89.122.216.38)
- # [11:00] * Quits: auk (n=scott@cpe-75-83-19-98.socal.res.rr.com) (Read error: 110 (Connection timed out))
- # [11:05] * Parts: drry (n=drry@mc169.opt2.point.ne.jp)
- # [11:13] * Joins: MikeSmith (n=MikeSmit@u-210162009085.hotspot.ne.jp)
- # [11:23] * Quits: gsnedders (n=gsnedder@c83-252-197-150.bredband.comhem.se) (Remote closed the connection)
- # [11:23] * Joins: gsnedders (n=gsnedder@c83-252-197-150.bredband.comhem.se)
- # [11:26] * Joins: poe (n=poe@151.57.252.141)
- # [11:31] * Joins: ZombieLoffe (n=e@unaffiliated/zombieloffe)
- # [11:44] <gsnedders> Does DOMReady work in IE? I guess not
- # [11:57] * Quits: Guest88730 (i=beos@213-66-216-93-no30.tbcn.telia.com)
- # [11:58] * Joins: starjive (i=beos@213-66-216-93-no30.tbcn.telia.com)
- # [11:59] * Quits: poe (n=poe@unaffiliated/xerox)
- # [11:59] * Quits: wakaba_ (n=wakaba@58.138.63.68) ("Leaving...")
- # [12:06] * Joins: maikmerten (n=maikmert@Z978d.z.pppool.de)
- # [12:12] * Joins: Phae (n=phaeness@cpc2-acto6-0-0-cust747.brnt.cable.ntl.com)
- # [12:27] * Joins: ZombieL (n=e@c80-217-235-198.bredband.comhem.se)
- # [12:33] * Quits: ZombieLoffe (n=e@unaffiliated/zombieloffe) (Connection timed out)
- # [12:36] * gsnedders wonders if he leaves now when he'll get to jgraham's
- # [12:46] * Joins: drostie_ (n=hopkins@5ED17066.cable.ziggo.nl)
- # [12:47] * Quits: drostie_ (n=hopkins@5ED17066.cable.ziggo.nl) (Read error: 54 (Connection reset by peer))
- # [12:50] * Quits: drostie (n=hopkins@5ED17066.cable.ziggo.nl) (Read error: 104 (Connection reset by peer))
- # [12:53] * Joins: drostie (n=hopkins@5ED17066.cable.ziggo.nl)
- # [13:05] * Joins: hdh (n=hdh@hdh-1-pt.tunnel.tserv20.hkg1.ipv6.he.net)
- # [13:06] * Joins: roc (n=roc@222-152-162-207.jetstream.xtra.co.nz)
- # [13:18] * Quits: MikeSmith (n=MikeSmit@u-210162009085.hotspot.ne.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [13:27] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [13:29] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [13:37] * Quits: hdh (n=hdh@hdh-1-pt.tunnel.tserv20.hkg1.ipv6.he.net) (Remote closed the connection)
- # [13:39] * Quits: ray (i=ray@ipv6.the.ug) (Read error: 60 (Operation timed out))
- # [13:40] * Joins: ray (i=ray@ipv6.the.ug)
- # [13:47] * Quits: ray (i=ray@ipv6.the.ug) (Read error: 60 (Operation timed out))
- # [13:51] * Joins: ray (i=ray@ipv6.the.ug)
- # [13:56] * Joins: Khazou (n=Khazou@190.53.80-79.rev.gaoland.net)
- # [13:56] * Joins: tndH (n=Rob@adsl-87-102-93-219.karoo.KCOM.COM)
- # [14:09] * Joins: zdobersek (n=zan@92.37.77.214)
- # [14:10] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [14:14] * Quits: nessy (n=nessy@124-168-240-72.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [14:20] * Joins: nessy (n=nessy@124-168-240-72.dyn.iinet.net.au)
- # [14:30] * Joins: wakaba (n=wakaba@68.63.138.58.dy.bbexcite.jp)
- # [14:40] * Joins: zdobersek1 (n=zan@cpe-92-37-64-94.dynamic.amis.net)
- # [14:43] * Quits: nessy (n=nessy@124-168-240-72.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [14:52] * Quits: cwilper (n=cwilper@74-44-156-57.dsl1-erie.roch.ny.frontiernet.net) ("Ex-Chat")
- # [14:57] * Quits: zdobersek (n=zan@92.37.77.214) (Read error: 110 (Connection timed out))
- # [15:02] * Quits: roc (n=roc@222-152-162-207.jetstream.xtra.co.nz)
- # [15:06] * Quits: tndH (n=Rob@adsl-87-102-93-219.karoo.KCOM.COM) (Remote closed the connection)
- # [15:27] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [15:27] * Joins: NeX (n=NeX@mur75-2-82-238-172-238.fbx.proxad.net)
- # [15:27] * Parts: NeX (n=NeX@mur75-2-82-238-172-238.fbx.proxad.net) ("Leaving")
- # [16:00] * Quits: archtech (n=stanv@83.228.56.37) (No route to host)
- # [16:08] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [16:14] * Quits: ray (i=ray@ipv6.the.ug) (Read error: 60 (Operation timed out))
- # [16:22] * Joins: poe (n=poe@151.57.5.250)
- # [16:30] * Quits: hendry (n=hendry@webvm.net) (Read error: 110 (Connection timed out))
- # [16:36] * Quits: poe (n=poe@unaffiliated/xerox)
- # [16:38] * Joins: Marc_Engelhardt_ (n=chatzill@pD9E06E1E.dip.t-dialin.net)
- # [16:38] * Marc_Engelhardt_ is now known as Marc_Engelhardt
- # [16:39] * Parts: Marc_Engelhardt (n=chatzill@pD9E06E1E.dip.t-dialin.net)
- # [16:40] * Joins: mengelhardt (n=chatzill@pD9E06E1E.dip.t-dialin.net)
- # [16:56] * Quits: ROBOd (n=robod@89.122.216.38) (hubbard.freenode.net irc.freenode.net)
- # [16:56] * Quits: eighty4 (n=eighty4@eighty4.se) (hubbard.freenode.net irc.freenode.net)
- # [16:56] * Quits: slightlyoff_ (n=slightly@72.14.224.1) (hubbard.freenode.net irc.freenode.net)
- # [16:56] * Quits: tyoshino_ (n=tyoshino@220.109.219.244) (hubbard.freenode.net irc.freenode.net)
- # [16:56] * Quits: nikto (n=blah@thc.homelinux.org) (hubbard.freenode.net irc.freenode.net)
- # [16:56] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (hubbard.freenode.net irc.freenode.net)
- # [16:56] * Quits: ndim (i=hun@moooo.n-dimensional.de) (hubbard.freenode.net irc.freenode.net)
- # [16:57] * Joins: dglazkov (n=dglazkov@c-69-181-143-54.hsd1.ca.comcast.net)
- # [16:58] * Joins: ROBOd (n=robod@89.122.216.38)
- # [16:58] * Joins: eighty4 (n=eighty4@eighty4.se)
- # [16:58] * Joins: slightlyoff_ (n=slightly@72.14.224.1)
- # [16:58] * Joins: tyoshino_ (n=tyoshino@220.109.219.244)
- # [16:58] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [16:58] * Joins: ndim (i=hun@moooo.n-dimensional.de)
- # [16:58] * Joins: nikto (n=blah@thc.homelinux.org)
- # [17:06] * Joins: ray (i=ray@ipv6.the.ug)
- # [17:11] * Joins: cying (n=cying@adsl-75-41-114-136.dsl.pltn13.sbcglobal.net)
- # [17:18] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [17:19] * Quits: dglazkov (n=dglazkov@c-69-181-143-54.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [17:19] * Joins: dglazkov (n=dglazkov@c-69-181-143-54.hsd1.ca.comcast.net)
- # [17:23] * Joins: atwilson (n=atwilson@q-static-149-82.avvanta.com)
- # [17:41] * Quits: dglazkov_ (n=dglazkov@72.14.224.1) (Read error: 110 (Connection timed out))
- # [17:44] * Quits: drostie (n=hopkins@5ED17066.cable.ziggo.nl) ("even marathon runners need to nap / i ran all the way there and then ran back / but back was gone...")
- # [17:47] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [17:56] * Quits: dglazkov (n=dglazkov@c-69-181-143-54.hsd1.ca.comcast.net)
- # [18:07] * Joins: mengelhardt_ (n=chatzill@pD9E06E1E.dip.t-dialin.net)
- # [18:08] * Parts: mengelhardt_ (n=chatzill@pD9E06E1E.dip.t-dialin.net)
- # [18:15] * Quits: mengelhardt (n=chatzill@pD9E06E1E.dip.t-dialin.net) (Read error: 113 (No route to host))
- # [18:49] <Dashiva> Setting max-size on the total form seems problematic, or at least I can't think of a user friendly way to handle too big totals
- # [18:50] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [19:04] * Joins: drostie (n=hopkins@5ED17066.cable.ziggo.nl)
- # [19:14] * Joins: mengelhardt (n=chatzill@pD9E06E1E.dip.t-dialin.net)
- # [19:22] * Quits: cying (n=cying@adsl-75-41-114-136.dsl.pltn13.sbcglobal.net)
- # [19:23] * Joins: egoleo (n=george@vfbb194218.4u.com.gh)
- # [19:26] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [19:45] * Quits: abii (n=macbook@cm27.delta30.maxonline.com.sg)
- # [20:09] * Joins: atwilson_ (n=atwilson@q-static-149-82.avvanta.com)
- # [20:14] * Quits: atwilson_ (n=atwilson@q-static-149-82.avvanta.com)
- # [20:19] * Quits: maikmerten (n=maikmert@Z978d.z.pppool.de) (Remote closed the connection)
- # [20:26] * Quits: atwilson (n=atwilson@q-static-149-82.avvanta.com) (Read error: 110 (Connection timed out))
- # [20:34] * Joins: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [20:41] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [20:43] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [20:45] * Joins: Sirisian (n=Sirisian@ppp-70-226-89-218.dsl.klmzmi.ameritech.net)
- # [21:27] * Quits: zdobersek1 (n=zan@cpe-92-37-64-94.dynamic.amis.net) (Remote closed the connection)
- # [21:31] * Joins: zdobersek (n=zan@cpe-92-37-64-94.dynamic.amis.net)
- # [21:32] * Quits: egoleo (n=george@vfbb194218.4u.com.gh) (Read error: 110 (Connection timed out))
- # [21:51] * Quits: mengelhardt (n=chatzill@pD9E06E1E.dip.t-dialin.net) (Read error: 104 (Connection reset by peer))
- # [21:55] * Joins: atwilson (n=atwilson@q-static-149-82.avvanta.com)
- # [21:55] * Quits: atwilson (n=atwilson@q-static-149-82.avvanta.com) (Client Quit)
- # [21:56] * Joins: atwilson (n=atwilson@q-static-149-82.avvanta.com)
- # [21:57] * Quits: atwilson (n=atwilson@q-static-149-82.avvanta.com) (Client Quit)
- # [21:57] * Joins: atwilson (n=atwilson@q-static-149-82.avvanta.com)
- # [22:09] * Quits: Phae (n=phaeness@cpc2-acto6-0-0-cust747.brnt.cable.ntl.com)
- # [22:34] <karlcow> http://intertwingly.net/blog/2009/07/11/Vendor-Veto
- # [22:35] * Joins: weinig_ (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [22:37] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net) (Read error: 60 (Operation timed out))
- # [22:53] * Quits: jacobolus (n=jacobolu@c-76-102-55-224.hsd1.ca.comcast.net) (Remote closed the connection)
- # [22:59] * Quits: dolske (n=dolske@c-76-103-40-203.hsd1.ca.comcast.net)
- # [23:06] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [23:07] * Joins: archtech (n=stanv@83.228.56.37)
- # [23:10] * Joins: jacobolus (n=jacobolu@adsl-69-228-190-230.dsl.snfc21.pacbell.net)
- # [23:16] * Quits: zdobersek (n=zan@cpe-92-37-64-94.dynamic.amis.net) ("Leaving.")
- # [23:17] * Joins: dolske (n=dolske@nat/mozilla/x-4487d88fbd5cdfe5)
- # [23:22] * Quits: karlcow (n=karl@nerval.la-grange.net) (Remote closed the connection)
- # [23:34] * Joins: karlcow (n=karl@nerval.la-grange.net)
- # [23:49] * Quits: broquaint (i=ba60c7a3@spc1-brig11-0-0-cust544.asfd.broadband.ntl.com) (Remote closed the connection)
- # [23:59] * Quits: shepazu (n=schepers@adsl-227-103-160.rmo.bellsouth.net) ("Core Breach")
- # Session Close: Sun Jul 12 00:00:00 2009
The end :)