Protip: Zeroing for VM Compression

I was looking at the postinstall.sh script in vagrant guest machine, and I noticed this neat trick:

# Zero free space to aid VM compression
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY