Live data from Hacker News

Viewing profile — k-taro56

k-taro56

HN member
Joined
Wed, Apr 23, 2025, 8:57 AM UTC
HN karma
3
Public activity
13 items

About k-taro56

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #48324833

    What’s the difference between this and `React.createElement`?

  4. 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…

  5. comment
    Comment #48009817

    It’s definitely useful, since I already love using eslint-plugin-imports-access.

  6. comment
    Comment #48009658

    That’s awesome! When the time comes, definitely do a show HN post. I’m looking forward to it!

  7. 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 …

  8. 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?

  9. comment
    Comment #48006554

    Ah so it’s for apps like typia. Congrats on the performance improvements in typia!!

  10. 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.

  11. comment
    Comment #48006234

    I hope it supports Secure Enclave and TPM Also, I’d like it to be set directly as an env var

  12. 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!"); ```

  13. comment
    Comment #48005982

    With current Node.js, you can run TypeScript directly without ttsc.