I take a lot of screenshots using the built-in screen capture tool on macOS. By default, these are saved as PNG files, which are unnecessarily ginormous for my purposes, so I always convert them to .jpg files.

Today I learned that the default format can be changed:

defaults write com.apple.screencapture type jpg
killall SystemUIServer

Better.