VirtualTam's bookmarks

  1. A list of the map projections that may be viewed and saved by G.Projector, along with alternative names, parameter-specific and special cases. Sample images of an Earth topographical map are linked for each unique projection

  2. 2024-01-31
  3. A common complaint from new Rust developers is that they don't know where to start: which crates they ought to use and which crates they ought to trust. This list attempts to answer those questions.

  4. 2022-03-23
  5. 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