Live data from Hacker News

Viewing profile — jpbryan

jpbryan

HN member
Joined
Sun, Mar 15, 2020, 11:01 PM UTC
HN karma
133
Public activity
44 items

About jpbryan

No profile information was provided.

Recent public activity

  1. comment
    Comment #47364780

    Why do I need a canvas to visualize the work that the agents are doing? I don't want to see their thought process, I just want the end product like how ChatGPT or Claude currently …

  2. comment
    Comment #47354144

    Why not just use AWS Secrets Manager?

  3. story
  4. comment
    Comment #47212643

    What if you want to build a third party integration to connect to Claude Chat or Cowork? Those can't run arbitrary CLIs. The only way to integrate with them is via MCP. For good re…

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #46319700

    Thank you!

  16. comment
    Comment #46319428

    The same arguments of this essay apply to LaTeX and Typst

  17. comment
    Comment #46319422

    >If lawyers would think that visuals are more important than semantics I never claimed that it was more important than semantics. But it is, nonetheless, essential.

  18. comment
    Comment #46319281

    Correct. Lawyers load their Word instances up with many add-ins specific to their practice. Microsoft Word add-ins are the entire product surface for many legal tech companies. It'…

  19. comment
    Comment #46319216

    Correct. Solely relying on the built in Word Compare tool results in a whole host of version control issues, however, which I outline in detail in my post "On Building Git for Lawy…

  20. comment
    Comment #46319126

    Diffing the XML is a complete nonstarter. I've spent years working with the OpenXML format and can assure you it is very complex even for a professional software engineer with 10 y…

  21. comment
    Comment #46318966

    >the commit atomicity and comprehensive history aren't supported by Word either, are they? That's just a function of maintaining 20 separate copies of the file with each set of cha…

  22. comment
    Comment #46318769

    I completely agree. On the Google Docs front — I wrote specifically about its viability as a Word successor in an earlier post, "Why Lawyers Will Never Use Google Docs". https://th…

  23. comment
    Comment #46318725

    Yes, exactly. A successor could theoretically replace Word, but first it needs to replicate all of its existing functionality. For a competitor to supplant Word, it would need to: …

  24. comment
    Comment #46318671

    HTML can represent a docx file in a web application but it can never replace docx. Docx files are a protocol for sharing documents between lawyers. I go into more detail on that in…

  25. comment
    Comment #46318624

    Version control + binary file support is of limited utility for lawyers. They need to see what's changed from version to version, including formatting changes. This is why we spent…