Hacker News new | ask | show | jobs
by lightandlight 159 days ago
I often go one step futher by appending a short random identifier, `{service}.{id}@{domain}`, to make it harder to guess (in case someone learned of my email address policy).

I created a little GTK program to help: https://github.com/LightAndLight/gen-alias

1 comments

Yes, it’s really <f(service, rand())>.