Smart way to look busy at work
TIL how to look busy at work while on macos or linux with the power of my shell (fish, bash, zsh, etc.) while [ true ]; do head -n 100 /dev/urandom; sleep .1; done | hexdump -C | grep "ca fe" You don’t need any…
Continue reading...