Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fertility dropped over 50% within 10 years in Argentina(twitter.com/jesusferna7026)
    discuss
  2. I Love Webrings(zwhuang.dev)
    discuss
  3. Trump TV: The Essentials Station(whitehouse.gov)
    discuss
  4. The Download: India's smart glasses menace and AI's trillion-dollar gamble(technologyreview.com)
    discuss
  5. Show HN: Psychosis Guard – Safety for long LLM conversations(github.com/nwjang)
    discuss
  6. Administrative friction: moving within the EU(michaelhillaert1.substack.com)
    discuss
  7. Tests of the New AI Siri(pogueman.substack.com)
    discuss
  8. Show HN: Powerful Org-Mode at Home on iOS(apps.apple.com)
    discuss
  9. Show HN: Sanemark – Markdown LSP for notes readable in plain text(github.com/nkitsaini)
    discuss
  10. Serve DiffusionGemma-Jev (Djev) on a TypeSafe AI Compatible API(github.com/taeold)
    discuss
  11. Bernie Sanders proposes to ban 'superintelligence' and put violators in prison(theverge.com)
    1comments
  12. Rat Stack: reference for building an app and its cloud as one typed program(ratstack.sh)
    discuss
  13. The Social Reckoning(thesocialreckoning.com.au)
    discuss
  14. The web being slow is a choice (and it's a stupid choice)(albanbrooke.com)
    1comments
  15. Programming Tutorials Are Dead(robrace.dev)
    1comments
  16. Paramount weighs tapping Musk for equity investment(semafor.com)
    discuss
  17. Show HN: Ox – A local agent that uses the internet for you(openox.ai)
    discuss
  18. Fire the slop cannons (safely): on coding agents and sandboxing(latacora.com)
    discuss
  19. Show HN: Chromafolk – A pixel canvas inhabited by AIs that see the world as text(chromafolk.world)
    1comments
  20. Show HN: Open Java Format – a maintained fork of Palantir-Java-format(github.com/openjavaformat)
    discuss
  21. Cognex to Acquire RealSense, Expanding Machine Vision Robotic Perception Market(cognex.com)
    1comments
  22. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    7comments
  23. Show HN: Karpathy's microgpt in Rust and an array language(softwarewrighter.github.io)
    discuss
  24. Compound Delay: The Causes and Consequences of Later Grandmotherhood(nber.org)
    discuss
  25. Nunchux on AMD MI355X: 5s MiniMax-H3 Videos in 1.3s(nunchux.ai)
    2comments
  26. What I've Been Reading(marginalrevolution.com)
    discuss
  27. The Plunging Price of Thought(epoch.ai)
    discuss
  28. AI Is a Boring Technology(chrbutler.com)
    discuss
  29. You cannot manage your peers(louisedeason.substack.com)
    discuss
  30. How Scientists Contained a Threat That Could Have Destroyed Humanity(nytimes.com)
    discuss

Show HN: HookDeploy – Webhook infra with mTLS private delivery

1 pointsby 41m agohookdeploy.dev
0 comments
Hi HN!

I'm Michael and I built HookDeploy. HookDeploy is a webhook infrastructure tool that captures webhooks at the edge, allows for inspection, transformation and fanout to multiple destinations including to your own private infrastructure with our first-party (source-available) mTLS agent. Runs as a service on Linux, lives in the tray on Windows and in the menu bar on Mac.

As I'm sure most of you you have felt webhooks kind of suck if things don't go exactly as planned. Dropped webhooks or failures are likely silent. What actually drove me to build this was cleaning up after major cloud outages more than once. Cross referencing what System A knew against what System B actually had and reentering data by hand or trying to simulate events firing again. I have spent weeks of my life cleaning up webhook failures. HookDeploy solves that problem with a button and intelligent grouping of failed requests into incidents. If you've ever seen or had to clean up after a ransomware attack - you understand why I'd prefer to keep my firewall as tight as possible too.

Our agent enables developers and teams to keep ports closed - if there is nothing to scan, there is nothing to attack. Getting to our own mTLS agent was a journey of trying to integrate existing solutions: first WireGuard (too much operational overhead), then Tailscale which was excellent, but it had real drawbacks on the required memory per joined tailnet and the additional cost to a user's Tailscale bill. It took several months to get it right, but it was worth every week of it.

A few things to note at launch: we are launching with security measures in place: data is encrypted at rest with org-scoped keys rotated weekly (BYOK is on the roadmap), segregated databases for US, EU, APAC and AU so customer data stays where customers are not traversing underwater fiber to come to the US. We have 7 private delivery exit regions: San Francisco (us-west), New York (us-east), London (uk-london), Amsterdam (eu-west), Frankfurt (eu-central), Singapore (ap-southeast) and Sydney (au-southeast).

Our platform is built primarily on Cloudflare for speed and security utilizing workers, KV, R2, Queues, Tunnels/VPC, and of course DNS and security.

This has been some time in the making and I am excited to answer your questions and get feedback! Thank you in advance!

A quiet thread, for now.Start the conversation on HN ↗