[Forest_Johnson]the point was I wanted to use a special code so I could tell the difference between a service worker fetch rejection and a bona-fide server error
[Forest_Johnson]video shows me deleting the local cache and watching it repopulate. It even handles errors when the happen (rarely now that its rate-limited to 4 at a time) and re-tries
[Forest_Johnson]the verbaige on the welcome screen needs to be updated now that im using backblaze instead of S3 and the key derivation is way better so shorter passphrases are safer
ShadowKyogre joined the channel; ShadowKyogre left the channel
[KevinMarks]I find that async tends to make the error case less visible than using then/catch as there is not as natural a place to put it - you queue up async things and catch at the bottom, so dealing with one async failing is less clear
[KevinMarks]Otoh I also like Promise.all() which has a similar problem but waits in parallel rather than sequentially. The deeper problem is that expressing these kinds of branching and recombinant execution chains in linear text is a poor fit.
[Murray], enpo_ and [KevinMarks] joined the channel
jeremycherfasHas anyone noticed changes in their Instagram feed? In the past two days, the caption I receive from Bibliogram now contains the HTML code for `img src` that it didn't contain before.
[tantek]hmm did someone here build yunaru.com ? it looks like interesting work in progress. I tried the follow option and put in my own domain and it found my latest blog post, but used the name of the second h-feed on the page. curious