Options:
- # Session Start: Thu Jul 10 00:00:00 2014
- # Session Ident: #whatwg
- # [00:02] * Quits: Ms2ger (~Ms2ger@92.212-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [00:03] * Quits: GPH-Hickory (~GPHemsley@pdpc/supporter/student/GPHemsley) (Remote host closed the connection)
- # [00:03] * Quits: weinig (~weinig@17.114.219.114) (Quit: weinig)
- # [00:03] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:06] * Quits: roc (~chatzilla@121-99-139-255.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [00:06] <cabanier> Domenic: ping
- # [00:06] <Domenic> cabanier: pong
- # [00:07] <cabanier> Domenic: about the DOMRectReadonly object, why can't we treat it as just an interface?
- # [00:07] <Domenic> cabanier: what is an interface? WebIDL interface === JavaScript class
- # [00:07] <cabanier> Domenic: it seems you're going out of your way to make it the same object.
- # [00:08] <Domenic> cabanier: I agree, but that is roc's requirement, so that you can monkeypatch a common prototype class. My suggestion was just to have a DOMRectUtils mixin.
- # [00:08] <cabanier> Domenic: even if it has no constructor?
- # [00:08] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [00:08] <Domenic> cabanier: yes; remember there is no such thing as "no constructor" in JS, just "constructor which throws unless you pass it a secret"
- # [00:09] <cabanier> Domenic: but there are a lot of objects like that in the web platform. You can't new a canvas element for instance
- # [00:09] <Domenic> cabanier: EXCEPT that WebIDL has a special exception for interfaces that are [NoInterfaceObject] and only ever used with `inherits` instead of `:`; those are called "supplemental interfaces"
- # [00:09] <cabanier> Domenic: maybe domrectreadonly should be a dictionary
- # [00:09] <Domenic> cabanier: yes, and we are trying to fix those
- # [00:09] <Domenic> cabanier: well, that might be OK, but what about the left/right/top/bottom :-/
- # [00:10] <cabanier> Domenic: var c = new HTMLCanvasElement(); ?
- # [00:10] <cabanier> Domenic: too bad that those attributes already shipped....
- # [00:11] <cabanier> Domenic: can't they be implemented with JS? I agree it's failry magical
- # [00:11] <Domenic> cabanier: I think they are useful... either separate DOMQuadBounds and DOMRect classes, or DOMRectReadOnly and DOMRect classes, seem OK.
- # [00:11] <cabanier> s/failry/fairly
- # [00:12] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:12] <Domenic> cabanier: sorry, can't what be implemented with JS?
- # [00:12] <cabanier> left/right/top/bottom as attribute getter functions that do the calculation
- # [00:12] <gsnedders> why not?
- # [00:13] * Joins: bholley (~bholley@98.210.101.88)
- # [00:13] <Domenic> they could be, but then there would be separate getters for every instance... classes are nice since they let you reuse getters (or methods) across multiple instances
- # [00:14] <cabanier> Domenic: but a dictionary defines everything new every time so that would be consistent
- # [00:14] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [00:14] <Domenic> cabanier: yeah, it'd be consistent, agreed. A little wasteful I guess, but not horrible.
- # [00:19] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [00:20] <cabanier> Domenic: then DOMRectReadOnly would just be an Object and DOMQuad would keep a reference to that object
- # [00:21] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:22] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [00:27] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [00:27] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [00:28] * Quits: Smylers (~smylers@host86-156-209-235.range86-156.btcentralplus.com) (Quit: Leaving.)
- # [00:29] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:30] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:31] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:37] <Domenic> cabanier: that seems to kind of contradict the stated design goals, e.g. then people can modify quad.bounds.x and it'll be inconsistent with the quad itself. But I know a lot of people would argue that's more JavaScriptey anyway---the reflection of the object in the API can be messed with, even if the quad itself is not impacted.
- # [00:39] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:39] <cabanier> Domenic: can 'x' not be readonly in the dictionary?
- # [00:39] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:39] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [00:40] <Domenic> cabanier: well, I guess it could be a "dictionary" full of getters? E.g. `{ get x() { return 5; }, get y() { return 10; } }`
- # [00:41] <cabanier> Domenic: yes, for a quad they would pull it out of the quad.
- # [00:41] * Joins: samn (~samn@81.230.183.35)
- # [00:42] * Quits: ^esc (~esc-ape@91.141.0.88.wireless.dyn.drei.com)
- # [00:46] <Domenic> cabanier: I guess I don't see the advantage over a DOMQuadBounds class?
- # [00:47] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:47] <Domenic> cabanier: you end up writing a (browser-internal) factory function that is e.g. createRectDictionaryFromDomQuad(quad) { return { get x() { ... }, ... } }
- # [00:47] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:47] <Domenic> cabanier: which doesn't seem any better than creating a (user-exposed) constructor function DOMQuadBounds(quad) { ... }
- # [00:48] <Domenic> both are better than a throw-without-secret constructor, definitely
- # [00:48] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [00:48] * Quits: sicking (~sicking@108-75-73-255.lightspeed.sntcca.sbcglobal.net) (Quit: sicking)
- # [00:49] <Domenic> (note that you can't hide constructors in JS, since they are always accessible via the .constructor property on instances. Whereas factory functions that return simple objects can be hidden.)
- # [00:49] <cabanier> Domenic: you avoid exposing another object to the global namespace
- # [00:50] <cabanier> Domenic: and avoid type checking when you pass in a DOMRectReadOnly
- # [00:50] <Domenic> cabanier: I think you can accomplish both of those though. The type checking definitely; input should never be a DOMRectReadOnly, just a DOMRectInit or something
- # [00:51] <cabanier> Domenic: yes.
- # [00:51] <Domenic> cabanier: the avoiding-exposing-an-object thing is a bit trickier since we'd need to fix WebIDL. But there is no reason in JS you cannot both (a) have a constructor; (b) decide not to make a global variable pointing to that constructor.
- # [00:51] <Domenic> The fact that having a constructor means it must be on the global in WebIDL is just a bug in WebIDL.
- # [00:52] <Domenic> it'll be a very bad bug once browsers start shipping modules :P
- # [00:52] <cabanier> Domenic: it might be a fundamental browser feature
- # [00:52] <cabanier> Domenic: so fixing it might take a while, if you can even convince them to do so
- # [00:53] * Joins: ^esc (~esc-ape@178.115.130.86.wireless.dyn.drei.com)
- # [00:53] <cabanier> s/feature/design flaw/
- # [00:53] <Domenic> cabanier: that's fair. But we could have a spec that's slightly ahead of the browsers here. And browsers could either expose an extra global (risky), or have a throwing constructor. But as long as the throwing constructor is spec-uncompliant, I am happy.
- # [00:54] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [00:57] <cabanier> Domenic: thanks! I'm going to ponder this a bit (it's time to go to sleep :-))
- # [00:58] * Quits: samn (~samn@81.230.183.35) (Remote host closed the connection)
- # [00:58] * Joins: estellevw (~estellewy@209.49.66.106)
- # [00:58] <Domenic> cabanier: sounds good! glad I could help :)
- # [00:59] <cabanier> Domenic: yes, the spec will definitely get better
- # [01:02] * Joins: satazor (~satazor@26.186.108.93.rev.vodafone.pt)
- # [01:04] * Joins: samn (~samn@h35n15-asp-a13.ias.bredband.telia.com)
- # [01:04] * Quits: Areks|2 (~Areks@95-28-254-201.broadband.corbina.ru) (Ping timeout: 264 seconds)
- # [01:04] * Joins: bholley (~bholley@98.210.101.88)
- # [01:05] * Joins: weinig (~weinig@17.114.219.114)
- # [01:06] * Joins: technomm_ (~technommy@121.15.59.228)
- # [01:06] * Quits: technommy (~technommy@121.15.59.228) (Ping timeout: 240 seconds)
- # [01:06] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [01:09] * Joins: yoav (~yoav@162.222.102.121)
- # [01:10] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:10] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [01:15] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [01:20] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:21] * Joins: lmclister (~lmclister@192.150.10.207)
- # [01:22] * Quits: lmclister (~lmclister@192.150.10.207) (Client Quit)
- # [01:27] * Joins: Lachy (~Lachy@84.215.104.248)
- # [01:27] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [01:28] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [01:28] * Joins: tantek (~tantek@70.36.139.254)
- # [01:29] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [01:31] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:31] * Joins: lmclister (~lmclister@192.150.10.207)
- # [01:33] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
- # [01:33] * Quits: technomm_ (~technommy@121.15.59.228) (Remote host closed the connection)
- # [01:39] * Joins: jdaggett (~jdaggett@pool-173-48-11-129.bstnma.east.verizon.net)
- # [01:42] * Quits: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:42] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [01:49] <Hixie> dreamhost is moving the whatwg.org server to a different back-end to see if that improves performance
- # [01:49] <Hixie> site will be down until dns propagates
- # [01:50] <SamB> Hixie: why can't they propagate DNS first :-(
- # [01:50] <Hixie> because that would just mean the site was down earlier?
- # [01:51] <SamB> I mean, er, set up new backend, then wait for dns to propagate, then take down old one. I guess it would be important to flip the wiki to read-only though ...
- # [01:52] * Joins: roc (~chatzilla@122-62-46-230.jetstream.xtra.co.nz)
- # [01:52] * Quits: satazor (~satazor@26.186.108.93.rev.vodafone.pt) (Remote host closed the connection)
- # [01:55] <Hixie> SamB: not just the wiki
- # [01:56] <Hixie> anyway, dns has propagated
- # [01:56] <SamB> oh okay
- # [01:56] <SamB> I guess a big name like them *would* remeber the "lower TTL first" step
- # [02:00] * Joins: othermaciej (~mjs@17.114.217.109)
- # [02:04] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [02:19] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:19] * Quits: samn (~samn@h35n15-asp-a13.ias.bredband.telia.com)
- # [02:23] * Quits: othermaciej (~mjs@17.114.217.109) (Quit: othermaciej)
- # [02:30] <zewt_> some aws stuff is designed around expecting low ttl always (on the order of ~60s)
- # [02:30] * zewt_ is now known as zewt
- # [02:31] <zewt> it's a bit bizarre that apparently firefox still ignores TTL, even though it breaks anything hosted on amazon ELB
- # [02:35] * Joins: bholley (~bholley@98.210.101.88)
- # [02:35] * Quits: bholley (~bholley@98.210.101.88) (Client Quit)
- # [02:35] * Joins: bholley (~bholley@98.210.101.88)
- # [02:36] * Quits: bholley (~bholley@98.210.101.88) (Client Quit)
- # [02:36] <caitp> sounds like good material for a bug
- # [02:37] * Quits: Lachy (~Lachy@84.215.104.248) (Read error: Connection reset by peer)
- # [02:37] <zewt> https://bugzilla.mozilla.org/show_bug.cgi?id=151929 filed 12 years ago
- # [02:38] <caitp> nice
- # [02:38] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [02:40] <zewt> certainly a bigger bug today than it was then
- # [02:40] <caitp> well, 12 years and no attachments shows some commitment :s
- # [02:40] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [02:43] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 264 seconds)
- # [03:13] * Joins: wartdev (~wartdev@109.255.148.96)
- # [03:22] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 30.0/20140605102323])
- # [03:22] * Quits: wartdev (~wartdev@109.255.148.96)
- # [03:24] * Joins: yutak_home (~kee@ZP150048.ppp.dion.ne.jp)
- # [03:24] * Quits: bnicholson (~bnicholso@2620:101:80fc:224:3e97:eff:feef:9aba) (Ping timeout: 252 seconds)
- # [03:25] * Joins: KevinMarks2 (~yaaic@67.164.14.200)
- # [03:39] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:40] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [03:45] * Quits: dbaron (~dbaron@2620:101:80fb:224:6181:94c2:9a99:629e) (Ping timeout: 260 seconds)
- # [03:57] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [04:01] <Hixie> how do other browsers honour ttl if the OS doesn't expose it?
- # [04:03] * Joins: technommy (~technommy@121.15.59.228)
- # [04:03] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [04:03] * Quits: yutak_home (~kee@ZP150048.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [04:10] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [04:11] <zewt> the OS DNS does handle ttl, but iirc firefox has its own caching layer that doesn't
- # [04:11] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [04:12] <zewt> if they're using the OS to do the underlying DNS and it doesn't expose TTL, then they either need to 1: not use the OS resolver at all to get the info or 2: lose the extra caching layer
- # [04:12] * Joins: bholley (~bholley@98.210.101.88)
- # [04:13] * Krinkle is now known as Krinkle|detached
- # [04:14] <SamB> zewt: might not be *totally* insane to cache for, say, a minute despite not knowing TTL
- # [04:15] <zewt> afaik they're caching for longer than that (five minutes or something)
- # [04:15] <zewt> amazon ELB instances have a ttl of around 45-60 seconds
- # [04:15] * Quits: bholley (~bholley@98.210.101.88) (Client Quit)
- # [04:19] * Quits: mrbkap (~mrbkap@people1.scl3.mozilla.com) (Ping timeout: 252 seconds)
- # [04:20] * Joins: mrbkap (~mrbkap@people1.scl3.mozilla.com)
- # [04:20] * Quits: KevinMarks2 (~yaaic@67.164.14.200) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
- # [04:21] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [04:25] * Quits: technommy (~technommy@121.15.59.228) (Remote host closed the connection)
- # [04:25] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [04:31] * Quits: tantek (~tantek@70.36.139.254) (Quit: tantek)
- # [04:34] * Joins: othermaciej (~mjs@76.74.153.36)
- # [04:35] * Joins: paintedbicycle (~paintedbi@S01067cb21bd8ee9a.vc.shawcable.net)
- # [04:38] * Quits: jdaggett (~jdaggett@pool-173-48-11-129.bstnma.east.verizon.net) (Quit: jdaggett)
- # [04:43] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [04:44] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [04:48] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [04:49] * Quits: weinig (~weinig@17.114.219.114) (Quit: weinig)
- # [04:49] * Quits: othermaciej (~mjs@76.74.153.36) (Quit: othermaciej)
- # [04:50] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [04:52] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [04:52] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [04:52] * Joins: bholley (~bholley@98.210.101.88)
- # [04:57] * Joins: technommy (~technommy@61.144.248.40)
- # [04:59] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [04:59] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [04:59] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [05:01] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [05:02] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Quit: montecfel)
- # [05:05] * Joins: estellevw (~estellewy@209.49.66.106)
- # [05:06] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [05:07] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [05:09] * Joins: KevinMarks2 (~yaaic@2607:fb90:220c:f3c1:f437:27f4:1745:e10f)
- # [05:16] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [05:16] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [05:18] * Quits: KevinMarks2 (~yaaic@2607:fb90:220c:f3c1:f437:27f4:1745:e10f) (Remote host closed the connection)
- # [05:18] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [05:18] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [05:18] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [05:20] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (Ping timeout: 240 seconds)
- # [05:20] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [05:20] * Quits: gavin (~gavin@firefox/developer/gavin) (Ping timeout: 245 seconds)
- # [05:20] * Quits: mrbkap (~mrbkap@people1.scl3.mozilla.com) (Ping timeout: 240 seconds)
- # [05:21] * Quits: tbsaunde_ (~tbsaunde@people1.scl3.mozilla.com) (Ping timeout: 245 seconds)
- # [05:21] * Joins: estellevw (~estellewy@209.49.66.106)
- # [05:23] * Quits: estellevw (~estellewy@209.49.66.106) (Client Quit)
- # [05:26] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
- # [05:46] * Joins: gavin (~gavin@people1.scl3.mozilla.com)
- # [05:46] * Quits: gavin (~gavin@people1.scl3.mozilla.com) (Changing host)
- # [05:46] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [05:47] * Joins: weinig (~weinig@98.234.191.242)
- # [05:50] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [05:51] * Parts: dddh (~Zumu@pdpc/supporter/active/dddh)
- # [05:51] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [05:53] * Joins: bholley (~bholley@98.210.101.88)
- # [06:07] * Quits: paintedbicycle (~paintedbi@S01067cb21bd8ee9a.vc.shawcable.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [06:17] * Quits: tav (~tav`@575193a2.skybroadband.com) (Read error: Connection reset by peer)
- # [06:17] * Joins: tav (~tav`@575193a2.skybroadband.com)
- # [06:18] * Quits: dgrogan (dgrogan@nat/google/x-mhenbgqtpyefwlbi) (Quit: Leaving)
- # [06:35] * Joins: mrbkap (~mrbkap@people1.scl3.mozilla.com)
- # [06:44] * Quits: ambv (~ambv@173.252.71.189) (Quit: sys.exit(0) # computer went to sleep)
- # [06:47] * Quits: plutoniix (~plutoniix@node-18yt.pool-101-109.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [06:47] * Joins: a-ja (~Instantbi@70.230.146.131)
- # [06:48] * Joins: falken (uid20729@gateway/web/irccloud.com/x-gbcfchuormctkxug)
- # [06:51] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [06:51] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [06:59] * Joins: karlcow (~karl@128.30.54.58)
- # [07:08] * Parts: kochi1 (~kochi@2401:fa00:4:1000:909f:7651:6fcc:3c8b)
- # [07:08] * Quits: kochi (~kochi@2401:fa00:4:1000:d430:115:46f:aff7) (Quit: Leaving.)
- # [07:11] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [07:11] * Joins: kochi (~kochi@2401:fa00:4:1000:6585:51fa:8ccd:6574)
- # [07:11] * Joins: kochi1 (~kochi@2401:fa00:4:1000:6585:51fa:8ccd:6574)
- # [07:12] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [07:13] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:25] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [07:42] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [07:43] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [07:51] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [07:53] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [07:53] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [07:56] * Joins: Smylers (~smylers@host86-156-209-235.range86-156.btcentralplus.com)
- # [07:56] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [07:59] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [08:06] * Joins: dbpokorny (adef4e36@gateway/web/freenode/ip.173.239.78.54)
- # [08:09] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [08:11] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [08:14] <dbpokorny> what's with all of the asm.js hate?
- # [08:14] <dbpokorny> why did everybody decide to put their head in the ground at exactly the same time?
- # [08:15] <dbpokorny> Why can't I put my MacDraw picture in the cloud?
- # [08:15] <dbpokorny> Why can't I put my HyperCard stack in the cloud?
- # [08:15] * Parts: cmr (freenode@oftn/member/cmr) ("WeeChat 0.4.3")
- # [08:17] * Joins: bholley (~bholley@98.210.101.88)
- # [08:18] <SamB> dbpokorny: asm.js hate?
- # [08:19] <SamB> and what's this about not being able to store those files in the cloud ... ?
- # [08:19] * Quits: yoav (~yoav@162.222.102.121) (Ping timeout: 252 seconds)
- # [08:21] * Joins: yoav (~yoav@162.222.102.121)
- # [08:21] <dbpokorny> For example "assembly is inherently incompatible with the web". This is the ultimate source of what is and is not web.
- # [08:22] <SamB> asm.js is probably not what they think
- # [08:23] <dbpokorny> I bring up MacDraw and HyperCard because they currently require pce.js to run, which requires asm.js.
- # [08:30] * Quits: dbpokorny (adef4e36@gateway/web/freenode/ip.173.239.78.54) (Quit: Page closed)
- # [08:33] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:33] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [08:34] * Joins: bholley (~bholley@98.210.101.88)
- # [08:34] * Joins: plutoniix (~plutoniix@1.20.44.232)
- # [08:34] * Quits: bholley (~bholley@98.210.101.88) (Client Quit)
- # [08:35] * Quits: lmclister (~lmclister@192.150.10.207)
- # [08:38] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [08:38] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Ping timeout: 240 seconds)
- # [08:39] * Quits: Smylers (~smylers@host86-156-209-235.range86-156.btcentralplus.com) (Quit: Leaving.)
- # [08:39] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [08:42] * Joins: dbpokorny (adef4e36@gateway/web/freenode/ip.173.239.78.54)
- # [08:51] * Joins: Smylers (~smylers@host86-156-209-235.range86-156.btcentralplus.com)
- # [08:52] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [08:54] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [08:55] <dbpokorny> *sigh* so stuff like this "image decoding *can't* be done efficiently in script"
- # [08:55] <dbpokorny> I mean, it is being done in script. That train has left
- # [08:57] <dbpokorny> Are compiler writers so scarce that people simply believe language translation is not possible?
- # [08:57] <SamB> it is better if you can let the browser do it rather than insisting on wasting memory in every ... single ... tab
- # [08:57] * Joins: darobin (~darobin@2a01:e34:ed05:d180:81c5:18ec:ddea:e43e)
- # [08:57] <dbpokorny> I agree
- # [08:58] <SamB> okay, so no lecture about sharing code pages necessary then ;-)
- # [08:58] * Quits: darobin (~darobin@2a01:e34:ed05:d180:81c5:18ec:ddea:e43e) (Remote host closed the connection)
- # [08:59] <dbpokorny> sharing code pages is very apt to this discussion
- # [09:00] <SamB> yes, but *you* already know about it so *I* don't need to bore you with the details that you already know
- # [09:01] <dbpokorny> Basically, I want to run libhfs.c in my browser
- # [09:03] * Quits: Smylers (~smylers@host86-156-209-235.range86-156.btcentralplus.com) (Ping timeout: 260 seconds)
- # [09:04] <dbpokorny> The whole, "it hasn't been invented yet, it will never be invented" attitude is just...so early 90s
- # [09:05] <dbpokorny> "(People have been trying unsuccessfully to do that since day one of MMX, so it's irrelevant until the day it actually happens.)"
- # [09:05] <SamB> what, only since then?
- # [09:06] <SamB> and I thought MMX was late 90s ;-P
- # [09:06] <dbpokorny> lol you're right
- # [09:09] * Joins: ambv (~ambv@173.252.71.129)
- # [09:19] <dbpokorny> http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2014-May/296960.html
- # [09:20] <dbpokorny> "platform-independent code with performance competitive with native SIMD assembly is a thing of myth"
- # [09:22] <SamB> it does sound kind of grail-ish
- # [09:23] <dbpokorny> yeah, but if you just turn over the coin, you see that all you have to do is define the algorithm namespace, check which algorithms/libraries you want, and hand the thing over to a compiler from 2050
- # [09:23] <dbpokorny> everyone implements the same algorithms on new SIMD hardware
- # [09:24] <dbpokorny> unless, you know, you're IBM Almaden
- # [09:24] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 240 seconds)
- # [09:24] <SamB> the compiler from 2050 still has good sheduling support for the hardware of 2014 ?
- # [09:28] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [09:28] <dbpokorny> I don't follow. The image compression issue is latency-oriented
- # [09:36] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
- # [09:40] * Joins: zdobersek (~zan@5.153.234.106)
- # [09:41] * Quits: dbpokorny (adef4e36@gateway/web/freenode/ip.173.239.78.54) (Ping timeout: 246 seconds)
- # [09:42] * Joins: dbpokorny (adef4e36@gateway/web/freenode/ip.173.239.78.54)
- # [09:44] <dbpokorny> but the greater issue is that there are only so many ways to design different scheduling schemes for hardware. With the web, it will be easier to share them, and then design compilers for historical SIMD hardware the same way we ask students to come up with proofs that every nonempty perfect complete metric space is uncountable
- # [09:45] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [09:48] * Quits: dbpokorny (adef4e36@gateway/web/freenode/ip.173.239.78.54) (Quit: Page closed)
- # [09:50] * Joins: Smylers (~smylers@176.12.107.140)
- # [09:52] * Joins: samn (~samn@94.137.124.2)
- # [09:53] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [09:55] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [10:01] * Quits: Smylers (~smylers@176.12.107.140) (Ping timeout: 245 seconds)
- # [10:06] * Joins: darobin (~darobin@78.109.80.74)
- # [10:19] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Connection reset by peer)
- # [10:19] * Joins: shepazu (~shepazu@108.70.132.46)
- # [10:19] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [10:24] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 264 seconds)
- # [10:32] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [10:33] * Joins: satazor (~satazor@26.186.108.93.rev.vodafone.pt)
- # [10:34] * Joins: mko (~mko@50.174.69.45)
- # [10:42] * Joins: Smylers (~smylers@81.143.60.194)
- # [10:45] * Joins: sankha93 (uid12218@fsf/emeritus/sankha93)
- # [10:54] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [10:55] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [10:59] * Quits: satazor (~satazor@26.186.108.93.rev.vodafone.pt) (Remote host closed the connection)
- # [11:00] * Joins: satazor (~satazor@26.186.108.93.rev.vodafone.pt)
- # [11:01] * Joins: Lachy (~Lachy@213.166.174.2)
- # [11:02] * Joins: richt (~richt@83.218.67.123)
- # [11:05] * Quits: satazor (~satazor@26.186.108.93.rev.vodafone.pt) (Ping timeout: 264 seconds)
- # [11:07] * Joins: SamB__ (~SamB@207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com)
- # [11:08] * Quits: SamB (~SamB@2001:470:1f07:57:a873:82b1:658:cc91) (Read error: Connection reset by peer)
- # [11:12] * Joins: yutak_home (~kee@222.12.150.48)
- # [11:16] * Joins: satazor (~satazor@188.81.142.199)
- # [11:23] * Quits: plutoniix (~plutoniix@1.20.44.232) (Quit: จรลี จรลา)
- # [11:36] * Joins: satazor_ (~satazor@bl16-142-199.dsl.telepac.pt)
- # [11:39] * Quits: satazor (~satazor@188.81.142.199) (Ping timeout: 240 seconds)
- # [11:40] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [11:41] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [11:43] * Quits: ^esc (~esc-ape@178.115.130.86.wireless.dyn.drei.com) (Ping timeout: 252 seconds)
- # [11:47] * Joins: adactio (~adactio@212.42.170.121)
- # [11:56] * Joins: Ms2ger (~Ms2ger@92.212-64-87.adsl-dyn.isp.belgacom.be)
- # [12:07] * Joins: Joseph_Silber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [12:09] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [12:10] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [12:10] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [12:10] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 240 seconds)
- # [12:13] * Quits: Manishearth (manisheart@wikipedia/Manishearth) (Ping timeout: 255 seconds)
- # [12:13] * Quits: mounir_ (~mounir@oldworld.fr) (Ping timeout: 255 seconds)
- # [12:15] * Joins: benjamingr (uid23465@gateway/web/irccloud.com/x-irbcizldqbjmzbbh)
- # [12:20] * Joins: Manishearth (manisheart@gateway/shell/anapnea.net/x-trmhorsnkglqnpvt)
- # [12:20] * Quits: Manishearth (manisheart@gateway/shell/anapnea.net/x-trmhorsnkglqnpvt) (Changing host)
- # [12:20] * Joins: Manishearth (manisheart@wikipedia/Manishearth)
- # [12:21] * Joins: mounir (~mounir@oldworld.fr)
- # [12:28] * Joins: ^esc (~esc-ape@178.165.128.56.wireless.dyn.drei.com)
- # [12:34] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [12:36] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [12:37] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [12:40] * Quits: samn (~samn@94.137.124.2) (Remote host closed the connection)
- # [12:56] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [12:57] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Quit: montecfel)
- # [12:57] * Quits: th2389_ (uid27360@gateway/web/irccloud.com/x-ilervfrecbumsene) (Ping timeout: 252 seconds)
- # [12:58] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [12:58] * Quits: remysharp (sid4345@gateway/web/irccloud.com/x-avgknynuvxrtetym) (Ping timeout: 252 seconds)
- # [12:58] * Joins: th2389_ (uid27360@gateway/web/irccloud.com/x-sabuyiadildutdno)
- # [13:00] * Joins: remysharp (sid4345@gateway/web/irccloud.com/x-zhuutwunlsnvzsrz)
- # [13:04] * Joins: satazor (~satazor@239.201.37.188.rev.vodafone.pt)
- # [13:04] * jarib_ is now known as jarib
- # [13:05] * Quits: jarib (~jarib@jaribakken.no) (Changing host)
- # [13:05] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [13:08] * Quits: satazor_ (~satazor@bl16-142-199.dsl.telepac.pt) (Ping timeout: 264 seconds)
- # [13:10] * Joins: samn (~samn@94.137.124.2)
- # [13:11] * Quits: yutak_home (~kee@222.12.150.48) (Quit: Ex-Chat)
- # [13:14] * Joins: wartdev (~wartdev@109.255.148.96)
- # [13:15] * Joins: badon (~badon@pdpc/supporter/active/badon)
- # [13:17] * Quits: technommy (~technommy@61.144.248.40) (Remote host closed the connection)
- # [13:26] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 264 seconds)
- # [13:28] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [13:31] * Quits: satazor (~satazor@239.201.37.188.rev.vodafone.pt) (Remote host closed the connection)
- # [13:34] * Parts: badon (~badon@pdpc/supporter/active/badon) ("Leaving")
- # [13:36] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [13:39] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [13:41] * Joins: technommy (~technommy@121.15.59.228)
- # [13:45] * Joins: satazor (~satazor@bl16-142-199.dsl.telepac.pt)
- # [13:47] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [13:49] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [13:51] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [13:56] * Parts: a-ja (~Instantbi@70.230.146.131)
- # [14:00] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:8914:527f:2809:9f9f)
- # [14:02] * Krinkle|detached is now known as Krinkle
- # [14:04] * Joins: scor (scor@drupal.org/user/52142/view)
- # [14:04] * Quits: scor (scor@drupal.org/user/52142/view) (Client Quit)
- # [14:11] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:8914:527f:2809:9f9f) (Remote host closed the connection)
- # [14:12] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:8914:527f:2809:9f9f)
- # [14:12] * Quits: satazor (~satazor@bl16-142-199.dsl.telepac.pt) (Remote host closed the connection)
- # [14:16] * Joins: scor (scor@drupal.org/user/52142/view)
- # [14:33] <gsnedders> jgraham: I would like opinions from you on the Jython PR for html5lib.
- # [14:33] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-irbcizldqbjmzbbh) (Quit: Connection closed for inactivity)
- # [14:36] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [14:36] * Joins: jdaggett (~jdaggett@173.48.11.229)
- # [14:42] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [14:42] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 264 seconds)
- # [14:43] * SteveF_ is now known as SteveF
- # [14:52] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [14:53] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [14:59] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [15:00] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [15:04] * Joins: newtron (~newtron@76-10-135-135.dsl.teksavvy.com)
- # [15:22] * Quits: newtron (~newtron@76-10-135-135.dsl.teksavvy.com) (Remote host closed the connection)
- # [15:22] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:22] * Joins: newtron (~newtron@76-10-135-135.dsl.teksavvy.com)
- # [15:24] * Joins: satazor (~satazor@bl16-142-199.dsl.telepac.pt)
- # [15:25] * Joins: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com)
- # [15:26] * Quits: newtron (~newtron@76-10-135-135.dsl.teksavvy.com) (Ping timeout: 240 seconds)
- # [15:26] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [15:31] * Quits: Lachy (~Lachy@213.166.174.2) (Read error: Connection reset by peer)
- # [15:31] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [15:31] * Quits: jdaggett (~jdaggett@173.48.11.229) (Ping timeout: 240 seconds)
- # [15:32] * Joins: plutoniix (~plutoniix@node-1e34.pool-101-108.dynamic.totbb.net)
- # [15:35] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-eawpttiqapccfzmk)
- # [15:43] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Max SendQ exceeded)
- # [15:43] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [15:44] * Joins: hemanth (~hemanth@122.172.228.64)
- # [15:45] * Joins: ehynds (~ehynds@64.206.121.41)
- # [15:46] * Quits: bentruyman (~bentruyma@23.252.119.254) (Ping timeout: 240 seconds)
- # [15:47] * Joins: bentruyman (~bentruyma@23.252.119.254)
- # [15:49] * Joins: richt_ (~richt@83.218.67.123)
- # [15:49] * Quits: richt (~richt@83.218.67.123) (Read error: Connection reset by peer)
- # [15:53] * Quits: wartdev (~wartdev@109.255.148.96)
- # [15:59] * Quits: globbot (~logbot@lump.glob.com.au) (Remote host closed the connection)
- # [15:59] * Joins: globbot (~logbot@lump.glob.com.au)
- # [16:00] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [16:01] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [16:01] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [16:02] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [16:06] * Joins: Lachy (~Lachy@213.166.174.2)
- # [16:06] * Quits: Lachy_ (~Lachy@213.166.174.2) (Read error: Connection reset by peer)
- # [16:09] * Joins: newtron (~newtron@199.71.174.203)
- # [16:09] * Joins: paintedbicycle (~paintedbi@S01067cb21bd8ee9a.vc.shawcable.net)
- # [16:12] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [16:12] * Quits: jacobolus (~jacobolus@70.36.196.50) (Remote host closed the connection)
- # [16:12] * Quits: encryptd_fractl (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [16:15] * Joins: encryptd_fractl (~encryptd_@209.201.113.2)
- # [16:20] * Joins: rniwa (~rniwa@17.202.43.222)
- # [16:24] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [16:28] * Joins: mven_ (~textual@68.104.38.84)
- # [16:31] * Quits: mven_ (~textual@68.104.38.84) (Client Quit)
- # [16:43] * Quits: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com) (Remote host closed the connection)
- # [16:51] * Joins: BigBangUDR (~Thunderbi@101.61.152.236)
- # [16:52] * Quits: BigBangUDR (~Thunderbi@101.61.152.236) (Client Quit)
- # [17:03] * Joins: ehsan (~ehsan@2001:450:1f:224:9cf5:5bbb:5f10:a942)
- # [17:12] * Quits: markkes (~markkes@62.207.90.201) (Quit: Nettalk6 - www.ntalk.de)
- # [17:14] * Joins: bkardell__ (uid10373@gateway/web/irccloud.com/x-hmtemhbadccyszdb)
- # [17:17] * Quits: richt_ (~richt@83.218.67.123) (Remote host closed the connection)
- # [17:17] <bkardell__> slightlyoff: you around?
- # [17:23] <slightlyoff> Ish. In a cab. Whaddup?
- # [17:24] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [17:27] * Quits: Ducki (~Ducki@191.233.66.1) (Ping timeout: 240 seconds)
- # [17:34] * Joins: jensnockert_ (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com)
- # [17:39] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [17:44] * Quits: encryptd_fractl (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [17:45] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 255 seconds)
- # [17:45] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [17:46] * Joins: lmclister (~lmclister@192.150.10.209)
- # [17:49] * Joins: BigBangUDR (~Thunderbi@101.61.152.236)
- # [17:50] * Joins: encryptd_fractl (~encryptd_@209.201.113.2)
- # [18:06] * Joins: jaeholee__ (uid4856@gateway/web/irccloud.com/x-ghwuolargxprbkoc)
- # [18:07] * Joins: jernoble|laptop (~jernoble@mobile-166-137-179-073.mycingular.net)
- # [18:07] * Quits: BigBangUDR (~Thunderbi@101.61.152.236) (Quit: BigBangUDR)
- # [18:15] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [18:20] * Joins: weinig (~weinig@17.114.219.114)
- # [18:22] * Quits: hemanth (~hemanth@122.172.228.64) (Quit: This computer has gone to sleep)
- # [18:25] * Joins: toydestroyer (~toydestro@46.39.35.204)
- # [18:29] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [18:30] * Joins: bholley (~bholley@98.210.101.88)
- # [18:33] * Quits: Smylers (~smylers@81.143.60.194) (Ping timeout: 260 seconds)
- # [18:33] * Quits: samn (~samn@94.137.124.2) (Remote host closed the connection)
- # [18:35] * Joins: Areks|2 (~Areks@95-28-254-201.broadband.corbina.ru)
- # [18:39] * Quits: adactio (~adactio@212.42.170.121) (Quit: adactio)
- # [18:40] * Quits: bholley (~bholley@98.210.101.88) (Quit: Textual IRC Client: www.textualapp.com)
- # [18:42] * Joins: weinig_ (~weinig@17.114.217.185)
- # [18:42] * Quits: encryptd_fractl (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [18:42] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [18:46] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 240 seconds)
- # [18:50] * Quits: bnicholson (~bnicholso@24.130.57.109) (Ping timeout: 272 seconds)
- # [18:51] * Joins: encryptd_fractl (~encryptd_@209.201.113.2)
- # [18:55] * Quits: technommy (~technommy@121.15.59.228) (Remote host closed the connection)
- # [18:55] * Joseph_Silber is now known as everyone
- # [18:55] * everyone is now known as JosephSilber
- # [18:55] * Joins: technommy (~technommy@121.15.59.228)
- # [18:55] * Quits: sankha93 (uid12218@fsf/emeritus/sankha93)
- # [18:55] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [18:59] * Quits: jernoble|laptop (~jernoble@mobile-166-137-179-073.mycingular.net) (Read error: Connection reset by peer)
- # [19:00] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [19:01] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:03] * Quits: satazor (~satazor@bl16-142-199.dsl.telepac.pt) (Remote host closed the connection)
- # [19:05] * Joins: Lachy (~Lachy@213.166.174.2)
- # [19:08] * Quits: Lachy (~Lachy@213.166.174.2) (Client Quit)
- # [19:10] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [19:11] * Quits: weinig_ (~weinig@17.114.217.185) (Quit: weinig_)
- # [19:11] * Joins: jernoble|laptop (~jernoble@162.217.73.171)
- # [19:12] * Joins: ambv (~ambv@206.108.217.134)
- # [19:12] * Joins: weinig_ (~weinig@17.114.217.185)
- # [19:14] * Joins: Somatt_wrk (~somattwrk@130.193.24.135)
- # [19:14] * Joins: Lachy (~Lachy@213.166.174.2)
- # [19:17] * Quits: Lachy (~Lachy@213.166.174.2) (Client Quit)
- # [19:18] * Joins: bnicholson (~bnicholso@2620:101:80fc:224:7e7a:91ff:fe25:a5c6)
- # [19:23] * Joins: Lachy (~Lachy@213.166.174.2)
- # [19:23] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (Ping timeout: 240 seconds)
- # [19:24] * Quits: lmclister (~lmclister@192.150.10.209)
- # [19:30] * Joins: BigBangUDR (~Thunderbi@101.61.130.175)
- # [19:30] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:31] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [19:32] * Quits: BigBangUDR (~Thunderbi@101.61.130.175) (Remote host closed the connection)
- # [19:34] * Quits: bkardell__ (uid10373@gateway/web/irccloud.com/x-hmtemhbadccyszdb) (Quit: Connection closed for inactivity)
- # [19:38] * Joins: Lachy (~Lachy@213.166.174.2)
- # [19:42] * Quits: Lachy (~Lachy@213.166.174.2) (Client Quit)
- # [19:43] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:8914:527f:2809:9f9f) (Quit: Leaving.)
- # [19:43] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [19:43] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [19:44] * Joins: ambv (~ambv@206.108.217.134)
- # [19:46] * Joins: Lachy (~Lachy@213.166.174.2)
- # [19:47] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 240 seconds)
- # [19:48] * Krinkle is now known as Krinkle|detached
- # [19:48] * Joins: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [19:49] * Quits: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca) (Ping timeout: 272 seconds)
- # [19:51] * Joins: bholley (~bholley@98.210.101.88)
- # [19:51] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:52] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Remote host closed the connection)
- # [19:53] * Joins: BigBangUDR (~Thunderbi@101.61.130.175)
- # [19:53] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [19:56] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [19:57] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [19:58] * Joins: othermaciej (~mjs@76.74.153.49)
- # [20:01] * Quits: weinig_ (~weinig@17.114.217.185) (Quit: weinig_)
- # [20:01] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [20:03] * Joins: dgrogan (dgrogan@nat/google/x-sbjptxshhpotxqpj)
- # [20:04] * Quits: BigBangUDR (~Thunderbi@101.61.130.175) (Quit: BigBangUDR)
- # [20:12] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 264 seconds)
- # [20:14] * Joins: jsbell (jsbell@nat/google/x-zzirmpweenxrxfts)
- # [20:16] * Joins: samn (~samn@gateway.creuna.se)
- # [20:17] * Joins: morrita_ (uid16889@gateway/web/irccloud.com/x-bbkzcwlfyojyuitx)
- # [20:17] * Quits: technommy (~technommy@121.15.59.228) (Remote host closed the connection)
- # [20:19] * SamB__ is now known as SamB
- # [20:23] * Joins: BigBangUDR (~Thunderbi@101.61.130.175)
- # [20:23] * Quits: BigBangUDR (~Thunderbi@101.61.130.175) (Client Quit)
- # [20:27] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [20:27] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (Quit: leaving)
- # [20:28] * Quits: toydestroyer (~toydestro@46.39.35.204)
- # [20:28] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:8914:527f:2809:9f9f)
- # [20:29] * Joins: satazor (~satazor@26.186.108.93.rev.vodafone.pt)
- # [20:30] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [20:30] * Joins: Smylers (~smylers@host86-156-209-235.range86-156.btcentralplus.com)
- # [20:41] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [20:41] * Quits: othermaciej (~mjs@76.74.153.49) (Quit: othermaciej)
- # [20:44] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [20:46] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [20:49] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 272 seconds)
- # [20:49] * Quits: jcgregorio (jcgregorio@nat/google/x-xtyyvkjjgllgyiqe) (Quit: Leaving)
- # [20:50] * Joins: jcgregorio (jcgregorio@nat/google/x-kjwhmxljhzhdhzey)
- # [20:55] * Krinkle|detached is now known as Krinkle
- # [20:57] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [21:00] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:02] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [21:03] * Quits: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net) (Ping timeout: 252 seconds)
- # [21:03] * Joins: othermaciej (~mjs@17.114.2.187)
- # [21:07] * Krinkle is now known as Krinkle|detached
- # [21:13] * Joins: jacobolus (~jacobolus@70.36.196.50)
- # [21:15] * Joins: dbpokorny (~dbpokorny@173.239.78.54)
- # [21:15] * Quits: dbpokorny (~dbpokorny@173.239.78.54) (Client Quit)
- # [21:15] * Joins: dbpokorny (~dbpokorny@173.239.78.54)
- # [21:16] * Quits: jensnockert_ (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com) (Remote host closed the connection)
- # [21:17] * Joins: cgrant (~cgrant@207.11.113.29)
- # [21:17] * Quits: samn (~samn@gateway.creuna.se) (Remote host closed the connection)
- # [21:20] * Quits: dbpokorny (~dbpokorny@173.239.78.54) (Client Quit)
- # [21:27] * Quits: dgrogan (dgrogan@nat/google/x-sbjptxshhpotxqpj) (Quit: Leaving)
- # [21:32] * Quits: darobin (~darobin@78.109.80.74) (Remote host closed the connection)
- # [21:33] * Joins: marcosc (~marcosc@2001:450:1f:224:2dc5:c675:780e:b849)
- # [21:37] * Quits: othermaciej (~mjs@17.114.2.187) (Ping timeout: 240 seconds)
- # [21:44] * Quits: encryptd_fractl (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [21:48] * Joins: lmclister (~lmclister@192.150.10.209)
- # [21:55] * Quits: ondras (~ondras@zarovi.cz) (Ping timeout: 240 seconds)
- # [21:57] <Ms2ger> Domenic, you realize that breach.cc is basically Firefox, right?
- # [21:57] <Domenic> Ms2ger: Firefox has a Node.js core?
- # [21:58] <Domenic> The UI being in HTML/JS is not the interesting part
- # [21:58] <Ms2ger> The core is Chromium, afaict
- # [21:58] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [21:58] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 272 seconds)
- # [22:00] <Domenic> see "layer 3" and http://breach.cc/hack/
- # [22:00] * Joins: ondras (~ondras@zarovi.cz)
- # [22:02] <SamB> what, firefox UI is in HTML now?
- # [22:02] * Quits: bholley (~bholley@98.210.101.88) (Quit: Textual IRC Client: www.textualapp.com)
- # [22:03] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [22:03] <Ms2ger> XUL and bits of HTML
- # [22:05] * Joins: jensnockert_ (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.cust.bredband2.com)
- # [22:09] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [22:13] * Joins: smaug____ (~chatzilla@85-76-53-225-nat.elisa-mobile.fi)
- # [22:14] * Quits: jernoble|laptop (~jernoble@162.217.73.171) (Read error: Connection reset by peer)
- # [22:15] <zewt> it's sort of neat how FF's view for directly viewing an image is just a built-in html page, I was able to attach a greasemonkey script to it to add better zooming support
- # [22:15] * Quits: cgrant (~cgrant@207.11.113.29) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:17] * Joins: encryptd_fractl (~encryptd_@209.201.113.2)
- # [22:19] * Joins: jernoble|laptop (~jernoble@162.217.73.171)
- # [22:19] * Joins: dbaron (~dbaron@2620:101:80fb:224:d1f4:e661:f529:d932)
- # [22:19] * Joins: cgrant (~cgrant@207.11.113.29)
- # [22:21] <gsnedders> zewt: doesn't everyone do that nowadays?
- # [22:22] <SamB> gsnedders: hasn't mozilla been doing that since before most of the other engines were even born?
- # [22:24] * Quits: smaug____ (~chatzilla@85-76-53-225-nat.elisa-mobile.fi) (Ping timeout: 255 seconds)
- # [22:25] * Quits: zdobersek (~zan@5.153.234.106) (Quit: Leaving.)
- # [22:28] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [22:38] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [22:40] * Quits: cgrant (~cgrant@207.11.113.29) (Ping timeout: 256 seconds)
- # [22:41] * Joins: anchnk (~anchnk@176.182.127.143)
- # [22:43] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 240 seconds)
- # [22:46] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Quit: Leaving...)
- # [22:53] * Quits: satazor (~satazor@26.186.108.93.rev.vodafone.pt) (Remote host closed the connection)
- # [22:54] * Joins: satazor (~satazor@26.186.108.93.rev.vodafone.pt)
- # [22:55] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [22:56] * Quits: jarib (~jarib@unaffiliated/jarib) (Quit: Lost terminal)
- # [22:58] * Quits: satazor (~satazor@26.186.108.93.rev.vodafone.pt) (Ping timeout: 260 seconds)
- # [22:59] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [23:00] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:8914:527f:2809:9f9f) (Quit: Leaving.)
- # [23:02] * Quits: dbaron (~dbaron@2620:101:80fb:224:d1f4:e661:f529:d932) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [23:05] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [23:07] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [23:07] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Quit: back in a couple hours, PT session)
- # [23:09] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:09] * Joins: dbaron (~dbaron@2620:101:80fb:232:e8a5:5e4b:e39c:c959)
- # [23:09] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:09] * Joins: scor (scor@nat/acquia/x-jnfziuemmdxcnfyp)
- # [23:09] * Quits: scor (scor@nat/acquia/x-jnfziuemmdxcnfyp) (Changing host)
- # [23:09] * Joins: scor (scor@drupal.org/user/52142/view)
- # [23:10] * Quits: scor (scor@drupal.org/user/52142/view) (Client Quit)
- # [23:16] * Quits: ehynds (~ehynds@64.206.121.41)
- # [23:17] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 240 seconds)
- # [23:23] * Joins: othermaciej (~mjs@17.114.219.254)
- # [23:26] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (Ping timeout: 245 seconds)
- # [23:27] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
- # [23:28] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [23:29] <Hixie> jorendorff: yt?
- # [23:30] <Hixie> jorendorff: any idea why the sticky headers on http://people.mozilla.org/~jorendorff/es6-draft.html no longer appear on chrome?
- # [23:31] <Hixie> maybe chrome dropped position:sticky?
- # [23:32] * Quits: paintedbicycle (~paintedbi@S01067cb21bd8ee9a.vc.shawcable.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [23:32] <Ms2ger> I think that may be correct
- # [23:33] <jorendorff> Hixie: Does it work for you here? http://html5-demos.appspot.com/static/css/sticky.html
- # [23:33] <Ms2ger> <insert wit about mobile performance>
- # [23:33] <Hixie> jorendorff: it does not
- # [23:33] <Hixie> jorendorff: you didn't use to use js or anything i take it
- # [23:34] <jorendorff> Hixie: no, just position:sticky
- # [23:34] <jorendorff> it says here "Support: Chromium 23.0.1247.0 with the --enable-experimental-webkit-features flag enabled via about:flags."
- # [23:35] <Hixie> ah maybe that's it
- # [23:43] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:45] * Quits: anchnk (~anchnk@176.182.127.143) (Quit: Leaving)
- # [23:47] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [23:47] * Quits: Ms2ger (~Ms2ger@92.212-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [23:50] * Quits: yoav (~yoav@162.222.102.121) (Quit: Ex-Chat)
- # [23:52] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [23:58] * Quits: othermaciej (~mjs@17.114.219.254) (Quit: othermaciej)
- # [23:59] * Joins: othermaciej (~mjs@17.114.219.254)
- # Session Close: Fri Jul 11 00:00:00 2014
The end :)