It pays to be curious

Zoom expired my password and forced me to change it, something about a third party being compromised. I generated a new one on my password manager and, lo, it didn’t allow me to paste it. Zoom wanted me to type by hand my new long, random password.

I had an immediate solution: sleep 1s; xdotool type $(xclip -o -sel c). There. Password typed.

It’s one of those moments where it pays to be curious and keep learning stuff, even if you think it’s too niche. It might come handy when you least expect it.