Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
k-taro56
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
k-taro56
1mo ago
I read the repo. Tell me why you thought such a complicated, overengineered approach was necessary. You know Tailwind can be scoped to specific files, right? Why not use that and update the className directly?
2.
▲
by
k-taro56
4mo ago
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 way, I tried testing
3.
▲
by
k-taro56
4mo ago
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 read as “こんにち.” Example
4.
▲
by
k-taro56
4mo ago
What’s the difference between this and `React.createElement`?
5.
▲
by
k-taro56
5mo ago
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 understand even huge p
6.
▲
by
k-taro56
5mo ago
It’s definitely useful, since I already love using eslint-plugin-imports-access.
7.
▲
by
k-taro56
5mo ago
That’s awesome! When the time comes, definitely do a show HN post. I’m looking forward to it!
8.
▲
by
k-taro56
5mo ago
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 instead?
9.
▲
by
k-taro56
5mo ago
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?
10.
▲
by
k-taro56
5mo ago
Ah so it’s for apps like typia. Congrats on the performance improvements in typia!!
11.
▲
by
k-taro56
5mo ago
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.
12.
▲
by
k-taro56
5mo ago
I hope it supports Secure Enclave and TPM Also, I’d like it to be set directly as an env var
13.
▲
by
k-taro56
5mo ago
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!"); ```
14.
▲
by
k-taro56
5mo ago
With current Node.js, you can run TypeScript directly without ttsc.