Two Colville women were booked into a rural Washington jail. It became a death sentence
Critics say WA jails are letting opioid users suffer from withdrawals, leading to preventable deaths
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); } }); });Thoughtful piece by Marty Durlin at High Country News on President Obama's speech today to school kids. Durlin looks back on past controversy's over political figures' intrusions into public schools, and says that while reaction by some on the right is clearly over the top (the by-now-familiar associations with Hitler, and so on) sometimes it just comes down to whether you like the guy, or agree with him on a particular issue. She notes that part of the outrage stirred up by speech came from a recommendation, since corrected by the administration, that "students write letters to themselves about what they can do to help the President." Then she ponders how she would feel if such a directive would have come down from the previous administration.
Weekly Reader
Okay, so in the speech, he tells kids to work hard and study. Hardly political. He talks about having a dad who left home when he was two, and having a single mom who struggled to pay the bills. A lot of kids can surely relate to that. The part about "helping the President?" Seems to be about choosing to work hard and make the tough choices to succeed. Which isn't always easy, he tells the kids. This is what he says:
"So today, I want to ask you, what's your contribution going to be? What problems are you going to solve? What discoveries will you make? What will a president who comes here in twenty or fifty or one hundred years say about what all of you did for this country?
Seems like a President ought to be able to be inspirational to school kids without being accused of being political.
-- Rita Hibbard
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.