Options:
- # Session Start: Tue Jul 29 00:00:00 2008
- # Session Ident: #whatwg
- # [00:01] * Quits: shepazu (n=schepers@207.59.145.201)
- # [00:01] <jgraham> gsnedders: Well lerning Haskell might be a 20 hour project on its own. Not much to hand in though
- # [00:01] <gsnedders> jgraham: That's problematic, especially when it counts for 40% of the final grade.
- # [00:02] <jgraham> You could implement a domain-specific language for something
- # [00:02] <gsnedders> Writing an html5 parser is too big, probably
- # [00:02] <jgraham> gsnedders: an html5 would probably take longer, yes
- # [00:03] <jgraham> http://effbot.org/zone/simple-top-down-parsing.htm seems like a nice article about language parsing
- # [00:03] <jgraham> s/an html5/an html5 parser/
- # [00:03] * Quits: tantek_ (n=tantek@c-67-161-5-143.hsd1.ca.comcast.net)
- # [00:04] <gsnedders> jgraham: Yeah, writing HTML 5 would take a while :P
- # [00:04] <jgraham> Well if you manage it in 20 hours Hixie will look a bit silly :)
- # [00:06] <gsnedders> hmmm.
- # [00:09] * Quits: webben (n=benh@nat/yahoo/x-ad673ab1c6a9288e)
- # [00:14] * Quits: Maurice (n=ano@86.90.21.79)
- # [00:14] * Joins: shepazu (n=schepers@cpe-069-134-123-228.nc.res.rr.com)
- # [00:17] <gsnedders> I could do something based on trying to detect spam
- # [00:18] * weinig is now known as weinig|kaphine
- # [00:20] <jgraham> gsnedders: I have a problem that I actually would like a solution to but don't currently have time to implement
- # [00:20] <gsnedders> jgraham: What problem? :P
- # [00:21] * Quits: heycam` (n=cam@124-168-12-194.dyn.iinet.net.au) ("bye")
- # [00:23] <jgraham> Many scientists use the arXiv prepint servers to keep up to date with current research. The basically provide a daily list of new preprints ordered by submission time. They are broadly categorised but only in astrophysics / high energy physics / computer science / etc. much broader than the expertise of most readers
- # [00:23] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [00:23] <jgraham> The time ordering creates two problems. One is that it is hard to find things that you are interested in, especially if they appear down the list somewhere
- # [00:24] <jgraham> The second is that papers appearing near the top of the listings tend to be noticed more and get more citations --- this is a measured effect
- # [00:25] <jgraham> What i want is an interface to the preprint server where the day's listings are ordered according to my personal reading habits
- # [00:25] <jgraham> These would be deermied automatically using some sort of machine learing algorithm
- # [00:27] <jgraham> Basically the way I imagine it working is that when you click on a paper the keywords from that paper (authors, title, abstract text) are added to some weighting which increases the probability of papers with similar authors, titles or abstracts appearing at the top
- # [00:28] <jgraham> This is basically just a spam classificaion problem except that you're trying to pick out the most useful items and present them first
- # [00:28] <jgraham> Rather than discard the least useful items
- # [00:28] <Hixie> weinig|kaphine: pong
- # [00:29] <jgraham> gsnedders: I don't know how easy writing the actual machine learning bit would be but you might be able to find library code for that
- # [00:30] <jgraham> In fact I know you can because I looked when I first hough about this problem
- # [00:30] * weinig|kaphine is now known as weinig
- # [00:30] <weinig> hey Hixie
- # [00:30] <gsnedders> jgraham: It'd be nice to do that with feeds, to do it in more generic form
- # [00:31] <weinig> Hixie: I as curious if you were considering specifying the rules for HTML entity error recovery at some point in HTML5?
- # [00:31] <weinig> s/as/am/
- # [00:31] <jgraham> gsnedders: Sure, although that's not the problem that I'm interestedd in :)
- # [00:32] <gsnedders> jgraham: The logic used to detect whether an article is of interest or not is the same, though
- # [00:32] <Hixie> weinig: HTML entity error recovery?
- # [00:32] <gsnedders> And that, I expect, it the hard part.
- # [00:32] <weinig> Hixie: some thing akin to the issue described in https://bugs.webkit.org/show_bug.cgi?id=4948
- # [00:33] <jgraham> gsnedders: Yes, I agree that it's essentially the same problem
- # [00:33] <Hixie> weinig: that's all already defined
- # [00:33] <Hixie> weinig: note that it differs from attributes and in body text (the spec handles that too)
- # [00:33] <weinig> Hixie: it is? great!
- # [00:33] <gsnedders> jgraham: It's just a matter of plugging in the data source
- # [00:33] <weinig> couldn't find it in the text
- # [00:33] <weinig> will look again
- # [00:34] <Hixie> weinig: just start from the data state in the tokeniser (or the attribute value state in the tokeniser)
- # [00:34] <Hixie> weinig: and pretend you are parsing each of those cases
- # [00:34] * weinig nods
- # [00:34] <franksalim> gsnedders, jgraham: you would just need to generate a feed from arXiv if there isn't one already
- # [00:34] <Hixie> should all be hyperlinked properly
- # [00:35] <jgraham> franksalim: I'm pretty sure there is
- # [00:38] <jgraham> Although curiously it seems to be different to the web page
- # [00:48] * Quits: shepazu (n=schepers@cpe-069-134-123-228.nc.res.rr.com) (Read error: 110 (Connection timed out))
- # [00:51] * Joins: csarven (n=csarven@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net)
- # [00:58] * Joins: othermaciej (n=mjs@nat/apple/x-c398e6e44756a119)
- # [01:09] * Quits: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no) (Read error: 110 (Connection timed out))
- # [01:12] * Joins: othermaciej_ (n=mjs@17.255.109.93)
- # [01:15] * Quits: othermaciej (n=mjs@nat/apple/x-c398e6e44756a119) (Read error: 104 (Connection reset by peer))
- # [01:15] * Joins: othermaciej__ (n=mjs@nat/apple/x-5bbed9bd0533ee7a)
- # [01:21] * Joins: shepazu (n=schepers@cpe-069-134-123-228.nc.res.rr.com)
- # [01:27] * othermaciej__ is now known as othermaciej
- # [01:29] * Quits: billmason (n=billmaso@ip110.unival.com) (Read error: 54 (Connection reset by peer))
- # [01:31] * Quits: othermaciej_ (n=mjs@17.255.109.93) (Read error: 110 (Connection timed out))
- # [01:34] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [01:43] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [01:54] * Joins: starjive (i=beos@213-66-217-32-no30.tbcn.telia.com)
- # [02:00] * Quits: aroben|meeting (n=aroben@unaffiliated/aroben)
- # [02:06] * Quits: eseidel (n=eseidel@nat/google/x-c019d198f046b1a6)
- # [02:25] * Quits: tndH (n=Rob@adsl-87-102-92-207.karoo.KCOM.COM) ("ChatZilla 0.9.83-rdmsoft [XULRunner 1.9/2008061013]")
- # [02:36] * Joins: eseidel_ (n=eseidel@nat/google/x-69c76c17924f8cd1)
- # [02:52] <Lachy> Stargate Continuum is awesome. One of the best films I've seen in a while. :-)
- # [02:53] <Hixie> hope my dvd arrives soon
- # [02:53] <Lachy> I just downloaded it. But I will definitely buy the DVD as soon as it's realeased in Australia
- # [02:54] <Hixie> my dvd is in kentucky apparently
- # [02:55] <Hixie> i got spoilt in several ways abotu continuum listening to the atlantis season 4 commentaries
- # [02:55] <Hixie> i know some of hte characters in it, where it was show, and i've seen some of the sets
- # [02:55] <Hixie> where it was shot, even
- # [02:56] <Lachy> I knew nothing about it before seeing it. I'd only seen a very short teaser trailer for it on my season 3 DVDs
- # [02:57] <Lachy> I've got about 20 minutes of it left to watch
- # [02:57] <Hixie> heh
- # [02:57] <Hixie> you are online while watching stargate!
- # [02:57] <Hixie> terrible
- # [03:01] * Quits: csarven (n=csarven@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net) (Read error: 110 (Connection timed out))
- # [03:12] <Lachy> it's over now. Great ending.
- # [03:15] * Quits: eseidel_ (n=eseidel@nat/google/x-69c76c17924f8cd1)
- # [03:20] * Quits: othermaciej (n=mjs@nat/apple/x-5bbed9bd0533ee7a) (Read error: 110 (Connection timed out))
- # [03:27] <takkaria> weinig: I have a table of what HTML5 specifies here if that's useful
- # [03:27] <takkaria> weinig: I mean, for each of the cases attached to that bug
- # [03:29] <takkaria> weinig: WebKit seems closer to HTML5 than any of the other browsers already
- # [03:30] <takkaria> weinig: no, that's a lie; I thought the "Current" column would be WebKit, turns out it's just Firefox 3
- # [03:31] <takkaria> (since I'm using ff3)
- # [03:41] * Joins: MacDome (n=eric@c-67-180-49-110.hsd1.ca.comcast.net)
- # [03:47] * Quits: KevinMarks (n=KevinMar@nat/google/x-2ff2193708d122f8) ("The computer fell asleep")
- # [04:11] * Joins: othermaciej (n=mjs@nat/apple/x-7c2fa4b48520dbbd)
- # [04:33] * Quits: hdh (n=hdh@118.71.133.31) (Read error: 110 (Connection timed out))
- # [04:40] * Joins: csarven (n=csarven@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net)
- # [04:54] * Quits: franksalim (n=frank@ip-12-22-56-126.hqglobal.net) ("Leaving")
- # [05:06] * Quits: weinig (n=weinig@nat/apple/x-78870bf8bc8c9c67)
- # [05:25] * Joins: excrypf (n=nogah@58.187.94.221)
- # [05:39] * Quits: othermaciej (n=mjs@nat/apple/x-7c2fa4b48520dbbd)
- # [05:41] * Joins: othermaciej (n=mjs@17.255.109.93)
- # [05:42] * Quits: othermaciej (n=mjs@17.255.109.93) (Read error: 104 (Connection reset by peer))
- # [05:42] * Joins: othermaciej (n=mjs@17.255.109.93)
- # [05:42] * Quits: othermaciej (n=mjs@17.255.109.93) (Remote closed the connection)
- # [06:08] * Joins: excrypf1 (n=nogah@58.187.92.37)
- # [06:25] * Quits: excrypf (n=nogah@58.187.94.221) (Read error: 110 (Connection timed out))
- # [06:57] * Joins: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [06:58] * Quits: excrypf1 (n=nogah@58.187.92.37) ("Leaving.")
- # [07:04] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [07:17] * Joins: Thezilch (n=fuz007@cpe-76-171-111-7.socal.res.rr.com)
- # [07:34] * Joins: dbaron (n=dbaron@216.18.1.210)
- # [08:05] * Joins: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de)
- # [08:06] * Joins: wakaba_ (n=w@60.163.210.220.dy.bbexcite.jp)
- # [08:24] * Quits: wakaba (n=w@60.163.210.220.dy.bbexcite.jp) (Read error: 110 (Connection timed out))
- # [08:30] * Joins: KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net)
- # [08:43] <hsivonen> Hixie: is this thread on your radar: http://lists.w3.org/Archives/Public/wai-xtech/2008Jul/0114.html ?
- # [08:54] * Joins: heycam (n=cam@124-168-12-194.dyn.iinet.net.au)
- # [09:07] * Joins: zcorpan (n=zcorpan@pat.se.opera.com)
- # [09:14] * Quits: bzed (n=bzed@devel.recluse.de) (Remote closed the connection)
- # [09:14] * Joins: bzed (n=bzed@devel.recluse.de)
- # [09:16] * Quits: dbaron (n=dbaron@216.18.1.210) ("g'night")
- # [09:18] * hsivonen doesn't like it that some W3C specs don't come as a single HTML file
- # [09:21] * Quits: sverrej (n=sverrej@89.10.27.86) (Read error: 110 (Connection timed out))
- # [09:32] * Joins: Maurice (n=ano@86.90.21.79)
- # [09:33] * Joins: virtuelv (n=virtuelv@pat-tdc.opera.com)
- # [09:37] * Quits: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [09:39] * Joins: sverrej (n=sverrej@pat-tdc.opera.com)
- # [09:40] * Quits: Amorphous (i=jan@f048040053.adsl.alicedsl.de) (Read error: 110 (Connection timed out))
- # [09:42] * Joins: Amorphous (i=jan@f049007019.adsl.alicedsl.de)
- # [09:43] * Joins: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [10:37] * Quits: MacDome (n=eric@c-67-180-49-110.hsd1.ca.comcast.net)
- # [10:40] * Quits: roc (n=roc@216.18.1.210)
- # [10:51] * Joins: ROBOd (n=robod@89.122.216.38)
- # [11:01] * Quits: Lachy (n=Lachlan@85.196.122.246) ("This computer has gone to sleep")
- # [11:11] * Joins: webben (n=benh@nat/yahoo/x-b94fb2e4061615e0)
- # [11:15] * Joins: excrypf (n=nogah@58.187.88.6)
- # [11:19] * Quits: Thezilch (n=fuz007@cpe-76-171-111-7.socal.res.rr.com) (Read error: 104 (Connection reset by peer))
- # [11:38] * Joins: tndH_ (i=Rob@adsl-87-102-92-207.karoo.KCOM.COM)
- # [11:38] * tndH_ is now known as tndH
- # [11:38] * Joins: jruderman (n=jruderma@216.18.1.210)
- # [11:42] <Hixie> hsivonen: anything in particular?
- # [11:44] <hsivonen> Hixie: in the wai-xtech thread? the possibility of introducing a title-like attribute like aria-name that wouldn't be shown as a tooltip
- # [11:44] <Hixie> i hope they have fun with that
- # [11:45] <Hixie> http://www.w3.org/2008/07/24-tagmem-minutes.html#item03 is funny -- they cite html5 as being "new information"
- # [11:46] <Hixie> nevermind that html5 is just describing the status quo
- # [11:46] <hsivonen> in other news, I've learned that the MathML 2.0 allows xlink:href but the DTD allows both xlink:href and xlink:type
- # [11:46] <hsivonen> but neither explicitly allows the rest of XLink
- # [11:46] <Hixie> xlink:href only has meaning if there is an xlink:type
- # [11:47] <hsivonen> Hixie: according to DevMo, XLink 1.1 defaults to xlink:type=simple if absent
- # [11:47] <Hixie> devmo is describing mozilla's implementation
- # [11:47] <Hixie> not the spec's requirements
- # [11:47] <hsivonen> it purports to recount XLink 1.1 reqs
- # [11:47] * hsivonen goes see the actual spec
- # [11:48] <hsivonen> Hixie: http://www.w3.org/TR/xlink11/#markup-reqs point #2
- # [11:49] <hsivonen> (aside: point #4 over there seems weird)
- # [11:49] * Joins: hdh (n=hdh@58.187.72.210)
- # [11:49] <Hixie> ah, they changed that in 1.1
- # [11:49] <hsivonen> also, it appears that MathML 2.0 does not allow xml:space
- # [11:49] <Hixie> oh, 1.1 isn't out yet
- # [11:49] <Hixie> that's still a wd
- # [11:49] <Hixie> that's why i didn't know about it
- # [11:50] <hsivonen> oh. right
- # [11:50] <hsivonen> Still, I'll pretend that xlink:type=simple is a talisman that can be omitted
- # [11:51] <hsivonen> more stuff to document about how Validator.nu deviates from RECs in order to work like users expect
- # [11:51] <hsivonen> and to implement first
- # [11:52] <Hixie> if you're going to ignore the xlink spec, i recommend ignoring it completely
- # [11:53] <hsivonen> Hixie: I've got a bug report that Validator.nu doesn't allow xlink:type on MathML elements
- # [11:53] <Hixie> RESOLVED INVALID
- # [11:53] <hsivonen> thereby giving unhelpful messages on content that contains legacy bits
- # [11:54] <Hixie> or RESOLVED FINDABETTERSPEC
- # [11:54] <hsivonen> Hixie: I'm going to allow it, but only with the value "simple"
- # [11:54] <hsivonen> Hixie: for better or worse, Gecko supports it, so it has some real-world relevance
- # [11:59] <Hixie> https://bugzilla.mozilla.org/show_bug.cgi?id=332773
- # [11:59] * Quits: csarven (n=csarven@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net) (Read error: 110 (Connection timed out))
- # [12:02] * Joins: tommorris (n=tommorri@i-83-67-98-32.freedom2surf.net)
- # [12:04] <hsivonen> hmm. I don't see XLink working in Firefox 3
- # [12:06] <hsivonen> Hixie: looks like XLink regressed between Firefox 2 and 3.
- # [12:06] <Hixie> aww, how unfortunate.
- # [12:06] <hsivonen> Hixie: seems unintentional since you bug is NEW
- # [12:07] <Hixie> my bug could be a dupe that the people "fixing" xlink didn't know about
- # [12:08] <hsivonen> Hixie: how would you propose linkifying bits of a MathML formula?
- # [12:08] <Hixie> <a href=""></a>
- # [12:09] <Hixie> if you really think xlink is dead in ff3 btw, please do comment on that bug to that effect
- # [12:09] <Hixie> i don't seem to have any tests for it
- # [12:09] <Hixie> or i would comment myself
- # [12:09] <hsivonen> OK.
- # [12:18] * Quits: jruderman (n=jruderma@216.18.1.210)
- # [12:20] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Read error: 113 (No route to host))
- # [12:23] * Hixie sends bad news to the htmlwg (well, bad news for some!)
- # [12:23] <hsivonen> Hixie: I added a comment to the bug.
- # [12:23] <Hixie> thanks
- # [12:28] <hsivonen> Hixie: are the "careful studies" available in public?
- # [12:28] <Hixie> i'm sure many are, spread over e-mails of many years
- # [12:34] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [12:34] <Hixie> i'm amused as to how much of the latest tag minutes talk about html5
- # [12:34] <Hixie> i'm more amused by their characterisation of html5 as new information though
- # [12:34] <Hixie> it's like they never looked at the web when forming their original opinions
- # [12:39] * Joins: Lachy (n=Lachlan@pat-tdc.opera.com)
- # [12:44] * Quits: JohnResig (n=JohnResi@74.201.254.36) (Read error: 104 (Connection reset by peer))
- # [12:46] <gsnedders> Hixie: linky?
- # [12:46] <hsivonen> gsnedders: http://www.w3.org/2008/07/24-tagmem-minutes.html#item03
- # [12:47] <Hixie> and 04
- # [12:48] * Joins: myakura (n=myakura@p3216-ipbf5106marunouchi.tokyo.ocn.ne.jp)
- # [12:49] <hsivonen> someone else is drawing comparisons with religious denominations: http://lists.w3.org/Archives/Public/www-tag/2008Jul/0141.html
- # [12:49] * Joins: JohnResig (n=JohnResi@74.201.254.36)
- # [12:51] <hsivonen> and to me, 05 seems to be decentralized extensibility of URIs in action
- # [13:00] * hsivonen doesn't like debugging Show Source
- # [13:05] * Quits: webben (n=benh@nat/yahoo/x-b94fb2e4061615e0)
- # [13:08] <hendry> can anyone who knows better about DOM mutation events can please look over my test? http://static.webvm.net/loader-test.html
- # [13:14] * Joins: MikeSmith (n=MikeSmit@71-218-67-30.hlrn.qwest.net)
- # [13:18] * Quits: excrypf (n=nogah@58.187.88.6) (Remote closed the connection)
- # [13:27] <Hixie> i wonder if p. t. (webmaster) was trying to troll me
- # [13:27] <Hixie> and whether my response counts as being trolled or as trolling
- # [13:28] <hsivonen> Hixie: I think using the passive voice instead of 'we' would offend people less
- # [13:28] <Hixie> where would the fun be in that
- # [13:36] * Hixie pokes hsivonen
- # [13:37] <Philip`> When replying to emails in Gmail, why does it prefix the quoted message with a line "2008/7/29 Oliver Hunt <oliver@apple.com>:" and fail to insert any grammar? (Does this affect anyone except me?)
- # [13:39] <gDashiva> I get grammar
- # [13:39] <gsnedders> Philip`: What language? en-gb or en?
- # [13:40] <gsnedders> Why on earth are there bagpipes playing in the heavy mist in the park below my house?
- # [13:41] <gsnedders> No, it's on the other side of my house, someone practising in their drive
- # [13:41] <gsnedders> (Which is somewhat rational as it is an outdoor instrument, and completely deafening inside)
- # [13:41] <gDashiva> (and completely deafening outside as well)
- # [13:42] <gsnedders> gDashiva: No, only nearly completely deafening
- # [13:42] <Philip`> gsnedders: "English (UK)"
- # [13:42] <Philip`> (and using Gmail 2.0 or whatever the newish version is called)
- # [13:42] <gsnedders> Philip`: I've seen that have weird things before, thus I just use English :P
- # [13:43] <hsivonen> source highlighting is hard.
- # [13:44] * gsnedders turns his music up loud to drown out the bagpipes
- # [13:44] <Hixie> damnit, both hsivonen and myself fell into the trap of replying to sam
- # [13:44] <gsnedders> Now, can I be bothered to cook my own lunch?
- # [13:44] <Hixie> why do i fall into that trap every time
- # [13:44] <Hixie> bah i'm going to bed
- # [13:44] <Hixie> nn
- # [13:45] <Lachy> gsnedders, is the person playing the bagpipes in or out of tune?
- # [13:45] <gsnedders> Hixie: n00b
- # [13:45] <gsnedders> Lachy: mostly in tune, but squeaking a bit
- # [13:45] <Lachy> bagpipes always sound squeeky, so that's normal :-)
- # [13:45] <gsnedders> Lachy: Not when played well :)
- # [13:45] <gsnedders> (It's just very hard to)
- # [13:46] <Lachy> gsnedders, you're assuming it's possible to play them well.
- # [13:46] <gsnedders> Lachy: I have friends who can :)
- # [13:46] <gsnedders> My school has a reputable pipe band
- # [13:46] <hsivonen> I so wish CRLF didn't exist
- # [13:47] <Lachy> hsivonen, what problems is it causing?
- # [13:47] <hsivonen> Lachy: it makes tracking source location harder
- # [13:48] <hsivonen> Lachy: I blame CRLF for the source location bug zcorpan found when validating forums.whatwg.org
- # [13:48] <Lachy> why? If your input stream processor normalises all CR and CRLF to LF, and then reports based on line numbers and character positions within the line, what's the problem?
- # [13:49] <hsivonen> Lachy: having a separate input stream processor is inefficient
- # [13:49] <hsivonen> Lachy: can't have that
- # [13:50] <Lachy> why would you need a separate processor?
- # [13:51] <Lachy> if the input goes through one input stream processor, and the output of that is used by everything else as needed, you only need one, and there's no problem
- # [13:51] <Lachy> I assume that would be how you have it?
- # [13:51] <hsivonen> Lachy: that's not how I have it
- # [13:51] * Joins: tommorris_ (n=tommorri@i-83-67-98-32.freedom2surf.net)
- # [13:51] <Lachy> ok
- # [13:51] <hsivonen> to allow efficient buffering, the additional layer of input stream preprocessing is eliminated
- # [13:52] <Lachy> ok
- # [13:52] <hsivonen> instead, the "preprocessing" happens in the tokenizer buffer
- # [13:53] <hsivonen> the tokenizer turns the CR into an LF in place. then it return to the driver signaling that it saw a CR
- # [13:53] <hsivonen> the driver checks if the next character is an LF and if it is, adjust buffer start position before re-entering the tokenizer
- # [13:54] <hsivonen> this way, the data isn't copied or moved in the buffer
- # [13:55] <hsivonen> also, having a real stream preprocessor could only work a char at a time, because document.write() writes to the unpreprocessed stream
- # [13:56] <hsivonen> anyway, CRLF really, really sucks
- # [13:56] <hsivonen> one of those things that probably seemed really simple at first
- # [13:58] <Lachy> yep. So we need to reinvent ASCII using only LF, and ditching many of the other useless control codes while we're at it.
- # [13:59] <gDashiva> ASCV
- # [13:59] <Lachy> ?
- # [13:59] <gDashiva> 5 > 2
- # [13:59] <gsnedders> ?
- # [13:59] <hsivonen> :-)
- # [14:00] <gsnedders> (I know where that comes from, but where the relevance to ASCV, and what is ASCV?)
- # [14:00] <gDashiva> II = 2, V = 5
- # [14:00] <gsnedders> ah.
- # [14:00] <gsnedders> Duh.
- # [14:00] <Lachy> heh
- # [14:01] <gsnedders> 5 > *, * ∈ ℝ, * ≠ 5.
- # [14:03] <hsivonen> the things that annoy me the most as a parser writer are CRLF and xmlns attributes
- # [14:05] <Philip`> The things that would annoy me most would be users
- # [14:06] <gDashiva> Warning: Your document contains CRLF, which makes the validator sad.
- # [14:06] <Philip`> Hmm, it seems we don't have consensus on whether consensus is overrated
- # [14:07] <gsnedders> Wow. 5 > 2 is over a year old.
- # [14:07] <Lachy> I wish we could make CRLF non-conforming
- # [14:07] <Lachy> screw the windows users who don't know how to configure their editors correctly.
- # [14:08] <gsnedders> Screw Windows.
- # [14:08] <gsnedders> :P
- # [14:08] <Philip`> gsnedders: I think mathematicians have know that for somewhat longer than a year
- # [14:08] <gsnedders> Philip`: Well, http://five-gt-two.spreadshirt.com/us/US/Shop/ is
- # [14:08] <Lachy> and especially Notepad for *still* not supporting LF on its own
- # [14:08] <Lachy> did anyone buy that shirt?
- # [14:09] <gsnedders> I know some people did. I never did.
- # [14:09] <Philip`> Lachy: About 10% of some set of pages have \r in attribute values (not even looking at any other characters in the page), so you'd make quite a large fraction of currently-valid pages become invalid
- # [14:09] <gsnedders> Lachy: Someone commented that they were the person with the 5 > 2 shirt at some µf meeting
- # [14:09] * Quits: tommorris (n=tommorri@i-83-67-98-32.freedom2surf.net) (Read error: 110 (Connection timed out))
- # [14:10] <Lachy> we should make a real WHATWG or HTML5 shirt that actually looks good
- # [14:11] <Lachy> a nice polo shirt with the WHATWG's ?⃝ logo on it.
- # [14:11] <gDashiva> Didn't someone suggest a WHATWF, Mate? shirt once?
- # [14:11] <gDashiva> *TF
- # [14:13] * Hixie mumbles something about wishing p. t. (webmaster) would stop threatening him and actually ask for him to step down already
- # [14:13] <Hixie> all this posturing is getting tiring
- # [14:14] <Philip`> Has he not asked that already?
- # [14:14] <gsnedders> He certainly has.
- # [14:14] <Hixie> has he?
- # [14:15] * Philip` can't remember
- # [14:15] <Lachy> Hixie, would you step down if asked?
- # [14:15] <Hixie> i would love to step down as htmlwg editor
- # [14:15] <Philip`> Asked by whom?
- # [14:15] <Lachy> anyone
- # [14:16] <hsivonen> Lachy: well, stepping down because of RB or PT (webmaster) would suck
- # [14:16] <Lachy> Hixie, I assume you would remain as the WHATWG's editor though
- # [14:16] <Hixie> being able to just go back to the whatwg and not have to deal with the nutjobs in the htmlwg would make my year
- # [14:16] <Lachy> LOL
- # [14:16] <gsnedders> Hixie: What was this about wanting to avoid the specs diverging?
- # [14:17] <Hixie> i always said the whatwg would always be identical to or a superset of the htmlwg's spec
- # [14:17] <Lachy> keeping the whatwg spec a superset of the htmlwg spec could work in theory, unless the htmlwg spec does something totally crazy which is ignored by implementers
- # [14:17] <Hixie> (and that i'd diverge if the htmlwg made stupid decisions)
- # [14:17] <gsnedders> Which will happen.
- # [14:18] <Hixie> anyway i really should sleep
- # [14:18] <gsnedders> Hixie: Sleep is for losers.
- # [14:20] <Hixie> i'm responding to what might well be trolls now, so i really am a loser at this point :-)
- # [14:25] * Joins: webben (n=benh@nat/yahoo/x-9ce5d616a76ff19f)
- # [14:27] * gsnedders concludes he really can't be bothered to cook lunch, and heads into town
- # [14:32] * Joins: Maurice` (n=copyman@cc90688-a.emmen1.dr.home.nl)
- # [14:50] * hsivonen likes http://www.cuil.com/search?q=doctype
- # [14:52] <hsivonen> http://www.cuil.com/search?q=html5+validator isn't so good
- # [14:52] <hsivonen> and the image choices are a bit weird
- # [15:06] <Lachy> http://www.mikeonads.com/2008/07/13/using-your-browser-url-history-estimate-gender/
- # [15:07] <Lachy> http://www.cuil.com/search?q=Lachy&sl=long is not so good either, but http://www.cuil.com/search?q=Lachlan%20Hunt&sl=long is
- # [15:08] <Lachy> cuil doesn't turn into a verb as well as google does. Saying I just cuiled myself sounds weird.
- # [15:11] <Philip`> I don't even know how to pronounce Cuil
- # [15:28] * Quits: myakura (n=myakura@p3216-ipbf5106marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [15:28] <Lachy> Philip`, according the slashdot article I read about it yesterday, it's pronounced "cool"
- # [15:29] * gsnedders returns from getting lunch in town
- # [15:29] <Lachy> http://tech.slashdot.org/article.pl?sid=08/07/28/068211&from=rss
- # [15:31] <Philip`> Lachy: That sounds like a fairly stupid name
- # [15:31] <Philip`> It's not even trying to disguise that it's trying to appear cool, and therefore it fails to be so
- # [15:32] <Philip`> (There's nothing less cool than trying hard to be cool)
- # [15:32] * hsivonen wonders if Cuil is going to be successful in Frech-language locales
- # [15:32] <hsivonen> French
- # [15:33] <gsnedders> Heh.
- # [15:33] <gsnedders> I never realised what Hixie said earlier today: the HTML 5 timetable is longer than how long the web has so long existed.
- # [15:34] <Philip`> How long will it be until that statement is no longer true?
- # [15:35] <gsnedders> Philip`: Depends on when you define the web as beginning
- # [15:35] <gsnedders> Philip`: And your speed.
- # [15:35] <gsnedders> It was all working in 1990
- # [15:35] <Philip`> I define it as whenever Wikipedia said it began
- # [15:35] <gsnedders> So 2009
- # [15:36] <Lachy> I'll try it out for a few weeks and see how it goes. I expect the results to be a little off since it's a new startup, but they could get better
- # [15:37] <Philip`> Oops, I was thinking of how long was left until the end of the HTML 5 timetable, versus how long the web has existed
- # [15:37] <gsnedders> Philip`: 2003 HTML 5 began
- # [15:37] <Philip`> in which case it'd be 2006
- # [15:38] <gsnedders> 2003–2022 is 19 years
- # [15:38] <Lachy> since the HTML5 timetable is only a guesstimate, and the beginning of the web is difficult to define, it's an impossible question to answer
- # [15:38] <Philip`> s/it'/the point at which they're equal woul/
- # [15:41] <Lachy> hmm, the new MacBooks are rumoured to have glass touchpads. I wonder what the advantage of that will be, if it's true
- # [15:41] <gsnedders> Lachy: Ooooo! Shiny!
- # [15:42] <Lachy> maybe it's like an iPhone screen
- # [15:43] <Philip`> It'll make your greasy fingerprints show up much more clearly
- # [15:44] * Philip` just wants Apple to make a touchpad driver for Windows that isn't pathetic
- # [15:44] <Lachy> I haven't tried the windows touchpad driver. What's wrong with it?
- # [15:44] <hsivonen> Philip`: Do you run Windows on a MacBook?
- # [15:45] <hsivonen> Without virtualization?
- # [15:45] <Philip`> hsivonen: Yes
- # [15:45] <Lachy> with Bootcamp?
- # [15:45] <hsivonen> Philip`: that seems wrong.
- # [15:45] <Philip`> since I mainly use it for playing games
- # [15:45] <Philip`> Lachy: Yes
- # [15:45] <Lachy> do you dualboot OSX too?
- # [15:45] <Lachy> Philip`, the games for Mac OS X are better than windows
- # [15:46] <Lachy> compare Solitare XL on OSX with Microsoft Solitaire on Windows, for instance.
- # [15:46] <Lachy> :-)
- # [15:47] <hsivonen> zcorpan: I forgot to mention: I fixed the source location issue with forums.whatwg.org
- # [15:47] <hsivonen> zcorpan: thanks
- # [15:47] <Philip`> Lachy: The main problems are it doesn't do tap-to-click, and the drag-to-scroll thing is stupidly sensitive such that it's actually physically impossible to right click on a file in Explorer, because moving my hand to click the button makes the window scroll wildly up/down
- # [15:48] <Philip`> Lachy: It has OS X, but I pretty much never use it
- # [15:48] <Lachy> can't you adjust it in the settings?
- # [15:48] <Philip`> Lachy: I have Vista Business which doesn't come with any games at all, as far as I can see :-(
- # [15:49] <Philip`> but the internet solves that problem
- # [15:49] <Lachy> I would install windows under bootcamp to test it out, but I only have an XP upgrade disc available, and it needs a full version
- # [15:49] <Philip`> (Hooray for Steam)
- # [15:49] <Philip`> Lachy: There are no settings
- # [15:49] <Lachy> wtf? Not even in control panel?
- # [15:49] <Philip`> (except for the standard Windows ones, like how many lines you want to scroll per increment of the mouse wheel)
- # [15:49] * Joins: csarven (n=csarven@on-irc.csarven.ca)
- # [15:49] <Lachy> oh, how sucky
- # [15:50] <Lachy> though Vista sucks in general. Why didn't you get XP?
- # [15:50] <Philip`> Mostly since I occasionally want to test software on Vista
- # [15:51] <Philip`> Also, it doesn't seem worse than XP; it's just different, and I've never used XP so that difference doesn't affect me :-)
- # [15:52] <gsnedders> XP is just 2000 with shiny graphics :)
- # [15:52] <Lachy> I used vista briefly on a friend's laptop, and it sucked so much, it was one of the reasons I switched to Mac
- # [15:52] <Philip`> but the Boot Camp drivers apparently have the same problems on XP
- # [15:52] * gsnedders doesn't think Vista is that bad
- # [15:52] <gsnedders> But it doesn't have a native unix-like shell, so it sucks.
- # [15:52] * Lachy notes that gsnedders' opinion is wrong
- # [15:53] <gsnedders> Lachy: Sure, that goes without saying, as it is my opinion.
- # [15:53] * Philip` turned off the Aero stuff, but decided not to switch to the Classic theme since he really ought to get used to the modern world
- # [15:53] <gsnedders> Philip`: So what? Aero Basic?
- # [15:54] * hsivonen thought Mac OS X and Ubuntu were the modern world
- # [15:54] <Lachy> maybe I should get a pirated version of vista to try it out briefly on my iMac and/or MBP
- # [15:54] <Lachy> or on my old crappy PC
- # [15:54] <gsnedders> Lachy: You can use it for up to 240 days without a license key or activation
- # [15:55] <Philip`> gsnedders: Yes, like http://upload.wikimedia.org/wikipedia/en/5/59/Windows_Vista_Basic.png
- # [15:55] <Lachy> ah, ok. In that case, I may be able to borrow my friend's vista disc to do it
- # [15:55] <gsnedders> I think it's 240 days at least
- # [15:55] <gsnedders> That's what it is for 2008 Server
- # [15:55] <gsnedders> It's at least 60
- # [15:55] <Philip`> except with the Classic start menu since I've got too used to that over the past decade
- # [15:57] <gsnedders> Lachy: Only 120 for Vista
- # [15:57] <Lachy> I had the Vista Ultimate release candidate, but at the time, I couldn't use it much at the time since I was missing some important drivers for my network card
- # [15:57] <gsnedders> Lachy: http://support.microsoft.com/kb/948472
- # [15:57] <gsnedders> Lachy: Same instructions work o Vista, just s/60/30/g and s/240/120/g
- # [15:57] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [15:58] <Lachy> wtf? Why are they giving instructions on how to do that? What's the point if one can just run that command every 59 days
- # [15:58] <gsnedders> Lachy: You can only do it three times
- # [15:58] <Lachy> oh
- # [15:59] <gsnedders> Lachy: But yeah, it is rather stupid. May as well have it that long to start with
- # [15:59] <Lachy> well, then you just reinstall
- # [15:59] <gsnedders> Exactly
- # [15:59] <gsnedders> It's stupid :P
- # [15:59] <Philip`> They should give away all their software for free - that'd solve all the problems
- # [15:59] <Lachy> XP had a 30 day no-activation period
- # [16:00] <Lachy> but activation is annoying. I got myself a corporate edition that doesn't require activation, even though I own a legit copy
- # [16:00] <Philip`> Why is it annoying to type in a few dozen characters once when you're installing your computer?
- # [16:01] <Lachy> because I had installed XP on a few different machines and upgraded a few times, so I had to call the help centre to activate it over the phone.
- # [16:01] <Lachy> since I bought my copy in 2001, I've had several machines since then
- # [16:03] <Lachy> and they were all custom built machines, so none of them came with XP preinstalled
- # [16:09] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) ("This computer has gone to sleep")
- # [16:20] * Joins: Lachy (n=Lachlan@85.196.122.246)
- # [16:28] * Joins: billmason (n=billmaso@ip110.unival.com)
- # [16:28] <zcorpan> "hundreds of test cases" -- http://www.w3.org/mid/488EE5BE.1030009@w3.org
- # [16:29] <zcorpan> seems underrated -- does svg really only have hundreds of test cases?
- # [16:29] <hsivonen> well, at least the HTML WG isn't the only WG with questions about evidence and accessibility
- # [16:32] <Philip`> The number of test cases seems fairly meaningless, since a test case could test a single aspect of a single feature or it could test hundreds
- # [16:33] <zcorpan> Philip`: the former is fare more common i'd think
- # [16:33] <zcorpan> s/fare/far/
- # [16:34] <takkaria> hundreds of test cases and thousands of pages of spec sounds like the wrong way round. :)
- # [16:34] <hsivonen> heh
- # [16:35] <zcorpan> hundreds of specs and thousands of pages of test cases?
- # [16:35] <Philip`> If I had to write dozens of lines of XML boilerplate for each test case then I'd try to write as few as possible and put as many feature tests as possible in each one :-)
- # [16:36] <zcorpan> Philip`: that's not what you did for the canvas testsuite :)
- # [16:36] <zcorpan> (for which i'm glad!)
- # [16:36] <Philip`> That's because I had no lines of XML boilerplate
- # [16:37] <zcorpan> does it matter if the boilerplate is XML or something else?
- # [16:37] <Philip`> No
- # [16:37] <zcorpan> i mean you generated the tests from script and they have a boilerplate
- # [16:37] <Philip`> So, it's because I had no lines of boilerplate :-)
- # [16:37] <zcorpan> really?
- # [16:38] <Philip`> Well, there's blank lines between the tests, for aesthetic appeal
- # [16:38] <zcorpan> did you write each test from scratch?
- # [16:38] <Philip`> The only necessary repeated stuff in the source file is the YAML field names, and those were only parts of lines, not actually lines :-)
- # [16:39] * gsnedders has stopped himself from getting spam
- # [16:39] <gsnedders> <form action="http://gsnedders.com/165/feedback" method="post" id="commentform">
- # [16:39] <zcorpan> my point is that for an svg testsuite you could omit the boilerplate from the source file
- # [16:39] <gsnedders> Naïve spammers not using HTML parsers :)
- # [16:40] * Quits: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de) (Remote closed the connection)
- # [16:42] <Philip`> The nearly-minimal test case I can write is
- # [16:42] <Philip`> - name: something
- # [16:42] <Philip`> code: @assert true
- # [16:42] <Philip`> so there's only eleven fixed unavoidable non-whitespace characters
- # [16:43] * jcranmer notes that many WYSIWYG editors fail to perform "obvious" CSS simplification
- # [16:44] <takkaria> gsnedders: hopefully that will change with the advent of HTML5 parsing libraries
- # [16:44] <gsnedders> takkaria: Hopefully? :(
- # [16:46] <Philip`> zcorpan: For an SVG test suite you could do that, but it looks like http://dev.w3.org/cvsweb/SVG/profiles/1.2T/test/svg/udom-node-201-t.svg?rev=1.4&content-type=text/x-cvsweb-markup is what they actually do, which is more than eleven characters
- # [16:48] <Philip`> I tend to use something like mailto:me@wherever because that's possibly more likely to break stupid HTML scrapers
- # [16:49] <jcranmer> on some of the pages I have, I've noted that even just sticking it in raw seems to miss most spambots, although I'll admit it's not a widely-distributed page
- # [16:50] <gsnedders> My email address is in far worse places than my website :P
- # [16:50] * Philip` is in favour of writing "desc: ..." rather than <d:OperatorScript xmlns:d="http://www.w3.org/2000/02/svg/testsuite/description/" xmlns="http://www.w3.org/1999/xhtml"><p>...</p></d:OperatorScript>
- # [16:52] <takkaria> I used to care about not showing my email in public, but I have decent spam filters not
- # [16:52] <takkaria> s/not/now
- # [16:58] * Joins: svl (n=me@210.176.101.37)
- # [16:58] <gsnedders> takkaria: I just use character references for stuff like email and IM
- # [16:58] <zcorpan> Philip`: ouch
- # [16:59] <gsnedders> takkaria: Absolutely no hassle for any real users using a browser, hopeless for naïve spammers :P
- # [17:01] <Philip`> I just set robots.txt to disallow spammers from reading my pages
- # [17:02] <zcorpan> Philip`: naïve spammers don't read robots.txt
- # [17:02] <jcranmer> zcorpan: it probably works better than you think it does
- # [17:02] <hsivonen> I thought the naïve ones are the ones who honor it
- # [17:02] <zcorpan> or maybe it's the other way around: experienced spammers don't read robots.txt :P
- # [17:02] <jcranmer> although one thing to try would be to set up a way to get spambots caught in a loop but real bots respecting robots.txt wouldn't
- # [17:04] <gsnedders> Are we actually any better than the spammers themselves trying to do things like this?
- # [17:04] <Philip`> Maybe naive spammers use web crawlers whose default configuration makes them respect robots.txt
- # [17:04] <Philip`> gsnedders: Yes.
- # [17:05] <takkaria> you see right and wrong, I see a primeval battle for survival
- # [17:05] <Philip`> I don't think the primeval world had email
- # [17:05] * Quits: webben (n=benh@nat/yahoo/x-9ce5d616a76ff19f)
- # [17:07] * Quits: zcorpan (n=zcorpan@pat.se.opera.com)
- # [17:11] * tommorris_ is now known as tommorris
- # [17:13] <hsivonen> http://www.rpbourret.com/xml/NamespacesFAQ.htm
- # [17:13] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [17:13] <hsivonen> that's a lot of questions
- # [17:14] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [17:14] <gDashiva> When your FAQ has an executive summary, or even worse, two...
- # [17:16] <gDashiva> Am I the only one who feels it's a bad idea to call it 'URI reference' when it can't be dereferenced?
- # [17:17] * Quits: Maurice (n=ano@86.90.21.79)
- # [17:19] <Philip`> That site has (almost) a dozen XML namespace myths too
- # [17:19] <Philip`> which seems to indicate that it may occasionally be misunderstood
- # [17:19] * Maurice` is now known as Maurice
- # [17:19] <Philip`> Hmm, "Myth #1: XML namespaces exist"
- # [17:28] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [17:30] * Quits: KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) ("The computer fell asleep")
- # [17:36] * Joins: webben (n=benh@nat/yahoo/x-27c79573682e5cba)
- # [17:41] * Joins: excrypf (n=nogah@58.187.91.47)
- # [17:52] * Joins: jruderman (n=jruderma@216.18.1.210)
- # [17:57] * Joins: weinig (n=weinig@nat/apple/x-a65e3201806614bc)
- # [18:16] * Quits: jruderman (n=jruderma@216.18.1.210)
- # [18:17] * Joins: aaronlev (n=chatzill@216.18.1.210)
- # [18:27] * Quits: csarven (n=csarven@on-irc.csarven.ca) (Read error: 54 (Connection reset by peer))
- # [18:36] * Joins: kangax (n=kangax@209.10.106.40)
- # [18:51] * Joins: maikmerten (n=maikmert@L93dc.l.pppool.de)
- # [19:13] * Joins: hdh0 (n=hdh@118.71.134.129)
- # [19:16] * Quits: svl (n=me@210.176.101.37) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [19:16] * Quits: hdh (n=hdh@58.187.72.210) (Read error: 60 (Operation timed out))
- # [19:23] * Quits: aaronlev (n=chatzill@216.18.1.210) (Success)
- # [19:28] * Joins: eseidel (n=eseidel@c-67-180-49-110.hsd1.ca.comcast.net)
- # [19:29] * Joins: jruderman (n=jruderma@216.18.1.210)
- # [19:35] * Joins: eseidel_ (n=eseidel@72.14.224.1)
- # [19:47] * Joins: bradee-oh (n=bradeeoh@web7.webfaction.com)
- # [19:48] <bradee-oh> Hixie: around?
- # [19:53] * Quits: eseidel (n=eseidel@c-67-180-49-110.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [19:53] * weinig is now known as weinig|away
- # [20:00] * Parts: excrypf (n=nogah@58.187.91.47)
- # [20:09] * Quits: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [20:11] * Quits: tommorris (n=tommorri@i-83-67-98-32.freedom2surf.net) (Remote closed the connection)
- # [20:19] * Quits: starjive (i=beos@213-66-217-32-no30.tbcn.telia.com)
- # [20:20] * Joins: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [20:21] * Joins: scotfl (n=scotfl@S0106001b114f914a.ss.shawcable.net)
- # [20:30] * Quits: sverrej (n=sverrej@pat-tdc.opera.com) ("Ex-Chat")
- # [20:31] * eseidel_ is now known as eseidel
- # [20:37] * Joins: KevinMarks (n=KevinMar@216.239.45.19)
- # [20:39] * Joins: franksalim (n=frank@ip-12-22-56-126.hqglobal.net)
- # [20:47] * Joins: tommorris (n=tommorri@i-83-67-98-32.freedom2surf.net)
- # [20:55] * Joins: sverrej (n=sverrej@89.10.27.86)
- # [20:57] * Joins: codedread (n=chatzill@wwwgate1.motorola.com)
- # [20:57] * Parts: codedread (n=chatzill@wwwgate1.motorola.com)
- # [21:08] * Joins: Maurice` (i=copyman@cc90688-a.emmen1.dr.home.nl)
- # [21:08] * Joins: starjive (i=beos@213-66-217-32-no30.tbcn.telia.com)
- # [21:08] * Quits: Maurice (n=copyman@cc90688-a.emmen1.dr.home.nl) (Read error: 104 (Connection reset by peer))
- # [21:09] * Quits: starjive (i=beos@213-66-217-32-no30.tbcn.telia.com) (Client Quit)
- # [21:10] * Quits: jruderman (n=jruderma@216.18.1.210)
- # [21:22] * Quits: eseidel (n=eseidel@72.14.224.1)
- # [21:24] * Quits: maikmerten (n=maikmert@L93dc.l.pppool.de) (Remote closed the connection)
- # [21:25] * Joins: ianloic (i=yakk@glub.dreamhostps.com)
- # [21:39] * Joins: jruderman (n=jruderma@216.18.1.210)
- # [21:44] * Quits: Maurice` (i=copyman@cc90688-a.emmen1.dr.home.nl) ("Disconnected...")
- # [21:49] <Hixie> bradee-oh: i can be
- # [21:52] * Joins: MacDome (n=eric@c-67-180-49-110.hsd1.ca.comcast.net)
- # [21:58] * Joins: Maurice (i=copyman@cc90688-a.emmen1.dr.home.nl)
- # [21:59] <gsnedders> Hixie: Don't give in to people's demands!
- # [22:06] * Quits: MacDome (n=eric@c-67-180-49-110.hsd1.ca.comcast.net)
- # [22:12] * Quits: Maurice (i=copyman@cc90688-a.emmen1.dr.home.nl) (Success)
- # [22:17] * Joins: othermaciej (n=mjs@17.255.96.56)
- # [22:24] * Joins: eseidel (n=eseidel@adsl-76-203-74-176.dsl.pltn13.sbcglobal.net)
- # [22:37] <bradee-oh> Hixie: nm, I found the answer in the archived version of you ;)
- # [22:42] <Hixie> k
- # [22:48] * Quits: KevinMarks (n=KevinMar@216.239.45.19)
- # [22:52] * Parts: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [22:52] * Joins: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [22:55] * Joins: eseidel_ (n=eseidel@72.14.224.1)
- # [23:03] * Quits: eseidel_ (n=eseidel@72.14.224.1)
- # [23:04] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [23:05] * Quits: othermaciej (n=mjs@17.255.96.56)
- # [23:05] * Quits: kangax (n=kangax@209.10.106.40)
- # [23:07] * weinig|away is now known as weinig
- # [23:10] * Joins: othermaciej (n=mjs@17.255.96.56)
- # [23:12] * Quits: eseidel (n=eseidel@adsl-76-203-74-176.dsl.pltn13.sbcglobal.net) (Connection timed out)
- # [23:14] * Quits: jruderman (n=jruderma@216.18.1.210)
- # [23:25] * Quits: ianloic (i=yakk@glub.dreamhostps.com) (Remote closed the connection)
- # [23:27] * Joins: davidmccabe (n=david@38.100.211.99)
- # [23:27] * Parts: davidmccabe (n=david@38.100.211.99) ("Leaving")
- # [23:28] * Joins: jruderman (n=jruderma@216.18.1.210)
- # [23:30] * Joins: KevinMarks (n=KevinMar@216.239.45.19)
- # [23:32] * Quits: othermaciej (n=mjs@17.255.96.56) (Read error: 104 (Connection reset by peer))
- # [23:33] * Joins: othermaciej (n=mjs@17.255.96.56)
- # [23:41] * Joins: epeus (n=KevinMar@nat/google/x-69b2676285f7d33b)
- # [23:50] * Quits: KevinMarks (n=KevinMar@216.239.45.19) (Connection timed out)
- # [23:51] * Quits: sverrej (n=sverrej@89.10.27.86) (Read error: 110 (Connection timed out))
- # [23:53] * Quits: gsnedders (n=gsnedder@host217-44-35-200.range217-44.btcentralplus.com) ("Killin' teh intarwebs")
- # [23:53] * Joins: gsnedders (n=gsnedder@host217-44-35-200.range217-44.btcentralplus.com)
- # Session Close: Wed Jul 30 00:00:00 2008
The end :)