Urgent.News

What's breaking now, across thousands of outlets.

Tech

Australians will be able to switch off social media algorithms under planned legislation

Australians would be able to switch off social media algorithms under draft legislation to be proposed this week.

Australians will be able to switch off social media algorithms under planned legislation

Australian lawmakers are set to introduce draft legislation this week that would allow users to turn off social media algorithms, according to Communications Minister Anika Wells. This move is part of a broader effort to impose "digital duty of care" laws on tech giants like Meta, Google, and TikTok. If these companies fail to provide users with the option to disable algorithms, they may face significant penalties.

Some opposition members have expressed skepticism about the proposal, labeling it potentially "censorship". However, Wells insists that the legislation aims to give Australians more control over their online experience and that tech firms should respect users' choices. The government is seeking expert advice on whether users would opt in or out of the algorithms. Despite the ban on under-16s introduced last year, many young Australians continue to use social media platforms, according to recent research.

Opposition leader Angus Taylor has voiced concerns about the bill, fearing it might be an attempt to curtail freedom of speech. He suggested that the government should first address the issues with the existing social media ban before introducing further restrictions. Contos, a prominent consent advocate, has also advocated for an opt-in system for algorithmic feeds, arguing that algorithms contribute to issues like sexual violence and exposure to harmful content.

The government's draft legislation, which will likely be introduced soon, will not only tackle algorithms but also require platforms to prevent the spread of harmful content, such as illegal pornography and false information about health.

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

Read the original at myjoyonline.com →

More in Tech

Creepy crawlies

Creepy crawlies Konstantin Ryabitsev discusses how bad the "background radiation" of abusive crawlers has become from the perspective of git.kernel.org , the official Git repository for the Linux…

Node.js Account Shutdown: Token Revocation and Eventual Deletion in 3 Steps

In a customer-support system, the hard part of account shutdown is deciding what must stop now and what can wait. A stolen refresh token is an immediate abuse problem; an account deletion request is a…

  • System must stop compromise by revoking sessions if refresh token is stolen.
  • Profile state set to non-active first to prevent new privileged actions.
  • Deletion performed after all recovery and audit requirements are met.

I built a free image preprocessor to get better OCR results (PrepOCR)

The problem OCR is only as good as the image you feed it. A scanned form that's slightly tilted, low-contrast, or has a noisy background can tank recognition accuracy — even with a good OCR engine…

  • PrepOCR is a free image pre-processing service.
  • Supports tilt correction, contrast enhancement, and binarization.
  • Parallel processing improves speed on capable machines.

The Sneaky Coordinator Leak in UIViewRepresentable

Let's talk a little about a memory leak I recently found while working with UIViewRepresentable. The issue happened in a custom UIKit view wrapped inside SwiftUI. At first, nothing looked suspicious.

  • Memory leak in UIViewRepresentable custom view
  • Coordinator maintains strong reference to binding title
  • Weakly capture Coordinator instance in FixedCallbackButtonView

More from Monday 7 September →