Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

New York City Lawmakers Push to ‘Ban the Scan’ at MSG

At a press conference outside Madison Square Garden, politicians, musicians, and privacy advocates argued for tighter restrictions on how public venues deploy biometric surveillance.

New York City Lawmakers Push to ‘Ban the Scan’ at MSG

New York City lawmakers are advocating for a ban on biometric recognition technology at Madison Square Garden (MSG), the city's iconic sports arena. City Council member Shahana Hanif, leading a rally against the technology, referred to it as "the scan." In January, Hanif introduced a bill that would prohibit MSG and other public venues from using facial-recognition systems, citing the invasive data collection practices of MSG owner James Dolan.

In one instance, MSG security followed a specific fan's movements around the arena, noting their interactions, activities, and seating arrangements. Hundreds of lawyers and fans critical of Dolan or his properties have been banned from MSG venues. Moreover, MSG maintains a database assigning risk scores to around 400 celebrities and VIPs, with some dossiers even including attendees' race and sexual orientation.

Despite the long history of face-to-face recognition, Hanif argues that MSG's surveillance is unprecedented in scale. She worries that the technology, backed by Dolan's close ties to President Donald Trump, could decrease New Yorkers' safety. The "Ban the Scan" bill currently has 27 endorsements, exceeding half of the City Council, and discussions are underway with Speaker Julie Menin to advance the legislation.

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

Read the original at wired.com →

More in Tech

How to Enable Entire

How to Enable Entire in Your Repository Entire captures the context behind AI-assisted code changes and connects it to your Git history.

  • Entire records AI-assisted code changes with Git history.
  • Enable Entire via command 'entire enable -y' for all agents.
  • Checkpoints stored under Git refs or dedicated 'entire/checkpoints/v1' branch.

Engineer-to-Engineer: Building a Typing Test That Doesn't Lie to You

If you've ever shipped a "typing speed" feature into a developer tool, an educational dashboard, or a hiring pipeline, you've probably noticed that the simplest-looking metric in computing — words per…

  • Define two word meanings: classic 5-character vs. linguistically grounded
  • Naive implementation flawed by idle gaps, cold-start padding, and backspace handling
  • Use net WPM with warm-up prompt, idle timeout, and backspace handling for accurate measurement