Viewing profile — aaa_2006
aaa_2006
HN member- Joined
- Thu, Sep 04, 2025, 4:57 PM UTC
- HN karma
- 9
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About aaa_2006
Recent public activity
-
comment
Comment #47580754
Awesome!! I am just tried it and it works so smoothly. The conversation part makes all the difference.
-
comment
Comment #46862242
Great question. It is not limited to GDPR. The same output can be used to document sub processors in your privacy notice and vendor disclosures since it shows which third parties a…
-
comment
Comment #46860275
Thanks for your question. I am one of the co-founders. It is the latter. We analyze the names of functions, methods, and variables to detect likely Personally Identifiable Informat…
-
story
Are LLMs better suited for PR reviews than full codebases?
Semgrep recently published an analysis of how LLMs perform at spotting vulnerabilities in code: https://semgrep.dev/blog/2025/finding-vulnerabilities-in-modern-web-apps-using-claud…
-
comment
Comment #45133057
This whole issue makes me wonder whether the real problem is Amazon’s high cost structure rather than RTO policies alone. If employees are forced back into expensive offices just t…
-
comment
Comment #45132978
This is awesome! Would be cool if these LLM visualizations were turned into teaching tools, like showing how attention moves during generation or how prompts shift the model’s outp…
-
comment
Comment #45129558
This is really cool. A big YC advantage is instant access to 5,000 plus peer companies as warm leads. That built in network makes early cross selling much easier than starting cold…
-
comment
Comment #45129504
CPU utilization alone is misleading. Pair it with per core load average or runqueue length to see how threads are actually queuing. That view often reveals the real bottleneck, whe…
-
comment
Comment #45129430
Very cool project. One option worth exploring is FlatGeobuf. It provides fast, indexed storage for large GeoJSON datasets and makes it easy to stream only the features you need per…