62 lines
1.5 KiB
Markdown
Raw Normal View History

2017-10-07 11:43:26 +09:00
---
2021-10-11 12:24:57 +09:00
title: about me
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-02-05 13:41:25 +09:00
<!-- - [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, use an appropriate encryption method from the list below.
2022-03-06 02:00:01 +09:00
**[GPG](https://gnupg.org/)**
```bash
curl https://uechi.io/uetchy.gpg | gpg --import
gpg -er y@uechi.io confidential.zip
# attach `confidential.zip.gpg` to your email
```
Alternatively, download [public key](https://uechi.io/uetchy.gpg) 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
```
**[Keybase](https://keybase.io/encrypt)**
```bash
keybase pgp encrypt -bi confidential.zip uechi > confidential.zip.gpg
# attach `confidential.zip.gpg` to your email
```
2022-02-05 13:41:25 +09:00
## Facts
```yaml
- Interests:
- Web, ML/NLP, UX, Coffee
- Have confidence:
- (Java|Type)Script, React, UI design
- Have some experience:
- Python, Rust, Go, Ruby, Swift, Docker Swarm
- Have no confidence: normal life stuff
- Languages:
- Japanese: native
- English: TOEIC 985
- Play tin whistle and violin for fun
```