Latest Update

July 22, 2026 • 01:48
I've made the code for my website public now, which can be obtained @ https://git.sr.ht/~x7e/x7e.org.
View previous updates →

About Me

I'm an independent student of computer science, exploring the field strictly as a personal pursuit. My primary areas of focus—programming in C and Perl, shell scripting, and cryptography—are deeply grounded in my appreciation for the roots of computing.

Because of this, I am drawn to the quiet resilience of UNIX-like systems, favoring the reliability of a text-first, minimalist approach over unnecessary complexity. I am perfectly happy working directly from the command line, whether I'm running OpenBSD on my desktop with just cwm and xterm, or using macOS for its clean design and underlying BSD foundation.

The domain x7e.org is a nod to 0x7e, the hexadecimal ASCII value for the tilde (~), which represents the home directory in POSIX systems.


Currently Studying

A few books and subjects I am currently exploring:


Contact & Identity

I use this identity and PGP key exclusively to sign my git commits and public documents. I do not use this email address for communication.

  • Email:src@x7e.org
  • Code:sr.ht/~x7e
  • PGP:pubkey.asc
  • Fingerprint:A890 A3F2 0B00 F0E8 FD1D A018 29CA 33F7 E248 D497

Verification

My key is published to the Web Key Directory (WKD). Fetch it automatically with:

gpg --locate-external-keys src@x7e.org

Or import it manually via HTTPS:

curl -sL https://x7e.org/pubkey.asc | gpg --import

Verify the fingerprint matches the one above before trusting my signatures.