HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mwittman

no profile record

comments

mwittman
·3 yıl önce·discuss
Not the coolest, but a thing I've shared publicly that's whimsical and was fun to make.

A Super Mario Question Block (wood, brass, copper) https://wittman.org/blog/mario-question-block/
mwittman
·3 yıl önce·discuss
imgopt - shell script for image optimizing — just a convenience / batch processing wrapper more or less. Nothing earth-shattering, just really handy for me over the past year.

https://gist.github.com/wittman/ab90f0eca5124233fa5163a32f89...

# Prerequisites: ImageOptim (desktop app) https://imageoptim.com/mac

## pngquant https://github.com/kornelski/pngquant

brew install pngquant

## oxipng https://github.com/shssoichiro/oxipng

brew install oxipng

## sips (utility provided by default in OS X)