| 01:59 | <rkirsling> | that's fair, it is a pretty reasonable time for me |
| 08:16 | <Rob Palmer> | Hey all, I realize for the Norway July meeting there is no specific designated hotel because "they are all good". But just in case folk wish to coordinate, does anyone wish to share a suggestion? |
| 08:18 | <nicolo-ribaudo> | Igalians are all at Citybox |
| 08:24 | <Rob Palmer> | Thanks. There are two CityBox: Bergen to the north of the University, and Danmarksplass to the south over the bridge. Both look a similar distance. which did you pick? |
| 08:26 | <nicolo-ribaudo> | The one north, which has the advantage of also being closer to the city center |
| 13:53 | <Michael Ficarra> | I chose Scandic Byparken |
| 13:54 | <Michael Ficarra> | there's a nearby bike share that I plan to take full advantage of while I'm there |
| 15:00 | <eemeli> | Dan and I ended up at Hotel Park Bergen. |
| 16:01 | <littledan> | I chose Scandic Byparken |
| 17:26 | <Rob Palmer> | I went with Norge by Scandic which is nearby them. |
| 20:40 | <Michael Ficarra> | how much of this decision was based on them having a pool? |
| 21:16 | <shu> | ugh you know what i forgot to instrument for import assertions assert, the dynamic import case |
| 21:18 | <Ashley Claymore> | What does "instrument" mean in this case? |
| 21:19 | <Ashley Claymore> | Performance? |
| 21:19 | <shu> | use counters to see if we can unship assert |
| 21:19 | <shu> | in favor of with |
| 21:19 | <shu> | i only added use counters for the static syntax :( |
| 21:19 | <Ashley Claymore> | Oh right. That was going to be my second guess |
| 21:19 | <Ashley Claymore> | We forgive you! |
| 21:19 | <shu> | the good news is that there's diminishingly small use of the static syntax at least |
| 21:20 | <Kris Kowal> | That’s a good signal. We can expect dynamic import to be even less. |
| 21:20 | <shu> | i hope so |
| 21:21 | <shu> | i don't know if that implication usually holds though |
| 21:22 | <shu> | wouldn't there be a bunch more dynamic imports because you can use that from classic script? |
| 21:22 | <Kris Kowal> | very curious to see data, for sure |
| 21:25 | <Kris Kowal> | since you’re looking at real figures, can you verify it’s too late to unship ESM ;-) |
| 21:30 | <shu> | yes |
| 21:30 | <shu> | more than 4% of page visits use dynamic import alone |
| 21:30 | <Kris Kowal> | nice. that’s not 0! |
| 21:30 | <shu> | that is like, 140MM daily page visits |
| 21:31 | <Kris Kowal> | this is a good figure to have in my back pocket if anyone asks me why i’m working with what we have and not suggesting we go back to 2010 and start over. |