HN user

JacobArthurs

1 karma

https://JacobArthurs.com https://github.com/jacobarthurs https://blog.jacobarthurs.com

Posts0
Comments5
View on HN
No posts found.

It's worth separating "refusing a contract" from "resisting oversight" though. Anthropic declining DoD terms is still just a procurement decision, not a power grab, even if the blowback (getting labeled a supply chain risk) makes it feel weightier. The scary version of your concern is whether regulatory frameworks can keep pace with $10T companies, and on that I think you're right that the window is closing faster than governments realize.

Really cool! NuGet's biggest gap for me has always been evaluating packages quickly, like figuring out if something is actively maintained or has a transitive dependency nightmare before you've already committed to it.

We receive the webhook, return 200 immediately, and push the payload to a message queue for processing. That way you own the retry logic, can inspect stuck messages, and DLQ alerts handle repeated failures automatically.

Idempotency becomes your responsibility, though, since messages can be delivered more than once.