matteo1782
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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 →…
-
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…
-
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…