Live data from Hacker News

Viewing profile — justinlords

justinlords

HN member
Joined
Mon, Jan 19, 2026, 2:10 PM UTC
HN karma
-2
Public activity
5 items

About justinlords

No profile information was provided.

Recent public activity

  1. comment
    Comment #46797673

    The differential fuzzing approach is clever — way safer than a big-bang rewrite. Running both versions in parallel to catch edge cases before switching over is how you actually shi…

  2. comment
    Comment #46797649

    amazon is really doing it's things now, i say to stay cautious

  3. comment
    Comment #46797551

    This looks solid, the type safety and automatic escaping alone would've saved me hours debugging Cypher strings. The batching is smart too. Curious how it handles variable-length p…

  4. comment
    Comment #46775972

    This is exactly what I've been screaming about, AI coding assistants are basically playing guess the impact with our production code. The fact that you're exposing actual call grap…

  5. comment
    Comment #46706515

    I don't get it. Why wouldn't I just use a Vector DB (Pinecone/Weaviate) for this? Just retrieve relevant chunks and stick them in the prompt. Feels like you're reinventing the whee…