New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Gemini for Go Developers: Building Agents in Go(danicat.dev ↗)
    discuss
  2. iCloud+ Includes Apple TV, Arcade, and Curated Music Stations in 100 Countries(macrumors.com ↗)
    1comments
  3. Omarchy ships its own Linux kernel in v4.0.4(github.com/omacom ↗)
    discuss
  4. Organizing Context in a Multi-Agent Harness(langchain.com ↗)
    discuss
  5. Never-again – so your AI agent stops repeating mistakes you fixed(github.com/malaysherasia-ai ↗)
    discuss
  6. There is NO realistic scenario where AI wipes out all of humanity(twitter.com/richardsocher ↗)
    1comments
  7. Senate Blocks Cryptocurrency Regulation(latimes.com ↗)
    discuss
  8. A backtest can pose a question its own data cannot answer(creativebyzuniga.com ↗)
    discuss
  9. Potemkin Understanding in Large Language Models (2025)(arxiv.org ↗)
    discuss
  10. Text Recognition techniques for premodern Italian and Devanāgarī manuscripts(uniqueatpenn.wordpress.com ↗)
    1comments
  11. A Super-Accurate Clock Using a Tiny Microcontroller(hackaday.com ↗)
    discuss
  12. The structure and lasting impact of the Roman road system(nature.com ↗)
    1comments
  13. Jev means structured output is interesting again(seangoedecke.com ↗)
    discuss
  14. Qwen3.8 Max – Cost per task higher than Astra on Artificial Analysis(artificialanalysis.ai ↗)
    1comments
  15. COBOL dev won .NET hackathon with help from AI(theregister.com ↗)
    1comments
  16. Valeriepieris Circle(wikipedia.org ↗)
    discuss
  17. Show HN: Point at anything in your app, say what you want, get a spec(dhamark.com ↗)
    discuss
  18. Show HN: LaunchPad – I built a Launchpad to replace macOS Apps
    discuss
  19. UK mathematician debunks myth around Parthenon's optical illusions(theguardian.com ↗)
    discuss
  20. The Gap Will Grow(backnotprop.substack.com ↗)
    discuss
  21. The secret formula for Apple's rounded corners (2023)(arun.is ↗)
    discuss
  22. Dense vs. Moe Models: Active Parameters, Throughput, and When to Choose Each(nvidia.com ↗)
    discuss
  23. Nightmare Eclipse revelaved his identity(twitter.com/msnightmare2000 ↗)
    discuss
  24. Secret Life of Circuits – Illustrated Guide to Electronic Circuit Design(nostarch.com ↗)
    discuss
  25. Sanders: "If AI is coming for workers, it should bring a 4-day workweek with it"(fortune.com ↗)
    1comments
  26. Ask HN: How do you test an app from a region you're not physically in?
    1comments
  27. Attribution-Based Control in AI Systems(attribution-based-control.ai ↗)
    discuss
  28. Why WordPress Is Still the #1 CMS in 2026(wpaudit.cc ↗)
    discuss
  29. Apple M5 Ultra Geekbench(geekbench.com ↗)
    discuss
  30. Roundtables: Could AI kill us all?(technologyreview.com ↗)
    discuss

Ask HN: How do you test an app from a region you're not physically in?

1 pointsby 51m ago
1 comments
We run a small B2B product for a few overseas markets. We keep seeing bugs that only reproduce locally: country-specific payment SDK behavior, stale CDN edge cache, and TLS/TTFB issues that only appear on local mobile networks.

VPN and emulators are insufficient. VPN does not replicate carrier routing or device integrity checks like Play Integrity. Commercial device farms rarely guarantee physical device location, which is what we need.

We’re thinking of hosting physical devices in target countries and remote-controlling them. The connection is solvable, but we’re worried about operations: carrier NAT traversal, unattended OS updates, battery/thermal drift, and long-running failure modes.

What has worked for you? Self-hosted remote hardware, device farms with location limits, or accepting user-reported bugs?

21m agoHN ↗

Maybe buy residential / mobile SOCKS5 proxies and install an app like SocksDroid that creates a local Android VPN interface, captures all traffic and routes is through a SOCKS5 proxy.