Yasuaki Uechi 9a9c2343d1
All checks were successful
continuous-integration/drone/push Build is passing
complete revamps
2022-12-24 03:20:02 +09:00

56 lines
1.4 KiB
Markdown

---
title: README
---
<style>
img {
width: auto !important;
}
</style>
# README
- [Open Source @ GitHub](https://github.com/uetchy)
- [Blog (Japanese and English)](https://uechi.io)
- [Technical Notes (English) @ dev.to](https://dev.to/uetchy)
- [Technical Notes (Japanese) @ Qiita](https://qiita.com/uetchy)
- [SIGVT Project](https://sigvt.org)
<!-- - [Design Portfolio @ Behance](https://www.behance.net/uechi) -->
## Contact
Reach me at `y@uechi.io`. Should you need extra security for your message or attachments, pick an appropriate encryption method from the list below.
**[GPG](https://gnupg.org/)**
```bash
curl https://uechi.io/uetchy.asc | gpg --import
gpg -er y@uechi.io confidential.zip
# attach `confidential.zip.gpg` to your email
```
Alternatively, download [public key](https://uechi.io/uetchy.asc) for [GPG Keychain](https://gpgtools.org/) (macOS).
**[age](https://github.com/FiloSottile/age#encrypting-to-a-github-user)**
```bash
curl https://github.com/uetchy.keys | age -R - confidential.zip > confidential.zip.age
# attach `confidential.zip.age` to your email
```
## Facts
```yaml
- Interests:
- Webdev, NLP, Reverse-engineering, Category theory, UI design, Coffee
- Machine languages:
- TypeScript, Python, Rust, Go, Ruby, Swift
- Human languages:
- Japanese: native
- English: TOEIC 985
- Korean: r/w hangul
- Indonesian: baby
- Hobby:
- Play tin whistle and fiddle for fun
```