Yuvi
Yuvi
In https://github.com/jupyterhub/mybinder.org-deploy/pull/2174#issuecomment-1134272131, we learn that OVH nodes are on Linux Kernel 4.15, which [reached EOL](https://lkml.iu.edu/hypermail/linux/kernel/1804.2/03399.html) on April 2018. I'm guessing Ubuntu still supports it in some form as it was...
GKE now supports [streaming docker images](https://cloud.google.com/blog/products/containers-kubernetes/introducing-container-image-streaming-in-gke), where they can theoretically start before the entire image is pulled. Since docker image pulling is what takes the most amount of time in...
@a-paxton and I were talking about one of her binders which is undergoing peer review (https://osf.io/ur543/). We've determined that it actually needs 6G of RAM. I think its' reasonable to...
Right now, an image is pushed onto a node the first time something is launched there. This is a result of user action, and *will* cause things to be slow....
They're organizational tokens, and belong to the JupyterHub org. The prod one comes from https://github.com/organizations/jupyterhub/settings/applications/610954. The staging one comes from https://github.com/organizations/jupyterhub/settings/applications/610855. We should document this someplace!
If I run `jupyter notebook`, it pops up an empty instance of vscode for me - rather than a browser. I believe this is because .html files are opened in...
I got a M1 Mac, what else does one do to procrastinate? Fixes #1120 TODO: - [ ] Have frozen versions of the conda-lock files be architecture specific - [...
### Proposed change https://rstudio.github.io/renv/ seems to be a new way to do isolated package dependencies in R from the wonderful folks at RStudio. We should investigate it to see if...
Serving badges from mybinder.org runs into privacy and cookie problems, which caused us to set up static.mybinder.org. Currently, we're again serving badges from mybinder.org - we should be serving them...
With the progress made on #97, we are now close to publishing raw information on repositories launched. This contains the following information: 1. Timestamp of repository launched (possibly truncated to...