Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Accelerated Server Sales Are Themselves Accelerating(nextplatform.com)
    discuss
  2. FCIA's FC-SP-3: A Standard Ready for the Quantum-Computing World(storagereview.com)
    discuss
  3. When the Debugger Lies(danielmangum.com)
    discuss
  4. How to cut your AI agent bill without hurting output quality(vybe.build)
    discuss
  5. The Download: investigating deaths at the US border's "virtual wall"(technologyreview.com)
    discuss
  6. Show HN: PowerTrace – local energy monitoring for Tuya smart meters(getpowertrace.com)
    discuss
  7. Modern SaaS Landing Page Template – single-file HTML, dark theme, responsive(github.com/astra-intelligence)
    discuss
  8. JetBrains Air: A System of Products for Agentic Software Development(jetbrains.com)
    discuss
  9. Show HN: Watch all the AI agents on your machine(github.com/markwylde)
    discuss
  10. When is a river no longer a river?(texasmonthly.com)
    discuss
  11. Trying to read 30 year old floppies – the success rate surprised me(reddit.com)
    discuss
  12. Show HN: An atlas of system designs with interactive architecture diagrams(atlas-sysdes.vercel.app)
    discuss
  13. Show HN: BlockRazor – A lower-latency sequencer feed for Robinhood Chain(github.com/blockrazorinc)
    discuss
  14. Forgot your phone PIN? Google could look to past to save you from factory reset(androidauthority.com)
    discuss
  15. Show HN: Spatium – any mathematical space, one C++23 library(github.com/vaniell0)
    discuss
  16. Travel disruption around UK after second air traffic control issue in two weeks(bbc.co.uk)
    discuss
  17. Why Is the Coast Guard Operating Surveillance Drones in the Great Lakes?(nytimes.com)
    discuss
  18. Ask HN: How do you prevent PII from reaching third-party services?
    discuss
  19. America is getting its AI race with China wrong(restofworld.org)
    2comments
  20. Internal Set Theory(wikipedia.org)
    discuss
  21. Anthropic-linked CVEs pile up, attackers mostly shrug(theregister.com)
    discuss
  22. A Tokyo school counts the mornings it can see Mt. Fuji: 22 in 1965, 170 in 2023(jivx.com)
    discuss
  23. RRSI: Regularized Recursive Self-Improvement of Agent Harnesses(arxiv.org)
    discuss
  24. Forward Deployed(thediff.co)
    discuss
  25. CLI tools have always been broken(zebulun-arendsee.com)
    1comments
  26. Six-year-old Chinese girl sets world record with Rubik's Cube(france24.com)
    discuss
  27. Gemini 2.5 models extended indefinitely for aactive users(ai.google.dev)
    discuss
  28. Transformers now runs llama.cpp quants(huggingface.co)
    discuss
  29. Autoresearch on Jev: improving a Jev harness to beat Deekseek(kiln.tech)
    discuss
  30. 9 Ads per Minute: FIFA Cup 26 – "the price of the beautiful game"(bristol.ac.uk)
    15comments

Deploying IPv6-First EKS on AWS: What Still Doesn't Work, and What It Saves

2 pointsby 1h agolabs.ripe.net
2 comments
54m agoHN ↗

Amazon should not have started charging for IPv4 addresses before all of its services were capable of running exclusively on IPv6. It makes it look less like a stick to encourage IPv6 adoption and more like a money-grab.

33m agoHN ↗

The charge started 1 Feb 2024. IPv6 for the RDS service API endpoints landed 30 Jan 2026. So for two years you could pay the IPv4 bill without having the option to stop.

We run IPv6-first EKS and still can't get to zero. There's no such thing as an IPv6-only EKS cluster, every subnet you give EKS still needs an IPv4 CIDR, and one RDS instance for an internal tool pins IPv4 onto its subnets regardless.

Though ECR, CloudFront origins, public RDS and the RDS service APIs all got IPv6 between April 2025 and January 2026, all after the charge. Wrong order, but it might be what moved them.