Urgent.News

the world's headlines, one feed

Editions

Tech

9to5Mac Daily: August 10, 2026 – Apple Watch rumors, more

Listen to a recap of the top stories of the day from 9to5Mac . 9to5Mac Daily is available on iTunes and Apple’s Podcasts app , Stitcher , TuneIn , Google Play , or through our dedicated RSS feed for Overcast and other podcast players. Sponsored by Backblaze : Backup you can rely on. Save 20% with code 9to5daily .

9to5Mac Daily: August 10, 2026 – Apple Watch rumors, more

Apple is reportedly exploring a redesign of the Apple Watch, with possibilities including a circular case design or even a screen-free model. According to Mark Gurman of Business Insider, as reported by Tom's Guide, the company is actively considering these concepts, although a screenless Apple Watch is unlikely in 2026.

The idea of a screen-free Apple fitness tracker has been discussed before, with Apple filing patents for a smart ring over the past decade. However, there is little evidence to suggest that such a product is a current priority. Tom's Guide notes that Garmin and Google have recently launched subscription-free fitness trackers, the Garmin Cirqa and Fitbit Air, which compete with the Whoop 5.0.

Apple's research and development team is apparently considering the concept of a screen-free fitness tracker, but it remains to be seen if this will come to fruition. Mark Gurman, via Tom's Guide, suggests that an Apple-built alternative to the Whoop fitness tracker is more likely than a smart ring competitor to Oura.

Brief written by urgent.news from 9to5Mac, Tom's Guide — 2 reports on this story. Machine-written — it may contain errors, so check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at 9to5mac.com →

More in Tech

Where exactly is the card in this photo? Image segmentation model inside a maxed-out lambda container

A crooked phone photo goes in, a clean straight card image comes out - no GPU, and nothing running when nobody uploads. It runs on the biggest lambda AWS sells, and the biggest is not the same as…

  • BiRefNet-General-Lite model used for image segmentation
  • Memory constraints addressed by reducing container memory and resizing images
  • Model chosen for efficient CPU-based segmentation in Lambda container

JWT auth without the confusion

JWT auth without the confusion JWTs are everywhere, but they're often misunderstood. Let's strip away the jargon and see what they actually are, how they work, and how to use them safely in your apps.

  • JWTs consist of three segments: header, payload, and signature
  • Authentication involves login, token creation, and token inclusion in requests
  • Avoid storing tokens in localStorage due to XSS vulnerability

Building Resilient Real-Time Systems: WebSockets, Redis, and High Availability Architectures

Originally published on tamiz.pro . Building real-time systems that are not only fast but also resilient and highly available is a critical challenge in modern software architecture.

  • WebSockets provide persistent bidirectional communication for real-time applications
  • Redis serves as a message broker with Pub/Sub mechanism for state and messaging
  • High availability achieved through horizontal scaling, Redis Sentinel, and clustering