Urgent.News

What's breaking now, across thousands of outlets.

Tech

Flock CEO Garrett Langley Targeted as Address Shared Online

Flock Safety has been facing scrutiny amid concerns about privacy and police misuse of its surveillance technology.

Critics of Flock Safety, a company providing surveillance technology to law enforcement, are circulating an address they claim belongs to the company's founder and CEO, Garrett Langley. This development follows a growing backlash against Flock Safety due to concerns over privacy and potential police misuse. Langley recently appeared on Fox News, where he discussed the need for a "compromise" between public safety and privacy, arguing that it's important to balance both aspects in society.

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

Read the original at newsweek.com →

More in Tech

Code Is Open, Secrets Aren't: Organizing Your Project for AI Agents

This Article is also found in Web-Warrior-Toolbox Anything you put in the frontend or expose through routes is visible to users and AI agents, while secrets like API keys and credentials must stay…

  • Separate .env files for different environments to secure secrets
  • AI agents can access code repositories, not .env files
  • build.sh script builds project using appropriate .env file

Whoosh on the no-GIL Python: pure-Python search that can finally use your cores

For fifteen years, the standard answer to "why is my pure-Python search slow to index?" was: the GIL . Tokenizing, stemming, and building postings is all CPU-bound Python, and only one thread gets to…

  • Python 3.14 introduced no-GIL build for pure-Python CPU-bound tasks
  • Whoosh search library benefits from no-GIL for parallel indexing
  • Concurrency contract requires one writer per thread to avoid lock contention

Introducing Celmis: self-hosted code intelligence over a symbol graph

Celmis is self-hosted code intelligence. It reads a set of repositories once and keeps a symbol graph of them; asking questions, reviewing pull requests, auditing dependencies, routing alerts and…

  • Celmis is a self-hosted code intelligence tool
  • Creates symbol graph of repositories for answers
  • Serves MCP endpoint using same index

More from Thursday 27 August →