Nick Stenning
Nick Stenning
Via @tilgovi: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/mon-scripts.html
This seems to me to be closely related to #77.
Worth pointing to http://www.openvideoannotation.org/, built on Annotator.
Had a quick look at this and I think it could work. A couple of thoughts. 1. I don't think we actually need to check in the files, do we?...
Daniel asked me to provide a bit more context on how the anchoring code in Hypothesis works. The blog post linked provides a passable overview but much of the detail...
Hey Adam! I'm curious to know if this is something you've discussed further? It's still something that I think of a few times a week.
> should cb interface with the local tailscaled or should the backend do that on the cluster side and then provide it to cb via the Bridge API I don't...
That was pretty much exactly what I was thinking, so it would definitely work for me!
I'll just note here that `pkg_resources` is deprecated. If you want to look up and parse versions explicitly, this should be done with `importlib.metadata`: ```python In [1]: from importlib.metadata import...
FWIW it occurs to me that we can probably do better than this and know whether or not you have any valid credentials in the first place, before we start...