Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Android 17 is getting a feature iPhone users have had for years

Android 17 QPR2 Beta 3 adds a native App Lock feature to Pixel phones, hiding notifications and requiring a PIN or fingerprint before select apps will open.

Android 17 is getting a feature iPhone users have had for years

Android 17 QPR2 Beta 3 now offers iPhone users a feature they've had for years - the ability to lock individual apps with a fingerprint or PIN. To access this feature on a Pixel phone, long-press any app icon and select the new App Lock option in the Actions menu. Once locked, the app requires authentication before anyone can open it, and its notifications and widgets are hidden.

However, apps that have previously granted access to certain services will still function. This feature requires Android 17 QPR2, which is expected to release this December. In other news, Apple is reportedly facing opposition from U.S. government officials who are pushing back against the company's plans to source memory chips from Chinese manufacturers.

The Trump administration has reportedly instructed Apple not to rely on Chinese producers, potentially limiting options for the tech giant.

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

Read the original at digitaltrends.com →

More in Tech

Two Clocks, Neither Lying

The night of August 14th, Claude Code was planning me a trip. An eight-day itinerary — not code, just travel planning — running in the VS Code extension against the remote box where my sessions live.

  • Two clocks displayed different information about session status
  • Session was both finished and unfinished due to rendering delay
  • Issue caused over an hour delay in showing approval notification

I built a security scanner that checks if you are a dog

This is a submission for Weekend Challenge: Dog Days Edition What I Built I went looking for a dog in the GPU family tree. I found fish, dead physicists, and a bridge in Florence.

  • "Dog or Not" scanner identifies if object is a dog
  • Scanner uses live video feeds and voice commands
  • Barks when object is confirmed as a canine

Coalescing the Stream

Claude Code, on my box, doesn't talk to a model provider directly. It goes through claude-code-router (ccr) — a self-hosted proxy that lets the same CLI point at the official Anthropic API or at…

  • Claude Code uses claude-code-router to switch between Anthropic API and third-party providers.
  • Middleware merges streaming events into chunks without altering stream meaning.
  • Middleware maintains content-length header and avoids compression on merged bodies.

The Twenty-Hour Fuse

Two nights of debugging, one incident left to write about. The night of August 14th, a Claude Code session hung for an hour inside the VS Code extension, and I traced it to a per-token streaming stall…

  • Claude Code session froze for an hour on August 14th
  • Server instability caused by high load average of 38.7
  • Llama.cpp process consumed excessive memory and triggered IO storm

More from Saturday 15 August →