Urgent.News

What's breaking now, across thousands of outlets.

Tech

DevProxy – Zero-latency local HTTP/HTTPS proxy in Go

Hey HN! I built DevProxy ( https://github.com/Aditya-9-6/DevProxy ), an open-source local HTTP/HTTPS development proxy written in Go that combines network debugging, developer resilience tools, and passive security auditing into a single binary. Key Features: Zero-Latency Decoupled Ring Buffer: Forwards requests in microseconds. Zero-Allocation Streaming: sync.Pool buffer recycling. Passive…

DevProxy is an open-source local HTTP/HTTPS development proxy written in Go, combining network debugging, developer resilience tools, and passive security auditing into a single binary. The tool is designed to provide zero-latency forwarding of requests, sync.Pool buffer recycling for zero-allocation streaming, and various passive security audits such as secret scanning, JWT linter, GraphQL abuse detection, and PII detection using Luhn mod-10.

Developer features include mapping local and remote servers, chaos fault injection, network throttling for slow 3G, LTE, and offline conditions, and an OpenAPI 3.0 contract validator. DevProxy is available as a single static binary with an embedded dark-mode web console, and the source code is hosted on GitHub at https://github.com/Aditya-9-6/DevProxy.

Brief written by urgent.news from Dev.to's own syndicated text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Show Dev: I built a zero-login grocery scanner to expose ultra-processed foods & palm oil

Hey everyone! 👋 I got frustrated with modern supermarket shopping. Over 70% of food on grocery shelves is now Ultra-Processed (UPF), packed with hidden industrial seed oils, synthetic emulsifiers…

  • UnwrapTruth scanner reveals ultra-processed foods & palm oil prevalence
  • Zero-login web app turns mobile browsers into grocery scanners
  • Features include ingredient decoding, palm oil detection, and healthier alternatives

What an anthill can teach us about orchestrating agents.

Findings from ant-sim , a colony simulator I wrote in 2021 and reworked in 2026. Every number below comes from seeded runs on commit d430093 ; pnpm sim:ablation reproduces the table to the digit, and…

  • An anthill serves as an analogy for orchestrating agents, but has limitations in software systems.
  • Each ant in the colony makes decisions based on a public board of task demand and delivery.

More from Sunday 27 September →