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); } }); });
After bemoaning the loss of Gourmet magazine and its environmental reporting a few weeks ago, I found it encouraging to hear a pretty good enviornmental story over the weekend on the foodie-focused radio program The Splendid Table.
Host Lynn Rosetto Casper had on the show author and journalist Rowan Jacobsen, who was flogging his new book "Fruitless Fall: The Collapse of the Honeybee and the Coming Agricultural Crisis." (Jacobsen's tucked in way at the end if you don't want to listen to the rest of the show. But I'm warning you: About midway through Casper has some great ideas for using green tomatoes and apples with character, like winesaps, as savory side dishes.)
I was surprised to learn the colony collapse disorder, which we wrote about on several occasions when honeybees started dying en masse in 2007, is continuing to this day.
In fact, Jacobsen said about 31 percent of the commercial honeybees -- used to pollinate scads of American crops -- died over the autumn and winter of 2007 to 2008, and 37 percent of the remaining ones died over last fall and winter.
Having heard little about this recently, I assumed the problem was easing. But no. And researchers still aren't sure what is causing it. Some blame a pesticide. And there's also a new bee virus at work. (Mother Nature Network had a piece recently looking at how bees are being bred to fight the virus.)
But the smart money, Jacobsen says, is on the collision of a number of factors, including the fact that commercial honeybees are trucked all over the country, with as many as 400 hives in a single semi:
boom
Recall the big whoop here is that bees, whether you care much about the insects or not, are responsible for pollinating so many of our crops. Jacobsen, noting that food prices already are escalating, says to watch almonds carefully, as they're likely to be the canary in the coal mine as this disaster spreads. Or doesn't.
There is hope, he said: It appears that the hives most at risk are those trucked all over the country. The smaller beekeepers who are working with organic farms and going easier on the bees are not nearly as affected, according to Jacobsen.
-- Robert McClure
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.