/irc-logs / freenode / #whatwg / 2010-10-23 / end

Options:

  1. # Session Start: Sat Oct 23 00:00:00 2010
  2. # Session Ident: #whatwg
  3. # [00:03] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
  4. # [00:07] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
  5. # [00:08] * Quits: JoePeck (~JoePeck@2620:0:1b00:1f08:fa1e:dfff:fed9:b9a) (Quit: -)
  6. # [00:11] * Joins: JoePeck (~JoePeck@2620:0:1b00:1f02:fa1e:dfff:fed9:b9a)
  7. # [00:15] * Joins: f1lt3r (~f1lt3r@64.119.153.2)
  8. # [00:23] * Quits: JoePeck (~JoePeck@2620:0:1b00:1f02:fa1e:dfff:fed9:b9a) (Quit: -)
  9. # [00:32] * Joins: Aleoss (AleossIRC@142.166.193.62)
  10. # [00:35] * Quits: jwalden (~waldo@nat/mozilla/x-iezwzwgsjmzjiawq) (Ping timeout: 250 seconds)
  11. # [00:36] * Quits: sebmarkbage (d5506daa@gateway/web/freenode/ip.213.80.109.170) (Ping timeout: 265 seconds)
  12. # [00:45] * Quits: f1lt3r (~f1lt3r@64.119.153.2) (Quit: less catch, more try)
  13. # [00:49] * Quits: MikeSmith (~MikeSmith@EM111-188-39-37.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
  14. # [00:50] * Joins: jwalden (~waldo@nat/mozilla/x-ouzyeulbumglvwmp)
  15. # [00:55] * Joins: MikeSmith (~MikeSmith@EM114-48-65-141.pool.e-mobile.ne.jp)
  16. # [01:04] <annevk> AryehGregor, we hired someone who works from New York
  17. # [01:05] <annevk> AryehGregor, it depends on the position really, but we have several people working from home, including people working on the Core engine
  18. # [01:05] * annevk works from home too
  19. # [01:05] <annevk> mostly
  20. # [01:07] * gsnedders works from home
  21. # [01:14] <Hixie> annevk: wait, what's this about onformchange?
  22. # [01:18] * Quits: aroben (~aroben@unaffiliated/aroben) (Read error: Connection reset by peer)
  23. # [01:19] * Joins: aroben (~aroben@unaffiliated/aroben)
  24. # [01:20] <annevk> Hixie, you can do it via event capture instead
  25. # [01:20] <annevk> Hixie, you lose the event handler shortcuts, but the disadvantage is not very big, and the feature is not a major win
  26. # [01:22] * Quits: jwalden (~waldo@nat/mozilla/x-ouzyeulbumglvwmp) (Quit: back later)
  27. # [01:24] * gsnedders wonders if playing loud death metal at 8am every morning is a suitable response to drunk flatmates making noise until 3am or so, and if it'll get a point across
  28. # [01:25] * Joins: primal1 (~primal@pool-173-58-229-3.lsanca.fios.verizon.net)
  29. # [01:25] <annevk> i wouldn't count on it
  30. # [01:26] <gsnedders> Or playing it till 3am when they're having an early night
  31. # [01:27] * Quits: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com) (Quit: davidwalsh)
  32. # [01:36] <Hixie> annevk: how do you do capture handlers in markup? i don't understand
  33. # [01:37] * Joins: jamesr_ (~jamesr@nat/google/x-fjitlnefnymyckri)
  34. # [01:38] <jamesr_> annevk: any thoughts on http://lists.w3.org/Archives/Public/public-webapps/2010OctDec/0022.html ?
  35. # [01:40] <jamesr_> it's about XHR2's overrideMimeType
  36. # [01:43] <annevk> Hixie, well you don't
  37. # [01:43] <Hixie> annevk: that's the whole point of the feature
  38. # [01:44] <Hixie> so you can do e.g. <output onforminput="value = a.value * b.value"></output>
  39. # [01:45] <annevk> sure, but is that really worth all the added complexity?
  40. # [01:45] <Hixie> what extra complexity? it's two events
  41. # [01:45] <annevk> and two methods, no?
  42. # [01:45] <annevk> I don't care strongly
  43. # [01:46] <annevk> just happy to nuke features until demand is stronger
  44. # [01:46] <annevk> jamesr_, right yeah, I should answer that
  45. # [01:46] <annevk> jamesr_, I sort of wonder if it isn't already a problem with having both responseText and responseXML
  46. # [01:47] <jamesr_> .rT and .rX use the same encoding, no?
  47. # [01:47] <Hixie> well the methods just make things simpler to trigger
  48. # [01:47] <jamesr_> we just pass .rT to the XML parser to generate responseXML
  49. # [01:47] <annevk> jamesr_, I don't really like putting the complexity on authors; Mozilla indicated they would be willing to have both responseArrayBuffer and responseText; so did Maciej
  50. # [01:48] <jamesr_> responseArrayBuffer is orthogonal
  51. # [01:48] <annevk> no not really
  52. # [01:48] <jamesr_> if you are touching responseArrayBuffer then the overrideMimeType is irrelevant (since you are touching the raw bytes)
  53. # [01:48] <annevk> if responseArrayBuffer is always there overrideMimeType always working would not be an issue
  54. # [01:48] <jamesr_> i don't think so
  55. # [01:49] <jamesr_> depends on the exact semantics of responseArrayBuffer
  56. # [01:49] <annevk> because you could just recompute responseText et al when asked for
  57. # [01:49] <jamesr_> but that would _suck_ hardcore
  58. # [01:49] <jamesr_> re-decoding on access is unfeasible for XHR
  59. # [01:49] <jamesr_> i think mozilla tried that once
  60. # [01:49] <jamesr_> after you decode you have to store the decoded text
  61. # [01:49] <annevk> the Gecko developers are the ones not opposed
  62. # [01:49] <annevk> well sure, you can cache it
  63. # [01:50] <jamesr_> gecko doesn't support overrideMimeType as it is currently spec'd
  64. # [01:50] <annevk> I'm not saying you shouldn't do that
  65. # [01:50] <jamesr_> i don't think overrideMimeType should require keeping extra copies of the data around. whether responseArrayBuffer does is another discussion (that should probably happen on the list)
  66. # [01:51] <annevk> if responseArrayBuffer is always there I don't think that overrideMimeType always working adds much complexity
  67. # [01:51] <annevk> if resonseArrayBuffer is not always there that changes things
  68. # [01:52] <jamesr_> i don't think allowing overrideMimeType at arbitrary times adds much value, either
  69. # [01:52] <annevk> and yes, that should be discussed on the list; I myself have been occupied with some other things
  70. # [01:53] <jamesr_> the practical side of this is that pretty much everything in the world currently touches responseText and responseText only, so it's really important that we not regress that use case
  71. # [01:54] <jamesr_> anyway i understand being busy :). please respond when you do get a chance
  72. # [01:55] <jamesr_> i'm out for a while myself so i may not reply instantly
  73. # [01:55] * Quits: jamesr_ (~jamesr@nat/google/x-fjitlnefnymyckri) (Quit: jamesr_)
  74. # [01:55] * Quits: dglazkov (~dglazkov@nat/google/x-gdripnlydfrwhuiv) (Quit: dglazkov)
  75. # [01:55] <annevk> *sleep*
  76. # [01:56] * annevk puts xhr in his agenda
  77. # [01:58] * Quits: jacobolus (~jacobolus@beaker.cictr.com) (Remote host closed the connection)
  78. # [02:06] * Joins: Athox (~duckmysic@cF474BF51.dhcp.bluecom.no)
  79. # [02:07] * Quits: Anti-X (~duckmysic@77.19.199.0.tmi.telenormobil.no) (Ping timeout: 252 seconds)
  80. # [02:08] * Quits: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7) (Quit: kennyluck)
  81. # [02:13] * Quits: Athox (~duckmysic@cF474BF51.dhcp.bluecom.no) (Ping timeout: 240 seconds)
  82. # [02:18] * Joins: Anti-X (~duckmysic@cF474BF51.dhcp.bluecom.no)
  83. # [02:20] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
  84. # [02:22] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
  85. # [02:23] * Quits: jennb (~jennb@nat/google/x-rlakmpvqzwiobnph) (Quit: jennb)
  86. # [02:25] * Joins: aroben_ (~aroben@2620:0:1b00:1191:582c:53a:861:38cc)
  87. # [02:25] * Quits: aroben_ (~aroben@2620:0:1b00:1191:582c:53a:861:38cc) (Changing host)
  88. # [02:25] * Joins: aroben_ (~aroben@unaffiliated/aroben)
  89. # [02:28] * Quits: aroben (~aroben@unaffiliated/aroben) (Ping timeout: 240 seconds)
  90. # [02:31] * Quits: JonathanNeal (~Jonathan_@rrcs-76-79-114-214.west.biz.rr.com) (Quit: Leaving)
  91. # [02:33] * Quits: ap (~ap@2620:0:1b00:1191:226:4aff:fe14:aad6) (Quit: ap)
  92. # [02:38] * Quits: tonyg-cr (~Adium@nat/google/x-ketstktviegdfpkl) (Ping timeout: 272 seconds)
  93. # [02:48] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
  94. # [02:57] * Quits: WHATWG (~apermanen@67-134-147-135.dia.static.qwest.net) (Quit: Leaving.)
  95. # [02:59] * Quits: aroben_ (~aroben@unaffiliated/aroben) (Ping timeout: 276 seconds)
  96. # [03:01] * Joins: aroben_ (~aroben@2620:0:1b00:1191:582c:53a:861:38cc)
  97. # [03:01] * Quits: aroben_ (~aroben@2620:0:1b00:1191:582c:53a:861:38cc) (Changing host)
  98. # [03:01] * Joins: aroben_ (~aroben@unaffiliated/aroben)
  99. # [03:09] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 272 seconds)
  100. # [03:11] * Joins: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
  101. # [03:17] * Joins: JoePeck (~JoePeck@c-76-102-33-198.hsd1.ca.comcast.net)
  102. # [03:18] * Joins: aroben (~aroben@2620:0:1b00:1191:582c:53a:861:38cc)
  103. # [03:18] * Quits: aroben (~aroben@2620:0:1b00:1191:582c:53a:861:38cc) (Changing host)
  104. # [03:18] * Joins: aroben (~aroben@unaffiliated/aroben)
  105. # [03:18] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
  106. # [03:21] * Quits: aroben_ (~aroben@unaffiliated/aroben) (Ping timeout: 272 seconds)
  107. # [03:24] * Joins: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com)
  108. # [03:24] * Quits: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com) (Changing host)
  109. # [03:24] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
  110. # [03:27] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
  111. # [03:28] * Joins: Edogaa (~Animeking@adsl-233-245-251.mia.bellsouth.net)
  112. # [03:51] * Quits: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
  113. # [03:51] * Joins: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
  114. # [03:52] * Quits: mamund (mamund@frost.nullshells.net) (Ping timeout: 250 seconds)
  115. # [03:52] * Quits: aroben (~aroben@unaffiliated/aroben) (Ping timeout: 240 seconds)
  116. # [04:01] * Joins: sroussey (~sroussey@adsl-69-234-110-67.dsl.irvnca.pacbell.net)
  117. # [04:01] * Quits: cryzed (~cryzed@i59F5F9C5.versanet.de) (Ping timeout: 252 seconds)
  118. # [04:01] <MikeSmith> sroussey: hola
  119. # [04:02] <sroussey> Hi
  120. # [04:05] <sroussey> So maybe next week I can come up with some idea of what a console object should contain. Some things are well supported (console.log) and some are not (console.groupCollapsed) across browsers. It would be nice if debug code didn't have to have browser switches.
  121. # [04:08] * Joins: paul_irish (~paul_iris@66.109.106.121)
  122. # [04:09] <Aleoss> TotalValidator says I should use the summary attribute of the table element to make it comply with WAI, but when I put it in, it says that I should consider an alternative to summary. Any ideas? I'm using HTML5.
  123. # [04:10] <Aleoss> Anyone?
  124. # [04:11] * Joins: aroben (~aroben@unaffiliated/aroben)
  125. # [04:12] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  126. # [04:14] <MikeSmith> sroussey: that would be good
  127. # [04:14] <MikeSmith> sroussey: this is probably one the best places to get quick feedback
  128. # [04:15] <sroussey> :) Good to know
  129. # [04:15] <MikeSmith> Aleoss: no idea what TotalValidator is
  130. # [04:18] * Joins: jacobolu_ (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net)
  131. # [04:19] * Quits: jacobolus (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Ping timeout: 264 seconds)
  132. # [04:31] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
  133. # [04:33] * Joins: kennyluck (~kennyluck@EM114-48-38-27.pool.e-mobile.ne.jp)
  134. # [04:34] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
  135. # [04:35] * Quits: paul_irish (~paul_iris@66.109.106.121) (Remote host closed the connection)
  136. # [04:36] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  137. # [04:36] * Quits: kennyluck (~kennyluck@EM114-48-38-27.pool.e-mobile.ne.jp) (Client Quit)
  138. # [04:40] * Quits: estes (~aestes@17.246.19.229) (Quit: estes)
  139. # [04:41] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
  140. # [04:42] * Quits: aroben (~aroben@unaffiliated/aroben) (Ping timeout: 240 seconds)
  141. # [04:43] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
  142. # [04:46] * Quits: primal1 (~primal@pool-173-58-229-3.lsanca.fios.verizon.net) (Quit: Colloquy for iPad - http://colloquy.mobi)
  143. # [04:47] * micheil is now known as micheil_away
  144. # [04:58] <MikeSmith> I supposed "i utvikling" is probably not the best way to translate "in development"
  145. # [05:00] <MikeSmith> hmm
  146. # [05:00] <MikeSmith> or maybe it is
  147. # [05:00] <MikeSmith> http://da.wikipedia.org/wiki/Softwareudvikling
  148. # [05:01] <MikeSmith> is ud-/ut- a prefix of some kind?
  149. # [05:03] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
  150. # [05:05] * Quits: jacobolu_ (~jacobolus@c-66-31-201-117.hsd1.ma.comcast.net) (Remote host closed the connection)
  151. # [05:07] <MikeSmith> out
  152. # [05:09] * Quits: dbaron (~dbaron@nat/mozilla/x-dkjnuhrqjbspgkiv) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  153. # [05:12] <MikeSmith> vikling = winding?
  154. # [05:23] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 252 seconds)
  155. # [05:30] * Joins: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net)
  156. # [05:45] * Quits: Aleoss (AleossIRC@142.166.193.62) (Excess Flood)
  157. # [05:45] * Joins: Aleoss (AleossIRC@142.166.193.62)
  158. # [05:52] <aho> i want the jng format back
  159. # [05:53] <aho> in those cases where it makes sense to use, png32 is the only option, but unfortunately png32 is *much* larger
  160. # [05:53] <aho> https://bugzilla.mozilla.org/show_bug.cgi?id=195280 <- nowadays their reasoning looks sorta silly
  161. # [05:54] <aho> given that i've seen sites which use a >300kb png32 as workaround
  162. # [05:55] <aho> mng is sorta pointless though
  163. # [05:55] <aho> but just jng... how hard could it be? :>
  164. # [05:56] <aho> i mean... if you can decode jpg and if you can read a png... you already got all the parts you need for reading jng
  165. # [05:56] <aho> (yea, this isn't really the right place for this... just rambling a bit here) :>
  166. # [05:58] * Quits: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net) (Quit: payman_m)
  167. # [06:00] <MikeSmith> what would be a good precise term to classify Firebug, Web Inspector, Dragonfly, etc.?
  168. # [06:01] <MikeSmith> Web developer debugging tools?
  169. # [06:01] <MikeSmith> Web application debugging tools
  170. # [06:04] <MikeSmith> or thinking of it in terms of what aspects of the tools have potential to be standardized across apps
  171. # [06:04] <MikeSmith> interfaces
  172. # [06:04] <aho> "web development tools" is used by wikipedia
  173. # [06:04] <MikeSmith> like the console object
  174. # [06:04] <MikeSmith> aho: yeah, not nearly precise enough for my needs
  175. # [06:04] <MikeSmith> Dreamweaver is a "web development tool"
  176. # [06:04] <aho> so is filezilla ;)
  177. # [06:05] <MikeSmith> "Web application debugging" interfaces
  178. # [06:05] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
  179. # [06:05] <aho> but yea, it's odd that there doesnt seem to be a better name for this stuff
  180. # [06:05] <MikeSmith> dunno if "debugging" is the best word
  181. # [06:05] <MikeSmith> I guess I will go with "debugging" for now
  182. # [06:06] <MikeSmith> and "Web application debugging"
  183. # [06:06] <aho> you dont necessarily do debugging with it though
  184. # [06:06] <MikeSmith> rather than "Web developer debugging"
  185. # [06:06] <MikeSmith> aho: so what other tasks do you do?
  186. # [06:06] <aho> you can write css with it :>
  187. # [06:06] <MikeSmith> "debugging" is a pretty loose term in practice
  188. # [06:07] <aho> you can also do performance analysis stuff
  189. # [06:12] * Joins: temp01 (~temp01@unaffiliated/temp01)
  190. # [06:13] <MikeSmith> hmm
  191. # [06:13] <MikeSmith> true
  192. # [06:14] <MikeSmith> we have a group for that already
  193. # [06:14] <MikeSmith> Web Performance WG
  194. # [06:14] <MikeSmith> http://www.w3.org/2010/webperf/
  195. # [06:15] <MikeSmith> but that scope is too limiting
  196. # [06:15] <MikeSmith> it's only about performance
  197. # [06:17] * Joins: heycam (~cam@60.234.80.67)
  198. # [06:19] <MikeSmith> sroussey: any suggestions?
  199. # [06:29] * Quits: heycam (~cam@60.234.80.67) (Quit: bye)
  200. # [06:30] * Joins: heycam (~cam@wok.mcc.id.au)
  201. # [06:31] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 264 seconds)
  202. # [06:32] * Quits: romeo_ (~romeo__@x1-6-00-10-a7-28-f3-47.k562.webspeed.dk) (Quit: Leaving)
  203. # [06:36] * Joins: Heimidal (~heimidal@c-67-177-214-77.hsd1.co.comcast.net)
  204. # [06:36] * Quits: Heimidal (~heimidal@c-67-177-214-77.hsd1.co.comcast.net) (Changing host)
  205. # [06:36] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
  206. # [06:36] * Joins: temp01 (~temp01@unaffiliated/temp01)
  207. # [06:42] <MikeSmith> goodbye datagrid
  208. # [06:42] <MikeSmith> we barely knew yah
  209. # [06:47] <karlcow> http://ajaxian.com/archives/birth-of-the-datagrid-element-in-html-5
  210. # [06:48] <karlcow> http://blog.whatwg.org/this-week-in-html-5-episode-31
  211. # [06:48] <karlcow> http://html5.org/tools/web-apps-tracker?from=2961&to=2962
  212. # [06:48] <karlcow> was looking for the inception date 2009-04-18
  213. # [06:49] <karlcow> to http://html5.org/tools/web-apps-tracker?from=5643&to=5644 2010-10-22 23:12
  214. # [06:50] * Quits: MikeSmith (~MikeSmith@EM114-48-65-141.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
  215. # [06:55] * Joins: MikeSmith (~MikeSmith@EM114-48-223-83.pool.e-mobile.ne.jp)
  216. # [06:55] * Joins: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
  217. # [07:09] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
  218. # [07:30] * Quits: slartsa (~slartsa@alpha.pumppumedia.com) (Remote host closed the connection)
  219. # [07:35] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
  220. # [07:57] * Joins: kennyluck (~kennyluck@dhcp-246-37.mag.keio.ac.jp)
  221. # [08:02] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
  222. # [08:21] * Quits: heycam (~cam@wok.mcc.id.au) (Quit: Terminated with extreme prejudice - dircproxy 1.0.5)
  223. # [08:21] * Joins: heycam (~cam@wok.mcc.id.au)
  224. # [08:28] * Quits: heycam (~cam@wok.mcc.id.au) (Quit: Terminated with extreme prejudice - dircproxy 1.0.5)
  225. # [08:29] * Joins: heycam (~cam@wok.mcc.id.au)
  226. # [08:30] * Quits: Martijnc (~Martijnc@91.176.220.93) (Ping timeout: 250 seconds)
  227. # [08:31] * Quits: kennyluck (~kennyluck@dhcp-246-37.mag.keio.ac.jp) (Quit: kennyluck)
  228. # [08:35] * Joins: Martijnc (~Martijnc@91.176.116.129)
  229. # [08:36] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
  230. # [08:46] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.10/20100920140826])
  231. # [08:50] * Joins: erlehmann (~erlehmann@89.204.137.9)
  232. # [08:58] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  233. # [09:05] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
  234. # [09:05] * Quits: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7) (Excess Flood)
  235. # [09:06] * Joins: kennyluck (~kennyluck@2001:200:1c0:3602:225:ff:fe4d:f8c7)
  236. # [09:18] * Parts: jwm (jwm@dev.dist.us)
  237. # [09:24] * Quits: cypha (~sallabanc@unaffiliated/cypha) (Ping timeout: 240 seconds)
  238. # [09:26] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Ping timeout: 250 seconds)
  239. # [09:27] * Joins: matjas (~matjas@91.182.215.158)
  240. # [09:30] * Joins: smaug____ (~chatzilla@cs181063178.pp.htv.fi)
  241. # [09:45] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  242. # [09:47] * Joins: ROBOd (~robod@89.123.140.142)
  243. # [09:47] * Quits: matjas (~matjas@91.182.215.158) (Remote host closed the connection)
  244. # [09:48] * Joins: matjas (~matjas@91.182.215.158)
  245. # [09:49] * Quits: matjas (~matjas@91.182.215.158) (Remote host closed the connection)
  246. # [10:02] * Quits: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer)
  247. # [10:03] * Joins: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net)
  248. # [10:15] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
  249. # [10:16] * Joins: nessy (~Adium@124-168-60-18.dyn.iinet.net.au)
  250. # [10:20] * Joins: slartsa (~slartsa@68.68.18.83.customer.bluemilenetworks.com)
  251. # [10:21] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
  252. # [10:22] * Parts: JonathanNeal (~Jonathan_@99-59-125-34.lightspeed.irvnca.sbcglobal.net) ("Leaving")
  253. # [10:25] * Quits: espadrine (~espadrine@acces0670.res.insa-lyon.fr) (Quit: espadrine)
  254. # [10:26] * Joins: cypha (~sallabanc@unaffiliated/cypha)
  255. # [10:29] * Joins: maikmerten (~maikmerte@port-92-201-196-131.dynamic.qsc.de)
  256. # [10:30] * Quits: Anti-X (~duckmysic@cF474BF51.dhcp.bluecom.no) (Ping timeout: 264 seconds)
  257. # [10:32] * Quits: cypha (~sallabanc@unaffiliated/cypha) (Ping timeout: 245 seconds)
  258. # [10:35] * Joins: Anti-X (~duckmysic@cAB76BF51.dhcp.bluecom.no)
  259. # [10:36] * Quits: smaug____ (~chatzilla@cs181063178.pp.htv.fi) (Quit: ChatZilla 0.9.86 [Firefox 4.0b8pre/20101012184407])
  260. # [10:42] * Quits: Anti-X (~duckmysic@cAB76BF51.dhcp.bluecom.no) (Ping timeout: 255 seconds)
  261. # [10:49] * Joins: Anti-X (~duckmysic@c697BBF51.dhcp.bluecom.no)
  262. # [10:56] * Joins: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net)
  263. # [10:56] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
  264. # [10:59] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
  265. # [10:59] <annevk> yay Hixie for writing up that CP for ISSUE-27
  266. # [11:05] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  267. # [11:07] * Joins: tndH (~Rob@cpc6-seac20-2-0-cust102.7-2.cable.virginmedia.com)
  268. # [11:10] <annevk> I do hope we get a replacement for <datagrid> within some reasonable amount of time
  269. # [11:10] * Quits: Anti-X (~duckmysic@c697BBF51.dhcp.bluecom.no)
  270. # [11:23] <hsivonen> annevk: <table> + ARIA + JS lib
  271. # [11:27] <annevk> right, as I said...
  272. # [11:40] * Joins: Anti-X (~duckmysic@c697BBF51.dhcp.bluecom.no)
  273. # [11:49] * Quits: aho (~nya@fuld-4d00d1ab.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
  274. # [11:53] * Joins: beverloo (~peter@5ED75878.cm-7-8b.dynamic.ziggo.nl)
  275. # [12:04] * Joins: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk)
  276. # [12:13] * Joins: smaug____ (~chatzilla@cs181063178.pp.htv.fi)
  277. # [12:23] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
  278. # [12:24] * Quits: Anti-X (~duckmysic@c697BBF51.dhcp.bluecom.no) (Ping timeout: 240 seconds)
  279. # [12:30] * Quits: henrikbjorn (~henrik@80.199.116.190.static.peytz.dk) (Ping timeout: 276 seconds)
  280. # [12:31] * Joins: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no)
  281. # [12:34] * Joins: everton (~everton@216.131.110.172)
  282. # [12:35] * Quits: everton (~everton@216.131.110.172) (Client Quit)
  283. # [12:54] * Joins: MikeSmith_ (~MikeSmith@EM114-48-64-76.pool.e-mobile.ne.jp)
  284. # [12:57] * Quits: MikeSmith (~MikeSmith@EM114-48-223-83.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
  285. # [12:57] * MikeSmith_ is now known as MikeSmith
  286. # [13:00] * Joins: boogyman (~boogy@unaffiliated/boogyman)
  287. # [13:01] * maikmerten is now known as maik|afk
  288. # [13:13] * Quits: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no) (Ping timeout: 265 seconds)
  289. # [13:17] * Joins: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no)
  290. # [13:29] * Joins: ZombieLoffe (~e@unaffiliated/zombieloffe)
  291. # [13:31] * Quits: erlehmann (~erlehmann@89.204.137.9) (Quit: Die demokratieerhaltende Whistleblower-Organisation Krautchan freut sich immer über Spenden.)
  292. # [13:32] * Joins: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl)
  293. # [13:37] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
  294. # [13:37] * Quits: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no) (Ping timeout: 240 seconds)
  295. # [13:42] * Joins: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no)
  296. # [13:47] * micheil_away is now known as micheil
  297. # [13:51] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Ping timeout: 265 seconds)
  298. # [13:55] * Quits: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net) (Quit: payman_m)
  299. # [14:01] * Joins: maikmerten_ (~maikmerte@port-92-201-81-174.dynamic.qsc.de)
  300. # [14:04] * Quits: maik|afk (~maikmerte@port-92-201-196-131.dynamic.qsc.de) (Ping timeout: 252 seconds)
  301. # [14:08] * Joins: robman (~robman@eth4584.nsw.adsl.internode.on.net)
  302. # [14:14] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
  303. # [14:14] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Disconnected by services)
  304. # [14:14] * Joins: gavin_ (~gavin@firefox/developer/gavin)
  305. # [14:17] * Joins: karlcow (~karl@nerval.la-grange.net)
  306. # [14:18] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 250 seconds)
  307. # [14:33] * Joins: Amorphous (jan@unaffiliated/amorphous)
  308. # [14:42] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
  309. # [14:42] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
  310. # [14:42] * Quits: Anti-X (~duckmysic@cC87BBF51.dhcp.bluecom.no) (Ping timeout: 265 seconds)
  311. # [14:43] * Joins: Anti-X (~duckmysic@c557ABF51.dhcp.bluecom.no)
  312. # [14:44] <webr3> annevk, anybody from opera, is CORS "Access-Control-Allow-Origin" supported by opera?
  313. # [14:44] <gsnedders> webr3: No
  314. # [14:44] <gsnedders> webr3: But will be in future
  315. # [14:45] <webr3> lol gsnedders!
  316. # [14:45] <webr3> thought best to double check that one :p
  317. # [14:45] <gsnedders> webr3: Well, I _do_ fall into the "anybody from opera" category :)
  318. # [14:46] <Dashiva> What if I work for an opera house?
  319. # [14:48] <webr3> gsnedders, cool didn't realise - and thus apologies!
  320. # [14:48] * Quits: Anti-X (~duckmysic@c557ABF51.dhcp.bluecom.no) (Ping timeout: 272 seconds)
  321. # [14:48] <gsnedders> webr3: Not realizing seemed like the plausible explanation — no need to apologize! :)
  322. # [14:54] * Joins: Anti-X (~duckmysic@77.19.145.132.tmi.telenormobil.no)
  323. # [15:00] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
  324. # [15:07] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Remote host closed the connection)
  325. # [15:22] * Joins: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com)
  326. # [15:22] * Quits: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com) (Changing host)
  327. # [15:22] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
  328. # [15:30] * Joins: Athox (~duckmysic@c0872BF51.dhcp.bluecom.no)
  329. # [15:33] * Quits: Anti-X (~duckmysic@77.19.145.132.tmi.telenormobil.no) (Ping timeout: 240 seconds)
  330. # [15:37] * Quits: Athox (~duckmysic@c0872BF51.dhcp.bluecom.no) (Ping timeout: 272 seconds)
  331. # [15:40] * Quits: nessy (~Adium@124-168-60-18.dyn.iinet.net.au) (Quit: Leaving.)
  332. # [15:42] * Joins: Anti-X (~duckmysic@77.17.203.116.tmi.telenormobil.no)
  333. # [15:45] * Joins: romeo_ (~romeo__@x1-6-00-10-a7-28-f3-47.k562.webspeed.dk)
  334. # [15:50] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
  335. # [15:56] * Joins: Craig` (~craig@host81-141-115-0.wlms-broadband.com)
  336. # [15:57] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
  337. # [15:57] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
  338. # [16:04] * Joins: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com)
  339. # [16:04] * Quits: GarethAdams|Home (~GarethAda@5ac17de3.bb.sky.com) (Changing host)
  340. # [16:04] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
  341. # [16:08] * Quits: Craig` (~craig@host81-141-115-0.wlms-broadband.com) (Quit: Leaving)
  342. # [16:10] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
  343. # [16:11] * Joins: Craig` (~craig@host81-141-115-0.wlms-broadband.com)
  344. # [16:20] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
  345. # [16:39] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  346. # [16:56] * Joins: boogyman_ (~boogy@cpe-173-171-60-41.tampabay.res.rr.com)
  347. # [16:56] * Quits: boogyman_ (~boogy@cpe-173-171-60-41.tampabay.res.rr.com) (Changing host)
  348. # [16:56] * Joins: boogyman_ (~boogy@unaffiliated/boogyman)
  349. # [16:57] * Quits: boogyman_ (~boogy@unaffiliated/boogyman) (Read error: Connection reset by peer)
  350. # [16:58] * Joins: boogyman_ (~boogy@unaffiliated/boogyman)
  351. # [16:59] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Disconnected by services)
  352. # [16:59] * boogyman_ is now known as boogyman
  353. # [16:59] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
  354. # [17:00] * Quits: benschwarz (~ben@59.167.185.148) (Quit: benschwarz)
  355. # [17:10] * Quits: micheil (~micheil@124-149-173-56.dyn.iinet.net.au) (Read error: Connection reset by peer)
  356. # [17:10] * Joins: micheil_mbp (~micheil@124-149-173-56.dyn.iinet.net.au)
  357. # [17:11] * Quits: sean` (~Sean@84-106-110-173.cable.quicknet.nl) (Ping timeout: 252 seconds)
  358. # [17:11] * Joins: sean` (~Sean@84-106-110-173.cable.quicknet.nl)
  359. # [17:44] <sroussey> MikeSmith: we sometimes loosely use "Browser Tools" or Browser Developer Tools. Note that I've seen people reuse Web Inspector to attach to V8/node server side javascript, but I don't think we need worry about that for the console object
  360. # [17:44] * Quits: Craig` (~craig@host81-141-115-0.wlms-broadband.com) (Quit: Leaving)
  361. # [17:49] <micheil_mbp> sroussey: I've not seen that with v8/node, got a link?
  362. # [17:51] * Quits: micheil_mbp (~micheil@124-149-173-56.dyn.iinet.net.au) (Read error: Connection reset by peer)
  363. # [17:51] * Joins: micheil (~micheil@124-149-173-56.dyn.iinet.net.au)
  364. # [17:53] <sroussey> http://github.com/dannycoates/node-inspector
  365. # [18:01] <micheil> ah
  366. # [18:01] <micheil> I always thought that was console based
  367. # [18:01] <micheil> (command line)
  368. # [18:10] <sroussey> It is, but you can have an agent relay events to a a browser, even events that are happening in the server itself
  369. # [18:10] <micheil> ah, cool
  370. # [18:10] <micheil> I've never really looked at it much
  371. # [18:13] <MikeSmith> sroussey: it seems like "browser tools" could mean a whole lot of things
  372. # [18:14] <MikeSmith> and "browser developer tools" sounds like something for developing browsers
  373. # [18:14] <sroussey> yes, true...
  374. # [18:15] <sroussey> Then you are back to "Web Developer Tools for Browsers" or some such.
  375. # [18:16] <MikeSmith> I'm at "Web application debugging"
  376. # [18:16] <MikeSmith> I'm not even sure about "tools"
  377. # [18:16] <MikeSmith> because what I need to describe are not the tools
  378. # [18:17] <MikeSmith> but the scope
  379. # [18:17] <MikeSmith> I am thinking "analysis" is another word that could be used
  380. # [18:17] <MikeSmith> "Web application analysis and debugging"
  381. # [18:17] <MikeSmith> maybe
  382. # [18:17] <MikeSmith> it's never fun to try to pick a name for any of this stuff
  383. # [18:18] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
  384. # [18:24] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
  385. # [18:24] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
  386. # [18:26] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
  387. # [18:32] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
  388. # [18:33] <sroussey> No it is not!
  389. # [18:34] * Joins: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net)
  390. # [18:34] <sroussey> No fun at all... but "Web application analysis and debugging" is pretty decent
  391. # [18:34] <Aleoss> MikeSmith: Pick an acronym that can sound dirty. ;)
  392. # [18:34] <sroussey> Probably the most accurate I've seen
  393. # [18:35] <MikeSmith> Aleoss: I always try
  394. # [18:35] <Aleoss> MikeSmith: Examples: CLIT (Continuum Level/INI Toolkit) or ASSS (A Small Subspace Server) for this game called Continuum
  395. # [18:35] <MikeSmith> heh
  396. # [18:35] <MikeSmith> I like the way you think
  397. # [18:35] <sroussey> Heh, makes WAAD seem so pedestrian
  398. # [18:35] <MikeSmith> :)
  399. # [18:37] * Joins: SavageX_ (~maikmerte@port-92-201-65-169.dynamic.qsc.de)
  400. # [18:40] * Quits: maikmerten_ (~maikmerte@port-92-201-81-174.dynamic.qsc.de) (Ping timeout: 245 seconds)
  401. # [18:40] <Aleoss> MikeSmith: Just do WAD (Web Analysis Debugging) and figure out how to prefix CUM to the start of it.
  402. # [18:42] <MikeSmith> that's what we need more of
  403. # [18:43] <MikeSmith> for the Web platform
  404. # [18:43] <MikeSmith> more Redd Foxx
  405. # [18:43] <MikeSmith> more Chinga Chavin
  406. # [18:43] <MikeSmith> more Blowfly
  407. # [18:44] <MikeSmith> or short of that, more Kool Keith at least
  408. # [18:44] <MikeSmith> or more Kinky Friedman
  409. # [18:56] * Joins: davidwalsh (~davidwals@75-134-27-91.dhcp.mdsn.wi.charter.com)
  410. # [18:56] * Joins: justinhjohnson (~justinjn@c-76-120-71-255.hsd1.co.comcast.net)
  411. # [18:58] * Quits: MikeSmith (~MikeSmith@EM114-48-64-76.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
  412. # [19:03] * Joins: MikeSmith (~MikeSmith@EM111-188-47-24.pool.e-mobile.ne.jp)
  413. # [19:04] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
  414. # [19:05] * Joins: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net)
  415. # [19:06] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
  416. # [19:12] * Joins: WHATWG (~apermanen@cpe-76-168-89-210.socal.res.rr.com)
  417. # [19:12] * Quits: WHATWG (~apermanen@cpe-76-168-89-210.socal.res.rr.com) (Client Quit)
  418. # [19:14] * abarth is now known as abarth|class
  419. # [19:14] * Quits: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi) (Remote host closed the connection)
  420. # [19:15] * Joins: timeless_mbp (~timeless@a88-115-8-36.elisa-laajakaista.fi)
  421. # [19:20] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
  422. # [19:22] * Joins: Ms2ger (~Ms2ger@91.181.122.245)
  423. # [19:24] * Joins: matjas (~matjas@91.182.215.158)
  424. # [19:26] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
  425. # [19:31] * Quits: payman_m (~payman_m@h85-8-2-58.static.se.alltele.net) (Quit: payman_m)
  426. # [19:39] * Quits: matjas (~matjas@91.182.215.158) (Remote host closed the connection)
  427. # [19:43] * Quits: Ms2ger (~Ms2ger@91.181.122.245) (Read error: Connection reset by peer)
  428. # [19:49] * Joins: Ms2ger (~Ms2ger@91.181.122.245)
  429. # [20:01] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
  430. # [20:08] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
  431. # [20:10] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
  432. # [20:11] * Joins: cfq (~cfq@94-194-98-91.zone8.bethere.co.uk)
  433. # [20:16] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Ping timeout: 245 seconds)
  434. # [20:18] * Quits: cfq (~cfq@94-194-98-91.zone8.bethere.co.uk) (Quit: cfq)
  435. # [20:22] * Quits: SavageX_ (~maikmerte@port-92-201-65-169.dynamic.qsc.de) (Remote host closed the connection)
  436. # [20:24] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  437. # [20:26] * Joins: eboyjr (~eboyjr@unaffiliated/eboyjr)
  438. # [20:26] <eboyjr> I have a proposol for the DOM
  439. # [20:27] <eboyjr> I think that there should be an event for when window.location.href changes
  440. # [20:27] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  441. # [20:27] <eboyjr> Right now polling is not really the best way to do it
  442. # [20:27] <eboyjr> That's all thanks
  443. # [20:27] <eboyjr> :)
  444. # [20:28] <boogyman> eboyjr: as with the other channel, it's still okay to NOT use the enter button as punctuation :-s
  445. # [20:28] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Quit: annevk)
  446. # [20:29] <eboyjr> boogyman: Yeah whoops :/
  447. # [20:30] <Dashiva> eboyjr: Isn't that what onhashchange does?
  448. # [20:32] <eboyjr> Dashiva: Yeah it does, -.- thanks
  449. # [20:34] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  450. # [20:35] * Parts: eboyjr (~eboyjr@unaffiliated/eboyjr)
  451. # [20:45] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
  452. # [20:47] * Joins: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net)
  453. # [20:47] * Quits: estes (~aestes@76-220-34-58.lightspeed.sntcca.sbcglobal.net) (Client Quit)
  454. # [20:48] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
  455. # [20:48] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
  456. # [20:56] * Quits: cyphase (~cyphase@adsl-76-254-66-16.dsl.pltn13.sbcglobal.net) (Read error: Connection reset by peer)
  457. # [21:12] * Joins: cyphase (~cyphase@adsl-99-27-135-33.dsl.pltn13.sbcglobal.net)
  458. # [21:18] <karlcow> .
  459. # [21:19] * karlcow is not sure to understand hixie's answer. It seems to move the outpost of the issue. (cf. rel)
  460. # [21:20] <karlcow> RISKS
  461. # [21:20] <karlcow> We might have to update the spec at some point in the future if for
  462. # [21:20] <karlcow> whatever reason the registry moves to another URL. However, that's a risk
  463. # [21:20] <karlcow> regardless of what solution we use, since if someone sets up a competing
  464. # [21:20] <karlcow> registry that wins in the market, we'd have to update the spec to point to
  465. # [21:20] <karlcow> that registry even if the previosuly "official" one still existed.
  466. # [21:20] * Joins: aho (~nya@fuld-4d00d64c.pool.mediaWays.net)
  467. # [21:21] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
  468. # [21:21] * karlcow wonders if a separate spec for rel values if it is expected to change more often would be needed and then could be used by other specs.
  469. # [21:23] <Hixie> the HTML spec is going to change far more often than the rel spec
  470. # [21:27] <karlcow> ok so no issue and no risk.
  471. # [21:33] * Joins: Athox (~duckmysic@c6078BF51.dhcp.bluecom.no)
  472. # [21:37] * Quits: Anti-X (~duckmysic@77.17.203.116.tmi.telenormobil.no) (Ping timeout: 265 seconds)
  473. # [21:46] * Athox is now known as Anti-X
  474. # [21:50] * Quits: jacobolus (~jacobolus@c-24-128-189-152.hsd1.ma.comcast.net) (Remote host closed the connection)
  475. # [22:16] * Quits: cyphase (~cyphase@adsl-99-27-135-33.dsl.pltn13.sbcglobal.net) (Quit: http://www.cyphase.com/)
  476. # [22:28] * Quits: justinhjohnson (~justinjn@c-76-120-71-255.hsd1.co.comcast.net) (Quit: justinhjohnson)
  477. # [22:46] <MikeSmith> I can see it making sense to have a rel spec that normatively references the HTML5 spec
  478. # [22:46] <MikeSmith> and possibly other specs
  479. # [22:47] <MikeSmith> like the RFC that mnot mentions that defines use of the license link type for Atom
  480. # [22:48] <MikeSmith> I especially can see it making sense if it calms some people down and lets us move on
  481. # [22:49] <Ms2ger> You think those people are ready to be calmed down?
  482. # [22:50] <MikeSmith> Ms2ger: maybe not, but I hope it might help to redirect some energy to other places
  483. # [22:50] <MikeSmith> other places where it might be more productively applied
  484. # [22:51] <MikeSmith> it would be great if we had more people who understood the spirit of the "Something is wrong on the Internet" meme
  485. # [22:56] <Dashiva> Did you mean: Someone is wrong on the internet
  486. # [22:57] <Ms2ger> He meant "MikeSmith is wrong on the Internet."
  487. # [22:58] <MikeSmith> I am definitely wrooong
  488. # [22:58] <MikeSmith> just like am baaad
  489. # [22:58] <Dashiva> Can you please stop, I want to sleep tonight...
  490. # [22:58] <MikeSmith> and I am wicked
  491. # [22:59] <MikeSmith> I am the mutha who put the word "fuck" in muthafucker.
  492. # [23:00] <Dashiva> So how would you translate badass into Japanese?
  493. # [23:01] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 245 seconds)
  494. # [23:02] <MikeSmith> hmm
  495. # [23:02] <MikeSmith> good question
  496. # [23:02] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
  497. # [23:02] <paul_irish> does a media query change selector specificity?
  498. # [23:03] <paul_irish> feels like it should.. though i see nothing in the specs indicating that.
  499. # [23:03] <MikeSmith> paul_irish: not in the CSS specs either?
  500. # [23:03] <MikeSmith> I mean, not just in the selector api spec
  501. # [23:04] <MikeSmith> Dashiva: I do realize the comic is "someone", but I think the meme is more about "something"
  502. # [23:04] <MikeSmith> but maybe that's just me
  503. # [23:04] * Quits: ROBOd (~robod@89.123.140.142) (Quit: .)
  504. # [23:04] <Dashiva> I think so
  505. # [23:05] <MikeSmith> well, then, no wonder more people don't understand it!
  506. # [23:05] <MikeSmith> I'm the only one who uses it that way
  507. # [23:05] <Dashiva> See the title text of the comic
  508. # [23:06] <MikeSmith> yeah, I remember that
  509. # [23:06] <MikeSmith> "they won't quit being wrong"
  510. # [23:06] <MikeSmith> or whatever it says
  511. # [23:07] <MikeSmith> anyway, something is clearly wrong on the Internet, if people can't just can't think about particular memes the same way I do
  512. # [23:07] <MikeSmith> paul_irish: I am looking at the specs now
  513. # [23:07] <MikeSmith> fwiw
  514. # [23:07] <Dashiva> But surely it's not only wrong on the internet :P
  515. # [23:08] <MikeSmith> heh
  516. # [23:08] * Joins: boogyman (~boogy@unaffiliated/boogyman)
  517. # [23:09] <paul_irish> MikeSmith: just tested it in everywhere but IE and media queries seem to not increase specifity
  518. # [23:09] <MikeSmith> paul_irish: maybe dbaron would now
  519. # [23:09] <MikeSmith> *know
  520. # [23:09] <karlcow> someone can't be wrong in Japan :)
  521. # [23:10] <paul_irish> MikeSmith: Should i file a ticket somewhere so this can be noted in the selector api spec?
  522. # [23:10] <dbaron> media queries don't increase specificity
  523. # [23:10] <paul_irish> ta
  524. # [23:10] <MikeSmith> paul_irish: should file if it's not clear, yeah
  525. # [23:11] <MikeSmith> dbaron: is there a particular place in a spec where this is addressed that paul_irish might have missed?
  526. # [23:11] <dbaron> well, the spec doesn't say anything about them increasing specificity
  527. # [23:11] <dbaron> so there's no particular place
  528. # [23:11] <MikeSmith> heh
  529. # [23:11] <MikeSmith> fair enough
  530. # [23:12] <MikeSmith> so it might be worth adding something to make it clear
  531. # [23:12] <MikeSmith> I think anne is the one working most actively on the MQ spec right now
  532. # [23:12] <MikeSmith> paul_irish: CSS WG doesn't use bugzilla and doesn't have an automated tracker otherwise
  533. # [23:12] <MikeSmith> iirc
  534. # [23:13] <paul_irish> Oh! :) okay. i'll just bug anne next time i see him
  535. # [23:13] <MikeSmith> last time I had changes about MQ spec to suggest, I e-mailed them to anne and cc'ed www-archive
  536. # [23:16] * Joins: jaleks (~Jaleks@95.157.9.154)
  537. # [23:18] <MikeSmith> Dashiva: あいつすごい
  538. # [23:18] <MikeSmith> maybe
  539. # [23:18] <MikeSmith> すげぇあいつ
  540. # [23:19] * Parts: jaleks (~Jaleks@95.157.9.154)
  541. # [23:19] <MikeSmith> あいつスゲーなー
  542. # [23:19] <MikeSmith> etc.
  543. # [23:20] <karlcow> déclaration d'amour
  544. # [23:21] * Ms2ger wonders why there's no bugzilla component for web dom core
  545. # [23:21] <karlcow> すげぇ… hmmm ちょっと…
  546. # [23:21] <MikeSmith> やべあいつ
  547. # [23:21] <Dashiva> MikeSmith: Doesn't seem to convey the bad part of badass, though...
  548. # [23:21] <Dashiva> Maybe there are no badasses in Japan
  549. # [23:21] <MikeSmith> Dashiva: well, translation tools might not do anything useful with that
  550. # [23:22] <MikeSmith> but in practice
  551. # [23:22] <MikeSmith> やばい、すごい + あいつ
  552. # [23:22] <MikeSmith> actually, probably やばい more than すごい
  553. # [23:22] <MikeSmith> these days
  554. # [23:23] <karlcow> MikeSmith: what is the context of bad ass?
  555. # [23:24] <MikeSmith> I dunno
  556. # [23:24] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914125854])
  557. # [23:24] <MikeSmith> normal context
  558. # [23:25] <karlcow> ok
  559. # [23:25] <karlcow> a tough, aggressive, or uncooperative person
  560. # [23:26] <MikeSmith> hmm
  561. # [23:26] <MikeSmith> maybe
  562. # [23:27] <MikeSmith> it's like the word "muthafucker" or "motherfucker"
  563. # [23:27] <MikeSmith> it could mean somebody who you think is really great
  564. # [23:27] <MikeSmith> or it could be somebody you just really hate
  565. # [23:28] <MikeSmith> it depends on how you use it
  566. # [23:28] * karlcow has someone whispering: やばい or いかつい or あぶない
  567. # [23:28] <MikeSmith> heh
  568. # [23:28] <karlcow> in the context of really bad.
  569. # [23:28] <Dashiva> Well, it's sort of both
  570. # [23:28] <MikeSmith> karlcow: ask your sources :)
  571. # [23:29] <MikeSmith> Dashiva: you know ちょう?
  572. # [23:29] <Dashiva> They have the ready-to-be-unleashed potential of being bad, but they aren't actually bad
  573. # [23:29] <Dashiva> 超?
  574. # [23:29] <MikeSmith> this could probably use a ちょう or チョー as well
  575. # [23:29] <Dashiva> The prefix for like "super" or "way"?
  576. # [23:29] <karlcow> あいつ(that guy),イカツイ(orやばいorあぶない)よな。
  577. # [23:30] <MikeSmith> yeah
  578. # [23:30] <MikeSmith> in sense of "super2
  579. # [23:30] <MikeSmith> karlcow: ah yeah
  580. # [23:30] <MikeSmith> イカツイ
  581. # [23:30] <MikeSmith> I hear
  582. # [23:30] <Aleoss> MikeSmith: Did you come up with a creative acronym? ;)
  583. # [23:30] <MikeSmith> sometimes
  584. # [23:30] <Dashiva> I guess that one is decent
  585. # [23:31] <karlcow> the positive way
  586. # [23:31] <karlcow> あいつ(that guy),やばい(orきてるorかっこいい..)
  587. # [23:31] <karlcow> but the most current, (she said), would be for positive or negative is やばい
  588. # [23:31] <MikeSmith> チョーやべ、あいつ
  589. # [23:31] <karlcow> the tone makes the difference
  590. # [23:32] <MikeSmith> yeah, if you say it to somebody while they are down on the ground and you are kicking them in the ribs, it has a bit of a different meaning
  591. # [23:32] <Dashiva> Should make a new word, やばかっこ or something
  592. # [23:34] <MikeSmith> Aleoss: working on it
  593. # [23:34] <karlcow> in French, I guess I would use "connard" (for the not positive way)
  594. # [23:35] <MikeSmith> Aleoss: been listening to me Blowfly album "Punk rock party"
  595. # [23:35] <MikeSmith> for inspiration
  596. # [23:36] <MikeSmith> which is a Blowfly pinnacle
  597. # [23:36] <MikeSmith> in a long career of pinnacles
  598. # [23:36] <MikeSmith> dude always outdoes himself
  599. # [23:36] <MikeSmith> and he's like, 100 years old now or something
  600. # [23:37] <MikeSmith> he is a genuine inspiration
  601. # [23:37] <MikeSmith> he should write motivational books
  602. # [23:37] <MikeSmith> like Deepak Chopra and such
  603. # [23:37] <MikeSmith> now that would be something
  604. # [23:37] <MikeSmith> Blowfly's Guide to Life
  605. # [23:37] <karlcow> http://en.wiktionary.org/wiki/badass
  606. # [23:38] <slartsa> hey, someone deleted my picture from that site!
  607. # [23:39] <karlcow> slartsa: lost+found@fromthatsite.com
  608. # [23:40] * Quits: Aleoss (AleossIRC@142.166.193.62) (Quit: We love you, Dark Continent! Good night!)
  609. # [23:40] <slartsa> it's hard being sarcastic in IRC
  610. # [23:41] <karlcow> and fantastic too
  611. # [23:41] <karlcow> or more exactly on any text only communication.
  612. # [23:42] <gsnedders> I find even audio makes a lot of humour hard
  613. # [23:42] <MikeSmith> heh, http://en.wiktionary.org/wiki/badass is funny
  614. # [23:42] <MikeSmith> "The virile guy just looks badass."
  615. # [23:43] <MikeSmith> now, there's a real-world sentence
  616. # [23:43] <karlcow> gsnedders: yep. audio only freaks me out too. I need the look/face/body language of people to have a better understanding.
  617. # [23:44] <karlcow> I have a record of EPIC misunderstandings with online written texts.
  618. # [23:44] <MikeSmith> holy god
  619. # [23:45] <MikeSmith> you learn something new every day
  620. # [23:45] <MikeSmith> "Paradoxically, Clarence Reid is a staunch, bible-toting Christian"
  621. # [23:45] <MikeSmith> http://www.nndb.com/people/559/000087298/
  622. # [23:45] * gsnedders basically fell out with an ex-gf (i.e., this is how she became an ex) by a misunderstanding on IM
  623. # [23:45] <MikeSmith> [[
  624. # [23:45] <MikeSmith> quick to call out hypocritical Christians who chastise him for his ways. "Those muthafuckas should all sit on a giant butt plug," he says. "Most of them don't truly understand what the Bible is saying"
  625. # [23:45] * karlcow has no idea what MikeSmith is talking about :)
  626. # [23:45] <MikeSmith> amen to that
  627. # [23:46] <MikeSmith> karlcow: most nobody else does either
  628. # [23:46] <MikeSmith> I reckon
  629. # [23:46] <MikeSmith> so I will shut up
  630. # [23:46] <karlcow> no no
  631. # [23:46] <MikeSmith> hey
  632. # [23:46] <karlcow> I would prefer to understand who is clarence reid
  633. # [23:47] <MikeSmith> the "sit on a giant butt plug" part makes me think of MLW
  634. # [23:47] <MikeSmith> maybe Blowfly is MLW!!
  635. # [23:47] <MikeSmith> it so fits
  636. # [23:47] <karlcow> giant butt plug can't be that bad. OT would say it's all a question of breathing
  637. # [23:47] <MikeSmith> heh
  638. # [23:47] <Ms2ger> MLW and MikeSmith both start with an M. Coincidence?
  639. # [23:48] <MikeSmith> Ms2ger: sign from God
  640. # [23:49] <karlcow> Ms2ger too with a M, and without forgetting the murderer of Dusseldorf
  641. # [23:49] <karlcow> Hans Beckert
  642. # [23:51] <karlcow> could that be a way to select Change Proposals? http://www.boingboing.net/2010/10/23/old-film-rejection-s.html
  643. # [23:58] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Read error: Connection reset by peer)
  644. # Session Close: Sun Oct 24 00:00:00 2010

The end :)