SShortSingh.
Back to feed

DHS Using Obscure Legal Authority to Access Records of Journalists and Nonprofits

0
·1 views

The U.S. Department of Homeland Security has been invoking a little-known law to obtain records belonging to journalists, nonprofit organizations, and unions, according to a report by The Guardian published on August 29, 2026. The legal mechanism in question, tied to a customs statute, grants DHS broad summons powers typically associated with trade and border enforcement. Critics argue the authority is being misused to surveil civil society groups and members of the press. The practice has raised significant concerns among press freedom advocates and legal experts over potential violations of First Amendment protections. The report emerges amid broader scrutiny of the Trump administration's use of executive agencies to monitor political opponents and independent institutions.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

One Developer Rebuilt His Job Search as a Data Pipeline — Here's How

A software developer shared how he restructured his job search by treating it as a staged pipeline rather than a simple to-do list. He defined distinct stages — from sourcing and evaluating roles to tracking outcomes like ghosting, closures, or voluntary rejections — to identify exactly where opportunities were being lost. A scoring system was added at the front end to prioritize roles based on personal fit criteria, ensuring that hard dealbreakers could override otherwise strong matches. This approach reduced wasted effort on low-fit applications and eliminated reliance on memory for follow-ups. The developer argues that separating outcome types and scoring roles upfront provides actionable data that a flat checklist never can.

0
ProgrammingDEV Community ·

vizcrush Launches After Developer Scraps Unverified WASM Performance Claims

Developer tool vizcrush, a set of data visualization primitives built in Rust and compiled to WebAssembly, went open source this week with all 11 packages published on npm. Before launch, the author discovered that a claimed 5–10x WASM performance boost over the JavaScript core had no supporting benchmark data and was contradicted by the repo's own control runs. Only the 32x speed advantage of the JS core over a rival npm downsampling package was backed by actual measurements. Benchmarking also revealed that enabling the SIMD128 compiler flag produced no meaningful runtime improvement for the tested algorithms, prompting a public retraction documented as an architectural decision record in the repository. The project now follows a policy of tying all performance claims directly to verified measurements before publication.

0
ProgrammingDEV Community ·

Airflow Scheduling: When to Use Cron Expressions vs. Asset-Based Triggers

Apache Airflow offers two primary scheduling approaches for data pipelines: time-based cron expressions and Asset-based triggers, each suited to different use cases. Cron scheduling runs a DAG at a fixed time regardless of whether upstream data has actually changed, making it predictable but potentially inefficient. Asset-based scheduling, introduced in Airflow 2.4 as Datasets and renamed Assets in Airflow 3.0, triggers a DAG only when dependent data has been successfully updated. Assets use the concepts of inlets and outlets to track what data a task consumes and produces, supporting data lineage, governance, and audit trails. Choosing between the two depends on whether a pipeline's dependencies are better described by time or by the availability of updated data.

0
ProgrammingDEV Community ·

Vendor-Neutral 2026 Conversational AI Report Reveals Key Trends in Agents and Infrastructure

A free, open-source report built entirely from primary data — including GitHub, Hugging Face, npm/PyPI, job listings, and search trends — maps the state of conversational AI in 2026 across five core layers: interface, orchestration, model, data/memory, and infrastructure. US search interest in 'AI agents' surged nearly 700-fold between early 2023 and 2026, with 'agent' now the dominant term in search data, top repositories, and hiring categories. The Model Context Protocol went from near-zero search volume before late 2024 to tens of thousands of monthly searches within 18 months, rapidly becoming assumed infrastructure in developer tooling. Self-hosting projects like Ollama and llama.cpp lead GitHub star counts, though the report cautions this reflects developer momentum rather than confirmed enterprise adoption. On AI search visibility, 24 of 28 tracked buyer-intent queries now trigger Google AI Overviews, with recommendations drawn heavily from third-party aggregator lists — signaling a shift in how developer tools need to approach discoverability.

DHS Using Obscure Legal Authority to Access Records of Journalists and Nonprofits · ShortSingh