Live data from Hacker News

Viewing profile — fanseepawnts

fanseepawnts

HN member
Joined
Sat, Feb 10, 2024, 11:51 PM UTC
HN karma
-6
Public activity
6 items

About fanseepawnts

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #39332106

    Sorry theres no such thing as prevalidated JSON. You can do it in a sidecar all you want. In-process validation is required. There are no trusted sources. Your confusing valid json…

  4. comment
  5. comment
  6. comment
    Comment #39331400

    Sorry, I would never use this. Before I consume any json from any source or for any purpose I validate it. Lazy loading serves no purpose if you need validation. Hint: you need val…