/irc-logs / freenode / #whatwg / 2011-02-23 / end

Options:

  1. # Session Start: Wed Feb 23 00:00:00 2011
  2. # Session Ident: #whatwg
  3. # [00:01] * Quits: zdobersek1 (~zan@cpe-46-164-9-128.dynamic.amis.net) (Quit: Leaving.)
  4. # [00:03] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Quit: bentruyman)
  5. # [00:05] <zewt> secure prng for floats keeps coming up, but ... does crypto ever actually need it? heh
  6. # [00:05] <zewt> given how much harder it is to define floating-point properly, i'd expect crypto to always stick with ints/fixed-point
  7. # [00:05] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  8. # [00:06] <zewt> (as it does in all crypto I've ever seen)
  9. # [00:06] * Quits: KDN (~KDN@202.171.164.210) (Quit: KDN)
  10. # [00:07] <aho> well, you can always just refer to other specs (e.g. ieee 754)
  11. # [00:07] * Quits: homat____ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
  12. # [00:07] <zewt> well I mean, defining and validating algorithms in general on floating-point
  13. # [00:07] <annevk> Yuhong, that's from June 2010!
  14. # [00:08] <gsnedders> zewt: ES has well-defined floating-point behaviour
  15. # [00:08] <gsnedders> (the fact that basically all implementations on x86 (but not x86_64) disregard that is another issue)
  16. # [00:08] <Yuhong> Yes, but I am quoting a specific comment.
  17. # [00:09] <zewt> floating-point operations themselves are well-defined, but does any (real-world) crypto actually depend on that?
  18. # [00:09] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Quit: OMG, YOU KILLED OPPO!)
  19. # [00:10] <zewt> just seems like the whole "float PRNG" sub-discussion might be irrelevant, that's all
  20. # [00:11] * gsnedders has stayed out of that thread because he has no idea about any of this
  21. # [00:11] <zewt> for example, > It seems pretty simple to generate a random number from 1 to 2 by fixing the exponent and mixing in 52 bits of random mantissa. Subtract 1 to get an evenly distributed value from 0-1.
  22. # [00:12] <zewt> that ... might be true, but without a more detailed understanding of the narrow details of floating-point math than most people have, it's not clearly so
  23. # [00:13] * Joins: doublec (~chris@unaffiliated/doublec)
  24. # [00:13] * Joins: Amorphous (jan@unaffiliated/amorphous)
  25. # [00:19] <Yuhong> BTW, if you are wondering why Netscape 4 had poor CSS support, the code used by Netscape 4 to convert CSS to JSSS is available here:
  26. # [00:19] <Yuhong> csstojs.c
  27. # [00:20] <Yuhong> http://mxr.mozilla.org/classic/source/lib/libstyle/csstojs.c
  28. # [00:20] <TabAtkins> Son of a... I just accidentally killed an hour of writing work by abusing back/forward. >_<
  29. # [00:22] * Joins: asmodai_ (asmodai@dhammapada.xs4all.nl)
  30. # [00:23] <Yuhong> For those who don't know the history, Netscape began developing version 4 in early 1996.
  31. # [00:24] <gsnedders> And IE3's CSS support was what? :P
  32. # [00:24] <Yuhong> As part of this, Netscape developed a style sheet language based on JSSS and submitted it to the W3C.
  33. # [00:25] <Yuhong> Unfortunately, it got rejected by the HTML ERB in favor of CSS.
  34. # [00:25] <TabAtkins> "Un"?
  35. # [00:25] <Yuhong> Netscape ended up have to create a CSS to JSSS translator, leading to poor CSS support.
  36. # [00:26] <Yuhong> What I want to mention is that the source code for it is available as part of the Mozilla classic source.
  37. # [00:26] <TabAtkins> Okay, it's just the implication (that it was unfortunate that we settled on CSS) that I found odd.
  38. # [00:26] <Yuhong> Unfortunately for Netscape, I mean.
  39. # [00:27] <TabAtkins> Ah yeah, that makes sense.
  40. # [00:27] <Yuhong> As part of this, Netscape developed a style sheet language based on JavaScript called JSSS and submitted it to the W3C.
  41. # [00:27] <annevk> x
  42. # [00:27] <annevk> ms2ger left?
  43. # [00:28] <annevk> wat is it with his short IRC time windows
  44. # [00:28] <annevk> almost like he has something better to do
  45. # [00:28] * Quits: asmodai (asmodai@dhammapada.xs4all.nl) (Ping timeout: 276 seconds)
  46. # [00:28] * asmodai_ is now known as asmodai
  47. # [00:29] <TabAtkins> Yay, all my work was still sitting in a less buffer from my last cvs diff! Woo!
  48. # [00:29] <zewt> heh
  49. # [00:29] <zewt> the search-for-remnants-of-lost-data quest
  50. # [00:30] <TabAtkins> (I realized upon diffing that I had done too much work between commits, and lost my work while trying to backtrack so I could push more reasonable commits.
  51. # [00:31] <TabAtkins> Also, yay, my use of Google Reader as a poor-man's cron is working great!
  52. # [00:32] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
  53. # [00:33] * Joins: jamesr__ (~jamesr@nat/google/x-cpfaedelozkbbnjd)
  54. # [00:34] <annevk> Ms2ger, when you read this, I was going to ask you about publishing DOM Core
  55. # [00:34] <annevk> Ms2ger, I am almost sure you are ok with it though, so I am going to ask Art to get things moving tomorrow
  56. # [00:35] <AryehGregor> virtuelv, I was talking to ako. I wanted to know how he could tell the difference between closed and unclosed tags with execCommand(), since that operates on the DOM level, where there's no such thing as an unclosed tag.
  57. # [00:35] * Quits: matijsb (~matijsb@5353CD69.cm-6-4d.dynamic.ziggo.nl) (Quit: Leaving.)
  58. # [00:35] <AryehGregor> There can only be unclosed tags in markup.
  59. # [00:37] <TabAtkins> AryehGregor: I think ako was talking about your email, where you omitted a closing </u>.
  60. # [00:38] * Quits: kor_ (~kor@ip146-53-210-87.adsl2.static.versatel.nl) (Quit: kor_)
  61. # [00:39] <AryehGregor> Oh.
  62. # [00:39] <Yuhong> IE is a different mess altogether, BTW.
  63. # [00:39] * Quits: Yuhong (~Yuhong@pool-71-112-243-235.sttlwa.dsl-w.verizon.net) (Quit: Leaving)
  64. # [00:49] * Quits: kennyluck (~kennyluck@netDHCP-173.keio.w3.org) (Quit: kennyluck)
  65. # [00:51] * Quits: jacobolus (~jacobolus@c-98-216-238-247.hsd1.ma.comcast.net) (Remote host closed the connection)
  66. # [00:59] * Quits: Steve^ (~steve@cpc2-hari1-0-0-cust1111.hari.cable.virginmedia.com) (Remote host closed the connection)
  67. # [01:04] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
  68. # [01:05] * Joins: jochen___ (~jochen@nat/google/x-pqgsmkifbfyhzpkp)
  69. # [01:09] * Quits: jochen__ (~jochen@nat/google/x-vypjrdtftxxawsbc) (Ping timeout: 246 seconds)
  70. # [01:09] * jochen___ is now known as jochen__
  71. # [01:09] <aho> mh... requestAnimationFrame is kinda meh :I
  72. # [01:10] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
  73. # [01:23] * Joins: agektmr (~Adium@220.109.219.244)
  74. # [01:26] * Quits: bga_|away (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
  75. # [01:26] * Quits: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb) (Quit: Ex-Chat)
  76. # [01:28] * Joins: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb)
  77. # [01:36] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
  78. # [01:42] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
  79. # [01:49] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  80. # [01:51] * Joins: tw2113_as_well (~tw2113@host-172-48-107-208.midco.net)
  81. # [01:52] * tw2113_as_well is now known as tw2113
  82. # [01:54] * Quits: sicking (~chatzilla@2620:101:8003:200:226:bbff:fe05:3fe1) (Read error: Operation timed out)
  83. # [02:03] * Quits: agektmr (~Adium@220.109.219.244) (Quit: Leaving.)
  84. # [02:05] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  85. # [02:09] * Joins: jennb (~jennb@74.125.59.76)
  86. # [02:10] * Quits: jennb (~jennb@74.125.59.76) (Client Quit)
  87. # [02:13] * Joins: jacobolus (~jacobolus@static-216-41-81-42.ngn.onecommunications.net)
  88. # [02:14] * Joins: zachatlongtailvi (~Adium@rrcs-24-103-245-86.nyc.biz.rr.com)
  89. # [02:15] * Parts: zachatlongtailvi (~Adium@rrcs-24-103-245-86.nyc.biz.rr.com)
  90. # [02:18] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:88cf:3e6f:af4:f7f0)
  91. # [02:26] <AryehGregor> I feel sorry for the chairs, having to read through Change Proposals.
  92. # [02:26] <AryehGregor> But not sorry enough to add half a page of somewhat dubious logic to one that I support in case it will tilt the case in my favor. \o/
  93. # [02:26] <AryehGregor> s/to add/to not add/
  94. # [02:27] <hober> :)
  95. # [02:28] * AryehGregor just added the whole "<u> should not be invalid just because some other obsolete presentational features . . ." thing at http://www.w3.org/html/wg/wiki/ChangeProposals/UShouldBeConforming#Rationale
  96. # [02:28] * Quits: chriseppstein (~chris@209.119.65.162) (Quit: chriseppstein)
  97. # [02:28] * AryehGregor believes points 1 and 2, thinks 3 and 4 are sketchy, and considers 5 to be patently ridiculous, but hey, who knows
  98. # [02:34] * Quits: virtuelv (~virtuelv_@20.74.9.46.customer.cdi.no) (Quit: Ex-Chat)
  99. # [02:50] * Quits: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6) (Quit: ap)
  100. # [02:52] * Quits: mloki (~mloki__@x1-6-00-10-a7-28-f3-47.k765.webspeed.dk) (Quit: Leaving)
  101. # [03:03] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
  102. # [03:09] * Quits: MikeSmith (~MikeSmith@58x157x21x205.ap58.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
  103. # [03:11] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
  104. # [03:15] * Quits: jamesr__ (~jamesr@nat/google/x-cpfaedelozkbbnjd) (Ping timeout: 246 seconds)
  105. # [03:16] * Quits: mdelaney (~mdelaney@2620:0:1b00:1191:88cf:3e6f:af4:f7f0) (Ping timeout: 260 seconds)
  106. # [03:16] * Quits: jacobolus (~jacobolus@static-216-41-81-42.ngn.onecommunications.net) (Ping timeout: 250 seconds)
  107. # [03:22] * Joins: mdelaney (~mdelaney@66.109.104.161)
  108. # [03:31] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
  109. # [03:35] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.13/20110103133706])
  110. # [03:40] * Quits: espadrine (~espadrine@eduroinsa52.insa-lyon.fr) (Quit: espadrine)
  111. # [03:41] * Quits: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Remote host closed the connection)
  112. # [03:43] * Joins: agektmr (~Adium@u690121.xgsnu1.imtp.tachikawa.mopera.net)
  113. # [03:48] * Joins: homata_ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
  114. # [03:49] * Joins: bentruyman_ (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
  115. # [03:51] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 240 seconds)
  116. # [03:51] * bentruyman_ is now known as bentruyman
  117. # [03:56] * Joins: espadrine (~espadrine@acces1401.res.insa-lyon.fr)
  118. # [03:58] * Joins: kor_ (~kor@ip146-53-210-87.adsl2.static.versatel.nl)
  119. # [03:59] * Joins: MikeSmith (~MikeSmith@EM111-188-29-37.pool.e-mobile.ne.jp)
  120. # [04:00] * Joins: agektmr1 (~Adium@p2163-ipad66marunouchi.tokyo.ocn.ne.jp)
  121. # [04:00] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
  122. # [04:02] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
  123. # [04:03] * Quits: agektmr (~Adium@u690121.xgsnu1.imtp.tachikawa.mopera.net) (Ping timeout: 272 seconds)
  124. # [04:04] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Remote host closed the connection)
  125. # [04:04] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
  126. # [04:05] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 260 seconds)
  127. # [04:10] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
  128. # [04:20] * Quits: mdelaney (~mdelaney@66.109.104.161) (Quit: mdelaney)
  129. # [04:28] * Quits: dbaron (~dbaron@nat/mozilla/x-arrdrdcmvujbhsed) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  130. # [04:32] * Joins: ojan (~ojan@74.125.56.17)
  131. # [04:38] * Quits: kor_ (~kor@ip146-53-210-87.adsl2.static.versatel.nl) (Quit: kor_)
  132. # [04:46] * Quits: aho (~nya@fuld-590c7b79.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
  133. # [05:00] * Joins: jacobolus (~jacobolus@c-98-216-238-247.hsd1.ma.comcast.net)
  134. # [05:01] * Quits: agektmr1 (~Adium@p2163-ipad66marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
  135. # [05:08] * Joins: shakesoda (~colby@c-67-168-136-89.hsd1.wa.comcast.net)
  136. # [05:09] * Joins: wolfman2000 (~wolfman20@rrcs-70-63-208-211.midsouth.biz.rr.com)
  137. # [05:09] <wolfman2000> ...been awhile since I've been here. *sees if any updates were made as of late*
  138. # [05:13] * Joins: nonge__ (~nonge@p5082BC24.dip.t-dialin.net)
  139. # [05:17] * Quits: nonge_ (~nonge@p5082AE16.dip.t-dialin.net) (Ping timeout: 246 seconds)
  140. # [05:31] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  141. # [05:35] * Quits: homata_ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Remote host closed the connection)
  142. # [05:37] * Joins: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
  143. # [05:38] * Joins: dydx (~dydz@adsl-76-200-191-179.dsl.pltn13.sbcglobal.net)
  144. # [05:43] * Joins: erlehmann (~erlehmann@82.113.99.56)
  145. # [05:58] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: Leaving.)
  146. # [06:21] * Quits: benschwarz (~ben@ppp59-167-179-123.static.internode.on.net) (Quit: Leaving...)
  147. # [06:47] * Joins: alystair (Alystair@bas1-toronto10-1279559238.dsl.bell.ca)
  148. # [06:49] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Quit: Leaving)
  149. # [06:53] * Quits: doublec (~chris@unaffiliated/doublec) (Quit: Leaving)
  150. # [06:55] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
  151. # [07:12] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Ping timeout: 276 seconds)
  152. # [07:13] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
  153. # [07:16] * Joins: benschwarz (~benschwar@59.167.185.148)
  154. # [07:24] * Quits: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb) (Quit: Ex-Chat)
  155. # [07:38] * Quits: hober (~ted@unaffiliated/hober) (Remote host closed the connection)
  156. # [07:39] * Joins: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb)
  157. # [07:39] * Quits: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb) (Read error: Connection reset by peer)
  158. # [07:47] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Quit: eric_carlson)
  159. # [07:50] * Joins: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb)
  160. # [07:59] * Joins: KDN (~KDN@202.171.164.210)
  161. # [08:00] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Quit: bentruyman)
  162. # [08:02] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
  163. # [08:02] * Joins: shichuan_ (97c1dc1c@gateway/web/freenode/ip.151.193.220.28)
  164. # [08:04] * Quits: KDN (~KDN@202.171.164.210) (Ping timeout: 276 seconds)
  165. # [08:05] * Joins: KDN (~KDN@202.171.164.210)
  166. # [08:05] * Quits: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb) (Read error: Operation timed out)
  167. # [08:05] * Joins: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb)
  168. # [08:09] * Joins: homat____ (~homata@113x34x70x149.ap113.ftth.ucom.ne.jp)
  169. # [08:09] * Quits: wolfman2000 (~wolfman20@rrcs-70-63-208-211.midsouth.biz.rr.com) (Remote host closed the connection)
  170. # [08:11] * Joins: kennyluck (~kennyluck@EM111-188-29-47.pool.e-mobile.ne.jp)
  171. # [08:12] * Quits: tw2113 (~tw2113@host-172-48-107-208.midco.net) (Quit: Nice Scotty, now beam my clothes up too!)
  172. # [08:12] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 276 seconds)
  173. # [08:14] * Quits: kennyluck (~kennyluck@EM111-188-29-47.pool.e-mobile.ne.jp) (Client Quit)
  174. # [08:14] * Joins: kennyluck (~kennyluck@EM111-188-29-47.pool.e-mobile.ne.jp)
  175. # [08:15] * Quits: dydx (~dydz@adsl-76-200-191-179.dsl.pltn13.sbcglobal.net) (Quit: dydx)
  176. # [08:17] * Joins: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de)
  177. # [08:20] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
  178. # [08:33] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
  179. # [08:36] * Joins: rimantas (~rimliu@93.93.57.193)
  180. # [08:37] * Joins: mlpug (~mlpug@a88-115-171-217.elisa-laajakaista.fi)
  181. # [08:40] * Joins: Maurice (~ano@77.222.73.150)
  182. # [08:46] * Joins: rosalindwills (~Adium@66.240.10.170)
  183. # [08:46] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Remote host closed the connection)
  184. # [08:46] * Joins: accessus (bc1a9211@gateway/web/freenode/ip.188.26.146.17)
  185. # [08:46] * Quits: accessus (bc1a9211@gateway/web/freenode/ip.188.26.146.17) (Client Quit)
  186. # [08:46] * Quits: jgraham (~jgraham@web22.webfaction.com) (Ping timeout: 276 seconds)
  187. # [08:46] * Joins: jgraham (~jgraham@web22.webfaction.com)
  188. # [08:54] * Joins: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
  189. # [08:54] * bga_ is now known as bga_|away
  190. # [08:55] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (*.net *.split)
  191. # [08:55] * Quits: riven (~riven@pdpc/supporter/professional/riven) (*.net *.split)
  192. # [08:55] * Quits: payman_ (~payman@pat.se.opera.com) (*.net *.split)
  193. # [08:55] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
  194. # [08:55] * Quits: Kuruma (~Kuruman@p19170-ipngn1701marunouchi.tokyo.ocn.ne.jp) (*.net *.split)
  195. # [08:55] * Quits: enhydra (~kalan@wikimedia/Kalan) (*.net *.split)
  196. # [08:55] * Quits: [tm] (~MikeSmith@sideshowbarker.net) (*.net *.split)
  197. # [08:55] * Quits: hendry (~hendry@webconverger.org) (*.net *.split)
  198. # [08:55] * bga_|away is now known as bga_
  199. # [08:55] * Quits: ojan (~ojan@74.125.56.17) (Quit: ojan)
  200. # [08:55] * Joins: zdobersek (~zan@cpe-46-164-24-199.dynamic.amis.net)
  201. # [08:56] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
  202. # [08:56] * Joins: riven (~riven@pdpc/supporter/professional/riven)
  203. # [08:56] * Joins: payman_ (~payman@pat.se.opera.com)
  204. # [08:56] * Joins: m0 (~m0@mohamedmansour.com)
  205. # [08:56] * Joins: Kuruma (~Kuruman@p19170-ipngn1701marunouchi.tokyo.ocn.ne.jp)
  206. # [08:56] * Joins: enhydra (~kalan@wikimedia/Kalan)
  207. # [08:56] * Joins: [tm] (~MikeSmith@sideshowbarker.net)
  208. # [08:56] * Joins: hendry (~hendry@webconverger.org)
  209. # [08:57] * Joins: pesla (~pesla@188.202.125.121)
  210. # [09:08] * Joins: thiessenp (~thiessenp@changeme.ebuddy.com)
  211. # [09:15] * bga_ is now known as bga_|away
  212. # [09:15] * bga_|away is now known as bga_
  213. # [09:27] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (*.net *.split)
  214. # [09:27] * Quits: riven (~riven@pdpc/supporter/professional/riven) (*.net *.split)
  215. # [09:27] * Quits: payman_ (~payman@pat.se.opera.com) (*.net *.split)
  216. # [09:27] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
  217. # [09:27] * Quits: Kuruma (~Kuruman@p19170-ipngn1701marunouchi.tokyo.ocn.ne.jp) (*.net *.split)
  218. # [09:27] * Quits: enhydra (~kalan@wikimedia/Kalan) (*.net *.split)
  219. # [09:27] * Quits: [tm] (~MikeSmith@sideshowbarker.net) (*.net *.split)
  220. # [09:27] * Quits: hendry (~hendry@webconverger.org) (*.net *.split)
  221. # [09:27] * Quits: zdobersek (~zan@cpe-46-164-24-199.dynamic.amis.net) (*.net *.split)
  222. # [09:27] * Quits: Maurice (~ano@77.222.73.150) (*.net *.split)
  223. # [09:27] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (*.net *.split)
  224. # [09:27] * Quits: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de) (*.net *.split)
  225. # [09:27] * Quits: FastJack (~fastjack@dumpstr.net) (*.net *.split)
  226. # [09:27] * Quits: davve__ (~davve@83.218.67.122) (*.net *.split)
  227. # [09:27] * Quits: alystair (Alystair@bas1-toronto10-1279559238.dsl.bell.ca) (*.net *.split)
  228. # [09:27] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (*.net *.split)
  229. # [09:27] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (*.net *.split)
  230. # [09:27] * Quits: ben_h (~ben@128.250.195.183) (*.net *.split)
  231. # [09:27] * Quits: volkmar (~volkmar@rps1542.ovh.net) (*.net *.split)
  232. # [09:27] * Quits: wirepair (fbi@random.supermario.org) (*.net *.split)
  233. # [09:27] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (*.net *.split)
  234. # [09:27] * Quits: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4) (*.net *.split)
  235. # [09:27] * Quits: foomor (~foomor@unaffiliated/foomor) (*.net *.split)
  236. # [09:27] * Quits: connrs_ (~paul@host86-136-129-234.range86-136.btcentralplus.com) (*.net *.split)
  237. # [09:27] * Quits: dglazkov (~dglazkov@nat/google/x-uansubznilyzzlgf) (*.net *.split)
  238. # [09:27] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (*.net *.split)
  239. # [09:27] * Quits: paulrouget (~paul2@sysmic.org) (*.net *.split)
  240. # [09:27] * Quits: TabAtkins (~tabatkins@nat/google/x-zfrnrerpblkfbesr) (*.net *.split)
  241. # [09:27] * Quits: macpherson (~macpherso@nat/google/x-hutcqkffmqrciwzm) (*.net *.split)
  242. # [09:27] * Quits: lrvick (~lrvick@66.96.251.117) (*.net *.split)
  243. # [09:27] * Quits: Moo-_ (~quassel@herd37.twinapex.fi) (*.net *.split)
  244. # [09:27] * Quits: onar (~onar@2620:0:1b00:16f2:21f:5bff:fe3e:944) (*.net *.split)
  245. # [09:27] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
  246. # [09:27] * Quits: thiessenp (~thiessenp@changeme.ebuddy.com) (*.net *.split)
  247. # [09:27] * Quits: jochen__ (~jochen@nat/google/x-pqgsmkifbfyhzpkp) (*.net *.split)
  248. # [09:27] * Quits: estes (~aestes@17.203.13.46) (*.net *.split)
  249. # [09:27] * Quits: huehnts (~huehnts@static.213-239-210-158.clients.your-server.de) (*.net *.split)
  250. # [09:27] * Quits: SteveGL (~dev@174-21-201-58.tukw.qwest.net) (*.net *.split)
  251. # [09:27] * Quits: ivan` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
  252. # [09:27] * Quits: Peter- (~peter@188.95.90.218) (*.net *.split)
  253. # [09:27] * Quits: hsivonen (~hsivonen@kekkonen.cs.hut.fi) (*.net *.split)
  254. # [09:27] * Quits: purefusion (~purefusio@unaffiliated/purefusion) (*.net *.split)
  255. # [09:27] * Quits: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
  256. # [09:27] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
  257. # [09:27] * Quits: heycam (~cam@wok.mcc.id.au) (*.net *.split)
  258. # [09:27] * Quits: Philip` (~philip@zaynar.co.uk) (*.net *.split)
  259. # [09:27] * Quits: hamaji (~hamaji@220.109.219.244) (*.net *.split)
  260. # [09:27] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
  261. # [09:27] * Quits: broquaint (df80b6f776@78.47.79.137) (*.net *.split)
  262. # [09:27] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
  263. # [09:27] * Quits: homat____ (~homata@113x34x70x149.ap113.ftth.ucom.ne.jp) (*.net *.split)
  264. # [09:27] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (*.net *.split)
  265. # [09:27] * Quits: drunknbass (~drunknbas@76.91.255.83) (*.net *.split)
  266. # [09:27] * Quits: antti_s (~antti@173-203-97-98.static.cloud-ips.com) (*.net *.split)
  267. # [09:27] * Quits: Amorphous (jan@unaffiliated/amorphous) (*.net *.split)
  268. # [09:27] * Quits: Evet (~Evet@pdpc/supporter/active/evet) (*.net *.split)
  269. # [09:27] * Quits: fishd (~fishd@nat/google/x-bvznzsurzhukldbz) (*.net *.split)
  270. # [09:27] * Quits: othree (~othree@admin39.ct.ntust.edu.tw) (*.net *.split)
  271. # [09:27] * Quits: meledin (~vladi@f2.c7.5d45.static.theplanet.com) (*.net *.split)
  272. # [09:27] * Quits: foolip (~philip@83.218.67.122) (*.net *.split)
  273. # [09:27] * Quits: pesla (~pesla@188.202.125.121) (*.net *.split)
  274. # [09:27] * Quits: mlpug (~mlpug@a88-115-171-217.elisa-laajakaista.fi) (*.net *.split)
  275. # [09:27] * Quits: rimantas (~rimliu@93.93.57.193) (*.net *.split)
  276. # [09:27] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
  277. # [09:27] * Quits: lumely (~lumely@dhcp2-186.slis.tsukuba.ac.jp) (*.net *.split)
  278. # [09:27] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
  279. # [09:27] * Quits: shichuan_ (97c1dc1c@gateway/web/freenode/ip.151.193.220.28) (*.net *.split)
  280. # [09:27] * Quits: rgervais (40d2c7e7@gateway/web/freenode/ip.64.210.199.231) (*.net *.split)
  281. # [09:27] * Quits: rosalindwills (~Adium@66.240.10.170) (*.net *.split)
  282. # [09:27] * Quits: kennyluck (~kennyluck@EM111-188-29-47.pool.e-mobile.ne.jp) (*.net *.split)
  283. # [09:27] * Quits: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb) (*.net *.split)
  284. # [09:27] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (*.net *.split)
  285. # [09:27] * Quits: erlehmann (~erlehmann@82.113.99.56) (*.net *.split)
  286. # [09:27] * Quits: jacobolus (~jacobolus@c-98-216-238-247.hsd1.ma.comcast.net) (*.net *.split)
  287. # [09:27] * Quits: MikeSmith (~MikeSmith@EM111-188-29-37.pool.e-mobile.ne.jp) (*.net *.split)
  288. # [09:27] * Quits: espadrine (~espadrine@acces1401.res.insa-lyon.fr) (*.net *.split)
  289. # [09:27] * Quits: shakesoda (~colby@c-67-168-136-89.hsd1.wa.comcast.net) (*.net *.split)
  290. # [09:27] * Quits: stevela (~anonymous@74.125.59.76) (*.net *.split)
  291. # [09:27] * Quits: AlexNRoss (~AleossIRC@unaffiliated/aleoss) (*.net *.split)
  292. # [09:27] * Quits: zum (~jsykari@xdsl-83-150-88-4.nebulazone.fi) (*.net *.split)
  293. # [09:27] * Quits: Sosby (fsosby@s2.rdlbnc.com) (*.net *.split)
  294. # [09:27] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
  295. # [09:27] * Quits: jamesr (~jamesr@nat/google/x-svuvtcvpeuweykuv) (*.net *.split)
  296. # [09:27] * Quits: slartsa (~slartsa@alpha.pumppumedia.com) (*.net *.split)
  297. # [09:27] * Quits: lstoll (~lstoll@randall.lstoll.net) (*.net *.split)
  298. # [09:27] * Quits: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
  299. # [09:27] * Quits: Phae (u455@gateway/web/irccloud.com/x-ifnbondsgclfpphn) (*.net *.split)
  300. # [09:27] * Quits: jgraham (~jgraham@web22.webfaction.com) (*.net *.split)
  301. # [09:27] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (*.net *.split)
  302. # [09:27] * Quits: Hixie (ianh@trivini.no) (*.net *.split)
  303. # [09:27] * Quits: k0rnel (~k0rnel@krtko.org) (*.net *.split)
  304. # [09:27] * Quits: ukai (~ukai@nat/google/x-iyfodgmovgxvavgn) (*.net *.split)
  305. # [09:27] * Quits: mven (~mven__@169.241.49.57) (*.net *.split)
  306. # [09:27] * Quits: reni (~reni@sedkit.inf.u-szeged.hu) (*.net *.split)
  307. # [09:27] * Quits: Dashiva (~noone@wikia/Dashiva) (*.net *.split)
  308. # [09:27] * Quits: gwillen (~gwillen@unaffiliated/gwillen) (*.net *.split)
  309. # [09:27] * Quits: kinetik (~kinetik@121.98.132.55) (*.net *.split)
  310. # [09:27] * Quits: drry (~drry@unaffiliated/drry) (*.net *.split)
  311. # [09:27] * Quits: torvalamo (~loriisacu@cD570BF51.dhcp.bluecom.no) (*.net *.split)
  312. # [09:27] * Quits: Jedi__ (~Jedi@Jedi.org) (*.net *.split)
  313. # [09:27] * Quits: webben (~benjamin@173-203-84-17.static.cloud-ips.com) (*.net *.split)
  314. # [09:27] * Quits: Workshiva (~Dashiva@74.125.57.36) (*.net *.split)
  315. # [09:27] * Quits: SlexAxton (~slex@ve.nvl6zjvg.vesrv.com) (*.net *.split)
  316. # [09:27] * Quits: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru) (*.net *.split)
  317. # [09:27] * Quits: nonge__ (~nonge@p5082BC24.dip.t-dialin.net) (*.net *.split)
  318. # [09:27] * Quits: fuzzyone (~fuzzyone@fluffles.two-pebbles.com) (*.net *.split)
  319. # [09:27] * Quits: gsnedders (~gsnedders@204.232.194.186) (*.net *.split)
  320. # [09:27] * Quits: wilhelm (wilhelm@trivini.no) (*.net *.split)
  321. # [09:27] * Quits: tmzt (~tmzt@76.211.0.152) (*.net *.split)
  322. # [09:27] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (*.net *.split)
  323. # [09:27] * Quits: KDN (~KDN@202.171.164.210) (*.net *.split)
  324. # [09:27] * Quits: benschwarz (~benschwar@59.167.185.148) (*.net *.split)
  325. # [09:27] * Quits: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (*.net *.split)
  326. # [09:27] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (*.net *.split)
  327. # [09:27] * Quits: asmodai (asmodai@dhammapada.xs4all.nl) (*.net *.split)
  328. # [09:27] * Quits: toyoshim (~toyoshim@y253149.dynamic.ppp.asahi-net.or.jp) (*.net *.split)
  329. # [09:27] * Quits: inimino (~inimino@boshi.inimino.org) (*.net *.split)
  330. # [09:28] * Quits: gavin_ (~gavin@firefox/developer/gavin) (*.net *.split)
  331. # [09:28] * Quits: roc (~chatzilla@121.98.230.221) (*.net *.split)
  332. # [09:28] * Quits: webr3 (~nathan@host86-133-148-238.range86-133.btcentralplus.com) (*.net *.split)
  333. # [09:28] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
  334. # [09:28] * Quits: wakaba (~wakaba@219.157.197.113.dy.bbexcite.jp) (*.net *.split)
  335. # [09:28] * Quits: Yudai (~Yudai@p434d26.kngwnt01.ap.so-net.ne.jp) (*.net *.split)
  336. # [09:28] * Quits: ciaran_lee (leecn@spoon.netsoc.tcd.ie) (*.net *.split)
  337. # [09:28] * Quits: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
  338. # [09:28] * Quits: uf0 (deeznuts@80.244.247.158) (*.net *.split)
  339. # [09:28] * Quits: nw` (eero@heaven.unlink.org) (*.net *.split)
  340. # [09:28] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
  341. # [09:33] * Joins: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  342. # [09:33] * Joins: erlehmann (~erlehmann@82.113.99.56)
  343. # [09:33] * Joins: Xano_ (~bart@524BD8F6.cm-4-4d.dynamic.ziggo.nl)
  344. # [09:33] * Joins: thiessenp (~thiessenp@changeme.ebuddy.com)
  345. # [09:33] * Joins: pesla (~pesla@188.202.125.121)
  346. # [09:33] * Joins: zdobersek (~zan@cpe-46-164-24-199.dynamic.amis.net)
  347. # [09:33] * Joins: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
  348. # [09:33] * Joins: jgraham (~jgraham@web22.webfaction.com)
  349. # [09:33] * Joins: rosalindwills (~Adium@66.240.10.170)
  350. # [09:33] * Joins: Maurice (~ano@77.222.73.150)
  351. # [09:33] * Joins: mlpug (~mlpug@a88-115-171-217.elisa-laajakaista.fi)
  352. # [09:33] * Joins: rimantas (~rimliu@93.93.57.193)
  353. # [09:33] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
  354. # [09:33] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
  355. # [09:33] * Joins: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de)
  356. # [09:33] * Joins: kennyluck (~kennyluck@EM111-188-29-47.pool.e-mobile.ne.jp)
  357. # [09:33] * Joins: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb)
  358. # [09:33] * Joins: KDN (~KDN@202.171.164.210)
  359. # [09:33] * Joins: shichuan_ (97c1dc1c@gateway/web/freenode/ip.151.193.220.28)
  360. # [09:33] * Joins: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net)
  361. # [09:33] * Joins: benschwarz (~benschwar@59.167.185.148)
  362. # [09:33] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
  363. # [09:33] * Joins: alystair (Alystair@bas1-toronto10-1279559238.dsl.bell.ca)
  364. # [09:33] * Joins: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
  365. # [09:33] * Joins: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e)
  366. # [09:33] * Joins: nonge__ (~nonge@p5082BC24.dip.t-dialin.net)
  367. # [09:33] * Joins: shakesoda (~colby@c-67-168-136-89.hsd1.wa.comcast.net)
  368. # [09:33] * Joins: jacobolus (~jacobolus@c-98-216-238-247.hsd1.ma.comcast.net)
  369. # [09:33] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
  370. # [09:33] * Joins: MikeSmith (~MikeSmith@EM111-188-29-37.pool.e-mobile.ne.jp)
  371. # [09:33] * Joins: espadrine (~espadrine@acces1401.res.insa-lyon.fr)
  372. # [09:33] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  373. # [09:33] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
  374. # [09:33] * Joins: jochen__ (~jochen@nat/google/x-pqgsmkifbfyhzpkp)
  375. # [09:33] * Joins: asmodai (asmodai@dhammapada.xs4all.nl)
  376. # [09:33] * Joins: Amorphous (jan@unaffiliated/amorphous)
  377. # [09:33] * Joins: stevela (~anonymous@74.125.59.76)
  378. # [09:33] * Joins: ben_h (~ben@128.250.195.183)
  379. # [09:33] * Joins: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net)
  380. # [09:33] * Joins: volkmar (~volkmar@rps1542.ovh.net)
  381. # [09:33] * Joins: davve__ (~davve@83.218.67.122)
  382. # [09:33] * Joins: foomor (~foomor@unaffiliated/foomor)
  383. # [09:33] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
  384. # [09:33] * Joins: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4)
  385. # [09:33] * Joins: paulrouget (~paul2@sysmic.org)
  386. # [09:33] * Joins: connrs_ (~paul@host86-136-129-234.range86-136.btcentralplus.com)
  387. # [09:33] * Joins: dglazkov (~dglazkov@nat/google/x-uansubznilyzzlgf)
  388. # [09:33] * Joins: AryehGregor (~Simetrica@mediawiki/simetrical)
  389. # [09:33] * Joins: TabAtkins (~tabatkins@nat/google/x-zfrnrerpblkfbesr)
  390. # [09:33] * Joins: macpherson (~macpherso@nat/google/x-hutcqkffmqrciwzm)
  391. # [09:33] * Joins: lrvick (~lrvick@66.96.251.117)
  392. # [09:33] * Joins: Moo-_ (~quassel@herd37.twinapex.fi)
  393. # [09:33] * Joins: onar (~onar@2620:0:1b00:16f2:21f:5bff:fe3e:944)
  394. # [09:33] * Joins: jmb (~jmb@mail.parsifal.org.uk)
  395. # [09:33] * Joins: wirepair (fbi@random.supermario.org)
  396. # [09:33] * Joins: FastJack (~fastjack@dumpstr.net)
  397. # [09:33] * Joins: Hixie (ianh@trivini.no)
  398. # [09:33] * Joins: drunknbass (~drunknbas@76.91.255.83)
  399. # [09:33] * Joins: hsivonen (~hsivonen@kekkonen.cs.hut.fi)
  400. # [09:33] * Joins: Peter- (~peter@188.95.90.218)
  401. # [09:33] * Joins: ivan` (~ivan@unaffiliated/ivan/x-000001)
  402. # [09:33] * Joins: purefusion (~purefusio@unaffiliated/purefusion)
  403. # [09:33] * Joins: SteveGL (~dev@174-21-201-58.tukw.qwest.net)
  404. # [09:33] * Joins: huehnts (~huehnts@static.213-239-210-158.clients.your-server.de)
  405. # [09:33] * Joins: gavin (~gavin@firefox/developer/gavin)
  406. # [09:33] * Joins: broquaint (df80b6f776@78.47.79.137)
  407. # [09:33] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
  408. # [09:33] * Joins: hamaji (~hamaji@220.109.219.244)
  409. # [09:33] * Joins: Philip` (~philip@zaynar.co.uk)
  410. # [09:33] * Joins: heycam (~cam@wok.mcc.id.au)
  411. # [09:33] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
  412. # [09:33] * Joins: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  413. # [09:33] * Joins: antti_s (~antti@173-203-97-98.static.cloud-ips.com)
  414. # [09:33] * Joins: foolip (~philip@83.218.67.122)
  415. # [09:33] * Joins: meledin (~vladi@f2.c7.5d45.static.theplanet.com)
  416. # [09:33] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
  417. # [09:33] * Joins: othree (~othree@admin39.ct.ntust.edu.tw)
  418. # [09:33] * Joins: lumely (~lumely@dhcp2-186.slis.tsukuba.ac.jp)
  419. # [09:33] * Joins: fishd (~fishd@nat/google/x-bvznzsurzhukldbz)
  420. # [09:33] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
  421. # [09:33] * Joins: stalled (~stalled@unaffiliated/stalled)
  422. # [09:33] * Joins: fuzzyone (~fuzzyone@fluffles.two-pebbles.com)
  423. # [09:33] * Joins: toyoshim (~toyoshim@y253149.dynamic.ppp.asahi-net.or.jp)
  424. # [09:33] * Joins: gsnedders (~gsnedders@204.232.194.186)
  425. # [09:33] * Joins: Jedi__ (~Jedi@Jedi.org)
  426. # [09:33] * Joins: inimino (~inimino@boshi.inimino.org)
  427. # [09:33] * Joins: AlexNRoss (~AleossIRC@unaffiliated/aleoss)
  428. # [09:33] * Joins: zum (~jsykari@xdsl-83-150-88-4.nebulazone.fi)
  429. # [09:33] * Joins: Phae (u455@gateway/web/irccloud.com/x-ifnbondsgclfpphn)
  430. # [09:33] * Joins: rgervais (40d2c7e7@gateway/web/freenode/ip.64.210.199.231)
  431. # [09:33] * Joins: Sosby (fsosby@s2.rdlbnc.com)
  432. # [09:33] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  433. # [09:33] * Joins: roc (~chatzilla@121.98.230.221)
  434. # [09:33] * Joins: lstoll (~lstoll@randall.lstoll.net)
  435. # [09:33] * Joins: webr3 (~nathan@host86-133-148-238.range86-133.btcentralplus.com)
  436. # [09:33] * Joins: tomaw (tom@freenode/staff/tomaw)
  437. # [09:33] * Joins: k0rnel (~k0rnel@krtko.org)
  438. # [09:33] * Joins: wakaba (~wakaba@219.157.197.113.dy.bbexcite.jp)
  439. # [09:33] * Joins: ukai (~ukai@nat/google/x-iyfodgmovgxvavgn)
  440. # [09:33] * Joins: mven (~mven__@169.241.49.57)
  441. # [09:33] * Joins: wilhelm (wilhelm@trivini.no)
  442. # [09:33] * Joins: reni (~reni@sedkit.inf.u-szeged.hu)
  443. # [09:33] * Joins: bzed (~bzed@devel.recluse.de)
  444. # [09:33] * Joins: Dashiva (~noone@wikia/Dashiva)
  445. # [09:33] * Joins: Yudai (~Yudai@p434d26.kngwnt01.ap.so-net.ne.jp)
  446. # [09:33] * Joins: jamesr (~jamesr@nat/google/x-svuvtcvpeuweykuv)
  447. # [09:33] * Joins: ciaran_lee (leecn@spoon.netsoc.tcd.ie)
  448. # [09:33] * Joins: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
  449. # [09:33] * Joins: gwillen (~gwillen@unaffiliated/gwillen)
  450. # [09:33] * Joins: uf0 (deeznuts@80.244.247.158)
  451. # [09:33] * Joins: slartsa (~slartsa@alpha.pumppumedia.com)
  452. # [09:33] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
  453. # [09:33] * Joins: nw` (eero@heaven.unlink.org)
  454. # [09:33] * Joins: Workshiva (~Dashiva@74.125.57.36)
  455. # [09:33] * Joins: kinetik (~kinetik@121.98.132.55)
  456. # [09:33] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
  457. # [09:33] * Joins: drry (~drry@unaffiliated/drry)
  458. # [09:33] * Joins: SlexAxton (~slex@ve.nvl6zjvg.vesrv.com)
  459. # [09:33] * Joins: tmzt (~tmzt@76.211.0.152)
  460. # [09:36] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
  461. # [09:38] * Joins: torvalamo (~loriisacu@cD570BF51.dhcp.bluecom.no)
  462. # [09:39] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
  463. # [09:39] * Joins: riven (~riven@pdpc/supporter/professional/riven)
  464. # [09:39] * Joins: payman_ (~payman@pat.se.opera.com)
  465. # [09:39] * Joins: m0 (~m0@mohamedmansour.com)
  466. # [09:39] * Joins: Kuruma (~Kuruman@p19170-ipngn1701marunouchi.tokyo.ocn.ne.jp)
  467. # [09:39] * Joins: enhydra (~kalan@wikimedia/Kalan)
  468. # [09:39] * Joins: [tm] (~MikeSmith@sideshowbarker.net)
  469. # [09:39] * Joins: hendry (~hendry@webconverger.org)
  470. # [09:40] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
  471. # [09:43] * Quits: ben_h (~ben@128.250.195.183) (Quit: ben_h)
  472. # [09:49] * Joins: kor_ (~kor@ip146-53-210-87.adsl2.static.versatel.nl)
  473. # [09:52] * Joins: danbri (~danbri@note-guus2.few.vu.nl)
  474. # [09:54] * Joins: Ms2ger (~Ms2ger@91.181.247.33)
  475. # [09:54] * Joins: msucan (~robod@92.86.242.134)
  476. # [09:55] * Joins: MikeSmith_ (~MikeSmith@EM114-48-82-179.pool.e-mobile.ne.jp)
  477. # [09:55] * Quits: shichuan_ (97c1dc1c@gateway/web/freenode/ip.151.193.220.28) (Quit: Page closed)
  478. # [09:58] * Quits: MikeSmith (~MikeSmith@EM111-188-29-37.pool.e-mobile.ne.jp) (Ping timeout: 272 seconds)
  479. # [09:58] * MikeSmith_ is now known as MikeSmith
  480. # [09:59] <annevk> benschwarz, need help with the blog still?
  481. # [09:59] * Quits: FastJack (~fastjack@dumpstr.net) (Read error: Operation timed out)
  482. # [10:01] <Ms2ger> Morning annevk :)
  483. # [10:01] <annevk> hey there Ms2ger, read the logs?
  484. # [10:01] <Ms2ger> Yes
  485. # [10:01] <annevk> it seems Art is still asleep
  486. # [10:02] <Ms2ger> Once you know a date, I can generate it
  487. # [10:02] <annevk> kk
  488. # [10:02] <annevk> I guess I'll rename context node to context object as you suggested
  489. # [10:02] <annevk> and mention it is not always used
  490. # [10:03] * Quits: danbri (~danbri@note-guus2.few.vu.nl) (Remote host closed the connection)
  491. # [10:06] * Joins: danbri (~danbri@note-guus2.few.vu.nl)
  492. # [10:08] * Joins: karlcow (~karl@nerval.la-grange.net)
  493. # [10:08] <annevk> anyone going to write a CCP for http://www.w3.org/html/wg/wiki/ISSUE-155-CP1 ?
  494. # [10:08] <annevk> "CSS-hindered browsers" can just provide a sane default style
  495. # [10:08] * Joins: FastJack (~fastjack@dumpstr.net)
  496. # [10:10] * Quits: agektmr (~Adium@2401:fa00:4:1012:fa1e:dfff:fee6:d74e) (Quit: Leaving.)
  497. # [10:13] <hsivonen> it would be helpful to name concrete browsers that the CP writer cares about
  498. # [10:14] <annevk> does it help commenting on change proposals?
  499. # [10:14] <annevk> I have the feeling that never gets anywhere
  500. # [10:15] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
  501. # [10:16] <benschwarz> annevk: hey thanks. been too busy to think about it :)
  502. # [10:17] * Joins: matjas (~matjas@79.232-136-217.adsl-static.isp.belgacom.be)
  503. # [10:22] * Joins: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net)
  504. # [10:24] <hsivonen> annevk: well, it might not help with commenting on CPs but it might help assessing it the CP is making sense
  505. # [10:24] <erlehmann> text browsers fail at html anyway. does any one even have a DOM?
  506. # [10:24] * Joins: gggg (~ghe@132.150.124.56)
  507. # [10:25] <erlehmann> also, if elinks is dead, then i don't know what project could be alive.
  508. # [10:25] * Quits: alystair (Alystair@bas1-toronto10-1279559238.dsl.bell.ca) (Quit: ┌(・_・)┘OUTTA HERE└(・o・)┐)
  509. # [10:25] * Joins: kal-EL_ (~jor-EL@host250-75-dynamic.11-79-r.retail.telecomitalia.it)
  510. # [10:26] <hsivonen> erlehmann: well, one might argue that IE6 and IE7 are of interest
  511. # [10:26] <hsivonen> erlehmann: but it's not clear what the CP author is arguing
  512. # [10:27] <annevk> I don't think you can reasonably argue IE6 and IE7 are still of interest given that a) there's IE8 and IE9 and b) standards are in it for the long haul
  513. # [10:27] <karlcow> hmm ISSUE-155-CP1 seems to ask for a default stylesheet.
  514. # [10:28] <karlcow> I wonder if the answer is not a modification of http://www.w3.org/TR/CSS21/sample.html
  515. # [10:28] <annevk> there are default rendering rules
  516. # [10:28] <karlcow> instead of html5 spec
  517. # [10:28] <hsivonen> annevk: the long haul argument implicitly OKs using invalid markup for the short haul
  518. # [10:29] <annevk> karlcow, CSS was never the right place to define a rendering rules for HTML
  519. # [10:30] <karlcow> well, I do not have strong opinions on the place where to define it, but more where it is easier to define. And maybe also who is implementing the default rendering rules, the HTML engineers or the CSS ones.
  520. # [10:32] <annevk> there's no real clear divide in my experience
  521. # [10:32] <annevk> in any event, you know HTML defines rendering rules that obsolete that CSS chapter right?
  522. # [10:41] <hsivonen> annevk, jgraham: in case you are wondering about the html5lib changeset attributed to Mats Palmgren, I pushed tests on behalf of another Mozilla developer
  523. # [10:41] * Quits: foolip (~philip@83.218.67.122) (Ping timeout: 240 seconds)
  524. # [10:42] <annevk> cool that he's still around
  525. # [10:44] * Joins: zcorpan (~zcorpan@pat.se.opera.com)
  526. # [10:44] <karlcow> annevk: I didn't know, but as I said, I don't mind about the place. see above. :)
  527. # [10:45] * Quits: gggg (~ghe@132.150.124.56)
  528. # [10:46] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
  529. # [10:46] <zcorpan> yay ragnarök labs build!
  530. # [10:47] * Joins: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net)
  531. # [10:48] <zcorpan> lol "JavaScripters will sport cheerful grins and bouffant hair"
  532. # [10:50] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
  533. # [10:52] * Joins: Necrathex (~nectop@82-170-160-25.ip.telfort.nl)
  534. # [10:54] * Joins: Mallo (~neofish@APuteaux-154-1-15-129.w83-199.abo.wanadoo.fr)
  535. # [10:55] <zcorpan> (ragnarök - http://labs.opera.com/news/2011/02/22/ )
  536. # [10:55] * Joins: foolip (~philip@83.218.67.122)
  537. # [10:58] <hsivonen> Opera has cooler code names than the rest of us. :-(
  538. # [10:59] <zcorpan> heh
  539. # [11:00] <Ms2ger> Hey, we've got parks!
  540. # [11:00] <Rik`> and monkeys
  541. # [11:05] <karlcow> http://en.wikipedia.org/wiki/Ragnarök
  542. # [11:08] * Quits: MikeSmith (~MikeSmith@EM114-48-82-179.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
  543. # [11:08] <hsivonen> Rik`: indeed. JägerMonkey is cool, too.
  544. # [11:09] <Philip`> Clearly it's the umlauts that do it
  545. # [11:10] * bga_ is now known as bga_|away
  546. # [11:10] <zewt> is the goal to have names that people can't type? heh
  547. # [11:10] <zewt> charmap-era
  548. # [11:11] <hsivonen> Philip`: that must be why it's not Ragnarøk
  549. # [11:11] <zcorpan> hsivonen: i dunno, the wiki page seems to say the proper spelling is "Ragnarök", not "Ragnarøk"
  550. # [11:12] <karlcow> zewt: なんで?
  551. # [11:12] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
  552. # [11:12] <zewt> なんでも
  553. # [11:12] <Rik`> hsivonen: but the logo is awful
  554. # [11:13] * Quits: Workshiva (~Dashiva@74.125.57.36) (Quit: leaving)
  555. # [11:13] <hsivonen> Rik`: do you mean the gorilla with antlers?
  556. # [11:13] * Quits: kor_ (~kor@ip146-53-210-87.adsl2.static.versatel.nl) (Quit: kor_)
  557. # [11:13] <hsivonen> I thought the gorilla with antlers was fun
  558. # [11:15] <Rik`> I thought it was created for heavy metal fans or to scare children during halloween
  559. # [11:15] * Joins: richt (~richt@pat-tdc.opera.com)
  560. # [11:17] * Quits: espadrine (~espadrine@acces1401.res.insa-lyon.fr) (Ping timeout: 272 seconds)
  561. # [11:18] * Quits: zdobersek (~zan@cpe-46-164-24-199.dynamic.amis.net) (Read error: Operation timed out)
  562. # [11:18] <annevk> writing text for dispatching events is more complicated than it should be :/
  563. # [11:18] * Joins: kor_ (~kor@ip146-53-210-87.adsl2.static.versatel.nl)
  564. # [11:20] <zcorpan> "The user agent must dispatch arbitrary events at will."
  565. # [11:20] <zewt> i'd sooner not use a self-aware browser
  566. # [11:21] <hsivonen> zcorpan: hmm. from Bokmål Wikipedia, it looks like Old Norse words don't use ø
  567. # [11:21] <zcorpan> that explains it
  568. # [11:21] <hsivonen> so not just an English Wikipedia thing
  569. # [11:23] * bga_|away is now known as bga_
  570. # [11:27] * Joins: Workshiva (~Dashiva@74.125.57.36)
  571. # [11:27] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Remote host closed the connection)
  572. # [11:33] * Quits: roc (~chatzilla@121.98.230.221) (Ping timeout: 276 seconds)
  573. # [11:34] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
  574. # [11:37] * Jedi__ is now known as Jedi_
  575. # [11:39] * Joins: 5EXAB9NU4 (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  576. # [11:42] * Quits: homata___ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Ping timeout: 276 seconds)
  577. # [11:43] * Joins: tndH (~Rob@cpc15-seac19-2-0-cust232.7-2.cable.virginmedia.com)
  578. # [11:43] <annevk> hmm
  579. # [11:43] <annevk> maybe we should call it "fire" like Hixie did
  580. # [11:44] <annevk> dispatch is the internal mechanism and author-facing term (dispatchEvent); "fire" is what specs use to refer to each other
  581. # [11:44] <annevk> thoughts?
  582. # [11:45] <benschwarz> zcorpan thanks for all your tickets on the developer spec!
  583. # [11:45] <zcorpan> benschwarz: np
  584. # [11:45] <annevk> concept-event-fire / concept-event-fire-progress / ...
  585. # [11:45] <zcorpan> annevk: sounds like "run" and "execute" in html5 recently
  586. # [11:45] <annevk> prolly concept-event-fire-mutation at some point
  587. # [11:45] <annevk> zcorpan, what happened to that?
  588. # [11:45] <benschwarz> zcorpan the response has been really good
  589. # [11:45] * Quits: kennyluck (~kennyluck@EM111-188-29-47.pool.e-mobile.ne.jp) (Quit: kennyluck)
  590. # [11:46] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: abarth)
  591. # [11:46] <zcorpan> annevk: it was too confusing and one of them was changed to "prepare a script"
  592. # [11:46] <annevk> ah
  593. # [11:47] <annevk> so if you had "prepare event" would that also dispatch it in the end?
  594. # [11:47] <annevk> doesn't sound quite right though
  595. # [11:47] <zcorpan> i don't know what you're trying to do, but i'd recommend against making "fire" and "dispatch" mean different things :)
  596. # [11:48] <annevk> the actual dispatching of an event is going through its event targets etc.
  597. # [11:48] <annevk> but you also have creating an initializing the event before that followed by dispatching
  598. # [11:48] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Read error: Connection reset by peer)
  599. # [11:48] <annevk> HTML calls that "fire an event named e"
  600. # [11:49] <hsivonen> jgraham: I filed DSK-329294
  601. # [11:49] <annevk> my current commit named it "dispatch an event named e"
  602. # [11:50] <annevk> and I don't want to call it "initialize and dispatch an event named e" because this is supposed to be a short phrase
  603. # [11:54] <hsivonen> btw, on Linux 64, clipboard import from other processes is broken in the Rangnarök build, which makes testing rather annoying
  604. # [11:55] <zewt> annevk: if nothing else, i've found it annoying that specs are inconsistent in "dispatch" vs. "fire" events (hard to search for)
  605. # [11:56] <annevk> right, DOM Core ought to fix that
  606. # [11:56] <annevk> the question is how :)
  607. # [11:59] <annevk> DOM Events seems to use them both
  608. # [12:00] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
  609. # [12:00] <zewt> i mean, IDB uses "fire", FileAPI uses "dispatch", and I remember seeing some using both
  610. # [12:01] <annevk> http://www.w3.org/TR/DOM-Level-3-Events/ uses both
  611. # [12:01] <zewt> (as for which I don't think it matters; intuitively I prefer dispatch but probably not for any reason that matters)
  612. # [12:02] <annevk> the proper name would be initialize and dispatch
  613. # [12:03] <annevk> I could just explain that "fire" is short for that
  614. # [12:03] <zewt> probably the only significant reason is that "dispatch an event" lines up with the function dispatchEvent
  615. # [12:03] <annevk> well, dispatchEvent takes an event object that's ready
  616. # [12:04] <zewt> yeah, "dispatch an event" in specs implies "create and initialize" at the same time
  617. # [12:05] <zewt> specs never do things like "initialize an event X with attributes Y, then queue a task to dispatch it", right? (pretty sure I havn't seen that)
  618. # [12:05] <annevk> no, it's queue a task to fire x
  619. # [12:06] <annevk> I think I'll go with "fire" and keep "dispatch" for the actual dispatching
  620. # [12:06] <annevk> i.e. dispatchEvent still maps straight to dispatch
  621. # [12:12] <annevk> maybe it should be something like this
  622. # [12:13] <annevk> to "fire an event named e" means that an event of type Event (unless stated otherwise), with its name set to e, and its trusted flag set, is to be dispatched at the indicated object
  623. # [12:13] <hsivonen> kudos to Opera for being the first browser with an HTML5 parser to implement <keygen> without incompliant cruft in the DOM
  624. # [12:13] <annevk> then other specs could define something like
  625. # [12:14] <hsivonen> oh. Chrome 10 already had it right, it seems
  626. # [12:14] <annevk> "fire a progress event named e" means to "fire an event named e" with an event of type ProgressEvent with these additional bits set: concept-ProgressEvent-value set to ...
  627. # [12:15] <annevk> I think I'm gonna try that
  628. # [12:16] <zewt> oh, it was WebSockets using both "fire" and "dispatch"
  629. # [12:16] <hsivonen> why does Opera offer so many key lengths in keygen?
  630. # [12:16] <hsivonen> Chrome offers only 2
  631. # [12:17] <zewt> "fire a simple event" is also common ... that just seems like an unneeded variation
  632. # [12:19] * Quits: sroussey (~sroussey@adsl-69-234-104-86.dsl.irvnca.pacbell.net) (Read error: Connection reset by peer)
  633. # [12:21] <annevk> not sure why Hixie added simple
  634. # [12:21] <annevk> events are complex
  635. # [12:21] <annevk> :)
  636. # [12:21] <zewt> i'm not familiar enough with IDB, but this has been bugging me--anyone know why it says the success and error events are fired at the Window object, rather than the IDBRequest?
  637. # [12:22] <zewt> "fire a slightly less complex event at ..."
  638. # [12:22] <annevk> no, but I suggest just asking on public-webapps
  639. # [12:22] <zewt> i did, a while back, didn't get a reply
  640. # [12:22] <zewt> unless i missed it
  641. # [12:23] <hsivonen> http://mxr.mozilla.org/classic/source/lib/libparse/pa_hash.rmap has some interesting tag names in it
  642. # [12:23] <annevk> zewt, oh, you're required to get a reply more or less before they can proceed to Last Call
  643. # [12:24] <annevk> zewt, not sure how serious the Process is being taken though
  644. # [12:24] <annevk> https://bitbucket.org/ms2ger/dom-core/changeset/b6b2e473dc43 has my new definition btw
  645. # [12:24] <zewt> it was probably missed since it was part of another IDB-related thread; I'll just ping it
  646. # [12:24] <annevk> now gonna update progress events to use it
  647. # [12:24] * Joins: zdobersek (~zan@cpe-46-164-30-238.dynamic.amis.net)
  648. # [12:25] <zewt> going to nudge other in-progress specs to use that phrasing?
  649. # [12:27] * Quits: homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp) (Remote host closed the connection)
  650. # [12:27] <zewt> the "load" event on things like <script> make me sad--it would be really neat if all resource-fetching elements could consistently implement onload with the same event name, then you could capture "load" on window and easily receive notifications of resource fetches for all elements
  651. # [12:27] <annevk> http://dev.w3.org/2006/webapi/progress/ and then XHR at some point
  652. # [12:28] <annevk> Hixie filed a bug to use DOM Core terminology in HTML
  653. # [12:30] <annevk> I think at that point enough dominoes have fallen to declare victory
  654. # [12:30] <annevk> (aside: why is dominos not its plural?)
  655. # [12:30] <zewt> maybe you should start work on DOM English
  656. # [12:31] <zewt> (and you think defining events is a pain)
  657. # [12:36] <zewt> is the difference async vs. sync events equivalent to the difference between "fire an event" and "queue a task to fire an event"?
  658. # [12:37] * Parts: Mallo (~neofish@APuteaux-154-1-15-129.w83-199.abo.wanadoo.fr)
  659. # [12:38] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Ping timeout: 246 seconds)
  660. # [12:40] * Quits: torvalamo (~loriisacu@cD570BF51.dhcp.bluecom.no) (Ping timeout: 246 seconds)
  661. # [12:41] * Quits: reni (~reni@sedkit.inf.u-szeged.hu) (Remote host closed the connection)
  662. # [12:41] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
  663. # [12:45] * Joins: torvalamo (~loriisacu@cD570BF51.dhcp.bluecom.no)
  664. # [12:49] <annevk> zewt, yes
  665. # [12:50] <annevk> (though the other way around)
  666. # [12:51] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
  667. # [12:51] <zewt> is it? doesn't read that way
  668. # [12:51] <zewt> Events which are asynchronous may be dispatched as the results of the action are completed, with no relation to other events, to other changes in the DOM, nor to user interaction.
  669. # [12:52] <zewt> er
  670. # [12:52] <zewt> no er
  671. # [12:52] <annevk> "queue a task" is for async
  672. # [12:53] <annevk> see HTML
  673. # [12:53] <zewt> i'm reading DOM L3 Events
  674. # [12:53] <annevk> if you just "fire" without queuing it happens immediately
  675. # [12:53] <zewt> right, that's what the above seems to say for async
  676. # [12:53] <annevk> o_O
  677. # [12:54] <zewt> and
  678. # [12:54] <zewt> Events which are synchronous must be treated as if they are in a virtual queue in a first-in-first-out model
  679. # [12:54] <zewt> eg. queue a task
  680. # [12:54] <annevk> I would not trust DOM L3 Events on this
  681. # [12:54] <annevk> it's an attempted copy of HTML or some such
  682. # [12:55] <annevk> be back later
  683. # [12:55] <Ms2ger> annevk, "fire an event" seems to be in a weird place
  684. # [12:55] * Joins: reni (~reni@sedkit.inf.u-szeged.hu)
  685. # [12:55] * Joins: mloki (~mloki__@x1-6-00-10-a7-28-f3-47.k765.webspeed.dk)
  686. # [12:55] <annevk> Ms2ger, yeah, gonna move it to a firing an event section
  687. # [12:55] <annevk> now i made "fire" a kind of concept
  688. # [12:55] <Ms2ger> k
  689. # [13:05] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 268 seconds)
  690. # [13:06] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
  691. # [13:12] * Joins: kennyluck (~kennyluck@netDHCP-169.keio.w3.org)
  692. # [13:20] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
  693. # [13:21] * Joins: smaug____ (~chatzilla@cs181139127.pp.htv.fi)
  694. # [13:23] * Joins: myakura (~myakura@p1221-ipbf2508marunouchi.tokyo.ocn.ne.jp)
  695. # [13:29] <jgraham> hsivonen: Thanks
  696. # [13:30] <jgraham> Any idea what, if anything, is needed license wise to add the html5lib tests to the HTMLWG testsuite?
  697. # [13:30] * jgraham is not here really
  698. # [13:30] <jgraham> (but will read answers later)
  699. # [13:35] <Ms2ger> I think the W3C wants BSD + one of their own licenses
  700. # [13:35] <Ms2ger> I suggest letting them figure it out :)
  701. # [13:37] <jgraham> As in, submit the tests and note that the test data is MIT licensed
  702. # [13:37] <jgraham> That could work
  703. # [13:39] <hsivonen> Personally, I think the W3C should tweak their policy to allow MIT-licensed upstream tests
  704. # [13:40] <hsivonen> it would the the height of silliness to have to bother a number of people about relicensing MIT stuff as BSD
  705. # [13:42] <hsivonen> if the W3C wants to reject the most serious HTML parsing test suite because it's MIT-licensed, I think that's the W3C's loss
  706. # [13:47] * bga_ is now known as bga_|away
  707. # [13:48] * bga_|away is now known as bga_
  708. # [13:51] <karlcow> http://www.w3.org/2004/10/27-testcases.html
  709. # [13:51] * Joins: boblet (~boblet@p2102-ipbf412osakakita.osaka.ocn.ne.jp)
  710. # [13:52] <karlcow> http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright
  711. # [13:58] * bga_ is now known as bga_|away
  712. # [14:08] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Ping timeout: 240 seconds)
  713. # [14:10] * Joins: davidjrice (~djr@208-75-85-139.slicehost.net)
  714. # [14:11] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  715. # [14:16] * Quits: erlehmann (~erlehmann@82.113.99.56) (Ping timeout: 246 seconds)
  716. # [14:20] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
  717. # [14:21] * Joins: Martijnc (~Martijnc@91.176.19.134)
  718. # [14:36] * bga_|away is now known as bga_
  719. # [14:37] * Quits: benschwarz (~benschwar@59.167.185.148) (Quit: Leaving...)
  720. # [14:41] * Joins: plainhao (~plainhao@208.75.85.237)
  721. # [14:43] * bga_ is now known as bga_|away
  722. # [14:43] * bga_|away is now known as bga_
  723. # [14:43] * bga_ is now known as bga_|away
  724. # [14:45] <boblet> anyone know what Mike’s official role re: HTML5 is? W3C liaison?
  725. # [14:46] <karlcow> boblet: mike smith?
  726. # [14:46] <boblet> karlcow: the same. sorry, should have written Mike™
  727. # [14:46] <karlcow> he is the W3C staff contact for HTML WG.
  728. # [14:47] <boblet> karlcow: much obliged. will go back to writing about him behind his back :)
  729. # [14:47] <karlcow> http://people.w3.org/~mike/
  730. # [14:48] <karlcow> http://www.w3.org/2007/03/HTML-WG-charter.html
  731. # [14:49] <karlcow> boblet: the official name in W3C terminology is Team Contact.
  732. # [14:49] <boblet> aah, that was the page I couldn’t find. his people page is all fluffy cat photos
  733. # [14:49] <boblet> (must be something to do with HTML5 huh)
  734. # [14:50] <karlcow> heh
  735. # [14:51] <davidjrice> hsivonen: hey, having trouble building validator.nu HEAD on ubuntu?
  736. # [14:51] * Joins: erlehmann (~erlehmann@82.113.99.3)
  737. # [14:51] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Ping timeout: 276 seconds)
  738. # [14:51] <hsivonen> davidjrice: did you run the build twice?
  739. # [14:52] * Joins: miketaylr (~miketaylr@206.217.92.186)
  740. # [14:52] <davidjrice> hsivonen: about 20/30 times maybe :)
  741. # [14:52] <hsivonen> davidjrice: how does it fail?
  742. # [14:53] <davidjrice> https://gist.github.com/840446
  743. # [14:54] <hsivonen> davidjrice: I haven't seen that one before
  744. # [14:55] <davidjrice> cool. java -version 1.6.0_06
  745. # [14:55] <davidjrice> ubuntu hardy
  746. # [14:57] <hsivonen> davidjrice: if you look inside ./jars/validator.jar, is nu/validator/servlet/Main.class there?
  747. # [14:58] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Ping timeout: 250 seconds)
  748. # [15:00] <davidjrice> hsivonen: look inside a jar?
  749. # [15:01] <hsivonen> jar tvf ./jars/validator.jar
  750. # [15:01] <davidjrice> ah okay, I was doing > https://gist.github.com/840456
  751. # [15:02] <davidjrice> hsivonen: it ain't in there
  752. # [15:04] <hsivonen> davidjrice: ok. then earlier in the build, you should see a compiler error when building the validator module
  753. # [15:08] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Read error: Connection reset by peer)
  754. # [15:08] <zcorpan> heh, microsoft bring the doctype voodoo of substring matching to canPlayType http://people.opera.com/philipj/2011/02/23/ie9-canplaytype/
  755. # [15:08] * Quits: Phae (u455@gateway/web/irccloud.com/x-ifnbondsgclfpphn) (Ping timeout: 246 seconds)
  756. # [15:08] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Ping timeout: 240 seconds)
  757. # [15:09] <hsivonen> zcorpan: why isn't the response non-empty for any of the video/mp4 examples from the spec?
  758. # [15:10] <zcorpan> hsivonen: the page outputs your browser's results, not ie9's results
  759. # [15:10] <zcorpan> gotta go
  760. # [15:11] <hsivonen> oh
  761. # [15:11] * Quits: zcorpan (~zcorpan@pat.se.opera.com) (Quit: zcorpan)
  762. # [15:12] <davidjrice> hsivonen: okay, I'm going to run the build command on it's own
  763. # [15:12] <davidjrice> hsivonen: have to pop out for a meeting now :( thanks for the help so far
  764. # [15:13] <hsivonen> davidjrice: you're welcome
  765. # [15:16] <davidjrice> hsivonen: https://gist.github.com/840465
  766. # [15:16] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
  767. # [15:17] * Joins: Lachy_ (~Lachlan@guest.opera.com)
  768. # [15:17] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Disconnected by services)
  769. # [15:17] * Lachy_ is now known as Lachy
  770. # [15:19] * Joins: bfrohs (~bfrohs@smtp.forewordinternal.com)
  771. # [15:28] * Joins: BlurstOfTimes (~blurstoft@168.203.117.36)
  772. # [15:28] * Joins: FireFly (~firefly@unaffiliated/firefly)
  773. # [15:29] <foolip> hsivonen, I'll note on the page that the results are live
  774. # [15:31] <hsivonen> foolip: thanks. It wasn't obvious and I was too silly not to view source
  775. # [15:32] * Quits: erlehmann (~erlehmann@82.113.99.3) (Quit: Ex-Chat)
  776. # [15:34] * Joins: boaz (~boaz@64.119.153.2)
  777. # [15:42] * Joins: jdaggett (~jdaggett@y227145.dynamic.ppp.asahi-net.or.jp)
  778. # [15:42] * Quits: danbri (~danbri@note-guus2.few.vu.nl) (Remote host closed the connection)
  779. # [15:57] * Joins: tw2113 (~tw2113asw@169.231.106.216.unassigned.sdncommunications.com)
  780. # [15:57] * Quits: tw2113 (~tw2113asw@169.231.106.216.unassigned.sdncommunications.com) (Changing host)
  781. # [15:57] * Joins: tw2113 (~tw2113asw@fedora/tw2113)
  782. # [15:57] * Quits: hamaji (~hamaji@220.109.219.244) (Ping timeout: 240 seconds)
  783. # [15:59] * Joins: danbri (~danbri@mac212.few.vu.nl)
  784. # [16:00] * Joins: beowulf (u116@gateway/web/irccloud.com/x-cdntskgtztvbnfgx)
  785. # [16:00] * Quits: beowulf (u116@gateway/web/irccloud.com/x-cdntskgtztvbnfgx) (Changing host)
  786. # [16:00] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
  787. # [16:03] * Joins: eric_carlson (~eric_carl@2620:0:1b00:1191:217:f2ff:fe03:a2e)
  788. # [16:03] <hsivonen> Is there some logic to counting every non-security Chrome release as major but not counting every non-security Opera release as major at http://people.gnome.org/~jdub/2011/modern-browsers-ship/ ?
  789. # [16:04] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Remote host closed the connection)
  790. # [16:08] <Philip`> Don't you think version number gradients are a good indicator of browser quality?
  791. # [16:08] <Philip`> They're a nice objective measurement, and much easier than judging based on something that matters
  792. # [16:16] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
  793. # [16:20] <miketaylr> i think whomever made that graphic is just confused about opera's versioning
  794. # [16:21] <miketaylr> https://twitter.com/jdub/status/38748271698657280
  795. # [16:21] * Quits: smaug____ (~chatzilla@cs181139127.pp.htv.fi) (Ping timeout: 276 seconds)
  796. # [16:22] <nimbupani> you know we need to make a graphic that shows history of Opera versions and the year and all that
  797. # [16:22] * Joins: smaug____ (~chatzilla@cs181139127.pp.htv.fi)
  798. # [16:22] <nimbupani> it would be nice
  799. # [16:22] <nimbupani> no browser has made it
  800. # [16:23] <nimbupani> omg that dood tweets too much
  801. # [16:23] <hsivonen> miketaylr: maybe it's Wikipedia's fault for not making releases looks significant
  802. # [16:23] <miketaylr> possibly :)
  803. # [16:24] <nimbupani> this chart sucks FYI
  804. # [16:24] <nimbupani> :))
  805. # [16:24] <hsivonen> anyway, I'd have considered Opera 10.50 and 10.60 at least as significant as a run-of-the-mill Chrome cycle
  806. # [16:25] <gsnedders> Definitely 10.50 onwards I'd count every non-bug-fix release as significant as the Chrome cycle
  807. # [16:25] <hsivonen> (of course, the point of the graphic isn't to visualize Opera vs. Chrome but to visualize Firefox vs. Chrome)
  808. # [16:25] <gsnedders> Before that it was more random…
  809. # [16:26] <nimbupani> i think fyrd has a nice entry in wikipedia
  810. # [16:26] <gsnedders> (Of course, what we should do it make a graph of every major Presto release, Presto 1, Presto 2, and well, that's it. :P)
  811. # [16:27] <miketaylr> modern layout engines ship, gsnedders
  812. # [16:28] <gsnedders> miketaylr: Yeah, my point is more that releases are often far beyond major.minor.bugfix
  813. # [16:28] <gsnedders> Heck, Presto doesn't even follow that
  814. # [16:28] <hsivonen> it looks like the author of the chart just looked at http://en.wikipedia.org/wiki/History_of_the_Opera_web_browser
  815. # [16:29] <miketaylr> gsnedders: understood, i was sort of making a joke... :/
  816. # [16:31] <nimbupani> http://upload.wikimedia.org/wikipedia/commons/7/74/Timeline_of_web_browsers.svg is what i like
  817. # [16:31] <nimbupani> much more simple
  818. # [16:31] <wilhelm> We should use our core integration numbers. That's a release every single day! Presto 108. Yay.
  819. # [16:32] <gsnedders> wilhelm: Well, it is only the final digit of the Presto release number that actually has any meaning any more.
  820. # [16:32] <gsnedders> s/digit/segment/
  821. # [16:32] <hsivonen> nimbupani: that chart seems to have a much better concept of a major release
  822. # [16:32] <wilhelm> Indeed.
  823. # [16:32] <nimbupani> yeah its by fyrd who maintains caniuse.com
  824. # [16:33] <gsnedders> wilhelm: So yeah, dropping everything before that makes sense :P
  825. # [16:34] <Philip`> You should call it Presto 3 when you rewrite the whole layout engine from scratch in Javascript
  826. # [16:34] * Joins: Lachy_ (~Lachlan@pat-tdc.opera.com)
  827. # [16:35] <nimbupani> or jPresto
  828. # [16:36] <Philip`> PreJSto?
  829. # [16:36] <Philip`> Hmm, hard to pronounce nicely
  830. # [16:36] <karlcow> thinking of 2d charts for each browser, but more difficult to do. one line by feature and when it was released on the timeline. Version numbers are decorations.
  831. # [16:37] <nimbupani> http://www.bifter.co.uk/
  832. # [16:37] <miketaylr> prejsto is probably more pronouncable in norwegian
  833. # [16:38] * Quits: thiessenp (~thiessenp@changeme.ebuddy.com) (Quit: thiessenp)
  834. # [16:38] * Quits: Lachy (~Lachlan@guest.opera.com) (Ping timeout: 250 seconds)
  835. # [16:40] * Parts: tw2113 (~tw2113asw@fedora/tw2113) ("Leaving")
  836. # [16:45] <boblet> can anyone tell me what the criteria are for generating a new Working Draft of HTML5?
  837. # [16:46] * Quits: Lachy_ (~Lachlan@pat-tdc.opera.com) (Quit: Leaving)
  838. # [16:46] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
  839. # [16:47] * Joins: beowulf (u116@gateway/web/irccloud.com/x-nlgkgphibfwzvmyx)
  840. # [16:47] * Quits: beowulf (u116@gateway/web/irccloud.com/x-nlgkgphibfwzvmyx) (Changing host)
  841. # [16:47] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
  842. # [16:47] <Ms2ger> Pain.
  843. # [16:48] <boblet> Ms2ger: well that’s par for the course, surely
  844. # [16:48] * Joins: workmad3 (~workmad3@wlanfbase.ifm-geomar.de)
  845. # [16:51] <boblet> where’s Mike when you need him — he should be back from the sento by now
  846. # [16:55] <karlcow> hmm in between sento/onsen and irc, I think I will take the sento/onsen
  847. # [16:56] * Quits: matjas (~matjas@79.232-136-217.adsl-static.isp.belgacom.be) (Quit: zZz)
  848. # [16:56] <boblet> heh
  849. # [16:58] * Joins: Phae (u455@gateway/web/irccloud.com/x-xmnczsgafwdnegow)
  850. # [16:59] <annevk> thanks Ms2ger
  851. # [16:59] <annevk> I went out for lunch and then got lost
  852. # [16:59] <annevk> sort of
  853. # [16:59] <boblet> zOMG http://www.html-5.com/tutorial/page-structure.html recommends polyglot doboilerplate :O
  854. # [17:01] <hsivonen> boblet: the visual design of that page has street cred
  855. # [17:02] <boblet> hsivonen: I liked the about page myself
  856. # [17:02] <boblet> somebody loves their XSLT
  857. # [17:04] * Quits: maikmerten (~merten@ls5dhcp197.cs.uni-dortmund.de) (Remote host closed the connection)
  858. # [17:05] * Joins: f1lt3r_bocoup (~f1lt3r@64.119.153.2)
  859. # [17:06] <annevk> Ms2ger, maybe just "Strings"
  860. # [17:06] <annevk> Ms2ger, just like we have "Trees"
  861. # [17:06] * Quits: Maurice (~ano@77.222.73.150) (Quit: Disconnected...)
  862. # [17:07] * annevk loves to paint bikesheds
  863. # [17:07] * Joins: danbri_ (~danbri@note-guus2.few.vu.nl)
  864. # [17:08] * gsnedders prefers nuclear power plants
  865. # [17:10] * Joins: boaz__ (~boaz@64.119.153.2)
  866. # [17:10] * Quits: boaz__ (~boaz@64.119.153.2) (Client Quit)
  867. # [17:10] * Quits: danbri (~danbri@mac212.few.vu.nl) (Ping timeout: 272 seconds)
  868. # [17:12] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: Leaving)
  869. # [17:13] * Quits: jdaggett (~jdaggett@y227145.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
  870. # [17:17] * Joins: zcorpan (~zcorpan@217.174.82.196)
  871. # [17:21] * Joins: Lachy (~Lachlan@guest.opera.com)
  872. # [17:24] * Joins: MikeSmith (~MikeSmith@EM111-188-12-83.pool.e-mobile.ne.jp)
  873. # [17:25] * Quits: myakura (~myakura@p1221-ipbf2508marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
  874. # [17:28] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  875. # [17:33] * Quits: boblet (~boblet@p2102-ipbf412osakakita.osaka.ocn.ne.jp) (Quit: thxbye)
  876. # [17:35] <zcorpan> TabAtkins: will the new values be added back? <http://www.w3.org/mid/E1PmwFQ-00038C-SK@lionel-hutz.w3.org>
  877. # [17:36] <TabAtkins> zcorpan: Yeah, I've got the edit to put them back in my queue. Or maybe I already submitted it, but didn't regenerate the visible spec? Lemme check.
  878. # [17:37] <TabAtkins> Nope, not committed yet, per <http://www.xanthir.com/feed/public-css-commits/?format=html&spec=css3-images>.
  879. # [17:37] <TabAtkins> I'll do that real quick.
  880. # [17:37] <zcorpan> ok
  881. # [17:38] * Quits: Ms2ger (~Ms2ger@91.181.247.33) (Ping timeout: 272 seconds)
  882. # [17:39] * Quits: zcorpan (~zcorpan@217.174.82.196) (Quit: zcorpan)
  883. # [17:39] <TabAtkins> Oh, right, I was waiting for some feedback from fantasai for some wording in the opening paragraphs for that property. Shrug, I'll handle that later. Committing change now.
  884. # [17:39] * Parts: shakesoda (~colby@c-67-168-136-89.hsd1.wa.comcast.net)
  885. # [17:41] <TabAtkins> Done.
  886. # [17:41] * Quits: Lachy (~Lachlan@guest.opera.com) (Quit: Leaving)
  887. # [17:42] * bga_|away is now known as bga_
  888. # [17:43] * Quits: workmad3 (~workmad3@wlanfbase.ifm-geomar.de) (Remote host closed the connection)
  889. # [17:44] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
  890. # [17:45] * Joins: richt_ (~richt@guest.opera.com)
  891. # [17:48] * Joins: chriseppstein (~chris@209.119.65.162)
  892. # [17:48] * Joins: zdobersek1 (~zan@cpe-46-164-11-225.dynamic.amis.net)
  893. # [17:49] * Quits: richt (~richt@pat-tdc.opera.com) (Ping timeout: 260 seconds)
  894. # [17:50] * Quits: BlurstOfTimes (~blurstoft@168.203.117.36) (Read error: Operation timed out)
  895. # [17:50] * Quits: drunknbass (~drunknbas@76.91.255.83) (Read error: Operation timed out)
  896. # [17:50] * Joins: Ms2ger (~Ms2ger@91.181.206.53)
  897. # [17:50] * Quits: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net) (Ping timeout: 268 seconds)
  898. # [17:50] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Read error: Operation timed out)
  899. # [17:50] * Joins: BlurstOfTimes (~blurstoft@168.203.117.36)
  900. # [17:50] * Joins: drunknbass (~drunknbas@76.91.255.83)
  901. # [17:50] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
  902. # [17:51] <chriseppstein> I remember hearing a rumor that the css validator was being updated to handle vendor prefixes. is this true?
  903. # [17:51] <MikeSmith> you know, assertions of unanimity of opinion/outrage about a particular issue within a particular community are often complete bullshit
  904. # [17:51] <MikeSmith> just sayin'
  905. # [17:51] <Ms2ger> Not afaik
  906. # [17:51] * Quits: zdobersek (~zan@cpe-46-164-30-238.dynamic.amis.net) (Ping timeout: 250 seconds)
  907. # [17:51] <TabAtkins> I heard this from Jens.
  908. # [17:52] * Joins: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net)
  909. # [17:53] <MikeSmith> people who disagree with the moral majority are unfortunately too unwilling to actually speak out and say that they don't really care about whatever hobbyhorse issue somebody is claiming to lobby for on behalf of some particular "community"
  910. # [17:53] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Read error: Connection timed out)
  911. # [17:54] <Ms2ger> I am willing to speak out and say that I don't care how code points are formatted
  912. # [17:54] <MikeSmith> or even that they actually completely disagree
  913. # [17:54] <MikeSmith> or don't care either way
  914. # [17:55] <MikeSmith> "the sky is falling" rhetoric, in general, is just really stupis
  915. # [17:55] <MikeSmith> *stupid
  916. # [17:55] <TabAtkins> What's the issue of the day?
  917. # [17:55] <MikeSmith> I wonder when they are going to understand that expressions of outrage, no matter how heartfelt, do not make for convincing arguments
  918. # [17:56] <MikeSmith> TabAtkins: no comment
  919. # [17:56] <TabAtkins> Darn.
  920. # [17:56] * Joins: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk)
  921. # [17:57] <MikeSmith> "I am outraged about this, and I will do everything I can to make others outraged about it. Therefore, do what I say."
  922. # [17:57] <MikeSmith> …or else
  923. # [17:58] * Quits: Evet (~Evet@pdpc/supporter/active/evet) (Ping timeout: 240 seconds)
  924. # [17:59] <Philip`> Yeah, like there's all these people protesting about something or other in the Middle East, while the majority of people who don't care and just want to get on with their lives are being ignored
  925. # [18:00] <MikeSmith> you can pretty much guarantee that when somebody tells you, "Community X is going to be outraged if you do this.", what they really mean is, "I will actively attempt to whip Community X into a frenzy if you don't do what I am demanding."
  926. # [18:01] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
  927. # [18:01] <MikeSmith> anyway, I guess I should shut up now
  928. # [18:05] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 264 seconds)
  929. # [18:05] <MikeSmith> Philip`: I take it that you don't subscribe to the view that the grass-roots "pro-democracy" events in north africa are necessarily going to results in a rosier future for the people there?
  930. # [18:06] <TabAtkins> I think Philip` subscribes to the view that the grass is always deviler on the advocate's side.
  931. # [18:06] <MikeSmith> again, I guess I should shut up
  932. # [18:07] <MikeSmith> heh
  933. # [18:07] * Quits: othermaciej (~mjs@c-24-6-209-6.hsd1.ca.comcast.net) (Quit: othermaciej)
  934. # [18:08] <MikeSmith> beautiful
  935. # [18:08] <MikeSmith> TabAtkins: you should write for Poetry Magazine
  936. # [18:08] <TabAtkins> Heh.
  937. # [18:08] <TabAtkins> Unrelated: beautiful! http://blog.creativespark.co.uk/2011/02/nice-to-meet-you/
  938. # [18:08] * Parts: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  939. # [18:09] * Joins: hober (~ted@unaffiliated/hober)
  940. # [18:09] * Joins: sroussey (~sroussey@adsl-69-234-104-86.dsl.irvnca.pacbell.net)
  941. # [18:10] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  942. # [18:11] * Joins: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
  943. # [18:11] * Joins: matjas (~matjas@91.182.158.208)
  944. # [18:12] <beowulf> mmm, deviled grass
  945. # [18:15] * Joins: benschwarz (~benschwar@59.167.185.148)
  946. # [18:15] <karlcow> it's because of deviled grass that cows got horns from belzebuth
  947. # [18:15] * Joins: othermaciej (~mjs@67.218.102.115)
  948. # [18:17] <karlcow> TabAtkins: this meeting room is… hmmm… disturbing
  949. # [18:17] <TabAtkins> karlcow: Hm?
  950. # [18:18] <karlcow> I would prefer something more natural than cartoonish :)
  951. # [18:18] <karlcow> not a big fan of this design
  952. # [18:18] * Joins: mdelaney (~mdelaney@66.109.105.72)
  953. # [18:18] <TabAtkins> Heh, kk. I really like the aesthetic.
  954. # [18:18] <MikeSmith> I like cartoons
  955. # [18:19] <MikeSmith> except, the cartoon characters should be depicted having sex with each other
  956. # [18:19] * bga_ is now known as bga_|away
  957. # [18:19] <TabAtkins> In this case, the characters are a bear, two squirrels, a fox, and a small child.
  958. # [18:20] <karlcow> MikeSmith: now you are talking :p
  959. # [18:20] <karlcow> We are approaching the NYTimes quote
  960. # [18:20] <MikeSmith> I like the use of the word "nice" at least
  961. # [18:21] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  962. # [18:21] <MikeSmith> because the real lesson here is, if you are royal dick, please don't get involved in standards work
  963. # [18:21] <MikeSmith> please instead find another hobby
  964. # [18:22] <karlcow> TabAtkins: this is the space I would prefer http://coolboom.net/architecture/selgascano-architecture-office/
  965. # [18:22] <karlcow> MikeSmith: william will join the HTMLWG?
  966. # [18:23] * Joins: temp02 (~temp01@unaffiliated/temp01)
  967. # [18:23] <karlcow> after the wedding?
  968. # [18:23] <MikeSmith> eh?
  969. # [18:23] <karlcow> http://www.theroyalweddingwilliamkate.com/
  970. # [18:24] * Quits: danbri_ (~danbri@note-guus2.few.vu.nl) (Remote host closed the connection)
  971. # [18:24] <MikeSmith> ah
  972. # [18:24] <MikeSmith> dude
  973. # [18:24] <MikeSmith> please
  974. # [18:24] <karlcow> ;)
  975. # [18:24] <karlcow> I knew you would love it
  976. # [18:25] <MikeSmith> the world would be a much better place if the "royal families" of the world were summarily destroyed in one fell sweep
  977. # [18:25] <MikeSmith> along with the Paris Hiltons and Silvio Berlusconis of the world
  978. # [18:26] <MikeSmith> btw, congratulations Italy on electing the equivalent of Paris Hilton to be your leader for all these years
  979. # [18:26] * Quits: zdobersek1 (~zan@cpe-46-164-11-225.dynamic.amis.net) (Ping timeout: 250 seconds)
  980. # [18:26] <MikeSmith> it gives the rest of the world so much confidence in you as a nation
  981. # [18:29] * Quits: richt_ (~richt@guest.opera.com) (Remote host closed the connection)
  982. # [18:29] * Joins: TabAtkins_ (~tabatkins@nat/google/x-xcervciyxqvxfndm)
  983. # [18:29] * Quits: rosalindwills (~Adium@66.240.10.170) (Ping timeout: 272 seconds)
  984. # [18:30] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  985. # [18:31] <karlcow> I think the world would be a better place without… hmmm too long list
  986. # [18:32] * Joins: aho (~nya@fuld-590c7bfa.pool.mediaWays.net)
  987. # [18:33] * Joins: vladikoff (~vladikoff@bas1-woodbridge48-1176385604.dsl.bell.ca)
  988. # [18:39] * Joins: zdobersek (~zan@cpe-46-164-12-95.dynamic.amis.net)
  989. # [18:45] <TabAtkins_> Awesome, I was able to get a sxsw hotel. I'm all set now. Woo!
  990. # [18:47] <karlcow> http://n.survol.fr/n/how-media-queries-slow-the-mobile-web
  991. # [18:47] * Joins: erlehmann (~erlehmann@p5DDBA1C0.dip.t-dialin.net)
  992. # [18:53] * Joins: Stiks (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi)
  993. # [18:55] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Read error: Connection reset by peer)
  994. # [18:55] * Quits: Phae (u455@gateway/web/irccloud.com/x-xmnczsgafwdnegow) (Remote host closed the connection)
  995. # [18:55] * Quits: Stikki (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 260 seconds)
  996. # [18:56] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
  997. # [18:57] * bga_|away is now known as bga_
  998. # [18:57] * temp02 is now known as temp01
  999. # [18:58] * Quits: Stiks (~lordstich@dsl-pribrasgw1-ff17c300-80.dhcp.inet.fi) (Ping timeout: 276 seconds)
  1000. # [18:59] * Quits: MikeSmith (~MikeSmith@EM111-188-12-83.pool.e-mobile.ne.jp) (Quit: MikeSmith)
  1001. # [18:59] * Joins: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6)
  1002. # [19:00] * Quits: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk) (Read error: Operation timed out)
  1003. # [19:02] * Quits: Rik` (~Rik`@mozilla-paris-253-99.cnt.nerim.net) (Remote host closed the connection)
  1004. # [19:02] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
  1005. # [19:04] * Joins: Stikki (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi)
  1006. # [19:07] * Quits: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net) (Quit: tbassetto)
  1007. # [19:15] <annevk> gears of war 3 sep 20?!
  1008. # [19:15] * Quits: othermaciej (~mjs@67.218.102.115) (Quit: othermaciej)
  1009. # [19:16] <annevk> that's like the only game I'm interested in playing this year (well, and maybe a new zelda if nintendo gets around to releasing something decent)
  1010. # [19:18] * Joins: othermaciej (~mjs@17.244.6.2)
  1011. # [19:19] * Joins: gr33d0 (~matjas@91.182.158.208)
  1012. # [19:20] * Quits: mdelaney (~mdelaney@66.109.105.72) (Quit: mdelaney)
  1013. # [19:20] * gr33d0 is now known as matjas_
  1014. # [19:21] * Quits: matjas_ (~matjas@91.182.158.208) (Client Quit)
  1015. # [19:21] * Joins: gr33d0 (~matjas@91.182.158.208)
  1016. # [19:22] * Quits: matjas (~matjas@91.182.158.208) (Ping timeout: 246 seconds)
  1017. # [19:23] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
  1018. # [19:23] * Joins: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk)
  1019. # [19:23] * bga_ is now known as bga_|away
  1020. # [19:25] * Joins: zdobersek1 (~zan@90.157.242.35)
  1021. # [19:25] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:b94c:d3f7:fc4d:c0ce)
  1022. # [19:26] * Quits: zdobersek (~zan@cpe-46-164-12-95.dynamic.amis.net) (Ping timeout: 240 seconds)
  1023. # [19:27] <TabAtkins> Hm. I can construct an SVG with only an aspect ratio (no width or height) by using viewBox, right?
  1024. # [19:28] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  1025. # [19:28] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Quit: jeremyselier)
  1026. # [19:31] * gr33d0 is now known as matjas
  1027. # [19:32] * Joins: wolfman2000 (~wolfman20@152-20-165-171.rev.uncw.edu)
  1028. # [19:35] * Quits: pesla (~pesla@188.202.125.121) (Remote host closed the connection)
  1029. # [19:41] <TabAtkins> The answer is "yes".
  1030. # [19:42] <TabAtkins> Also, I'm still in love with Chrome's Instant feature for hacking out a data url, so I can watch it be constructed as I type.
  1031. # [19:43] <Philip`> Like the Live DOM Viewer but with a tiny input box?
  1032. # [19:43] <TabAtkins> Yes.
  1033. # [19:44] <Philip`> I wonder if it's bad that pushing to dvcs.w3.org says
  1034. # [19:44] <Philip`> remote: rm: cannot remove `/u/test.w3.org/html': Permission denied
  1035. # [19:45] * Joins: exp (~zAyghip8@93-96-170-70.zone4.bethere.co.uk)
  1036. # [19:45] * Quits: exp (~zAyghip8@93-96-170-70.zone4.bethere.co.uk) (Remote host closed the connection)
  1037. # [19:46] <TabAtkins> I don't understand how people are talking about this like it's a bad thing: http://www.instructables.com/id/How-to-Make-a-Cadbury-Egg-Salad-Sandwich/
  1038. # [19:47] <AryehGregor> Wikipedia has finally switched to an HTML5 doctype.
  1039. # [19:48] <AryehGregor> Yay.
  1040. # [19:49] <nimbupani> woot
  1041. # [19:49] <AryehGregor> Not valid, of course. Oh well.
  1042. # [19:54] * Quits: sroussey (~sroussey@adsl-69-234-104-86.dsl.irvnca.pacbell.net) (Ping timeout: 246 seconds)
  1043. # [19:57] * Quits: Stikki (Stikki@dsl-pribrasgw1-fe85dd00-176.dhcp.inet.fi) (Read error: Operation timed out)
  1044. # [20:00] * Joins: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl)
  1045. # [20:05] * Quits: othermaciej (~mjs@17.244.6.2) (Quit: othermaciej)
  1046. # [20:09] * Joins: sroussey (~sroussey@adsl-69-234-104-86.dsl.irvnca.pacbell.net)
  1047. # [20:09] * Quits: erlehmann (~erlehmann@p5DDBA1C0.dip.t-dialin.net) (Quit: Ex-Chat)
  1048. # [20:11] <TabAtkins> Do iframes delay the rest of the page? I dont' think they actually stop the rest of the page from rendering, but do they delay the load event?
  1049. # [20:12] * Joins: erlehmann (~erlehmann@p5DDBA1C0.dip.t-dialin.net)
  1050. # [20:13] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Ping timeout: 250 seconds)
  1051. # [20:14] * Quits: wolfman2000 (~wolfman20@152-20-165-171.rev.uncw.edu) (Remote host closed the connection)
  1052. # [20:16] * Joins: workmad3 (~workmad3@81.92.19.138)
  1053. # [20:23] * Joins: othermaciej (~mjs@17.246.18.89)
  1054. # [20:33] * Quits: torvalamo (~loriisacu@cD570BF51.dhcp.bluecom.no) (Ping timeout: 276 seconds)
  1055. # [20:38] * Joins: torvalamo (~loriisacu@cD570BF51.dhcp.bluecom.no)
  1056. # [20:43] * Quits: KDN (~KDN@202.171.164.210) (Ping timeout: 276 seconds)
  1057. # [20:46] * Joins: dbaron (~dbaron@nat/mozilla/x-yvzjwvbsuvifibxq)
  1058. # [20:50] * Joins: virtuelv (~virtuelv_@20.74.9.46.customer.cdi.no)
  1059. # [20:52] * Joins: jamesr__ (~jamesr@216.239.45.19)
  1060. # [20:55] * Quits: zdobersek1 (~zan@90.157.242.35) (Ping timeout: 246 seconds)
  1061. # [20:55] * Joins: zdobersek (~zan@cpe-46-164-7-221.dynamic.amis.net)
  1062. # [20:57] <bfrohs> Interesting piece of information: YouTube and Twitter are unusable without JavaScript
  1063. # [21:01] * Joins: beowulf (u116@gateway/web/irccloud.com/x-cnoqrgorvyhkuxme)
  1064. # [21:01] * Quits: beowulf (u116@gateway/web/irccloud.com/x-cnoqrgorvyhkuxme) (Changing host)
  1065. # [21:01] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
  1066. # [21:02] * Joins: KDN (~KDN@202.171.164.210)
  1067. # [21:04] * Quits: dbaron (~dbaron@nat/mozilla/x-yvzjwvbsuvifibxq) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1068. # [21:07] <jgraham> TabAtkins: Yes
  1069. # [21:12] * Joins: Phae (u455@gateway/web/irccloud.com/x-naaifjcqmsldtxei)
  1070. # [21:12] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Ping timeout: 276 seconds)
  1071. # [21:12] * Quits: TabAtkins_ (~tabatkins@nat/google/x-xcervciyxqvxfndm) (Ping timeout: 272 seconds)
  1072. # [21:13] * Joins: beowulf (u116@gateway/web/irccloud.com/x-vhzgulxojhwyleeo)
  1073. # [21:13] * Quits: beowulf (u116@gateway/web/irccloud.com/x-vhzgulxojhwyleeo) (Changing host)
  1074. # [21:13] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
  1075. # [21:14] * Quits: bga_|away (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru) (Ping timeout: 240 seconds)
  1076. # [21:18] * Joins: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
  1077. # [21:18] * bga_ is now known as bga_|away
  1078. # [21:18] * Joins: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz)
  1079. # [21:39] <TabAtkins> Computed Languages as high-school essays: http://i.imgur.com/ZyeCO.jpg
  1080. # [21:39] <TabAtkins> s/Computed/Computer/
  1081. # [21:41] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
  1082. # [21:50] * Quits: Xano_ (~bart@524BD8F6.cm-4-4d.dynamic.ziggo.nl) (Quit: Kthxbye!)
  1083. # [21:52] * Joins: Rik` (~Rik`@2a01:e35:139b:b390:daa2:5eff:fe97:85ed)
  1084. # [21:55] * Quits: nielsle (~nielsle@4135136-cl69.boa.fiberby.dk) (Quit: Ex-Chat)
  1085. # [21:58] * Quits: mlpug (~mlpug@a88-115-171-217.elisa-laajakaista.fi) (Remote host closed the connection)
  1086. # [22:01] * Quits: smaug____ (~chatzilla@cs181139127.pp.htv.fi) (Ping timeout: 276 seconds)
  1087. # [22:04] * Quits: workmad3 (~workmad3@81.92.19.138) (Ping timeout: 250 seconds)
  1088. # [22:08] * Quits: benschwarz (~benschwar@59.167.185.148) (Quit: Linkinus - http://linkinus.com)
  1089. # [22:09] * Quits: matjas (~matjas@91.182.158.208) (Quit: zZz)
  1090. # [22:16] * Joins: matjas (~matjas@91.182.158.208)
  1091. # [22:16] * Joins: Steve^ (~steve@82.35.4.88)
  1092. # [22:24] * Quits: msucan (~robod@92.86.242.134) (Quit: .)
  1093. # [22:26] * Joins: Evet (~Evet@78.191.24.176)
  1094. # [22:26] * Quits: Evet (~Evet@78.191.24.176) (Changing host)
  1095. # [22:26] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
  1096. # [22:29] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
  1097. # [22:31] * Quits: jacobolus (~jacobolus@c-98-216-238-247.hsd1.ma.comcast.net) (Remote host closed the connection)
  1098. # [22:34] * Joins: roc_ (~chatzilla@203-97-204-82.dsl.clear.net.nz)
  1099. # [22:36] * Joins: temp02 (~temp01@unaffiliated/temp01)
  1100. # [22:37] * Joins: antti_s_ (~antti@173-203-97-98.static.cloud-ips.com)
  1101. # [22:44] * Quits: KDN (~KDN@202.171.164.210) (Quit: KDN)
  1102. # [22:52] * Quits: Ms2ger (~Ms2ger@91.181.206.53) (Quit: nn)
  1103. # [22:54] * Quits: asmodai (asmodai@dhammapada.xs4all.nl) (Read error: Connection reset by peer)
  1104. # [22:54] * Joins: asmodai (asmodai@dhammapada.xs4all.nl)
  1105. # [22:54] * Quits: virtuelv (~virtuelv_@20.74.9.46.customer.cdi.no) (*.net *.split)
  1106. # [22:54] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (*.net *.split)
  1107. # [22:54] * Quits: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6) (*.net *.split)
  1108. # [22:54] * Quits: chriseppstein (~chris@209.119.65.162) (*.net *.split)
  1109. # [22:54] * Quits: Martijnc (~Martijnc@91.176.19.134) (*.net *.split)
  1110. # [22:54] * Quits: kennyluck (~kennyluck@netDHCP-169.keio.w3.org) (*.net *.split)
  1111. # [22:54] * Quits: foolip (~philip@83.218.67.122) (*.net *.split)
  1112. # [22:54] * Quits: FastJack (~fastjack@dumpstr.net) (*.net *.split)
  1113. # [22:54] * Quits: davve__ (~davve@83.218.67.122) (*.net *.split)
  1114. # [22:54] * Quits: eric_carlson (~eric_carl@2620:0:1b00:1191:217:f2ff:fe03:a2e) (*.net *.split)
  1115. # [22:54] * Quits: volkmar (~volkmar@rps1542.ovh.net) (*.net *.split)
  1116. # [22:54] * Quits: wirepair (fbi@random.supermario.org) (*.net *.split)
  1117. # [22:54] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (*.net *.split)
  1118. # [22:54] * Quits: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4) (*.net *.split)
  1119. # [22:54] * Quits: foomor (~foomor@unaffiliated/foomor) (*.net *.split)
  1120. # [22:54] * Quits: connrs_ (~paul@host86-136-129-234.range86-136.btcentralplus.com) (*.net *.split)
  1121. # [22:54] * Quits: dglazkov (~dglazkov@nat/google/x-uansubznilyzzlgf) (*.net *.split)
  1122. # [22:54] * Quits: AryehGregor (~Simetrica@mediawiki/simetrical) (*.net *.split)
  1123. # [22:54] * Quits: paulrouget (~paul2@sysmic.org) (*.net *.split)
  1124. # [22:54] * Quits: TabAtkins (~tabatkins@nat/google/x-zfrnrerpblkfbesr) (*.net *.split)
  1125. # [22:54] * Quits: macpherson (~macpherso@nat/google/x-hutcqkffmqrciwzm) (*.net *.split)
  1126. # [22:54] * Quits: lrvick (~lrvick@66.96.251.117) (*.net *.split)
  1127. # [22:54] * Quits: Moo-_ (~quassel@herd37.twinapex.fi) (*.net *.split)
  1128. # [22:54] * Quits: onar (~onar@2620:0:1b00:16f2:21f:5bff:fe3e:944) (*.net *.split)
  1129. # [22:54] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
  1130. # [22:54] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl) (Ping timeout: 276 seconds)
  1131. # [22:55] * Quits: othermaciej (~mjs@17.246.18.89) (*.net *.split)
  1132. # [22:55] * Quits: drunknbass (~drunknbas@76.91.255.83) (*.net *.split)
  1133. # [22:55] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (*.net *.split)
  1134. # [22:55] * Quits: Workshiva (~Dashiva@74.125.57.36) (*.net *.split)
  1135. # [22:55] * Quits: jochen__ (~jochen@nat/google/x-pqgsmkifbfyhzpkp) (*.net *.split)
  1136. # [22:55] * Quits: huehnts (~huehnts@static.213-239-210-158.clients.your-server.de) (*.net *.split)
  1137. # [22:55] * Quits: SteveGL (~dev@174-21-201-58.tukw.qwest.net) (*.net *.split)
  1138. # [22:55] * Quits: ivan` (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
  1139. # [22:55] * Quits: Peter- (~peter@188.95.90.218) (*.net *.split)
  1140. # [22:55] * Quits: hsivonen (~hsivonen@kekkonen.cs.hut.fi) (*.net *.split)
  1141. # [22:55] * Quits: purefusion (~purefusio@unaffiliated/purefusion) (*.net *.split)
  1142. # [22:55] * Quits: temp02 (~temp01@unaffiliated/temp01) (*.net *.split)
  1143. # [22:55] * Quits: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
  1144. # [22:55] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
  1145. # [22:55] * Quits: heycam (~cam@wok.mcc.id.au) (*.net *.split)
  1146. # [22:55] * Quits: Philip` (~philip@zaynar.co.uk) (*.net *.split)
  1147. # [22:55] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (*.net *.split)
  1148. # [22:55] * Quits: broquaint (df80b6f776@78.47.79.137) (*.net *.split)
  1149. # [22:55] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
  1150. # [22:55] * Quits: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz) (*.net *.split)
  1151. # [22:55] * Quits: temp01 (~temp01@unaffiliated/temp01) (*.net *.split)
  1152. # [22:55] * Quits: bfrohs (~bfrohs@smtp.forewordinternal.com) (*.net *.split)
  1153. # [22:55] * Quits: antti_s (~antti@173-203-97-98.static.cloud-ips.com) (*.net *.split)
  1154. # [22:55] * Quits: antti_s_ (~antti@173-203-97-98.static.cloud-ips.com) (*.net *.split)
  1155. # [22:55] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (*.net *.split)
  1156. # [22:55] * Quits: bga_|away (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru) (*.net *.split)
  1157. # [22:55] * Quits: BlurstOfTimes (~blurstoft@168.203.117.36) (*.net *.split)
  1158. # [22:55] * Quits: f1lt3r_bocoup (~f1lt3r@64.119.153.2) (*.net *.split)
  1159. # [22:55] * Quits: boaz (~boaz@64.119.153.2) (*.net *.split)
  1160. # [22:55] * Quits: Amorphous (jan@unaffiliated/amorphous) (*.net *.split)
  1161. # [22:55] * Quits: fishd (~fishd@nat/google/x-bvznzsurzhukldbz) (*.net *.split)
  1162. # [22:55] * Quits: othree (~othree@admin39.ct.ntust.edu.tw) (*.net *.split)
  1163. # [22:55] * Quits: meledin (~vladi@f2.c7.5d45.static.theplanet.com) (*.net *.split)
  1164. # [22:55] * Quits: roc_ (~chatzilla@203-97-204-82.dsl.clear.net.nz) (*.net *.split)
  1165. # [22:55] * Quits: Phae (u455@gateway/web/irccloud.com/x-naaifjcqmsldtxei) (*.net *.split)
  1166. # [22:55] * Quits: jamesr__ (~jamesr@216.239.45.19) (*.net *.split)
  1167. # [22:55] * Quits: gavin_ (~gavin@firefox/developer/gavin) (*.net *.split)
  1168. # [22:55] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
  1169. # [22:55] * Quits: vladikoff (~vladikoff@bas1-woodbridge48-1176385604.dsl.bell.ca) (*.net *.split)
  1170. # [22:55] * Quits: reni (~reni@sedkit.inf.u-szeged.hu) (*.net *.split)
  1171. # [22:55] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
  1172. # [22:55] * Quits: lumely (~lumely@dhcp2-186.slis.tsukuba.ac.jp) (*.net *.split)
  1173. # [22:55] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
  1174. # [22:55] * Joins: antti_s (~antti@173-203-97-98.static.cloud-ips.com)
  1175. # [22:56] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Ping timeout: 276 seconds)
  1176. # [22:57] * Quits: AlexNRoss (~AleossIRC@unaffiliated/aleoss) (Quit: We love you, Dark Continent! Good night!)
  1177. # [22:57] * Joins: virtuelv (~virtuelv_@20.74.9.46.customer.cdi.no)
  1178. # [22:57] * Joins: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
  1179. # [22:57] * Joins: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6)
  1180. # [22:57] * Joins: chriseppstein (~chris@209.119.65.162)
  1181. # [22:57] * Joins: eric_carlson (~eric_carl@2620:0:1b00:1191:217:f2ff:fe03:a2e)
  1182. # [22:57] * Joins: Martijnc (~Martijnc@91.176.19.134)
  1183. # [22:57] * Joins: kennyluck (~kennyluck@netDHCP-169.keio.w3.org)
  1184. # [22:57] * Joins: foolip (~philip@83.218.67.122)
  1185. # [22:57] * Joins: FastJack (~fastjack@dumpstr.net)
  1186. # [22:57] * Joins: volkmar (~volkmar@rps1542.ovh.net)
  1187. # [22:57] * Joins: wirepair (fbi@random.supermario.org)
  1188. # [22:57] * Joins: davve__ (~davve@83.218.67.122)
  1189. # [22:57] * Joins: foomor (~foomor@unaffiliated/foomor)
  1190. # [22:57] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
  1191. # [22:57] * Joins: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4)
  1192. # [22:57] * Joins: paulrouget (~paul2@sysmic.org)
  1193. # [22:57] * Joins: connrs_ (~paul@host86-136-129-234.range86-136.btcentralplus.com)
  1194. # [22:57] * Joins: dglazkov (~dglazkov@nat/google/x-uansubznilyzzlgf)
  1195. # [22:57] * Joins: AryehGregor (~Simetrica@mediawiki/simetrical)
  1196. # [22:57] * Joins: TabAtkins (~tabatkins@nat/google/x-zfrnrerpblkfbesr)
  1197. # [22:57] * Joins: macpherson (~macpherso@nat/google/x-hutcqkffmqrciwzm)
  1198. # [22:57] * Joins: lrvick (~lrvick@66.96.251.117)
  1199. # [22:57] * Joins: Moo-_ (~quassel@herd37.twinapex.fi)
  1200. # [22:57] * Joins: onar (~onar@2620:0:1b00:16f2:21f:5bff:fe3e:944)
  1201. # [22:57] * Joins: jmb (~jmb@mail.parsifal.org.uk)
  1202. # [22:57] * Joins: kbrosnan (~kbrosnan@pool-74-97-44-137.prvdri.fios.verizon.net)
  1203. # [22:59] * Joins: workmad3 (~workmad3@81.92.19.138)
  1204. # [22:59] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  1205. # [23:03] * Joins: doublec (~chris@203-97-204-82.dsl.clear.net.nz)
  1206. # [23:05] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: hadios)
  1207. # [23:06] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1208. # [23:07] * Joins: nessy (~Adium@74.125.56.18)
  1209. # [23:08] * Joins: vladikoff (~vladikoff@bas1-woodbridge48-1176385604.dsl.bell.ca)
  1210. # [23:13] <AryehGregor> No Javascript on this page
  1211. # [23:13] <AryehGregor> If <script> tags have a "type" attribute it should equal "text/javascript" or "application/javascript"
  1212. # [23:13] <AryehGregor> From Firebug, on: http://aryeh.name/spec/editcommands/implementation.html
  1213. # [23:13] <AryehGregor> . . .
  1214. # [23:15] * Joins: othermaciej (~mjs@17.246.18.89)
  1215. # [23:15] * Joins: gavin (~gavin@firefox/developer/gavin)
  1216. # [23:15] * Joins: broquaint (df80b6f776@78.47.79.137)
  1217. # [23:15] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
  1218. # [23:15] * Joins: Philip` (~philip@zaynar.co.uk)
  1219. # [23:15] * Joins: heycam (~cam@wok.mcc.id.au)
  1220. # [23:15] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
  1221. # [23:15] * Joins: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  1222. # [23:15] * Joins: temp02 (~temp01@unaffiliated/temp01)
  1223. # [23:15] * Joins: dbaron (~dbaron@nat/mozilla/x-ogrothrxebqpfwtz)
  1224. # [23:15] * Joins: roc_ (~chatzilla@203-97-204-82.dsl.clear.net.nz)
  1225. # [23:15] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
  1226. # [23:15] * Joins: bga_|away (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
  1227. # [23:15] * Joins: Phae (u455@gateway/web/irccloud.com/x-naaifjcqmsldtxei)
  1228. # [23:15] * Joins: 15SAABGZ3 (~jamesr@216.239.45.19)
  1229. # [23:15] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  1230. # [23:15] * Joins: 15SAABFN0 (~vladikoff@bas1-woodbridge48-1176385604.dsl.bell.ca)
  1231. # [23:15] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  1232. # [23:15] * Joins: drunknbass (~drunknbas@76.91.255.83)
  1233. # [23:15] * Joins: BlurstOfTimes (~blurstoft@168.203.117.36)
  1234. # [23:15] * Joins: f1lt3r_bocoup (~f1lt3r@64.119.153.2)
  1235. # [23:15] * Joins: boaz (~boaz@64.119.153.2)
  1236. # [23:15] * Joins: reni (~reni@sedkit.inf.u-szeged.hu)
  1237. # [23:15] * Joins: Workshiva (~Dashiva@74.125.57.36)
  1238. # [23:15] * Joins: jochen__ (~jochen@nat/google/x-pqgsmkifbfyhzpkp)
  1239. # [23:15] * Joins: Amorphous (jan@unaffiliated/amorphous)
  1240. # [23:15] * Joins: hsivonen (~hsivonen@kekkonen.cs.hut.fi)
  1241. # [23:15] * Joins: Peter- (~peter@188.95.90.218)
  1242. # [23:15] * Joins: ivan` (~ivan@unaffiliated/ivan/x-000001)
  1243. # [23:15] * Joins: purefusion (~purefusio@unaffiliated/purefusion)
  1244. # [23:15] * Joins: huehnts (~huehnts@static.213-239-210-158.clients.your-server.de)
  1245. # [23:15] * Joins: fishd (~fishd@nat/google/x-bvznzsurzhukldbz)
  1246. # [23:15] * Joins: lumely (~lumely@dhcp2-186.slis.tsukuba.ac.jp)
  1247. # [23:15] * Joins: othree (~othree@admin39.ct.ntust.edu.tw)
  1248. # [23:15] * Joins: meledin (~vladi@f2.c7.5d45.static.theplanet.com)
  1249. # [23:15] * Joins: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
  1250. # [23:15] * Quits: 15SAABFN0 (~vladikoff@bas1-woodbridge48-1176385604.dsl.bell.ca)
  1251. # [23:15] * Joins: stalled (~stalled@unaffiliated/stalled)
  1252. # [23:15] * Quits: othermaciej (~mjs@17.246.18.89) (Quit: othermaciej)
  1253. # [23:17] * Joins: dydx (d04149d8@gateway/web/freenode/session)
  1254. # [23:19] * Joins: sicking (~chatzilla@nat/mozilla/session)
  1255. # [23:20] * Quits: dbaron (~dbaron@nat/mozilla/x-ogrothrxebqpfwtz) (*.net *.split)
  1256. # [23:20] * Joins: _o (~nathan@host86-133-148-238.range86-133.btcentralplus.com)
  1257. # [23:20] * Joins: ciaran_l1e (leecn@spoon.netsoc.tcd.ie)
  1258. # [23:21] * Joins: rosalindwills (~Adium@66.240.10.170)
  1259. # [23:22] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 250 seconds)
  1260. # [23:24] * Joins: paul_irish_ (~paul_iris@ve.hsh6wjwx.vesrv.com)
  1261. # [23:24] * Joins: lumely_ (~lumely@dhcp2-186.slis.tsukuba.ac.jp)
  1262. # [23:24] * Joins: ZombieLoffe (~e@178-78-210-80.customers.ownit.se)
  1263. # [23:24] * Joins: roc (~chatzilla@203-97-204-82.dsl.clear.net.nz)
  1264. # [23:24] * Joins: fishd_ (~fishd@nat/google/session)
  1265. # [23:25] * Joins: bga_ (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru)
  1266. # [23:25] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  1267. # [23:26] * Joins: asmodai_ (asmodai@dhammapada.xs4all.nl)
  1268. # [23:27] * Joins: toyoshim_ (~toyoshim@y253149.dynamic.ppp.asahi-net.or.jp)
  1269. # [23:28] * Joins: homata_ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
  1270. # [23:28] * Joins: meledin_ (~vladi@f2.c7.5d45.static.theplanet.com)
  1271. # [23:29] * Joins: gavin__ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com)
  1272. # [23:30] * Joins: paul_ (d8ef2d04@gateway/web/freenode/session)
  1273. # [23:30] * Joins: ap_ (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6)
  1274. # [23:30] * Yudai is now known as 5EXAB7XAM
  1275. # [23:30] * Quits: paul_irish_ (~paul_iris@ve.hsh6wjwx.vesrv.com) (Remote host closed the connection)
  1276. # [23:30] * Quits: ZombieLoffe (~e@178-78-210-80.customers.ownit.se)
  1277. # [23:30] * Joins: jwalden_ (~waldo@2620:101:8003:200:222:68ff:fe15:af5c)
  1278. # [23:31] * Joins: Martijnc_ (~Martijnc@91.176.19.134)
  1279. # [23:31] * Joins: boaz__ (~boaz@64.119.153.2)
  1280. # [23:31] * Joins: asmodai__ (asmodai@dhammapada.xs4all.nl)
  1281. # [23:32] * Joins: brosnan (~kbrosnan@pool-74-97-44-137.prvdri.fios.verizon.net)
  1282. # [23:32] * Joins: nw`_ (eero@heaven.unlink.org)
  1283. # [23:32] * Quits: asmodai_ (asmodai@dhammapada.xs4all.nl) (*.net *.split)
  1284. # [23:32] * Quits: kbrosnan (~kbrosnan@pool-74-97-44-137.prvdri.fios.verizon.net) (*.net *.split)
  1285. # [23:32] * Quits: virtuelv (~virtuelv_@20.74.9.46.customer.cdi.no) (*.net *.split)
  1286. # [23:32] * Quits: jwalden (~waldo@2620:101:8003:200:222:68ff:fe15:af5c) (*.net *.split)
  1287. # [23:32] * Quits: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6) (*.net *.split)
  1288. # [23:32] * Quits: chriseppstein (~chris@209.119.65.162) (*.net *.split)
  1289. # [23:32] * Quits: Martijnc (~Martijnc@91.176.19.134) (*.net *.split)
  1290. # [23:32] * Quits: kennyluck (~kennyluck@netDHCP-169.keio.w3.org) (*.net *.split)
  1291. # [23:32] * Quits: foolip (~philip@83.218.67.122) (*.net *.split)
  1292. # [23:32] * Quits: FastJack (~fastjack@dumpstr.net) (*.net *.split)
  1293. # [23:32] * Quits: davve__ (~davve@83.218.67.122) (*.net *.split)
  1294. # [23:32] * Martijnc_ is now known as Martijnc
  1295. # [23:32] * ap_ is now known as ap
  1296. # [23:32] * Joins: kennyluck_ (~kennyluck@netDHCP-169.keio.w3.org)
  1297. # [23:32] * jwalden_ is now known as jwalden
  1298. # [23:32] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (*.net *.split)
  1299. # [23:32] * Quits: bga_|away (~bga@ppp91-122-51-148.pppoe.avangarddsl.ru) (*.net *.split)
  1300. # [23:32] * Quits: BlurstOfTimes (~blurstoft@168.203.117.36) (*.net *.split)
  1301. # [23:32] * Quits: f1lt3r_bocoup (~f1lt3r@64.119.153.2) (*.net *.split)
  1302. # [23:32] * Quits: boaz (~boaz@64.119.153.2) (*.net *.split)
  1303. # [23:32] * Quits: Amorphous (jan@unaffiliated/amorphous) (*.net *.split)
  1304. # [23:32] * Quits: fishd (~fishd@nat/google/x-bvznzsurzhukldbz) (*.net *.split)
  1305. # [23:32] * Quits: othree (~othree@admin39.ct.ntust.edu.tw) (*.net *.split)
  1306. # [23:32] * Quits: meledin (~vladi@f2.c7.5d45.static.theplanet.com) (*.net *.split)
  1307. # [23:32] * Quits: roc_ (~chatzilla@203-97-204-82.dsl.clear.net.nz) (*.net *.split)
  1308. # [23:32] * Quits: Phae (u455@gateway/web/irccloud.com/x-naaifjcqmsldtxei) (*.net *.split)
  1309. # [23:32] * Quits: 15SAABGZ3 (~jamesr@216.239.45.19) (*.net *.split)
  1310. # [23:32] * Quits: gavin_ (~gavin@firefox/developer/gavin) (*.net *.split)
  1311. # [23:32] * Quits: reni (~reni@sedkit.inf.u-szeged.hu) (*.net *.split)
  1312. # [23:32] * Quits: lumely (~lumely@dhcp2-186.slis.tsukuba.ac.jp) (*.net *.split)
  1313. # [23:33] * Joins: chriseppstein (~chris@209.119.65.162)
  1314. # [23:33] * paul_ is now known as paul_irish_
  1315. # [23:33] * Quits: boaz__ (~boaz@64.119.153.2) (Client Quit)
  1316. # [23:33] * Joins: jcranmer_ (~jcranmer@ltsp2.csl.tjhsst.edu)
  1317. # [23:33] * Parts: rosalindwills (~Adium@66.240.10.170)
  1318. # [23:34] * Joins: rosalindwills (~Adium@66.240.10.170)
  1319. # [23:34] * Joins: jamesr_ (~jamesr@nat/google/session)
  1320. # [23:34] * Quits: asmodai (asmodai@dhammapada.xs4all.nl) (*.net *.split)
  1321. # [23:34] * Quits: matjas (~matjas@91.182.158.208) (*.net *.split)
  1322. # [23:34] * Quits: 5EXAB9NU4 (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (*.net *.split)
  1323. # [23:34] * Quits: toyoshim (~toyoshim@y253149.dynamic.ppp.asahi-net.or.jp) (*.net *.split)
  1324. # [23:34] * Quits: inimino (~inimino@boshi.inimino.org) (*.net *.split)
  1325. # [23:34] * Quits: webr3 (~nathan@host86-133-148-238.range86-133.btcentralplus.com) (*.net *.split)
  1326. # [23:34] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
  1327. # [23:34] * Quits: wakaba (~wakaba@219.157.197.113.dy.bbexcite.jp) (*.net *.split)
  1328. # [23:34] * Quits: 5EXAB7XAM (~Yudai@p434d26.kngwnt01.ap.so-net.ne.jp) (*.net *.split)
  1329. # [23:34] * Quits: ciaran_lee (leecn@spoon.netsoc.tcd.ie) (*.net *.split)
  1330. # [23:34] * Quits: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
  1331. # [23:34] * Quits: uf0 (deeznuts@80.244.247.158) (*.net *.split)
  1332. # [23:34] * Quits: nw` (eero@heaven.unlink.org) (*.net *.split)
  1333. # [23:34] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
  1334. # [23:35] * Quits: vladikoff (~vladikoff@bas1-woodbridge48-1176385604.dsl.bell.ca)
  1335. # [23:36] * Joins: othree (~othree@admin39.ct.ntust.edu.tw)
  1336. # [23:36] * bentruyman is now known as bot-7
  1337. # [23:36] * Joins: FastJack (~fastjack@dumpstr.net)
  1338. # [23:37] * bot-7 is now known as bot-tea
  1339. # [23:38] * Joins: Amorphous (jan@f048033166.adsl.alicedsl.de)
  1340. # [23:38] * Joins: 45PABT3TV (~tabatkins@nat/google/x-tycdklmvuvasebgn)
  1341. # [23:39] * Joins: wakaba (~wakaba@219.157.197.113.dy.bbexcite.jp)
  1342. # [23:39] * Joins: reni (~reni@sedkit.inf.u-szeged.hu)
  1343. # [23:39] * Joins: Yudai (~Yudai@p434d26.kngwnt01.ap.so-net.ne.jp)
  1344. # [23:39] * Joins: dbaron (~dbaron@nat/mozilla/x-ogrothrxebqpfwtz)
  1345. # [23:39] * Joins: wakaba_ (~wakaba@219.157.197.113.dy.bbexcite.jp)
  1346. # [23:39] * Joins: f1lt3r_bocoup (~f1lt3r@64.119.153.2)
  1347. # [23:40] * Joins: inimino (~inimino@boshi.inimino.org)
  1348. # [23:40] * Joins: Phae (u455@gateway/web/irccloud.com/x-vdqvflsjrezfjaot)
  1349. # [23:41] * Quits: dydx (d04149d8@gateway/web/freenode/session) (Changing host)
  1350. # [23:41] * Joins: dydx (d04149d8@gateway/web/freenode/ip.208.65.73.216)
  1351. # [23:41] * Quits: sicking (~chatzilla@nat/mozilla/session) (Changing host)
  1352. # [23:41] * Joins: sicking (~chatzilla@nat/mozilla/x-wchmdelobecliwpy)
  1353. # [23:41] * Quits: fishd_ (~fishd@nat/google/session) (Changing host)
  1354. # [23:41] * Joins: fishd_ (~fishd@nat/google/x-ssdkehfcfiaqprja)
  1355. # [23:41] * Quits: wakaba (~wakaba@219.157.197.113.dy.bbexcite.jp) (Ping timeout: 250 seconds)
  1356. # [23:41] * Quits: paul_irish_ (d8ef2d04@gateway/web/freenode/session) (Changing host)
  1357. # [23:41] * Joins: paul_irish_ (d8ef2d04@gateway/web/freenode/ip.216.239.45.4)
  1358. # [23:41] * Quits: jamesr_ (~jamesr@nat/google/session) (Changing host)
  1359. # [23:41] * Joins: jamesr_ (~jamesr@nat/google/x-cvtlbzqyygzbrmea)
  1360. # [23:41] * Quits: Amorphous (jan@f048033166.adsl.alicedsl.de) (Changing host)
  1361. # [23:41] * Joins: Amorphous (jan@unaffiliated/amorphous)
  1362. # [23:41] * asmodai__ is now known as asmodai
  1363. # [23:42] * Quits: plainhao (~plainhao@208.75.85.237) (Quit: plainhao)
  1364. # [23:43] * Joins: virtuelv (~virtuelv_@20.74.9.46.customer.cdi.no)
  1365. # [23:44] * Quits: zdobersek (~zan@cpe-46-164-7-221.dynamic.amis.net) (Ping timeout: 240 seconds)
  1366. # [23:45] * Joins: ben_h (~ben@128.250.195.183)
  1367. # [23:45] * Joins: uf0 (deeznuts@80.244.247.158)
  1368. # [23:46] * Quits: Martijnc (~Martijnc@91.176.19.134) (Quit: Martijnc)
  1369. # [23:46] <dglazkov> Hixie: https://bugs.webkit.org/show_bug.cgi?id=54820#c6
  1370. # [23:55] * Joins: othermaciej (~mjs@17.246.18.89)
  1371. # [23:59] <zewt> cursed script execution thread split into four separate threads in gmail
  1372. # [23:59] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 240 seconds)
  1373. # Session Close: Thu Feb 24 00:00:00 2011

The end :)