Urgent.News

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

Editions

Tech

Too Little, Too Late: Flock Admits Their Technology Needs Reforms

Flock Safety, the embattled vendor of mass surveillance technology, has rolled out a handful of new reforms intended to appease the justified nationwide anger that has seen scores of towns cancel or suspend their contracts with the company for automated license plate readers (ALPRs). The reforms are a combination of long overdue changes along with some cosmetic fixes that fail to address the…

Too Little, Too Late: Flock Admits Their Technology Needs Reforms

Flock Safety, the company behind mass surveillance technology, has introduced a series of reforms in response to public outrage over their automated license plate readers (ALPRs). These reforms, while a step in the right direction, fall short of addressing the core issues with this technology. Among the most significant changes is Flock’s reduction of the default ALPR data retention period from 30 days to 7 days.

However, if law enforcement wants to retain data beyond this period, they would need to activate "Evidence Mode," potentially incurring additional costs. The company also introduced offense filtering, allowing cities to limit ALPR data access to specific investigations like murder or robbery, and enhanced audit and transparency tools.

However, these measures primarily tackle symptoms of a broader problem – an invasive surveillance system that continuously tracks all vehicles. Flock’s CEO, Garrett Langley, has adopted a more conciliatory tone, acknowledging the dangers of surveillance and agreeing with organizations like the ACLU and the Electronic Frontier Foundation regarding warrant requirements for accessing historic ALPR data.

Despite these reforms, the company's ability to revert to previous practices remains uncertain without stronger legal measures. The core issue remains: privacy should not be a matter for companies to decide. Lawmakers must step in to regulate police use of surveillance technology, rather than leaving it up to private vendors.

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

Read the original at eff.org →

More in Tech

What Building a C++ Benchmarking Suite Taught Me About "Simple" Data Structures

We all know the Big-O complexity of basic data structures. Arrays are O(n) for search. Hash maps are O(1). Linked lists are... well, complicated.

  • Implemented clean, educational C++17 benchmarking suite for arrays, linked lists, and hash maps.
  • Discovered polymorphism overhead and used templates internally for performance-critical code.
  • Explored growth strategies for dynamic arrays, finding 2.0x growth fastest for pure insertion speed.

Reflecting on 7-8 Years of Career Growth: Adaptability and Continuous Learning Key to Senior Data Engineer Success

Analytical Insights: The Mechanisms Driving Career Growth in Data Engineering In the rapidly evolving field of data engineering, career progression is not merely a product of time served but a result…

  • Effective client relationship management is crucial for project success and professional reputation.
  • Mentorship and knowledge sharing accelerate personal and team growth in a collaborative field.

Using Python to Analyze Customer Behavior

Python's value comes not only from handling a great deal of data; its biggest asset comes from translating that data into meaningful business insight, and that business insight is used to make better…