New stories

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

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

1 pointsby 52m 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?

23m 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.