Live data from Hacker News

Viewing profile — josephburnett

josephburnett

HN member
Joined
Tue, Jun 28, 2022, 8:49 PM UTC
HN karma
4
Public activity
8 items

About josephburnett

No profile information was provided.

Recent public activity

  1. comment
    Comment #43593621

    In terms of side projects, I’ve deliberately curated a smaller set that meets multiple criteria. Social connection, simplicity and elegance, and the ability to start and stop at wi…

  2. comment
    Comment #41493385

    Yeah that works. But I also wanted the ability to produce JSON Patch and JSON Merge Patch formats. And to support set semantics, identifying objects by specified keys. And it works…

  3. comment
    Comment #41491037

    > Would be nice to be able to use it as a VSCode extension! I've added support to use jd as a Git diff engine: https://github.com/josephburnett/jd?tab=readme-ov-file#use-g... . Can…

  4. comment
    Comment #41491003

    > One feature I’ve yet to see is applying jq query syntax to the jsons before the diff Will you please add this as a feature request? https://github.com/josephburnett/jd/issues . I…

  5. comment
    Comment #41490986

    > When that happens, it computes a very long diff where it could have just said "element is missing at index N". That's exactly the problem addressed by this issue: https://github.…

  6. comment
    Comment #41490929

    > I would note is that some restructurings with jq increased the quality of the diff by a lot. I would really like to know more about these restructurings. Would you mind dropping …

  7. comment
    Comment #41490895

    > couldn't this also be have been called jdiff? I feel like the two-letter tool name is exercising developer memory more than strictly required. Yeah, in retrospect I should have g…

  8. story
    Show HN: Jd JSON Diff and Patch

    jd is a commandline utility and Go library for diffing and patching JSON and YAML values. It supports a native jd format (similar to unified format) as well as JSON Merge Patch (RF…