2007-12-01 [16:53:00.0000] Love that mail, "how about expanding it to the full thing like the HTML 4.01 DOCTYPE?" [16:53:01.0000] No reason given, just let's make it longer [17:09:00.0000] http://www.webdevout.net/david-hammond/works/we-didnt-write-the-browsers [17:11:00.0000] The revolution will not be namespaced [18:07:00.0000] Lachy: hey, i used to sleep in the room opposite yours [18:42:00.0000] Hixie - /me wonders where Lachy is staying. Alan's current place? [18:44:00.0000] no [18:44:01.0000] though i lived there too [18:44:02.0000] see his blog for link to pictures on flickr [18:44:03.0000] anywya gotta go [18:44:04.0000] see yah [22:44:00.0000] i hate how when you define a function inside a function of an object the 'this' of the inner function isn't the same as the outer function's [22:47:00.0000] ES4 fixes that [22:47:01.0000] really? [22:47:02.0000] without breaking existing scripts? [22:47:03.0000] how? [22:47:04.0000] but the canonical way to deal is to do this in the outer function: [22:47:05.0000] var self = this; [22:47:06.0000] and then use self in the nested func [22:47:07.0000] yeah [22:47:08.0000] I don't know if it's without breaking existing scripts [22:48:00.0000] (i tend to do var func = function (self) { return function (real args) { ... self ... }; }(this); so as to not polute the outer scope with a 'self') [22:48:01.0000] (also known as currying) [00:39:00.0000] sure, also an acceptable way to do things [00:39:01.0000] although if the outer scope is a function scope that's captured by the continuation it's not much cleaner and may make things a tiny bit slower depending on implementation details [00:40:00.0000] yeah [03:47:00.0000] I don't understand Doug's response about Ogg Theora and Dirac not being *necessarily* patent free. [03:47:01.0000] We know they have patents, so it doesn't make sense [03:53:00.0000] Is Dirac affected by known patents? [03:54:00.0000] I know Theora has the ones released by On2, but haven't heard of Dirac relying on royalty-free patents [03:55:00.0000] Oh, apparently the BBC has some patents on Dirac [04:23:00.0000] will HTML 5 really include SQL execution? [04:24:00.0000] That is the current plan [04:24:01.0000] ok, thanks [04:25:00.0000] (like http://www.whatwg.org/specs/web-apps/current-work/multipage/section-sql.html#sql etc) [04:34:00.0000] Lachy: yes, Doug seemed confused [04:34:01.0000] Ben`: it will include local database storage with SQL-based access [04:34:02.0000] or rather, a DOM API for it that embedded scripts can use [04:35:00.0000] I'm saying it more precisely because "SQL execution in HTML" sounds like a scary security hole when phrased that way [04:35:01.0000] but it's really the same kind of script-based local storage feature provided by extensions like Google Gears or Adobe Flash [04:36:00.0000] Ben`: also, if you want to play around with it, WebKit has an experimental implementation: http://webkit.org/blog/126/webkit-does-html5-client-side-database-storage/ [07:33:00.0000] Hixie: ping [07:41:00.0000] gsnedders: pong, but i'm going offline in about 30 seconds [07:41:01.0000] Hixie: then I'll ping you later [07:41:02.0000] :) [07:42:00.0000] k :-) [07:42:01.0000] ttyl [07:42:02.0000] (or just pong me) [11:57:00.0000] what's the URI for hixie's list of issues he needs to address that was posted to public-html a while ago? [11:59:00.0000] gavin: http://www.whatwg.org/issues/ [11:59:01.0000] thanks [12:01:00.0000] hmm, when I try to register, I get "E-mail is not valid or does not correspond to a user who has sent feedback that has not yet been dealt with." [12:02:00.0000] but my email is valid, and I have sent some feedback that hasn't been addressed [12:02:01.0000] I wonder if my message somehow got lost, or was deemed to be something that doesn't need to be dealt with [12:03:00.0000] (lost by whatever mechanism is used to track feedback, I mean - it's in the list archives) [12:04:00.0000] gavin: You could see if your message is in the issues list [12:04:01.0000] was it a message to whatwg⊙wo or public-html⊙wo ? [12:04:02.0000] it doesn't appear to be [12:04:03.0000] and if it is, the corresponding email address should work [12:04:04.0000] whatwg@ [12:05:00.0000] and you're using the same address? :) [12:05:01.0000] http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2007-September/012459.html [12:05:02.0000] yes [12:06:00.0000] hmm, we need that in the IE-way for to work properly... [12:06:01.0000] /me likes the irony here [12:07:00.0000] anne-mac: since when did you use a mac? [12:07:01.0000] i bought one a week ago to fool around [12:08:00.0000] I have stuff to teach you ... over a beer next week [12:08:01.0000] anne-mac: or we need to not define canvas features in terms of img.complete [12:09:00.0000] sure, but the IE behavior makes sense, imo [12:09:01.0000] Has someone investigated what happens to .complete when you modify .src? [12:10:00.0000] I haven't [12:10:01.0000] I believe Mozilla's implementation will accureately reflect the current state of the image at all times [12:10:02.0000] (modulo the behavior I describe in my post) [12:13:00.0000] gavin: Hmm, that message is definitely not in the issues list [12:13:01.0000] You should poke Hixie about it :-) [12:14:00.0000] (I've had at least one fall into his spam filter) [12:14:01.0000] I had several of those [12:14:02.0000] that we somehow discovered quick enough, not sure if there are more [12:15:00.0000] then again, not sure how much I care about some of those two year old comments [12:16:00.0000] /me probably should've asked Hixie when he intended to be back [14:47:00.0000] Hixie: back yet? [15:26:00.0000] /me wonders who set up http://hixietracker.blogspot.com/ [15:26:01.0000] me! choose me! [15:27:00.0000] (They ought to fix the non-escaping of the title "Re: [whatwg] Element" since it makes the rest of the page big) [15:27:01.0000] Philip`: isn't Hixie awesome enough to deserve that, though? [15:27:02.0000] gavin: your e-mail is one of a small number of e-mails that i received during a small window of time where dreamhost was down and the e-mail is only in my gmail inbox, not my imap box [15:28:00.0000] Philip`, IIRC, I think the hixietracker was set up by Mark Pilgrim [15:28:01.0000] it was mentioned in one of these IRC channels a few months ago [15:28:02.0000] /me waits to be quoted out of context and claimed that he goes along with anything that Hixie says [15:28:03.0000] Hixie: ah [15:28:04.0000] Hixie: I guess your back then? [15:28:05.0000] gsnedders: heya [15:29:00.0000] gsnedders: sure, for a few minutes :-) [15:29:01.0000] Hixie: should I resend it or something? [15:29:02.0000] gavin: if you want to vote on it and if you don't mind resending, sure [15:29:03.0000] but i won't lose it if you don't [15:30:00.0000] (lose the e-mail that is) [15:30:01.0000] (some might say i've already "lost it") [15:30:02.0000] ok, that's all I care about :) [15:30:03.0000] Lachy: Okay - I don't remember that at all, and can't find any search results, and it looks like Hixie added the link to it on the wiki [15:30:04.0000] Hixie: not as badly as me [15:30:05.0000] /me points Hixie at PM [15:31:00.0000] It reminds me of the Santa Tracker except without the presents [15:31:01.0000] the discussion occurred around the time the link was added to the wiki, but I couldn't find it in the logs either. Maybe Krijn was offline at the time [15:32:00.0000] Philip`: Santa is real kthxbai [15:33:00.0000] Lachy: I guess I was offline too since it's not in my logs either :-( [15:34:00.0000] I can't find it in my logs of this channel [15:35:00.0000] but I think I only have logs here since december 2006 [15:35:01.0000] strangley, not in mine either, AFAICT [15:35:02.0000] though I don't have a complete set of logs [15:35:03.0000] The wiki change was Sep 25, which sounds recent until I realise the year has passed far quicker than I expected [15:36:00.0000] Maybe it was a different channel somewhere? [15:36:01.0000] wait… it's Dec? [15:36:02.0000] I'm sure it was either #whatwg or #html-wg [15:36:03.0000] that's maddening. [15:37:00.0000] /me realises what that means: mocks next month! [15:37:01.0000] yes, gsnedders, December usually begins on December 1st every year [15:38:00.0000] oh. I thought it started on December 31st. [15:38:01.0000] I think your calendar must be upside down [15:39:00.0000] Ah. Maybe I should get it out the drawer its in? [15:39:01.0000] You might also want to check that your clocks are turning clockwise, to rule out the possibility of a time reversal [15:40:00.0000] My sister had a clock that went the wrong way once. I missed the start of school because of it once. [15:41:00.0000] wow [15:41:01.0000] w3c actually censored me [15:41:02.0000] what? [15:41:03.0000] well that's a first [15:41:04.0000] where? [15:42:00.0000] http://lists.w3.org/Archives/Public/www-archive/2007Nov/0104.html [15:42:01.0000] dean complained that i replied to his private message by cc'ing the archives [15:42:02.0000] and w3c removed my message from the archives [15:43:00.0000] woah! Luckily, i still have a copy in my personal archive :-) [15:43:01.0000] I noticed that earlier [15:43:02.0000] I wish I'd kept a copy :) [15:44:00.0000] Lachy: www-archive is meant to be a "Mail-to-web gateway", so subscribing to the list and using it for mail-to-mail is cheating :-p [15:46:00.0000] Hixie - fwiw, I wasn't aware that message had been removed. They were supposed to get your OK to remove it. [15:47:00.0000] "The need for editing or excising material contained in an archived message is addressed only when the sender of the archived message requests it. Carefully documented exceptions may be considered." [15:47:01.0000] http://www.w3.org/Mail/ArchiveEditingPolicy [15:48:00.0000] Philip`, I subscribed to it since I noticed there was a lot of interesting off-list discussion going on there [15:48:01.0000] I suppose you could argue that Dean was the sender of a message that was archived [15:49:00.0000] (indirectly through hixie's reply) [15:50:00.0000] gavin - yeah, I suppose [15:50:01.0000] well it's now archived at http://damowmow.com/playground/archives/reply-to-dean-edridge.html [15:51:00.0000] LOL! I was just about to suggest that you archive it elsewhere [15:56:00.0000] so, us follows of Hixie… [15:56:01.0000] *followers [15:56:02.0000] Hixie: It's a shame that the change in month breaks the W3C mail archive's reply-linking feature 2007-12-02 [16:00:00.0000] g'nite y'all [16:07:00.0000] Philip`: yeah [16:09:00.0000] Isn't there a three-month view? [16:09:01.0000] depends on the list [16:12:00.0000] depends on the number of messages per month, I thought [16:12:01.0000] i.e. I thought it was automatic based on number of messages, instead of configured manually [16:12:02.0000] no [16:12:03.0000] manual [16:12:04.0000] ah, ok [16:13:00.0000] gotta go again [16:37:00.0000] hey, I got reddit karma points for defending html5: http://programming.reddit.com/info/61vbd/comments/ [16:37:01.0000] (the thread was going much the other way before my post) [16:45:00.0000] "I say let Adobe's Air & Google's Gears work out the kinks, then maybe a few years down the road (once the issues with the core languages are settled) go about implementing them." [16:47:00.0000] Although this one was more convincing: "html5 is a joke anyways and will never be adopted or supported and if it is I will get an ak 47 and find a rooftop" [16:47:01.0000] heh [16:47:02.0000] Don't AK-47s work just as effectively at ground level? [16:47:03.0000] Why are people so unpatriotic? Can't they use proper western firearms? [16:51:00.0000] the day of the tommy gun has passed [16:52:00.0000] http://www.ak-47.us/USmade.php <--- AK-47 varieties made in the United States [16:58:00.0000] US military issue firearms are generally much harder to maintain than the AK-47 [16:58:01.0000] which is why they are not used as much by guerilla armies and criminal gangs and the like [17:00:00.0000] The US military should develop a really bad gun, then make it easy to obtain and put a huge PR campaign behind it, so the guerilla armies and criminal gangs think it's excellent and buy lots of it [17:01:00.0000] Make a gun that calls the police when you fire it! [17:05:00.0000] Dashiva: The problem with that plan is that it would have to have something like a mobile phone embedded in the gun, and prolonged use might lead to excess levels of radiation, which would be a health hazard [17:07:00.0000] It's three mile island all over again [21:58:00.0000] that's odd [21:58:01.0000] i posted a huge comment to sam ruby's blog the other day [21:58:02.0000] and it hasn't appeared [23:23:00.0000] mine appeared [23:30:00.0000] I just posted a slightly mean reply on his blog [23:52:00.0000] another? [00:03:00.0000] I didn't think the first one was that mean [00:08:00.0000] indeed, hence my question [00:10:00.0000] so, yes, another reply [07:27:00.0000] hsivonen_: don't understand this transparent error http://validator.nu/?doc=http%3A%2F%2Fvideo.natalian.org%2Ftest%2Fhtml5-media-mp3.html [07:28:00.0000] transparent? [07:28:01.0000] /me gets that