You are viewing archived messages.
Go here to search the history.

Tom Larkworthy 2022-02-05 17:27:12

(last 2 weeks my wife had Covid and I had to manage the family)

This week I am working on Observablehq.com backups to Github, using my browser based super debuggable serverless environment. Here is a video of me intercepting production requests in the real system, which is so valuable when integrating two systems you don't control and who both have various assorted security mechanisms. To be able to freeze time and step through a remote process... its a huge productivity booster for me. Some of the requests are initiated by Observable thumbnail generation process (this is how I trigger the automatic backup on new version feature), I can intercept the living system as it exists on the internet.

On the topic of functionality, I hope exporting code from observable automatically to Github will reduce some of the concern about vendor locking. The backups contain ES6 modules, a package.json for linking to npm, and an index.html which run a single notebook locally without Observable servers. Here is what backups look like https://github.com/endpointservices/observable-notebooks (they use Observables export code functionality)