VirtualTam's bookmarks
38 bookmarks found
-
- Clipart ETC - Illustrations
- Clippix - Photos and pictures
- Maps - Historic maps spanning many different time periods
- Presentations - Backgrounds, templates, letters, frames, and buttons
-
PICO-8 Fantasy Console
2024-11-03 -
- https://discourse.gohugo.io/t/templates-multiple-parameters/600
- https://stackoverflow.com/questions/17284222/in-go-templates-accessing-parent-global-pipeline-within-range
- https://stackoverflow.com/questions/14800204/in-a-template-how-do-you-access-an-outer-scope-while-inside-of-a-with-or-rang?rq=1
- https://go.dev/play/p/5Hiajt4H2Z5
-
- https://email-is-good.com/2023/02/13/outlook/
- https://email-is-good.com/2022/11/08/a-template-on-how-to-write-an-email-to-someone-for-the-first-time/
- https://email-is-good.com/2021/08/16/if-you-want-to-make-it-clear-that-email-isnt-your-thing-do-it-up-right/
- https://email-is-good.com/2021/08/09/hi-im-the-founder-of-_____/
- https://email-is-good.com/2020/03/11/learn-to-work-with-email/
- https://email-is-good.com/2019/05/07/searchable-email-archives/
-
Git helpers for shared commit authoring
2022-03-07 - https://tuple.app/pair-programming-guide/template
- https://github.com/kejadlen/git-together
- https://github.com/git-duet/git-duet
- https://github.com/chrisk/git-pair
- https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
-
- 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
-
Use case:
- Set up an AutoScaling Group with exactly 1 min/max/desired instance
- Attach an Elastic IP to the active instance
Usually for interoperability reasons and/or IP-based network rules (80's firewall anyone?).
-
Go repository structure templates
2019-03-13 - https://github.com/katzien/go-structure-examples
- https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1
- https://github.com/golang-standards/project-layout
- https://github.com/ribice/gorsk-gin
- https://github.com/gothinkster/golang-gin-realworld-example-app
- https://github.com/mmcmm/go-gin-starter
- https://www.reddit.com/r/golang/comments/3focff/ask_golang_have_you_built_a_complex_website_in/
- https://github.com/volatiletech/authboss/wiki/Integration-with-gin-gonic
- https://github.com/thewhitetulip/web-dev-golang-anti-textbook
-
Scaling Docker with Kubernetes
2018-09-13 - https://github.com/jenkinsci/kubernetes-plugin
- https://github.com/jenkinsci/kubernetes-plugin/tree/master/examples
- https://issues.jenkins-ci.org/browse/JENKINS-48421
- https://www.blazemeter.com/blog/how-to-setup-scalable-jenkins-on-top-of-a-kubernetes-cluster
- https://stackoverflow.com/questions/49988038/declarative-jenkins-pipeline-use-existing-kubernetes-pod-template
-
Go - Formatting tabular data
2018-07-16 Reference:
- https://golang.org/pkg/text/template/
- https://golang.org/pkg/text/tabwriter/
- https://golang.org/pkg/strings/
Articles:
Threads:
-
Filters — Ansible Documentation
2018-06-29 -
Docker - Command output formatting
2018-06-18 -
Container setup:
- https://gist.github.com/netdesk/c1db2985b542f9916995139318e5a7ce
- https://hub.docker.com/r/jwilder/nginx-proxy/
- https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion/
Gitlab settings:
- https://docs.gitlab.com/omnibus/docker/
- https://docs.gitlab.com/ce/administration/environment_variables.html
- https://docs.gitlab.com/omnibus/settings/ssl.html
- https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
Performance considerations:
- https://docs.gitlab.com/omnibus/settings/memory_constrained_envs.html (skip the
cgroups
section for Gitaly as we are already running in a container) - https://docs.gitlab.com/ee/update/#gitaly-omnibus-gitlab-configuration-structure-change for Gitlab 16 changes to Gitaly configuration