Live data from Hacker News

Viewing profile — yevbar

yevbar

HN member
Joined
Thu, Mar 29, 2018, 3:03 AM UTC
HN karma
6
Public activity
54 items

About yevbar

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #47619791

    I'm actually assured to hear the git CLI is better covered than libgit2 since the CLI test suite is what I used as my "validation" for progress on meeting git's functionality As fo…

  6. comment
    Comment #47619783

    Bun's attempted to integrate with libgit2 instead of spawning calls to the git CLI and found it to be consistently 3x slower iirc The micro-benchmarks are for the internal git oper…

  7. comment
    Comment #47619759

    If this were 2+ years ago perhaps, with industry adopting more agents in their SDLCs (ie Stripe minions or Ramp background agents), I think we're more a matter of time before we tr…

  8. comment
    Comment #47619736

    > Sure, if you have a complete test suite for a library or CLI tool, it is possible to prompt Claude Opus 4.6 such that it creates a 100% passing, "more performant", drop-in replac…

  9. comment
    Comment #47619707

    This was orchestrated and developed by agents with verifications like the codebase compiling or git's CLI test suite passing. That was so the commit authors don't all appear like b…

  10. comment
    Comment #47619692

    The original target was bun since it itself is written in zig, not because of anything specific to the language When it was clear that there were benefits in filling in more of git…

  11. comment
    Comment #47619666

    The reason being bun actually tested both using the git CLI as well as libgit2. Across the board the C library was 3x slower than just spawning calls to the git CLI. Under the hood…

  12. comment
    Comment #47619642

    I cross-posted to my personal blog too https://yev.bar/ziggit

  13. comment
    Comment #47619636

    Edge cases certainly apply with scripts depending on specific git CLI args or stdout strings may not suffice with ziggit. _However_, for the use cases that most developers or agent…

  14. comment
    Comment #47619623

    I ran the test suite specifically for git's CLI as that was the target I wanted to build towards (Anthropic's C compiler failed to make an operating system since that was never in …

  15. comment
    Comment #47619593

    > maintain a separate git implementation If git were a rapidly evolving project then I'd think this'd be a stronger issue. With git being more of an established protocol that proje…

  16. story
  17. story
  18. comment
  19. story
  20. comment
  21. story
  22. story
  23. story
    Show HN: I spent a billion tokens bridging Elixir and WebAssembly

    If you'd like to learn about how I corralled the agents to do this, check out this blog post https://vers.sh/blog/elixir-webassembly-billion-tokens And, of course, here's the GitHu…

  24. story
    Show HN: I spent a billion tokens and all I got was this repo

    If you'd like to learn about what Elixir and WebAssembly are or why even integrate the two together, check out this blog post https://yev.bar/firebird And, of course, here's the Gi…

  25. story
    Show HN: I vibed a better OCaml parser than Jane Street in 69 steps

    *for some cases Using cloud sandboxes to run them in I tested: - A single coding agent just told to make a better parser - An agent told to write a better parser within the constra…