Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aaa_2006
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
aaa_2006
6mo ago
Awesome!! I am just tried it and it works so smoothly. The conversation part makes all the difference.
2.
▲
by
aaa_2006
8mo ago
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 and services personal data flows to in your code.
3.
▲
by
aaa_2006
8mo ago
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 Information (PII), Protected Health Information (PHI), Cardholder Da
4.
▲
Are LLMs better suited for PR reviews than full codebases?
4 points
by
aaa_2006
1y ago
|
3 comments
5.
▲
by
aaa_2006
1y ago
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 to justify those huge campus investments, maybe the better fi
6.
▲
by
aaa_2006
1y ago
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 output. Feels like that kind of interactive view could really he
7.
▲
by
aaa_2006
1y ago
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.
8.
▲
by
aaa_2006
1y ago
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, whether it is I/O, memory, or scheduling delays.
9.
▲
by
aaa_2006
1y ago
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 tile. It can slot neatly into a vector tile pipeline and im