Viewing profile — k-taro56
k-taro56
HN member- Joined
- Wed, Apr 23, 2025, 8:57 AM UTC
- HN karma
- 3
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About k-taro56
No profile information was provided.
Recent public activity
-
comment
Comment #48325559
Certainly, you’re right that reading it as “konnichi” is very rare. It’s rare enough that I only sometimes misread it that way when it appears in the news or similar contexts. So I…
-
comment
Comment #48325084
I’m Japanese. I was surprised that it was able to answer correctly even when I entered commonly seen difficult-to-read place names. However, there seem to be cases where it may inc…
-
comment
Comment #48324833
What’s the difference between this and `React.createElement`?
-
comment
Comment #48020076
I recently consolidated the fronted, backend, and infrastructure repositories using submodules, and Claude Code can handle it very well without external tools. The newer modules ha…
-
comment
Comment #48009817
It’s definitely useful, since I already love using eslint-plugin-imports-access.
-
comment
Comment #48009658
That’s awesome! When the time comes, definitely do a show HN post. I’m looking forward to it!
-
comment
Comment #48009331
Nice concept! I’m concerned about that LLM might discover `faz.yaml` and directly access the databases. Wouldn’t it be more deterministic and safer to wrap the database itself and …
-
comment
Comment #48008900
Where is `verify` and `secureWipe` func? I just found `unsecureWipe` func as `secureWipe` func in argon2-swift. Did you just forget to remove an internal state?
-
comment
Comment #48006554
Ah so it’s for apps like typia. Congrats on the performance improvements in typia!!
-
comment
Comment #48006303
If you want type checking, there’s tsc. Do you ever really want to check types at runtime? If anything, you just want it to somehow work, right? Like Python.
-
comment
Comment #48006234
I hope it supports Secure Enclave and TPM Also, I’d like it to be set directly as an env var
-
comment
Comment #48006107
C# isn’t this verbose. Please STOP giving people the wrong impression. These days, this is all you need for it to work: ``` Console.WriteLine("Hello, World!"); ```
-
comment
Comment #48005982
With current Node.js, you can run TypeScript directly without ttsc.