reminds me of this screenshot I took when Google had their own neural-net-recognizing-drawings: https://imgur.com/a/PqLpTJy
for i in {1..4}; do
sleep $(expr 60 \* 30)
osascript -e 'tell app "System Events" to display dialog "Are you wasting time?"'
done