Urgent.News

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

Editions

Tech

Sources: to fight critics on social media, DHS sent platforms hundreds of subpoenas and asked posters to sign letters saying speech about ICE "may" be a crime (Wall Street Journal)

Agency says its surveillance program searches for threats to agents, but critics see free-speech infringements

We haven't written up this one. Techmeme has the full story — the link below goes straight to it.

Read the original at wsj.com →

More in Tech

The Knock at the Door

The knock comes on a Tuesday, late afternoon, when the rice is still on the hob and the youngest is doing homework at the kitchen table.

  • Caseworker unexpectedly visits family, initiating potential confrontation
  • Algorithmic risk score triggers caseworker dispatch, operating unseen
  • System disproportionately flags Black and low-income families

Building Better Error Handling in Node.js

Error handling is one of those topics developers often ignore until production starts failing. A good error-handling strategy makes an application easier to debug, monitor, and maintain.

When a String Assumption Broke Newsletter Tag Filtering in Ruby

A bug doesn't always need hundreds of lines of code to cause a real production problem. Sometimes, one assumption is enough.

  • RubyEvents project malfunction caused by assumption every tag must be string
  • Filtering issue discovered in Announcement::Collection#bytag method
  • Fix implemented using tos, casecmp? and any? methods