01. OPERATOR
Hi there! I'm an independent computer science student focused on C, Perl, shell scripting, and cryptography.
I built this space to share my work, driven by a deep appreciation for the roots of computing.
02. LOGIC MATRIX
| INPUT A | INPUT B | OUTPUT Q |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
Q = A ⊕ B
≡ (A ∧ ¬B)
∨ (¬A ∧ B)
03. EXTERNALS
You can find my public cryptographic tools, system configs, and open-source contributions over on Sourcehut.
VERIFIED_COMMITS:
All of my source code commits are signed using a YubiKey-backed PGP key. You can verify my commits against this fingerprint:
3032 26A3 7738 229C 044B
252B FD71 7ACE 7883 80DB
CONNECT: sr.ht/~mms
All of my source code commits are signed using a YubiKey-backed PGP key. You can verify my commits against this fingerprint:
3032 26A3 7738 229C 044B
252B FD71 7ACE 7883 80DB