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

Options:

  1. # Session Start: Fri Dec 02 00:00:00 2011
  2. # Session Ident: #whatwg
  3. # [00:05] * Quits: opalepatrick (~pj@c74-23.i05-19.onvol.net) (Ping timeout: 245 seconds)
  4. # [00:07] * Joins: smaug____ (~chatzilla@GGZYKMMDCCCIII.gprs.sl-laajakaista.fi)
  5. # [00:09] <Hixie> in case anyone tried filing spec bugs and found it didn't work, i've fixed the script
  6. # [00:09] * Quits: martndemus (~martndemu@h254064.upc-h.chello.nl) (Quit: Lost terminal)
  7. # [00:18] <timeless> AryehGregor: coming in late to an already dead study, i think the key is that poorer people tend to die sooner, so even if families had the same number of children initially, the number of surviving children was probably likely to be higher among the wealthier clans :)
  8. # [00:19] <timeless> you're right in that generally one didn't have control over the birth rate, but the survival rate is a different story :)
  9. # [00:20] * Joins: jochen___ (jochen@nat/google/x-cdkxhpwjinmyfwev)
  10. # [00:21] * Quits: jochen__ (jochen@nat/google/x-copxygkycktfgrmf) (Ping timeout: 240 seconds)
  11. # [00:21] * jochen___ is now known as jochen__
  12. # [00:22] * Joins: jwalden (~waldo@2620:101:8003:200:f2de:f1ff:fe8f:60c8)
  13. # [00:22] * Quits: Morphous (jan@unaffiliated/amorphous) (Read error: Operation timed out)
  14. # [00:23] * Joins: jarek__ (~jarek@aeao9.neoplus.adsl.tpnet.pl)
  15. # [00:23] * jarek is now known as Guest3604
  16. # [00:23] * Joins: jacobolus (~jacobolus@199-83-220-131.PUBLIC.monkeybrains.net)
  17. # [00:23] * jarek__ is now known as jarek____
  18. # [00:24] * Quits: Guest3604 (~jarek@unaffiliated/jarek) (Ping timeout: 245 seconds)
  19. # [00:25] <reuben_> I'm trying to understand the reasoning behind http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#dom-media-defaultmuted
  20. # [00:26] <reuben_> isn't it the same thing as the muted attribute itself?
  21. # [00:27] <reuben_> maybe I just don't understand the difference between IDL and content attributes
  22. # [00:27] <Hixie> annevk: ping
  23. # [00:27] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
  24. # [00:27] <Hixie> reuben_: bar="" is a content attribute in <foo bar="">
  25. # [00:27] <Hixie> reuben_: or in element.getAttribute('bar')
  26. # [00:28] <Hixie> reuben_: an IDL attribute is something like element.textContent
  27. # [00:28] <Hixie> reuben_: or element.title
  28. # [00:28] <reuben_> Hixie, ah, as I suspected! thanks!
  29. # [00:28] * reuben_ continues writing this test
  30. # [00:29] <Hixie> reuben_: often the two are so closely related that you can treat them as the same thing, but in practice the fact that they are distinct is important
  31. # [00:29] <Hixie> reuben_: so e.g. element.className is the idl attribute for <element class="">
  32. # [00:29] <Hixie> reuben_: but so is element.classList
  33. # [00:29] <Hixie> reuben_: one is a string, but the other is an object with its own members
  34. # [00:29] * Quits: PalleZingmark1 (~Adium@217.13.228.226) (Ping timeout: 244 seconds)
  35. # [00:30] <Hixie> reuben_: both of these IDL attributes "reflect" the class="" content attribute
  36. # [00:30] <Hixie> reuben_: but they do it in different ways
  37. # [00:30] <Hixie> reuben_: sometimes, a content attribute has no IDL attribute, e.g. <html manifest="">
  38. # [00:32] <reuben_> Hixie, very interesting. I didn't know about classList by the way. so why do some content attributes lack a IDL attribute?
  39. # [00:32] <Hixie> doesn't make any sense to touch manifest="" from script
  40. # [00:32] <Hixie> so there's no point giving it an IDL attribute
  41. # [00:33] <Hixie> <meta charset=""> similarly has no corresponding IDL attribute
  42. # [00:33] <Hixie> (though Document has a bunch of charset-related stuff)
  43. # [00:33] * Joins: c_t_montgomery (~c_t_montg@199.83.223.215)
  44. # [00:34] * Joins: MikeSmith_ (~MikeSmith@EM111-191-92-250.pool.e-mobile.ne.jp)
  45. # [00:35] <reuben_> I see. thanks for the info
  46. # [00:36] * Quits: gwicke (~gabriel@212.255.34.214) (Quit: Bye!)
  47. # [00:37] * Quits: MikeSmith (~MikeSmith@EM1-113-171-65.pool.e-mobile.ne.jp) (Ping timeout: 248 seconds)
  48. # [00:37] * MikeSmith_ is now known as MikeSmith
  49. # [00:39] * Joins: Morphous (jan@unaffiliated/amorphous)
  50. # [00:53] <paul_irish> kennyluck: i actually dont know how how to subscribe to a component or area in bugzilla.. are there docs on this?
  51. # [00:53] <Hixie> add a watch for the QA contact of the component
  52. # [00:53] <kennyluck> paul_irish, I am not talking about subscribing a component. I think master bugs are good enough.
  53. # [00:54] <kennyluck> Hixie, good idea!
  54. # [00:54] <paul_irish> Nice. is there a good technique for finding master bugs ?
  55. # [00:54] <kennyluck> Hixie, not something the WebKit bugillza instance supports :(
  56. # [00:55] <Hixie> kennyluck: watching, or qa contacts?
  57. # [00:55] <Hixie> kennyluck: both can be enabled by the admin, if you know who that is
  58. # [00:55] <kennyluck> Hixie, qa contacts.
  59. # [00:55] <Hixie> kennyluck: ah
  60. # [00:55] <kennyluck> paul_irish, the way I did it is find what bugs Peter Beverloo and Paul Rouget are tracing. :) I actually have links for that.
  61. # [00:56] <Peter`> I'm subscribed to pretty much every bug on WebKit :)
  62. # [00:56] <Peter`> Bugs I'm specifically CC'ed one are either ones I'm involved in as part of my job, or ones that really interest me (as these end up in my inbox)
  63. # [00:57] <Hixie> i'm subscribed (through watches) to an ungodly number of bugs in both webkit and mozilla, but with heavy filtering on my end :-)
  64. # [00:57] <Peter`> Dito, filters are the best thing since e-mail
  65. # [00:59] <kennyluck> paul_irish, here you go https://bugs.webkit.org/buglist.cgi?&emailcc1=1&emailtype1=exact&email1=peter%40chromium.org
  66. # [00:59] <kennyluck> https://bugzilla.mozilla.org/buglist.cgi?emailcc1=1&emailtype1=exact&email1=paul%40mozilla.com
  67. # [01:00] * Quits: jwalden (~waldo@2620:101:8003:200:f2de:f1ff:fe8f:60c8) (Quit: brb (?))
  68. # [01:00] <kennyluck> perhaps not something effective, then I guess you just search "implement" or something...
  69. # [01:03] * Joins: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90)
  70. # [01:04] <kennyluck> Hixie, you mean the admin needs to upgrade my privilege so that I can watch components or see who the qa contact is?
  71. # [01:04] * Joins: espadrine (~thaddee_t@acces2091.res.insa-lyon.fr)
  72. # [01:04] <Hixie> kennyluck: no, i mean the admin needs to enable qa contacts for the whole bugzilla instance
  73. # [01:04] <kennyluck> Oh ok.
  74. # [01:05] * Joins: nonge (~nonge@p5082BA06.dip.t-dialin.net)
  75. # [01:06] * Quits: jarek____ (~jarek@aeao9.neoplus.adsl.tpnet.pl) (Quit: Leaving)
  76. # [01:06] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
  77. # [01:07] * Quits: smaug____ (~chatzilla@GGZYKMMDCCCIII.gprs.sl-laajakaista.fi) (Quit: ChatZilla 0.9.86.1 [Firefox 11.0a1/20111127031032])
  78. # [01:08] <paul_irish> kennyluck: know who to contact to ask for that? cc Peter`
  79. # [01:08] <kennyluck> paul_irish, no idea.
  80. # [01:08] * Joins: smaug____ (~chatzilla@GGZYKMMDCCCIII.gprs.sl-laajakaista.fi)
  81. # [01:08] <Peter`> For WebKit?
  82. # [01:08] <paul_irish> ya
  83. # [01:08] <Peter`> I'd try webkit-dev (the mailing list)
  84. # [01:08] <Peter`> But bugs at WebKit are a big mess
  85. # [01:08] * nunnun is now known as nunnun_away
  86. # [01:08] <Peter`> the component/OS/platform/etc fields are rarely accurate
  87. # [01:09] <kennyluck> Peter`, that's true.
  88. # [01:09] * nunnun_away is now known as nunnun
  89. # [01:11] * Quits: dainbrain (~dain@nat.corp.mediatemple.net) (Ping timeout: 260 seconds)
  90. # [01:13] <boblet> HEY PPLZ, what was your most “mind = blown” website for 2011 for use of HTML5?
  91. # [01:16] * Quits: smaug____ (~chatzilla@GGZYKMMDCCCIII.gprs.sl-laajakaista.fi) (Ping timeout: 244 seconds)
  92. # [01:17] * Joins: PalleZingmark (~Adium@c83-250-137-0.bredband.comhem.se)
  93. # [01:19] * Quits: erlehmann (~erlehmann@89.204.138.196) (Quit: Ex-Chat)
  94. # [01:21] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Quit: ChatZilla 0.9.87 [Firefox 11.0a1/20111127031032])
  95. # [01:25] * nunnun is now known as nunnun_away
  96. # [01:28] <zewt> "ip-based security"? really?
  97. # [01:34] * Joins: GPHemsley (~GPHemsley@209-23-243-49-ip-static.hfc.comcastbusiness.net)
  98. # [01:34] * Quits: GPHemsley (~GPHemsley@209-23-243-49-ip-static.hfc.comcastbusiness.net) (Changing host)
  99. # [01:34] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
  100. # [01:34] * Quits: ap (~ap@17.212.155.203) (Read error: Connection reset by peer)
  101. # [01:35] * Joins: ap (~ap@2620:149:4:1b01:b822:a5ed:8fca:a32f)
  102. # [01:35] * Quits: andyg (~andyg@CPE-124-189-148-81.sqcy1.win.bigpond.net.au) (Quit: andyg)
  103. # [01:37] * Quits: fhaevr (~quassel@nat/transgaming/x-mubaomchmxmmstxo) (Quit: No Ping reply in 180 seconds.)
  104. # [01:37] * Quits: esc_ (~esc-ape@72.inst-3.ufg.ac.at) (Ping timeout: 252 seconds)
  105. # [01:37] * Joins: fhaevr (~quassel@nat/transgaming/x-juqnacisxefpwbec)
  106. # [01:38] * Quits: paul_irish (~paul_iris@205.186.165.150) (Quit: ZNC - http://znc.sourceforge.net)
  107. # [01:38] * Quits: divya (~nimbu@ve.hsh6wjwx.vesrv.com) (Quit: ZNC - http://znc.sourceforge.net)
  108. # [01:38] * Joins: esc_ (~esc-ape@72.inst-3.ufg.ac.at)
  109. # [01:39] * Joins: nimbu (~nimbu@ve.hsh6wjwx.vesrv.com)
  110. # [01:39] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
  111. # [01:41] * nimbu is now known as divya
  112. # [01:44] * Joins: karlcow (~karl@nerval.la-grange.net)
  113. # [01:46] * Joins: erlehmann (~erlehmann@89.204.138.196)
  114. # [01:53] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Quit: ...)
  115. # [01:59] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
  116. # [02:01] * Quits: malydok (marek@moma.t16.ds.pwr.wroc.pl) (Read error: Connection reset by peer)
  117. # [02:01] * jernoble is now known as jernoble|afk
  118. # [02:10] * Quits: drublic (~drublic@frbg-5d84f6e9.pool.mediaWays.net) (Remote host closed the connection)
  119. # [02:11] * Joins: agektmr (~Adium@74.125.56.33)
  120. # [02:16] * Quits: PalleZingmark (~Adium@c83-250-137-0.bredband.comhem.se) (Quit: Leaving.)
  121. # [02:25] * Quits: Dashiva (Dashiva@wikia/Dashiva) (Ping timeout: 252 seconds)
  122. # [02:27] * Joins: L04f3r (~komposmew@adsl-98-68-205-22.cha.bellsouth.net)
  123. # [02:27] * Quits: rillian_ (~rillian@184.71.166.126) (Remote host closed the connection)
  124. # [02:28] * Quits: dbaron (~dbaron@nat/mozilla/x-qysdukaxzbukzmlq) (Read error: Connection reset by peer)
  125. # [02:30] * Joins: dbaron (~dbaron@nat/mozilla/x-udkzqisgkgyscifw)
  126. # [02:30] * Quits: astearns (~anonymous@192.150.22.5) (Quit: astearns)
  127. # [02:30] <rniwa> sicking: have you had a chance to look at algorithms to reapply DOM changes?
  128. # [02:32] * Quits: sicking (~chatzilla@nat/mozilla/x-cqevsuayrehhhbou) (Ping timeout: 244 seconds)
  129. # [02:38] * Joins: jdong_ (~quassel@222.126.155.250)
  130. # [02:40] <zewt> who came up with this terrible idea of having separate mailing lists for "CGs"? i don't want to subscribe to lots of tiny one-spec mailing lists
  131. # [02:48] * Quits: ap (~ap@2620:149:4:1b01:b822:a5ed:8fca:a32f) (Quit: ap)
  132. # [02:49] * heycam is now known as heycam|away
  133. # [02:49] <zewt> Hixie: i'm confused; of course @lang has an effect on rendering ("User agents may use the element's language to determine proper processing or rendering"), and most browsers implement that (everyone but WebKit, it seems)
  134. # [02:49] <zewt> (asking in here rather than mail since I'm assuming I'm misunderstanding you)
  135. # [02:52] <zewt> by the way, your thesis-emails are causing gmail's editor to hang Firefox :|
  136. # [02:53] * Joins: miketaylr (~miketaylr@24.42.93.245)
  137. # [02:54] <rniwa> zewt: I agree.
  138. # [02:54] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
  139. # [02:54] <rniwa> zewt: I don't want to end up subscribing to 20+ mailing list
  140. # [02:54] <rniwa> zewt: and having to create a filter for each one of them
  141. # [02:55] * Joins: andyg (~andyg@ppp191-18.static.internode.on.net)
  142. # [02:56] <zewt> the end result is going to be fewer interested parties contributing to specs, which is a very bad thing
  143. # [02:57] * Joins: KevinMarks (~KevinMark@204.14.239.221)
  144. # [02:57] <TabAtkins> Just add them all to one big filter for "webapps" or something.
  145. # [02:57] <TabAtkins> A tiny effort for each, and it lets you pretend they're all the same.
  146. # [02:59] * Quits: c_t_montgomery (~c_t_montg@199.83.223.215) (Quit: c_t_montgomery)
  147. # [03:00] * Quits: andyg (~andyg@ppp191-18.static.internode.on.net) (Quit: andyg)
  148. # [03:08] * heycam|away is now known as heycam
  149. # [03:09] * Joins: Dashiva (Dashiva@84-72-45-52.dclient.hispeed.ch)
  150. # [03:09] * Quits: Dashiva (Dashiva@84-72-45-52.dclient.hispeed.ch) (Changing host)
  151. # [03:09] * Joins: Dashiva (Dashiva@wikia/Dashiva)
  152. # [03:11] <rniwa> TabAtkins: just having to add 'em all is quite annoying
  153. # [03:11] <rniwa> zewt: right...
  154. # [03:12] <rniwa> my gmail inbox is already spammed by www-* mailing lists :(
  155. # [03:12] <rniwa> don't want to add more mailing lists
  156. # [03:12] <zewt> er, that's what filters are for
  157. # [03:13] <zewt> set a label, enable "skip inbox"
  158. # [03:13] * Joins: rniwa_ (rniwa@nat/google/x-nrszhfrstrlxxhpg)
  159. # [03:13] <rniwa> zewt: you never know which ones are important
  160. # [03:13] * Quits: rniwa (rniwa@nat/google/x-ktphhraegcbhligt) (Quit: rniwa)
  161. # [03:13] * rniwa_ is now known as rniwa
  162. # [03:13] <zewt> doesn't mean they should go into inbox
  163. # [03:13] <zewt> also if you explicitly want a thread in inbox, move to -> inbox
  164. # [03:13] <rniwa> zewt: maybe
  165. # [03:14] <zewt> i can't imagine having mailing lists in my inbox :)
  166. # [03:14] <rniwa> zewt: I might just unsubscribe myself from www-style...
  167. # [03:14] <rniwa> that mailing list gets too many emails per day
  168. # [03:18] <zewt> i've been on lkml and other high-volume lists (though I'm not right now); as long as it's stuffed away into a label, i can selectively ignore it when I feel like it, without having to unsubscrube
  169. # [03:18] * Joins: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net)
  170. # [03:20] * Joins: roc (~chatzilla@60.234.54.74)
  171. # [03:20] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
  172. # [03:22] * Quits: rniwa (rniwa@nat/google/x-nrszhfrstrlxxhpg) (Quit: rniwa)
  173. # [03:22] * Joins: rniwa (rniwa@nat/google/x-ecuctkadznxgsikn)
  174. # [03:22] <rniwa> zewt: I guess.
  175. # [03:22] <rniwa> zewt: though my problem is that it's consuming a lot of my inbox space.
  176. # [03:24] * Joins: scor (~scor@drupal.org/user/52142/view)
  177. # [03:24] <zewt> well, you can delete mails by date, though in my experience even high-volume mailing lists don't do much of a dent to gmail's ~7gb
  178. # [03:32] * Quits: dbaron (~dbaron@nat/mozilla/x-udkzqisgkgyscifw) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  179. # [03:43] * Quits: graememcc (~chatzilla@host86-148-28-199.range86-148.btcentralplus.com) (Quit: ChatZilla 0.9.87 [Firefox 8.0/20111115204015])
  180. # [03:44] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Ping timeout: 240 seconds)
  181. # [03:45] * Quits: rniwa (rniwa@nat/google/x-ecuctkadznxgsikn) (Quit: rniwa)
  182. # [03:46] * Quits: necolas (~necolas@5e0105d7.bb.sky.com) (Remote host closed the connection)
  183. # [03:47] * Joins: astearns_ (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net)
  184. # [03:48] * Quits: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net) (Read error: Connection reset by peer)
  185. # [03:48] * astearns_ is now known as astearns
  186. # [03:50] <zewt> heh, @microsoft quoting ancient out-of-date text from DOM2 on www-dom
  187. # [03:51] * Joins: michaelw (~michaelw@tor.foldr.org)
  188. # [03:51] <zewt> heres to versioned specs still causing confusion in 2011
  189. # [03:52] <michaelw> hi! looking at HTML5 sec 4.3.1/15, 4 item, which scripts end up in the "list of scripts that will execute in order ASAP"? Created by JS with an defer attribute?
  190. # [03:53] <michaelw> s/4 item/4th item/
  191. # [03:55] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
  192. # [03:57] * Quits: mkanat (mkanat@nat/google/x-fevijpkzigksbsew) (Quit: Ex-Chat)
  193. # [04:02] <zewt> search for that string
  194. # [04:06] * Quits: scor (~scor@drupal.org/user/52142/view) (Read error: Connection reset by peer)
  195. # [04:08] * Quits: jamesr__ (jamesr@nat/google/x-pptbqxeonjrtztvm) (Quit: jamesr__)
  196. # [04:14] * Quits: erlehmann (~erlehmann@89.204.138.196) (Quit: Ex-Chat)
  197. # [04:16] * Quits: dave_levin (dave_levin@nat/google/x-elgphohdfghaomou) (Quit: dave_levin)
  198. # [04:25] <zewt> wow, didn't know alert() throws an exception sometimes in FF (if the user navigates away while a prompt is shown)
  199. # [04:28] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
  200. # [04:30] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
  201. # [04:39] * Quits: kennyluck (~kennyluck@140.121.80.171) (Quit: kennyluck)
  202. # [04:39] * Joins: Evanescence (~Evanescen@122.237.27.53)
  203. # [04:53] * Joins: scor (~scor@drupal.org/user/52142/view)
  204. # [04:58] * Parts: deane (~deanedrid@124-197-11-114.callplus.net.nz)
  205. # [05:18] * Joins: nonge_ (~nonge@p5082AB40.dip.t-dialin.net)
  206. # [05:21] * Joins: tantek (~tantek@adsl-66-122-41-158.dsl.sntc01.pacbell.net)
  207. # [05:22] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 245 seconds)
  208. # [05:22] * Quits: nonge (~nonge@p5082BA06.dip.t-dialin.net) (Ping timeout: 245 seconds)
  209. # [05:23] * Joins: temp01 (~temp01@unaffiliated/temp01)
  210. # [05:23] * Quits: tantek (~tantek@adsl-66-122-41-158.dsl.sntc01.pacbell.net) (Client Quit)
  211. # [05:27] * Quits: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90) (Quit: ChatZilla 0.9.87-3.1450hg.fc15 [XULRunner 7.0.1/20110930134335])
  212. # [05:31] * Quits: KevinMarks (~KevinMark@204.14.239.221) (Quit: The computer fell asleep)
  213. # [05:36] * Joins: rniwa_ (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
  214. # [05:37] * rniwa_ is now known as rniwa
  215. # [05:38] <zewt> highly troubling for an @microsoft to claim that something isn't an interop problem because it's "poor design of the page itself"
  216. # [05:41] * Joins: jochen___ (jochen@nat/google/x-qwvfapascaujnmtn)
  217. # [05:41] * Joins: bezoar (~Adium@c-98-232-97-181.hsd1.wa.comcast.net)
  218. # [05:41] * Quits: jochen__ (jochen@nat/google/x-cdkxhpwjinmyfwev) (Ping timeout: 240 seconds)
  219. # [05:41] * jochen___ is now known as jochen__
  220. # [05:51] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
  221. # [05:53] * Quits: jacobolus (~jacobolus@199-83-220-131.PUBLIC.monkeybrains.net) (Remote host closed the connection)
  222. # [05:54] * Joins: jacobolus (~jacobolus@c-69-181-104-35.hsd1.ca.comcast.net)
  223. # [06:00] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  224. # [06:02] * Joins: jacobolu_ (~jacobolus@199-83-220-131.PUBLIC.monkeybrains.net)
  225. # [06:06] * Quits: jacobolus (~jacobolus@c-69-181-104-35.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
  226. # [06:10] * Joins: sicking (~chatzilla@adsl-99-27-132-253.dsl.pltn13.sbcglobal.net)
  227. # [06:15] * Joins: dbaron (~dbaron@173-228-28-129.dsl.dynamic.sonic.net)
  228. # [06:17] * Quits: jacobolu_ (~jacobolus@199-83-220-131.PUBLIC.monkeybrains.net) (Remote host closed the connection)
  229. # [06:34] * Joins: MikeSmith_ (~MikeSmith@EM111-191-25-34.pool.e-mobile.ne.jp)
  230. # [06:35] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 240 seconds)
  231. # [06:37] * Quits: MikeSmith (~MikeSmith@EM111-191-92-250.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
  232. # [06:37] * MikeSmith_ is now known as MikeSmith
  233. # [06:38] * Quits: L04f3r (~komposmew@adsl-98-68-205-22.cha.bellsouth.net) (Ping timeout: 248 seconds)
  234. # [06:40] * Joins: roblevin (~roblevin@c-67-180-137-136.hsd1.ca.comcast.net)
  235. # [06:50] * Joins: benjoffe_ (~benjoffe@1.145.99.210)
  236. # [07:00] * Joins: LBP (~Mirc@pD9EB181A.dip0.t-ipconnect.de)
  237. # [07:17] * Quits: schnoomac (~schnoomac@124.168.124.249) (Quit: schnoomac)
  238. # [07:29] * Joins: Margle (~margle@41-133-196-64.dsl.mweb.co.za)
  239. # [07:42] * Joins: Areks (~Areks@rs.gridnine.com)
  240. # [07:44] * Joins: c_t_montgomery (~c_t_montg@adsl-75-24-105-60.dsl.pltn13.sbcglobal.net)
  241. # [07:45] * Quits: gavinc (~gavin@50-0-76-242.dsl.dynamic.sonic.net) (Remote host closed the connection)
  242. # [07:45] * Quits: c_t_montgomery (~c_t_montg@adsl-75-24-105-60.dsl.pltn13.sbcglobal.net) (Client Quit)
  243. # [07:45] * Joins: c_t_montgomery (~c_t_montg@adsl-75-24-105-60.dsl.pltn13.sbcglobal.net)
  244. # [07:45] * Quits: benjoffe_ (~benjoffe@1.145.99.210) (Ping timeout: 244 seconds)
  245. # [07:46] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
  246. # [07:48] * Quits: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net) (Read error: Connection reset by peer)
  247. # [07:48] * Joins: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net)
  248. # [07:49] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
  249. # [07:53] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
  250. # [07:55] * Joins: dydx (~dydz@adsl-75-36-186-46.dsl.pltn13.sbcglobal.net)
  251. # [08:01] * Quits: espadrine (~thaddee_t@acces2091.res.insa-lyon.fr) (Ping timeout: 244 seconds)
  252. # [08:04] * Joins: andyg (~andyg@ppp191-18.static.internode.on.net)
  253. # [08:10] * Joins: nessy (~Adium@124-168-43-26.dyn.iinet.net.au)
  254. # [08:11] * Quits: sicking (~chatzilla@adsl-99-27-132-253.dsl.pltn13.sbcglobal.net) (Ping timeout: 244 seconds)
  255. # [08:14] <hsivonen> whoa. USA is now at 1.0% on http://www.ie6countdown.com/#list
  256. # [08:17] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  257. # [08:20] * Quits: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net) (Quit: astearns)
  258. # [08:26] * Quits: esc_ (~esc-ape@72.inst-3.ufg.ac.at) (Ping timeout: 252 seconds)
  259. # [08:26] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
  260. # [08:31] * Joins: PalleZingmark (~Adium@c83-250-137-0.bredband.comhem.se)
  261. # [08:32] * Quits: PalleZingmark (~Adium@c83-250-137-0.bredband.comhem.se) (Client Quit)
  262. # [08:37] * Joins: PalleZingmark (~Adium@c83-250-137-0.bredband.comhem.se)
  263. # [08:37] * Joins: roc (~chatzilla@121.98.230.221)
  264. # [08:38] * Quits: connrs (~connrs@conners.plus.com) (Ping timeout: 260 seconds)
  265. # [08:40] * Joins: kennyluck (~kennyluck@114-43-115-17.dynamic.hinet.net)
  266. # [08:40] * Quits: gkellogg (~gregg@c-98-248-150-91.hsd1.ca.comcast.net) (Quit: gkellogg)
  267. # [08:44] * Joins: connrs (~connrs@conners.plus.com)
  268. # [08:46] * Joins: benjoffe_ (~benjoffe@120.153.115.161)
  269. # [08:46] * Quits: benjoffe_ (~benjoffe@120.153.115.161) (Read error: Connection reset by peer)
  270. # [08:47] * Joins: benjoffe_ (~benjoffe@120.153.115.161)
  271. # [08:49] * Quits: PalleZingmark (~Adium@c83-250-137-0.bredband.comhem.se) (Quit: Leaving.)
  272. # [08:52] * Quits: dbaron (~dbaron@173-228-28-129.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  273. # [08:52] * Quits: bezoar (~Adium@c-98-232-97-181.hsd1.wa.comcast.net) (Quit: Leaving.)
  274. # [08:56] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
  275. # [08:58] * Joins: woef (~woef@91.183.84.141)
  276. # [08:58] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Client Quit)
  277. # [08:59] * Joins: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi)
  278. # [09:01] * Joins: hasather_ (~hasather_@84.38.144.96)
  279. # [09:07] * Quits: nessy (~Adium@124-168-43-26.dyn.iinet.net.au) (Quit: Leaving.)
  280. # [09:15] * Quits: andyg (~andyg@ppp191-18.static.internode.on.net) (Quit: andyg)
  281. # [09:16] * Joins: andyg (~andyg@ppp191-18.static.internode.on.net)
  282. # [09:16] * Quits: andyg (~andyg@ppp191-18.static.internode.on.net) (Client Quit)
  283. # [09:28] * Joins: Frozen_ (~Frozen@2a01:e35:8a2f:2a60:21f:d0ff:fe53:75b2)
  284. # [09:32] * Joins: mike][hom (~mike@mk046207106202.a1.net)
  285. # [09:33] * Parts: mike][hom (~mike@mk046207106202.a1.net)
  286. # [09:40] * Joins: andyg (~andyg@CPE-124-189-148-81.sqcy1.win.bigpond.net.au)
  287. # [09:40] * Quits: roblevin (~roblevin@c-67-180-137-136.hsd1.ca.comcast.net) (Quit: roblevin)
  288. # [09:42] * Joins: PalleZingmark (~Adium@217.13.228.226)
  289. # [09:43] <annevk> Hixie: it is fixed now, for some reason I had to run svn cleanup on html5.org
  290. # [09:43] <annevk> Hixie: do you know anything about that?
  291. # [09:46] * Quits: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi) (Quit: ChatZilla 0.9.86.1 [Firefox 11.0a1/20111201031025])
  292. # [09:46] * Joins: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi)
  293. # [09:47] * Quits: dydx (~dydz@adsl-75-36-186-46.dsl.pltn13.sbcglobal.net) (Quit: dydx)
  294. # [09:47] * Joins: esc_ (~esc-ape@72.inst-3.ufg.ac.at)
  295. # [09:49] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
  296. # [09:50] * Quits: Druid_ (~Druid@p5B05D15E.dip.t-dialin.net) (Ping timeout: 252 seconds)
  297. # [09:52] * Quits: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi) (Quit: ChatZilla 0.9.86.1 [Firefox 11.0a1/20111202012259])
  298. # [09:54] * Joins: Druid_ (~Druid@p5B05C0C8.dip.t-dialin.net)
  299. # [09:55] <annevk> Can someone write up a Bugzilla quoting etiquette? One that frowns upon excessive quoting in Bugzilla?
  300. # [09:55] <annevk> Or maybe on that suggests to have email conversations on a mailing list and not in Bugzilla...
  301. # [09:56] <annevk> one*
  302. # [09:56] <roc> it's hard to move conversations from one medium to another
  303. # [09:57] <kennyluck> +1
  304. # [09:58] * Joins: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi)
  305. # [09:58] <kennyluck> though I really hope people don't use medium like twitter for technical discussions.
  306. # [09:59] <annevk> heh, you must be new here :p
  307. # [10:00] <smaug____> kennyluck: unfortunately people do you twitter and G+ for technical discussions
  308. # [10:00] <smaug____> s/you/use/
  309. # [10:01] <woef> We need a forum revival.
  310. # [10:01] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Remote host closed the connection)
  311. # [10:02] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
  312. # [10:03] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
  313. # [10:07] * Quits: c_t_montgomery (~c_t_montg@adsl-75-24-105-60.dsl.pltn13.sbcglobal.net) (Quit: c_t_montgomery)
  314. # [10:09] * Joins: mishunov (~spliter@164.247.189.109.customer.cdi.no)
  315. # [10:09] * Quits: mishunov (~spliter@164.247.189.109.customer.cdi.no) (Client Quit)
  316. # [10:09] * Joins: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01)
  317. # [10:11] * Joins: mishunov (~spliter@164.247.189.109.customer.cdi.no)
  318. # [10:13] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 248 seconds)
  319. # [10:15] * Quits: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi) (Remote host closed the connection)
  320. # [10:16] * Joins: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi)
  321. # [10:19] * Joins: drublic (~drublic@frbg-5d84fe31.pool.mediaWays.net)
  322. # [10:19] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  323. # [10:20] * Quits: mishunov (~spliter@164.247.189.109.customer.cdi.no) (Quit: mishunov)
  324. # [10:20] * Quits: Margle (~margle@41-133-196-64.dsl.mweb.co.za) (Quit: Textual IRC Client: http://www.textualapp.com/)
  325. # [10:22] * Quits: benjoffe_ (~benjoffe@120.153.115.161) (Remote host closed the connection)
  326. # [10:26] * Joins: mpt (~mpt@nat/canonical/x-rjpyuacnknwvahxl)
  327. # [10:26] * Quits: mpt (~mpt@nat/canonical/x-rjpyuacnknwvahxl) (Changing host)
  328. # [10:26] * Joins: mpt (~mpt@canonical/mpt)
  329. # [10:29] <jgraham> smaug____: Surprisignly some of the technical discussion on G+ has been quite good. Of course it has other problems with closedness and archiving
  330. # [10:29] <jgraham> Tryign to have technical discussions as a series of tweets isn't something I can comprehend however
  331. # [10:30] * smaug____ isn't reading any G+, so just misses or doesn't care about discussions happening there
  332. # [10:31] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
  333. # [10:31] <jgraham> Well it seems like mostly people stopped using it for that purpose
  334. # [10:31] <jgraham> Or I stopped noticing
  335. # [10:31] <jgraham> But just after it launched it was used reasonably often and the quakity was quite high
  336. # [10:31] <jgraham> That's why I bothered to join
  337. # [10:31] * Joins: wknowles (~will@81.174.196.161)
  338. # [10:33] * Joins: mpt (~mpt@canonical/mpt)
  339. # [10:34] * Joins: david_carlisle (~chatzilla@86.188.197.189)
  340. # [10:37] * Quits: wknowles (~will@81.174.196.161) (Quit: wknowles)
  341. # [10:49] * Joins: WolfieZero (~wolfiezer@jennie-en0.manor.fubra.net.manor.fubra.net)
  342. # [10:51] * Quits: agektmr (~Adium@74.125.56.33) (Quit: Leaving.)
  343. # [10:52] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
  344. # [11:01] * Quits: LBP (~Mirc@pD9EB181A.dip0.t-ipconnect.de) (Quit: Bye, bye!)
  345. # [11:03] * Joins: theamoeba (~theamoeba@41-133-237-214.dsl.mweb.co.za)
  346. # [11:09] * Joins: FlorianX (~Dimitri@p578F1FF1.dip.t-dialin.net)
  347. # [11:23] * Joins: erlehmann (~erlehmann@89.204.138.196)
  348. # [11:26] * Joins: richt (~richt@guest.opera.com)
  349. # [11:30] * Joins: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se)
  350. # [11:30] <zcorpan> hmm. what's https://www.w3.org/Bugs/Public/show_bug.cgi?id=15007#c7 ? sounds a bit like "await a stable state"
  351. # [11:30] <kennyluck> social network without interoperable standard simply sucks.
  352. # [11:30] * Joins: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl)
  353. # [11:33] <zcorpan> hey guys! anyone volunteer to hack on http://html5.org/tools/web-apps-tracker to support the topics thing? (http://code.google.com/p/html5/source/browse/#svn%2Ftrunk%2Fweb-apps-tracker )
  354. # [11:35] <annevk> suggested UI?
  355. # [11:35] <jgraham> kennyluck: For some definition of "simply sucks", yes. I just can't think of any reasonable process that would get a social network built on an interoperable standard
  356. # [11:35] <annevk> zcorpan: just a column?
  357. # [11:35] <jgraham> The value to the providers is all in the lock-in
  358. # [11:35] <jgraham> annevk: Filter by topic
  359. # [11:35] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Quit: Computer has gone to sleep.)
  360. # [11:36] <zcorpan> annevk: yeah ability to filter would be nice
  361. # [11:37] * Quits: drublic (~drublic@frbg-5d84fe31.pool.mediaWays.net) (Remote host closed the connection)
  362. # [11:38] <erlehmann> kennyluck, social networks suck. they are built on lies, on of which is “just click here and your information will stay private”
  363. # [11:38] <erlehmann> one
  364. # [11:38] * Quits: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi) (Remote host closed the connection)
  365. # [11:39] <annevk> filters again?
  366. # [11:39] <annevk> nobody used that last time
  367. # [11:39] <kennyluck> I am so glad that at least we have mailing lists, IRC, and well… newsgroup. These belong to some definition of social network, although these don't work so well with the Web I guess.
  368. # [11:39] <jgraham> I did
  369. # [11:39] <erlehmann> jgraham is absolutely spot-on regarding the lock-in. just compare google+ with the rest of googles offerings. hell, you could get your email via ATOM last time i checked.
  370. # [11:39] <jgraham> Until you took it away
  371. # [11:39] * Joins: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi)
  372. # [11:39] <annevk> interesting
  373. # [11:40] <annevk> what did you use it for?
  374. # [11:41] <erlehmann> kennyluck, mailing lists, blogs and feedreaders can do most of the things social networks are used for. but then people start to complain that no one ever reads their blog. in a related note, my girlfriend recently deleted facebook friends until she was definitely under dunbar's number.
  375. # [11:42] * Quits: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi) (Remote host closed the connection)
  376. # [11:42] <jgraham> … filtering?
  377. # [11:43] * Joins: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi)
  378. # [11:43] * Quits: richt (~richt@guest.opera.com) (Read error: Connection reset by peer)
  379. # [11:43] * Joins: richt (~richt@guest.opera.com)
  380. # [11:43] * Quits: richt (~richt@guest.opera.com) (Remote host closed the connection)
  381. # [11:44] <jgraham> Although I guess I mainly used the editorial/non editorial bit, which is still there
  382. # [11:44] <jgraham> Pretty sure I did use the other thing sometimes though
  383. # [11:44] <jgraham> I would use topics for sure
  384. # [11:45] <erlehmann> jgraham, i think the notion of a “social network” should be overcome, if people want to overcome the lock-in. sadly, few developers realize that – just look at diaspora, whose paramount achievement is being a less usable facebook.
  385. # [11:45] * Quits: jdong_ (~quassel@222.126.155.250) (Remote host closed the connection)
  386. # [11:46] <annevk> jgraham: yeah I remember you saying you mostly used the editorial thing, which is why kept that
  387. # [11:46] * zcorpan uses the editorial filter too
  388. # [11:47] <annevk> so what are people doing with Growl? paying for it?
  389. # [11:47] <erlehmann> wat
  390. # [11:48] <annevk> it keeps notifying me I need to buy it
  391. # [11:48] <erlehmann> annevk, i was of the impression that growl was the (lib)notify thingy OS X uses. so it is not part of the base system?
  392. # [11:48] <annevk> no it's not
  393. # [11:48] <annevk> it's a download
  394. # [11:49] <zcorpan> it's fucked that OS X still doesn't have a native notification system
  395. # [11:50] <erlehmann> annevk, i suggest you use something built on libnotify/notifyd then?
  396. # [11:50] <erlehmann> in before OS X does not have something like DBUS
  397. # [11:50] * Quits: smaug____ (~chatzilla@GZYYYKMMDI.gprs.sl-laajakaista.fi) (Ping timeout: 244 seconds)
  398. # [11:50] <erlehmann> i seriously do not know
  399. # [11:50] <jgraham> Seems that growl is pretty standard on OSX
  400. # [11:50] <erlehmann> but i am always amazed when people – geeks – say they want something that *just works* and then it doesn't.
  401. # [11:51] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 240 seconds)
  402. # [11:51] <erlehmann> jgraham, wouldn't it be easy to hook into the growl message bus and make a simple notification replacement?
  403. # [11:51] <erlehmann> or does something prevent that?
  404. # [11:51] <jgraham> I am not sure how the arch works
  405. # [11:52] * Joins: Lachy (~Lachy@guest.opera.com)
  406. # [11:53] <erlehmann> annevk, what benefits do you get upon purchase? i mean … popups. can there be a premium popup?
  407. # [11:53] * Quits: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl) (Quit: huskyr)
  408. # [11:54] <jgraham> Maybe you get a valet who brings you the messages on a silver platter
  409. # [11:54] <tomasf> http://growl.info/documentation/developer/gntp.php
  410. # [11:54] <annevk> erlehmann: no idea
  411. # [11:55] <annevk> erlehmann: maintained software I guess
  412. # [11:55] <erlehmann> jgraham, i chuckled a mit.
  413. # [11:56] <erlehmann> annevk, it is open source. patch the nag screen away.
  414. # [11:58] <annevk> you can't tell end users that
  415. # [11:58] * Joins: necolas (~necolas@5e0105d7.bb.sky.com)
  416. # [11:58] <annevk> it's open source, it doesn't do what you want, but you can make it so and feel special
  417. # [11:59] <annevk> that might work for some people, but not me
  418. # [11:59] <erlehmann> annevk, that is true. however, i use an operating system having a) a software repository b) a notification system. but i know it would not be considered helping if i told you to switch to that.
  419. # [12:01] <annevk> Ubuntu is cool, whenever someone writes hardware that's better than a MacBook Pro I'll happily switch back
  420. # [12:01] <erlehmann> in the absence of repositories of curated software, patching remains the only option. it is what people do, even non-programmers occasionally.
  421. # [12:01] <annevk> as long as the OS has a somewhat decent terminal by default I'm good
  422. # [12:02] <erlehmann> well, i use debian. ubuntu breaks every 6 months ;)
  423. # [12:02] <erlehmann> though recently i accidentally installed gnome 3. but the debian gods had mercy and the default session had been magically switched to XFCE.
  424. # [12:03] <erlehmann> can't you run stuff on mac books? on hacker conferences i see lots of people running something with proper X11 (i suspecd gnu/linux or *BSD) on their shiny metal devices.
  425. # [12:04] <zcorpan> Hixie: i hit the 40kb limit on whatwg@whatwg.org
  426. # [12:04] <zcorpan> "Reason: Message body is too big: 66449 bytes with a limit of 40 KB"
  427. # [12:05] * zcorpan sends part of it to www-archive
  428. # [12:05] <erlehmann> >40kb
  429. # [12:05] <erlehmann> wat
  430. # [12:05] <zcorpan> i pasted in some SRT timing lines
  431. # [12:06] <zcorpan> hmm, it went through to public-texttracks
  432. # [12:06] * Joins: Areks (~Areks@rs.gridnine.com)
  433. # [12:07] <zcorpan> hmm. http://www.w3.org/mid/op.v5uwpvvtidj3kv@simon-pieterss-macbook.local says 404. has Archived-At stopped working?
  434. # [12:07] <annevk> no
  435. # [12:07] <zcorpan> MikeSmith?
  436. # [12:07] <annevk> it usually takes a couple of minutes
  437. # [12:07] <annevk> sometimes more
  438. # [12:07] <zcorpan> ah
  439. # [12:08] <annevk> "This may mean that the message-id you have entered was not valid, or that the message has not yet been added to the database."
  440. # [12:08] * Joins: ezoe (~ezoe@61-205-124-41f1.kyt1.eonet.ne.jp)
  441. # [12:09] <annevk> heh, could point on "language" :)
  442. # [12:09] <annevk> good*
  443. # [12:09] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
  444. # [12:10] <annevk> hmm
  445. # [12:10] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  446. # [12:11] * Joins: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl)
  447. # [12:12] <zcorpan> maybe i should disable the "send" shortcut in opera...
  448. # [12:12] * Joins: mpt (~mpt@canonical/mpt)
  449. # [12:13] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
  450. # [12:13] <annevk> WHATWG should use W3C mailing list software
  451. # [12:13] <annevk> if we could somehow
  452. # [12:13] <annevk> it's much nicer
  453. # [12:14] <kennyluck> +1
  454. # [12:14] <annevk> kennyluck: can't you fix that for us? :)
  455. # [12:14] * Quits: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl) (Client Quit)
  456. # [12:15] <kennyluck> annevk, what exactly is the problem why WHATWG can't use the W3C mailing list software?
  457. # [12:15] * Quits: theamoeba (~theamoeba@41-133-237-214.dsl.mweb.co.za) (Quit: theamoeba)
  458. # [12:15] <erlehmann> would W3C mailing list software mean i could finally sent GPG signed messages?
  459. # [12:20] <annevk> kennyluck: I think we use the default setup from Dreamhost
  460. # [12:20] <annevk> kennyluck: and I guess doing anything more complicated than that is too much work
  461. # [12:22] <kennyluck> :(
  462. # [12:24] * Quits: FlorianX (~Dimitri@p578F1FF1.dip.t-dialin.net) (Read error: Connection reset by peer)
  463. # [12:25] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
  464. # [12:26] * heycam is now known as heycam|away
  465. # [12:28] <annevk> kennyluck: maybe someone at the W3C can be convinced to create an alternative archive? e.g. something like whatwg@w3.org ?
  466. # [12:28] <annevk> kennyluck: import all the old stuff and subscribe whatwg@w3.org to whatwg@whatwg.org and make that a readonly list
  467. # [12:29] * Joins: eli__ (~chatzilla@122x221x182x66.ap122.ftth.ucom.ne.jp)
  468. # [12:31] <kennyluck> annevk, that sounds quite interesting.
  469. # [12:31] * kennyluck will write to site-comments@w3.org
  470. # [12:32] <annevk> thanks man
  471. # [12:33] <zcorpan> does the webrtc group use bugzilla?
  472. # [12:34] * Joins: MikeSmith_ (~MikeSmith@EM1-113-244-123.pool.e-mobile.ne.jp)
  473. # [12:34] <eli__> hello, Can I ask about develop.opera this channel?
  474. # [12:37] * Quits: MikeSmith (~MikeSmith@EM111-191-25-34.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
  475. # [12:37] * MikeSmith_ is now known as MikeSmith
  476. # [12:37] <annevk> eli__: dev.opera.com ? maybe
  477. # [12:38] <eli__> thank you. I hope to ask about video and stream.
  478. # [12:39] <annevk> it's best to just ask a question in this channel
  479. # [12:39] <erlehmann> ask ask!
  480. # [12:39] <erlehmann> ASK
  481. # [12:39] <erlehmann> DO IT
  482. # [12:39] <erlehmann> NOW DO IT
  483. # [12:39] <eli__> :) thank you
  484. # [12:40] <eli__> in first, please this URL (http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-July/032417.html)
  485. # [12:41] <eli__> I try "video user"
  486. # [12:41] <eli__> i tried "video user"
  487. # [12:42] <eli__> but my opera browser catch "video environment" always.
  488. # [12:43] <eli__> this is it. (http://dev.0-0a.me/test.php)
  489. # [12:44] <annevk> mpt: where is your blog?
  490. # [12:45] <eli__> do you know reason about opera cannot catch "face-view-camera"?
  491. # [12:45] <mpt> annevk, on an HD waiting for me to put it online again
  492. # [12:46] * Joins: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl)
  493. # [12:46] <annevk> mpt: I wanted to point out your "perfection is" post to someone
  494. # [12:46] <annevk> mpt: it's not even on Google anymore
  495. # [12:46] <annevk> mpt: I can offer you mpt.html5.org or some such if you need a domain and some space
  496. # [12:47] <mpt> annevk, <http://web.archive.org/web/20100711072841/http://mpt.net.nz/archive/2006/11/27/perfection>?
  497. # [12:48] <annevk> sweet
  498. # [12:49] <mpt> annevk, thanks for the offer, but I have a domain and space, I just need to hook them together
  499. # [12:49] * Quits: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl) (Client Quit)
  500. # [12:50] * Joins: richt (d5ecd016@gateway/web/freenode/ip.213.236.208.22)
  501. # [12:50] <annevk> eli__: richt can maybe help you
  502. # [12:51] <eli__> please help me.
  503. # [12:51] <richt> eli__: just reading back on the logs... :)
  504. # [12:51] <eli__> where logs?
  505. # [12:52] <eli__> is this bug?
  506. # [12:54] * Quits: ezoe (~ezoe@61-205-124-41f1.kyt1.eonet.ne.jp) (Quit: And Now for Something Completely Different.)
  507. # [12:59] * Joins: LBP (~Mirc@pD9EB181A.dip0.t-ipconnect.de)
  508. # [13:02] * Quits: foolip (~philip@83.218.67.122) (Ping timeout: 260 seconds)
  509. # [13:03] <eli__> please help me..
  510. # [13:04] * Joins: foolip (~philip@83.218.67.122)
  511. # [13:06] <richt> eli__: camera hints are coming to the Opera implementation soon with UI stuff. Currently, mobile implementations select the back-facing camera by default.
  512. # [13:06] <richt> eli__: We will implement hints though. There's a reason this stuff is released in Opera Labs :)
  513. # [13:07] <eli__> yet I can not use it?
  514. # [13:07] * Quits: erlehmann (~erlehmann@89.204.138.196) (Quit: Ex-Chat)
  515. # [13:08] * Joins: Timz (~Adium@86.89.174.199)
  516. # [13:10] <eli__> richt: Can I not use it yet?
  517. # [13:14] <MikeSmith> zcorpan: yeah, seems not to be working laterly
  518. # [13:14] <MikeSmith> dunno why
  519. # [13:17] <zcorpan> it's still 404
  520. # [13:17] <MikeSmith> yeah
  521. # [13:18] * Joins: erlehmann (~erlehmann@89.204.138.196)
  522. # [13:31] <jgraham> Sigh, device orienation points to DOM 2 events
  523. # [13:31] <jgraham> *orientation
  524. # [13:32] <jgraham> And uses init*Event
  525. # [13:32] <annevk> I pointed that out to them during TPAC :(
  526. # [13:32] <annevk> they said they would fix it
  527. # [13:33] <jgraham> Oh, so I don't need to send feedback? good :)
  528. # [13:33] <eli__> richt?
  529. # [13:34] <zcorpan> does orientation events still say to fire an event when a listener is registered instead of having the information available on navigator or so?
  530. # [13:35] <annevk> jgraham: yes you should
  531. # [13:35] <jgraham> It says to fire an event if you think the page's data isn't fresh
  532. # [13:35] <jgraham> I think the event based design is a mistake :(
  533. # [13:35] <annevk> jgraham: by queuing a task?
  534. # [13:35] <jgraham> annevk: It doesn't mention tasks anywhere afaict
  535. # [13:36] <annevk> o_O
  536. # [13:37] <annevk> <3 vacuum groups
  537. # [13:41] <jgraham> Yeah, I hate the fact that every time I have to look at this spec it sucks up a bunch of my time on stuff that people familar with other specs would just get right
  538. # [13:47] <richt> eli__: I popped out for lunch. You can't use hints yet. I'll follow up to see if we can get it in a build soon.
  539. # [13:47] <richt> eli__: so no, you can't get the front-facing camera on mobile. Desktop provides the web cam which is front-facing though.
  540. # [13:47] <annevk> jgraham: turns out that's true for most specs developed outside WebApps / WHATWG
  541. # [13:47] <annevk> jgraham: see e.g. the battery API stuff
  542. # [13:47] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
  543. # [13:48] <jgraham> Do I have to? I think it will just make me sad :(
  544. # [13:48] <jgraham> I thought sicking was involved with that stuff
  545. # [13:48] <jgraham> Does it also use events?
  546. # [13:49] * Joins: agektmr (~Adium@p2067-ipbf1606marunouchi.tokyo.ocn.ne.jp)
  547. # [13:49] * Quits: LBP (~Mirc@pD9EB181A.dip0.t-ipconnect.de) (Quit: Bye, bye!)
  548. # [13:51] <richt> s/ you can't get the front-facing camera on mobile./ you can't get the front-facing camera on mobile...yet.
  549. # [13:52] <jgraham> annevk: What's the best example to point them to for the queue as task to fire an event stuff?
  550. # [13:52] <zcorpan> hmm. i'm not too happy with webvtt being axed from the html spec.
  551. # [13:53] <zcorpan> now i can't conveniently file bugs on it, and the xrefs are broken
  552. # [13:53] <zcorpan> Hixie: ^
  553. # [13:53] * nunnun_away is now known as nunnun
  554. # [13:55] <annevk> jgraham: WebSocket API maybe?
  555. # [13:56] * Joins: graememcc (~chatzilla@host86-148-28-199.range86-148.btcentralplus.com)
  556. # [13:56] <zcorpan> i was going to suggest websocket, too
  557. # [13:57] <zcorpan> <video> also queues events, but it updates some stuff sync but queues events, which causes raciness
  558. # [13:58] <jgraham> WebSocket might be good. I found http://www.whatwg.org/specs/web-apps/current-work/#common-event-behaviors which is pretty OK
  559. # [13:58] * jgraham checks websocket
  560. # [14:00] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net) (Ping timeout: 244 seconds)
  561. # [14:04] <bga> heh. to avoid wait when github's 300k css will load and 5 sec rendering w/ cpu & browser freeze will end just add github's css to urlfilter.ini
  562. # [14:04] <bga> annoying modern web
  563. # [14:05] * Quits: erlehmann (~erlehmann@89.204.138.196) (Ping timeout: 248 seconds)
  564. # [14:06] * Quits: agektmr (~Adium@p2067-ipbf1606marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
  565. # [14:06] * Joins: Ms2ger (~Ms2ger@91.181.92.247)
  566. # [14:10] * nunnun is now known as nunnun_away
  567. # [14:15] * Quits: eli__ (~chatzilla@122x221x182x66.ap122.ftth.ucom.ne.jp) (Quit: ChatZilla 0.9.87 [Firefox 3.6.24/20111103063747])
  568. # [14:16] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
  569. # [14:16] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
  570. # [14:17] <hsivonen> \o/ responseType == "json"
  571. # [14:17] <hsivonen> annevk: does it differ from "moz-json" except for the prefix?
  572. # [14:17] * nunnun_away is now known as nunnun
  573. # [14:17] <annevk> maybe
  574. # [14:17] <annevk> I went with fighting encoding proliferation
  575. # [14:17] <annevk> enforcing UTF-8
  576. # [14:18] <annevk> not sure if I can get agreement on that, but it really seems better if we can get everyone on board with UTF-8
  577. # [14:18] <bga> XHR?
  578. # [14:19] * Joins: erlehmann (~erlehmann@89.204.155.103)
  579. # [14:19] <hsivonen> bga: yes
  580. # [14:20] <zcorpan> annevk: just prepare to be laughed at by bjoern
  581. # [14:20] <Ms2ger> News at ten
  582. # [14:21] <jgraham> I thought json was designed to work with utf8 only
  583. # [14:21] <jgraham> anyway
  584. # [14:21] <hsivonen> jgraham: the spec even requires UTF-32, IIRC!
  585. # [14:22] <jgraham> "JSON text shall be encoded in unicode"
  586. # [14:22] <hsivonen> jgraham: yay. IETF spec writingg
  587. # [14:22] <hsivonen> s/g//
  588. # [14:23] <hsivonen> jgraham: yeah, not clear if the spec requires UTF-32 from impls
  589. # [14:23] <hsivonen> annevk: I'm OK with UTF-8-only, FWIW.
  590. # [14:23] <jgraham> You would have thought the IETF people would be super picky about the difference between a characterset and an encoding
  591. # [14:24] <hsivonen> annevk: looks like Gecko supports the charset parameter on the HTTP level for "moz-json"
  592. # [14:25] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
  593. # [14:25] <zcorpan> hsivonen: is there a bug about forcing utf-8 for workers in gecko?
  594. # [14:27] <hsivonen> zcorpan: I don't know
  595. # [14:28] * Joins: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl)
  596. # [14:29] <zcorpan> speaking of which, i should get around to converting our worker tests to testharness and get them released...
  597. # [14:31] <zcorpan> my favorite test is a windows-1252 text/html page that opens a worker to itself and checks that the worker is interpreted as utf-8
  598. # [14:31] <gsnedders> hsivonen: Practically everyone bases their JSON impl for ES5.1
  599. # [14:31] <gsnedders> *from
  600. # [14:36] <jgraham> For the benefit of relevant authorities: 07:26 < zcorpan> my favorite test is a windows-1252 text/html page that opens a worker to itself <-- this is the proof that zcorpan is evil, if you ever want him locked up for any reason
  601. # [14:36] * Joins: espadrine (~thaddee_t@acces2091.res.insa-lyon.fr)
  602. # [14:37] <gsnedders> jgraham: Were there not more evil things in his testsuite than that?
  603. # [14:37] <zcorpan> probably, that was just my favorite
  604. # [14:37] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
  605. # [14:38] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
  606. # [14:38] <jgraham> Note how he takes pleasure from the pain
  607. # [14:39] <hsivonen> this is interesting: https://bugzilla.mozilla.org/show_bug.cgi?id=707108
  608. # [14:39] <hsivonen> I wonder how Apple's Mail and Opera's mail client deal
  609. # [14:40] * Joins: FlorianX (~Dimitri@p578F1FF1.dip.t-dialin.net)
  610. # [14:40] <gsnedders> What. Just what.
  611. # [14:43] <wilhelm> That attachment is priceless.
  612. # [14:44] <Ms2ger> <DIV dir=3Dltr align=3Dleft><FONT face=3DVerdana></FONT>&nbsp;</DIV>
  613. # [14:44] <Ms2ger> \o/
  614. # [14:44] <jgraham> I like my emails in 3D!
  615. # [14:47] <erlehmann> hahaha oh wow
  616. # [14:48] <zcorpan> i doubt opera deals with that
  617. # [14:54] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  618. # [14:58] * Joins: miketaylr (~miketaylr@206.217.92.186)
  619. # [15:00] * Joins: karlcow (~karl@nerval.la-grange.net)
  620. # [15:00] <annevk> classic: http://torrentfreak.com/copyright-corruption-scandal-surrounds-anti-piracy-campaign-111201/
  621. # [15:02] <Ms2ger> Also, typical
  622. # [15:10] <hsivonen> yay UA sniffing https://bugzilla.mozilla.org/show_bug.cgi?id=699289
  623. # [15:11] * Joins: jarek (~jarek@unaffiliated/jarek)
  624. # [15:11] <gsnedders> hsivonen: Well, we already know that Opera only makes a mobile browser.
  625. # [15:16] * Quits: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl) (Quit: huskyr)
  626. # [15:18] <hsivonen> is Opera 11.60 going to ship Ragnarök?
  627. # [15:18] * hsivonen is too lazy to get the release candidate before the release makes it to the .deb repo
  628. # [15:19] <hsivonen> first it seemed to be an Opera 12 feature. then it looked like it was going into 11.60
  629. # [15:20] <jgraham> Yes
  630. # [15:20] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
  631. # [15:20] <jgraham> At least it is in the snapshots I believe
  632. # [15:20] <jgraham> I suppose things could change before release
  633. # [15:20] <hsivonen> jgraham: it was in 11.60 beta
  634. # [15:21] <jgraham> Right, that's the same information I have more or less
  635. # [15:21] <hsivonen> I'm slightly annoyed that 11.60 beta hasn't autoupdated to RC via the repo
  636. # [15:22] <hsivonen> but I realize that this is a glass house I'm in, considering that Mozilla doesn't even have a .deb repo
  637. # [15:22] <jgraham> Well there is a PPA fro Mozilla.
  638. # [15:23] <jgraham> The Opera builds typically aren't pushed to autoupdate for a little while after release in case there are horrible problems
  639. # [15:23] <jgraham> The deb counts as autoupdate in this case I believe
  640. # [15:24] * jgraham doesn't really know much about desktop
  641. # [15:25] * nunnun is now known as nunnun_away
  642. # [15:26] <hsivonen> the PPA for Firefox contains Canonical's builds--not Mozilla Corporation's builds, though
  643. # [15:26] <gsnedders> hsivonen: First there wasn't an 11.60 :)
  644. # [15:26] <hsivonen> gsnedders: ooh. agile release management
  645. # [15:27] * hsivonen wonders if it's true that the major version of Opera is the year of the final release
  646. # [15:27] <jgraham> Haha, I wish\
  647. # [15:27] <gsnedders> 10 was 2009
  648. # [15:27] <hsivonen> OK
  649. # [15:28] <gsnedders> No, the major version is arbitrary.
  650. # [15:28] <jgraham> Afaict all elemnts of the Opera version number are arbitary apart from the core id
  651. # [15:28] <hsivonen> I wonder if Opera users complain about version number decisions
  652. # [15:28] <gsnedders> 11.60 and 12 are basically identical with the exception of 12 having hardware acceleration
  653. # [15:28] <zcorpan> it's not arbitrary! it's always greater than the previous version
  654. # [15:29] <miketaylr> and CORS
  655. # [15:29] <jgraham> It can be monotonically increasing and arbitary!
  656. # [15:29] <hsivonen> jgraham: what's the logic in the core id?
  657. # [15:29] <zcorpan> except, of course, between mobile and desktop
  658. # [15:29] <gsnedders> miketaylr: Right, 11.60 has now branched off
  659. # [15:29] * Ms2ger points at the topic
  660. # [15:29] <gsnedders> miketaylr: But for a while they were almost identical
  661. # [15:29] <hsivonen> It seems that there's a build number and a Presto number
  662. # [15:29] <miketaylr> gsnedders: yeah
  663. # [15:30] <jgraham> hsivonen: The build number is a desktop thing that gets reset every so often
  664. # [15:30] <jgraham> So that is both arbitary and non monotonic
  665. # [15:30] <jgraham> the X.YY.ZZZ is the important number
  666. # [15:30] <jgraham> Specifically the ZZZ is the core version
  667. # [15:30] <hsivonen> jgraham: it's slightly unfair if your users aren't complaining at least about non-monotonic numbers :-)
  668. # [15:31] <gsnedders> hsivonen: It's basically x.y.z, x is a constant (2), y relates to API stability (at a platform-interface level), and z is just an ever increasing integer which is the revision, more or less
  669. # [15:31] * Joins: MacTed (~Thud@63.119.36.36)
  670. # [15:31] * zcorpan -> gym
  671. # [15:31] <hsivonen> gsnedders: so after 2.9.x there will be 2.10.y?
  672. # [15:31] <gsnedders> hsivonen: After 2.9.100 there will be 2.10.101
  673. # [15:31] <Ms2ger> Or 2.X.y?
  674. # [15:32] <jgraham> In theory 2 isn't constant
  675. # [15:32] <gsnedders> "In theory".
  676. # [15:32] <gsnedders> Very much in theory, though.
  677. # [15:32] <jgraham> Well gecko changed to version 2 eventually
  678. # [15:32] <hsivonen> gsnedders: umm. it's already at 2.9.220
  679. # [15:32] * Joins: jochen___ (jochen@nat/google/x-wpxekonebvvgezao)
  680. # [15:32] <gsnedders> hsivonen: I just took 100/101 as a random example
  681. # [15:32] <hsivonen> gsnedders: ah
  682. # [15:33] <gsnedders> hsivonen: The point is it increments regardless of the rest of it
  683. # [15:33] * Quits: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
  684. # [15:33] * Quits: jochen__ (jochen@nat/google/x-qwvfapascaujnmtn) (Ping timeout: 240 seconds)
  685. # [15:33] * jochen___ is now known as jochen__
  686. # [15:34] <jgraham> Everything is irrelevent apart from the last number which is a monotonically increasing integer
  687. # [15:34] <jgraham> This is the basic rule of thumb
  688. # [15:34] <hsivonen> yay for putting irrelevant numbers in the UA string
  689. # [15:34] <jgraham> Yeah :(
  690. # [15:35] <gsnedders> Indeed, there is actually 2.10.229 and 2.11.229, which differ in terms of whether new code can land which introduces breakage in the platform interfaces.
  691. # [15:36] <gsnedders> So they can differ, both in a black-box observable way and in a non-black-box observable way
  692. # [15:37] <gsnedders> (and for example, even something major such as Carakan had no affect, and went into both 2.4.17 and 2.5.17)
  693. # [15:37] * Joins: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl)
  694. # [15:37] * gsnedders blinks realizing he can still remember that version
  695. # [15:38] <gsnedders> Oh, no, that was before we changed the release number format, so was 2.5.28
  696. # [15:38] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
  697. # [15:38] <gsnedders> (where all three numbers are essentially arbitary)
  698. # [15:39] <gsnedders> (the only difference from what we have now is that the final number just incremented every fortnight, bsaically)
  699. # [15:41] * Quits: Evanescence (~Evanescen@122.237.27.53) (Quit: my website: http://stardiviner.dyndns-blog.com/)
  700. # [15:42] * Joins: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net)
  701. # [15:51] * Joins: davidb_ (~davidb@66.207.208.98)
  702. # [15:54] * Joins: scor (~scor@drupal.org/user/52142/view)
  703. # [15:54] * Quits: huskyr (~huskyr@ip13.vzl.asd.mediamatic.nl) (Quit: huskyr)
  704. # [15:57] * karlcow wants UA string becomes from arcane poetry to "Hey I'm a browser", "Hey I'm a bot" :)
  705. # [15:57] <karlcow> or something along that
  706. # [15:57] <karlcow> "Yo man, browser here"
  707. # [15:58] * Joins: martndemus (~martndemu@h254064.upc-h.chello.nl)
  708. # [15:58] <karlcow> hmm maybe it should include a fortune too.
  709. # [15:58] <karlcow> and the weather forecast for the day.
  710. # [15:59] <karlcow> That would trigger not that much more errors than we have now
  711. # [15:59] <jgraham> HTTP should be done in haiku. I am a browser / Visiting your nice web site / So give me the page
  712. # [15:59] <jgraham> (pedants will note this is not a haiku)
  713. # [15:59] * Joins: tomasf (~tomasf@95.209.66.3.bredband.tre.se)
  714. # [16:02] <erlehmann> karlcow, i use program/version for my own projects.
  715. # [16:02] <erlehmann> like redokast/11-22-3333
  716. # [16:03] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Remote host closed the connection)
  717. # [16:05] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 240 seconds)
  718. # [16:05] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  719. # [16:05] * Quits: davidb_ (~davidb@66.207.208.98) (Quit: davidb_)
  720. # [16:15] * Quits: connrs (~connrs@conners.plus.com) (Ping timeout: 260 seconds)
  721. # [16:15] <Workshiva> jgraham: It would feel a bit weird if my browser started talking about the seasons and weather
  722. # [16:16] * nonge_ is now known as nonge
  723. # [16:17] * Philip` wonders to what extent the simplistic syllable-counting understanding of haiku in English is caused by schools using them as a way to teach people how to count syllables
  724. # [16:18] * Quits: woef (~woef@91.183.84.141) (Ping timeout: 252 seconds)
  725. # [16:20] * Joins: connrs (~connrs@conners.plus.com)
  726. # [16:25] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  727. # [16:28] <karlcow> luv https://gist.github.com/1410787
  728. # [16:29] <karlcow> Philip`: Haikus are complicated even in Japanese :)
  729. # [16:29] * Joins: ehsan (~ehsan@66.207.208.98)
  730. # [16:30] <karlcow> one kanji != one syllabus
  731. # [16:40] * Quits: erlehmann (~erlehmann@89.204.155.103) (Quit: Ex-Chat)
  732. # [16:40] <annevk> http://jena.sourceforge.net/iri/javadoc/com/hp/hpl/jena/iri/IRIFactory.html hahahaha
  733. # [16:41] * Joins: erlehmann (~erlehmann@89.204.155.103)
  734. # [16:41] * Quits: erlehmann (~erlehmann@89.204.155.103) (Read error: Connection reset by peer)
  735. # [16:46] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
  736. # [16:46] * Joins: davidb_ (~davidb@66.207.208.98)
  737. # [16:47] * Joins: erlehmann (~erlehmann@89.204.155.103)
  738. # [16:49] * Quits: graememcc (~chatzilla@host86-148-28-199.range86-148.btcentralplus.com) (Ping timeout: 244 seconds)
  739. # [16:52] * Quits: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba) (Ping timeout: 244 seconds)
  740. # [16:55] <annevk> I guess I should step up on my encoding work again...
  741. # [16:55] <annevk> I fear the multi-byte encodings...
  742. # [16:55] <Velmont> It is fear inducing, I agree.
  743. # [16:56] * Joins: hasather_ (~hasather_@84.38.144.96)
  744. # [17:07] * Joins: jdong_bot_ (~jdong_bot@114.112.45.181)
  745. # [17:11] <hsivonen> I can tell that annevk is reading my emails
  746. # [17:18] * Joins: smaug____ (~chatzilla@YMYCCCXXXVII.gprs.sl-laajakaista.fi)
  747. # [17:18] * Quits: tomasf (~tomasf@95.209.66.3.bredband.tre.se) (Ping timeout: 248 seconds)
  748. # [17:19] * Joins: rillian_ (~rillian@184.71.166.126)
  749. # [17:19] * Joins: tomasf (~tomasf@host-95-197-131-30.mobileonline.telia.com)
  750. # [17:21] * Quits: Lachy (~Lachy@guest.opera.com) (Quit: Computer has gone to sleep.)
  751. # [17:23] * Quits: nonge (~nonge@p5082AB40.dip.t-dialin.net) (Quit: Verlassend)
  752. # [17:24] <Hixie> just got an e-mail from someone who wanted to register on the wiki but couldn't
  753. # [17:24] <Hixie> do we have plans for reopening the wiki?
  754. # [17:26] * Joins: Lachy (~Lachy@pat-tdc.opera.com)
  755. # [17:26] * Quits: Lachy (~Lachy@pat-tdc.opera.com) (Client Quit)
  756. # [17:27] <annevk> TIL: https://www.w3.org/2011/12/01-tag-nominations
  757. # [17:27] <annevk> (W3C member-only btw)
  758. # [17:27] <annevk> Hixie: we don't have good anti-spam measures :(
  759. # [17:28] <Hixie> not having a wiki at all seems a bit drastic as a solution :-)
  760. # [17:28] * Quits: astearns (~anonymous@c-50-132-63-33.hsd1.wa.comcast.net) (Quit: astearns)
  761. # [17:29] <annevk> it's a non-starter really, but I got tired of deleting a lot of pages and users
  762. # [17:29] <annevk> Lachy and AryehGregor have access and can maybe patch it somehow
  763. # [17:29] <annevk> but AryehGregor is occupied for the next two-three weeks I think
  764. # [17:29] <annevk> not sure about Lachy
  765. # [17:30] <annevk> I think I may have access too, but I no next to nothing about wiki software and there's other things I can be doing
  766. # [17:30] <annevk> know*
  767. # [17:30] <Hixie> yeah, join the club :-/
  768. # [17:31] <annevk> I can look into it on Monday
  769. # [17:31] <annevk> tonight and weekend is somewhat occupied
  770. # [17:34] * Quits: richt (d5ecd016@gateway/web/freenode/ip.213.236.208.22) (Ping timeout: 265 seconds)
  771. # [17:35] * Quits: erlehmann (~erlehmann@89.204.155.103) (Quit: Ex-Chat)
  772. # [17:36] <AryehGregor> You can always create accounts manually for the time being.
  773. # [17:37] <AryehGregor> While logged in, go to Special:Userlogin.
  774. # [17:37] <AryehGregor> You might need to be an admin.
  775. # [17:37] <AryehGregor> Alternatively, enable some kind of confirmation for account creation, if there isn't already.
  776. # [17:41] <Hixie> hm, that's not too hard
  777. # [17:41] <Hixie> i guess we can do that like we do with the blog
  778. # [17:41] <Hixie> i'll put some notes on the wiki to say to contact us for an account
  779. # [17:42] <Hixie> I'll put in my e-mail for now, if it gets too much traffic I'll start rotating y'all in ;-)
  780. # [17:43] * Quits: tomasf (~tomasf@host-95-197-131-30.mobileonline.telia.com) (Quit: tomasf)
  781. # [17:43] * Joins: tomasf (~tomasf@host-95-197-131-30.mobileonline.telia.com)
  782. # [17:45] * Quits: tomasf (~tomasf@host-95-197-131-30.mobileonline.telia.com) (Read error: Connection reset by peer)
  783. # [17:45] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
  784. # [17:46] * Quits: jdong_bot_ (~jdong_bot@114.112.45.181) (Remote host closed the connection)
  785. # [17:51] * Quits: Ms2ger (~Ms2ger@91.181.92.247) (Quit: bbl)
  786. # [17:56] <AryehGregor> agraragarf. Typed Arrays as implemented in browsers are seriously not architecture-independent?
  787. # [17:57] <AryehGregor> W? T? F?
  788. # [17:57] <AryehGregor> I can understand the Khronos Group not getting web compat requirements, but is that how browsers actually implemented it?
  789. # [17:58] * Joins: erlehmann (~erlehmann@89.204.155.103)
  790. # [17:58] * Joins: sicking (~chatzilla@adsl-99-27-132-253.dsl.pltn13.sbcglobal.net)
  791. # [18:01] * jernoble|afk is now known as jernoble
  792. # [18:02] <jgraham> I guess that people wanted to follow the spec and get the perf benefits
  793. # [18:02] <jgraham> Not least because aiui Khronos does some sort of certification
  794. # [18:03] <AryehGregor> Right, perf benefits. It's really nice to have your code run as fast as possible when it isn't going to work anyway.
  795. # [18:05] <jgraham> Well how many browser vendors care about BE systems?
  796. # [18:06] <AryehGregor> How many browser vendors support BE systems?
  797. # [18:06] <jgraham> All I know is >= 1
  798. # [18:06] <AryehGregor> That one being what, Opera?
  799. # [18:06] <jgraham> Yup
  800. # [18:07] <AryehGregor> I assume Gecko and WebKit at least compile on big-endian platforms, for their use as rendering libraries if nothing else.
  801. # [18:07] <zewt> well, if (read: when) code starts assuming the LE architecture-dependant choice, BE browser(s) will end up implementing it as LE for compat anyway; if/when that happens, we can point at it and go "see, this is why you were being silly, now fix your spec"
  802. # [18:08] <AryehGregor> Assuming there's such a thing as a BE browser, to within standard margins of error.
  803. # [18:08] <zewt> obscure mobile stuff, i suspect
  804. # [18:09] <jgraham> TVs mostly afaik
  805. # [18:09] <jgraham> Gecko seems to run on BE systems
  806. # [18:09] <zewt> at least, rare enough that it's highly unlikely that we'll end up with a silo of BE-dependant code
  807. # [18:09] <zewt> (which would be the "bad end" outcome)
  808. # [18:10] <AryehGregor> It's self-evident any BE browsers that want to support TypedArray will have to emulate LE, it's just really annoying that people are even pretending otherwise. It confuses people.
  809. # [18:10] <AryehGregor> Message to world: TypedArray is LE. Ignore the spec.
  810. # [18:11] <zewt> i've gradually been trying to nudge the WebGL guys towards something resembling modern web API design
  811. # [18:11] <zewt> only so much I can do alone, though. heh
  812. # [18:11] <AryehGregor> Oh well, not my problem.
  813. # [18:11] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
  814. # [18:11] <AryehGregor> I've seen WebGL. It's horrifying. It looks like a straight port of a C API to JS. That's what it is, yes?
  815. # [18:11] <zewt> (trying to convince them to use prefixing in the Web way, not the OpenGL way; suggesting--without much hope on this one--that versioning their specs is not a good idea)
  816. # [18:12] <zewt> not exactly, but it definitely mimics OpenGL too directly
  817. # [18:12] <AryehGregor> That's what happens when we let non-web standards group make up web standards, I guess.
  818. # [18:12] <AryehGregor> Oh well.
  819. # [18:12] <zewt> that's mostly just a style issue, though, the API is perfectly usable despite that
  820. # [18:13] <zewt> the more fundamental problems are related to interop (hardware differences) and context loss
  821. # [18:14] <zewt> it doesn't abstract that stuff away like other APIs (because it basically can't, especially for context loss)
  822. # [18:17] <jgraham> To be fair, given my experience with smaller groups at W3C, it is not even slightly clear that Web Standards groups are much good at coming up with good web apis
  823. # [18:17] <jgraham> Or at least they typically have a ton of issues that someone needs to fix
  824. # [18:18] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
  825. # [18:18] <zewt> i don't think webgl is horrifying; it definitely doesn't follow all of the same guidelines as other web APIs, which is unfortunate, but they're intrinsic to trying to expose something like OpenGL without inventing something entirely new (which is orders of magnitude harder)
  826. # [18:22] * jernoble is now known as jernoble|afk
  827. # [18:22] * Quits: Obvious_MkII (tachikoma@188.226.74.2) (Read error: Connection reset by peer)
  828. # [18:23] * Joins: Obvious_MkII (tachikoma@188.226.74.2)
  829. # [18:24] * Joins: ehsan (~ehsan@66.207.208.98)
  830. # [18:24] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
  831. # [18:25] * Joins: ehsan (~ehsan@66.207.208.98)
  832. # [18:28] <zewt> am i the only one that find the concept of using language tags in WebVTT to allow correct TTS amusing
  833. # [18:29] <zewt> (the real use case is narrating translations, but it makes me think of people transcribing a voice track, then TTSing the transcription of something they just transcribed)
  834. # [18:31] * Joins: astearns (~anonymous@192.150.22.5)
  835. # [18:31] * jernoble|afk is now known as jernoble
  836. # [18:32] <zewt> (i'm probably just easily amused)
  837. # [18:33] <Hixie> zewt: audio descriptions are a valid use case for VTT
  838. # [18:33] <Hixie> zewt: (for blind users)
  839. # [18:33] <Hixie> zewt: (or users like me, who are listening to a tv show on their ipod while cycling)
  840. # [18:33] * Quits: david_carlisle (~chatzilla@86.188.197.189) (Ping timeout: 252 seconds)
  841. # [18:34] <zewt> yeah, I get it, but my first mental image was listening to TV with the voices replaced with dr sbaitso
  842. # [18:34] * Joins: MikeSmith_ (~MikeSmith@EM111-191-107-93.pool.e-mobile.ne.jp)
  843. # [18:37] <zewt> anyone know if any browsers actually vary their word wrapping based on @lang, out of curiosity?
  844. # [18:37] * Quits: MikeSmith (~MikeSmith@EM1-113-244-123.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
  845. # [18:37] * MikeSmith_ is now known as MikeSmith
  846. # [18:38] <zewt> wow, someone posting messages with a 90s BEGIN PHP SIGNATURE, heh
  847. # [18:38] <zewt> nostalgia
  848. # [18:39] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
  849. # [18:39] <michaelw> zewt: closure implements TeX's paragraph formatting, IIRC, including hyphenation, which would be language dependent
  850. # [18:40] <zewt> michaelw: i mean actually using @lang, though, not just heuristic language detection
  851. # [18:40] <michaelw> zewt: ah
  852. # [18:41] <zewt> i know (most) browsers use it for font selection, i'm just not sure what else, if anything
  853. # [18:43] <zewt> ("most" seems to be everyone except webkit)
  854. # [18:44] * Joins: ap_ (~ap@2620:149:4:1b01:cc5:d6ce:8334:c95c)
  855. # [18:45] * Joins: brucel (~brucel@cpc5-smal11-2-0-cust151.perr.cable.virginmedia.com)
  856. # [18:47] * Joins: upgrayeddd (u2969@gateway/web/irccloud.com/x-kffsgudkwzrmgxcz)
  857. # [18:49] * Quits: ericc|away (~eric@2620:149:4:1b01:5137:9202:523c:9005) (Quit: ericc|away)
  858. # [18:49] * Joins: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
  859. # [18:55] * Quits: WolfieZero (~wolfiezer@jennie-en0.manor.fubra.net.manor.fubra.net) (Quit: WolfieZero)
  860. # [18:59] * Quits: erlehmann (~erlehmann@89.204.155.103) (Quit: Ex-Chat)
  861. # [19:01] * Quits: smaug____ (~chatzilla@YMYCCCXXXVII.gprs.sl-laajakaista.fi) (Remote host closed the connection)
  862. # [19:01] * Joins: smaug____ (~chatzilla@YMYCCCXXXVII.gprs.sl-laajakaista.fi)
  863. # [19:07] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
  864. # [19:10] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
  865. # [19:10] * Joins: ehsan (~ehsan@66.207.208.98)
  866. # [19:12] * Joins: jarek (~jarek@aeaq20.neoplus.adsl.tpnet.pl)
  867. # [19:12] * Quits: jarek (~jarek@aeaq20.neoplus.adsl.tpnet.pl) (Changing host)
  868. # [19:12] * Joins: jarek (~jarek@unaffiliated/jarek)
  869. # [19:21] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
  870. # [19:22] * Joins: c_t_montgomery (~c_t_montg@199.83.223.215)
  871. # [19:28] * Joins: dave_levin (dave_levin@nat/google/x-vhzanekscpyyblhk)
  872. # [19:31] * Quits: ap_ (~ap@2620:149:4:1b01:cc5:d6ce:8334:c95c) (Read error: Connection reset by peer)
  873. # [19:31] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
  874. # [19:31] * Joins: ap_ (~ap@17.212.155.203)
  875. # [19:32] * Joins: ehsan (~ehsan@66.207.208.98)
  876. # [19:37] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
  877. # [19:50] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Ping timeout: 244 seconds)
  878. # [19:56] * Quits: smaug____ (~chatzilla@YMYCCCXXXVII.gprs.sl-laajakaista.fi) (Quit: ChatZilla 0.9.86.1 [Firefox 11.0a1/20111202012259])
  879. # [19:56] * Joins: smaug____ (~chatzilla@YMYCCCXXXVII.gprs.sl-laajakaista.fi)
  880. # [20:00] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  881. # [20:00] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  882. # [20:06] * Joins: danbri (~danbri@cable-146-255-152-131.dynamic.telemach.ba)
  883. # [20:08] * Joins: karlcow (~karl@nerval.la-grange.net)
  884. # [20:09] * Joins: dbaron (~dbaron@nat/mozilla/x-qlqqkdnktryhscvp)
  885. # [20:13] * Joins: FlorianX1 (~Dimitri@p4FCF74BC.dip.t-dialin.net)
  886. # [20:16] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
  887. # [20:16] * Quits: FlorianX (~Dimitri@p578F1FF1.dip.t-dialin.net) (Ping timeout: 252 seconds)
  888. # [20:18] * Joins: L04f3r (~komposmew@adsl-98-68-169-64.cha.bellsouth.net)
  889. # [20:18] * Parts: brucel (~brucel@cpc5-smal11-2-0-cust151.perr.cable.virginmedia.com)
  890. # [20:19] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
  891. # [20:20] * Joins: rniwa (rniwa@nat/google/x-nieejktitinqhwmc)
  892. # [20:23] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
  893. # [20:31] * Joins: mikenson (~michael@S010698fc1165a7e7.vc.shawcable.net)
  894. # [20:32] <mikenson> Hello. Is this a good place to ask a question about parsing HTML5? I'm not sure on something in the spec.
  895. # [20:32] <AryehGregor> mikenson, yes, exactly the right place.
  896. # [20:32] <mikenson> Cool, thank you.
  897. # [20:33] <mikenson> The WHATWG spec, section 12.2.4.69 (Tokenizing character references) "Anything else" is confusing me.
  898. # [20:34] * Joins: dainbrain (~dain@nat.corp.mediatemple.net)
  899. # [20:35] <mikenson> Are the named characters without semicolons in the table (12.5) the only characters accepted without semicolons?
  900. # [20:36] <mikenson> For example the spec uses "I'm &notit; " which is parsed as "I'm &not;it;" (and a parse error).
  901. # [20:37] <mikenson> But would "I'm &neever;" be parsed as "I'm &ne;ever;" (with a parse error)?
  902. # [20:37] <mikenson> I'm asking because the table doesn't have an entry for &ne (without the semicolon) but it does for &not (also without the semicolon).
  903. # [20:38] * Joins: graememcc (~chatzilla@host86-171-10-223.range86-171.btcentralplus.com)
  904. # [20:41] * Quits: jarek (~jarek@unaffiliated/jarek) (Ping timeout: 244 seconds)
  905. # [20:42] * Joins: jamesr (jamesr@nat/google/x-ziuhawxdvhaezapj)
  906. # [20:42] <jgraham> mikenson: Right. You just use the table verbatium
  907. # [20:44] * Joins: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90)
  908. # [20:45] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
  909. # [20:45] <mikenson> jgraham: Thanks. That clears things up.
  910. # [20:46] <mikenson> Is there an explanation anywhere for which named characters don't require semicolons?
  911. # [20:53] * Joins: hello (76a0d873@gateway/web/freenode/ip.118.160.216.115)
  912. # [20:53] * Quits: FlorianX1 (~Dimitri@p4FCF74BC.dip.t-dialin.net) (Read error: Connection reset by peer)
  913. # [20:53] * Quits: hello (76a0d873@gateway/web/freenode/ip.118.160.216.115) (Client Quit)
  914. # [20:54] * Joins: ok (76a0d873@gateway/web/freenode/ip.118.160.216.115)
  915. # [20:54] * ok is now known as Guest34706
  916. # [20:56] * Quits: Guest34706 (76a0d873@gateway/web/freenode/ip.118.160.216.115) (Client Quit)
  917. # [20:58] <jgraham> Not as far as I know. It is basically just the list of things that browsers accepted without semicolons
  918. # [21:09] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Ping timeout: 252 seconds)
  919. # [21:11] * Joins: KillerX (~anant@70-36-146-71.dsl.dynamic.sonic.net)
  920. # [21:11] <kennyluck> Where is this list from then?
  921. # [21:12] <zewt> (i'd imagine by testing browsers)
  922. # [21:13] * jernoble is now known as jernoble|afk
  923. # [21:16] <mikenson> Another question: The 3rd from last paragraph says, "If the characters after the & consist of one or more characters … followed by a semicolon then this is a parse error." But what if they don't? For example, &alpha (no semicolon) -- not in the table, not consumed, and no parse error?
  924. # [21:21] * Quits: Taggnostr (~quassel@dyn57-215.yok.fi) (Read error: Connection reset by peer)
  925. # [21:21] * Joins: danielfilho (~daniel@187.31.77.7)
  926. # [21:25] * Joins: Taggnostr (~quassel@dyn57-215.yok.fi)
  927. # [21:30] <Hixie> mikenson: correct
  928. # [21:30] <Hixie> mikenson: if there's no semicolon, then there's no risk of there being ambiguity in the future
  929. # [21:31] <Hixie> mikenson: since we'll never add any without semicolons
  930. # [21:31] * Joins: tantek (~tantek@nat/mozilla/x-oydoortvnmdxkyrv)
  931. # [21:32] <mikenson> Hixie: Ok. That makes sense.
  932. # [21:33] * Joins: jacobolus (~jacobolus@u199-48-147-086.appliedops.net)
  933. # [21:33] * Quits: smaug____ (~chatzilla@YMYCCCXXXVII.gprs.sl-laajakaista.fi) (Ping timeout: 244 seconds)
  934. # [21:34] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
  935. # [21:37] <mikenson> Just to be sure I've got it, ""One &alpha; One &beta" (missing semicolon at the end) gets parsed as "One α One &beta" with the literal text & b e t a, and a parse error. Is that correct?
  936. # [21:38] <Hixie> no parse error, unless i'm mistaken
  937. # [21:39] * Joins: david_carlisle (~chatzilla@dcarlisle.demon.co.uk)
  938. # [21:39] <mikenson> Right. Because no match can be made, and it doesn't end in a semicolon.
  939. # [21:39] <bga> somebody should say web developers to not make json sites :/
  940. # [21:40] <martndemus> any particular reason why?
  941. # [21:40] <Hixie> hsivonen: btw, looks like validator.nu does show an error in that case
  942. # [21:41] <bga> macpherson no indexing, not accesebility from old browsers
  943. # [21:42] <zewt> so everyone should stick to static pages forever
  944. # [21:42] <bga> yes
  945. # [21:42] <martndemus> ah, that's not jsons fault, thats the fault of the devs not making indexable fallbacks
  946. # [21:42] <zewt> no.
  947. # [21:42] <bga> grasefull degradation
  948. # [21:42] <karlcow> zewt: defines static pages ;)
  949. # [21:43] <zewt> pages that navigate to new URLs rather than updating in-place, in this context :)
  950. # [21:43] <karlcow> I think bga is talking about server rendered pages which is orthogonal to static pages
  951. # [21:44] <Philip`> Given that Google employs zillions of people, why haven't they solved the problem of indexing JS-generated pages yet?
  952. # [21:44] <Philip`> (assuming they haven't)
  953. # [21:44] <bga> zewt i mean sites which consist of whole js and json
  954. # [21:44] <bga> 0% html
  955. # [21:44] <martndemus> it should be static pages and json with pushState, not or
  956. # [21:45] <zewt> basically you'll need to get over the fact that different pages have different needs and priorities
  957. # [21:45] <Philip`> Surely you could just run a headless Chrome and simulate clicking on every link and seeing where you end up - how hard can it be?
  958. # [21:45] <zewt> making server-rendered indexable pages in addition to a dynamic JSON interface can be a *lot* of work; whether it's worth it is entirely up to the developer
  959. # [21:46] <zewt> all you can do is make sure developers are aware of the costs in both directions and make an informed choice
  960. # [21:46] <bga> i guess its break idea of acceseble web
  961. # [21:46] * Joins: danielfilho_ (~daniel@187.31.77.7)
  962. # [21:46] <karlcow> zewt: it is more complex than that. It's not only the choice of the developer
  963. # [21:46] <karlcow> because we live in society and some sites do not have the same social requirements
  964. # [21:46] <zewt> it's always entirely up to the developer.
  965. # [21:46] <martndemus> its not a lot of work when your back end is set up right (RoR works pretty awesome with the concept)
  966. # [21:47] <zewt> ("developer" being "the owner of the page"; obviously the choice may be management rather than a programmer)
  967. # [21:47] <karlcow> ahah 180º ;)
  968. # [21:47] <zewt> no? heh
  969. # [21:48] * Quits: danielfilho (~daniel@187.31.77.7) (Ping timeout: 255 seconds)
  970. # [21:48] * danielfilho_ is now known as danielfilho
  971. # [21:48] <bga> finally we will have webgl web. everything will be draw by webgl and no dom, html, css
  972. # [21:49] <bga> i dont see any differences between this future and Flash
  973. # [21:49] <zewt> you don't see any difference between open standards and closed, proprietary browser plugins?
  974. # [21:49] <zewt> i'm not sure i can help you then :)
  975. # [21:49] <bga> dont troll me plz
  976. # [21:49] <zewt> uh, i'm not
  977. # [21:49] <zewt> you're saying silly things, so I'm pointing them out
  978. # [21:50] <karlcow> nah the plug behind the head directly into the cortex. cortexJson
  979. # [21:50] <bga> zewt i mean who need dom, css when i can make 'awesome' site fully based of canvas?
  980. # [21:51] <bga> and ok no user text selection
  981. # [21:51] <bga> tab stop
  982. # [21:51] <bga> etc
  983. # [21:51] <zewt> again that's up to the developer; all you can do is make sure people know the costs
  984. # [21:51] <martndemus> you can, but not everyone owns pc/phones/we that can render those sites that fast
  985. # [21:52] * jernoble|afk is now known as jernoble
  986. # [21:52] <bga> zewt my idea thatstandards should limit developer, not give freedom to make silly things
  987. # [21:52] <zewt> you want sites to be restricted to doing things that *you* think are important
  988. # [21:53] <bga> yeah
  989. # [21:53] <zewt> it's imposing your priorities on everyone else
  990. # [21:53] <zewt> people have different priorities and needs and resources and goals
  991. # [21:53] <bga> zewt look at Java politics
  992. # [21:53] <bga> thay restict users
  993. # [21:54] <zewt> java is one of the worst languages I've ever used
  994. # [21:54] <karlcow> ThoughI mean it's amazing to see how much time companies spend to develop useless web sites just to sell ads
  995. # [21:54] <martndemus> all i wanna say, the web is not java
  996. # [21:55] <bga> but you restrict semanic of tags
  997. # [21:55] <bga> dont allow costom tags
  998. # [21:55] <bga> you restrict users
  999. # [21:55] <bga> restrict more plz
  1000. # [21:55] <zewt> actually, you can create custom tags, it's just handwavingly "invalid" (which is completely meaningless, since it works)
  1001. # [21:56] <bga> else web will binary
  1002. # [21:56] <martndemus> see using html5 tags in ie6, you are creating elements
  1003. # [21:56] <bga> and clicking 'view-source' you will see minified json
  1004. # [21:56] <bga> or binary code
  1005. # [21:57] <bga> it will be death of web
  1006. # [21:57] <zewt> http://zewt.org/~glenn/gross.html blink is back, baby
  1007. # [21:57] <bga> and html
  1008. # [21:57] <karlcow> different models of society
  1009. # [21:57] <bga> Ж.
  1010. # [21:57] <karlcow> free market, social market, etc. :) old debate
  1011. # [21:57] <bga> * :/
  1012. # [21:59] <martndemus> ooooh, thanks for the on = !on, never thought of that possibility =D
  1013. # [21:59] <bga> zewt it will end by inventing 'new' web
  1014. # [21:59] <bga> text based again
  1015. # [21:59] <bga> new fidonet
  1016. # [21:59] <bga> but ok
  1017. # [21:59] <bga> if you want
  1018. # [22:00] <zewt> these levels of hyperbole very rarely convince people of much, fyi
  1019. # [22:00] <bga> but currently less and less sited available for me in lynx
  1020. # [22:00] <bga> *sites
  1021. # [22:00] <martndemus> why would you want to use lynx as your main browser?
  1022. # [22:01] <martndemus> unless your browsing on a i368
  1023. # [22:01] <martndemus> or macII
  1024. # [22:02] <bga> lynx is good browser, i dont need bloated chrome or ff
  1025. # [22:02] <zewt> telling people you use lynx is also a bad idea if you're trying to convince people to change their authoring habits. heh
  1026. # [22:02] * Joins: jarek (~jarek@aeam128.neoplus.adsl.tpnet.pl)
  1027. # [22:02] * Quits: jarek (~jarek@aeam128.neoplus.adsl.tpnet.pl) (Changing host)
  1028. # [22:02] * Joins: jarek (~jarek@unaffiliated/jarek)
  1029. # [22:03] <bga> zewt i just try ti remember that main idea of web is accesebility
  1030. # [22:03] <zewt> no, it isn't.
  1031. # [22:03] <bga> css is option
  1032. # [22:03] <bga> js is option
  1033. # [22:03] * Joins: thiagotpc (~contato@r248-px-sorocaba.ibys.com.br)
  1034. # [22:04] <bga> only html is required
  1035. # [22:04] <zewt> it's one goal of the web. it's not the driving one, or the only one.
  1036. # [22:04] <zewt> and if you think css or javascript are optional, you're way too far out of touch from the web in the real world today. it's nice to say that these things should be optional, but in practice, they just aren't.
  1037. # [22:05] <martndemus> css is optional, but a hell lot of people choose to use it, same goes for js
  1038. # [22:05] * Quits: david_carlisle (~chatzilla@dcarlisle.demon.co.uk) (Ping timeout: 248 seconds)
  1039. # [22:05] <zewt> you can disable css and javascript, and if you do, you'll break a massive number of sites
  1040. # [22:05] <bga> zewt second is make html is new OS?
  1041. # [22:06] <zewt> okay?
  1042. # [22:06] <bga> zewt authors should use 'graseful degadation'
  1043. # [22:06] <bga> its important
  1044. # [22:06] <zewt> in the real world, "don't" trumps "should"
  1045. # [22:06] <martndemus> no website authors can do whatever the fuck they want
  1046. # [22:07] <zewt> s/no/all/
  1047. # [22:07] <martndemus> ^
  1048. # [22:07] <zewt> lots of people make sites that only work with css and javascript; the HTML Police aren't coming to take them away :)
  1049. # [22:07] <zewt> we can shake our Fists of Principle at them all day, but it won't change it
  1050. # [22:07] <martndemus> its up to the people to browse to the site or not
  1051. # [22:07] <zewt> martndemus: and that's exactly it
  1052. # [22:08] <zewt> everyone doesn't stop using a site because it requires css
  1053. # [22:08] <zewt> 99.99% don't care or notice
  1054. # [22:08] <zewt> thus there's no real pressure for sites to work without css
  1055. # [22:08] <zewt> (abbreviating "css and javascript" to "css" because repetitive)
  1056. # [22:09] <bga> i happy that some sites still have 'mobile' version
  1057. # [22:10] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
  1058. # [22:10] <bga> but web way is disappointing me
  1059. # [22:10] <martndemus> well, i would say, that the future of mobile is even more xHr/json
  1060. # [22:11] * Quits: jamesr (jamesr@nat/google/x-ziuhawxdvhaezapj) (Quit: jamesr)
  1061. # [22:12] <martndemus> well bga, with that opinion, you are the 1%.
  1062. # [22:12] <bga> heh
  1063. # [22:12] <bga> ok
  1064. # [22:13] <zewt> as a lynx user, you need to move the decimal point many places further :)
  1065. # [22:13] * Joins: Margle (~margle@41-133-196-64.dsl.mweb.co.za)
  1066. # [22:13] <martndemus> yeah
  1067. # [22:13] <martndemus> its propably far less then 1%, but I always wanted to make a OWS like reference ;)
  1068. # [22:13] <bga> macpherson i read same opinion every day
  1069. # [22:14] <bga> in forims, chats etc
  1070. # [22:14] * Quits: Timz (~Adium@86.89.174.199) (Quit: Leaving.)
  1071. # [22:14] <martndemus> sources?
  1072. # [22:14] <bga> many ppl want html4 back
  1073. # [22:14] <bga> michaelrtm mostly linux forums
  1074. # [22:14] * Joins: tantek_ (~tantek@nat/mozilla/x-hzbzwkhmjlsvijcf)
  1075. # [22:15] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  1076. # [22:15] * Quits: tantek (~tantek@nat/mozilla/x-oydoortvnmdxkyrv) (Read error: Connection reset by peer)
  1077. # [22:15] * tantek_ is now known as tantek
  1078. # [22:16] <martndemus> well, as you can see, the general opinion is different then theirs
  1079. # [22:16] <bga> macpherson main reason that web browsers become bigger and bigger, slower and slower, eat more RAM but web content quality not better
  1080. # [22:16] <martndemus> correction
  1081. # [22:16] <martndemus> browsers are becoming faster
  1082. # [22:16] <zewt> (it's rather more complicated than that, heh)
  1083. # [22:17] <martndemus> and the RAM consumptions is neglegible
  1084. # [22:17] <zewt> (that's just incorrect; FF regularly uses 1.5GB of my 8GB system, which is substantial)
  1085. # [22:18] <martndemus> well, there is still 6,5 gb of ram doing nothing
  1086. # [22:18] <zewt> um
  1087. # [22:18] <zewt> somehow you've assumed that my computer is dedicated entirely to firefox :)
  1088. # [22:19] <gnarf> sounds like thats a firefox problem :)
  1089. # [22:19] <martndemus> nah
  1090. # [22:19] <zewt> chrome isn't better, from what I've heard
  1091. # [22:19] <martndemus> my chrome is using 1.1gb atm
  1092. # [22:19] <zewt> (i suspect Opera is; no idea about IE)
  1093. # [22:19] <martndemus> about 10-15 tabs open
  1094. # [22:19] <gnarf> it really isn't but responsible browsing helps ( closing tabs ) - and tbh, plugins like flash hurt a lot more than JS engines
  1095. # [22:20] <zewt> gnarf: i object to the idea that i have to close tabs to be "responsible" to work around browser leaks
  1096. # [22:20] <zewt> i have ~80 tabs open right now; that's how I use the browser
  1097. # [22:20] <gnarf> its not even about leaks, its about caching that much content in memory for display
  1098. # [22:20] <zewt> that's how I've used browsers for many many years
  1099. # [22:20] <gnarf> 80 tabs is insanity
  1100. # [22:20] <zewt> no, not at all
  1101. # [22:21] <gnarf> your mobile phone must hate you
  1102. # [22:21] * jernoble is now known as jernoble|afk
  1103. # [22:21] <gnarf> :)
  1104. # [22:21] <martndemus> the browsers just scale up with what the general pc specs
  1105. # [22:21] <martndemus> do
  1106. # [22:21] <zewt> what does my mobile phone have to do with my desktop browsing patterns? heh
  1107. # [22:21] * Quits: thedjpetersen (~deploy@li111-58.members.linode.com) (Ping timeout: 240 seconds)
  1108. # [22:21] <martndemus> but eh 1,5gb for 80 tabs
  1109. # [22:21] <martndemus> thats impressive
  1110. # [22:21] <gnarf> just saying... 80 tabs = 80 documents in memory
  1111. # [22:21] <zewt> the same number of tabs was around 300mb around FF3
  1112. # [22:21] <gnarf> and prolly ~200 images
  1113. # [22:22] <roc> zewt: but did the content of the tabs change since FF3?
  1114. # [22:22] <gnarf> how many flash objects?
  1115. # [22:22] <zewt> browsers discard decompressed images in idle tabs (from what I recall)
  1116. # [22:22] <zewt> roc: i distinctly recall noticing memory usage jumping massively between a couple versions
  1117. # [22:22] * Quits: c_t_montgomery (~c_t_montg@199.83.223.215) (Quit: c_t_montgomery)
  1118. # [22:22] <zewt> i think 3 -> 3.5 doubled memory usage, and then it doubled again at some "upgrade" after that (4 maybe)
  1119. # [22:22] * Quits: crash\ (bouncer@lubyte.de) (Quit: lubyte.de)
  1120. # [22:23] <roc> there have been regressions, but we've fixed most of them
  1121. # [22:23] <zewt> it's at 1.1GB right now, but I havn't had the browser open that long (few days)
  1122. # [22:23] <zewt> (at least it caps out; it doesn't OOM or anything)
  1123. # [22:23] <zewt> (or out-of-address-space; same thing)
  1124. # [22:23] <roc> unless you have unusual browsing habits, the content of those tabs has certainly changed since FF3, so at the least some analysis would be required to make memory comparisions "against FF3"
  1125. # [22:23] * Quits: KillerX (~anant@70-36-146-71.dsl.dynamic.sonic.net) (Ping timeout: 260 seconds)
  1126. # [22:24] <martndemus> bottomline: this isnt the time anymore where computers had 32mb of RAM and the browser used less then 1mb, get real
  1127. # [22:24] <zewt> roc: i'm comparing memory usage at the time of the upgrade
  1128. # [22:24] <gnarf> or installing FF3 and testing
  1129. # [22:24] <zewt> when I upgraded from 3 to 3.5, memory usage jumped way up
  1130. # [22:24] <zewt> (too long ago to remember details)
  1131. # [22:24] <bga> macpherson i have 512mb
  1132. # [22:24] <zewt> i'm inclined to write bga off as a troll. heh
  1133. # [22:25] <gnarf> most people have that on their video card nowadays
  1134. # [22:25] <martndemus> yeah i figured you were on some very old pc
  1135. # [22:25] <roc> yeah, there have been regressions, but we've fixed many of them
  1136. # [22:25] <roc> so it's hard to tell
  1137. # [22:26] <martndemus> Just remember this: if you use old tech, dont expect that all the new stuff works on your dinosaur tech
  1138. # [22:26] <roc> also, like someone else said earlier, some increased memory usage is directly related to improving performance
  1139. # [22:26] <martndemus> it just isnt made for your dinosaur pc
  1140. # [22:26] * Parts: mikenson (~michael@S010698fc1165a7e7.vc.shawcable.net)
  1141. # [22:26] <roc> this is very clear for JS and graphics
  1142. # [22:27] * Joins: crash\ (bouncer@lubyte.de)
  1143. # [22:27] <zewt> firefox has always had a tendency to get slower over time, leading to me restarting it eventually; there's always the sense that that's tied to memory usage, but I have no idea if there's actually any relationship (and subjective UI performance is very hard to diagnose, especially when it only happens after a week of use and goes away if I restart it to add diagnostics)
  1144. # [22:27] * Joins: KillerX (~anant@70-36-146-71.dsl.dynamic.sonic.net)
  1145. # [22:27] <bga> macpherson as result i will use opera mini servers to browse web
  1146. # [22:28] <kennyluck> bga, I think I know what you are saying. The Web I would like to see is the Web where there are lots of nice, xrefed textbooks like the HTML LS, but I don't want HTML4 back and I know the only I can make this happen is to solicit permission from textbook authors or to hack WebKit for better MathML support.
  1147. # [22:28] <roc> yes, sluggishness is often tied to GC pauses which is tied ot memory usage
  1148. # [22:28] * Joins: thedjpetersen (~deploy@li111-58.members.linode.com)
  1149. # [22:28] <roc> zewt: BTW in response to your earlier question, Gecko uses language information to control auto-hyphenation, but other than that doesn't use it for line-breaking
  1150. # [22:29] <zewt> roc: does it actually use @lang, or is "language information" just language heuristics?
  1151. # [22:29] <roc> it actually uses @lang
  1152. # [22:29] <zewt> k
  1153. # [22:31] <bga> kennyluck yeah. dynamic is option. plain html, svg and other markup formats
  1154. # [22:32] <bga> web for me is info, i dont need nice css3 animations to read info
  1155. # [22:32] * jernoble|afk is now known as jernoble
  1156. # [22:34] <kennyluck> bga, well, you can think this way. You need css3 animations to make people happy to use html instead of ppt.
  1157. # [22:34] <kennyluck> or pdf.
  1158. # [22:34] <bga> if author instead show me info what i need, require js support just for get info via XHR - i will read info somewhere else
  1159. # [22:34] * Quits: ParadoX- (parad0x@hades.spexhost.com) (Read error: Connection reset by peer)
  1160. # [22:35] <bga> kennyluck if ppl want animation - its ok. but, again, its just option
  1161. # [22:35] <martndemus> bga you are a statistical 0.0001% which most authors tend to not care about. It might sound harsh, but it is
  1162. # [22:35] * Joins: ParadoX- (parad0x@hades.spexhost.com)
  1163. # [22:36] * Joins: smaug____ (~chatzilla@GMDCCXXXIII.gprs.sl-laajakaista.fi)
  1164. # [22:37] * Joins: jankeromnes (~janx@acces2527.res.insa-lyon.fr)
  1165. # [22:40] <annevk> ah, glad we found a solution for the wiki
  1166. # [22:40] <annevk> not ideal, but definitely better than no signups
  1167. # [22:43] * Quits: thiagotpc (~contato@r248-px-sorocaba.ibys.com.br)
  1168. # [22:43] * Quits: smaug____ (~chatzilla@GMDCCXXXIII.gprs.sl-laajakaista.fi) (Ping timeout: 244 seconds)
  1169. # [22:46] * Joins: KillerX_ (~anant@70-36-146-71.dsl.dynamic.sonic.net)
  1170. # [22:48] * Quits: KillerX (~anant@70-36-146-71.dsl.dynamic.sonic.net) (Ping timeout: 258 seconds)
  1171. # [22:48] * KillerX_ is now known as KillerX
  1172. # [22:49] * Joins: gavinc (~gavin@50-0-76-242.dsl.dynamic.sonic.net)
  1173. # [22:54] <annevk> AryehGregor: is there some way to find out all users for a MediaWiki installation and then all the users that have never contributed? And maybe a list of those that made a single contribution?
  1174. # [22:54] <annevk> AryehGregor: I'm wondering if I can do some cleanup as there are still some spam accounts activated
  1175. # [22:54] <annevk> (that have not spammed yet, but probably will at some point in the future)
  1176. # [22:58] * Quits: jacobolus (~jacobolus@u199-48-147-086.appliedops.net) (Ping timeout: 252 seconds)
  1177. # [22:58] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
  1178. # [22:59] * Quits: davidb_ (~davidb@66.207.208.98) (Quit: davidb_)
  1179. # [23:00] * Joins: jamesr (jamesr@nat/google/x-jjydfyjjhzljauze)
  1180. # [23:01] * Joins: jacobolus (~jacobolus@u199-48-147-086.appliedops.net)
  1181. # [23:04] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
  1182. # [23:10] * Quits: MacTed (~Thud@63.119.36.36)
  1183. # [23:17] * Joins: hasather_ (~hasather_@84.38.144.96)
  1184. # [23:18] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
  1185. # [23:23] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: Leaving)
  1186. # [23:24] <jgraham> zewt: It turns out that running a JITing javascript engine takes more memory than a bytecode interpreter. So probably all browsers regressed memory usage as they introduced those
  1187. # [23:25] <jgraham> What roc says about X tabs is tremendously important though
  1188. # [23:26] <jgraham> Comparing memory usage for unspecified hetrogenous pages is useless
  1189. # [23:29] <zewt> jgraham: i'd be very surprised if the memory usage of compiled JIT data is on that order of magnitude
  1190. # [23:29] <jgraham> I wouldn't
  1191. # [23:29] <jgraham> It's not just compiled code, it's the datastructures that people adopted
  1192. # [23:29] <zewt> a gig of memory for (say) 80 pages worth of JIT'd javascript? highly doubtful
  1193. # [23:30] <zewt> anyway, i'm not that worried about memory usage; the progressive slowness of firefox is more bothersome
  1194. # [23:30] <jgraham> Well sure it's not the only thing on those pages
  1195. # [23:30] <zewt> (using more memory is annoying, but memory is cheap; I'll probably jump to 16 GB soon)
  1196. # [23:31] <zewt> also, i'd expect browsers to discard regeneratable data from idle pages (like they do--from what I understand--with decompressed images)
  1197. # [23:32] <zewt> (of course, some pages just never go idle, but plenty do)
  1198. # [23:35] * jernoble is now known as jernoble|afk
  1199. # [23:41] * Quits: jacobolus (~jacobolus@u199-48-147-086.appliedops.net) (Remote host closed the connection)
  1200. # [23:46] * jernoble|afk is now known as jernoble
  1201. # [23:51] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  1202. # [23:53] * Quits: Frozen_ (~Frozen@2a01:e35:8a2f:2a60:21f:d0ff:fe53:75b2) (Remote host closed the connection)
  1203. # [23:56] * Quits: jernoble (~jernoble@17.212.152.13) (Ping timeout: 255 seconds)
  1204. # [23:57] * Joins: karlcow (~karl@nerval.la-grange.net)
  1205. # [23:57] * Joins: jernoble (~jernoble@2620:149:4:1b01:6833:d1ae:e35c:905d)
  1206. # [23:58] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
  1207. # Session Close: Sat Dec 03 00:00:00 2011

The end :)