k-taro56
No user record in our sample, but k-taro56 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but k-taro56 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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 think that was a good decision. By the…
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 incorrectly read “今日” when it should be…
What’s the difference between this and `React.createElement`?
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 have a long context window, so they can…
It’s definitely useful, since I already love using eslint-plugin-imports-access.
That’s awesome! When the time comes, definitely do a show HN post. I’m looking forward to it!
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 use a safety-pipeline-enabled DB…
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?
Ah so it’s for apps like typia. Congrats on the performance improvements in typia!!
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.
I hope it supports Secure Enclave and TPM Also, I’d like it to be set directly as an env var
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!"); ```
With current Node.js, you can run TypeScript directly without ttsc.