Options:
- # Session Start: Sat Jun 11 00:00:00 2011
- # Session Ident: #whatwg
- # [00:01] <zewt> (fwiw, as far as syntax sugar goes, being able to omit "new" is about at the bottom of what I'd bother spending time worrying about)
- # [00:03] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:05] * Joins: othermaciej (~mjs@2620:149:4:401:29e8:b252:d600:1101)
- # [00:13] <AryehGregor> "Personally, i refer and work from the official specification as it stands, w3c, because i know that it is the spec which will be implemented and, while it is still in flux, it is the one i can rely on the most to be the closest to what will eventually become standard in the years to come."
- # [00:13] <AryehGregor> lol?
- # [00:13] <AryehGregor> orly?
- # [00:14] <TabAtkins> It's funny when clueless people try to work up a righteous indignation.
- # [00:15] <jgraham> It's funny when non-implementors make gross assumptions about the needs of implementors
- # [00:16] <jgraham> Well I say "funny"
- # [00:16] <jgraham> What I actually mean is "reponsible for lots of problems"
- # [00:17] <jgraham> Yes, /TR/. I'm looking at you
- # [00:25] <Hixie> anyone know where ms2ger is these days?
- # [00:25] <Hixie> i don't remember seeing him recently
- # [00:26] <TabAtkins> He was around earlier today.
- # [00:28] <Hixie> k
- # [00:29] <Hixie> ms2ger, if you read this later, see http://www.w3.org/Bugs/Public/show_bug.cgi?id=11191
- # [00:37] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [00:37] * Quits: othermaciej (~mjs@2620:149:4:401:29e8:b252:d600:1101) (Ping timeout: 268 seconds)
- # [00:42] * Quits: weinig (~weinig@2620:149:4:401:3dea:644f:92a3:bef4) (Quit: weinig)
- # [00:43] * Quits: zcorpan (~zcorpan@c-e69ce355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [00:49] * jgraham is increasingly convinced that createContextualFragment was a better design than innerHTML but a worse API
- # [00:49] <TabAtkins> The worse API being "the DOM"?
- # [00:50] * Joins: othermaciej (~mjs@17.246.18.231)
- # [00:50] <Hixie> jgraham: the right design imho was E4X without comments
- # [00:50] <TabAtkins> Yus.
- # [00:50] <Hixie> but not enough other people seem to agree :-(
- # [00:51] <Hixie> createContextualFragment() has the same major flaw as innerHTML (no compile-time checking)
- # [00:51] <paul_irish> XMLSerializer.serializeToString() in gecko predated elem.innerHTML in trident, right?
- # [00:52] <Hixie> didn't innerHTML in trident predate gecko as a whole?
- # [00:52] <paul_irish> more generally i had a though that innerHTML was the first thing to serialize DOM into HTML but the more i think about it, i think it wasnt first
- # [00:52] <Hixie> i thought innerHTML was a netscape 4.x thing from the mid 90s
- # [00:52] <Hixie> maybe even 3.x
- # [00:53] <smaug____> innerHTML is IEism
- # [00:53] <Hixie> ah
- # [00:53] <paul_irish> hm.. well i can tell you that innerHTML was ie7, so sept 97... gecko/netscape/moz didnt have it until 99
- # [00:53] <paul_irish> ie4*
- # [00:53] <Hixie> gecko didn't exist until like 98/99
- # [00:53] <paul_irish> a
- # [00:53] <paul_irish> hah
- # [00:54] * Quits: Steve^ (~steve@89.240.42.203) (Ping timeout: 260 seconds)
- # [00:55] <paul_irish> looks like XMLSerializer and XMLHttpRequest landed simultaneously in gecko. interesting.
- # [00:58] <paul_irish> Hixie: whats the compile-time checking flaw about?
- # [00:59] <Hixie> code like this shouldn't compile: foo.innerHTML = '<p><span title="x">bla</b>';
- # [00:59] <TabAtkins> Yes.
- # [00:59] <Hixie> it's a syntax error, so it can trivially be caught at compile time
- # [01:00] <Hixie> so it should be caught at compile time
- # [01:00] <Hixie> mind you, for the same reason i'm a firm believe in strong typing, which js doesn't have either
- # [01:00] <Hixie> believer, even
- # [01:01] <paul_irish> so if it had compile time checking it'd throw an exception indicating the input isn't good enough?
- # [01:01] <Hixie> it just wouldn't compile
- # [01:01] <Hixie> same as function x() { foo(} );
- # [01:02] <paul_irish> k
- # [01:02] <Hixie> e4x works like that
- # [01:02] <Hixie> var foo = <x></x>;
- # [01:03] <Hixie> var foo = <x></y>; // this line makes the script not compile
- # [01:03] <_bga> Hixie some new translangs supports embedded xml
- # [01:03] <Hixie> that's what e4x is, yeah
- # [01:03] <Hixie> gecko has (had?) support for it
- # [01:04] * Quits: othermaciej (~mjs@17.246.18.231) (Quit: othermaciej)
- # [01:06] <smaug____> has
- # [01:06] * Joins: othermaciej (~mjs@17.246.18.231)
- # [01:07] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [01:08] <_bga> Hixie for example https://github.com/marcuswestin/fun
- # [01:12] * Joins: nonge (~nonge@p5B326B28.dip.t-dialin.net)
- # [01:12] * Quits: smaug____ (~chatzilla@85.76.65.193) (Ping timeout: 258 seconds)
- # [01:22] * paul_irish is now known as paul_irish_
- # [01:22] * Joins: nessy (~Adium@124-168-8-33.dyn.iinet.net.au)
- # [01:23] * Joins: erlehmann (~erlehmann@89.204.153.80)
- # [01:24] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 252 seconds)
- # [01:24] * _bga is now known as bga_|away
- # [01:25] * bga_|away is now known as bga_
- # [01:32] * Quits: othermaciej (~mjs@17.246.18.231) (Quit: othermaciej)
- # [01:32] * Quits: Morphous (jan@unaffiliated/amorphous) (Read error: Operation timed out)
- # [01:34] * Joins: othermaciej (~mjs@17.246.18.231)
- # [01:38] * Quits: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1) (Ping timeout: 255 seconds)
- # [01:41] * Quits: othermaciej (~mjs@17.246.18.231) (Quit: othermaciej)
- # [01:45] * Joins: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com)
- # [01:47] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe) (Ping timeout: 246 seconds)
- # [01:47] * Quits: jdaggett (~jdaggett@y227145.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [01:50] * Joins: Morphous (jan@unaffiliated/amorphous)
- # [01:58] * Joins: othermaciej (~mjs@67.218.110.212)
- # [01:58] * Joins: _jgr (~jgr@CPE-58-165-74-97.qld.bigpond.net.au)
- # [01:58] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [01:59] * Quits: stefan-_ (~music@hiwi0.wi2.uni-trier.de) (Remote host closed the connection)
- # [02:03] * Quits: erlehmann (~erlehmann@89.204.153.80) (Quit: Ex-Chat)
- # [02:05] * Quits: othermaciej (~mjs@67.218.110.212) (Read error: Connection reset by peer)
- # [02:05] * Joins: othermaciej (~mjs@67.218.110.212)
- # [02:09] * Quits: mpilgrim (~pilgrim@rrcs-24-206-36-125.midsouth.biz.rr.com) (Ping timeout: 258 seconds)
- # [02:13] * Joins: erlehmann (~erlehmann@89.204.153.80)
- # [02:16] * Quits: clair (~clair@host86-174-254-254.range86-174.btcentralplus.com) (Quit: clair)
- # [02:26] * Joins: yuhong (~chatzilla@50-47-173-54.evrt.wa.frontiernet.net)
- # [02:28] <yuhong> FYI on InnerHTML: http://www.ericvasilik.com/2006/07/code-karma.html
- # [02:28] * Quits: slooth (~slooth@77.28.12.169) (Quit: /)
- # [02:29] <erlehmann> ooold
- # [02:30] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: brb)
- # [02:31] <yuhong> erlehmann: Yep, the reason I mention it was today there was a discussion of where InnerHTML comes from.
- # [02:34] <yuhong> Now IMO cancelling Mariner (later MozClassic) was a mistake, but that was another mess altogether.
- # [02:37] * bga_ is now known as bga_|away
- # [02:37] * bga_|away is now known as bga_
- # [02:38] * Joins: ezoe (~ezoe@203-140-88-58f1.kyt1.eonet.ne.jp)
- # [02:44] * Quits: othermaciej (~mjs@67.218.110.212) (Quit: othermaciej)
- # [02:47] * Joins: jwalden (~waldo@2620:101:8003:200:221:6aff:fe6e:d10)
- # [02:53] * Quits: ap_ (~ap@17.203.14.199) (Quit: ap_)
- # [02:54] * Quits: yuhong (~chatzilla@50-47-173-54.evrt.wa.frontiernet.net) (Quit: ChatZilla 0.9.87 [Firefox 3.6.16/20110323163108])
- # [02:54] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [02:55] * Joins: F1LT3R (~F1LT3R@c-76-19-149-201.hsd1.ma.comcast.net)
- # [02:55] * Dashiva reads semtech bof notes
- # [02:59] <Dashiva> foolip: Thanks for the recommended reading link :)
- # [03:02] <Dashiva> So has anyone normally in favor of DE explained why DE is suddenly bad?
- # [03:03] * Quits: erlehmann (~erlehmann@89.204.153.80) (Quit: Ex-Chat)
- # [03:04] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [03:08] * Quits: dave_levin (~dave_levi@74.125.59.65) (Quit: dave_levin)
- # [03:12] <gsnedders> bga_: http://bga.github.com/list-of-ecmascript-engines/ should probably be cleaer that Carakan is totally different to everything before it, and that it implements the ES3-subset of ES5 (see things where behaviour changed from 3 to 5)
- # [03:13] <bga_> hm
- # [03:14] <gsnedders> bga_: I'm not entirely sure how different the earlier engines are
- # [03:15] <bga_> gsnedders i want to describe only last version
- # [03:15] <bga_> else it will be hell
- # [03:15] <bga_> 5 monkeys
- # [03:15] <bga_> 4 form opera
- # [03:15] <bga_> etc
- # [03:15] <bga_> *from
- # [03:15] <gsnedders> bga_: SpiderMonkey is a single engine, the other monkies are just part of it
- # [03:17] <bga_> ah. i have splitted jscript and Chakra
- # [03:20] <bga_> ok gsnedders
- # [03:20] <bga_> i will split
- # [03:20] <bga_> Futhark/Linear B/Linear A as es3 w/o jit
- # [03:21] <bga_> and Carakan as es3 es5? w/ jit
- # [03:21] <gsnedders> bga_: Also, Futhark and Carakan existed/exist alongside each other even after Carakan shipped
- # [03:21] * Joins: hdhoang (~hdhoang@2406:a000:f0ff:fffe::3461)
- # [03:21] <gsnedders> bga_: I'd say Carakan is ES5, though it doesn't support the object stuff and strict mode. Futhark supported some ES4 stuff too, but was mostly ES3
- # [03:22] <bga_> es4?
- # [03:22] <bga_> do you mean "const" ?
- # [03:22] <gsnedders> /./x, /./y, can't remember what else.
- # [03:22] <bga_> nice
- # [03:22] <gsnedders> const support predates it being in ES4
- # [03:23] <gsnedders> bga_: [a,b] = [1,2]
- # [03:23] <bga_> gsnedders btw in opera const == var
- # [03:23] <bga_> iirc
- # [03:23] <gsnedders> bga_: yeah
- # [03:25] <bga_> omg its work %)
- # [03:26] <bga_> gsnedders what parts of es5 in Carakan?
- # [03:26] <bga_> only getters setters?
- # [03:26] <gsnedders> bga_: Everything except the object methods, function.prototype.bind, and strict mode
- # [03:27] <gsnedders> bga_: So all the array stuff, all the new syntax (which IIRC is just the getter/setters), all the behavioural changes from ES3->ES5 (/./ creating a new object each time, etc.)
- # [03:28] <gsnedders> bga_: JSON, property access on strings, string.prototypr.trim, date.now
- # [03:28] <gsnedders> bga_: Dunno what else is new in ES5 off-hand
- # [03:28] <bga_> thanks
- # [03:29] <gsnedders> bga_: The exclusive list is simpler :P
- # [03:29] <gsnedders> bga_: (will be supported in a future version, etc.)
- # [03:29] <bga_> btw in Futhark /./ === /./ false
- # [03:30] * Quits: dbaron (~dbaron@nat/mozilla/x-dwdxjlftyeglfqqy) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:30] <gsnedders> bga_: They're two different literals. Try function f() { return /./; }; print(f() === f());
- # [03:31] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Remote host closed the connection)
- # [03:31] <bga_> heh
- # [03:31] <bga_> as in old v8
- # [03:31] <bga_> => issue with lastIndex too
- # [03:31] <gsnedders> bga_: Well, old everything. It was ES3 behaviour and everything followed it.
- # [03:32] <jamesr> one of the few (only?) cases where es5 directly contradicts es3 outside of strict mode
- # [03:32] <gsnedders> Oh, heh, jwalden's blog post claims on SpiderMonkey and V8 support. Futhark certainly did too…
- # [03:33] <gsnedders> jamesr: There's a whole appendix of the spec listing the changes.
- # [03:33] <jwalden> jamesr: nah, there are others (null/undefined as this to builtin methods, say)
- # [03:34] <jwalden> which incidentally I'm a bit surprised broke seemingly nobody but the gobbledygookers
- # [03:34] <jamesr> who are the gobbledygookers?
- # [03:35] <jwalden> jamesr: http://whereswalden.com/2011/02/03/working-on-the-js-engine-episode-iv/
- # [03:38] * gsnedders is still glad GWT's output doesn't look like that
- # [03:41] * Quits: Necrathex (~nectop@82-170-160-25.ip.telfort.nl) (Ping timeout: 268 seconds)
- # [03:42] <bga_> gsnedders this doesn't work :( var a = {get f: #{ -> 1 }}; _log(a.f);
- # [03:43] <gsnedders> bga_: um, that's not ES5.
- # [03:43] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [03:46] * Quits: _jgr (~jgr@CPE-58-165-74-97.qld.bigpond.net.au) (Ping timeout: 276 seconds)
- # [03:53] * Quits: ezoe (~ezoe@203-140-88-58f1.kyt1.eonet.ne.jp) (Ping timeout: 240 seconds)
- # [03:57] <bga_> gsnedders i hope opera will support {debugger}
- # [04:02] * Quits: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [04:06] * Quits: The_8472 (~stardive@azureus/The8472) (Ping timeout: 255 seconds)
- # [04:08] * Quits: jamesr (~jamesr@216.239.45.19) (Quit: jamesr)
- # [04:11] * Joins: The_8472 (~stardive@azureus/The8472)
- # [04:14] * Quits: jochen__ (~jochen@nat/google/x-skvvzjrupbvytzrv) (Remote host closed the connection)
- # [04:14] * Joins: jochen__ (~jochen@nat/google/x-sgbdcwuvttmjcirw)
- # [04:16] * Quits: nessy (~Adium@124-168-8-33.dyn.iinet.net.au) (Quit: Leaving.)
- # [04:17] <bga_> gsnedders fixed. thanks again
- # [04:20] * heycam|away is now known as heycam
- # [04:28] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [04:28] * bga_ is now known as bga_|away
- # [04:28] * bga_|away is now known as bga_
- # [04:29] * Quits: bga_ (~bga@ppp78-37-193-83.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [04:30] * heycam is now known as heycam|away
- # [04:37] * Joins: ezoe (~ezoe@203-140-90-130f1.kyt1.eonet.ne.jp)
- # [04:41] * Joins: fantasai (fantasai@freenet6.org)
- # [04:42] <fantasai> Hixie: I've got some comments on ruby, but I have to go catch a plane like right now. :) Give me like a day?
- # [04:43] * fantasai is flying Tokyo -> NYC: it will take awhile.
- # [04:46] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: brb)
- # [04:57] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Read error: Operation timed out)
- # [04:58] * Joins: dbaron (~dbaron@173-228-28-37.dsl.dynamic.sonic.net)
- # [05:11] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [05:13] * Quits: jwalden (~waldo@2620:101:8003:200:221:6aff:fe6e:d10) (Quit: brb)
- # [05:16] * Joins: nonge_ (~nonge@p5B3268E6.dip.t-dialin.net)
- # [05:17] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
- # [05:19] * Quits: nonge (~nonge@p5B326B28.dip.t-dialin.net) (Read error: Operation timed out)
- # [05:29] * Quits: boazsender (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [05:31] * Joins: boazsender (~boaz@li326-230.members.linode.com)
- # [05:32] * Quits: boazsender (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [05:32] * Joins: boazsender (~boaz@li326-230.members.linode.com)
- # [05:32] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Ping timeout: 255 seconds)
- # [05:32] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [05:37] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [05:52] * dglazkov is now known as dglazkov|away
- # [05:59] * Joins: _jgr (~jgr@CPE-58-165-74-97.qld.bigpond.net.au)
- # [06:00] * heycam|away is now known as heycam
- # [06:06] * heycam is now known as heycam|away
- # [06:08] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Ping timeout: 252 seconds)
- # [06:09] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Ping timeout: 255 seconds)
- # [06:10] * Quits: virtuelv (~virtuelv_@20.74.9.46.customer.cdi.no) (Ping timeout: 255 seconds)
- # [06:10] * Joins: virtuelv (~virtuelv_@20.74.9.46.customer.cdi.no)
- # [06:12] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [06:20] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [06:26] * Joins: agektmr (~Adium@p4193-ipbf202hodogaya.kanagawa.ocn.ne.jp)
- # [06:38] * Joins: matjas (~matjas@91.182.68.102)
- # [06:42] * Quits: jer|afk (~jernoble@17.203.12.89) (Quit: jer|afk)
- # [06:49] * Joins: jacobolus (~jacobolus@199.83.221.18)
- # [06:52] * Joins: agektmr1 (~Adium@p4193-ipbf202hodogaya.kanagawa.ocn.ne.jp)
- # [06:55] * Quits: agektmr (~Adium@p4193-ipbf202hodogaya.kanagawa.ocn.ne.jp) (Ping timeout: 240 seconds)
- # [06:57] * Joins: F1LT3R_ (~F1LT3R@c-76-19-149-201.hsd1.ma.comcast.net)
- # [07:00] * Quits: F1LT3R (~F1LT3R@c-76-19-149-201.hsd1.ma.comcast.net) (Ping timeout: 255 seconds)
- # [07:13] * Quits: hdhoang (~hdhoang@2406:a000:f0ff:fffe::3461) (Ping timeout: 268 seconds)
- # [07:16] * heycam|away is now known as heycam
- # [07:24] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [07:29] * Quits: F1LT3R_ (~F1LT3R@c-76-19-149-201.hsd1.ma.comcast.net) (Ping timeout: 250 seconds)
- # [07:33] * Quits: riven (~riven@pdpc/supporter/professional/riven) (Ping timeout: 260 seconds)
- # [07:39] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Ping timeout: 255 seconds)
- # [07:39] * Quits: CvP (~CvP@123.49.21.134) (Quit: [ UPP ] > all)
- # [07:40] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [07:49] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Quit: ChatZilla 0.9.87 [Firefox 4.0.1/20110413222027])
- # [07:55] * Quits: _jgr (~jgr@CPE-58-165-74-97.qld.bigpond.net.au) (Ping timeout: 240 seconds)
- # [08:15] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [08:42] * Joins: dglazkov|away_ (~dglazkov@nat/google/x-ezhagxhjxxydzzgh)
- # [08:42] * Joins: fishd_ (~fishd@nat/google/x-qfkdqlyxgzyeqxah)
- # [08:43] * Quits: dbaron (~dbaron@173-228-28-37.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [08:44] * Quits: dglazkov|away (~dglazkov@nat/google/x-egkudrtahlbbbdek) (Ping timeout: 250 seconds)
- # [08:44] * dglazkov|away_ is now known as dglazkov|away
- # [08:44] * Joins: _jgr (~jgr@CPE-58-165-74-97.qld.bigpond.net.au)
- # [08:45] * Quits: TabAtkins (~tabatkins@nat/google/x-xdxspygrspeoixub) (Ping timeout: 258 seconds)
- # [08:46] * Quits: fishd (~fishd@nat/google/x-cmffdkgaopqlfxqj) (Ping timeout: 240 seconds)
- # [08:57] * Joins: TabAtkins (~tabatkins@nat/google/x-eszxhtxselahtxbf)
- # [09:02] * Quits: jacobolus (~jacobolus@199.83.221.18) (Remote host closed the connection)
- # [09:03] * heycam is now known as heycam|away
- # [09:09] * Joins: Ms2ger (~Ms2ger@91.181.80.236)
- # [09:18] * Joins: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net)
- # [09:33] * Quits: TabAtkins (~tabatkins@nat/google/x-eszxhtxselahtxbf) (Ping timeout: 260 seconds)
- # [09:34] * Joins: TabAtkins (~tabatkins@nat/google/x-fjjzqxfxryxlkxhj)
- # [09:37] * Quits: TabAtkins (~tabatkins@nat/google/x-fjjzqxfxryxlkxhj) (Read error: Operation timed out)
- # [09:38] * Joins: ben_h (~ben@120.155.224.59)
- # [09:40] * Joins: TabAtkins (~tabatkins@nat/google/x-tilvyuzrlgxutodr)
- # [09:44] * Quits: ben_h (~ben@120.155.224.59) (Ping timeout: 240 seconds)
- # [09:51] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
- # [10:03] * Joins: msucan (~robod@92.86.247.27)
- # [10:08] * Joins: jdaggett (~jdaggett@y227145.dynamic.ppp.asahi-net.or.jp)
- # [10:11] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:12] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [10:19] * Quits: jdaggett (~jdaggett@y227145.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [10:20] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [10:33] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [10:36] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [10:46] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [10:53] * Joins: Jedi_ (~Jedi@220-134-95-85.HINET-IP.hinet.net)
- # [11:17] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 252 seconds)
- # [11:23] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 244 seconds)
- # [11:33] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [11:37] * Quits: agektmr1 (~Adium@p4193-ipbf202hodogaya.kanagawa.ocn.ne.jp) (Quit: Leaving.)
- # [11:38] * Joins: smaug____ (~chatzilla@GGYZKCCVI.gprs.sl-laajakaista.fi)
- # [11:40] * Joins: bga_ (~bga@ppp78-37-193-83.pppoe.avangarddsl.ru)
- # [11:48] * Joins: Akilo (~kristof@lns-bzn-51f-62-147-193-123.adsl.proxad.net)
- # [11:51] * Quits: bga_ (~bga@ppp78-37-193-83.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [12:12] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.17/20110428205629])
- # [12:20] <[tm]> hsivonen: about redeploying the W3C HTML5 validator, yeah, will do
- # [12:20] <[tm]> but maybe have to wait til I get back home
- # [12:21] <[tm]> I'm in CHina for a few more days, and my connectivity here is a little unpredictable
- # [12:46] * Joins: clair (~clair@host86-174-254-254.range86-174.btcentralplus.com)
- # [12:47] <karlcow> jumping above the firewall? getting your feet hot
- # [12:55] * Quits: cpearce (~chatzilla@ip-118-90-77-104.xdsl.xnet.co.nz) (Ping timeout: 244 seconds)
- # [13:01] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 255 seconds)
- # [13:01] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [13:08] * Quits: clair (~clair@host86-174-254-254.range86-174.btcentralplus.com) (Ping timeout: 255 seconds)
- # [13:10] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [13:14] * Joins: F1LT3R (~F1LT3R@c-76-19-149-201.hsd1.ma.comcast.net)
- # [13:15] * Quits: smaug____ (~chatzilla@GGYZKCCVI.gprs.sl-laajakaista.fi) (Ping timeout: 241 seconds)
- # [13:21] * Joins: smaug____ (~chatzilla@GGYZKCCVI.gprs.sl-laajakaista.fi)
- # [13:32] * Joins: zcorpan (~zcorpan@c-e69ce355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [13:37] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [13:38] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [13:38] * Joins: Martijnc (~Martijnc@d54C02C64.access.telenet.be)
- # [13:54] * heycam|away is now known as heycam
- # [14:16] * heycam is now known as heycam|away
- # [14:16] * Joins: hdhoang (~hdhoang@hdhoang.broker.freenet6.net)
- # [14:27] * Quits: zcorpan (~zcorpan@c-e69ce355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [14:28] * Joins: zcorpan (~zcorpan@c-e69ce355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [14:41] * Joins: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl)
- # [14:41] * Quits: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl) (Changing host)
- # [14:41] * Joins: riven (~riven@pdpc/supporter/professional/riven)
- # [14:47] * Joins: Necrathex (~nectop@82-170-160-25.ip.telfort.nl)
- # [14:49] * Joins: erlehmann (~erlehmann@89.204.153.80)
- # [15:08] * Joins: Obvious (tachikoma@188.226.74.2)
- # [15:14] * Quits: smaug____ (~chatzilla@GGYZKCCVI.gprs.sl-laajakaista.fi) (Ping timeout: 260 seconds)
- # [15:17] * Joins: smaug____ (~chatzilla@GGYZKCCVI.gprs.sl-laajakaista.fi)
- # [15:23] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [15:25] * Joins: simplicity- (~simpli@unaffiliated/simplicity-)
- # [15:31] * Joins: kal-EL_ (~jor-EL@host188-70-dynamic.20-79-r.retail.telecomitalia.it)
- # [15:37] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [15:38] * Joins: foolip_ (~philip@h242n6-g-hn-a11.ias.bredband.telia.com)
- # [15:42] * Quits: zcorpan (~zcorpan@c-e69ce355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [15:50] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [15:50] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [15:51] * Quits: temp01 (~temp01@unaffiliated/temp01) (Client Quit)
- # [15:51] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [15:53] * Quits: boazsender (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [15:55] * Joins: boazsender (~boaz@li326-230.members.linode.com)
- # [15:57] * Quits: temp01 (~temp01@unaffiliated/temp01) (Quit: Poof.)
- # [15:59] * Quits: _jgr (~jgr@CPE-58-165-74-97.qld.bigpond.net.au) (Ping timeout: 276 seconds)
- # [16:00] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [16:01] * Quits: Akilo (~kristof@lns-bzn-51f-62-147-193-123.adsl.proxad.net) (Ping timeout: 255 seconds)
- # [16:09] * Joins: agektmr (~Adium@229.225.243.49.ap.yournet.ne.jp)
- # [16:18] * Joins: agektmr1 (~Adium@u654153.xgsnu5.imtp.tachikawa.mopera.net)
- # [16:18] * Joins: CvP (~CvP@123.49.21.134)
- # [16:18] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [16:21] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Client Quit)
- # [16:21] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [16:22] * Quits: agektmr (~Adium@229.225.243.49.ap.yournet.ne.jp) (Ping timeout: 240 seconds)
- # [16:39] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 255 seconds)
- # [16:59] * Quits: smaug____ (~chatzilla@GGYZKCCVI.gprs.sl-laajakaista.fi) (Ping timeout: 246 seconds)
- # [17:10] * Joins: cpearce (~chatzilla@ip-118-90-67-62.xdsl.xnet.co.nz)
- # [17:18] * Joins: mpt (~mpt@canonical/mpt)
- # [17:41] * Joins: miketaylr (~miketaylr@rrcs-67-79-254-150.sw.biz.rr.com)
- # [17:43] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
- # [17:47] * Joins: bga_ (~bga@ppp78-37-211-158.pppoe.avangarddsl.ru)
- # [17:58] * Quits: miketaylr (~miketaylr@rrcs-67-79-254-150.sw.biz.rr.com) (Quit: miketaylr)
- # [18:07] * Quits: Jedi_ (~Jedi@220-134-95-85.HINET-IP.hinet.net) (Ping timeout: 240 seconds)
- # [18:07] * Joins: remysharp (~remysharp@cpc2-brig17-2-0-cust448.3-3.cable.virginmedia.com)
- # [18:07] * Quits: remysharp (~remysharp@cpc2-brig17-2-0-cust448.3-3.cable.virginmedia.com) (Client Quit)
- # [18:22] * danbri_ finds foolip's http://blog.foolip.org/2009/08/23/microformats-vs-rdfa-vs-microdata/ almost 2 years too late :/
- # [18:23] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [18:33] * Parts: espadrine (~thaddee_t@acces1446.res.insa-lyon.fr)
- # [18:34] * Joins: espadrine (~thaddee_t@acces1446.res.insa-lyon.fr)
- # [18:35] * Quits: agektmr1 (~Adium@u654153.xgsnu5.imtp.tachikawa.mopera.net) (Ping timeout: 255 seconds)
- # [18:41] * Quits: boazsender (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [18:44] * Joins: boazsender (~boaz@li326-230.members.linode.com)
- # [18:59] * Joins: hij1nx (~hij1nx@cpe-72-179-55-119.austin.res.rr.com)
- # [19:05] * Quits: erlehmann (~erlehmann@89.204.153.80) (Quit: Ex-Chat)
- # [19:05] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [19:06] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Client Quit)
- # [19:06] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [19:07] * Joins: clair (~clair@host86-174-254-254.range86-174.btcentralplus.com)
- # [19:17] * Joins: miketaylr (~miketaylr@cpe-72-179-55-119.austin.res.rr.com)
- # [19:18] * Quits: kal-EL_ (~jor-EL@host188-70-dynamic.20-79-r.retail.telecomitalia.it) (Ping timeout: 255 seconds)
- # [19:19] * Joins: miketayl_r (~miketaylr@rrcs-67-79-254-150.sw.biz.rr.com)
- # [19:20] * Quits: miketaylr (~miketaylr@cpe-72-179-55-119.austin.res.rr.com) (Disconnected by services)
- # [19:20] * miketayl_r is now known as miketaylr
- # [19:20] * Quits: clair (~clair@host86-174-254-254.range86-174.btcentralplus.com) (Read error: Connection reset by peer)
- # [19:21] * Joins: clair (~clair@host86-174-254-254.range86-174.btcentralplus.com)
- # [19:24] * Joins: erlehmann (~erlehmann@89.204.153.80)
- # [19:26] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: brb)
- # [19:31] * Quits: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: Core Breach)
- # [19:36] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 252 seconds)
- # [19:37] * Quits: clair (~clair@host86-174-254-254.range86-174.btcentralplus.com) (Ping timeout: 240 seconds)
- # [19:44] * Quits: erlehmann (~erlehmann@89.204.153.80) (Quit: Ex-Chat)
- # [19:51] * danbri_ finds foolip's http://blog.foolip.org/2009/08/23/microformats-vs-rdfa-vs-microdata/ almost 2 years too late :/
- # [19:51] * Quits: hij1nx (~hij1nx@cpe-72-179-55-119.austin.res.rr.com) (Quit: hij1nx)
- # [19:51] <danbri_> oops doubletyped that
- # [19:51] <danbri_> ignore me :)
- # [19:51] * Joins: pdr3 (~pdr2@nat/google/x-qdpyelskrmaaubmd)
- # [19:52] <Ms2ger> That's what we've already been doing, so, no problem :)
- # [19:52] * Joins: dbaron (~dbaron@173-228-28-37.dsl.dynamic.sonic.net)
- # [19:53] * Quits: ezoe (~ezoe@203-140-90-130f1.kyt1.eonet.ne.jp) (Ping timeout: 240 seconds)
- # [20:09] * Quits: hdhoang (~hdhoang@hdhoang.broker.freenet6.net) (Quit: Leaving.)
- # [20:16] * Quits: boazsender (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [20:18] * Joins: boazsender (~boaz@li326-230.members.linode.com)
- # [20:30] * Joins: clair (~clair@host86-174-254-254.range86-174.btcentralplus.com)
- # [20:44] * Quits: clair (~clair@host86-174-254-254.range86-174.btcentralplus.com) (Ping timeout: 250 seconds)
- # [20:45] * Joins: hij1nx (~hij1nx@rrcs-67-79-254-150.sw.biz.rr.com)
- # [20:48] * Quits: hij1nx (~hij1nx@rrcs-67-79-254-150.sw.biz.rr.com) (Client Quit)
- # [20:49] * Joins: _bga (~bga@ppp78-37-211-158.pppoe.avangarddsl.ru)
- # [20:50] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [20:51] * Quits: scor (~scor@drupal.org/user/52142/view) (Excess Flood)
- # [20:52] * Quits: bga_ (~bga@ppp78-37-211-158.pppoe.avangarddsl.ru) (Ping timeout: 258 seconds)
- # [20:52] * Quits: _bga (~bga@ppp78-37-211-158.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [20:52] * Joins: bga_ (~bga@ppp78-37-211-158.pppoe.avangarddsl.ru)
- # [20:55] * Joins: hij1nx (~hij1nx@rrcs-67-79-254-150.sw.biz.rr.com)
- # [21:00] * Joins: bckenny (~bckenny@cpe-72-179-55-119.austin.res.rr.com)
- # [21:00] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 252 seconds)
- # [21:03] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [21:07] * dglazkov|away is now known as dglazkov
- # [21:10] * Joins: _bga (~bga@ppp78-37-211-158.pppoe.avangarddsl.ru)
- # [21:10] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [21:13] * Quits: bga_ (~bga@ppp78-37-211-158.pppoe.avangarddsl.ru) (Ping timeout: 260 seconds)
- # [21:15] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [21:19] * Joins: Obvious (tachikoma@188.226.74.2)
- # [21:23] <Ms2ger> > Nobody else follows process, why should we?
- # [21:24] <Ms2ger> Because we're the good guys, I guess
- # [21:33] * Quits: bckenny (~bckenny@cpe-72-179-55-119.austin.res.rr.com) (Remote host closed the connection)
- # [21:34] * Quits: miketaylr (~miketaylr@rrcs-67-79-254-150.sw.biz.rr.com) (Quit: miketaylr)
- # [21:37] * Joins: Akilo (~kristof@lns-bzn-51f-62-147-193-123.adsl.proxad.net)
- # [21:38] * Quits: hij1nx (~hij1nx@rrcs-67-79-254-150.sw.biz.rr.com) (Quit: hij1nx)
- # [21:49] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Ping timeout: 276 seconds)
- # [21:51] * Quits: boazsender (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [21:52] * Joins: boazsender (~boaz@li326-230.members.linode.com)
- # [22:03] * Quits: CvP (~CvP@123.49.21.134) (Disconnected by services)
- # [22:03] * Joins: xCG (~CvP@123.49.20.179)
- # [22:03] * xCG is now known as CvP
- # [22:14] * Joins: bga_ (~bga@ppp78-37-211-158.pppoe.avangarddsl.ru)
- # [22:17] * Quits: _bga (~bga@ppp78-37-211-158.pppoe.avangarddsl.ru) (Ping timeout: 260 seconds)
- # [22:18] * Joins: Thezilch (~fuz007@cpe-76-167-224-154.socal.res.rr.com)
- # [22:20] * Quits: dbaron (~dbaron@173-228-28-37.dsl.dynamic.sonic.net) (Read error: Connection reset by peer)
- # [22:21] * Joins: dbaron (~dbaron@173-228-28-37.dsl.dynamic.sonic.net)
- # [22:22] * Quits: Ms2ger (~Ms2ger@91.181.80.236) (Quit: nn)
- # [22:32] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [22:35] * Quits: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net) (Remote host closed the connection)
- # [22:37] * Quits: boazsender (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [22:38] * Joins: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net)
- # [22:38] * Joins: boazsender (~boaz@li326-230.members.linode.com)
- # [22:39] * Quits: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net) (Remote host closed the connection)
- # [22:41] * Quits: dglazkov (~dglazkov@nat/google/x-ezhagxhjxxydzzgh) (Quit: dglazkov)
- # [22:42] * Joins: dglazkov|away (~dglazkov@nat/google/x-qtgjozzuqljsvecx)
- # [22:47] * Joins: smaug____ (~chatzilla@GGZMDCCCLXXVI.gprs.sl-laajakaista.fi)
- # [22:52] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Ping timeout: 276 seconds)
- # [22:53] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [22:54] * Quits: dbaron (~dbaron@173-228-28-37.dsl.dynamic.sonic.net) (Read error: Connection reset by peer)
- # [22:55] * Joins: dbaron (~dbaron@173-228-28-37.dsl.dynamic.sonic.net)
- # [22:57] * Quits: dbaron (~dbaron@173-228-28-37.dsl.dynamic.sonic.net) (Client Quit)
- # [23:01] * Quits: msucan (~robod@92.86.247.27) (Quit: .)
- # [23:07] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [23:09] * Joins: miketaylr (~miketaylr@cpe-72-179-55-119.austin.res.rr.com)
- # [23:10] * Joins: miketayl_r (~miketaylr@rrcs-67-79-254-150.sw.biz.rr.com)
- # [23:11] * Quits: jacobolus (~jacobolus@208-90-212-203.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [23:11] * Quits: miketaylr (~miketaylr@cpe-72-179-55-119.austin.res.rr.com) (Read error: Connection reset by peer)
- # [23:12] * miketayl_r is now known as miketaylr
- # [23:13] * bga_ is now known as bga_|away
- # [23:19] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed)
- # [23:38] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
- # [23:39] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [23:47] * bga_|away is now known as bga_
- # [23:54] * Quits: miketaylr (~miketaylr@rrcs-67-79-254-150.sw.biz.rr.com) (Quit: miketaylr)
- # [23:57] * Joins: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [23:57] * Quits: Martijnc (~Martijnc@d54C02C64.access.telenet.be) (Quit: Martijnc)
- # Session Close: Sun Jun 12 00:00:00 2011
The end :)