Hacker News

New stories

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

Show HN: HookDeploy – Webhook infra with mTLS private delivery

1 pointsby 42m 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 ↗