Urgent.News

What's breaking now, across thousands of outlets.

Tech

WA tests optional age verification pilot, says user privacy will be protected

To comply with the upcoming Digital Personal Data Protection Act, WhatsApp is piloting new privacy-focused age verification methods for Indian users. This initiative is completely voluntary, allowing users to choose their participation. With the new law's emphasis on stricter regulations for children's personal data, WhatsApp is taking care to safeguard user privacy during this important…

WA tests optional age verification pilot, says user privacy will be protected

In an effort to align with the forthcoming Digital Personal Data Protection Act, WhatsApp is currently conducting an optional age verification pilot in India. The testing aims to verify a user's age in a privacy-preserving manner, with the understanding that participation is entirely voluntary. According to a WhatsApp spokesperson, the pilot does not alter the functionality or user experience of the messaging service.

The company has made it clear that users are under no obligation to confirm their age during the test period. This move comes amid preparations by digital platforms for the implementation of the DPDP framework, which imposes stricter requirements on companies handling children's personal data. In India, individuals under the age of 18 are considered children, and companies are mandated to obtain verifiable parental consent and implement safeguards to safeguard the privacy of young users.

The specifics of the pilot, including its duration and the techniques being examined for age verification, have not been disclosed by WhatsApp. The primary objective of this exercise is to ensure compliance with the new regulations while maintaining the privacy of users.

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

Read the original at timesofindia.indiatimes.com →

More in Tech

Claude Code plugin structure: the minimal layout that actually loads

You wrote a skill, it works in ~/.claude/skills/ , and now you want to hand it to a teammate — so you wrap it in a plugin.

  • Minimal Claude Code plugin structure includes plugin root and .claude-plugin subdirectory
  • .claude-plugin directory contains only plugin.json manifest file
  • SKILL.md file can serve as sole skill for single-skill plugin

Escaping the Event Loop — A Deep Dive into worker_threads (Part 3/3)

In part 1, we built the core stack/microtask/macrotask model. In part 2, we saw how the browser and Node implement that model differently — rendering interleaved with tasks in the browser, libuv's…

  • Workerthreads enable CPU-bound tasks parallelization within Node.js process.
  • Main thread remains responsive while offloading specific computations to worker threads.
  • workerthreads offer balance between childprocess isolation and cluster memory sharing.

Keep Docker Engine as Your Kubernetes Runtime on Ubuntu with cri-dockerd

Sometimes you genuinely want Docker Engine as the Kubernetes node runtime — a team standardized on the Docker CLI/API for tooling, an image-build box that doubles as a node, or a legacy playbook you…

  • Install Docker Engine using official repository on Ubuntu
  • Install cri-dockerd adapter for Kubernetes node runtime
  • Verify Kubernetes node status with "docker://" prefix

More from Tuesday 4 August →