Viewing profile — yoshi389111
yoshi389111
HN member- Joined
- Mon, Jul 10, 2023, 10:41 AM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About yoshi389111
No profile information was provided.
Recent public activity
-
comment
Comment #48584868
RFC numbers finally reached 10000. It's interesting to think that the RFC series started in 1969 and has continued for more than 50 years.
-
comment
Comment #45402751
Beyond the usual advantages of Python’s type hints, it seems they can also improve code suggestions and completions when working with AI coding tools.
-
story
Show HN: Fake-xmlservice – Local XmlService implementation for GAS testing
I often write Google Apps Script (GAS) projects that rely on XmlService, but I found it hard to test them locally. So I created @yoshi389111/fake-xmlservice , an npm package that i…
-
story
Show HN: Git-caesar – encrypt a file passwordlessly using GitHub's public key
Hello everyone. I made a command to encrypt/decrypt a file using the other person's GitHub public key and your private key. I'd love to hear your thoughts and suggestions for impro…