VirtualTam's bookmarks
474 bookmarks found
-
- 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
-
- https://github.com/mozilla/mozjpeg
- https://github.com/kornelski/pngquant
- https://github.com/tjko/jpegoptim
- https://github.com/imagemin/imagemin
- https://jeremy.codes/blog/bulk-image-optimization-in-bash/
- https://jeremy.codes/blog/faster-bulk-image-optimization-in-bash/
- https://rigor.com/blog/optimizing-animated-gifs-with-html5-video
- https://github.com/svg/svgo
- https://github.com/jakearchibald/svgomg
-
git-test: test your commits
2020-01-06 -
- https://github.com/CoatiSoftware/Sourcetrail
- https://www.sourcetrail.com/blog/why_working_on_chrom_made_me_develop_a_tool_for_reading_source_code/
- https://www.sourcetrail.com/blog/media/prototype_one/
- https://www.sourcetrail.com/blog/media/prototype_two/
- https://developers.google.com/web/updates/2013/02/Profiling-Long-Paint-Times-with-DevTools-Continuous-Painting-Mode