Urgent.News

What's breaking now, across thousands of outlets.

Tech

Social media platforms to be forced to offer algorithm opt-out

Social media companies would be required to give users a choice to turn off their algorithm through pop-up messages, under draft laws to be unveiled by the government later this week.

Social media platforms to be forced to offer algorithm opt-out

The federal government plans to introduce legislation that would compel social media platforms to offer users the ability to opt-out of their algorithms. The bill, dubbed the Digital Duty of Care, aims to hold social media companies accountable for minimizing and preventing harm on their platforms. The legislation would require companies to provide users with a choice to turn off their algorithmic feeds, accessed through pop-up messages.

The proposed law would place the responsibility on social media companies to identify and mitigate risks on their platforms, including illegal content and content that may cause harm to minors. This includes identifying and addressing issues such as body image concerns and bullying. Social media companies could face substantial fines exceeding $100 million for non-compliance.

Algorithms would be required to display regular pop-up messages, enabling users to choose between following the algorithm or only seeing content from the accounts they follow. These algorithms are based on factors like a user's consumption habits, demographics, and location data. They have faced criticism for promoting sensationalist content, creating echo chambers, and potentially radicalizing young users.

The e-Safety Commissioner and independent researchers would be granted the authority to oversee social media platforms, using "sock puppets" to monitor content exposure to children online. However, the opposition has expressed mixed views on the matter. While some, like Shadow Communications Minister Sarah Henderson, acknowledge the dangers of algorithms, others, such as Shadow Treasurer Tim Wilson and Opposition Leader Angus Taylor, have expressed skepticism and concerns about potential censorship of opinions.

The Greens have called for a more stringent approach, proposing that users must actively opt-in to algorithmic feeds rather than being subjected to these systems.

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

Read the original at abc.net.au →

More in Tech

Talking to Native: FFI, Pigeon, and Knowing Which One You Need

A MethodChannel typo cost us three days and a hotfix release, and the compiler never said a word. That's the whole story of Flutter native interop in one sentence: the easy path is a stringly-typed…

  • Dart:ffi offers fastest interop, calls C, Rust directly with zero serialization
  • Pigeon generates type-safe method channels, provides compiler checks on both sides
  • Raw MethodChannel/EventChannel is asynchronous, dynamically typed fallback for specific cases

Msaada: Turning Community needs into Practical Support

This is a submission for Weekend Challenge: Generosity Edition What I Built I built Msaada, a community-powered platform designed to turn local needs into practical, organized support.

  • Msaada is a community-focused platform to turn local needs into organized support.
  • Users can create needs, specifying details like category, location, urgency, and funding goals.

What Actually Happens When You Round an RGB Triplet to a HEX Code

You can write rgb(255, 99, 71) in a stylesheet, copy it into a designer tool, or paste it into a generator, and you will usually see the same tomato-orange on screen.

  • Input RGB values must be clamped to [0, 255] range
  • Float inputs require correct rounding for consistency
  • RGB is not a single color space, conversions depend on space

10 Developer Tools That Can Save You Time Every Day

As developers, a surprising amount of time is spent on small tasks. Formatting JSON, encoding Base64, generating hashes, decoding JWTs, testing regular expressions, converting timestamps — none of…

  • MazdaDev streamlines developer tasks by combining utilities into one workspace.
  • Offers JSON Formatter, Base64 Encoder/Decoder, JWT Decoder, and more.
  • 7-day Pro trial available to test tools and features.

More from Saturday 5 September →