Good article how to access a private repository via go get
.
TLDR:
For SSH access:
$ git config --global url."[email protected]:".insteadOf "https://gitlab.com/"
$ cat ~/.gitconfig
[url "[email protected]:"]
insteadOf = https://gitlab.com/
Last Sunday afternoon was cloudy, not very crowded but nevertheless good weather.
To set a temporary namespace for k8s simply create an alias like so:
alias k='kubectl -n NAMESPACE '
k get pods
Nice visualization of the new infections by state: rt.live. Update 2022/05/10: The website is no longer active and I removed the link.
Apple’s data has now been published as an R package. The visualizations for the linked blog post can be found in this repository.