So copying those images with dd sometimes just makes me anxious. Good thing you can get it to print some progress by sending dd the USR1 signal.
sudo kill -USR1 $(pgrep '^dd')
That former command will let me know something is happening when copying stuff to those sd cards that don't even blink ;-)