[01:55] db48x: She responded to you [02:14] indeed she did [02:18] What's left [03:12] sounds like she's deploying it, even though it's evening [03:12] Hurrah [03:12] Dude, we don't respect deploy hours [03:13] you should [03:13] We should do a LOT OF THINGS [03:16] it's risky to do important things at night [03:17] sleep deprivation doesn't suddenly kick in when you've been awake for 12 hours [03:17] fatigue builds continuously as long as you're awake [03:17] alertness and intelligence drop continuously as well [03:19] and once you deploy you're either stuck there keeping an eye on things or you leave and it breaks while you're eating dinner [03:24] Oh you don't need to tell me!!! [03:25] :) [04:25] Deployed! [04:35] Ha ha yes [04:35] Now let's see what EXPLODES [04:37] *** zino has joined #jsmess [04:40] There was supposed to be an earth shattering kabooom [04:46] *** zino has quit IRC (Ping timeout: 255 seconds) [04:59] heh [05:00] deployments are best when nobody notices [05:21] A bit under six years after Cosmo Fighter on Coleco [05:25] *** zino has joined #jsmess [05:45] Ha ha [08:27] *** fzzzy has quit IRC (Ping timeout: 250 seconds) [08:36] *** fzzzy has joined #jsmess [09:11] *** bwn has quit IRC (Read error: Operation timed out) [09:23] *** bwn has joined #jsmess [17:23] I'm not getting flooded with complaints, db48x [17:23] It'd be neat to understand why chrome shows the unpacked amount [17:24] Also, to go HEY azakai and see what he thinks about 'stuff' [17:24] Because we're in it now, man [18:48] hi SketchCow [18:53] *** azakai has quit IRC (Quit: Ex-Chat) [20:36] *** godane has quit IRC (Read error: Operation timed out) [21:14] *** godane has joined #jsmess [21:52] Hi! [21:52] Oops, he's gone. [21:52] bai and db48x - I'd like to know your opinions on the fact we reload the WASM binary each and every time. [21:53] Before I go get my face melted off by the IA devs, is there something we're missing on the level of the emularity that could fix this? [21:53] Some signal or note I could bring up that maybe, with one change (maybe a directive), it'll not reload every single time? [21:53] That would speed things up crazy. [22:04] Just blew it into the archive.org coding channel. [22:30] *** SketchCow sets mode: +oooo balrog db48x hook54321 Lord_Nigh [22:30] *** SketchCow sets mode: +o Vito` [23:08] hmmm, if I recall correctly, it's because we're going through the cors_proxy.php script and I think that script just isn't sending any caching headers whatsoever [23:10] that script could be modified to set HTTP cache control headers, but picking a cache policy is always the hardest part :) [23:11] the rom files don't change often so the temptation is to set them to some long date, but then when we push mame updates, some users may get new code with old data [23:11] the best option for that is to put the version number of files into their filename, so that when you push a new version it's automatically a new file, no special cache busting needed [23:30] Well, apparently get_cors.php sends no headers [23:30] total possible oversight