Urgent.News

What's breaking now, across thousands of outlets.

Tech

I swapped my AirPods Pro 3 for the AirPods 5 on a 22-mile run: Here are 3 things I liked, and 2 things I missed

Here's what happened when I swapped my AirPods Pro 3 for the cheaper AirPods 5.

I swapped my AirPods Pro 3 for the AirPods 5 on a 22-mile run: Here are 3 things I liked, and 2 things I missed

When I swapped my trusted AirPods Pro 3 for the new AirPods 5 during a 22-mile run, I discovered several advantages and drawbacks of the newer model.

The AirPods 5 boasted an open-ear design, which eliminated the struggle I faced with the Pro 3's silicone tips. This allowed for a more secure fit during my run, though they did occasionally shift slightly when I laughed or adjusted my head position. The buds also featured sensor controls, enabling easy volume adjustment without pulling out my phone.

One of the most significant differences between the two models was the affordability of the AirPods 5. Priced at $129 or $149, they were considerably cheaper than the AirPods Pro 3, which cost $249. While the ANC on the AirPods 5 wasn't as robust, the open-ear design allowed me to hear my surroundings better, including potential hazards like approaching cyclists and traffic.

However, the battery life proved to be a drawback, as the AirPods 5 only lasted around 3 hours before the battery warning started sounding. In comparison, the AirPods Pro 3 offered 8 hours of playback and 10 hours in transparency mode. Nevertheless, the AirPods 5 included a charging case that extended their battery life to 20-22 hours, which could make up for the shorter runtime during short runs.

Ultimately, if budget is not a concern, the AirPods Pro 5's superior ANC and battery life make them a strong choice. However, for runners on a tighter budget, the AirPods 5 provide a solid alternative, particularly for shorter runs and outdoor activities, without compromising too much on functionality.

Written by urgent.news from Tom's Guide's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at tomsguide.com →

More in Tech

What I’ve Been Building While Looking for My Next Opportunity

For a while now, I’ve been wondering what it actually takes to land an international role, especially one that could eventually lead to relocation. I’ve thought about it a lot.

  • Author builds SaaS web application (Flowwbook) for appointment-based businesses.
  • Develops AI-powered EdTech mobile app for exam preparation (JAMB, WAEC, NECO).
  • Seeks full-time Product Design role or contract opportunity in international product teams.

How I Built Authentication in Go and React: Doing It Right

Every tech blog will tell you the same thing: don’t roll your own auth. It makes sense not to do that for production applications with a large number of users, where more is at stake, and to use…

  • Author built authentication system in React, Go, and PostgreSQL for learning purposes
  • Chose JWTs for stateless verification, set 15-minute expiry to limit validity
  • Stored refresh tokens in HttpOnly, Secure cookies to prevent XSS and MITM attacks

React.js ~The Latest Ref Pattern ~

This pattern holds callback passed to a customhook in the ref and update existing value everytime rendered to have the latest value.

  • Ref maintains a current value without triggering re-render, preventing infinite loops.
  • React 19 introduces useEffectEvent to incorporate the latest Ref pattern into the official API.

More from Sunday 20 September →