Urgent.News

What's breaking now, across thousands of outlets.

Tech

Meta’s Double Standards, Weekly Funding Rundown & More

Is Meta Being Two-Faced On Child Safety? Meta has agreed to pay roughly $18 Bn to settle US lawsuits, which…

Meta’s Double Standards, Weekly Funding Rundown & More

Meta has acknowledged liability for a staggering $18 billion settlement in US lawsuits, addressing claims that Facebook and Instagram have harmed minors. This landmark agreement encompasses more than just financial compensation; Meta is now mandated to introduce robust safety measures to protect the online well-being of children within the United States.

A pressing question arises: Should similar safeguards be extended to minors using Meta's platforms in India, given that India is Meta’s largest market by cumulative users? The settlement does not include any provisions mandating Meta to implement these safety features in markets outside the US. Legal and policy experts argue that the protections afforded to American teens should be mirrored for Indian children.

Additional safeguards, such as age-appropriate defaults, regulated features for minor accounts, stronger age assurance, and meaningful penalties, have been identified as essential. However, some experts contend that India should tailor its safety measures to its unique social and cultural context, rather than merely replicating US standards.

Meanwhile, India is still in the process of enacting comprehensive national guidelines to address algorithmic abuse, as various states are considering legislation to tackle these issues. While the US settlement provides Indian policymakers with a blueprint for mandating minor protections on Meta’s products, it is crucial for Meta to acknowledge that digital safety should extend beyond the US border.

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

Read the original at inc42.com →

More in Tech

Understanding JavaScript Proxy and Reflect APIs

JavaScript is a highly dynamic language, and with the introduction of ES6, it gained powerful features to observe and customize the behavior of objects — Proxy and Reflect.

  • Proxy API creates a wrapper around a target object, intercepting fundamental operations.
  • Reflect API provides methods to perform default behavior of these operations programmatically.
  • Together, Proxy and Reflect enable transparent and predictable modifications in JavaScript.

Fillable Tax Forms with Asynchronous Jobs, Retries, and Latency Control

A Node.js service can fill a tax form inline, but accepting the request is not the expensive part. Preserving page geometry while filling fields, validating the result, redacting personal data, and…

  • Two latency budgets: API budget and completion budget
  • Job ID returned in 202 Accepted response
  • Temporary files managed in per-job directory

Virtual DOM vs Real DOM: Is the Virtual DOM Actually Faster?

You've probably heard this before: "React is fast because it uses a Virtual DOM." It sounds reasonable. The browser's DOM is often described as expensive, React uses a Virtual DOM, and therefore it's…

  • Virtual DOM is not inherently faster than Real DOM
  • React creates virtual UI representation for efficient updates
  • Virtual DOM benefits lie in managing complex UI state

More from Monday 31 August →