Viewing profile — jpbryan
jpbryan
HN member- Joined
- Sun, Mar 15, 2020, 11:01 PM UTC
- HN karma
- 133
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About jpbryan
No profile information was provided.
Recent public activity
-
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 …
-
comment
Comment #47354144
Why not just use AWS Secrets Manager?
- story
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #46319700
Thank you!
-
comment
Comment #46319428
The same arguments of this essay apply to LaTeX and Typst
-
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.
-
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'…
-
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…
-
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…
-
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…
-
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…
-
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: …
-
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…
-
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…