VirtualTam's bookmarks
97 bookmarks found
-
-
VT100 - Video Display Terminal Information
2022-03-07 -
Go: A Documentary
2022-03-05 This document collects many interesting (publicly observable) issues, discussions, proposals, CLs, and talks from the Go development process, which intents to offer a comprehensive reference of the Go history.
-
Compendium of Lost Words
2021-10-23 -
Crypto Museum
2021-05-23 -
- 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
-
Information is Beautiful
2020-01-06 -
The HERE IS key | Dave Cheney
2019-10-31 -
- https://www.nypl.org/blog/2018/03/30/unlocking-record-american-creativity
- https://law.duke.edu/cspd/publicdomainday/2019/
- https://twitter.com/rdmond/status/1126122019878309888
- https://github.com/NYPL/catalog_of_copyright_entries_project
- https://github.com/NYPL/cce-renewals
- https://boingboing.net/2019/08/01/80pct-pd.html
-
Curating Git Commit History
2019-08-05