Urgent.News

What's breaking now, across thousands of outlets.

Tech

X will now tell users when governments have forced it to limit their posts

X is expanding its “Under the Hood” transparency tool to show when posts have been downranked or withheld in response to local laws and government demands, including which country made the request.

X will now inform users when their posts are intentionally limited due to government compliance, as part of an expanded transparency tool called "Under the Hood." This feature, unveiled on Monday, will also highlight any downranking of content due to government-required content filtering. Previously, users were unaware of how their accounts or posts were being labeled and downranked, often mistakenly accusing the platform of shadowbanning.

While companies typically release data on government requests in aggregate reports, X recently began providing more detailed information at the individual account or post level. The new update will include which posts were withheld in a particular country following a legal demand and the requesting country. Governments may cite various reasons for these demands, from hate speech to terrorism-related content to election rules, though critics argue some use them to suppress political dissent.

The enhancement is part of X's broader transparency efforts, including the open-sourcing of its "For You" algorithm and additional codebase sharing.

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

Read the original at techcrunch.com →

More in Tech

Building an AWS + Snowflake Landing Zone with Terraform: Lessons from My CI/CD Review

Every analytics platform has an unglamorous foundation: the raw/landing tier where source data first lands before anything clever happens to it. It's easy to click that together by hand once.

  • Terraform used to build AWS + Snowflake landing zone with five child modules
  • CI/CD pipeline introduced to gate changes and ensure infrastructure safety
  • Three critical design gaps identified in Terraform code review

CSS-Only Custom Elements

There's a quiet trend picking up steam in the web components world: developers using custom-element-shaped markup that never calls customElements.define() .

  • CSS-only custom elements use tag names and styles without JavaScript.
  • Benefits include minimal JavaScript cost, no bundle, and semantic tag names.
  • Example: CSS variables customize a badge component with variants.

More from Monday 21 September →