Live data from Hacker News

Viewing profile — vshulcz

vshulcz

HN member
Joined
Tue, Jun 09, 2026, 8:53 AM UTC
HN karma
61
Public activity
22 items

About vshulcz

Python/backend developer interested in distributed systems, Kubernetes, service architecture, testing, and small developer tools.

GitHub: https://github.com/vshulcz

Recent public activity

  1. comment
    Comment #49085283

    [flagged]

  2. story
  3. comment
  4. comment
    Comment #48927888

    That's why I ended up creating two forced paths for this. First, the SessionStart hook aggressively introduces context immediately after loading, completely bypassing the agent's r…

  5. comment
    Comment #48927813

    I intentionally used a dictionary for this. When I dig into old sessions, I'm usually looking for a very specific token (the exact error string, the unique function name, a specifi…

  6. comment
  7. comment
    Comment #48927681

    This is a fair point of view and ofc it should be taken into account. When called automatically, a small overview (~2 KB) of the imported sessions is included in the context. Howev…

  8. comment
    Comment #48923486

    My particular interest in deja was that I found a combination that I couldn't find on this list: zero dependencies, zero LLM calls, verbatim text search, proactive secret cleanup a…

  9. comment
    Comment #48923458

    Yes, ctx is the closest cousin here. I actually linked it in my top comment. This causes a very similar itch, but we went a slightly different route regarding some implementation d…

  10. comment
    Comment #48923305

    Hi HN. I built deja after watching Claude Code and Codex debug the same problems more than once. The annoying thing was that the answer usually already existed somewhere in my old …

  11. story
  12. comment
    Comment #48716595

    [flagged]

  13. comment
    Comment #48700942

    [flagged]

  14. comment
    Comment #48685218

    [flagged]

  15. comment
    Comment #48683982

    [flagged]

  16. comment
    Comment #48671561

    the variant-types-for-dispatch thing is a nice tradeoff, makes sense. honestly the strongest pitch in there is the "write the hot module in nimic instead of dropping to c/rust/cyth…

  17. comment
    Comment #48671456

    [flagged]

  18. comment
    Comment #48671108

    The line I'd push on is "valid Python that runs unmodified in CPython." True at the syntax level, but the speedup isn't really coming from Nim as a backend, it comes from how much …

  19. comment
    Comment #48656524

    [flagged]

  20. comment
    Comment #48643387

    [flagged]

  21. comment
    Comment #48643361

    [flagged]

  22. comment
    Comment #48643317

    Even past the TLS point (CDNs terminate TLS, so they can read the body) there's a harder problem nobody's solved: to cache a QUERY the cache has to fold the body into the cache key…