Live data from Hacker News

Viewing profile — matteo1782

matteo1782

HN member
Joined
Fri, Dec 12, 2025, 10:39 PM UTC
HN karma
3
Public activity
11 items

About matteo1782

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #46559264

    Great question! No, Phantom Guard won't flag legit packages like openai, langchain-openai, or gpt-engineer. The primary signal is whether the package exists on the registry. We que…

  5. story
    Show HN: Phantom Guard – Detect AI-hallucinated package attacks

    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 re…

  6. comment
    Comment #46438747

    I built a vector database that runs entirely in WebAssembly. No server, no API calls, no data leaves the browser. Why? Most vector DBs require a server. If you're building privacy-…

  7. story
  8. story
    Show HN: EdgeVec v0.4.0 – Sub-millisecond vector search in WASM (Rust)

    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…

  9. comment
    Comment #46280852

    https://github.com/matte1782/edgevec/blob/main/docs/benchmar...

  10. comment
    Comment #46260434

    Hey thanks for taking the time to read this. I will post new info soon including comparison to other in-browser libraries with benchmarks in v 0.3.0

  11. story
    Show HN: EdgeVec – Sub-millisecond vector search in the browser (Rust/WASM)

    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.…