matteo1782

↗ HN profile [ 25.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Phantom Guard is a CLI tool that catches "slopsquatting" attacks before they compromise your supply chain. The attack vector: AI assistants hallucinate package names → attackers register those names with malware →…

  2. EdgeVec is an embedded vector database I built in Rust that runs natively in browsers via WebAssembly. v0.4.0 focuses on documentation and quality. Key points: - HNSW indexing with O(log n) search - SQ8 quantization…

  3. Hi HN, I built EdgeVec, a vector database that runs entirely in the browser. It implements HNSW (Hierarchical Navigable Small World) graphs for approximate nearest neighbor search. Performance: - Sub-millisecond search…