Options:
- # Session Start: Sat Sep 04 00:00:00 2010
- # Session Ident: #whatwg
- # [00:00] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [00:01] <Ms2ger> Hixie, now I was seriously thinking you loved it!
- # [00:03] * Quits: Ms2ger (~Ms2ger@91.181.72.112) (Quit: nn)
- # [00:08] * Joins: nessy (~Adium@124-169-0-56.dyn.iinet.net.au)
- # [00:16] * Quits: dbaron (~dbaron@nat/mozilla/x-qxwzgreurumvhvar) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:16] * Quits: hdhoang (~hdhoang@hdhoang.zahe.me) (Ping timeout: 252 seconds)
- # [00:16] * Quits: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com) (Ping timeout: 265 seconds)
- # [00:21] * Quits: estes (~aestes@17.246.18.187) (Quit: estes)
- # [00:34] * Joins: variable (~variable@unaffiliated/variable)
- # [00:48] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 265 seconds)
- # [00:58] * Quits: oal (~oal@5.79-160-122.customer.lyse.net) (Read error: Connection reset by peer)
- # [01:02] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [01:02] * Quits: dandaman (~Daniel.Sa@216.52.240.243) (Read error: Connection reset by peer)
- # [01:04] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [01:05] * Joins: estes (~aestes@17.246.18.187)
- # [01:15] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [01:23] * Quits: eric_carlson (~ericc@2620:0:1b00:1191:223:32ff:feb1:5d30) (Quit: eric_carlson)
- # [01:34] <volkmar> Hixie: about the input type change algorithm (for value management)
- # [01:35] <volkmar> it looks like we loose the value with type='file'
- # [01:35] <volkmar> if input.type='text', .value='foo', .type='file', .value would be ""
- # [01:35] <volkmar> because we don't save the value to the content attribute when switching to a file type
- # [01:36] <volkmar> why not doing that?
- # [01:37] <tabatkins> volkmar: Because you could just script-fill the value of the type=text with a filepath, then change it to type=file. If the input is visually hidden, it can be smuggled inside another form, so the user ends up accidentally submitting files from their hard drive they didn't know about.
- # [01:37] * tabatkins is now known as TabAtkins
- # [01:37] <Hixie> the <input type=file> always ignored the /value/
- # [01:38] <volkmar> TabAtkins: hmmm, not what i meant
- # [01:38] <Hixie> volkmar: .value would still be "" even if we saved the /value/ to the value="" content attribute
- # [01:38] <Hixie> volkmar: because .value for type=file has nothing to do with either the /value/ concept or the value="" attribute
- # [01:38] <volkmar> Hixie: yes, the problem is if i go back to <input type='text'> i loose the previous value
- # [01:38] <Hixie> so?
- # [01:39] <volkmar> why not saving the value to the content attribute when we change teh type to 'file' considering 'file' shouldn't use it but it will be re-used if the type is changed to something else
- # [01:39] <Hixie> why bother?
- # [01:40] <Hixie> what's the use case?
- # [01:40] <Hixie> why does it matter?
- # [01:40] <volkmar> Hixie: it doesn't really matter, just sound weird than it's required for default and default_on and not filename
- # [01:41] * Hixie points to the topic
- # [01:41] <Hixie> if that's the only thing that sounds weird about the forms model in HTML, you haven't looked closely :-P
- # [01:41] <Hixie> personally I think what's weird is that we have to change things at all
- # [01:41] <Hixie> not that it gets reset to ""
- # [01:42] <Hixie> unfortunately if we don't reset things, it breaks backcompat
- # [01:42] <volkmar> yeah...
- # [01:42] <Hixie> anyway if you think it should change, file a bug explaining why
- # [01:42] <Hixie> i don't make changes based on irc discussions :-)
- # [01:42] <Hixie> at least not while i'm making other changes :-)
- # [01:43] <volkmar> Hixie: i don't think it _should_ be changed, just wondering if there were a reason
- # [01:43] <volkmar> i don't really care actually
- # [01:43] * Quits: jlebar (~jlebar@nat/mozilla/x-wnaedehejzzlyutt) (Ping timeout: 252 seconds)
- # [01:43] <Hixie> no reason particularly
- # [01:43] <Hixie> it just didn't seem to matter for compat
- # [01:43] <Hixie> bz and i looked at what seemed to matter and just changed that
- # [01:43] <volkmar> fine then
- # [01:45] * Joins: jlebar (~jlebar@nat/mozilla/x-wwmqygpaperoursr)
- # [01:46] * Joins: ZombieLoffe (~e@c-36d471d5.014-169-73746f28.cust.bredbandsbolaget.se)
- # [01:46] * Quits: ZombieLoffe (~e@c-36d471d5.014-169-73746f28.cust.bredbandsbolaget.se) (Changing host)
- # [01:46] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [02:05] * Quits: cying (~cying@173-228-29-224.dsl.static.sonic.net) (Quit: cying)
- # [02:05] * Quits: dglazkov (~dglazkov@nat/google/x-spqdzdpzieoconrd) (Quit: dglazkov)
- # [02:07] * Quits: aroben (~aroben@unaffiliated/aroben) (Read error: Connection reset by peer)
- # [02:17] * Joins: dbaron (~dbaron@nat/mozilla/x-ygglrylqfvmiwrls)
- # [02:19] * Joins: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
- # [02:24] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [02:28] * Quits: romeo_ (~romeo__@x1-6-00-02-44-60-6c-8e.k233.webspeed.dk) (Quit: Leaving)
- # [02:33] * Quits: ap (~ap@17.246.19.253) (Quit: ap)
- # [02:41] * Joins: agektmr (~Adium@220.109.219.244)
- # [02:43] * Quits: jlebar (~jlebar@nat/mozilla/x-wwmqygpaperoursr) (Quit: Leaving)
- # [02:45] * Joins: paul_irish (~paul_iris@74.125.121.49)
- # [02:48] * Quits: dave_levin (~dave_levi@nat/google/x-xbqhwuikkoeybakp) (Quit: dave_levin)
- # [02:52] * Joins: miketaylr (~miketaylr@24.42.95.108)
- # [02:54] * Quits: othree_ (~othree@admin39.ct.ntust.edu.tw) (Ping timeout: 252 seconds)
- # [03:00] * Quits: JoePeck (~JoePeck@2620:0:1b00:1f08:fa1e:dfff:fed9:b9a) (Quit: -)
- # [03:01] * Quits: KevinMarks (~KevinMark@157.22.22.57) (Quit: The computer fell asleep)
- # [03:14] * Joins: peol (~andree@unaffiliated/peol)
- # [03:16] * Joins: Jon_Neal (~Jonathan_@rrcs-76-79-114-212.west.biz.rr.com)
- # [03:19] * Quits: JonathanNeal (~Jonathan_@rrcs-76-79-114-212.west.biz.rr.com) (Ping timeout: 258 seconds)
- # [03:20] * Quits: roc (~roc@121.98.230.221) (Ping timeout: 255 seconds)
- # [03:21] * Quits: Jon_Neal (~Jonathan_@rrcs-76-79-114-212.west.biz.rr.com) (Ping timeout: 258 seconds)
- # [03:26] * Joins: roc (~roc@121.98.230.221)
- # [03:26] * Quits: sicking (~chatzilla@nat/mozilla/x-gluzafnvamvypgkn) (Ping timeout: 252 seconds)
- # [03:35] * Quits: peol (~andree@unaffiliated/peol) (Remote host closed the connection)
- # [04:02] * Quits: TelFiRE (~TelFiRE@c-24-10-155-57.hsd1.ut.comcast.net) (Quit: TelFiRE)
- # [04:02] * Quits: roc (~roc@121.98.230.221) (Ping timeout: 260 seconds)
- # [04:05] * Quits: ukai (~ukai@nat/google/x-cuukacfaypxnvoat) (Ping timeout: 276 seconds)
- # [04:06] * Joins: ukai (~ukai@nat/google/x-txzotrcoeatsimsn)
- # [04:16] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [04:19] * Quits: miketaylr (~miketaylr@24.42.95.108) (Remote host closed the connection)
- # [04:19] * Quits: estes (~aestes@17.246.18.187) (Quit: estes)
- # [04:29] * Joins: roc (~roc@121.98.230.221)
- # [04:29] * Quits: paul_irish (~paul_iris@74.125.121.49) (Remote host closed the connection)
- # [04:41] * Joins: MikeSmith (~MikeSmith@EM111-188-3-106.pool.e-mobile.ne.jp)
- # [04:44] * Quits: Martijnc (~Martijnc@91.176.4.189) (Ping timeout: 260 seconds)
- # [04:48] * Joins: Martijnc (~Martijnc@91.176.7.50)
- # [04:58] * Quits: dbaron (~dbaron@nat/mozilla/x-ygglrylqfvmiwrls) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [04:58] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [05:01] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
- # [05:10] * Joins: hdhoang (~hdhoang@hdhoang.zahe.me)
- # [05:11] * Joins: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net)
- # [05:20] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [05:22] * Quits: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net) (Quit: -)
- # [05:29] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [05:45] * Quits: knowtheory (~knowtheor@cpe-71-79-238-195.columbus.res.rr.com) (Quit: logging out to switch gfx cards)
- # [05:52] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [05:53] * Joins: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net)
- # [06:00] * Joins: espadrine_ (~yannt@AMontsouris-157-1-66-245.w90-46.abo.wanadoo.fr)
- # [06:00] * Quits: espadrine (~yannt@AMontsouris-157-1-66-245.w90-46.abo.wanadoo.fr) (Read error: Connection reset by peer)
- # [06:00] * espadrine_ is now known as espadrine
- # [06:01] * Joins: estes (~aestes@17.246.18.187)
- # [06:01] * Quits: hdhoang (~hdhoang@hdhoang.zahe.me) (Ping timeout: 252 seconds)
- # [06:07] * Quits: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [06:08] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 245 seconds)
- # [06:09] * Quits: MikeSmith (~MikeSmith@EM111-188-3-106.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [06:10] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [06:10] * Joins: hdhoang (~hdhoang@hdhoang.zahe.me)
- # [06:14] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [06:19] * Joins: MikeSmith (~MikeSmith@EM111-188-22-101.pool.e-mobile.ne.jp)
- # [06:23] * Quits: MikeSmith (~MikeSmith@EM111-188-22-101.pool.e-mobile.ne.jp) (Client Quit)
- # [06:24] * Joins: MikeSmith (~MikeSmith@EM111-188-22-101.pool.e-mobile.ne.jp)
- # [06:29] * Quits: estes (~aestes@17.246.18.187) (Quit: estes)
- # [06:35] * Quits: hdhoang (~hdhoang@hdhoang.zahe.me) (Quit: Leaving.)
- # [06:39] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [06:45] * Quits: nessy (~Adium@124-169-0-56.dyn.iinet.net.au) (Quit: Leaving.)
- # [06:47] * Joins: hdhoang (~hdhoang@hdhoang.zahe.me)
- # [06:59] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [07:05] * Quits: Yudai (~Yudai@p8bc812.kngwnt01.ap.so-net.ne.jp) (Quit: SIGTERM received; exit)
- # [07:06] * Joins: Yudai (~Yudai@p8bc812.kngwnt01.ap.so-net.ne.jp)
- # [07:20] * Joins: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net)
- # [07:23] * Joins: shepazu (~schepers@81.253.16.209)
- # [07:29] * Joins: erlehmann (~erlehmann@89.204.153.109)
- # [07:30] * Joins: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
- # [07:33] * Quits: shepazu (~schepers@81.253.16.209) (Read error: Connection reset by peer)
- # [07:33] * Joins: shepazu (~schepers@81.253.16.209)
- # [07:35] * Quits: shepazu (~schepers@81.253.16.209) (Read error: Connection reset by peer)
- # [07:35] * Joins: shepazu (~schepers@81.253.16.209)
- # [07:37] * Joins: kennyluck (~kennyluck@2001:200:1c0:2900:226:8ff:fe07:40c6)
- # [07:37] * Quits: kennyluck (~kennyluck@2001:200:1c0:2900:226:8ff:fe07:40c6) (Excess Flood)
- # [07:38] * Joins: kennyluck (~kennyluck@2001:200:1c0:2900:226:8ff:fe07:40c6)
- # [07:41] * Quits: shepazu (~schepers@81.253.16.209) (Read error: Connection reset by peer)
- # [07:47] * Joins: mamund_ (~mamund@2001:49f0:1017::2)
- # [07:47] * Quits: mamund (mamund@frost.nullshells.net) (Ping timeout: 240 seconds)
- # [07:50] * Joins: estellevw (~estelle@adsl-99-170-148-99.dsl.pltn13.sbcglobal.net)
- # [07:50] * Parts: estellevw (~estelle@adsl-99-170-148-99.dsl.pltn13.sbcglobal.net)
- # [07:55] * Quits: hdhoang (~hdhoang@hdhoang.zahe.me) (Quit: Leaving.)
- # [07:56] * Joins: hdhoang (~hdhoang@hdhoang.zahe.me)
- # [08:04] * Joins: jlebar (~jlebar@nat/mozilla/x-lqfbukylncpbvanb)
- # [08:10] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [08:13] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [08:13] * Quits: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net) (Quit: -)
- # [08:15] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [08:27] * Disconnected
- # [08:28] * Attempting to rejoin channel #whatwg
- # [08:28] * Rejoined channel #whatwg
- # [08:28] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [08:28] * Set by annevk42 on Mon Oct 19 23:03:06
- # [08:28] * Quits: krijnh (~krijnhoet@83.160.77.30) (Read error: Connection reset by peer)
- # [08:33] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [08:45] * Quits: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net) (Quit: cying)
- # [08:47] * Joins: shepazu (~schepers@81.253.31.249)
- # [08:47] * Quits: shepazu (~schepers@81.253.31.249) (Read error: Connection reset by peer)
- # [08:48] * Joins: shepazu (~schepers@81.253.31.249)
- # [08:48] * Quits: shepazu (~schepers@81.253.31.249) (Read error: Connection reset by peer)
- # [08:50] * Joins: shepazu (~schepers@81.253.31.249)
- # [08:52] * Quits: shepazu (~schepers@81.253.31.249) (Read error: Connection reset by peer)
- # [08:52] * Joins: shepazu (~schepers@81.253.31.249)
- # [08:55] * Quits: shepazu (~schepers@81.253.31.249) (Read error: Connection reset by peer)
- # [08:55] * Joins: shepazutoo (~schepers@81.253.31.249)
- # [08:56] * Quits: shepazutoo (~schepers@81.253.31.249) (Read error: Connection reset by peer)
- # [08:56] * Joins: shepazu (~schepers@81.253.31.249)
- # [09:01] * Joins: shepazutoo (~schepers@81.253.34.169)
- # [09:03] * Quits: shepazu (~schepers@81.253.31.249) (Ping timeout: 272 seconds)
- # [09:04] * Quits: hdhoang (~hdhoang@hdhoang.zahe.me) (Quit: Leaving.)
- # [09:06] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 240 seconds)
- # [09:10] * Joins: hdhoang (~hdhoang@hdhoang.zahe.me)
- # [09:10] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [09:11] * Quits: shepazutoo (~schepers@81.253.34.169) (Quit: shepazutoo)
- # [09:21] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [09:30] * Quits: erlehmann (~erlehmann@89.204.153.109) (Quit: Ex-Chat)
- # [09:31] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [09:31] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [09:32] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Client Quit)
- # [09:38] * Joins: matjas (~matjas@91.182.221.55)
- # [09:40] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [09:47] * Joins: nessy (~Adium@124-169-0-56.dyn.iinet.net.au)
- # [09:50] * Quits: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [09:56] * Quits: nessy (~Adium@124-169-0-56.dyn.iinet.net.au) (Quit: Leaving.)
- # [10:14] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [10:18] * Joins: espadrine_ (~yannt@AMontsouris-157-1-126-123.w90-46.abo.wanadoo.fr)
- # [10:19] * Quits: jlebar (~jlebar@nat/mozilla/x-lqfbukylncpbvanb) (Quit: Leaving)
- # [10:21] * Joins: JonathanNeal (~Jonathan_@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [10:22] * Quits: espadrine (~yannt@AMontsouris-157-1-66-245.w90-46.abo.wanadoo.fr) (Ping timeout: 276 seconds)
- # [10:22] * espadrine_ is now known as espadrine
- # [10:23] * Joins: annevk (~annevk@host86-184-97-104.range86-184.btcentralplus.com)
- # [10:23] <annevk> really: http://html5.org/tools/web-apps-tracker?from=5413&to=5414 :/
- # [10:23] <annevk> charset overrides is one of the worst ideas anyone ever came up with
- # [10:23] <annevk> and has given us security issues (and is still giving them to anyone with UTF-7 support)
- # [10:28] * Joins: Ms2ger (~Ms2ger@91.181.72.112)
- # [10:35] * Joins: Twisol (~Twisol@wikia/Oddlyoko)
- # [10:35] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: Leaving)
- # [10:41] * Quits: crash\ (crash@lubyte.de) (Quit: http://www.lubyte.de/)
- # [10:42] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [10:45] * Joins: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl)
- # [10:45] * Joins: crash\ (~crash@lubyte.de)
- # [10:48] * Joins: nessy (~Adium@124-169-0-56.dyn.iinet.net.au)
- # [10:49] * Joins: othree (~othree@140.118.5.39)
- # [10:51] * Joins: ROBOd (~robod@109.96.244.1)
- # [10:52] * Quits: crash\ (~crash@lubyte.de) (Read error: Connection reset by peer)
- # [10:53] * Joins: crash\ (~crash@lubyte.de)
- # [10:57] * Quits: crash\ (~crash@lubyte.de) (Client Quit)
- # [10:59] * Quits: Twisol (~Twisol@wikia/Oddlyoko) (Quit: Night all)
- # [10:59] * Joins: maikmerten (~merten@m83-185-18-21.cust.tele2.se)
- # [11:01] * Joins: crash\ (crash@lubyte.de)
- # [11:01] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
- # [11:03] * Joins: cypha (~sallabanc@69.50.70.12)
- # [11:04] * Quits: ukai (~ukai@nat/google/x-txzotrcoeatsimsn) (Ping timeout: 240 seconds)
- # [11:08] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
- # [11:08] * Joins: ukai (~ukai@nat/google/x-zhtlnzvtuguznfaa)
- # [11:18] * Quits: crash\ (crash@lubyte.de) (Quit: http://www.lubyte.de/)
- # [11:20] * Joins: crash\ (~crash@lubyte.de)
- # [11:25] <Philip`> If someone wants to argue about completeness of rel registries, maybe they should look at which of the common values in http://philip.html5.org/data/rel-rev-200904.txt are in each registry
- # [11:26] <Philip`> I expect someone who's using the registry to either understand a random web document or avoid collisions when choosing their own names will care much more about rel="edituri" than about rel="child"
- # [11:26] * Joins: shepazu (~schepers@81.253.60.108)
- # [11:28] * Quits: crash\ (~crash@lubyte.de) (Ping timeout: 240 seconds)
- # [11:29] <espadrine> What are those french 'rel's at the end of the page?
- # [11:35] <Philip`> espadrine: People mixing up rel with src, I expect
- # [11:37] * Joins: crash\ (crash@lubyte.de)
- # [11:37] * Quits: crash\ (crash@lubyte.de) (Excess Flood)
- # [11:37] * Quits: shepazu (~schepers@81.253.60.108) (Read error: Connection reset by peer)
- # [11:37] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [11:38] * Joins: crash\ (crash@lubyte.de)
- # [11:39] <Philip`> espadrine: http://www.tourdumonde.over-blog.com/photo-257570-saopaulo-placadese-cathedrale_jpg.html
- # [11:39] <Philip`> <img src="http://img.over-blog.com/630x470-000000/0/44/26/71//09-bresil/saopaulo-placadese-cathedrale.jpg" alt="saopaulo-placadese-cathedrale.jpg" class="played" rel="0/44/26/71//09-bresil/saopaulo-placadese-cathedrale.jpg" height="470" width="630" />
- # [11:50] * Quits: crash\ (crash@lubyte.de) (Quit: http://www.lubyte.de/)
- # [11:50] * Joins: shepazu (~schepers@81.253.63.168)
- # [11:54] * Joins: crash\ (crash@lubyte.de)
- # [11:56] * Quits: shepazu (~schepers@81.253.63.168) (Ping timeout: 240 seconds)
- # [11:56] * away01 is now known as temp01
- # [12:00] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [12:01] * Joins: peol (~andree@unaffiliated/peol)
- # [12:01] * Quits: hdhoang (~hdhoang@hdhoang.zahe.me) (Quit: Leaving.)
- # [12:08] <Hixie> annevk: i'm open to better ideas
- # [12:09] <annevk> allow the HTTP charset parameter?
- # [12:09] <annevk> I guess that is not very author friendly
- # [12:10] <annevk> though how about marking this as a v2 feature?
- # [12:10] * Quits: MikeSmith (~MikeSmith@EM111-188-22-101.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
- # [12:10] <annevk> we'll deploy <track>, see how it works out in the first year and if enough problems occur we go for it
- # [12:11] <annevk> cause people will likely need to move SRT files around anyway and maybe making the adjustments is easy enough for them
- # [12:11] <Hixie> if the idea is to be compatible with legacy SRT, MIME types and UTF-8 only are both failures
- # [12:11] <Hixie> if it's not, we don't need the override, indeed
- # [12:12] <Hixie> people seemed pretty much in favour of the former though (haven't yet sent my reply to that thread, working on it still)
- # [12:13] <annevk> well yeah, it's tricky -- i want to be compatible too but I also do not want to introduce more features such as charset
- # [12:14] <Hixie> if you can think of an attack vector, mail the list and i'll remove it
- # [12:14] <Hixie> security trumps compatibility
- # [12:14] <Hixie> bed time now
- # [12:14] <Hixie> nn
- # [12:30] * Joins: shepazu (~schepers@81.253.4.165)
- # [12:31] * Joins: hdhoang (~hdhoang@hdhoang.zahe.me)
- # [12:31] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [12:33] * Joins: shepazu (~schepers@81.253.4.165)
- # [12:34] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [12:34] * Joins: shepazu (~schepers@81.253.4.165)
- # [12:35] * Joins: Phae (~Phae@gatekeeper.macmillan.co.uk)
- # [12:37] * Joins: shepazutoo (~schepers@81.253.4.165)
- # [12:38] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [12:39] * Joins: shepazu (~schepers@81.253.4.165)
- # [12:39] * Quits: shepazutoo (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [12:41] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [12:42] * Joins: shepazu (~schepers@81.253.4.165)
- # [12:43] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [12:43] * Joins: shepazu (~schepers@81.253.4.165)
- # [12:51] * Joins: henrikbjorn (~henrik@c83-249-72-254.bredband.comhem.se)
- # [12:52] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [12:52] * Joins: shepazu (~schepers@81.253.4.165)
- # [12:58] * Joins: shepazutoo (~schepers@81.253.4.165)
- # [12:58] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [13:01] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [13:01] * Joins: erlehmann (~erlehmann@89.204.153.5)
- # [13:30] * Joins: shepazu (~schepers@81.253.4.165)
- # [13:31] * Quits: shepazutoo (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [13:46] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [13:47] * Joins: shepazu (~schepers@81.253.4.165)
- # [13:48] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [13:49] * Joins: shepazu (~schepers@81.253.4.165)
- # [13:51] * Joins: shepazutoo (~schepers@81.253.4.165)
- # [13:51] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [14:02] * Joins: shepazu (~schepers@81.253.4.165)
- # [14:02] * Quits: shepazutoo (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [14:03] * Joins: shepazutoo (~schepers@81.253.4.165)
- # [14:03] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [14:05] * Quits: shepazutoo (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [14:05] * Joins: shepazu (~schepers@81.253.4.165)
- # [14:06] <annevk> Ms2ger, yo, where is PARSE_ERR from?
- # [14:06] <annevk> is that DOM L&S? if so, isn't that obsolete?
- # [14:07] <Ms2ger> Yes/Dunno
- # [14:07] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [14:07] <annevk> k, I think it should be
- # [14:07] <annevk> but maybe something else uses PARSE_ERR too... hmm
- # [14:08] * Joins: shepazu (~schepers@81.253.4.165)
- # [14:09] * Joins: shepazutoo (~schepers@81.253.4.165)
- # [14:09] <Dashiva> My google only finds L&S, and the reference in HTML5
- # [14:09] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [14:09] <annevk> HTML5 mentions them?
- # [14:10] <annevk> figures
- # [14:10] * Joins: sebmarkbage (50a87316@gateway/web/freenode/ip.80.168.115.22)
- # [14:10] <annevk> I believe the WHATWG wiki does too
- # [14:10] <annevk> guess we just tried to be complete
- # [14:10] <Ms2ger> I'm blaming you, annevk
- # [14:10] <annevk> Ms2ger, what is this "tempTests" in DOMImpl...createDocument..exceptions? rewriting that test now
- # [14:10] * Quits: shepazutoo (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [14:10] <Ms2ger> http://wiki.whatwg.org/index.php?title=Exception_Codes&diff=next&oldid=2625
- # [14:10] <annevk> Ms2ger, win
- # [14:11] * Joins: shepazu (~schepers@81.253.4.165)
- # [14:11] <annevk> i'll annotate the wiki with "should be obsolete"
- # [14:12] <Ms2ger> Does any ua have them?
- # [14:12] <annevk> opera might
- # [14:12] <annevk> but i'm campaigning for nuking our (i believe somewhat broken) dom ls support
- # [14:12] <annevk> ok, breakfast time o_O
- # [14:12] <annevk> back later
- # [14:13] <Ms2ger> annevk, ask gsnedders :)
- # [14:16] * Quits: shepazu (~schepers@81.253.4.165) (Read error: Connection reset by peer)
- # [14:17] * Joins: shepazu (~schepers@81.253.4.165)
- # [14:20] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [14:24] * Joins: crash\\ (crash@lubyte.de)
- # [14:25] * Quits: crash\ (crash@lubyte.de) (Read error: Connection reset by peer)
- # [14:39] * Quits: shepazu (~schepers@81.253.4.165) (Ping timeout: 252 seconds)
- # [14:40] <annevk> Ms2ger, guess i should use hg log more often
- # [14:40] <annevk> :)
- # [14:41] * Joins: oal (~oal@5.79-160-122.customer.lyse.net)
- # [14:42] * Quits: hdhoang (~hdhoang@hdhoang.zahe.me) (Ping timeout: 252 seconds)
- # [14:42] <Ms2ger> annevk, and all my tests have link rel=author :)
- # [14:45] <annevk> aah so i'm adding the wrong credits here
- # [14:47] <Ms2ger> Though I think I added a few cases recently
- # [14:50] * Quits: jorlow (~jorlow@74.125.57.60) (Quit: jorlow)
- # [14:55] * Joins: Henrik`G (~henrik@c83-249-72-254.bredband.comhem.se)
- # [14:57] * Joins: henrikbjorn2 (~henrik@c83-249-72-254.bredband.comhem.se)
- # [14:58] * Quits: henrikbjorn (~henrik@c83-249-72-254.bredband.comhem.se) (Ping timeout: 245 seconds)
- # [15:00] * Quits: Henrik`G (~henrik@c83-249-72-254.bredband.comhem.se) (Ping timeout: 276 seconds)
- # [15:00] * henrikbjorn2 is now known as henrikbjorn
- # [15:02] * Quits: annevk (~annevk@host86-184-97-104.range86-184.btcentralplus.com) (Quit: annevk)
- # [15:06] * Joins: davidwalsh (~davidwals@pool-98-108-33-155.chi01.dsl-w.verizon.net)
- # [15:08] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
- # [15:14] <llrcombs> if a page has a .manifest file, shouldn't the UA check for a new version of each content file?
- # [15:22] * Joins: espadrine_ (~yannt@AMontsouris-157-1-126-123.w90-46.abo.wanadoo.fr)
- # [15:22] * Quits: espadrine (~yannt@AMontsouris-157-1-126-123.w90-46.abo.wanadoo.fr) (Read error: Connection reset by peer)
- # [15:22] * espadrine_ is now known as espadrine
- # [15:24] <llrcombs> (just see if it's changed, not reload the whole file unless it hasn't changed)
- # [15:24] <llrcombs> amirite?
- # [15:51] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [15:54] * Quits: davidwalsh (~davidwals@pool-98-108-33-155.chi01.dsl-w.verizon.net) (Quit: Reading http://davidwalsh.name)
- # [15:54] * Joins: hdhoang (~hdhoang@hdhoang.zahe.me)
- # [15:56] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [16:22] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [16:36] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [16:39] * Quits: erlehmann (~erlehmann@89.204.153.5) (Read error: Connection reset by peer)
- # [16:43] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [16:46] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [17:01] * Quits: matjas (~matjas@91.182.221.55) (Quit: Computer has gone to sleep.)
- # [17:15] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [17:15] * Quits: nessy (~Adium@124-169-0-56.dyn.iinet.net.au) (Quit: Leaving.)
- # [17:16] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [17:17] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Client Quit)
- # [17:23] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 264 seconds)
- # [17:24] * Quits: hdhoang (~hdhoang@hdhoang.zahe.me) (Quit: Leaving.)
- # [17:26] * Joins: matjas (~matjas@91.182.221.55)
- # [17:28] * Joins: nessy (~Adium@124-169-0-56.dyn.iinet.net.au)
- # [17:28] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [17:38] * Quits: nessy (~Adium@124-169-0-56.dyn.iinet.net.au) (Quit: Leaving.)
- # [17:50] * Joins: cying (~cying@c-24-4-120-70.hsd1.ca.comcast.net)
- # [17:50] <llrcombs> hello?
- # [18:02] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [18:02] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [18:05] * Quits: oal (~oal@5.79-160-122.customer.lyse.net) (Remote host closed the connection)
- # [18:12] <Dashiva> llrcombs: Better to just say or ask what you came for right away. People will get back to you :)
- # [18:13] <Philip`> It looks like he did ask, 3 hours ago, and nobody got back yet :-p
- # [18:15] <Dashiva> I just did
- # [18:17] * Joins: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net)
- # [18:19] * Quits: ukai (~ukai@nat/google/x-zhtlnzvtuguznfaa) (Ping timeout: 252 seconds)
- # [18:21] <llrcombs> if a page has a .manifest file, should the UA check for a new version of each content file on load?
- # [18:22] * Joins: ukai (~ukai@nat/google/x-tsakdttbgmyplhew)
- # [18:26] * temp01 is now known as away01
- # [18:32] <llrcombs> Dashiva; getting back?
- # [18:35] * Quits: kennyluck (~kennyluck@2001:200:1c0:2900:226:8ff:fe07:40c6) (Quit: kennyluck)
- # [18:35] <Dashiva> I'm not well versed in offline, but my understanding is that content files are only checked when the manifest changes (and not necessarily then either)
- # [18:36] <Dashiva> You shouldn't take my word for it, though
- # [18:39] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [18:51] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [18:57] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
- # [19:14] <llrcombs> hmmm
- # [19:15] <llrcombs> not much provision for when there's a new version of the file then, eh?
- # [19:25] * Joins: annevk (~annevk@host86-184-97-104.range86-184.btcentralplus.com)
- # [19:31] * Joins: MikeSmith (~MikeSmith@EM111-188-51-221.pool.e-mobile.ne.jp)
- # [19:37] * Joins: shepazu (~schepers@81.253.7.12)
- # [19:37] * Quits: shepazu (~schepers@81.253.7.12) (Read error: Connection reset by peer)
- # [19:42] * Joins: shepazu (~schepers@81.253.7.12)
- # [19:44] * Quits: shepazu (~schepers@81.253.7.12) (Read error: Connection reset by peer)
- # [19:44] * Joins: shepazu (~schepers@81.253.7.12)
- # [19:46] <annevk> hmm, I screwed up all the help links in tests
- # [19:46] <annevk> but I don't really believe in those anyway
- # [19:47] <annevk> or in author for that matter...
- # [19:47] <annevk> Ms2ger, any particular reason we are using those fields?
- # [19:48] <Ms2ger> Blame the CSSWG
- # [19:48] <Ms2ger> You can get rid of them if you want
- # [19:49] <annevk> cool
- # [19:49] * Joins: payman_s (~payman@h85-8-2-58.static.se.alltele.net)
- # [19:50] * payman_s is now known as payman_h
- # [19:51] <annevk> not quite sure if rewriting the tests is the most efficient approach rather than just starting over but I guess overall it's not too much work
- # [19:51] <annevk> and it's almost done
- # [19:54] * Joins: shepazutoo (~schepers@81.253.7.12)
- # [19:55] <annevk> jgraham, you around? how do you test for ECMAScript errors using your framework?
- # [19:55] <annevk> e.g. error instanceof TypeError
- # [19:55] * Quits: shepazu (~schepers@81.253.7.12) (Ping timeout: 264 seconds)
- # [19:56] <annevk> i.e. how to rewrite this code to use assert_throws:
- # [19:56] <annevk> try {
- # [19:56] <annevk> document.body.removeChild({'a':'b'})
- # [19:56] <annevk> assert_unreached()
- # [19:56] <annevk> } catch (e) {
- # [19:56] * away01 is now known as temp01
- # [19:57] <Ms2ger> assert_true(e instancof TypeError)
- # [19:57] <Ms2ger> }
- # [20:00] * Quits: shepazutoo (~schepers@81.253.7.12) (Ping timeout: 252 seconds)
- # [20:00] <annevk> ?
- # [20:00] <annevk> it's instanceof afaict
- # [20:01] <Ms2ger> It is
- # [20:10] <annevk> hmm
- # [20:10] <annevk> document.body.removeChild(null) makes the framework collapse?
- # [20:10] <annevk> i wonder if i do something wrong
- # [20:11] <annevk> ooh, I guess it's a bug in the framework
- # [20:11] <annevk> assert_throws is continuously buggy
- # [20:31] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [20:34] * Joins: bgalbraith (~bgalbrait@c-71-198-27-150.hsd1.ca.comcast.net)
- # [20:43] * Quits: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no) (Quit: Leaving)
- # [20:45] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [20:46] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Quit: Necrathex)
- # [20:55] * Joins: Twisol (~Twisol@wikia/Oddlyoko)
- # [21:08] <annevk> yay
- # [21:08] <annevk> all existing stuff is fixored
- # [21:08] <annevk> now all the new stuff needs doing
- # [21:09] * Quits: henrikbjorn (~henrik@c83-249-72-254.bredband.comhem.se) (Remote host closed the connection)
- # [21:10] <llrcombs> if a page has a .manifest file, should the UA check for a new version of each content file on load? If not, when should it?
- # [21:11] <annevk> only when the manifest changes
- # [21:12] <llrcombs> so how would I designate that a file had been updated?
- # [21:12] <llrcombs> (i.e. a .js file with a new version)
- # [21:12] <annevk> you change the manifest
- # [21:12] * mamund_ is now known as mamund
- # [21:12] <annevk> e.g. change a comment or do something like foo.js?v=2
- # [21:12] <llrcombs> or add whitespace?
- # [21:13] <annevk> could work
- # [21:13] <llrcombs> seems flawed
- # [21:13] <annevk> we can make it more complicated later
- # [21:13] <llrcombs> suggestion: allow a .manifest to include last-modified datetimes for each file
- # [21:13] <annevk> that would be complicated
- # [21:13] <llrcombs> so the UA can figure out if it should grab a new rev
- # [21:14] <llrcombs> until then, I can't use manifests for my webapps/widgets/etc
- # [21:14] <annevk> why?
- # [21:14] <annevk> you can just print the timestamp as comment, no?
- # [21:15] <llrcombs> yeah, but then it'd grab a new version of every file for every load
- # [21:15] <annevk> the server can return 304 like it can normally
- # [21:15] <llrcombs> defeats the purpose
- # [21:15] <annevk> if your file changes all the time you should prolly not put it in the manifest
- # [21:16] <llrcombs> no, I'm debugging
- # [21:16] <llrcombs> and I'll end up updating it to make new versions
- # [21:19] <llrcombs> you know, mantinence, new features...
- # [21:19] <llrcombs> bugfixes
- # [21:20] <annevk> sure
- # [21:20] <annevk> so add manifest when most of the other stuff is done
- # [21:20] <annevk> I don't really see the problem here
- # [21:21] <llrcombs> here's my idea:
- # [21:22] <llrcombs> the manifest file could be generated by a script, or just manually edited, so it include last-modified dates for each file in it
- # [21:22] <llrcombs> so when offline, the UA uses its cached versions of everything
- # [21:22] <llrcombs> and when online, it just checks the manifest against its stored manifest
- # [21:22] <llrcombs> to see if there's a new version of anything
- # [21:22] <annevk> yeah, I just told you you can do that
- # [21:22] <llrcombs> if there is, it just downloads THAT file
- # [21:23] <llrcombs> otherwise, it keeps using its cached version
- # [21:23] <annevk> it doesn't download the whole file anyway
- # [21:23] <llrcombs> the whole cached entity, or the whole .manifest?
- # [21:23] <annevk> the former
- # [21:24] <annevk> it just does a request and the server can say 304
- # [21:24] <gsnedders> For all those people nagging me about Anolis while I've been away, the following statement is true: 10:40 #whatwg: < jgraham> annevk: gsnedders has explicitly lost interest in anolis
- # [21:24] <annevk> SPDY will prolly optimize away the remaining bits
- # [21:24] <llrcombs> :D @ SPDY
- # [21:24] <llrcombs> but no one is implementing...
- # [21:25] <llrcombs> so it makes a request for every file, even those in the cache manifest?
- # [21:25] <annevk> yawn
- # [21:25] <Ms2ger> gsnedders, are you still going to put anolis2 somewhere?
- # [21:25] <llrcombs> sorry
- # [21:25] <llrcombs> I guess I'm not a caching expert
- # [21:25] <gsnedders> Ms2ger: Let me do that riht now
- # [21:26] * Quits: annevk (~annevk@host86-184-97-104.range86-184.btcentralplus.com) (Quit: annevk)
- # [21:28] <gsnedders> Ms2ger: http://hg.gsnedders.com/anolis2/
- # [21:28] * gsnedders has no idea whether it even works at the moment
- # [21:30] * Ms2ger wonders what prompted "I <3 namespaces."
- # [21:30] <gsnedders> Ms2ger: See the diff
- # [21:30] * Joins: pauld (~chatzilla@host86-174-210-104.range86-174.btcentralplus.com)
- # [21:34] * Quits: sebmarkbage (50a87316@gateway/web/freenode/ip.80.168.115.22) (Ping timeout: 252 seconds)
- # [21:39] * Quits: JonathanNeal (~Jonathan_@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer)
- # [21:39] * Joins: JonathanNeal (~Jonathan_@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [21:39] * Quits: JonathanNeal (~Jonathan_@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Client Quit)
- # [22:03] <jgraham> Oh anne left
- # [22:03] <jgraham> dammit
- # [22:04] <jgraham> for the record assert_throws(new TypeError(), document.body.removeChild({'a':'b'}))
- # [22:04] <jgraham> should work
- # [22:06] * jgraham wonders what the bug is
- # [22:07] <jgraham> I guess I could investigate
- # [22:07] <jgraham> But I should probably do the thing that Sam wanted first
- # [22:08] <Philip`> Surely that won't work since it'll call removeChild before calling assert_throws?
- # [22:08] * Quits: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net) (Quit: -)
- # [22:09] * Quits: bgalbraith (~bgalbrait@c-71-198-27-150.hsd1.ca.comcast.net) (Quit: bgalbraith)
- # [22:09] * Ms2ger assumes function() { document.body.removeChild({'a':'b'}) }
- # [22:10] <Philip`> Ah, that would seem more sensible and less like magic
- # [22:10] <jgraham> Er, yeah right
- # [22:10] <jgraham> Lots of function() {} wrappers needed everywhere
- # [22:11] * jgraham wishes javascript had a Haskell-like syntax for anonymous functions
- # [22:12] <jgraham> It would make this kind of thing much less visually noisy
- # [22:14] * Quits: ukai (~ukai@nat/google/x-tsakdttbgmyplhew) (Ping timeout: 265 seconds)
- # [22:16] * Joins: ukai (~ukai@nat/google/x-jqyklrizlwfkyzzh)
- # [22:17] <gsnedders> jgraham: Are you starting to admit Haskell is a good language? :P
- # [22:21] * Joins: drunknbass (~drunknbas@76.91.255.83)
- # [22:25] * Twisol is now known as Twisol|away
- # [22:34] * Quits: pauld (~chatzilla@host86-174-210-104.range86-174.btcentralplus.com) (Remote host closed the connection)
- # [22:36] <jgraham> gsnedders: WTF?
- # [22:36] <jgraham> I have *nver* said Haskell was a bad language
- # [22:36] <jgraham> **never*
- # [22:36] <jgraham> I sai it has a steep learning curve
- # [22:36] <jgraham> +d
- # [22:43] <gsnedders> You've said it in such a way as to imply it is bad as a result
- # [22:43] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Read error: Connection reset by peer)
- # [22:43] * Quits: boaz (~boaz@64.119.159.231) (Read error: Connection reset by peer)
- # [22:44] * Joins: boaz (~boaz@64.119.159.231)
- # [22:44] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [22:46] * Joins: Lachy (~Lachlan@cm-84.215.59.50.getinternet.no)
- # [22:56] * Quits: Ms2ger (~Ms2ger@91.181.72.112) (Quit: nn, back Sept. 11)
- # [22:56] <jgraham> Only if I was being severely misunderstood
- # [22:56] <jgraham> Which is possible if I wasn't being clear
- # [22:56] <jgraham> (being hard to learn is a bad property. It is not necessarily enough to create a bad whole)
- # [23:00] <gsnedders> jgraham: what happened about the t-shirt, btw?
- # [23:04] <jgraham> gsnedders: Not sure
- # [23:05] <gsnedders> jgraham: Feel free to just keep it till New Year, fwiw
- # [23:05] <jgraham> gsnedders: It wouldn't fit
- # [23:05] <jgraham> :)
- # [23:06] <gsnedders> ;P
- # [23:08] * Joins: jacobolus (~jacobolus@c-67-186-134-101.hsd1.ma.comcast.net)
- # [23:27] * Twisol|away is now known as Twisol
- # [23:31] * Joins: jacobolu_ (~jacobolus@c-67-186-134-101.hsd1.ma.comcast.net)
- # [23:32] * Quits: ROBOd (~robod@109.96.244.1) (Quit: .)
- # [23:33] * Quits: jacobolus (~jacobolus@c-67-186-134-101.hsd1.ma.comcast.net) (Ping timeout: 245 seconds)
- # [23:37] * jacobolu_ is now known as jacobolus
- # [23:43] * Joins: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net)
- # [23:49] * Joins: othermaciej (~mjs@c-69-181-196-33.hsd1.ca.comcast.net)
- # [23:54] * Joins: bgalbraith (~bgalbrait@c-71-198-27-150.hsd1.ca.comcast.net)
- # Session Close: Sun Sep 05 00:00:00 2010
The end :)