Contact Information
The following are a few programs that print my email1. If you’re at all considering it, please don’t hesitate to reach out. I’m happy to hear from anyone in any capacity (except solicitation).
C++
string email(string domain_name, string first_name) { return first_name + "@" + domain_name; } std::cout << email("scharenbroch.dev", "lucas") << std::endl;
Bash
e=\${f}@\${d} f=lucas d=scharenbroch.dev ; eval echo $e
Vimscript
norm iyhpnf@fpuneraoebpu.qriVg?
APL
⎕UCS 2⊥⍉(22/2)⊤⍎¨⊂⍤1⊢7 7⍴'4194295412876712145932105944314734307075612020450'
B—F—
++++++++[>+>++>+++>++++>+++++>++++++>+++++++>++++++++>++++++ +++>++++++++++>+++++++++++>++++++++++++>+++++++++++++>++++++ ++++++++>+++++++++++++++>++++++++++++++++<<<<<<<<<<<<<<<<-]> >>>>>>>>>>>>>----.++++<<<<<<<<<<<<<<>>>>>>>>>>>>>>>---.+++<< <<<<<<<<<<<<<>>>>>>>>>>>>+++.---<<<<<<<<<<<<>>>>>>>>>>>>+.-< <<<<<<<<<<<>>>>>>>>>>>>>>+++.---<<<<<<<<<<<<<<>>>>>>>>.<<<<< <<<>>>>>>>>>>>>>>+++.---<<<<<<<<<<<<<<>>>>>>>>>>>>+++.---<<< <<<<<<<<<>>>>>>>>>>>>>.<<<<<<<<<<<<<>>>>>>>>>>>>+.-<<<<<<<<< <<<>>>>>>>>>>>>>>++.--<<<<<<<<<<<<<<>>>>>>>>>>>>>---.+++<<<< <<<<<<<<<>>>>>>>>>>>>>>--.++<<<<<<<<<<<<<<>>>>>>>>>>>>++.--< <<<<<<<<<<<>>>>>>>>>>>>>>++.--<<<<<<<<<<<<<<>>>>>>>>>>>>>>-. +<<<<<<<<<<<<<<>>>>>>>>>>>>+++.---<<<<<<<<<<<<>>>>>>>>>>>>>. <<<<<<<<<<<<<>>>>>>--.++<<<<<<>>>>>>>>>>>>>----.++++<<<<<<< <<<<<<>>>>>>>>>>>>>---.+++<<<<<<<<<<<<<>>>>>>>>>>>>>>>--.++< <<<<<<<<<<<<<<.
I originally did this to mirror other sites that avoid directly including email addresses (presumably to prevent scraping and spam); I’m not reall sure how effective it is, considering my email is plastered all over my git commits (and elsewhere), but now it’s mostly a joke: I like to imagine an HR person being perplexed by this. It also makes this page look less empty, as I don’t have too many contact mediums. ↩︎