| 00:23 | <gsnedders> | https://docs.google.com/presentation/d/1iDV-n3LTShhwL_B0I0jfWPVQ6j7RfrQHEjY850m4TL0/edit#slide=id.g62404ae426_0_12 if anyone wants to comment on my kinda half-written but more-or-less final draft about contributing to specs |
| 01:25 | <MikeSmith> | https://www.statnews.com/2019/10/16/reduced-brain-activity-extends-life-study/ |
| 01:25 | <MikeSmith> | think less, live longer |
| 01:26 | <MikeSmith> | > The discovery was so surprising that it’s taken two years to be published (in Nature) because of how much additional data the outside scientists reviewing the study requested. |
| 01:26 | <MikeSmith> | > “If you say you have a cat in your backyard, people believe you,” he said. “If you say you have a zebra, they want more evidence.” |
| 03:38 | <Domenic> | ondras: all classes have a constructor. If you don't declare one the default is `constructor(...args) { super(...args); }` |
| 04:19 | <annevk> | gsnedders: slides look good, but not much to review otherwise 😊 |
| 06:07 | <ondras> | Domenic: great, thanks for explanation |
| 08:42 | <hsivonen> | https://www.w3.org/Consortium/mission mentions One Web, but is there a write-up that more directly says what it means? |
| 10:32 | <MikeSmith> | hsivonen: off the top of my head, no. But I’ll ask others |
| 10:59 | <MikeSmith> | hsivonen: after some asking, I find it seems likely there isn’t a write-up anywhere that directly says what it means |
| 11:03 | <hsivonen> | MikeSmith: thanks |
| 11:04 | <Ms2ger> | Does it mean anything? |
| 11:04 | <hsivonen> | (I was hoping to find some appeal-to-authority material for making the case that it's bad on principle for a given HTML byte stream to show different text depending on whether the user's browser has German or Japanese UI localization.) |
| 11:05 | <hsivonen> | (German here standing in for random Latin and Japanese for random non-Latin.) |
| 12:53 | <annevk> | hsivonen: MikeSmith: https://www.w3.org/2006/Talks/1106-sb-OneWeb-Mobile2/#(5) |
| 12:54 | <annevk> | It often seems to be used as a gateway to talk about the mobile web 🙂 |
| 12:56 | <hsivonen> | annevk: thanks. (doesn't fit my use case) |
| 12:56 | <hsivonen> | also, it's not often that I need to wait for an image to load with my Internet connection |
| 12:57 | <annevk> | hsivonen: if you take a broad definition of device it kinda works, but yeah |
| 12:58 | <hsivonen> | (hmm. given how slowly it loaded, I expected the image on the slide to be _huge_, but it's less than half a megabyte) |
| 13:16 | <annevk> | How does codepen even update? Only at random intervals? |
| 13:17 | <annevk> | Live DOM Viewer variants are often so confusing to me |
| 13:19 | <jgraham> | hsivonen: I think you have to appreciate w3.org recreating the late 90s loading experience for old slides :) |
| 13:19 | <hsivonen> | jgraham: :-) |
| 13:20 | <jgraham> | annevk: Oh I thought I was the only one who find them confusing |
| 15:02 | <annevk> | I quite like Glitch, but it feels heavyweight for trial and error |
| 21:52 | <Domenic> | Glitch can be a bit less heavyweight if you use a single glitch instance and add new pages for new test cases. Mine is https://boom-bath.glitch.me/. |
| 21:52 | <Domenic> | I also find the VS Code extension helps me edit things quicker, partially because the Glitch online editor is sub-par. |