Most WA federal rulings found immigrant detentions flouted due process
In 2025, Washington federal courts granted petitions challenging detention more than half the time
InvestigateWest (investigatewest.org) is an independent news nonprofit dedicated to investigative journalism in the Pacific Northwest. Visit investigatewest.org/newsletters to sign up for weekly updates.
'; document.querySelector('#copytext').value = textContent; modal.showModal(); }); // Modal close functionality const modal = document.querySelector('.republish-modal'); const closeBtn = document.querySelector('.republish-modal-close'); // Close button click closeBtn.addEventListener('click', function() { modal.close(); }); // Close on backdrop click modal.addEventListener('click', function(e) { if (e.target === modal) { modal.close(); } }); // Close on ESC key (this is usually built-in, but adding for safety) modal.addEventListener('keydown', function(e) { if (e.key === 'Escape') { modal.close(); } }); // Copy text button functionality document.querySelector('.copy-text-button').addEventListener('click', async function() { const textarea = document.querySelector('#copytext'); const text = textarea.value; try { // Try modern Clipboard API first if (navigator.clipboard && window.isSecureContext) { await navigator.clipboard.writeText(text); this.textContent = 'Copied!'; } else { // Fallback for older browsers textarea.select(); document.execCommand('copy'); this.textContent = 'Copied!'; } // Reset button text after 2 seconds setTimeout(() => { this.textContent = 'Copy text'; }, 2000); } catch (err) { console.error('Failed to copy text: ', err); // Fallback to selection if copying fails textarea.select(); this.textContent = 'Text selected'; setTimeout(() => { this.textContent = 'Copy text'; }, 2000); } }); });In another example of how America is failing to keep up with its basic needs, the Anchorage Daily News reports today that towns in the Matanuska-Susitna Valley -- suburban Anchorage, essentially -- are struggling to treat ever-growing v0lumes of human waste. Rindi White's somewhat predictable lead about people not wanting to think about what happens after they flush gives way to some pretty stark evidence that the towns of Palmer, Wasilla and Mat-Su Borough are in deep doo-doo:
In Palmer, ammonia levels at the treatment facility off Outer Springer Loop Road already exceed federal standards and, if not fixed by 2011, the Environmental Protection Agency has threatened to fine the city up to $27,500 a day.
In Wasilla, the nitrate levels in testing wells near the city wastewater treatment center off Old Matanuska Road are high. Nitrates can pose a health risk in drinking water.
Meanwhile, throughout the Valley, septic pumpers drive thousands of extra miles a year hauling millions of gallons of septic waste from Mat-Su to Anchorage because there is no place to dump it in the Valley.
The American Water Works Association, National Association of Clean Water Agencies and others have been warning for years (PDF) about deficits in upkeep of American infrastructure. And don't forget that interstate highway bridge that evaporated in Minnesota.
The story you just read is only possible because readers like you support our mission to uncover truths that matter. If you value this reporting, help us continue producing high-impact investigations that drive real-world change. Your donation today ensures we can keep asking tough questions and bringing critical issues to light. Join us — because fearless, independent journalism depends on you!
— Jacob H. Fries, executive director
DonateCancel anytime.
Subscribe to our weekly newsletters and never miss an investigation.