proomt

Search

Search posts, papers, and topics

All posts

Hacker News front pageJoseph Cox4 min readintro

Help 404 Media Find Out How Your Local Police Are Surveiling You

Summary

404 Media asks citizens to request Axon ALPR activity and sharing logs from local police via public‑records requests, providing a template and examples of reports they’ve already obtained.

  • Axon’s ALPR system logs searchable activity, network sharing, data‑sharing history, and hotlist changes – similar to Flock’s audit reports.
  • 404 Media has already collected reports from several U.S. agencies (e.g., Benton County Sheriff, WA; Falmouth PD, ME).
  • The article supplies a copy‑and‑paste public‑records request covering four Axon report types for the period from Jan 1 2025 onward.

Understanding how law‑enforcement agencies use and share ALPR data is crucial for privacy and civil‑rights oversight; public‑records requests are a concrete way for engineers and citizens to audit surveillance tech deployments.

3/10

Related reading

  1. Spain Orders Blocks on Archive.today and Its Mirrors

    Spain’s Intellectual Property Commission ordered ISPs to block Archive.today and its mirrors, redirecting users to a government warning page. The block was triggered by an administrative complaint from an unnamed rights holder and follows a 2021 protocol for rapid takedown of mirror sites. No technical details or engineering analysis are provided.

    Hacker News front pagereclaimthenet.org2 minHN521413
  2. Reinventing issue tracking: Local-first and Git-native

    A devlog describing how Manganin’s issue tracker stores issues in a dedicated Git repo as plain files, after rejecting earlier approaches that tried to embed issue data in the code tree or Git refs. The author explains the pitfalls of using refs for issue storage, shows the low‑level Git commands needed for that approach, and then outlines the final design: a hidden sister repository where each i…

    Lobstersmanganin.dev6 minHN1lobste.rs27
  3. Put App Documents in the System File Browser

    Codename One adds a read‑only DocumentProvider API that lets apps publish a virtual file tree to iOS Files and Android’s storage picker. The tree is defined with `DocumentNode` objects, can include remote‑only entries, and is shared via an App Group container. The iOS extension runs in a separate process, so the model is serialized and read independently; Android uses the same model inside the ap…

    CodeName Onecodenameone.com4 min