lemniskett.moe/content/about.md

129 lines
4.3 KiB
Markdown
Raw Normal View History

2023-09-03 13:05:55 +00:00
---
title: About
description: $ cat /home/about
hidemeta: true
---
> "Information is power. But like all power, there are those who want to keep it for themselves."
— [Aaron Swartz](https://en.wikipedia.org/wiki/Aaron_Swartz "Aaron Swartz @ Wikipedia")
<details>
<summary> <code>$ whoami</code> </summary>
Hi! I'm <code>echo 'RmlybWFuCg==' | base64 --decode</code> 👋
</details><br>
Just an ordinary person who loves tech, games, anime, music, and other cool stuff. When Im not on the text editor/terminal, I enjoy playing video games, watching movies or anime, and listening to music.
<details>
<summary>Interests:</summary>
<blockquote>Cyber security, GNU/Linux, *nix based systems, open source,
FOSS, privacy, OPSEC, DFIR, OSINT, CTF, threat intelligence,
reverse engineering, malware, cryptography, hardware hacking,
physical security, lockpicking sport, cloud computing, DevOps,
SysAdmin, SWE, SRE, operating systems, tildeverse, fediverse,
bioinformatics, biohacking, data mining, Jamstack, SSG, IoT,
blockchain, HPC, audiophile, mechanical keyboard, AI, ML, DL,
LLM, ACG (Anime, Comics, and Games), Extended Reality (XR),
3D design, ham radio, game development, science, cyberpunk,
cipherpunk, psychology, philosophy, minimalism, retrocomputing,
permacomputing, etc.</blockquote>
</details><br>
I started this blog to jot down things I've learned, mainly because I tend to forget stuff I picked up earlier. But hey, I've made it public, so you're welcome to give it a read and pick up things too. Sharing is caring, after all! ^^
<br>
### Contacts:
💬 [Matrix](https://matrix.to/#/@hiiruki:matrix.org "@hiiruki:matrix.org")<br>
💬 [Session](https://getsession.org/) - [Session ID](/session.txt "Session ID: 055b210e9f97217abf1872ed98af29640d9f5194847352975a6e9a3ea301683602")<br>
💬 [XMPP](https://en.wikipedia.org/wiki/XMPP "XMPP @ Wikipedia") - [hiiruki@yourdata.forsale](xmpp:hiiruki@yourdata.forsale)
📡 [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat "IRC @ Wikipedia") - hiiruki @ [Libera.Chat](https://libera.chat/)<br>
📡 [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat "IRC @ Wikipedia") - hiiruki @ [Rizon](https://www.rizon.net/)<br>
📡 [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat "IRC @ Wikipedia") - hiiruki @ [tilde.chat](https://tilde.chat/)<br>
📧 [E-mail](mailto&#58;h%69&#64;h&#105;&#105;ru&#107;&#105;&#46;&#100;ev)
<details>
<summary> 🔑 PGP Public Key </summary>
```shell
curl -sL https://hiiruki.dev/pgp | gpg --import
# Fingerprint: [0xAF5886C8] • AEA5 B927 D7F0 D40B F4B3 C9F1 E40D 7521 AF58 86C8
```
[pgp.txt](/pgp.txt)
</details>
<details>
<summary> 🔑 SSH Public Key </summary>
```shell
curl -sL https://hiiruki.dev/ssh | tee -a ~/.ssh/authorized_keys
# Fingerprint: SHA256:uxJNkKzML7tBYwYdjzviimi/Nw4Nd8ghFpl2MOrYLnw
```
[ssh.txt](/ssh.txt)
</details>
<details>
<summary> 🔑 OMEMO Fingerprint </summary>
```
F1085BD5 D359788F 05F936D8 3185A5BE
75B227FE DE4E6909 9433113B DFE4D722
```
</details>
<details>
<summary> 🔑 OTR Fingerprint </summary>
```
147B3144 705DADC6 E30F10D4 58EE07ED C9BFE1A6
```
</details>
<br>
### Misc:
👨‍💻 [humans.txt](/humans.txt)
<br>
<details>
<summary>🎵 Now listening</summary>
<p>
<img src="https://spotify.hiiruki.dev/api?theme=dark&scan=true" align="center" alt="Current Spotify Song">
</p>
</details>
<br>
<details>
<summary>👨‍💻 Doing something</summary>
<p>
<img src="https://lanyard-profile-readme.vercel.app/api/529270835341426708?hideTimestamp=false&hideDiscrim=true&idleMessage=Just%20chillin'%20at%20the%20moment..." align="center" alt="Discord Presence">
</p>
</details>
<script type="text/javascript">['contextmenu', 'selectstart'].forEach((e) => {
document.addEventListener(e, (e) => e.preventDefault());
});
function ctrlShiftKey(e, keyCode) {
return e.ctrlKey && e.shiftKey && e.keyCode === keyCode.charCodeAt(0);
}
document.onkeydown = (e) => {
if (
event.keyCode === 123 ||
ctrlShiftKey(e, 'I') ||
ctrlShiftKey(e, 'J') ||
ctrlShiftKey(e, 'C') ||
(e.ctrlKey && e.keyCode === 'U'.charCodeAt(0))
)
return false;
};</script>