VirtualTam's bookmarks
473 bookmarks found
-
- https://www.hashicorp.com/resources/creating-terraform-provider-for-anything
- https://boxboat.com/2020/02/04/writing-a-custom-terraform-provider/
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-1-ed12884e06d7
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-2-1346f89f082c
-
- https://facebook.github.io/watchman/
- https://github.com/cstrahan/go-watchman
- https://news.ycombinator.com/item?id=23480198
- https://git-scm.com/docs/git-config#Documentation/git-config.txt-featuremanyFiles
- https://github.com/jgavris/rs-git-fsmonitor
- https://github.com/git/git/blob/master/templates/hooks--fsmonitor-watchman.sample
-
Windows Workstation - Survival Kit™ (2020)
2020-12-04 Previous Editions:
- FancyZones tiling manager
- Run quick command launcher
- Shortcut Guide Overview
-
- https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history
- https://stackoverflow.com/questions/223678/which-commit-has-this-blob
1git rev-list --objects --all \ 2| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \ 3| sed -n 's/^blob //p' \ 4| sort --numeric-sort --key=2 --reverse \ 5| head -n 150 \ 6| cut -c 1-12,41- \ 7| $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
-
On-call team rotas
2020-05-26 Handling rotas:
- https://rachelbythebay.com/w/2019/01/14/rotation/
- https://rachelbythebay.com/w/2019/01/28/oncall/
- https://grafana.com/blog/2019/07/01/pro-tips-how-amgen-manages-on-calls-and-burnout-with-grafana/
- https://grafana.com/blog/2019/05/29/grafana-labs-at-kubecon-foolproof-kubernetes-dashboards-for-sleep-deprived-on-calls/
- https://www.youtube.com/watch?v=WQsyMguI8xQ
On-call stories:
-
git-test: test your commits
2020-01-06