Urgent.News

What's breaking now, across thousands of outlets.

Tech

iOS 27.2 Could Save Your Marriage

The iOS 27.2 beta that Apple released today adds a feature that reminds you it's your anniversary when you call someone, as long as you've added the date in the Contacts app. On the date of your anniversary, when you go to call the person, you'll see a reminder that it's an important day so you don't forget to say something. The anniversary alert uses Call Context, a feature Apple added in iOS 27…

iOS 27.2 Could Save Your Marriage

Apple's iOS 27.2 beta introduces a feature that notifies users of their anniversary when they call that person, provided the date has been added in the Contacts app. When the anniversary day arrives, calling the contact will trigger a reminder, ensuring users don't forget to celebrate the occasion. This functionality, known as Call Context, also pulls in information from emails and other sources during phone calls.

For example, if you're calling an airline with a flight confirmation number in your Mail app, Call Context will display that information to save you the trouble of searching for it. In iOS 27, Call Context included birthday reminders, featuring a fireworks animation during calls. iOS 27.2 expands on this by adding anniversary notifications, although it doesn't come with a new animation.

To set an anniversary reminder for a contact, users must open the Contacts app, select the contact, tap Edit, add a date, and choose anniversary from the suggestions. Alternatively, Siri AI can add the anniversary date to a contact's card on devices supporting Apple Intelligence. Currently in beta, iOS 27.2 is set for a October release.

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

Read the original at macrumors.com →

More in Tech

A Pedagogical Introduction to Porting a Conjugate Gradient Solver to CUDA

GPU programming tutorials often begin with isolated examples: vector addition, reductions, matrix multiplication, and memory coalescing.

  • HPCCG's conjugate gradient solver is ported to CUDA
  • Matrix stored as per-row pointers, incompatible with GPU
  • Flattened into Compressed Sparse Row (CSR) form for GPU compatibility

Github Actions: Re-intentar automáticamente los jobs de CI que un reclamo de spot instance mató

Mi CI corre en un runner spot ARM64 autoalojado. Cuando AWS se lleva la instancia de vuelta a media corrida, GitHub muestra una X roja en cualquier paso que estuviera corriendo, y se ve idéntico a una…

  • GitHub Actions can automatically retry CI jobs killed by spot instance reclaim.
  • Listener triggers after CI or deployment run finishes to identify failed runs.
  • Three cases prevent automatic retry: recent run, concurrency group issue, or shutdown signal.

More from Wednesday 16 September →