Skip to content

Instantly share code, notes, and snippets.

@smolin
Last active August 4, 2022 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smolin/b93429a7a901ab922bce0206acedbb54 to your computer and use it in GitHub Desktop.
Save smolin/b93429a7a901ab922bce0206acedbb54 to your computer and use it in GitHub Desktop.
[this is public]
thoughts on git
- there are no "branches" it's all a DAG
- there's no "trunk" except by agreement
https://www.theguardian.com/technology/2021/may/08/work-can-virtual-meeting-spaces-save-us-all-from-zoom-fatigue
https://www.ctrl.blog/entry/keepass-vs-bitwarden-server.html
https://github.com/keepassxreboot/keepassxc/blob/develop/docs/man/keoepassxc-cli.1.adoc
https://keepassxc.org/docs/
http://kpcli.sourceforge.net/
https://jwt.io/
https://jsonnet.org/articles/design.html and https://github.com/cue-lang/cue/blob/v0.4.3/doc/tutorial/kubernetes/README.md
https://www.craiyon.com/
https://death.id.au/30-39+Personal+Dev/33+Browser+Extensions/33.01+MarkDownload/Markdownload+User+Guide
https://thenextweb.com/news/lenovo-caught-installing-adware-new-computers
http://bytefluent.com/vivify/
https://news.ycombinator.com/item?id=31083093
sailboatlistings.com
sailpdx.org
why ms-teams-chat sucks:
- no links to individual messages
- no reminders
- no hidding large images
- no self channel for testing formatting
- no timestamps on messages
Jenkins: ERROR: Checkout failed\nhudson.plugins.git.GitException: Command "git ls-remote -- git@github.com:trizic/trizic-ops.git" returned status code 128:
stdout: \nstderr: No ECDSA host key is known for github.com and you have requested strict checking.\nHost key verification failed.\nfatal: Could not read from remote repository.
fix: $ ssh git@github.com
The authenticity of host 'github.com (140.82.114.3)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,140.82.114.3' (ECDSA) to the list of known hosts.
this updated the hosts information for subsequent jobs. speculation is that github's cert changed in some way
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment