Live data from Hacker News

Viewing profile — jacobegold

jacobegold

HN member
Joined
Wed, Nov 17, 2021, 5:33 PM UTC
HN karma
64
Public activity
56 items

About jacobegold

No profile information was provided.

Recent public activity

  1. comment
    Comment #47009966

    yep we do! another big use case for it seems to be big enterprises for their own internal tools - we see this a lot with our largest customers. but the OSS use case described here …

  2. comment
    Comment #46773442

    Not sure how? Meant this: > The agentic coding tools and review tools I want my team (and myself) to have access to are ones that ones that force an explicit knowledge interview & …

  3. comment
    Comment #46773199

    Yep. We see this future and are working on exactly what you're talking about (Graphite)

  4. comment
    Comment #46332575

    As a Graphite employee, would love this tbh - we love Blacksmith!

  5. comment
    Comment #46332562

    Maintained, improved, and integrated. With more resources than ever. We're building whole platform. That's a lot more than just AI.

  6. comment
    Comment #46330213

    Correct (Graphite eng here for context) - we've thought about extending our CLI to allow it to sync jj with GH pull requests to do exactly this. Essentially - similar workflow but …

  7. comment
    Comment #46327632

    we are a 70 person team, bringing in significant revenue through our product, have widespread usage at massive companies like shopify robinhood etc, this is a MUCH MUCH MUCH differ…

  8. comment
    Comment #46327558

    stacked prs will only get better from here :) we have an incredible amount of resources to keep improving that part of our product.

  9. comment
    Comment #44975087

    we have a big effort in the works to improve web perf! where specifically are you seeing slowness in the app — what flows, what pages, etc?

  10. comment
    Comment #44969017

    My ideal is really just a version of `gt sync` and `gt submit` that handle updating the Graphite + Github server-side of things let you use `jj` for everything else, I think it cou…

  11. comment
    Comment #44968353

    It's so cool that Git is considering first class change IDs!! That's huge! This sounds similar to what we had at Facebook to track revisions in Phabricator diffs. Curious if anyone…

  12. comment
    Comment #44968337

    hell yeah

  13. comment
    Comment #44956974

    (views expressed in this comment are my own, not those of graphite) we have a number of large customers that feel the same way and are fully opted out of anything AI-related. in my…

  14. comment
    Comment #44955696

    we still do stacked diffs — it's our bread and butter, and many of our existing customers, some of whom have been with us since the beginning, are finding a ton of value from both …

  15. comment
    Comment #44902595

    (Graphite dev here) Yeah – the key thing here is that there is work to be done on the server, so JJ likely either needs its own forge or a GitHub App that handles managing PRs for …

  16. comment
    Comment #44856062

    We've already soft launched the next step toward this to some existing Graphite users, so I'm fine sharing! We're adding an agentic chat sidebar to the pull request that can help y…

  17. comment
    Comment #44849962

    AI will certainly make human code review easier — the goal being to keep up with the velocity of changes to existing large systems. "Code review" as defined as a human in the loop …

  18. comment
    Comment #44844846

    lol. human code review is all we will do day-to-day in a year (i'm the lead engineer on diamond)

  19. comment
    Comment #44552129

    a lot? what are the other ones?

  20. comment
    Comment #44350723

    I work on the Graphite CLI – curious what you don't like about it and what your flow with raw Git is – I assume you're mostly using `--update-refs`?

  21. comment
    Comment #43293284

    I feel like an LLM agent could grok and interact with something like this pretty well...

  22. comment
    Comment #41507132

    We (Graphite) love Jujutsu – comes up in conversation all the time here. A prior version of the CLI is open source, the core data model (using git refs to store some extra data abo…

  23. comment
    Comment #38810693

    The funny thing is — this is actually different from how OSS (the initial model that Git was built for) worked. Patches are just applied as a single linear commit to the trunk bran…

  24. comment
    Comment #38810651

    You don't lose it long term if you're using GitHub PRs — GitHub keeps the "reflog" (quoted because I imagine their implementation may not actually use reflog) of the branch indefin…

  25. comment
    Comment #38596996

    Phabricator and Gerrit both do a really good job of this. To me Git works fine as a pure "version control" system, but the process of collaborating on a branch before it gets merge…