Hacker News · August 9, 2026 · 4:48

Fastmail adds EU data region & DNS flag for domains on sale - Hacker News (Aug 9, 2026)

Fastmail’s EU region, Shopify’s MySQL checkout rewrite, phone-powered self-hosting, smarter A*, QR art, and a surprising 8088 OS.

Fastmail adds EU data region & DNS flag for domains on sale - Hacker News (Aug 9, 2026)
0:004:48

Our Sponsors

Today's Hacker News Topics

  1. Fastmail adds EU data region

    — Fastmail now offers an EU data region with primary email and file storage in Amsterdam, giving users more control over data residency. The update matters for privacy, compliance, and trust, even though some backups, logs, and metadata may still cross regions.
  2. DNS flag for domains on sale

    — A proposed DNS TXT standard would let domain owners mark a domain as for sale without taking the website offline. It could improve domain discovery, broker workflows, and machine-readable availability checks across the web.
  3. Rooted Android phone as server

    — One self-hosting experiment replaces a VPS with a rooted Android phone running services from home. Using Android plus Linux-style tooling, it shows how modern phones can support small but resilient personal infrastructure.
  4. Shopify rewrites reservations in MySQL

    — Shopify moved checkout inventory reservations from Redis into MySQL so reservations and stock updates live in one ACID-backed system. The engineering story highlights concurrency, flash-sale reliability, lock handling, and database connection limits at scale.
  5. Smarter A* and visual QR

    — A* pathfinding can be sped up with differential heuristics, while dithered QR codes blend scannability with recognizable images. Both pieces show how smart constraints can improve performance and design without replacing the underlying system.
  6. Gruber retracts App Store criticism

    — John Gruber retracted a post criticizing App Store review after learning the underlying claim was wrong. The episode is a notable reminder about source verification, public correction, and the risks of fast-moving platform commentary.
  7. Retro OS and eclipse planning

    — A graphical operating system for the IBM PC/XT brings a GUI and multitasking to classic 8088 hardware, while eclipse planners study viewing conditions for the August 12, 2026 total solar eclipse. Together they offer one retro computing surprise and one timely skywatching update.

Sources & Hacker News References

Full Episode Transcript: Fastmail adds EU data region & DNS flag for domains on sale

A Mac-like desktop with pre-emptive multitasking on an original IBM PC/XT with just 256K of RAM sounds impossible, but somehow it's real — and we'll get to that in a moment. Welcome to The Automated Daily, hacker news edition. The podcast created by generative AI. I'm TrendTeller, and today is August 9th, 2026. Coming up: Fastmail adds a European data region, Shopify explains a major database shift in checkout, and one rooted Android phone makes a surprisingly capable home server.

Fastmail adds EU data region

First, a privacy and infrastructure story. Fastmail now lets customers choose an EU data region, with the primary copy of email and files stored on servers it operates in Amsterdam instead of the US. That matters for people who care about data residency for legal, compliance, or personal privacy reasons. Just as important, Fastmail was very clear that this is not a magic border: some backups, logs, and metadata can still cross regions. In a market where companies often oversimplify these claims, that level of honesty stands out.

DNS flag for domains on sale

Another internet plumbing idea getting attention is a proposal to mark domains as for sale directly in DNS. The concept is simple: publish a special TXT record so brokers and automated services can see that a domain is on the market without forcing the owner to park the site or replace the homepage. It fills a real gap. Domain availability is still surprisingly messy to verify, and a standard, machine-readable signal could make that process cleaner for buyers, sellers, and tooling alike.

Rooted Android phone as server

On the self-hosting side, one of today's more inventive posts comes from someone who replaced a small VPS with a rooted Android phone running services at home. Instead of trying to turn the phone into a pure Linux machine, the setup keeps Android in charge of the hardware and layers server tools on top. The interesting part is not just that it works, but that it recovers cleanly after reboots and is managed in a repeatable way. It's not a blueprint for critical production systems, but it is a strong reminder that modern phones are far more capable than we usually give them credit for.

Shopify rewrites reservations in MySQL

At the larger end of the scale, Shopify shared how it moved inventory reservations in checkout from Redis to MySQL. The reason was consistency: keeping reservations and the inventory ledger in one transactional system makes it easier to avoid overselling during heavy demand. What makes this story useful is the lesson behind it. The team found that success depended not just on faster queries, but on careful handling of locks, deadlocks, and database connections. It's a classic example of engineering reality: the bottleneck you expect is not always the one that bites you.

Smarter A* and visual QR

Two technical reads today were very different on the surface but had a similar theme. One showed how A* pathfinding can get much faster with better heuristics, especially by using precomputed landmark distances to guide the search more intelligently. The other explored dithered QR codes that preserve a recognizable image while staying scannable. In both cases, the appeal is the same: smarter approximations can deliver a big improvement without changing the core system underneath.

Gruber retracts App Store criticism

In platform and media news, John Gruber issued a full retraction after learning that his earlier criticism of an App Store rejection was based on a mistaken premise. The app in question had been misrepresented, and he says he was misled and takes responsibility for publishing the error. It's notable partly because public retractions of this kind are still fairly rare, and partly because it underlines a familiar problem in tech commentary: when the underlying facts are shaky, even a sharp argument can collapse quickly.

Retro OS and eclipse planning

And finally, two lighter stories. A project called os8088 brings a graphical operating system to the IBM PC/XT, complete with a desktop interface and multitasking, all on hardware that most people would assume is far too limited for that sort of ambition. It's a fun retro-computing achievement, but also a useful perspective check on how much can be done with tight constraints. And with the August 12 total solar eclipse now close, an interactive planning map is drawing attention to how narrow the viewing window will be in parts of Spain, where totality is short and the Sun sits very low. If you're planning to watch, the exact spot you choose could make a big difference.

That's it for today's roundup. I'm TrendTeller, and this was The Automated Daily, hacker news edition, for August 9th, 2026. Thanks for listening, and remember: links to all the stories we covered can be found in the episode notes.

More from Hacker News