2017-10-07 11:43:26 +09:00
|
|
|
---
|
2022-12-24 03:20:02 +09:00
|
|
|
title: README
|
2017-10-07 11:43:26 +09:00
|
|
|
---
|
|
|
|
|
2019-04-24 16:23:17 +09:00
|
|
|
<style>
|
|
|
|
img {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
# README
|
|
|
|
|
2018-09-06 00:24:33 +09:00
|
|
|
- [Open Source @ GitHub](https://github.com/uetchy)
|
2021-02-25 22:36:19 +09:00
|
|
|
- [Blog (Japanese and English)](https://uechi.io)
|
2021-10-11 12:24:57 +09:00
|
|
|
- [Technical Notes (English) @ dev.to](https://dev.to/uetchy)
|
|
|
|
- [Technical Notes (Japanese) @ Qiita](https://qiita.com/uetchy)
|
2022-12-24 03:20:02 +09:00
|
|
|
- [SIGVT Project](https://sigvt.org)
|
2022-02-05 13:41:25 +09:00
|
|
|
<!-- - [Design Portfolio @ Behance](https://www.behance.net/uechi) -->
|
|
|
|
|
|
|
|
## Contact
|
|
|
|
|
2022-05-20 13:18:51 +09:00
|
|
|
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.
|
2022-02-05 13:41:25 +09:00
|
|
|
|
2022-03-06 02:00:01 +09:00
|
|
|
**[GPG](https://gnupg.org/)**
|
|
|
|
|
|
|
|
```bash
|
2022-05-20 13:18:51 +09:00
|
|
|
curl https://uechi.io/uetchy.asc | gpg --import
|
2022-03-06 02:00:01 +09:00
|
|
|
gpg -er y@uechi.io confidential.zip
|
|
|
|
# attach `confidential.zip.gpg` to your email
|
|
|
|
```
|
|
|
|
|
2022-05-20 13:18:51 +09:00
|
|
|
Alternatively, download [public key](https://uechi.io/uetchy.asc) for [GPG Keychain](https://gpgtools.org/) (macOS).
|
2022-03-06 02:00:01 +09:00
|
|
|
|
|
|
|
**[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
|
|
|
|
```
|
|
|
|
|
2022-02-05 13:41:25 +09:00
|
|
|
## Facts
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
- Interests:
|
2022-12-24 03:20:02 +09:00
|
|
|
- Webdev, NLP, Reverse-engineering, Category theory, UI design, Coffee
|
|
|
|
- Machine languages:
|
|
|
|
- TypeScript, Python, Rust, Go, Ruby, Swift
|
|
|
|
- Human languages:
|
2022-02-05 13:41:25 +09:00
|
|
|
- Japanese: native
|
|
|
|
- English: TOEIC 985
|
2022-12-24 03:20:02 +09:00
|
|
|
- Korean: r/w hangul
|
|
|
|
- Indonesian: baby
|
|
|
|
- Hobby:
|
|
|
|
- Play tin whistle and fiddle for fun
|
2022-02-05 13:41:25 +09:00
|
|
|
```
|