Hacker News new | ask | show | jobs
by zackola 5742 days ago
What I would actually want is to be able to put something like

  ruby -r base64 -e 'puts Base64.decode64("emhhbGJyZWNodEBnbWFpbC5jb20=")'
into the email field. Doesn't take probably for length or validation reasons :) Anyone who can't figure that out, I don't think I want emailing me through HN.
2 comments

If I may speak for him, ezl does this on his profile:

  you can email me @: "@".join(['quotesentinel.com', my_hn_username,][::-1])
(http://news.ycombinator.com/user?id=ezl)
The email field isn't public anyways.
Ah, I should've been clearer: I meant putting your email in the "about" field for others to see.