<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:aiir="https://www.aiir.com" version="2.0">
  <channel>
    <title>KPFK 90.7 FM: News, Articles and Editorials</title>
    <description>News, Stories, and Editorials from KPFK's News Department, Hosts and Guest Commentators</description>
    <link>https://www.kpfk.org/blogs/kpfk-news-department/</link>
    <lastBuildDate>Sat, 07 Mar 2026 02:50:25 +0000</lastBuildDate>
    <language>en</language>
    <copyright>Copyright 2026 KPFK 90.7 FM</copyright>
    <generator>Aiir</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <atom:link href="https://www.kpfk.org/blogs/kpfk-news-department/rss" rel="self" type="application/rss+xml"/>
    <item>
      <title>'Enough Is Enough': Sanders Kicks Off California Billionaire Tax Campaign at The Wiltern</title>
      <description>Union workers, healthcare advocates, and thousands of Angelenos packed The Wiltern on Wednesday for the official launch of the California Billionaire Tax Act. Senator Bernie Sanders, Tom Morello, and leaders from the state's biggest unions made the case for taxing 200 of California's wealthiest residents.</description>
      <pubDate>Fri, 20 Feb 2026 08:00:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/enough-is-enough-sanders-kicks-off-california-billionaire-tax-campaign-at-the-wiltern/</link>
      <guid isPermaLink="false">o237-860-699bc5b846fc9</guid>
      <dc:creator>Ace Estwick</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<link href="https://fonts.googleapis.com" rel="preconnect" />
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@0,400;0,600;0,700;1,400&amp;family=Public+Sans:wght@400;500;600;700&amp;display=swap" rel="stylesheet" />
<style type="text/css">
  .o-headline,
  .gm-blog-author-date,
  .gm-actions { display: none !important; }
</style>
<style type="text/css">:root {
    --text-primary: #1a1a1a;
    --text-secondary: #4a4a4a;
    --text-caption: #6b6b6b;
    --accent: #c23b22;
    --accent-light: #f5e6e3;
    --bg: #fafaf8;
    --bg-transcript: #f2f1ee;
    --border: #e0ddd8;
    --quote-border: #c23b22;
  }

  .kpfk-post {
    font-family: 'Source Serif 4', Georgia, serif;
    color: var(--text-primary);
    line-height: 1.75;
    font-size: 18px;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* ---- HERO ---- */
  .hero {
    width: 100%;
    margin: 0 0 2rem;
  }
  .hero img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-caption {
    font-family: 'Public Sans', sans-serif;
    font-size: 13px;
    color: var(--text-caption);
    padding: 8px 0 0;
  }

  /* ---- HEADER ---- */
  .post-header {
    margin-bottom: 2rem;
  }
  .post-kicker {
    font-family: 'Public Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent);
    margin-bottom: 12px;
  }
  .post-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }
  .post-subtitle {
    font-size: 20px;
    color: var(--text-secondary);
    line-height: 1.5;
    font-weight: 400;
    font-style: italic;
  }

  /* ---- BYLINE ---- */
  .byline {
    font-family: 'Public Sans', sans-serif;
    font-size: 13px;
    color: var(--text-secondary);
    padding: 14px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 12px;
  }
  .byline-name {
    font-weight: 600;
    color: var(--text-primary);
  }
  .byline-separator {
    color: var(--border);
  }

  /* ---- AUDIO PLAYER ---- */
  .kp-audio {
    background: #1a1a1a;
    border: 3px solid #1a1a1a;
    margin-bottom: 2.5rem;
    overflow: hidden;
    font-family: 'Public Sans', sans-serif;
  }
  .kp-audio-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px 8px;
  }
  .kp-audio-label {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #c41e3a;
  }
  .kp-audio-duration {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    font-weight: 700;
    color: #666;
  }
  .kp-audio-title {
    padding: 0 16px 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.2px;
  }
  .kp-audio-progress {
    background: #333;
    height: 6px;
    cursor: pointer;
    position: relative;
    margin: 0 16px;
  }
  .kp-audio-progress-fill {
    background: #c41e3a;
    height: 100%;
    width: 0%;
    transition: width 0.1s;
    position: relative;
  }
  .kp-audio-progress-fill::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #fff;
  }
  .kp-audio-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px 12px;
    gap: 12px;
  }
  .kp-audio-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .kp-audio-play {
    background: #c41e3a;
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s;
  }
  .kp-audio-play:hover {
    background: #fff;
    color: #1a1a1a;
  }
  .kp-audio-play svg {
    width: 16px;
    height: 16px;
  }
  .kp-audio-skip {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 6px;
    transition: color 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kp-audio-skip:hover {
    color: white;
  }
  .kp-audio-skip svg {
    width: 18px;
    height: 18px;
  }
  .kp-audio-time {
    color: #999;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }
  .kp-audio-speeds {
    display: flex;
    gap: 4px;
  }
  .kp-audio-speed {
    background: none;
    border: 1px solid #555;
    color: #999;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 11px;
    font-family: 'Courier New', monospace;
    font-weight: 700;
    transition: all 0.15s;
  }
  .kp-audio-speed:hover {
    border-color: #999;
    color: white;
  }
  .kp-audio-speed.active {
    background: #c41e3a;
    border-color: #c41e3a;
    color: white;
  }

  /* ---- BODY TEXT ---- */
  .post-body p {
    margin-bottom: 1.5rem;
  }
  .post-body p:last-child {
    margin-bottom: 0;
  }

  /* ---- BLOCKQUOTES ---- */
  .post-body blockquote {
    border-left: 3px solid var(--quote-border);
    margin: 2rem 0;
    padding: 0 0 0 24px;
    font-style: italic;
    color: var(--text-secondary);
  }
  .post-body blockquote .quote-attribution {
    font-style: normal;
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-top: 8px;
    display: block;
  }

  /* ---- PULL QUOTE ---- */
  .pull-quote {
    margin: 2.5rem 0;
    padding: 2rem 0;
    border-top: 2px solid var(--text-primary);
    border-bottom: 2px solid var(--text-primary);
    text-align: center;
  }
  .pull-quote p {
    font-size: clamp(22px, 3.5vw, 28px);
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin-bottom: 10px !important;
  }
  .pull-quote .pq-attribution {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    color: var(--text-caption);
    font-weight: 500;
  }

  /* ---- MEDIA EMBED ---- */
  .media-embed {
    margin: 2.5rem 0;
  }
  .media-embed video,
  .media-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    display: block;
    background: #111;
  }
  .media-caption {
    font-family: 'Public Sans', sans-serif;
    font-size: 13px;
    color: var(--text-caption);
    margin-top: 8px;
  }
  .media-credit {
    font-weight: 500;
  }

  /* ---- PHOTO EMBED ---- */
  .photo-embed {
    margin: 2.5rem 0;
  }
  .photo-embed img {
    width: 100%;
    height: auto;
    display: block;
  }
  .photo-caption {
    font-family: 'Public Sans', sans-serif;
    font-size: 13px;
    color: var(--text-caption);
    margin-top: 8px;
  }

  /* ---- CTA BLOCK ---- */
  .cta-block {
    background: var(--accent-light);
    border-left: 3px solid var(--accent);
    padding: 16px 20px;
    margin: 2rem 0;
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
  }
  .cta-block a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: underline;
  }

  /* ---- EDITOR'S NOTE ---- */
  .editors-note {
    margin: 2.5rem 0 0;
    padding: 16px 20px;
    border: 2px solid var(--border);
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
  }
  .editors-note__label {
    font-family: 'Public Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-primary);
    margin-bottom: 8px;
    display: block;
  }

  /* ---- TRANSCRIPT ---- */
  .transcript-section {
    margin-top: 3rem;
    border-top: 1px solid var(--border);
    padding-top: 2rem;
  }
  .transcript-toggle {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    background: none;
    border: 1px solid var(--border);
    padding: 12px 20px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    transition: background 0.15s;
  }
  .transcript-toggle:hover {
    background: var(--bg-transcript);
  }
  .transcript-toggle .arrow {
    transition: transform 0.2s;
    font-size: 12px;
  }
  .transcript-toggle.open .arrow {
    transform: rotate(180deg);
  }
  .transcript-content {
    display: none;
    padding: 24px 0;
  }
  .transcript-content.open {
    display: block;
  }
  .transcript-content p {
    margin-bottom: 1.25rem;
    font-size: 16px;
    line-height: 1.7;
  }
  .transcript-content .speaker {
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--accent);
    display: block;
    margin-bottom: 4px;
    margin-top: 1.5rem;
  }
  .transcript-content .speaker:first-child {
    margin-top: 0;
  }
  .transcript-content .narration {
    color: var(--text-secondary);
    font-style: italic;
  }

  /* ---- TAGS ---- */
  .post-tags {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    padding-bottom: 3rem;
  }
  .post-tags span {
    font-family: 'Public Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--bg-transcript);
    color: var(--text-secondary);
    padding: 4px 10px;
    border-radius: 3px;
    margin-right: 6px;
    display: inline-block;
    margin-bottom: 6px;
  }
</style>
<div class="kpfk-post">
  <!-- HERO IMAGE -->
  <div class="hero">
    <img alt="Senator Bernie Sanders at the podium during the California Billionaire Tax Act kickoff rally at The Wiltern in Los Angeles" src="https://mmo.aiircdn.com/237/699bbdffae581.jpg" />
    <div class="hero-caption">
      Senator Bernie Sanders addresses a packed Wiltern Theatre at the launch of the California Billionaire Tax Act campaign on Wednesday. <span style="font-weight:500;">Photo: Niko Delgado / KPFK</span>
    </div>
  </div>
  <!-- HEADER -->

  <div class="post-header">
    <div class="post-kicker">
      News
    </div>

    <h1 class="post-title">&#39;Enough Is Enough&#39;: Sanders Kicks Off California Billionaire Tax Campaign at The Wiltern</h1>

    <p class="post-subtitle">Union workers, healthcare advocates, and thousands of Angelenos turned out Wednesday for the official kickoff of a ballot initiative to impose a one-time 5% tax on the state&#39;s wealthiest residents.</p>
  </div>
  <!-- BYLINE -->

  <div class="byline">
    <span>Reporting by <span class="byline-name">Sasha Kanji</span></span> <span class="byline-separator">|</span> <span>Video by <span class="byline-name">Niko Delgado</span></span> <span class="byline-separator">|</span> <span>Produced by <span class="byline-name">Ace Estwick</span></span> <span class="byline-separator">|</span> <span>February 19, 2026</span>
  </div>
  <!-- AUDIO PLAYER -->

  <div class="kp-audio" id="kp-news-player">
    <div class="kp-audio-header">
      <div class="kp-audio-label">
        Listen to the full report
      </div>

      <div class="kp-audio-duration">
        9:59
      </div>
    </div>

    <div class="kp-audio-title">
      &#39;Enough Is Enough&#39;: Sanders Kicks Off California Billionaire Tax Campaign
    </div>

    <div class="kp-audio-progress" id="kp-progress">
      <div class="kp-audio-progress-fill" id="kp-progress-fill">
        &nbsp;
      </div>
    </div>

    <div class="kp-audio-controls">
      <div class="kp-audio-left">
        <button aria-label="Rewind 15 seconds" class="kp-audio-skip" id="kp-rw"><svg fill="currentColor" viewbox="0 0 24 24"><path d="M12.5 3C17.15 3 21.08 6.03 22.47 10.22L20.1 11C19.05 7.81 16.04 5.5 12.5 5.5c-1.54 0-2.96.46-4.15 1.24L10 8.5H4v-6l2.27 2.27A9.96 9.96 0 0 1 12.5 3z"></path><text fill="currentColor" font-size="8" font-weight="bold" text-anchor="middle" x="12" y="17">15</text></svg></button><button aria-label="Play" class="kp-audio-play" id="kp-play"><svg fill="currentColor" viewbox="0 0 24 24"><path d="M8 5v14l11-7z"></path></svg></button><button aria-label="Forward 15 seconds" class="kp-audio-skip" id="kp-ff"><svg fill="currentColor" viewbox="0 0 24 24"><path d="M11.5 3c-4.65 0-8.58 3.03-9.97 7.22L3.9 11c1.05-3.19 4.06-5.5 7.6-5.5 1.54 0 2.96.46 4.15 1.24L14 8.5h6v-6l-2.27 2.27A9.96 9.96 0 0 0 11.5 3z"></path><text fill="currentColor" font-size="8" font-weight="bold" text-anchor="middle" x="12" y="17">15</text></svg></button><span class="kp-audio-time" id="kp-time">0:00 / 9:59</span>
      </div>

      <div class="kp-audio-speeds">
        <button class="kp-audio-speed" data-speed="1">1x</button><button class="kp-audio-speed" data-speed="1.25">1.25x</button><button class="kp-audio-speed" data-speed="1.5">1.5x</button>
      </div>
    </div>
  </div>
  <script>
  (function() {
    const audio = new Audio('https://mmo.aiircdn.com/237/699bb9895a96e.mp3');
    const playBtn = document.getElementById('kp-play');
    const progress = document.getElementById('kp-progress');
    const fill = document.getElementById('kp-progress-fill');
    const timeEl = document.getElementById('kp-time');
    const rwBtn = document.getElementById('kp-rw');
    const ffBtn = document.getElementById('kp-ff');
    let playing = false;

    function fmt(s) {
      if (!s || !isFinite(s)) return '0:00';
      const m = Math.floor(s / 60);
      const sec = Math.floor(s % 60);
      return m + ':' + sec.toString().padStart(2, '0');
    }

    playBtn.addEventListener('click', function() {
      if (playing) { audio.pause(); } else { audio.play(); }
    });

    audio.addEventListener('play', function() {
      playing = true;
      playBtn.innerHTML = '<svg viewBox="0 0 24 24" fill="currentColor"><path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/></svg>';
    });

    audio.addEventListener('pause', function() {
      playing = false;
      playBtn.innerHTML = '<svg viewBox="0 0 24 24" fill="currentColor"><path d="M8 5v14l11-7z"/></svg>';
    });

    audio.addEventListener('timeupdate', function() {
      if (audio.duration) {
        fill.style.width = (audio.currentTime / audio.duration * 100) + '%';
        timeEl.textContent = fmt(audio.currentTime) + ' / ' + fmt(audio.duration);
      }
    });

    progress.addEventListener('click', function(e) {
      if (audio.duration) {
        const rect = progress.getBoundingClientRect();
        audio.currentTime = ((e.clientX - rect.left) / rect.width) * audio.duration;
      }
    });

    rwBtn.addEventListener('click', function() { audio.currentTime = Math.max(0, audio.currentTime - 15); });
    ffBtn.addEventListener('click', function() { audio.currentTime = Math.min(audio.duration || 0, audio.currentTime + 15); });

    document.querySelectorAll('.kp-audio-speed').forEach(function(btn) {
      btn.addEventListener('click', function() {
        document.querySelectorAll('.kp-audio-speed').forEach(function(b) { b.classList.remove('active'); });
        btn.classList.add('active');
        audio.playbackRate = parseFloat(btn.dataset.speed);
      });
    });
  })();
  </script><!-- WRITTEN PIECE -->

  <div class="post-body">
    <p>Vermont independent Senator Bernie Sanders was in California this week to kick off a ballot measure campaign to tax the state&#39;s billionaires. Under the proposal, which has rattled wealthy Californians, residents worth more than $1 billion would have to pay a one-time 5% tax on their assets to help pay for the state&#39;s healthcare, K through 12 education, and food assistance programs. The vote is set for November 3, 2026.</p>

    <p>On Wednesday afternoon outside The Wiltern in Los Angeles, a line stretched around the block. But this wasn&#39;t a crowd camped out for a concert. These were union members, healthcare workers, and everyday Angelenos who showed up for the official kickoff of the California Billionaire Tax Act.</p>

    <p>Headlined by Sanders, speakers from some of California&#39;s most powerful unions, and a surprise performance by Rage Against the Machine&#39;s Tom Morello, the energy outside the venue matched what was building inside.</p>

    <p>Before the program began, Lou Villalvazo, principal officer of Teamsters Local 630 in Los Angeles, described the organizing momentum he&#39;s been witnessing.</p>

    <blockquote>&quot;I see a tremendous amount of organizing that&#39;s happening, especially with the youth and also now with a lot of veterans that are just fed up. They followed the rules, they&#39;re paying their share of taxes, and they&#39;re getting screwed.&quot; <span class="quote-attribution">Lou Villalvazo, Teamsters Local 630</span></blockquote>

    <p>Asked about the man who filled the Wiltern on a Wednesday night in the middle of rush hour, Villalvazo didn&#39;t hesitate: &quot;Senator Sanders is the GOAT. He&#39;s been on message since the &#39;60s and the &#39;70s. He hasn&#39;t changed. He&#39;s done the work.&quot;</p>

    <p>For Villalvazo, the fight isn&#39;t partisan. &quot;At the end of the day, the reality is it&#39;s not Republican versus Democrat. It&#39;s not religious versus non-religious or gay versus straight. It&#39;s us versus the billionaires.&quot;</p>

    <p>The unions aren&#39;t the only ones backing the initiative. Faizah Malik, a civil rights lawyer and housing attorney running for LA City Council District 11, came out in support.</p>

    <blockquote>&quot;In a state like California, we talk a lot about how we&#39;re the fourth largest economy, and if that&#39;s the case, we need to make sure that the people that need the most in the state are being taken care of.&quot; <span class="quote-attribution">Faizah Malik, candidate for LA City Council District 11</span></blockquote>

    <p>The panel of speakers also included SEIU United Healthcare Workers West Chief of Staff Suzanne Jimenez, Dr. Jackline Lasola, and Teamsters member Nidal Rafeedie, each underscoring the stakes for working Californians.</p>

    <p>Then the evening took a turn. Proud card-carrying member of AFM Local 47, the Los Angeles branch of the American Federation of Musicians, and legendary Hall of Fame guitarist Tom Morello took the stage with a set that was equal parts performance and rallying cry.</p>

    <blockquote>&quot;The next Mozart might be slaving away in a sweatshop along the Mexican border, or the person who has the cure for cancer locked in their head might be locked up for seeking an abortion in Alabama. Simply put, the world is not going to change itself. That&#39;s up to you.&quot; <span class="quote-attribution">Tom Morello</span></blockquote>

    <p>Morello had set the stage, but when Bernie Sanders stepped up to the microphone, the energy in that historic venue shifted into another gear.</p>
    <!-- VIDEO: PAYCHECKS -->

    <div class="media-embed">
      <video controls=""><source src="https://mmo.aiircdn.com/237/699bce6604549.mp4" type="video/mp4" /></video>

      <div class="media-caption">
        Senator Bernie Sanders on healthcare and prescription drug costs at The Wiltern. <span class="media-credit">Video: Niko Delgado / KPFK</span>
      </div>
    </div>

    <p>Sanders opened by thanking the unions that brought the initiative to life, then turned his attention to the concentration of wealth and power in America today.</p>

    <blockquote>&quot;It is not just income and wealth inequality or concentration of ownership today. The billionaire class, to an unprecedented degree, determines what the American people see, hear, and read through their ownership of media.&quot; <span class="quote-attribution">Sen. Bernie Sanders</span></blockquote>

    <div class="pull-quote">
      <p>&quot;We are here today to send a very clear and profound message: enough is enough.&quot;</p>

      <div class="pq-attribution">
        Sen. Bernie Sanders
      </div>
    </div>
    <!-- VIDEO: ADDICTION -->

    <div class="media-embed">
      <video controls=""><source src="https://mmo.aiircdn.com/237/699bcec57ba76.mp4" type="video/mp4" /></video>

      <div class="media-caption">
        Senator Sanders on the &quot;most significant addiction crisis in America.&quot; <span class="media-credit">Video: Niko Delgado / KPFK</span>
      </div>
    </div>

    <p>Sanders named names. Sergey Brin, the co-founder of Google, spending $20 million to defeat the tax. Mark Zuckerberg, the wealthiest man in California and fourth wealthiest in the world. Larry Ellison, who Sanders noted owns five private jets along with several fighter jets he uses for recreation.</p>

    <p>He invoked Minnesota&#39;s resistance to federal immigration enforcement as a model for California. &quot;What Minnesota showed is that when people get organized and have courage and stand together, they can win struggles. That was Minnesota standing up to authoritarianism and now the ball is in California&#39;s court.&quot;</p>

    <p>He also referenced Zohran Mamdani&#39;s recent victory in New York, a signal to the crowd that the political winds might be shifting. The oligarchs, Sanders warned, &quot;are treading on very, very thin ice.&quot;</p>

    <p>After the event, Ren&eacute; Salda&ntilde;a, press secretary for SEIU United Healthcare Workers West, one of the unions behind the Billionaire Tax Act, explained what&#39;s at stake.</p>

    <blockquote>&quot;A hundred billion dollars in cuts are coming just for California. Everybody&#39;s insurance is gonna go up, healthcare services are gonna get cut, patients are gonna suffer. We are here to support the California Billionaire Tax by just making 200 of the wealthiest people in our state pay their fair share.&quot; <span class="quote-attribution">Ren&eacute; Salda&ntilde;a, SEIU-UHW</span></blockquote>

    <p>Salda&ntilde;a noted that SEIU-UHW&#39;s membership crosses political lines. &quot;Our healthcare workers union is Democrats, Republicans, independents, and our executive board members voted to support this Act.&quot; She also had a message for prominent Democrats who have opposed the initiative. &quot;I would invite folks such as Gavin Newsom and Katie Porter to reconsider, come out and talk to some healthcare workers.&quot;</p>

    <p>Not everyone in the Democratic Party agrees. Governor Gavin Newsom has forcefully opposed the initiative, warning it will drive billionaires out of the state and ultimately reduce funding for schools and public safety. Former Congresswoman and gubernatorial candidate Katie Porter has also come out against it.</p>

    <p>But Salda&ntilde;a said the energy in the Wiltern spoke for itself. &quot;The powers that be are trying to divide us. They want to divide us between race, class, economic standing. But when you&#39;re in here, you feel that we really are one together.&quot;</p>

    <div class="cta-block">
      Whether the Billionaire Tax Act makes it to the November ballot comes down to signatures. Nearly 875,000 are needed by June 24th. More information is available at <a href="https://billionairetaxnow.org" rel="noopener" target="_blank">billionairetaxnow.org</a>.
    </div>
  </div>
  <!-- EDITOR'S NOTE -->

  <div class="editors-note">
    <span class="editors-note__label">Editor&#39;s note</span> KPFK&#39;s media table at the Wiltern was directly adjacent to NBC News. They arrived late, filed a report during Tom Morello&#39;s set framing the initiative around concerns that &quot;wealthy Californians&quot; might leave the state, and packed up before Senator Sanders took the stage. For the record, the California Billionaire Tax Act applies to approximately 200 individuals worth over $1 billion. The vast majority of wealthy Californians would not be affected by this measure. We stayed for the whole thing.
  </div>
  <!-- FULL TRANSCRIPT -->

  <div class="transcript-section">
    <button class="transcript-toggle" onclick="this.classList.toggle('open'); this.nextElementSibling.classList.toggle('open');">Full audio transcript <span class="arrow">▼</span></button>

    <div class="transcript-content">
      <span class="speaker">Anchor lead-in:</span>

      <p>Vermont independent Senator Bernie Sanders was in California this week to kick off a ballot measure campaign to tax the state&#39;s billionaires. Under the proposal, which has rattled wealthy Californians, residents worth more than $1 billion would have to pay a one-time 5% tax on their assets to help pay for the state&#39;s healthcare, K through 12 education, and food assistance programs. Sasha Kanji reports.</p>
      <span class="speaker">Sasha Kanji:</span>

      <p>Wednesday afternoon outside The Wiltern, a line stretched around the block. But this wasn&#39;t a crowd camped out for a concert; these were union members, healthcare workers, and everyday Angelenos who showed up for the official kickoff of the California Billionaire Tax Act, a ballot initiative that would impose a one-time 5% tax on the state&#39;s wealthiest residents.</p>

      <p>Headlined by Senator Bernie Sanders, speakers from some of California&#39;s most powerful unions, and the surprise performance by Rage Against the Machine&#39;s Tom Morello, the energy outside matched what was building inside. Before the program began, we caught up with Lou Villalvazo, principal officer of Teamsters Local 630 in Los Angeles.</p>
      <span class="speaker">Lou Villalvazo:</span>

      <p>I see a tremendous amount of organizing that&#39;s happening, especially with the youth and also now with a lot of veterans that are just fed up. And what I mean fed up is they followed the rules, they&#39;re paying their share of taxes, and they&#39;re getting screwed and they&#39;re getting tired of it. They don&#39;t have a say at work. They&#39;re seeing that the government&#39;s not doing anything about it. They see that if you cheat the system or if you become a convict, you can get into the office and just do what you want.</p>

      <p>The reason we&#39;re here is because of the Billionaire Tax initiative that we&#39;re pushing because the reality is that these corporations want more and more and more. These tech billionaires want more and more. At the end of the day, it&#39;s the worker that provides, right?</p>
      <span class="speaker">Sasha Kanji:</span>

      <p class="narration">We asked Lou about the man who filled the Wiltern on a Wednesday night in the middle of rush hour and what it meant to have his support.</p>
      <span class="speaker">Lou Villalvazo:</span>

      <p>Senator Sanders is the GOAT. He&#39;s been on message since the &#39;60s and the &#39;70s. He hasn&#39;t changed. He&#39;s done the work. That&#39;s why labor stands behind him and I wish more politicians did the same. Because at the end of the day, the reality is it&#39;s not Republican versus Democrat. It&#39;s not religious versus non-religious or gay versus straight. It&#39;s us versus the billionaires. The reality is back in the days they were paying 73% and the economy was good for everybody, including them.</p>
      <span class="speaker">Sasha Kanji:</span>

      <p class="narration">The unions aren&#39;t the only ones supporting the Billionaire Tax Act. The initiative has drawn support from across the state, including from those actively running for office.</p>
      <span class="speaker">Faizah Malik:</span>

      <p>My name is Faizah Malik and I&#39;m a candidate for LA City Council District 11. I&#39;m a civil rights lawyer and a housing attorney, and I&#39;m here today to support the Billionaire Tax. In a state like California, we talk a lot about how we&#39;re the fourth largest economy, and if that&#39;s the case, we need to make sure that the people that need the most in the state are being taken care of.</p>
      <span class="speaker">Sasha Kanji:</span>

      <p class="narration">After a panel of speakers that included SEIU United Healthcare Workers West Chief of Staff Suzanne Jimenez, Dr. Jackline Lasola, and Teamsters member Nidal Rafeedie, the evening had one more surprise. Proud card-carrying member of AFM Local 47, the Los Angeles branch of the American Federation of Musicians, and legendary Hall of Fame guitarist, Tom Morello took the stage delivering a passionate set and a message that was equal parts performance and rallying cry.</p>
      <span class="speaker">Tom Morello:</span>

      <p>The next Mozart might be slaving away in a sweatshop along the Mexican border, or the person who has the cure for cancer locked in their head, might be locked up for seeking an abortion in Alabama. Or the person who just wanted to stand up for their neighbors might be gunned down by mass government thugs on the streets of Minneapolis. Simply put, the world is not going to change itself. That&#39;s up to you. But the people who have changed the world in progressive, radical, or even revolutionary ways do not have any more money, power, courage, intelligence, or creativity than anyone here tonight.</p>
      <span class="speaker">Sasha Kanji:</span>

      <p class="narration">Tom Morello had set the stage, but when Bernie Sanders stepped up to the microphone, the energy in that historic venue shifted into another gear.</p>
      <span class="speaker">Sen. Bernie Sanders:</span>

      <p>Let me thank the unions here in California for bringing to the forefront the need for our country to finally confront the grotesque level of income and wealth inequality that we are currently experiencing.</p>

      <p>It is not just income and wealth inequality or concentration of ownership today, the billionaire class to an unprecedented degree determines what the American people see, hear, and read. Through their ownership of media. It is billionaire control over the media in a way that we have never seen.</p>

      <p>We are here today to send a very clear and profound message: enough is enough. Starting right here in California, these billionaires are gonna learn that we are still living in a democratic society where the people have some power.</p>

      <p>That&#39;s what the oligarchs say. Oh, Mamdani wins. We&#39;re all fleeing New York. They didn&#39;t. I doubt that they will flee the great state of California, but I would say to these oligarchs, be careful because you are treading on very, very thin ice.</p>

      <p>Sergey Brin, the co-founder of Google, who is spending $20 million to defeat this tax on billionaires. But it&#39;s not just Mr. Brin. Mark Zuckerberg is the wealthiest man in California, and the fourth wealthiest person in the world. Larry Ellison is the second wealthiest person in California. For Mr. Ellison, one private jet is just not good enough, so he bought five private jets along with several fighter jets he uses for recreational purposes, and on and on it goes. The richest people are doing phenomenally well, and in many cases they are paying very little in taxes.</p>

      <p>15 million people thrown off of healthcare, Medicaid and the Affordable Care Act in order to provide a trillion dollars in tax breaks for these very same billionaires.</p>

      <p>So all that the folks in California are saying is that at a time when the very rich are becoming phenomenally richer, when the very rich have been given a massive tax break by Donald Trump, when millions of people in this state are struggling to be able to afford healthcare, maybe billionaires should start paying their fair share of taxes.</p>

      <p>All of you are aware of the heroic efforts of our brothers and sisters in Minnesota who stood up to ICE, they put their lives on the line and some lost their lives in order to defeat and push back against Trump&#39;s domestic army. What Minnesota showed is that when people get organized and have courage and stand together, they can win struggles. That was Minnesota standing up to authoritarianism and now the ball is in California&#39;s court.</p>
      <span class="speaker">Sasha Kanji:</span>

      <p class="narration">Senator Sanders left the stage having made one thing clear: California&#39;s fight for the Billionaire Tax Act is its own defining moment. A chance to prove that when people organize, they can take on the billionaire class and win. After the event, we caught up with Ren&eacute; Salda&ntilde;a, press secretary for SEIU United Healthcare Workers West, one of the unions behind the Billionaire Tax Act.</p>
      <span class="speaker">Ren&eacute; Salda&ntilde;a:</span>

      <p>We are a healthcare workers union of over 120,000 frontline healthcare workers across California. We put together the Billionaire Tax Act knowing that a hundred billion dollars in cuts are coming just for California. Everybody&#39;s insurance is gonna go up, healthcare services are gonna get cut, patients are gonna suffer. We are here to support the California Billionaire Tax by just making 200 of the wealthiest people in our state pay their fair share.</p>

      <p>Our healthcare workers union is Democrats, Republicans, independents, and our executive board members voted to support this Act. So I would invite folks such as Gavin Newsom and Katie Porter to reconsider, come out and talk to some healthcare workers, and we&#39;re really hoping they&#39;ll come around and change their mind when they see who is really gonna be impacted by this.</p>
      <span class="speaker">Sasha Kanji:</span>

      <p class="narration">Not everyone in the Democratic Party agrees. Governor Gavin Newsom has forcefully opposed the initiative, warning it will drive billionaires out of the state and ultimately reduce funding for schools and public safety. Former Congresswoman and gubernatorial candidate Katie Porter has also come out against it, but Ren&eacute; said the energy in the Wiltern spoke for itself.</p>
      <span class="speaker">Ren&eacute; Salda&ntilde;a:</span>

      <p>The powers that be are trying to divide us. They want to divide us between race, class, economic standing. But when you&#39;re in here, you feel that we really are one together. It&#39;s just incredible. It feels electric. We are confident that this will make it to the ballot.</p>
      <span class="speaker">Sasha Kanji:</span>

      <p>Whether the Billionaire Tax Act makes it to the November ballot comes down to one thing: signatures. Nearly 875,000 of them are needed by June 24th to secure a place on the ballot. More information about the Act is available at cabillionairetax.org. Reporting from KPFK in Los Angeles, this is Sasha Kanji.</p>
    </div>
  </div>
  <!-- TAGS -->

  <div class="post-tags">
    <span>California</span> <span>Bernie Sanders</span> <span>Billionaire Tax</span> <span>Labor</span> <span>Teamsters</span> <span>SEIU</span> <span>Tom Morello</span> <span>The Wiltern</span>
  </div>
</div>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/699bbdffae581.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/83841</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Washington tramples UCLA 48-14 on Senior Night</title>
      <description>Washington steamrolled UCLA 48–14 on Senior Night at the Rose Bowl, capitalizing on turnovers, special teams chaos, and a dominant night from QB Demond Williams Jr.</description>
      <pubDate>Mon, 01 Dec 2025 20:32:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/washington-tramples-ucla-48-14-on-senior-night/</link>
      <guid isPermaLink="false">o237-860-692dfb5fb422d</guid>
      <dc:creator>Charlie Gonzalez</dc:creator>
      <category>Sports</category>
      <content:encoded><![CDATA[<p>Washington took care of business in a dominant 48&ndash;14 win during UCLA&rsquo;s final home game of the season.&nbsp;</p>

<p>On Senior Night at the Rose Bowl, 24 Bruins were honored before kickoff on a clear, windy night in front of 38,201 fans. It was the last time the senior class would play in the historic stadium.</p>

<p>Coming into the game, the Washington Huskies had a dismal 3-12 record against UCLA at the Rose Bowl. Quarterback Demond Williams Jr. understood the assignment of winning in a stadium they&rsquo;ve struggled playing in historically.&nbsp;</p>

<p>&ldquo;We hopped on it all week in practice. Understanding that playing on the road is difficult, and the history that we have playing here.&rdquo;&nbsp;</p>

<p>Both teams opened with empty drives, with Washington punting and UCLA failing to convert on 4th &amp; 4.&nbsp;</p>

<p>Late in the first quarter, Washington caught a break on offense by recovering a fumble on the first play of UCLA&rsquo;s second possession. The drive stalled with a 3-and-out, but ended with a 36-yard field goal by Grady Gross.&nbsp;</p>

<p>About six minutes into the second quarter, Nico Iamaleava fumbled on a quarterback run, giving Washington the ball in Bruin territory. Gross tacked on another field goal to give the Huskies a 13-0 lead.&nbsp;</p>

<p>After the Bruins punt with under four minutes to go in the half, Williams threw an interception to Cole Martin on the first play of the drive. Shortly thereafter, on 4th &amp; 15, UCLA&rsquo;s holder fumbled a toss to the kicker on a fake, which was returned for a touchdown by safety Alex McLaughlin. The ensuing extra point gave Washington a 20-0 lead.&nbsp;</p>

<p>&ldquo;It was probably too complicated to be honest with you. They were in a block look and then they stemmed out of it,&rdquo; interim head coach Tim Skipper said. &ldquo;The communication, on our end, got all jacked up when they stemmed out of it. I&rsquo;ll take the heat on it.&rdquo;</p>

<p>McLaughlin was also asked about the bizarre play.</p>

<p>&ldquo;I was the edge, and I saw him pitching, and I saw a ball on the ground and picked it up, got great blocks from my teammates,&rdquo; McLaughlin said. &ldquo;We&rsquo;ve seen their special teams, they fake a lot of punts, so we were definitely expecting it.&rdquo;</p>

<p>UCLA&rsquo;s last chance to score before halftime was squandered by two 10-yard penalties.&nbsp;</p>

<p>Iamaleava exited the game after he was crunched on a sack by two players with 8:44 remaining in the third quarter. Although he was able to walk off under his own power, he immediately went into the blue medical tent.<br />
&nbsp;<br />
&ldquo;When he came out, he went to the tent, then came into the locker room,&rdquo; Skipper said. &ldquo;We&rsquo;ll get updates as we go, but that&rsquo;s all that I really know.&rdquo;</p>

<p>Washington took a commanding 34-0 lead on the next drive. With Iamaleava still in the medical tent, redshirt sophomore quarterback Luke Duncan entered the game. Duncan&rsquo;s 37-yard touchdown pass to Mikey Matthews gave the Bruins their first points of the game.&nbsp;</p>

<p>&ldquo;He handled himself well. He went out there and threw the rock,&rdquo; Skipper said. &ldquo;It was all positive. Just trying to keep on going.&rdquo;</p>

<p>After Washington responded with another touchdown drive, Duncan&rsquo;s second offensive possession stalled on a 3-and-out. Kanye Clark jarred the ball loose from Dezmen Roebuck on the ensuing punt and was returned for a touchdown by Jamir Benjamin.&nbsp;</p>

<p>The celebration was short-lived, as Williams put the game on ice with a 24-yard touchdown pass to tight end Decker DeGraaf.</p>

<p>Washington head coach Jedd Fisch was UCLA&rsquo;s interim head coach for the final two games of the 2017 season. Williams closed the night with four total touchdowns (two passing and two rushing), 213 passing yards, and 56 rushing yards to go along.&nbsp;</p>

<p>&ldquo;I thought he played really, really well in that second half. I think his completion percentage was<br />
really clean in the second half.&rdquo;&nbsp;</p>

<p>The Huskies close the regular season at home against Oregon next week.&nbsp;</p>

<p>Senior offensive lineman Garrett DiGiorgio grew emotional while reflecting on what playing at the Rose Bowl and his five years at UCLA have meant to him.&nbsp;</p>

<p>&ldquo;These last five years have been amazing. I was super grateful to be at this university and to be able to play in the historic Rose Bowl,&rdquo; he said. It was just a very high emotional game afterwards too because I have a lot of family here. It&rsquo;s good having people out and supporting you for the last game.&rdquo;</p>

<p>Earlier in the day, USC fell to Oregon on the road,almost certainly eliminating the Trojans from College Football Playoff contention. This took away an opportunity for UCLA to play spoiler during rivalry week, which occurs the final week of the regular season. With the Bruins eliminated from bowl season, Saturday&rsquo;s game between crosstown rivals carries far less weight than in recent years.&nbsp;</p>

<p>&nbsp;</p>

<hr />
<p><b>Charlie Gonzalez is a volunteer sports reporter for KPFK with experience in sports journalism and broadcasting.</b></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/692dfaf50d206.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/82962</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>UCLA Football Wins Its Third Straight Game Ahead of Ranked Matchup</title>
      <description>UCLA keeps rolling. After edging Maryland 20–17 at the Rose Bowl, the Bruins have quietly stacked three straight wins and are heading into another ranked showdown. Charlie Gonzalez breaks down the grind, the grit, and the moments that mattered.</description>
      <pubDate>Sun, 19 Oct 2025 17:00:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/ucla-football-wins-its-third-straight-game-ahead-of-ranked-matchup/</link>
      <guid isPermaLink="false">o237-860-68f72c21bb9e4</guid>
      <dc:creator>Charlie Gonzalez</dc:creator>
      <category>Sports</category>
      <content:encoded><![CDATA[<p>The UCLA Bruins edged the Maryland Terrapins 20-17 in front of 35,561 fans at the Rose Bowl on Saturday night.</p>

<p>UCLA entered as five-point favorites over a Maryland team that led the FBS in interceptions coming into the game. Sitting at 3-1 in Big Ten play, the Bruins are tied for the second-best record behind Indiana and Ohio State &mdash; both upcoming road opponents. Interim head coach Tim Skipper kept his message simple and consistent.</p>

<blockquote>&ldquo;We talked strain, we talked grinding. Every single play matters, we preach that,&rdquo; Skipper said. &ldquo;But literally, tonight, every single play mattered. It took everybody. Frias is a hardworking dude. He was buried on the depth chart at the beginning of the year. He just kept working, never complained.&rdquo;</blockquote>

<p>On the plane to Michigan State last week, Skipper taped notes to each seat asking, <i>&ldquo;Are you one-hit wonders?&rdquo;</i> The challenge worked &mdash; interim offensive coordinator Jerry Neuheisel&rsquo;s aggressive play-calling helped UCLA score 38 unanswered points in a 38-13 win over the Spartans after falling behind early.</p>

<blockquote>&ldquo;Our whole motivation this week was the standard is the standard &mdash; playing winning football, executing, and doing what we needed to do,&rdquo; Skipper said. &ldquo;Disciplined football goes hand in hand. We&rsquo;ve identified our style of play; now we need to match it every single Saturday.&rdquo;</blockquote>

<p>A delay-of-game penalty wiped out a 55-yard field-goal attempt on UCLA&rsquo;s second drive, forcing a punt. Maryland struck first with a 24-yard field goal from Sean O&rsquo;Haire to cap a 17-play drive lasting more than eight minutes.</p>

<p>With under three minutes left in the first half, linebacker Isaiah Chisom forced a fumble recovered by JonJon Vaughns for the game&rsquo;s first turnover. Running back Anthony Frias II broke loose soon after for a 55-yard touchdown run &mdash; one of four carries that totaled 97 yards.</p>

<blockquote>&ldquo;It means the world to me. I&rsquo;m just so grateful for God blessing me,&rdquo; Frias said. &ldquo;I came here with my dad to watch the Rose Bowl 10 years ago. I&rsquo;m just so happy all the work is coming to fruition.&rdquo;</blockquote>

<p>Both teams opened with three-and-outs. Maryland quarterback Malik Washington faced early pocket pressure, his first two passes deflected &mdash; one nearly intercepted by Rodrick Pleasant, who finished with three passes defended.</p>

<blockquote>&ldquo;We took this game with pride,&rdquo; Pleasant said. &ldquo;They throw the ball a lot. That was our motto this week: put it on us.&rdquo;</blockquote>

<p>After averaging 40 points over their previous two games, UCLA led 7-3 at halftime. During intermission it was announced that next week&rsquo;s matchup at Indiana would host <i>Big Noon Kickoff</i> at 9 a.m.</p>

<blockquote>&ldquo;A month ago I wouldn&rsquo;t have believed it,&rdquo; Skipper said. &ldquo;That is awesome. It means we&rsquo;re doing something right.&rdquo;</blockquote>

<p>Maryland head coach Michael Locksley praised Skipper&rsquo;s squad afterward.</p>

<blockquote>&ldquo;I give credit to Coach Skipper and his staff and his team,&rdquo; Locksley said. &ldquo;They fought for four quarters. They&rsquo;re tough, playing together, and playing for each other.&rdquo;</blockquote>

<p>Late in the game, a targeting penalty on linebacker Trey Reddick led to his ejection. Four plays later, UCLA quarterback Nico Iamaleava was intercepted by Jalen Huskey &mdash; who was also ejected for targeting. The Terrapins suddenly found themselves without two of their best defenders in a one-score contest.</p>

<blockquote>&ldquo;I&rsquo;m not a victim,&rdquo; Locksley said. &ldquo;It&rsquo;s my job to coach the football team, and I&rsquo;m going to stick to that.&rdquo;</blockquote>

<p>Maryland went for it on 4th-and-2 with 5:16 left in the third quarter instead of kicking a field goal that would&rsquo;ve cut the deficit to one. Washington&rsquo;s pass was broken up by Andre Jordan Jr. Two plays later, Jamare Glasker&rsquo;s pick-six gave Maryland its first lead.</p>

<p>Early in the fourth, UCLA&rsquo;s Kwazi Gilmer was flagged for an illegal block in the back on a long Jalen Berger run &mdash; even though replays showed no contact. The call drew loud boos from the Rose Bowl crowd.</p>

<p>With 7:44 left, Mateen Bhaghani missed a 56-yard field goal wide left. But with four seconds remaining, he redeemed himself with a 23-yard game-winner.</p>

<blockquote>&ldquo;It was a very special moment,&rdquo; Bhaghani said. &ldquo;I&rsquo;m super appreciative of our offense &mdash; Nico and Frias really put their hearts out to get me down there.&rdquo;</blockquote>

<p>UCLA (5-2, 3-1 Big Ten) travels to Bloomington on Thursday ahead of its matchup with Indiana, set for a 9 a.m. kickoff on Saturday.</p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/68f72bf0e02e7.jpeg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/82584</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>What Are We Cheering For?</title>
      <description>Every holiday, every weekend, every so-called American ritual came with a side of football. The game would be on, and we were supposed to care. I didn’t. Not really. Not until I almost did.&#13;
&#13;
For a brief stretch, when my dad worked with the Clippers during the Lob City era, I started to believe. Chris Paul, Blake Griffin, DeAndre Jordan — it felt like swagger, like culture, like something to belong to. Then the trades came, the team got gutted, and the curtain dropped. It wasn’t family. It wasn’t culture. It was business.&#13;
&#13;
That moment stuck. The more I watched, the more the wires showed: how ritual gets packaged, sold, and weaponized. How meaning becomes merchandise. How attention becomes empire.</description>
      <pubDate>Wed, 20 Aug 2025 05:28:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/go-team/</link>
      <guid isPermaLink="false">o237-860-68a5522645f0e</guid>
      <dc:creator>Ace Estwick</dc:creator>
      <category>Opinion/Editorial</category>
      <content:encoded><![CDATA[<p data-path-to-node="0">I&rsquo;ve spent more Super Bowl Sundays than I can count standing at the back of the room, trying to figure out what the hell I was missing. Every Thanksgiving, every long weekend, every &quot;American ritual&quot; came with a side of football. Loud, expected, and everywhere. It was just assumed: the game would be on, and we would care. But I didn&rsquo;t. Not until, briefly, I almost did.</p>

<p data-path-to-node="1">When my dad worked with the LA Clippers during the &quot;Lob City&quot; era, I went to a lot of games. Chris Paul, Blake Griffin, DeAndre Jordan. The team had a specific energy involving swagger and chaos. For a minute, it made sense. I started to recognize the players, pay attention to the stats, and follow the storylines. I actually started to believe in &quot;my team.&quot; More than that, I could finally connect with friends and family in a language I&rsquo;d always been shut out of. I could talk about trades and share that &quot;inside-baseball&quot; energy. For once, I wasn&rsquo;t on the edge. I was in.</p>

<p data-path-to-node="2">Then they were gone. A string of trades, ownership drama, and front-office shakeups wiped the roster clean. The team was reshuffled into something unrecognizable. It felt cheap, like a magic trick you weren&#39;t supposed to see from the side. New floors, different walls, no trace of what once mattered. It hit hard. I&rsquo;d finally started to buy in, and the whole thing turned out to be paper-thin. I wasn&rsquo;t watching a &quot;culture.&quot; I was watching a business doing business.</p>

<p data-path-to-node="3">That moment stuck with me. The more I look at how culture is packaged and sold, the more that Clippers era makes sense. Especially now, as I watch the country drift toward something colder. I am watching ritual become spectacle and meaning turn into merchandise. Sports is one of the last mass rituals we have. For men especially, who are often taught not to grieve or cry, sports is the one safe zone. You can scream, sob, or hug a stranger and call it passion. (Though in my house, my mom was usually the loudest one yelling at the screen). A win feels like redemption and a loss feels personal. But peel back the surface and it&rsquo;s just commerce.</p>

<p data-path-to-node="4">Everything is for sale. Even the pauses are monetized: &ldquo;This Home Depot halftime report is brought to you by Samsung, here at the Smoothie King Center.&rdquo; It&rsquo;s absurd. Every beat of silence is sold off. You&rsquo;re never allowed to forget who owns the moment or what they want you to buy. Like reality TV, it simulates intimacy. You follow the lives and pick villains, but at the end of the day, it belongs to someone else. We don&rsquo;t really ask what we&rsquo;re getting out of this. Sports gives us the performance of connection and purpose, but not the real versions. It scratches the itch just enough that we stop looking elsewhere. When your favorite player gets traded or benched for being a &quot;PR liability,&quot; you&rsquo;re reminded: this whole thing is conditional.</p>

<p data-path-to-node="5">It wasn&rsquo;t always this polished. Sports used to come from the dirt through working-class energy, streetball, and union leagues. Athletes weren&rsquo;t &quot;brands.&quot; They were people with real stakes. Muhammad Ali lost his title and his prime years because he refused to fight in a war he didn&#39;t believe in. Billie Jean King went to war with the tennis establishment for equal pay. These weren&rsquo;t endorsements. They were risks. These people had everything to lose, and they were still close enough to the people in the cheap seats to speak for them. Now, players are assets. Teams are portfolio holdings. Fans are treated like a permanent subscription with no refunds. We see billionaires standing cage-side at UFC fights while athletes get bloodied for $50k, yet WNBA players are called &quot;greedy&quot; for wanting more than 9% of league revenue. The market doesn&#39;t want truth; it wants predictability. It wants bland, apolitical content that can be licensed and packaged.</p>

<p data-path-to-node="6">You can still find the real stuff if you know where to look. You see it in WNBA players walking out during the anthem. These are women who don&rsquo;t just play with less spotlight, but live with less of a cushion. When you have less to lose, you&rsquo;re freer to speak the truth. You see it in fans organizing to stop ticket hikes, or in local leagues run by and for the community. You see it in pick-up games at the park, where nothing is for sale and everything is earned. Beneath the ads, the spark is stubborn.</p>

<p data-path-to-node="7">This isn&rsquo;t really about sports. It&rsquo;s about what we do with our attention. It&rsquo;s about how power uses spectacle to distract and divide. For a second, I thought I&rsquo;d found something worth rooting for. I got to feel what it was like to belong. And even though I &quot;saw the wires,&quot; I don&#39;t think it was worthless. There is something real in the way people love this. The joy and the heartbreak isn&#39;t fake. Whole families bond over it. But once you see how it&rsquo;s built, you can&rsquo;t unsee it. You don&rsquo;t have to be a sports fan to ask who owns the game, who benefits, and what we&rsquo;re missing while the lights are on and the anthem is playing. Because if the game is rigged, <em>what the hell are we cheering for?</em></p>

<p style="line-height:1.38; margin-top:16px; margin-bottom:16px"><i></i></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/68a92013b963f.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/81897</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>When AI Replaced Our Comics</title>
      <description>When AI replaced hand-drawn comics in our newsroom, I saw more than ugly art — I saw the erosion of what makes journalism worth doing.</description>
      <pubDate>Fri, 08 Aug 2025 15:30:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/why-ai-comics-dont-belong-in-a-real-newsroom/</link>
      <guid isPermaLink="false">o237-860-6895884237719</guid>
      <dc:creator>Noah Velez</dc:creator>
      <category>Opinion/Editorial</category>
      <content:encoded><![CDATA[<p><strong>Opinion / Editorial</strong></p>

<p><em>Replacing hand-drawn comics with AI art didn&rsquo;t just change how our paper looked &mdash; it undermined what makes journalism worth doing.</em></p>

<p><strong>By Noah Velez</strong><br />
Contributor, KPFK</p>

<p>Short deadlines, boring headlines, and last minute updates, I thought would be my greatest challenges as a beginner editor-in-chief. While I was focused on editorial hygiene and getting the basics right, the epidemic of A.I. content started spreading through my newsroom.</p>

<p>My vision for the publication was always rooted in integrity and everything I had learned in my journalism program. I wanted to highlight student life, cover local news stories, and showcase meaningful art, not argue with my staff over whether artificial intelligence should be used to create content. It was even more surprising when my opinion was brushed aside and hand-drawn comics were phased out in favor of AI-generated work dominating the comic section. It felt like an illness had crept in, one I could only really describe as laziness. When my first issue was printed, I was disappointed with the so-called &ldquo;art&rdquo; that ran. My opinion-editorial editor had made an entire comic strip with ChatGPT without my approval. The artwork was bloated and disproportionate, everything seemed to be some strange hue of yellow, and the punchlines, I assume, were also generated. The writing might have been aiming for humor, but the strip lacked nuance and just landed flat.</p>

<p>As the new editor-in-chief, I started to question myself, wondering if maybe I was resisting change because of some personal prejudice rather than a real problem with the work. I wanted to understand why my staff felt so strongly about using AI, so I spoke privately with my professor. They told me AI images were part of the industry&rsquo;s future, echoing what Sam Altman, CEO of OpenAI, has said about generative AI&rsquo;s potential to &ldquo;revolutionize nearly every industry.&rdquo; My professor said we needed to learn how to master these tools because they would eventually become the standard. I disagreed then, and I still do.</p>

<p>During my time as editor, burnout came up often when we talked about the comic section. We had one person responsible for the whole thing. They had a week to develop a joke, draw it, pitch it, and then revise it. It was a lot for one person, so I can understand why some editors looked at ChatGPT and thought it was a shortcut to better time management. Why spend a week on a comic when a program can spit one out in a few minutes? But what makes the work of a real person better than whatever modern technology can produce?</p>

<blockquote>
<p>I&rsquo;ll tell you why: computers aren&rsquo;t funny, and they don&rsquo;t have hands to draw.</p>
</blockquote>

<p>The problem isn&rsquo;t just that AI art looks bad. It&rsquo;s about integrity. A publication that values its readers doesn&rsquo;t cut corners just to get something done faster. Journalism is built on good sourcing, and that applies to images too. Getting images from a generative algorithm isn&rsquo;t sourcing. It&rsquo;s just skipping steps and calling it work.</p>

<p>People often say that because we live in the internet era, the standard for quality has been lowered, but I think the opposite is true. We&rsquo;re surrounded by fake content now, and people want what&rsquo;s real. They want quality journalism that understands nuance, writing that offers a unique perspective, and comics that are actually funny while making complex issues easier to understand. That&rsquo;s why legacy publications like <em>The New Yorker</em> still publish hand-drawn comics &mdash; because readers love them enough to keep paying for them.</p>

<p>The human brain runs on about 20 watts of electricity. A computer trying to imitate that uses billions, and still, the result is worse. A program will never match the creativity and odd humor of a person who&rsquo;s just trying to make something real. The cure for the A.I. epidemic isn&rsquo;t a faster machine. It&rsquo;s giving people the time, trust, and space to make work that&rsquo;s worth printing in the first place.</p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/6895862694aeb.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/81780</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Farewell to Sister Assumpta Oturu, Champion of African Voices</title>
      <description>Celebrating the life and legacy of Sister Assumpta Oturu, who amplified African stories and built bridges across continents through decades of fearless broadcasting.</description>
      <pubDate>Thu, 03 Jul 2025 19:52:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/farewell-to-sister-assumpta-oturu-champion-of-african-voices/</link>
      <guid isPermaLink="false">o237-860-6866df62da8a4</guid>
      <dc:creator>Ace Estwick</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><img alt="Sister Assumpta Oturu" src="https://mmo.aiircdn.com/237/6870c1456475e.jpg" style="width: 100%; height: 100%;" /></p>

<div class="container">
  <p>The KPFK family is deeply saddened to announce the passing of longtime <em>Spotlight Africa</em> host, Sister Assumpta Oturu.</p>

  <p>Born in Uganda and later making Los Angeles her home, Sister Assumpta dedicated her life to amplifying African voices, stories, and struggles. Since 1986, <em>Spotlight Africa</em> has connected listeners to the rich political, cultural, and social movements shaping the continent &mdash; work she carried forward with unwavering passion and care.</p>

  <p>Beyond the microphone, she was a poet, a fierce advocate for unity, and a bridge-builder between communities. Her warmth, courage, and lifelong commitment to truth touched countless lives.</p>

  <div style="background-color: #f8f9fa; border-left: 4px solid #cc0000; padding: 20px; margin: 20px 0;">
    <h3 style="margin-top: 0;">Supporting Sister Assumpta&#39;s Final Journey</h3>

    <p>Sister Assumpta passed away suddenly at the age of 71, leaving behind siblings, cousins, nieces, and nephews. To honor her memory and fulfill her final wish to return home to Uganda, we have established a fundraiser to help transport her body from Los Angeles to Uganda for proper funeral services and burial.</p>

    <p>Any donation, no matter the size, will make a meaningful difference in ensuring Sister Assumpta&#39;s journey back home is a testament to the love and empathy that binds us all as a compassionate community.</p>
    <a href="https://www.gofundme.com/f/support-assumptas-oturu-final-journey?attribution_id=sl:60ab50fa-d924-44f5-bdba-486b3900dc43&amp;lang=en_US&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp13_t1-amp14_t2-amp15_t1&amp;utm_medium=customer&amp;utm_source=whatsapp&amp;v=amp14_t2" onmouseout="this.style.backgroundColor='#cc0000'; this.style.boxShadow='0 2px 4px rgba(0,0,0,0.1)'; this.style.transform='translateY(0)';" onmouseover="this.style.backgroundColor='#990000'; this.style.boxShadow='0 4px 8px rgba(0,0,0,0.2)'; this.style.transform='translateY(-1px)';" style="background-color: #cc0000; color: white; padding: 12px 30px; text-decoration: none; border-radius: 5px; display: inline-block; margin-top: 15px; font-weight: bold; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.1);" target="_blank">Support Sister Assumpta&#39;s Final Journey</a>
  </div>

  <p><strong>A Celebration of Life service</strong> honoring Sister Assumpta will be held on <strong>Sunday, August 10th from 4:00&ndash;7:00 PM</strong> at the Episcopal Church of the Advent in Los Angeles. A community reception will follow.</p>

  <p>Full event details are available here: <a href="https://www.kpfk.org/calendar/event/remembering-assumpta-oturu-sister-africa/" rel="noopener" target="_blank">Remembering Assumpta Oturu: Sister Africa</a></p>

  <p>We honor her remarkable legacy and the deep imprint she leaves on KPFK and beyond. Our hearts are with her family, friends, and all who found inspiration in her voice.</p>

  <p><strong>Sister Assumpta Oturu, presente. Peace &amp; Love&hellip; stay strong.</strong></p>

  <p>&nbsp;</p>
  <img alt="Celebration of Life Poster" onclick="window.open('https://mmo.aiircdn.com/237/6877140f8a449.jpg', '_blank')" src="https://mmo.aiircdn.com/237/6877140f8a449.jpg" style="width: 100%; max-width: 600px; height: auto; display: block; margin: 20px auto; cursor: pointer;" />
  <p>&nbsp;</p>
  <img alt="Spotlight Africa Logo" src="https://mmo.aiircdn.com/237/6866de1d8429a.png" style="width: 300px; height: 177px;" />
</div>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/6870c1456475e.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/81344</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Cary Harrison Explains The Truth Behind The Mar-a-Lago Raid</title>
      <description>What would George Washington say? Secretly flying 35 filing cabinet drawers-worth of Pentagon secrets to your private hotel for favor-swaps was the straw to make all Presidents now raidable. Will this affect a future Trump 2024 run? What about Hunter and Hillary?</description>
      <pubDate>Mon, 22 Aug 2022 19:13:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/cary-harrison-explains-the-truth-behind-the-mar-a-lago-raid/</link>
      <guid isPermaLink="false">o237-860-6303d577f292b</guid>
      <dc:creator>Ali Lexa</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p style="text-align: center;"><strong>Cary Harrison Explains The Truth Behind The Mar-a-Lago Raid</strong><br />
<br />
What would George Washington say? Secretly flying 35 filing cabinet drawers-worth of Pentagon secrets to your private hotel for favor-swaps was the straw to make all Presidents now raidable. Will this affect a future Trump 2024 run? What about Hunter and Hillary?</p>

<p style="text-align: center;"><iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/yYhGgD9Dfuo" title="YouTube video player" width="560"></iframe></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/6131ba09c0b73.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/62636</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>The Cary Harrison Show, Tuesdays at 2PM</title>
      <description>Check out Cary's latest episode, including an interview and memories with the iconic actress Nichelle Nichols!</description>
      <pubDate>Tue, 09 Aug 2022 17:32:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/the-cary-harrison-show-every-tuesdays-at-2pm/</link>
      <guid isPermaLink="false">o237-860-62f29a33d8af7</guid>
      <dc:creator>Ali Lexa</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.25%;"><iframe src="https://www.youtube.com/embed/L-vBe8ySVSM?rel=0" style="top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0;" allowfullscreen scrolling="no" allow="accelerometer *; clipboard-write *; encrypted-media *; gyroscope *; picture-in-picture *; web-share *;" referrerpolicy="strict-origin"></iframe></div>

<p style="text-align: center;"><span style="font-size:18px;">Cary Harrison&#39;s latest episode with important updates and his last interview and memories with the iconic actress Nichelle Nichols, best known for her groundbreaking role as Uhura on Star Trek!</span></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/62f299b642bae.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/62493</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>The Cary Harrison Show, every Tuesday at 2PM!</title>
      <description>The Cary Harrison Show, July 12, 2022 - Cary Harrison explains why the Jan. 6 hearings really matter! And Dr. Christopher Davis on stress and your heart.</description>
      <pubDate>Wed, 13 Jul 2022 05:42:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/the-cary-harrison-show-every-tuesday-at-2pm/</link>
      <guid isPermaLink="false">o237-860-62ce5b5fe526b</guid>
      <dc:creator>Ali Lexa</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p style="text-align: center;">The Cary Harrison Show, July 12, 2022<br />
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/Nqa5TeA7dgo" title="YouTube video player" width="560"></iframe><br />
Cary Harrison explains why the Jan. 6 hearings really matter! And Dr. Christopher Davis on stress and your heart.<br />
The Cary Harrison Show is heard Tuesdays at 2PM (PT)</p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/62ce5b155da24.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/62169</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Reality Check with Harrison is on every Tuesday at 2PM!</title>
      <description>KPFK's Cary Harrison on RT talking about International big oil, climate change, and Apple</description>
      <pubDate>Fri, 13 May 2022 16:52:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/reality-check-with-harrison-is-on-every-tuesday-at-2pm/</link>
      <guid isPermaLink="false">o237-860-627e8cdbf0324</guid>
      <dc:creator>Cary Harrison</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p style="text-align: center;"><iframe allowfullscreen="" frameborder="0" height="360" src="https://player.vimeo.com/video/709349679?h=8aa0f47fda" title="vimeo-player" width="640"></iframe><br />
KPFK&#39;s Cary Harrison on RT talking about International big oil, climate change, and Apple</p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/627e8dea47456.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/61301</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Why Ukraine? Biden's Contractor-friendly Massive Pentagon Budget</title>
      <description>Cary Harrison reveals what’s in Ukraine that Russia really wants.  | How Biden &amp; contractors are fueling the war. | Navy vet plans to wipe out billions in fellow Vets' medical debt!</description>
      <pubDate>Thu, 07 Apr 2022 17:39:28 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/why-ukraine-bidens-contractor-friendly-massive-pentagon-budget/</link>
      <guid isPermaLink="false">o237-860-624f21d5a2db3</guid>
      <dc:creator>Cary Harrison</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p>&nbsp;</p>

<p style="text-align: center;"><iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="433" src="https://www.youtube.com/embed/uOKmi3QfBmo" title="YouTube video player" width="704"></iframe></p>

<p>Cary Harrison reveals what&rsquo;s in Ukraine that Russia really wants. | How Biden &amp; contractors are fueling the war. | Navy vet plans to wipe out billions in fellow Vets&#39; medical debt!</p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/624f217c63fcb.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/60695</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Those Bioweapons Labs in Ukraine And Beyond</title>
      <description>Cary Harrison provides the full reveal on these labs plus the lab origins of the ongoing pandemics as expertly laid out by Dr. Francis Boyle.</description>
      <pubDate>Tue, 22 Mar 2022 23:10:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/those-bioweapons-labs-in-ukraine-and-beyond/</link>
      <guid isPermaLink="false">o237-860-623a57848f854</guid>
      <dc:creator>Ali Lexa</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p style="text-align: center;"><iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="383" src="https://www.youtube.com/embed/4j8RxlZef8Q" title="YouTube video player" width="656"></iframe></p>

<p>Cary Harrison provides the full reveal on these labs plus the lab origins of the ongoing pandemics as expertly laid out by Dr. Francis Boyle.</p>

<p>Prof. Boyle is famous for drafting the US Biological Weapons Anti-Terrorism Act of 1989, the American implementing legislation for the 1972 Biological Weapons Convention and has lectured on nuclear weapons and international law at West Point - and holds a Magna Cum Laude doctorate in Law and a Ph.D. from Harvard University.</p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/623a575e8a318.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/60401</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>HEAR ME - Real stories of the people of Southern California</title>
      <description>Cal State LA student journalists conducted, recorded and edited interviews with everyday people hearing their stories about race, society and their struggles — paring each down from 30 minutes or more to about four minutes — and re-arranging the soundbites to an order that makes sense for the listener and tells a coherent story.</description>
      <pubDate>Wed, 02 Mar 2022 20:28:29 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/hear-me-real-stories-of-the-people-of-southern-california/</link>
      <guid isPermaLink="false">o237-860-621fd371c9176</guid>
      <dc:creator>Ali Lexa</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p>From the Black woman who struggled with self-esteem issues because of media ideals and the Filipina woman who was bullied for her dark complexion to the Black man who felt isolated in a primarily Latinx part of Compton and and the Twitch broadcaster whose relationships have been tainted by LQBTQ stereotypes on television shows, these are two of the 12 &ldquo;real people&rdquo; of Southern California whose lives have been altered by the media and society&rsquo;s image or expectations of them.<br />
<br />
Hearing from folks in our communities, our neighbors, gives us the opportunity to see and understand what they have been through.<br />
<br />
In turn, we become more aware of in-justices &mdash; racism,&nbsp;colorism, sexism, homophobia, colorism, classism and other forms of discrimination&nbsp;and the long-term impact of stereotypes on one&rsquo;s confidence and sense of self.<br />
<br />
Stories like this help us understand those around us and also allow us to reflect on who we are and how we see ourselves in relation to those around us.<br />
<br />
Cal State LA student journalists conducted, recorded and edited the interviews &mdash; paring each down from 30 minutes or more to about four minutes &mdash; and re-arranging the soundbites to an order that makes sense for the listener and tells a coherent story.<br />
<br />
The people interviewed have lived in or grew up in Southern California cities like Long Beach and Inglewood to Los Angeles neighborhoods like South L.A. and the Eastside.<br />
<br />
-Katherine Conchas &amp; Krysta Pae<br />
<br />
These are their stories.&nbsp; &nbsp;&nbsp;<strong><a href="https://csulauniversitytimes.com/hear-me/" target="_blank">CLICK HERE TO SEE AND HEAR THESE STORIES</a></strong></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/621fd2eda024e.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/60117</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>KPFK’s Cary Harrison on Russian Nuke threats and Ukraine's 15 Chernobyls</title>
      <description>From propaganda to pointing nukes at Ukraine' 15 Chernobyls, the reboot of the new Soviet Union is well underway. Historian Harvey Wasserman looks at our 93 nuke plants here as well as the 15 operated by Russia across the Ukraine</description>
      <pubDate>Wed, 02 Mar 2022 20:15:55 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/kpfks-cary-harrison-on-russian-nuke-threats-and-ukraines-15-chernobyls/</link>
      <guid isPermaLink="false">o237-860-621fd07f129b0</guid>
      <dc:creator>Ali Lexa</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.25%;"><iframe src="https://www.youtube.com/embed/ew2NMmaxEB8?rel=0" style="top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0;" allowfullscreen scrolling="no" allow="accelerometer *; clipboard-write *; encrypted-media *; gyroscope *; picture-in-picture *; web-share *;" referrerpolicy="strict-origin"></iframe></div>

<p style="text-align: center;">From propaganda to pointing nukes at Ukraine&#39; 15 Chernobyls, the reboot of the new Soviet Union is well underway. Historian Harvey Wasserman looks at our 93 nuke plants here as well as the 15 operated by Russia across the Ukraine.<br />
<strong><a href="https://youtu.be/ew2NMmaxEB8" target="_blank">Watch the entire episode here</a></strong><br />
<em><strong>Harrison&#39;s &quot;REALITY CHECK&quot; can be heard every Tuesday at 2PM&nbsp;on KPFK</strong></em></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/621fd006e4b62.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/60116</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Harrison's Reality Check! What Is NATO's Article 5?</title>
      <description>KPFK's Cary Harrison: Greg Palast on Ukraine | Prof. emeritus (Int'l Law/Ohio State) John Quigley on Ukraine's Right to Self-Defense/Self-determination.</description>
      <pubDate>Thu, 24 Feb 2022 17:29:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/harrisons-reality-check/</link>
      <guid isPermaLink="false">o237-860-6217c0931a1e9</guid>
      <dc:creator>Ali Lexa</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p style="text-align: center;"><strong><span style="font-size:16px;">KPFK&#39;s Cary Harrison: Greg Palast on Ukraine |<br />
Prof. emeritus (Int&#39;l Law/Ohio State) John Quigley on Ukraine&#39;s Right to Self-Defense/Self-determination.</span></strong></p>

<p style="text-align: center;"><iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="363" src="https://www.youtube.com/embed/rTrQpfd9aMo" title="YouTube video player" width="649"></iframe></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/6217c0717f1fb.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/60054</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>'Green News Report' - February 22, 2022</title>
      <description>Weather disasters impacted 1 in 10 homes in the U.S. last year; Biden Interior Department halts new oil and gas leases in ironic legal fight over costs of climate; Climate-changed rainfall patterns dampen economic growth; PLUS: Biden unveils historic $1 billion in funding for Great Lakes cleanup... All that and more in today's Green News Report!</description>
      <pubDate>Tue, 22 Feb 2022 21:51:14 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/green-news-report-february-22-2022/</link>
      <guid isPermaLink="false">o237-860-62155ad58373b</guid>
      <dc:creator>Desi Doyen</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><a href="https://bradblog.com/?p=14176">&#39;Green News Report&#39; - February 22, 2022</a></p>

<p>With Brad Friedman &amp; Desi Doyen...By&nbsp;<a href="https://bradblog.com/?author=9" title="Posts by Desi Doyen">DESI DOYEN</a>&nbsp;on 2/22/2022, 10:54am PT&nbsp;&nbsp;</p>

<p><img align="right" border="0" hspace="6" src="https://bradblog.com/images/GNR_JoeBiden-GreatLakesRestoration_13Anniv.jpg" vspace="3" /></p>

<p><strong>IN TODAY&#39;S RADIO REPORT:</strong>&nbsp;Weather disasters impacted 1 in 10 homes in the U.S. last year; Biden Interior Department halts new oil and gas leases in ironic legal fight over costs of climate; Climate-changed rainfall patterns dampen economic growth;&nbsp;<i>PLUS:</i>&nbsp;Biden unveils historic $1 billion in funding for Great Lakes cleanup... All that and more in today&#39;s&nbsp;<i>Green News Report!</i></p>

<center><strong><em>GNR&#39;s now celebrating&nbsp;<u>13 YEARS</u>&nbsp;of independent green news, politics, analysis, snarky comment and connecting climate change dots over your public airwaves!</em></strong><br />
<a href="https://bradblog.com/Donate"><b><i>PLEASE CLICK HERE TO HELP US CELEBRATE WITH A DONATION!</i></b></a></center>

<p><a href="https://www.bradblog.com/audio/greennews/GNR_022222.mp3"><img src="https://bradblog.com/Images/Speaker_Icon_Green_24.png" /><i><b>Click here to listen or download MP3</b></i></a>&nbsp;<i>(6 mins)...</i></p>

<p><br />
<strong>IN &#39;GREEN NEWS EXTRA&#39;</strong>&nbsp;(<em>see links below</em>): Germany Decertifies Russian Gas Pipeline; Sanctions against Russia come at a cost to the West; Air pollution may affect sperm quality, says study; 3 U.S. states with shuttered nuclear plants see emissions rise; China plans to feed 80 million people with &#39;seawater rice&#39;; Study shows renewable energy could help prevent blackouts like Texas; Ethiopia turns on the turbines at giant Nile hydropower plant; Conflict and climate change ravage Syria&#39;s agricultural heartland; Chicago Mayor denies permit to scrap shredder plant on city&#39;s South Side...&nbsp;<i>PLUS:</i>&nbsp;Hank the Tank: Massive bear breaks into dozens of homes near Lake Tahoe... and much,&nbsp;<i>MUCH</i>&nbsp;more! ...Got comments, tips, love letters, hate mail? Drop us a line at&nbsp;<a href="mailto:GreenNews@BradBlog.com">GreenNews@BradBlog.com</a>&nbsp;or right here at the comments link below. All GNRs are always archived at&nbsp;<a href="https://bradblog.com/h%20ttps://GreenNews.BradBlog.com">GreenNews.BradBlog.com</a>.</p>

<p><a id="more-14176"></a></p>

<p><i><b>STORIES DISCUSSED ON TODAY&#39;S &#39;GREEN NEWS REPORT&#39;...</b></i></p>

<ul>
  <li><b>Weather disaster affected 1 in 10 homes in the U.S. last year:</b>

  <ul>
    <li><a href="https://www.washingtonpost.com/politics/2022/02/17/weather-disasters-affected-1-10-homes-country-last-year-report-finds/"><b>Weather disasters affected 1 in 10 homes in the country last year, report finds</b></a>&nbsp;(Washington Post)&gt;</li>
    <li><a href="https://www.forbes.com/sites/brendarichardson/2022/02/17/catastrophe-report-warns-of-the-high-price-tag-of-damage-from-extreme-weather-events/?sh=9c8b26a6ef2e"><b>Catastrophe Report Warns Of The High Price Tag Of Damage From Extreme Weather Events</b></a>&nbsp;(Forbes)</li>
    <li><a href="https://www.washingtonpost.com/climate-environment/2022/01/05/climate-disasters-2021-fires/"><b>More than 40 percent of Americans live in counties hit by climate disasters in 2021</b></a>&nbsp;(Washington Post)</li>
    <li><a href="https://climatecrocks.com/2022/02/21/retirees-squeezed-by-climate-pumped-home-insurance/"><b>Retirees Squeezed by Climate-Amped Home Insurance</b></a>&nbsp;(Climate Crocks)</li>
    <li><a href="https://www.msn.com/en-us/money/insurance/climate-change-could-make-your-old-roof-an-insurance-problem/ar-AAU8Ez4"><b>Climate Change Could Make Your Old Roof an Insurance Problem</b></a>&nbsp;(MSN)</li>
  </ul>
  </li>
  <li><b>Climate-changed rainfall patterns are harming economic growth:</b>
  <ul>
    <li><a href="https://climatecrocks.com/2022/02/19/heavy-rains-have-major-impact-on-economies/"><b>Heavy Rains Have Major Impact on Economies&nbsp;</b></a>(Climate Crocks)</li>
    <li><a href="https://yaleclimateconnections.org/2022/02/study-climate-changed-rainfall-dampens-economic-growth/"><b>Study: Climate-changed rainfall dampens economic growth</b></a>&nbsp;(Yale Climate Communications):
    <p>hen estimating costs that climate change will impose on societies, climate economists face a difficult barrier: They can only incorporate into models well-understood and quantified climate damages. Authors of a recent study published in Nature have identified previously unknown economic impacts associated with changes in rainfall...One significant and previously overlooked effect lies in the increase of extreme daily rainfall totals that can disrupt economies by causing local flooding.</p>
    </li>
    <li><a href="https://www.nature.com/articles/s41586-021-04283-8"><b>The effect of rainfall changes on economic production</b></a>&nbsp;(Nature)</li>
    <li><a href="https://www.nature.com/articles/d41586-021-03783-x"><b>Extreme rainfall slows the global economy</b></a>&nbsp;(Nature)</li>
  </ul>
  </li>
  <li><b>Interior Dept. halts new oil/gas leases and permits in wake of judge&#39;s ruling:</b>
  <ul>
    <li><a href="https://www.nytimes.com/2022/02/20/climate/carbon-biden-drilling-climate.html?smid=tw-share"><b>Biden Administration Halts New Drilling in Legal Fight Over Climate Costs</b></a>&nbsp;(NY Times):
    <p>The Interior Department is pausing new federal oil and gas leases and permits after a judge blocked the government from weighing the cost of climate damage in decisions.</p>
    </li>
    <li><a href="https://www.eenews.net/articles/judge-blocks-key-biden-climate-metric/"><b>Judge blocks key Biden climate metric</b></a>&nbsp;(E&amp;E News)</li>
  </ul>
  </li>
  <li><b>U.S. Coal Country to get historic $11 billion to clean up abandoned mines:</b>
  <ul>
    <li><a href="https://www.canarymedia.com/articles/fossil-fuels/us-coal-communities-get-historic-11-billion-to-clean-up-abandoned-mines"><b>US coal communities get historic $11B to clean up abandoned mines</b></a>&nbsp;(Canary Media):
    <p>The funds support regions and workers grappling firsthand with the transition to clean energy.</p>
    </li>
    <li><a href="https://abcnews.go.com/Politics/wireStory/biden-plan-spend-725m-clean-abandoned-coal-mines-82731588"><b>Biden plan to spend $725M to clean up abandoned coal mines</b></a>&nbsp;(ABC News):
    <p>Nearly $725 million in federal funding is available this fiscal year to 22 states and the Navajo Nation for the reclamation of abandoned coal mines and cleanup of acid mine drainage, the U.S. Department of the Interior announced.</p>
    </li>
  </ul>
  </li>
  <li><b>Biden unveils historic $1 billion in funding for Great Lakes cleanup:</b>
  <ul>
    <li><a href="https://www.msn.com/en-us/news/politics/joe-biden-says-great-lakes-funding-will-allow-the-most-significant-restoration-effort-in-history/ar-AAU00K3"><b>Joe Biden says Great Lakes funding will allow the &acirc;&euro;&tilde;most significant&acirc;&euro;&trade; restoration effort in history</b></a>&nbsp;(Cleveland Plain Dealer):
    <p>Drawing on the words of famed author and Lorain-native Toni Morrison, President Joe Biden on Thursday said cities like Lorain and the rest of Ohio have much to look forward to in the future while announcing $1 billion in funding for restoration of the Great Lakes. &quot;Places like Lorain have a lot of proud yesterdays,&quot; he said. &quot;Now, they&acirc;&euro;&trade;re going to have some greater tomorrows because of all of you.&quot;</p>
    </li>
    <li><a href="https://www.cnn.com/2022/02/17/politics/great-lakes-infrastructure-biden-announcement/index.html"><b>Biden announces $1 billion in infrastructure funding to clean up the Great Lakes</b></a>&nbsp;(CNN)</li>
    <li><a href="https://ca.finance.yahoo.com/video/bidens-lorain-speech-174119687.html"><b>VIDEO: Biden&#39;s Lorain, Ohio speech</b></a>&nbsp;(Yahoo News):
    <p>Biden spoke in Lorain Feb. 17 about the Infrastructure Investment and Jobs Act which will accelerate clean-up of areas along the Great Lakes.M</p>
    </li>
  </ul>
  </li>
</ul>

<p><strong><i>&#39;GREEN NEWS EXTRA&#39;</i>&nbsp;(Stuff we didn&#39;t have time for in today&#39;s audio report)...</strong></p>

<p><i>For a comprehensive roundup of daily environmental news you can trust, see the&nbsp;<a href="http://www.sej.org/headlines/list">Society of Environmental Journalists&#39; Daily Headlines</a>&nbsp;page</i></p>

<ul>
  <li><a href="https://climatecrocks.com/2022/02/22/germany-decertifies-russian-gas-pipeline/"><b>Germany Decertifies Russian Gas Pipeline</b></a>&nbsp;(Climate Crocks)</li>
  <li><a href="https://www.theguardian.com/world/2022/feb/22/ukraine-crisis-sanctions-against-russia-come-at-a-cost-to-the-west?utm_term=Autofeed&amp;CMP=twt_gu&amp;utm_medium&amp;utm_source=Twitter#Echobox=1645549879"><b>Ukraine crisis: sanctions against Russia come at a cost to the west</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://www.theguardian.com/environment/2022/feb/17/air-pollution-may-affect-sperm-quality-says-study"><b>Air pollution may affect sperm quality, says study</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://www.eenews.net/articles/3-states-with-shuttered-nuclear-plants-see-emissions-rise/"><b>3 states with shuttered nuclear plants see emissions rise</b></a>&nbsp;(E&amp;E News)</li>
  <li><a href="https://www.bloomberg.com/news/articles/2022-02-19/chinese-scientists-discover-how-to-grow-seawater-rice"><b>China Plans to Feed 80 Million People With &acirc;&euro;&tilde;Seawater Rice&acirc;&euro;&trade;</b></a>&nbsp;(Bloomberg)</li>
  <li><a href="https://www.reuters.com/business/environment/75-people-want-single-use-plastics-banned-global-survey-finds-2022-02-22/"><b>75 percent Of People Want Single-Use Plastics Banned, Global Survey Finds</b></a>&nbsp;(Reuters)</li>
  <li><a href="https://www.washingtonpost.com/weather/2022/02/20/texas-energy-winter-renewable-jacobson-dessler-rogan/"><b>Study Shows Renewable Energy Could Help Prevent Blackouts Like Texas</b></a>&nbsp;(Washington Post)</li>
  <li><a href="https://www.nytimes.com/2022/02/21/us/politics/black-farmers-debt-relief.html"><b>Black Farmers Fear Foreclosure as Debt Relief Remains Frozen</b></a>&nbsp;(NY Times)</li>
  <li><a href="https://www.reuters.com/world/africa/ethiopia-turns-turbines-giant-nile-hydropower-plant-2022-02-20/"><b>Ethiopia Turns On The Turbines At Giant Nile Hydropower Plant</b></a>&nbsp;(Reuters)</li>
  <li><a href="https://www.washingtonpost.com/us-policy/2022/02/21/white-house-oil-reserves/"><b>White House Mulls How To Stabilize Gas Prices Amid Russian Hostilities</b></a>&nbsp;(Washington Post)</li>
  <li><a href="https://www.nytimes.com/2022/02/19/world/middleeast/syria-drought-climate-food.html"><b>Conflict and Climate Change Ravage Syria&acirc;&euro;&trade;s Agricultural Heartland</b></a>&nbsp;(NY Times)</li>
  <li><a href="https://www.latimes.com/environment/story/2022-02-21/growing-wildfires-pose-new-problems-for-water-supply"><b>Drought, Wildfires Pose New Threats To California Water Supply</b></a>&nbsp;(LA Times)</li>
  <li><a href="https://www.npr.org/2022/02/21/1082136147/hank-the-tank-bear-lake-tahoe"><b>Hank the Tank: Massive Bear Breaks Into Dozens Of Homes Near Lake Tahoe</b></a>&nbsp;(NPR)</li>
  <li><a href="https://www.chicagotribune.com/news/breaking/ct-scrap-shredder-chicago-permit-southeast-side-general-iron-20220218-tcqs2xvpinadpehvtlkk5zzr3a-story.html"><b>Chicago Mayor Denies Permit To Scrap Shredder; Company Vows To Fight On</b></a>&nbsp;(Chicago Tribune)</li>
  <li><a href="https://www.eenews.net/articles/white-house-releases-ej-mapping-tool-amid-rising-scrutiny/"><b>White House Releases EJ Mapping Tool Amid Rising Scrutiny</b></a>&nbsp;(E&amp;E News)</li>
  <li><a href="https://www.ehn.org/environmental-ghost-towns-2656721267.html"><b>Environmental Sacrifice Zones: 8 Places We&acirc;&euro;&trade;ve Given Up&acirc;&euro;&rdquo;Probably Forever</b></a>&nbsp;(Environmental Health Network)</li>
  <li><a href="https://climatecrocks.com/2022/02/18/rare-earths-from-coal-waste/"><b>&quot;Rare Earths&quot; from Coal Waste</b></a>&nbsp;(Climate Crocks)</li>
  <li><a href="https://www.eenews.net/articles/how-manchin-used-politics-to-protect-his-coal-company/"><b>How Manchin used politics to protect his coal company</b></a>&nbsp;(E&amp;E News)</li>
  <li><a href="https://therevelator.org/30-day-climate-action-plan/"><b>Feeling Hopeless About the Climate? Try Our 30-Day Action Plan</b></a>&nbsp;(The Revelator)</li>
  <li><a href="https://www.foreignaffairs.com/articles/world/2021-11-30/geopolitics-energy-green-upheaval"><b>Green Upheaval: The New Geopolitics of Energy</b></a>&nbsp;(Foreign Affairs)</li>
  <li><a href="https://www.theguardian.com/environment/video/2021/oct/25/2050-what-happens-if-we-ignore-the-climate-crisis-video-explainer?utm_term=Autofeed&amp;CMP=twt_gu&amp;utm_medium&amp;utm_source=Twitter#Echobox=1635153345"><b>VIDEO: 2050: what happens if we ignore the climate crisis</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://nordot.app/824149301263220736?c=592622757532812385"><b>Guilt, grief and anxiety as young people fear for climate&#39;s future</b></a>&nbsp;(Reuters)</li>
  <li><a href="https://www.theguardian.com/environment/2021/oct/19/case-closed-999-of-scientists-agree-climate-emergency-caused-by-humans"><b>99.9 percent Of Scientists Agree Climate Emergency Caused By Humans</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://www.bloomberg.com/features/diversified-energy-natural-gas-wells-methane-leaks-2021/"><b>An Empire of Dying Wells: Old oil and gas sites are a climate menace. Meet the company that owns more of America&#39;s decaying wells than any other.</b></a>&nbsp;(Bloomberg)</li>
  <li><a href="https://finance.yahoo.com/news/climate-fund-choices-investors-multiplying-100008743.html"><b>Climate Fund Choices for Investors Are Multiplying</b></a>&nbsp;(Bloomberg/Yahoo)</li>
  <li><a href="https://grist.org/climate/how-climate-change-could-undo-50-years-of-public-health-gains/?utm_campaign=sprout&amp;utm_source=twitter&amp;utm_medium=social&amp;utm_content=1607385935"><b>How climate change could undo 50 years of public health gains</b></a>&nbsp;(Grist)</li>
  <li><a href="https://www.propublica.org/article/climate-change-will-force-a-new-american-migration"><b>Climate Change Will Force a New American Migration</b></a>&nbsp;(Pro Publica)</li>
  <li><a href="https://www.cjr.org/special_report/exxons_snake_oil.php?mc_cid=35c880dfb2&amp;mc_eid=7741025947"><b>Exxon&#39;s Snake Oil: 100 years of deception</b></a>&nbsp;(Columbia Journalism Review)</li>
  <li><a href="https://insideclimatenews.org/news/27082019/12-years-climate-change-explained-ipcc-science-solutions"><b>What Does &#39;12 Years to Act on Climate Change&#39; (Now 9 Years) Really Mean?</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://www.youtube.com/watch?v=d9uTH0iprVQ&amp;feature=youtu.be"><b>VIDEO: A Message From the Future With Alexandria Ocasio-Cortez</b></a>&nbsp;(The Intercept)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/5/7/17306008/climate-change-global-warming-scenarios-ambition"><b>What genuine, no-bullshit ambition on climate change would look like: How to hit the most stringent targets, with no loopholes.</b></a>&nbsp;(David Roberts, Vox)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/9/5/17816808/sustainability-26-trillion"><b>A Global Shift To Sustainability Would Save Us $26 Trillion</b></a>&nbsp;(Vox)</li>
  <li><a href="https://www.drawdown.org/"><b>Project Drawdown: 100 Solutions to Reverse Global Warming</b></a>&nbsp;(Drawdown.org)</li>
  <li><a href="https://www.vice.com/en_us/article/3kyp8y/an-optimists-guide-to-solving-climate-change-and-saving-the-world"><b>An Optimist&#39;s Guide to Solving Climate Change and Saving the World</b></a>&nbsp;(Vice)</li>
  <li><a href="https://www.politico.com/agenda/story/2017/09/13/food-nutrients-carbon-dioxide-000511"><b>The great nutrient collapse: The atmosphere is literally changing the food we eat, for the worse. And almost nobody is paying attention.</b></a>&nbsp;(Politico)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/4/30/17300946/global-warming-degrees-replace-fossil-fuels"><b>The world&#39;s bleak climate situation, in 3 charts: We&#39;ve got a long way to go and a short time to get there.</b></a>&nbsp;(Vox)</li>
  <li><a href="https://www.nytimes.com/2017/11/06/opinion/climate-report-global-warming.html"><b>The Climate Risks We Face</b></a>&nbsp;(NY Times):
  <p>To stabilize global temperature, net carbon dioxide emissions must be reduced to zero. The window of time is rapidly closing to reduce emissions and limit warming to no more than 3.6 degrees Fahrenheit or 2 degrees Celsius above preindustrial levels, the goal set in the Paris climate accord. The further we push the climate system beyond historical conditions, the greater the risks of potentially unforeseen and even catastrophic changes to the climate - so every reduction in emissions helps.</p>
  </li>
  <li><a href="http://nymag.com/daily/intelligencer/2017/07/climate-change-earth-too-hot-for-humans.html"><b>The Uninhabitable Earth: When will climate change make earth too hot for humans?</b></a>&nbsp;(New York Magazine):
  <p>Famine, economic collapse, a sun that cooks us: What climate change could wreak - sooner than you think.</p>
  </li>
  <li><a href="http://www.vox.com/energy-and-environment/2017/4/4/14942764/100-renewable-energy-debate"><b>A beginner&#39;s guide to the debate over 100% renewable energy</b></a>&nbsp;(Vox):
  <p>Clean-energy enthusiasts frequently claim that we can go bigger, that it&#39;s possible for the whole world to run on renewables - we merely lack the &quot;political will.&quot; So, is it true? Do we know how get to an all-renewables system? Not yet. Not really.</p>
  </li>
</ul>]]></content:encoded>
      <media:thumbnail url="https://bradblog.com/images/GNR_JoeBiden-GreatLakesRestoration_13Anniv.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/60028</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Cary Harrison on Ukraine &amp; FL Anti-Gay Bill</title>
      <description>Check out Cary Harrison and Greg Palast on Rethinking the Ukraine and Florida's Anti-Gay Bill</description>
      <pubDate>Fri, 18 Feb 2022 19:36:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/cary-harrison-on-ukraine-and-fl-anti-gay-bill/</link>
      <guid isPermaLink="false">o237-860-620ff52b425cf</guid>
      <dc:creator>Ali Lexa</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p style="text-align: center;">Cary Harrison and Greg Palast on the Ukraine and Florida&#39;s Anti-Gay Bill<br />
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="365" src="https://www.youtube.com/embed/5WMumtXlRoI" title="YouTube video player" width="666"></iframe></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/620ff51a712d3.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/60001</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>'Green News Report' - February 17, 2022</title>
      <description>U.S. sea levels to rise by at least a foot by 2050, causing profound flooding; Rio hit with deadly torrential rains, floods, and landslides; PLUS: Good news for breathers --- Biden to restore California's clean car standards... All that and more in today's Green News Report!</description>
      <pubDate>Fri, 18 Feb 2022 03:41:57 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/green-news-report-february-17-2022/</link>
      <guid isPermaLink="false">o237-860-620f158b1859c</guid>
      <dc:creator>Desi Doyen</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><a href="https://bradblog.com/?p=14171">&#39;Green News Report&#39; - February 17, 2022</a></p>

<p>With Brad Friedman &amp; Desi Doyen... GNR&#39;s 13th ANNIVERSARY!&nbsp;By&nbsp;<a href="https://bradblog.com/?author=9" title="Posts by Desi Doyen">DESI DOYEN</a>&nbsp;on 2/17/2022, 11:24am PT&nbsp;&nbsp;</p>

<p><img align="right" border="0" hspace="6" src="https://bradblog.com/images/GNR_13thAnniversary.jpg" vspace="3" /></p>

<p><strong>IN TODAY&#39;S RADIO REPORT:</strong>&nbsp;U.S. sea levels to rise by at least a foot by 2050, causing profound flooding; Rio hit with deadly torrential rains, floods, and landslides;&nbsp;<i>PLUS:</i>&nbsp;Good news for breathers --- Biden to restore California&#39;s clean car standards... All that and more in today&#39;s&nbsp;<i>Green News Report!</i></p>

<center><strong><em>GNR&#39;s now celebrating 13 YEARS of independent green news, politics, analysis, snarky comment and connecting climate change dots over your public airwaves!</em></strong><br />
<a href="https://bradblog.com/Donate"><b><i>PLEASE CLICK HERE TO HELP US CELEBRATE WITH A DONATION!</i></b></a></center>

<p>&nbsp;</p>

<p><a href="https://www.bradblog.com/audio/greennews/GNR_021722.mp3"><img src="https://bradblog.com/Images/Speaker_Icon_Green_24.png" /><i><b>Click here to listen or download MP3</b></i></a>&nbsp;<i>(6 mins)...</i></p>

<p>Got comments, tips, love letters, hate mail? Drop us a line at&nbsp;<a href="mailto:GreenNews@BradBlog.com">GreenNews@BradBlog.com</a>&nbsp;or right here at the comments link below. All GNRs are always archived at&nbsp;<a href="https://bradblog.com/h%20ttps://GreenNews.BradBlog.com">GreenNews.BradBlog.com</a>.</p>

<p><strong>IN &#39;GREEN NEWS EXTRA&#39;</strong>&nbsp;(<em>see links below</em>): Corn-based ethanol may be worse for climate than gasoline; Nuclear fusion: why the race to harness the power of the Sun just sped up; Zinke broke ethics rules as Trump&#39;s Interior Secretary; Oil firms&#39; climate claims are greenwashing, study concludes; Firefighters file multiple lawsuits over PFAS in gear, foam; Jordan tries to save rare red sea corals that can take climate change; CA will put solar panels over canals to fight two disasters at once...&nbsp;<i>PLUS:</i>&nbsp;Flourishing plants show warming Antarctica undergoing &#39;major change&#39;... and much,&nbsp;<i>MUCH</i>&nbsp;more! ...</p>

<p><a id="more-14171"></a></p>

<p><i><b>STORIES DISCUSSED ON TODAY&#39;S &#39;GREEN NEWS REPORT&#39;...</b></i></p>

<ul>
  <li><b>Torrential rains trigger deadly, catastrophic flash floods and landslides:</b>

  <ul>
    <li><a href="https://www.nbcnews.com/now/video/at-least-78-dead-from-mudslide-in-rio-de-janeiro-133348421875"><b>VIDEO: At least 78 dead from mudslide in Rio de Janeiro</b></a>&nbsp;(NBC News)</li>
    <li><a href="https://www.msn.com/en-us/news/world/mudslides-flooding-kill-at-least-94-people-in-brazil/ar-AATY2RX"><b>Mudslides, flooding kill at least 94 people in Brazil</b></a>&nbsp;(The Week/MSN):
    <p>At least 94 people have been killed in Petropolis, Brazil, after heavy rains caused mudslides that destroyed homes and washed away vehicles, local government officials said Wednesday.</p>
    </li>
  </ul>
  </li>
  <li><b>NOAA warns U.S. sea levels to rise by at least a foot by 2050:</b>
  <ul>
    <li><a href="https://oceanservice.noaa.gov/hazards/sealevelrise/sealevelrise-tech-report-sections.html"><b>2022 Sea Level Rise Technical Report: Global and Regional Sea Level Rise<br />
    Scenarios for the United States</b></a>&nbsp;(NOAA)</li>
    <li><a href="https://www.washingtonpost.com/climate-environment/2022/02/15/sea-level-rise-2050-climate/"><b>Sea level to rise one foot along U.S. coastlines by 2050, government report finds</b></a>&nbsp;(Washington Post):
    <p>This amount of water battering the coasts &acirc;&euro;&oelig;will create a profound increase in the frequency of coastal flooding, even in the absence of storms or heavy rainfall,&acirc;&euro; NOAA said. &quot;We&acirc;&euro;&trade;re unfortunately headed for a flood regime shift,&quot; said William Sweet, an oceanographer at the NOAA National Ocean Service and the nation&acirc;&euro;&trade;s top scientist on sea level rise. &quot;There will be water in the streets unless action is taken in more and more communities.&quot;</p>
    </li>
    <li><a href="https://apnews.com/article/floods-climate-science-national-oceanic-and-atmospheric-administration-texas-81ea3dfde46f98ed675c92a0447c8114"><b>US Could See a Century&#39;s Worth of Sea Rise in Just 30 Years</b></a>&nbsp;(AP)</li>
    <li><a href="https://www.axios.com/new-sea-level-rise-forecast-warns-increasing-flooding-759e812c-8f79-4115-80e9-b3099724e9d6.html"><b>U.S. sea levels to rise by a foot through 2050, causing &quot;profound&quot; flooding</b></a>&nbsp;(Axios):
    <p>The U.S. is poised to see as much of a rise in sea levels through the year 2050 as it has experienced in the past century, with additional increases through 2150, according to a comprehensive new federal report out Tuesday.</p>
    </li>
    <li><a href="https://www.noaa.gov/news-release/us-coastline-to-see-up-to-foot-of-sea-level-rise-by-2050"><b>VIDEO: NOAA press conference --- U.S. coastline to see up to a foot of sea level rise by 2050&nbsp;</b></a>(NOAA)</li>
    <li><a href="https://www.youtube.com/watch?v=XFxaNywH5wM"><b>VIDEO: Dr. Michael Mann on MSNBC Talking About New NOAA Sea Level Rise Report</b></a>&nbsp;(YouTube)</li>
    <li><a href="https://climatecrocks.com/2022/02/15/locked-in-sea-level-will-rise-a-foot-by-2050/"><b>VIDEO: Locked In: Sea Level Will Rise a Foot by 2050</b></a>&nbsp;(Climate Crocks)</li>
  </ul>
  </li>
  <li><b>Biden White House unveils &#39;Buy Clean&#39; initiative to decarbonize industrial sector:</b>
  <ul>
    <li><a href="https://www.theatlantic.com/science/archive/2022/02/biden-climate-factories-industrial-sector/622810/"><b>The White House Is Going After One of Climate Change&acirc;&euro;&trade;s Thorniest Problems</b></a>&nbsp;(The Atlantic):
    <p>It requires building new factories. Lots of them...In order to bring new technologies to market, Washington is willing to act as an investor, matchmaker, and consumer for fledgling innovations. It will design markets to serve public needs, cut loans that banks won&acirc;&euro;&trade;t write, and ensure competition among linchpin firms. The government, in short, is ready to care about stuff again, the real-world economy of flesh and steel.</p>
    </li>
    <li><a href="https://www.nytimes.com/2022/02/15/climate/biden-clean-energy.html"><b>Biden Administration Promises to Buy &acirc;&euro;&tilde;Clean&acirc;&euro;&trade; Industrial Materials</b></a>&nbsp;(NY Times):
    <p>A new Buy Clean Task Force will be created to ensure federal agencies buy construction materials that are manufactured in a way that produces fewer emissions. The Energy Department will spend $9.5 billion to encourage the commercial-scale development of clean hydrogen, a zero-carbon alternative to natural gas that is currently expensive and complicated to produce. The White House on Tuesday will also issue new guidance on deploying technology that can capture pollution from sources like smokestacks or from the air and then permanently store it.</p>
    </li>
    <li><a href="https://www.msn.com/en-us/money/markets/biden-and-buy-clean-task-force-will-tap-infrastructure-funds-to-cut-emissions-from-steel-aluminum-and-concrete/ar-AATRSjc"><b>Biden and &acirc;&euro;&tilde;Buy Clean&acirc;&euro;&trade; task force will tap infrastructure funds to cut emissions from steel, aluminum and concrete</b></a>&nbsp;(MarketWatch)</li>
  </ul>
  </li>
  <li><b>Biden EPA restores CA authority to set more stringent tailpipe standards:</b>
  <p>&nbsp;</p>

  <ul>
    <li><a href="https://www.washingtonpost.com/climate-solutions/2022/02/17/biden-california-cars-climate-change/"><b>Biden will allow California to set climate limits on cars. The move could influence the rest of the country</b></a>&nbsp;(Washington Post):

    <p>&quot;It&acirc;&euro;&trade;s worth recognizing that the only reason the feds are where they are on greenhouse gas emission standards for cars is because California went there first,&quot; said Cara Horowitz, co-executive director of the Emmett Institute on Climate Change and the Environment at the UCLA School of Law. &quot;The importance of California&acirc;&euro;&trade;s authority shouldn&acirc;&euro;&trade;t be dismissed just because the feds have now caught up to California.&quot;</p>
    </li>
    <li><a href="https://www.nytimes.com/2022/02/15/climate/california-waiver-emissions.html"><b>California Returns as Climate Leader, With Help From the White House</b></a>&nbsp;(NY Times):
    <p>&nbsp;</p>

    <p>The Biden administration is restoring the state&acirc;&euro;&trade;s power to set its own limits on tailpipe pollution and is largely adopting the state&acirc;&euro;&trade;s rules regarding heavy trucks.</p>
    </li>
    <li><a href="https://www.axios.com/california-auto-emissions-biden-administration-a5a87492-9baf-48ed-95d7-c412c28f3c51.html"><b>Biden administration to reverse Trump-era California auto emissions rollback</b></a>&nbsp;(Axios)</li>
    <li><a href="https://edition.cnn.com/2022/02/15/politics/biden-epa-will-reinstate-california-emissions-waiver-climate/index.html"><b>Biden administration is finalizing a waiver for California to set its own vehicle emissions standards</b></a>&nbsp;(CNN):
    <p>Environmental Protection Agency spokesperson Nick Conger confirmed the EPA&#39;s final decision on the waiver is expected soon. &quot;We are working to finalize a decision on the California waiver and we expect to issue a decision in the near future,&quot; Conger told CNN.</p>
    </li>
  </ul>
  </li>
</ul>

<p><strong><i>&#39;GREEN NEWS EXTRA&#39;</i>&nbsp;(Stuff we didn&#39;t have time for in today&#39;s audio report)...</strong></p>

<p><i>For a comprehensive roundup of daily environmental news you can trust, see the&nbsp;<a href="http://www.sej.org/headlines/list">Society of Environmental Journalists&#39; Daily Headlines</a>&nbsp;page</i></p>

<ul>
  <li><a href="https://insideclimatenews.org/news/16022022/corn-ethanol-gasoline-climate-change/"><b>Corn-Based Ethanol May Be Worse For the Climate Than Gasoline, a New Study Finds</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://insideclimatenews.org/news/08122021/nuclear-fusion-why-the-race-to-harness-the-power-of-the-sun-just-sped-up/"><b>Nuclear Fusion: Why the Race to Harness the Power of the Sun Just Sped Up</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://www.washingtonpost.com/climate-environment/2022/02/16/zinke-inspector-general-report/"><b>Zinke Broke Ethics Rules While Leading Trump&acirc;&euro;&trade;s Interior Dept.: Inspector General</b></a>&nbsp;(Washington Post)</li>
  <li><a href="https://www.theguardian.com/environment/2022/feb/16/oil-firms-climate-claims-are-greenwashing-study-concludes"><b>Oil Firms&#39; Climate Claims Are Greenwashing, Study Concludes</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://bnanews.bna.com/environment-and-energy/firefighters-file-multiple-lawsuits-over-pfas-in-gear-foam"><b>Firefighters File Multiple Lawsuits Over PFAS in Gear, Foam</b></a>&nbsp;(Bloomberg)</li>
  <li><a href="https://www.theguardian.com/environment/2022/feb/17/world-spends-18tn-a-year-on-subsidies-that-harm-environment-study-finds-aoe"><b>World Spends $1.8T A Year On Subsidies That Harm Environment: Study</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://bnanews.bna.com/environment-and-energy/power-grid-upgrade-costs-to-handle-extreme-weather-divide-states"><b>Power Grid Upgrade Costs to Handle Extreme Weather Divide States</b></a>&nbsp;(Bloomberg)</li>
  <li><a href="https://www.washingtonpost.com/education/2022/02/16/college-fossil-fuel-divest-legal-action/"><b>Students From 5 Top Universities Sue To Compel Fossil-Fuel Divestment</b></a>&nbsp;(Washington Post)</li>
  <li><a href="https://news.mongabay.com/2022/02/jordan-scrambles-to-save-rare-red-sea-corals-that-can-withstand-climate-change/"><b>Jordan Tries To Save Rare Red Sea Corals That Can Take Climate Change</b></a>&nbsp;(Mongabay)</li>
  <li><a href="https://gizmodo.com/california-will-stick-solar-panels-over-canals-to-fight-1848550514"><b>CA Will Put Solar Panels Over Canals to Fight Two Disasters at Once</b></a>&nbsp;(Earther)</li>
  <li><a href="https://insideclimatenews.org/news/15022022/ferc-clean-energy-transition/"><b>New Faces on FERC Could Help Speed a Clean Energy Transition</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://www.theguardian.com/environment/2022/feb/14/flourishing-plants-show-warming-antarctica-undergoing-major-change-aoe"><b>Flourishing Plants Show Warming Antarctica Undergoing &#39;Major Change&#39;</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://newrepublic.com/article/165372/net-zero-pledge-banks"><b>Never Believe a Bank&acirc;&euro;&trade;s Net-Zero Pledge</b></a>&nbsp;(The New Republic)</li>
  <li><a href="https://www.eenews.net/articles/how-manchin-used-politics-to-protect-his-coal-company/"><b>How Manchin used politics to protect his coal company</b></a>&nbsp;(E&amp;E News)</li>
  <li><a href="https://therevelator.org/30-day-climate-action-plan/"><b>Feeling Hopeless About the Climate? Try Our 30-Day Action Plan</b></a>&nbsp;(The Revelator)</li>
  <li><a href="https://www.foreignaffairs.com/articles/world/2021-11-30/geopolitics-energy-green-upheaval"><b>Green Upheaval: The New Geopolitics of Energy</b></a>&nbsp;(Foreign Affairs)</li>
  <li><a href="https://www.theguardian.com/environment/video/2021/oct/25/2050-what-happens-if-we-ignore-the-climate-crisis-video-explainer?utm_term=Autofeed&amp;CMP=twt_gu&amp;utm_medium&amp;utm_source=Twitter#Echobox=1635153345"><b>VIDEO: 2050: what happens if we ignore the climate crisis</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://nordot.app/824149301263220736?c=592622757532812385"><b>Guilt, grief and anxiety as young people fear for climate&#39;s future</b></a>&nbsp;(Reuters)</li>
  <li><a href="https://www.theguardian.com/environment/2021/oct/19/case-closed-999-of-scientists-agree-climate-emergency-caused-by-humans"><b>99.9 percent Of Scientists Agree Climate Emergency Caused By Humans</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://www.bloomberg.com/features/diversified-energy-natural-gas-wells-methane-leaks-2021/"><b>An Empire of Dying Wells: Old oil and gas sites are a climate menace. Meet the company that owns more of America&#39;s decaying wells than any other.</b></a>&nbsp;(Bloomberg)</li>
  <li><a href="https://finance.yahoo.com/news/climate-fund-choices-investors-multiplying-100008743.html"><b>Climate Fund Choices for Investors Are Multiplying</b></a>&nbsp;(Bloomberg/Yahoo)</li>
  <li><a href="https://grist.org/climate/how-climate-change-could-undo-50-years-of-public-health-gains/?utm_campaign=sprout&amp;utm_source=twitter&amp;utm_medium=social&amp;utm_content=1607385935"><b>How climate change could undo 50 years of public health gains</b></a>&nbsp;(Grist)</li>
  <li><a href="https://www.propublica.org/article/climate-change-will-force-a-new-american-migration"><b>Climate Change Will Force a New American Migration</b></a>&nbsp;(Pro Publica)</li>
  <li><a href="https://www.cjr.org/special_report/exxons_snake_oil.php?mc_cid=35c880dfb2&amp;mc_eid=7741025947"><b>Exxon&#39;s Snake Oil: 100 years of deception</b></a>&nbsp;(Columbia Journalism Review)</li>
  <li><a href="https://insideclimatenews.org/news/27082019/12-years-climate-change-explained-ipcc-science-solutions"><b>What Does &#39;12 Years to Act on Climate Change&#39; (Now 9 Years) Really Mean?</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://www.youtube.com/watch?v=d9uTH0iprVQ&amp;feature=youtu.be"><b>VIDEO: A Message From the Future With Alexandria Ocasio-Cortez</b></a>&nbsp;(The Intercept)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/5/7/17306008/climate-change-global-warming-scenarios-ambition"><b>What genuine, no-bullshit ambition on climate change would look like: How to hit the most stringent targets, with no loopholes.</b></a>&nbsp;(David Roberts, Vox)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/9/5/17816808/sustainability-26-trillion"><b>A Global Shift To Sustainability Would Save Us $26 Trillion</b></a>&nbsp;(Vox)</li>
  <li><a href="https://www.drawdown.org/"><b>Project Drawdown: 100 Solutions to Reverse Global Warming</b></a>&nbsp;(Drawdown.org)</li>
  <li><a href="https://www.vice.com/en_us/article/3kyp8y/an-optimists-guide-to-solving-climate-change-and-saving-the-world"><b>An Optimist&#39;s Guide to Solving Climate Change and Saving the World</b></a>&nbsp;(Vice)</li>
  <li><a href="https://www.politico.com/agenda/story/2017/09/13/food-nutrients-carbon-dioxide-000511"><b>The great nutrient collapse: The atmosphere is literally changing the food we eat, for the worse. And almost nobody is paying attention.</b></a>&nbsp;(Politico)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/4/30/17300946/global-warming-degrees-replace-fossil-fuels"><b>The world&#39;s bleak climate situation, in 3 charts: We&#39;ve got a long way to go and a short time to get there.</b></a>&nbsp;(Vox)</li>
  <li><a href="https://www.nytimes.com/2017/11/06/opinion/climate-report-global-warming.html"><b>The Climate Risks We Face</b></a>&nbsp;(NY Times):
  <p>To stabilize global temperature, net carbon dioxide emissions must be reduced to zero. The window of time is rapidly closing to reduce emissions and limit warming to no more than 3.6 degrees Fahrenheit or 2 degrees Celsius above preindustrial levels, the goal set in the Paris climate accord. The further we push the climate system beyond historical conditions, the greater the risks of potentially unforeseen and even catastrophic changes to the climate - so every reduction in emissions helps.</p>
  </li>
  <li><a href="http://nymag.com/daily/intelligencer/2017/07/climate-change-earth-too-hot-for-humans.html"><b>The Uninhabitable Earth: When will climate change make earth too hot for humans?</b></a>&nbsp;(New York Magazine):
  <p>Famine, economic collapse, a sun that cooks us: What climate change could wreak - sooner than you think.</p>
  </li>
  <li><a href="http://www.vox.com/energy-and-environment/2017/4/4/14942764/100-renewable-energy-debate"><b>A beginner&#39;s guide to the debate over 100% renewable energy</b></a>&nbsp;(Vox):
  <p>Clean-energy enthusiasts frequently claim that we can go bigger, that it&#39;s possible for the whole world to run on renewables - we merely lack the &quot;political will.&quot; So, is it true? Do we know how get to an all-renewables system? Not yet. Not really.</p>
  </li>
</ul>]]></content:encoded>
      <media:thumbnail url="https://bradblog.com/images/GNR_13thAnniversary.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59995</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>'The Ship is Leaving the Rats': On Trump's NY Woes and Ticking Clock on Obstruction Charges: 'BradCast'</title>
      <description>Guest: Former Asst. USA Randall D. Eliason; Also: Climate disaster in Rio; Retail sales boom under Biden; I.G. finds Trump Interior Sec. 'misused public office for private gain'...</description>
      <pubDate>Thu, 17 Feb 2022 19:18:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/the-ship-is-leaving-the-rats-on-trumps-ny-woes-and-ticking-clock-on-obstruction-charges-bradcast/</link>
      <guid isPermaLink="false">o237-860-620e9fa7d1c20</guid>
      <dc:creator>Brad Friedman</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><a href="https://bradblog.com/?p=14172">&#39;The Ship is Leaving the Rats&#39;: On Trump&#39;s NY Woes and Ticking Clock on Obstruction Charges: &#39;BradCast&#39; 2/16/2022</a></p>

<p>Guest: Former Asst. USA Randall D. Eliason; Also: Climate disaster in Rio; Retail sales boom under Biden; I.G. finds Trump Interior Sec. &#39;misused public office for private gain&#39;...</p>

<p>By&nbsp;<a href="https://bradblog.com/?author=3" title="Posts by Brad Friedman">BRAD FRIEDMAN</a>&nbsp;on 2/16/2022</p>

<p><img align="right" border="0" hspace="6" src="https://bradblog.com/images/BradCast_LetitiaJames-MerrickGarland_021622.jpg" vspace="3" />The clean up on aisle 45 seems to never end on&nbsp;<a href="https://bradblog.com/BradCast"><i>The BradCast</i></a>. But a whole bunch of experts (including our guest today) suggests our disgraced former President is inching ever closer to some very bad news --- at least in New York. [<i>Audio link to full show is posted at end of this summary.</i>]</p>

<p>First up, some other news not getting enough coverage today...</p>

<ul>
  <li>Our&nbsp;<b>climate emergency</b>&nbsp;continues to worsen, as 10 inches of rain fell in three hours in a mountainous tourist area near Rio in&nbsp;<b>Brazil</b>&nbsp;on Tuesday. As of airtime at least&nbsp;<a href="https://apnews.com/article/floods-jair-bolsonaro-caribbean-brazil-rio-de-janeiro-d2398414ef9efc746de1052943dc8a1b">58 were confirmed killed</a>&nbsp;by the downpour and the deadly mudslides it triggered. That comes on the heels of at least 40 killed in similar storms in Brazil last month, as the nation&#39;s President, Jair Bolsonaro, has allowed for the acceleration of deforestation in the Amazon rainforest, contributing to our worsening climate crisis and resulting in these deadly, extreme weather disasters.</li>
</ul>

<ul>
  <li>The&nbsp;<b>Biden economic boom</b>&nbsp;continues, despite corporate media&#39;s continuing obsession with inflation. On Wednesday, the Commerce Department reported&nbsp;<a href="https://www.cnbc.com/2022/02/16/retail-sales-january-2022.html">consumer spending surged in January</a>, and at much higher numbers than can be attributed to inflation. Retail sales nearly&nbsp;<i>doubled</i>&nbsp;what Dow Jones had previously estimated would be seen in January. A separate report today also found that industrial production spiked&nbsp;<i>three</i>&nbsp;times higher than estimates for last month.</li>
</ul>

<ul>
  <li>Donald Trump&#39;s disgraced Interior Secretary,&nbsp;<b>Ryan Zinke</b>, &quot;misused his public office for private gain&quot; and&nbsp;<a href="https://thehill.com/policy/energy-environment/594540-trump-interior-secretary-zinke-broke-ethics-rules-watchdog?rl=1">lied about it to government ethics officials</a>, according to a&nbsp;<a href="https://www.oversight.gov/sites/default/files/oig-reports/DOI/WebReactFormerSecretaryEthicalNoncompliance.pdf">report [PDF]</a>&nbsp;released Wednesday by the Department&#39;s Inspector General. Despite vowing, upon his confirmation as Trump&#39;s Interior chief in 2017, to disassociate with a foundation he worked with and a related commercial venture while serving as Secretary, Zinke was found to have communicated with the group dozens of times via email and text; had private meetings with them in D.C.; and played an &quot;extensive, direct, and substantive role&quot; in a commercial development project that would also benefit a private commercial project of his own in Montana. The I.G. reportedly referred the matter to Biden&#39;s Dept. of Justice, which --- for reasons unknown --- declined to bring criminal charges against Trump&#39;s disgraced former Interior chief. And, because no accountability was ever brought over this matter --- or a host of&nbsp;<i>other</i>&nbsp;personal Zinke scandals revealed while he served under Trump --- the wildly corrupt Zinke is now running again for high office in Montana, hoping to win back his old U.S. House seat this year.</li>
</ul>

<p>Then, it&#39;s on to our guest today, for insight on a number of related matters.</p>

<p>Earlier this week, it was&nbsp;<a href="https://www.nytimes.com/2022/02/14/nyregion/mazars-trump-organization-financial-statements.html?unlocked_article_code=AAAAAAAAAAAAAAAACEIPuomT1JKd6J17Vw1cRCfTTMQmqxCdw_PIxftm3iWka3DPDm8eiOIEGYWP-kDLIq9qddIpxHGHXsJEKPooXvN7yO5NNlBsTA_trJqCkZIOIiwx7JmvV3872">revealed</a>&nbsp;that Trump&#39;s longtime accounting firm, Mazars USA, informed him and his family business last week that they would no longer be doing business with them. Moreover, they informed Trump that nearly 10 years of annual financial statements they&#39;d prepared for him and the Trump Organization should no longer be relied upon to be accurate in any way, as it was based on faulty information supplied by Trump.</p>

<p>The company informed Trump that Statements of Financial Condition created from 2011 to 2020 were being retracted and that, due to a &quot;conflict of interest&quot;, they would no longer be working for his company. The news came via a court filing on Monday by New York state Attorney General Letitia James in response to the attempt by Trump and his children to avoid depositions in James&#39; civil investigation into alleged bank, tax and insurance fraud by all of them. The Manhattan D.A. is also running a concurrent&nbsp;<i>criminal</i>&nbsp;probe into many of the same matters.</p>

<p>Since that news became public this week, a number of legal experts have explained that Mazars&#39; &quot;conflict of interest&quot; almost certainly means the firm is now cooperating with New York prosecutors&nbsp;<i>against</i>&nbsp;Trump and his businesses. Longtime Trump investigative reporter&nbsp;<a href="https://www.mediaite.com/tv/reporter-who-got-trump-tax-return-predicts-racketeering-charges-against-trump-his-children-others/">David Cay Johnston told CNN</a>&nbsp;on Tuesday that he believes Trump and his company and maybe even his kids, will, in fact, be indicted on racketeering charges in the state.</p>

<p>We&#39;re joined today by former Asst. U.S. Attorney&nbsp;<b>RANDALL D. ELIASON</b>, who spent years as Chief of the DoJ&#39;s Public Corruption/Government Fraud section in D.C. He&#39;s now a law professor&nbsp;<a href="https://www.law.gwu.edu/randall-d-eliason">at George Washington University Law School</a>&nbsp;where he is an expert in white collar criminal law. Eliason offers helpful insight into Trump&#39;s increasingly serious New York troubles and discusses his recent&nbsp;<a href="https://www.washingtonpost.com/opinions/2022/02/07/trump-garland-and-the-mueller-report/">opinion piece at&nbsp;<i>Washington Post</i></a>&nbsp;calling on Attorney General Merrick Garland to explain himself in regard to the DoJ&#39;s probe (or lack thereof) into the 10 or more obstruction of justice allegations detailed by Robert Mueller in the report on his Special Counsel investigation.</p>

<p>On the New York matter(s), Eliason cites a recent comment he&#39;d heard that Mazars&#39; dumping of Trump suggests &quot;the ship is leaving the rats.&quot; He charges that the financial firm is clearly &quot;trying to distance themselves, and that suggests they see something bad coming down the road for their client.&quot; He concurs that &quot;the most likely explanation for what&#39;s going on is that Mazars is now cooperating, either in the criminal case or the civil case, or both, and potentially testifying against Trump and the Trump Organization. That definitely creates a conflict of interest, to where they&#39;d say, &#39;Well, I can&#39;t be your accountant anymore because now I&#39;m actually a witness against you.&#39;&quot;</p>

<p>Eliason also offers a very helpful explanation of what racketeering charges actually are, and how, if Johnston is right, that might play into the New York state prosecutions and even the investigation by Fulton County, Georgia District Attorney Fani Willis into Trump&#39;s conspiracy to steal the 2020 election in the Peach State. Eliason further helps us understand how both the NY state Attorney General and Manhattan D.A. could both ultimately bring charges for the same set of fraud crimes, but as a civil matter (resulting in fines and other such penalties) by the A.G. and as a criminal indictment (potentially resulting in prison time) by the D.A.</p>

<p>As to the curious case of Merrick Garland, as Eliason highlighted in his recent&nbsp;<i>Post</i>&nbsp;op-ed, he does not count himself among those who think that Biden&#39;s Attorney General is necessarily dropping the ball. But he does believe an explanation is warranted to the American people regarding any potential investigations of Trump on the many cases of obstruction painstakingly spelled out in Mueller&#39;s Special Counsel report on Russian interference in 2016 and Trump&#39;s related firing of FBI Director James Comey.</p>

<p>On Monday, the statute of limitations into the oldest such obstruction allegation cited by Mueller has now run out. (That, as Eliason detailed at the&nbsp;<i>Post</i>, was &quot;Trump&acirc;&euro;&trade;s alleged request to then-FBI Director James B. Comey to&nbsp;<a href="https://www.washingtonpost.com/world/national-security/notes-made-by-former-fbi-director-comey-say-trump-pressured-him-to-end-flynn-probe/2017/05/16/52351a38-3a80-11e7-9e48-c4f199710b69_story.html?itid=lk_inline_manual_5">drop</a>&nbsp;the criminal investigation of disgraced former national security adviser Michael Flynn. Other acts of possible obstruction soon will be similarly time-barred.&quot;)</p>

<p>&quot;This clock is ticking away,&quot; Eliason tells me today. &quot;Given the size of the investigation, the seriousness of the investigation, the detail in that report, even though DOJ doesn&#39;t normally comment on cases that it&#39;s&nbsp;<i>not</i>&nbsp;going to bring, or that it&#39;s not prosecuting, in this case they should. They should tell us something about what&#39;s happened with that Mueller Report now that we have an administration in office that is not filled with Trump appointees.&quot;</p>

<p>Eliason spells out why he believes that, while the DoJ doesn&#39;t usually comment on such cases, &quot;this is a unique case&quot; where &quot;a lot of people are really convinced that the evidence of obstruction was pretty overwhelming&quot; and that &quot;it&#39;s bad for the Department and bad for the country if that just is allowed to fade into the distance and nobody ever says, &#39;Hey, we did take a look at this, and here&#39;s what we decided.&#39;&quot;</p>

<p>In fact, Eliason believes there is evidence to suggest that Garland&nbsp;<i>is</i>&nbsp;carefully looking at Trump&#39;s potential criminal exposure in regard to the January 6 insurrection at the U.S. Capitol, but is less certain about his handling of the Mueller allegations and thinks &quot;there should be some closure on that.&quot;.</p>

<p>All of this, of course, as the clock may also be ticking toward an announcement by Trump that he plans to run for President again in 2024. How would&nbsp;<i>that</i>&nbsp;affect any potential federal indictments against the twice-impeached former President? We discuss that matter --- &quot;practically speaking, that gets really hairy --- as well.</p>

<p>Finally, in our closing few minutes, a few more thoughts on Trump&#39;s worsening New York woes from someone else with a unique perspective. George Conway, the longtime Republican attorney and husband of Trump&#39;s former Campaign Manager and White House aide Kellyanne Conway,&nbsp;<a href="https://www.cnn.com/videos/politics/2022/02/15/george-conway-accounting-firm-trump-org-sot-ac360-vpx.cnn">tells CNN</a>&nbsp;why he believes the Mazars news to be&nbsp;<i>far</i>&nbsp;worse for Trump than his two impeachments as President...</p>

<blockquote>
<p><img src="https://bradblog.com/Images/Speaker_Icon_24.png" />&nbsp;<b><i><a href="https://bradblog.com/audio/BradCast_BradFriedman-RioDeluge-JanRetailSales-ZinkeIGReport_RandallEliason-TrumpMazarsNY-GarlandMuellerObstruction_021622.mp3">CLICK TO LISTEN OR DOWNLOAD SHOW!...</a></i></b></p>
</blockquote>]]></content:encoded>
      <media:thumbnail url="https://bradblog.com/images/BradCast_LetitiaJames-MerrickGarland_021622.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59989</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>THE WRONG FIGHTS FOR THE WRONG REASONS</title>
      <description>“I CAN HIRE ONE HALF OF THE WORKING CLASS TO KILL THE OTHER HALF” – JAY GOULD&#13;
The strategy of “divide and conquer” is as old as warfare itself. When attacking a larger and more powerful enemy, separate that enemy into smaller groups, then eliminate them one at a time. Never engage the enemy in its entirety. Never allow that enemy to unite. Article by Brett Pransky of The Rick Smith Show</description>
      <pubDate>Wed, 09 Feb 2022 06:22:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/the-wrong-fights-for-the-wrong-reasons-rick-smith/</link>
      <guid isPermaLink="false">o237-860-62035db3d8ad2</guid>
      <dc:creator>Brett Pransky</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<header>
<h1 itemprop="headline" style="text-align: center;"><strong><span style="font-size:20px;">THE RICK SMITH SHOW CAN BE HEARD EVERY SUNDAY AT 11am ON KPFK</span></strong><br />
<br />
<a href="https://www.thericksmithshow.com/commentary/the-wrong-fights-for-the-wrong-reasons/" rel="bookmark" title="Permanent Link: The Wrong Fights for The Wrong Reasons">THE WRONG FIGHTS FOR THE WRONG REASONS</a></h1>
<a href="https://www.thericksmithshow.com/category/commentary/" rel="tag">COMMENTARY</a>,&nbsp;<a href="https://www.thericksmithshow.com/category/history/" rel="tag">HISTORY</a>,&nbsp;<a href="https://www.thericksmithshow.com/category/political/" rel="tag">POLITICAL ACTION</a></header>

<h3>&ldquo;I CAN HIRE ONE HALF OF THE WORKING CLASS TO KILL THE OTHER HALF&rdquo;&nbsp;&ndash; JAY GOULD.</h3>

<p style="text-align: center;"><a href="https://www.thericksmithshow.com/wp-content/uploads/2022/02/serveimage-17-e1512841954784.jpeg.webp"><img alt="" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://www.thericksmithshow.com/wp-content/uploads/2022/02/serveimage-17-e1512841954784.jpeg.webp" data-lazy-srcset="https://www.thericksmithshow.com/wp-content/uploads/2022/02/serveimage-17-e1512841954784.jpeg.webp 600w, https://www.thericksmithshow.com/wp-content/uploads/2022/02/serveimage-17-e1512841954784.jpeg-300x207.webp 300w" data-ll-status="loaded" height="413" sizes="(max-width: 600px) 100vw, 600px" src="https://www.thericksmithshow.com/wp-content/uploads/2022/02/serveimage-17-e1512841954784.jpeg.webp" srcset="https://www.thericksmithshow.com/wp-content/uploads/2022/02/serveimage-17-e1512841954784.jpeg.webp 600w, https://www.thericksmithshow.com/wp-content/uploads/2022/02/serveimage-17-e1512841954784.jpeg-300x207.webp 300w" width="600" /></a></p>

<p>The strategy of &ldquo;divide and conquer&rdquo; is as old as warfare itself. When attacking a larger and more powerful enemy, separate that enemy into smaller groups, then eliminate them one at a time. Never engage the enemy in its entirety.</p>

<p>Never allow that enemy to unite.</p>

<p>This tactic was centuries old long before railroad tycoon Jay Gould said the quiet part out loud in the 1890s, and it is still the wealth class&rsquo;s game plan today. Seek out the enemy&rsquo;s differences, exploit them, drive the enemy apart, then gobble up the wealth left behind on the battlefield. Rinse, then repeat. It&rsquo;s not complex, but it&rsquo;s a strategy with a perfect historical batting average. Every time the rich swing it, it connects. So, every time we hear about the latest success story &ndash; on the economy, or jobs, or the return of US manufacturing &ndash; the right responds with scary sounding terms like &ldquo;Critical Race Theory&rdquo; or anti-vaxxer hysteria or some other such nonsense. Anything to make you hate your neighbor because hate is all they ever have to offer. Rage candy force fed to scared people who are usually wondering how they&rsquo;re going to pay for prescriptions or daycare or college &ndash; and often all of these at once. The fear never doesn&rsquo;t work.</p>

<p>And while the rich have been playing this game for centuries, the current state of division in America is not entirely their fault. They are certainly exposing our weaknesses to drive us apart, but we don&rsquo;t exactly make this difficult. I mean, while there are entire television and social media networks built and maintained solely for the purpose of dividing America for profit, we watch those networks, share those memes, and dive headlong into the fray every time we are invited to do so. And no matter how clever or well-intentioned we are, we almost always make these divisions larger. It&rsquo;s time to stop. It&rsquo;s time to unite under a banner that exposes the real problem and the core sickness at the heart of the American experiment. That sickness is greed, and solidarity is the cure.</p>

<p><a href="https://www.thericksmithshow.com/wp-content/uploads/2022/02/CNX_History_23_05_Chaos.jpg"><img alt="" data-lazy-sizes="(max-width: 260px) 100vw, 260px" data-lazy-src="https://www.thericksmithshow.com/wp-content/uploads/2022/02/CNX_History_23_05_Chaos.jpg" data-lazy-srcset="https://www.thericksmithshow.com/wp-content/uploads/2022/02/CNX_History_23_05_Chaos.jpg 260w, https://www.thericksmithshow.com/wp-content/uploads/2022/02/CNX_History_23_05_Chaos-228x300.jpg 228w" data-ll-status="loaded" sizes="(max-width: 260px) 100vw, 260px" src="https://www.thericksmithshow.com/wp-content/uploads/2022/02/CNX_History_23_05_Chaos.jpg" srcset="https://www.thericksmithshow.com/wp-content/uploads/2022/02/CNX_History_23_05_Chaos.jpg 260w, https://www.thericksmithshow.com/wp-content/uploads/2022/02/CNX_History_23_05_Chaos-228x300.jpg 228w" style="margin: 4px; float: left; width: 260px; height: 342px;" /></a>The &ldquo;divide and conquer&rdquo; strategy used by the rich for centuries exposes its own weakness in its very definition by admitting that it is almost always used to defeat a superior force. Whether it&rsquo;s the union busters at Amazon or Starbucks, the executives at Fox News, or the CEO of any Fortune 500 company, all are aware that the working class is the most powerful political force in America, and should we ever recognize that simple fact, all of America will change immediately after. This is why Jay Gould felt the need to hire half of us to kill the other half, and it&rsquo;s why the cowards at Fox and Facebook spend so much time and effort slicing and dicing us by race, gender, religion, etc. It&rsquo;s the only thing that can keep us from holding them accountable for generations of thievery. And their success in doing so is why Jeff Bezos can launch a penis rocket into space,&nbsp;<em>thank his poverty-adjacent workers for paying for it</em>, and not be tarred and feathered for his stunning arrogance.</p>

<p>That said, the situation is far from hopeless, and workers are showing us the way. All over America, working people of all backgrounds are coming together to reshape America one small piece at a time by democratizing one workplace after another. In almost every instance, people from all the sliced and diced groups set aside our differences and fight together for better wages, hours, and conditions, and in doing so, we are seeing the very beginnings of our immense power. We are beginning to understand why they fight so hard to divide us; it&rsquo;s because we are, first and foremost, a Union.</p>

<hr />
<p><img alt="" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-246x300.png" data-lazy-srcset="https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-246x300.png 246w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-844x1030.png 844w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-768x938.png 768w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-578x705.png 578w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6.png 983w" data-ll-status="loaded" sizes="(max-width: 150px) 100vw, 150px" src="https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-246x300.png" srcset="https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-246x300.png 246w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-844x1030.png 844w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-768x938.png 768w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-578x705.png 578w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6.png 983w" style="margin: 4px; float: left; width: 150px; height: 183px;" /><a href="mailto:%20brettp@thericksmithshow.com">Brett Pransky</a>&nbsp;is a writer, an English professor, and the Executive Producer of The Rick Smith Show. When not in the classroom, Brett uses his graduate degrees in Rhetoric and Business to help people understand the dangers associated with increasing corporate control over the levers of government and how to confront the deception used by those who profit from that control. Brett calls Columbus, Ohio home, and he hates writing about himself in the third person. He would also like everyone in America to download The Rick Smith Show podcast&nbsp;<a href="https://linktr.ee/RickSmithShow">HERE</a>.</p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/62035d2de3725.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59903</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>'Green News Report' - January 27, 2022</title>
      <description>New report finds staggering cost to achieve net zero emissions globally, while warning the cost of climate action is far cheaper than inaction; Air pollution even more deadly than previously thought; KFC and McDonald's launch new plant-based menu options; PLUS: Biden Administration revokes two controversial mining leases in Minnesota... All that and more in today's Green News Report!</description>
      <pubDate>Fri, 28 Jan 2022 04:00:06 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/green-news-report-january-27-2022/</link>
      <guid isPermaLink="false">o237-860-61f36a4b94f88</guid>
      <dc:creator>Desi Doyen</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><a href="https://bradblog.com/?p=14148">&#39;Green News Report&#39; - January 27, 2022</a>&nbsp;With Brad Friedman &amp; Desi Doyen...</p>

<p>By&nbsp;<a href="https://bradblog.com/?author=9" title="Posts by Desi Doyen">DESI DOYEN</a>&nbsp;</p>

<p><a href="https://greennews.bradblog.com/"><img align="right" border="0" hspace="6" src="https://bradblog.com/images/GNR_KFCBeyondFriedChicken.jpg" vspace="3" /></a><strong>IN TODAY&#39;S RADIO REPORT:</strong>&nbsp;New report finds staggering cost to achieve net zero emissions globally, while warning the cost of climate action is far cheaper than inaction; Air pollution even more deadly than previously thought; KFC and McDonald&#39;s launch new plant-based menu options;&nbsp;<i>PLUS:</i>&nbsp;Biden Administration revokes two controversial mining leases in Minnesota... All that and more in today&#39;s&nbsp;<i>Green News Report!</i></p>

<center><strong><em>GNR&#39;s now celebrating 12 YEARS of independent green news, politics, analysis, snarky comment and connecting climate change dots over your public airwaves!</em></strong><br />
<a href="https://bradblog.com/Donate"><b><i>PLEASE CLICK HERE TO HELP US CELEBRATE WITH A DONATION!</i></b></a></center>

<p><a href="https://www.bradblog.com/audio/greennews/GNR_012722.mp3"><img src="https://bradblog.com/Images/Speaker_Icon_Green_24.png" /><i><b>Click here to listen or download MP3</b></i></a>&nbsp;<i>(6 mins)...</i></p>

<p><strong>IN &#39;GREEN NEWS EXTRA&#39;</strong>&nbsp;(<em>see links below</em>): EPA acts to curb air, water pollution in poor communities; For the first time, study links air pollution from fracking to early deaths among nearby residents; Record rainfall in South Africa triggers floods, significant crop losses; Gas stoves worse for climate than previously thought; EPA to probe whether biogas operations from hog farms violate civil rights of nearby residents;Got comments, tips, love letters, hate mail? Drop us a line at&nbsp;<a href="mailto:GreenNews@BradBlog.com">GreenNews@BradBlog.com</a>&nbsp;or right here at the comments link below. All GNRs are always archived at&nbsp;<a href="https://bradblog.com/h%20ttps://GreenNews.BradBlog.com">GreenNews.BradBlog.com</a>.</p>

<p>DHS warns that rightwing extremists could attack power grid; CA redwood forest returned to native tribes...&nbsp;<i>PLUS:</i>&nbsp;Key crops face major shifts as world warms... and much,&nbsp;<i>MUCH</i>&nbsp;more! ...</p>

<p><a id="more-14148"></a></p>

<p><i><b>STORIES DISCUSSED ON TODAY&#39;S &#39;GREEN NEWS REPORT&#39;...</b></i></p>

<ul>
  <li><b>Pipeline company knew ruptured pipeline was severely corroded:</b>

  <ul>
    <li><a href="https://apnews.com/article/business-environment-and-nature-new-orleans-environment-0d62cab0f0b131e48b77b97017766c3f"><b>Pipeline spills 300,000 gallons of diesel near New Orleans</b></a>&nbsp;(AP)</li>
    <li><a href="https://www.cnn.com/2022/01/13/us/new-orleans-pipeline-spill/index.html"><b>Pipeline spills more than 300,000 gallons of diesel fuel near New Orleans</b></a>&nbsp;(CNN):
    <p>The company initially reported between 200-300 BBLs (8400 -12,600 gallons), had spilled; however on December 28, the company estimated the loss of diesel to be more than 300,000 gallons.</p>
    </li>
  </ul>
  </li>
  <li><b>Air pollution even worse than previously thought:</b>
  <ul>
    <li><a href="https://www.nytimes.com/2022/01/26/climate/air-pollution-study-epa.html"><b>Even Low Levels of Soot Can Be Deadly to Older People, Research Finds</b></a>&nbsp;(NY Times):
    <p>The American Petroleum Institute, which represents oil and gas companies, did not review the Health Effects Institute research but questioned the need for tighter pollution rules. In a statement the trade group said &quot;the current scientific evidence indicates the existing standards are effectively designed to protect public health and meet statutory requirements.&quot;</p>
    </li>
    <li><a href="https://arstechnica.com/tech-policy/2022/01/particulate-pollution-is-killing-older-americans-even-at-legal-levels/"><b>EPA&#39;s air pollution standards are deadly for older Americans</b></a>&nbsp;(Ars Technica):
    <p>Small reductions in PM2.5 pollution could save over 140,000 lives.</p>
    </li>
  </ul>
  </li>
  <li><b>Study finds cost of climate inaction far greater than action:</b>
  <ul>
    <li><a href="https://www.theguardian.com/environment/2022/jan/25/transformation-global-economy-net-zero-mckinsey"><b>McKinsey: fundamental transformation of global economy needed for net zero</b></a>&nbsp;(Guardian UK):
    <p>$9 trillion of annual investment required to avoid most catastrophic climate impacts, consultancy says...Bob Ward, a policy director at the Grantham Research Institute on Climate Change at the London School of Economics, UK, said: &quot;The McKinsey investment figures are not the net costs of reaching net zero globally, but instead the upfront annual costs without taking into account the benefits.</p>
    </li>
    <li><a href="https://twitter.com/SkyNews/status/1486088564484059139?s=20"><b>VIDEO: Dr. Michael Mann on Sky News&#39; Daily Climate</b></a>&nbsp;(Dr. Michael Mann/Twitter)</li>
    <li><a href="https://www.msn.com/en-us/news/other/mckinsey-calculates-the-staggering-capital-spending-required-to-reach-net-zero-by-2050/ar-AAT8lph"><b>McKinsey calculates the staggering capital spending required to reach net-zero by 2050</b></a>&nbsp;(CNBC)</li>
    <li><a href="https://www.mckinsey.com/business-functions/sustainability/our-insights"><b>The net-zero transition: What it would cost, what it could bring</b></a>&nbsp;(McKinsey):
    <p>This McKinsey report offers a detailed look at the economic and societal impact of the transition to net-zero carbon emissions by 2050.</p>
    </li>
  </ul>
  </li>
  <li><b>Biden Interior Department cancels controversial mining permits in Minnesota:</b>
  <ul>
    <li><a href="https://news.yahoo.com/biden-administration-revokes-mining-leases-201336427.html"><b>Biden Administration Revokes Mining Leases Near Minnesota&#39;s Boundary Waters</b></a>&nbsp;(Huffington Post):
    <p>Opponents argue that allowing the project to move ahead could forever sully the vast network of federally protected rivers, lakes and creeks, often pointing to the hard-rock mining industry&#39;s long legacy of polluting water resources across the country. Extracting sulfide-bearing minerals like those Twin Metals is after could trigger the release of toxic sulfuric acid that can persist indefinitely.</p>
    </li>
    <li><a href="https://www.eenews.net/articles/biden-admin-cancels-mining-leases-near-boundary-waters/"><b>Biden admin cancels mining leases near Boundary Waters</b></a>&nbsp;(E&amp;E news)</li>
    <li><a href="https://www.theguardian.com/us-news/2022/jan/26/minnesota-biden-administration-cancel-mining-lease"><b>Biden administration revokes Trump-approved Minnesota mining lease</b></a>&nbsp;(AP):
    <p>&quot;The Boundary Waters are a natural treasure that is simply too important to risk - and the costs for people and wildlife too steep,&quot; [Collin O&#39;Mara, present and CEO of the National Wildlife Federation] said...Twin Metals is not connected to the proposed PolyMet Mining Corp.&#39;s project at nearby Babbitt and Hoyt Lakes, which is currently mired in legal challenges and regulatory proceedings.</p>
    </li>
  </ul>
  </li>
  <li><b>GM to invest $7 billion in MI to ramp up EV manufacturing:</b>
  <ul>
    <li><a href="https://www.forbes.com/sites/samabuelsamid/2022/01/25/7-billion-in-new-investments-for-gm-ev-plants-in-michigan/?sh=69985a486bc6"><b>GM Pouring $7 Billion Into New EV Plants In Michigan</b></a>&nbsp;(Forbes):
    <p>GM President Mark Reuss highlighted that the company is utilizing existing facilities for the conversion rather than building greenfield sites which will save GM time and money. However, $4 billion to retool an existing plant, points to essentially an all-new factory anyway.</p>
    </li>
    <li><a href="https://www.cnbc.com/2022/01/25/gm-investing-6point6-billion-in-bid-to-dethrone-tesla-in-ev-sales-by-2025.html"><b>GM to spend $6.6 billion on EV plant investments in bid to dethrone Tesla in electric car sales by 2025</b></a>&nbsp;(CNBC)</li>
  </ul>
  </li>
  <li><b>Fast food giants introduce plant-based menu options:</b>
  <ul>
    <li><a href="https://www.msn.com/en-us/money/companies/mcdonalds-mcplant-burger-made-with-beyond-meat-sold-better-than-expected-analyst-says/ar-AATa9KX"><b>McDonald&#39;s McPlant burger made with Beyond Meat sold better than expected, analyst says</b></a>&nbsp;(CNBC)</li>
    <li><a href="https://www.cnbc.com/2022/01/20/mcdonalds-expands-test-of-mcplant-burger-created-with-beyond-meat.html?&amp;doc=107006554"><b>McDonald&acirc;&euro;&trade;s expands test of McPlant burger created with Beyond Meat</b></a>&nbsp;(CNBC)</li>
    <li><a href="https://www.spokesman.com/stories/2022/jan/25/kfcs-new-plant-based-nuggets-look-taste-close-to-r/"><b>KFC&acirc;&euro;&trade;s new plant-based nuggets look and taste close to the real thing</b></a>&nbsp;(Spokesman-Review)</li>
    <li><a href="https://www.yahoo.com/now/plant-based-meat-alternatives-nuggets-102332449.html"><b>Plant-based meat alternatives, like new nuggets from KFC, sound healthier. But are they?</b></a>&nbsp;(Louisville Courier Journal/Yahoo News)</li>
  </ul>
  </li>
  <li><b>Swapping out high-impact foods reduces environmental impact 40 percent:</b>
  <ul>
    <li><a href="https://sph.tulane.edu/news/swapping-just-one-item-can-make-diets-substantially-more-planet-friendly"><b>Swapping just one item can make diets substantially more planet-friendly</b></a>&nbsp;(Tulane University)</li>
    <li><a href="https://ens-newswire.com/food-swaps-can-radically-change-a-diets-carbon-footprint/"><b>Food Swaps Can Radically Change a Diet&acirc;&euro;&trade;s Carbon Footprint</b></a>&nbsp;(Environment News Service)</li>
    <li><a href="https://www.msn.com/en-gb/news/world/swap-shrimp-for-cod-to-cut-a-meal-s-carbon-footprint-by-a-third-say-scientists/ar-AASLCbm"><b>Swap shrimp for cod to cut a meal&acirc;&euro;&trade;s carbon footprint by a third, say scientists&nbsp;</b></a>(MSN News):
    <p>Scientists at Tulane University in the US say swapping higher carbon food for lower carbon alternatives can make a dramatic difference to the climate effect of a person&acirc;&euro;&trade;s diet.</p>
    </li>
    <li><a href="https://www.consumeraffairs.com/news/subtle-changes-to-your-diet-could-help-the-environment-study-finds-011822.html"><b>Subtle changes to your diet could help the environment, study finds</b></a>&nbsp;(Consumer Affairs):
    <p>Replacing one meat-based option with a plant-based option could lower your carbon footprint.</p>
    </li>
  </ul>
  </li>
</ul>

<p><strong><i>&#39;GREEN NEWS EXTRA&#39;</i>&nbsp;(Stuff we didn&#39;t have time for in today&#39;s audio report)...</strong></p>

<p><i>For a comprehensive roundup of daily environmental news you can trust, see the&nbsp;<a href="http://www.sej.org/headlines/list">Society of Environmental Journalists&#39; Daily Headlines</a>&nbsp;page</i></p>

<ul>
  <li><a href="https://apnews.com/article/business-environment-and-nature-louisiana-new-orleans-environment-ccb822af6faa062d39f811b437786beb"><b>EPA acts to curb air, water pollution in poor communities&nbsp;</b></a>(AP)</li>
  <li><a href="https://insideclimatenews.org/news/27012022/fracking-air-pollution-health-pennsylvania/"><b>For the First Time, a Harvard Study Links Air Pollution From Fracking to Early Deaths Among Nearby Residents</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://finance.yahoo.com/news/south-africa-heaviest-rain-record-060012484.html"><b>South Africa&#39;s Heaviest Rain on Record Causes Destructive Floods</b></a>&nbsp;(Yahoo Finance)</li>
  <li><a href="https://www.washingtonpost.com/health/study-gas-stoves-worse-for-climate-than-previously-thought/2022/01/27/09c11d44-7f84-11ec-8cc8-b696564ba796_story.html"><b>Study: Gas stoves worse for climate than previously thought</b></a>&nbsp;(Washington Post)</li>
  <li><a href="https://insideclimatenews.org/news/27012022/gas-stoves-methane-emissions/"><b>Gas Stoves in the US Emit Methane Equivalent to the Greenhouse Gas Emissions of Half a Million Cars</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://insideclimatenews.org/news/25012022/epa-north-carolina-cafo-biogas-permit/"><b>EPA to Probe Whether North Carolina&acirc;&euro;&trade;s Permitting of Biogas From Swine Feeding Operations Violates Civil Rights of Nearby Neighborhoods</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://bismarcktribune.com/news/state-and-regional/judge-refuses-to-delay-release-of-disputed-dapl-documents/article_171d1e63-2bd3-5836-bf62-fbab1bd6ec8a.html#tracking-source=home-top-story"><b>Judge Refuses To Delay Release Of Disputed DAPL Documents</b></a>&nbsp;(Bismarck Tribune)</li>
  <li><a href="https://www.ehn.org/household-products-with-pfas-2656476590/significant-levels-of-pfas-detected"><b>PFAS Widespread In Water- And Stain-Resistant Outdoor Clothes, Home Linens</b></a>&nbsp;(EHN)</li>
  <li><a href="https://www.bbc.com/news/science-environment-60141387"><strong>Key Crops Face Major Shifts As World Warms</strong></a>&nbsp;(BBC)</li>
  <li><a href="https://apnews.com/article/climate-environment-biden-cabinet-virginia-us-environmental-protection-agency-9cd0e865cdd66a973c65a056b3a9bd73"><b>Youngkin Pick Wheeler Defends EPA Record, Criticizes Media</b></a>&nbsp;(AP)</li>
  <li><a href="https://www.nytimes.com/2022/01/26/us/california-redwoods-native-american-conservation.html"><b>Redwood Forest in California Is Returned to Native Tribes</b></a>&nbsp;(NY Times)</li>
  <li><a href="https://www.thedailybeast.com/dhs-warns-that-right-wing-extremists-could-attack-power-grid?source=articles&amp;via=rss"><b>DHS Warns That Right-Wing Extremists Could Attack Power Grid</b></a>&nbsp;(Daily Beast)</li>
  <li><a href="https://www.eenews.net/articles/criminal-cases-against-polluters-drop-by-a-third/"><b>EPA Criminal Cases Against Polluters Drop By A Third [during Trump Adminstration]</b></a>&nbsp;(E&amp;E News)</li>
  <li><a href="https://www.reuters.com/article/canada-energy-orphans/canada-watchdog-says-funds-for-inactive-oil-well-clean-up-may-fall-short-idUSKBN2JZ20K"><b>Canada Watchdog Says Funds For Inactive Oil Well Cleanup May Fall Short</b></a>&nbsp;(Reuters)</li>
  <li><a href="https://therevelator.org/30-day-climate-action-plan/"><b>Feeling Hopeless About the Climate? Try Our 30-Day Action Plan</b></a>&nbsp;(The Revelator)</li>
  <li><a href="https://www.foreignaffairs.com/articles/world/2021-11-30/geopolitics-energy-green-upheaval"><b>Green Upheaval: The New Geopolitics of Energy</b></a>&nbsp;(Foreign Affairs)</li>
  <li><a href="https://www.theguardian.com/environment/video/2021/oct/25/2050-what-happens-if-we-ignore-the-climate-crisis-video-explainer?utm_term=Autofeed&amp;CMP=twt_gu&amp;utm_medium&amp;utm_source=Twitter#Echobox=1635153345"><b>VIDEO: 2050: what happens if we ignore the climate crisis</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://nordot.app/824149301263220736?c=592622757532812385"><b>Guilt, grief and anxiety as young people fear for climate&#39;s future</b></a>&nbsp;(Reuters)</li>
  <li><a href="https://www.theguardian.com/environment/2021/oct/19/case-closed-999-of-scientists-agree-climate-emergency-caused-by-humans"><b>99.9 percent Of Scientists Agree Climate Emergency Caused By Humans</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://www.bloomberg.com/features/diversified-energy-natural-gas-wells-methane-leaks-2021/"><b>An Empire of Dying Wells: Old oil and gas sites are a climate menace. Meet the company that owns more of America&#39;s decaying wells than any other.</b></a>&nbsp;(Bloomberg)</li>
  <li><a href="https://finance.yahoo.com/news/climate-fund-choices-investors-multiplying-100008743.html"><b>Climate Fund Choices for Investors Are Multiplying</b></a>&nbsp;(Bloomberg/Yahoo)</li>
  <li><a href="https://grist.org/climate/how-climate-change-could-undo-50-years-of-public-health-gains/?utm_campaign=sprout&amp;utm_source=twitter&amp;utm_medium=social&amp;utm_content=1607385935"><b>How climate change could undo 50 years of public health gains</b></a>&nbsp;(Grist)</li>
  <li><a href="https://www.propublica.org/article/climate-change-will-force-a-new-american-migration"><b>Climate Change Will Force a New American Migration</b></a>&nbsp;(Pro Publica)</li>
  <li><a href="https://www.cjr.org/special_report/exxons_snake_oil.php?mc_cid=35c880dfb2&amp;mc_eid=7741025947"><b>Exxon&#39;s Snake Oil: 100 years of deception</b></a>&nbsp;(Columbia Journalism Review)</li>
  <li><a href="https://insideclimatenews.org/news/27082019/12-years-climate-change-explained-ipcc-science-solutions"><b>What Does &#39;12 Years to Act on Climate Change&#39; (Now 9 Years) Really Mean?</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://www.youtube.com/watch?v=d9uTH0iprVQ&amp;feature=youtu.be"><b>VIDEO: A Message From the Future With Alexandria Ocasio-Cortez</b></a>&nbsp;(The Intercept)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/5/7/17306008/climate-change-global-warming-scenarios-ambition"><b>What genuine, no-bullshit ambition on climate change would look like: How to hit the most stringent targets, with no loopholes.</b></a>&nbsp;(David Roberts, Vox)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/9/5/17816808/sustainability-26-trillion"><b>A Global Shift To Sustainability Would Save Us $26 Trillion</b></a>&nbsp;(Vox)</li>
  <li><a href="https://www.drawdown.org/"><b>Project Drawdown: 100 Solutions to Reverse Global Warming</b></a>&nbsp;(Drawdown.org)</li>
  <li><a href="https://www.vice.com/en_us/article/3kyp8y/an-optimists-guide-to-solving-climate-change-and-saving-the-world"><b>An Optimist&#39;s Guide to Solving Climate Change and Saving the World</b></a>&nbsp;(Vice)</li>
  <li><a href="https://www.politico.com/agenda/story/2017/09/13/food-nutrients-carbon-dioxide-000511"><b>The great nutrient collapse: The atmosphere is literally changing the food we eat, for the worse. And almost nobody is paying attention.</b></a>&nbsp;(Politico)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/4/30/17300946/global-warming-degrees-replace-fossil-fuels"><b>The world&#39;s bleak climate situation, in 3 charts: We&#39;ve got a long way to go and a short time to get there.</b></a>&nbsp;(Vox)</li>
  <li><a href="https://www.nytimes.com/2017/11/06/opinion/climate-report-global-warming.html"><b>The Climate Risks We Face</b></a>&nbsp;(NY Times):
  <p>To stabilize global temperature, net carbon dioxide emissions must be reduced to zero. The window of time is rapidly closing to reduce emissions and limit warming to no more than 3.6 degrees Fahrenheit or 2 degrees Celsius above preindustrial levels, the goal set in the Paris climate accord. The further we push the climate system beyond historical conditions, the greater the risks of potentially unforeseen and even catastrophic changes to the climate - so every reduction in emissions helps.</p>
  </li>
  <li><a href="http://nymag.com/daily/intelligencer/2017/07/climate-change-earth-too-hot-for-humans.html"><b>The Uninhabitable Earth: When will climate change make earth too hot for humans?</b></a>&nbsp;(New York Magazine):
  <p>Famine, economic collapse, a sun that cooks us: What climate change could wreak - sooner than you think.</p>
  </li>
  <li><a href="http://www.vox.com/energy-and-environment/2017/4/4/14942764/100-renewable-energy-debate"><b>A beginner&#39;s guide to the debate over 100% renewable energy</b></a>&nbsp;(Vox):
  <p>Clean-energy enthusiasts frequently claim that we can go bigger, that it&#39;s possible for the whole world to run on renewables - we merely lack the &quot;political will.&quot; So, is it true? Do we know how get to an all-renewables system? Not yet. Not really.</p>
  </li>
</ul>]]></content:encoded>
      <media:thumbnail url="https://bradblog.com/images/GNR_KFCBeyondFriedChicken.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59798</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>The Death of the Pathetic Cyber Ninjas: 'BradCast' 1/11/2022</title>
      <description>On today's BradCast, before we get to the "death" of the Ninjas and their ongoing clown show, President Biden and Vice President Harris traveled to Atlanta on Tuesday to call for U.S. Senate filibuster reform in order to pass voting rights and election protection legislation with a simple majority. That, in hopes of countering voter suppression and election subversion measures being adopted by GOP controlled states across the nation.</description>
      <pubDate>Thu, 13 Jan 2022 05:37:13 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/the-death-of-the-pathetic-cyber-ninjas-bradcast-1-11-2022/</link>
      <guid isPermaLink="false">o237-860-61dfba8e0b1af</guid>
      <dc:creator>Ali Lexa</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><a href="https://bradblog.com/?p=14131">The Hilarious Death of the Pathetic Cyber Ninjas: &#39;BradCast&#39; 1/11/2022</a></p>

<p>Also: A history lesson for Manchin; And Biden finally calls for Senate filibuster reform to pass voting rights and election protection legislation...</p>

<p>By&nbsp;<a href="https://bradblog.com/?author=3" title="Posts by Brad Friedman">BRAD FRIEDMAN</a>&nbsp;on 1/11/2022, 6:47pm PT&nbsp;&nbsp;</p>

<p><img align="right" border="0" hspace="6" src="https://bradblog.com/images/BradCast_DougLoganCyberNinja-MaricopaAZAudit_011122.jpg" vspace="3" />As it turns out, it wasn&#39;t an attack from highly skilled opposition mercenary warriors trained in the art of espionage, deception and surprise attacks that took down the Cyber Ninjas. It was their own incompetence, dishonesty and hopes of escaping huge court fines for failing to follow the rule of law that appears to have done them in. Or, perhaps they&#39;re just in hiding, ready to pounce again when they are least expected! [<i>Audio link to full show is posted at bottom of this summary.</i>]</p>

<p>First up on today&#39;s&nbsp;<a href="https://bradblog.com/BradCast"><i>BradCast</i></a>, however, before we get to the &quot;death&quot; of the Ninjas and their ongoing clown show, President Biden and Vice President Harris traveled to Atlanta on Tuesday to&nbsp;<a href="https://apnews.com/article/voting-rights-joe-biden-georgia-voting-martin-luther-king-jr-dc4544c23622f35fc95d63afe512554d">call for U.S. Senate filibuster reform</a>&nbsp;in order to pass voting rights and election protection legislation with a simple majority. That, in hopes of countering voter suppression and election subversion measures being adopted by GOP controlled states across the nation.</p>

<p>All 50 Senators who caucus with the Democrats (plus Vice President Harris) are on record in support of the critical&nbsp;<a href="https://www.brennancenter.org/our-work/research-reports/freedom-vote-act">Freedom to Vote Act</a>&nbsp;and&nbsp;<a href="https://www.cardin.senate.gov/imo/media/doc/John%20Lewis%20Voting%20Rights%20Advancement%20Act%20one%20pager.pdf">John Lewis Voting Rights Advancement Act</a>. But in the U.S. Senate, while that simple majority vote may be enough to cut taxes or allow drilling and mining on previously protected federal lands or seat Supreme Court Justices for life, it&#39;s currently not enough votes to protect American democracy. Not with the Republican Party now fully in opposition to both voting rights and democracy while Senate rules require a 60-vote super-majority to pass both pieces of legislation.</p>

<p>As Biden pointed out in&nbsp;<a href="https://www.whitehouse.gov/briefing-room/speeches-remarks/2022/01/11/remarks-by-president-biden-on-protecting-the-right-to-vote/">his remarks today</a>&nbsp;--- for the first time, offering a full-throated call to reform the Senate rules --- the united GOP opposition to voting rights is fairly new. Until recently, even Republicans voted in support of expanding and protecting voting rights at the federal level --- at least enough of them to overcome a Senate filibuster. But not anymore. At the same time, obstructionist Democrats Joe Manchin (WV) and Kyrsten Sinema (AZ) have refused to allow the majority to create a carve-out to the filibuster --- akin to hundreds of others in the Senate --- to adopt the legislation that both of them claim to support.</p>

<p>This week, Manchin even went so far as to describe the filibuster to reporters as a critical Senate tradition that has been in place&nbsp;<a href="https://www.msnbc.com/rachel-maddow-show/voting-rights-line-some-senators-flub-history-test-n1287295">&quot;for 232 years.&quot;</a>&nbsp;In fact, the filibuster as we now know it has been in place since 1975, as historian&nbsp;<a href="https://twitter.com/MaxKennerly/status/1480707506712293378?s=20">Max Kennerly explained</a>&nbsp;on a Twitter thread in response to Manchin. &quot;232 years ago, in 1790, a simple majority could end any debate,&quot; he notes. And Adam Jentleson, Harry Reid&#39;s former Chief of Staff who wrote a book on the filibuster, went so far as to&nbsp;<a href="https://twitter.com/AJentleson/status/1480742849016745988?s=20">alert Manchin</a>&nbsp;to how much the Constitution&#39;s framers virulently opposed a super-majority requirement for anything at all, quoting both &quot;father of the Constitution&quot; James Madison and Alexander Hamilton from&nbsp;<i>The Federalist Papers</i>. (Which is why there is no such requirement in the Constitution.)</p>

<p>Whether the Biden/Harris calls in Atlanta for reform will have any effect on the clueless Manchin and the similarly disinformed or dishonest Sinema remains to be seen. Senate Majority Leader Chuck Schumer continues to insist that &quot;failure is not an option&quot;,&nbsp;<a href="https://iowacapitaldispatch.com/2022/01/11/schumer-insists-failure-is-not-an-option-as-voting-rights-fight-intensifies/">vowing a series of votes</a>&nbsp;on the matter between now and Monday&#39;s Martin Luther King Day holiday.</p>

<p>Meanwhile, the GOP fight&nbsp;<i>against</i>&nbsp;election integrity may have hit a few embarrassing snags after their infamously failed &quot;post-election forensic audit&quot; in Maricopa County (Phoenix), Arizona last year. As you already know, the state GOP Senate&#39;s taxpayer funded audit theater found&nbsp;<a href="https://bradblog.com/?p=13851">no Chinese bamboo</a>&nbsp;in the County&#39;s 2.1 million hand-marked paper ballots, but it did declare that Joe Biden defeated Donald Trump&nbsp;<a href="https://bradblog.com/?p=14008">by even more votes than originally certified</a>. And if you follow&nbsp;<i>The BradCast</i>, you also may know that&nbsp;<a href="https://real-audits.org/">real election audit experts</a>&nbsp;discovered that even those numbers were apparently&nbsp;<a href="https://bradblog.com/?p=14023">&quot;made up out of whole cloth&quot;</a>&nbsp;by the Ninjas, whose actual count of the ballots (never mind the results on them) was off by tens of thousands.</p>

<p>The&nbsp;<a href="https://www.azsenaterepublicans.com/cyber-ninjas-report">final report</a>&nbsp;that the Ninjas and its CEO Doug Logan produced last year on behalf of the GOP State Senate, also included 77 claims of &quot;possible&quot; fraud in the County&#39;s reported tallies and other questions to raise alarms about the legitimacy of tens of thousands of &quot;maybe&quot; illegal votes.</p>

<p>As it turns out, however, according to a&nbsp;<a href="https://recorder.maricopa.gov/justthefacts/pdf/Correcting%20The%20Record%20-%20January%202022%20Report.pdf">93-page, point-by-point rebuttal [PDF]</a>&nbsp;of each of those claims, released last week by the Republican-majority Maricopa County Board of Supervisors after months of investigation, 76 of the Ninjas&#39; 77 claims were&nbsp;<a href="https://www.cnn.com/2022/01/05/politics/maricopa-county-rebut-2020-election-review/index.html">completely wrong</a>.</p>

<p>For example, according to the Ninjas&#39; final audit report, 5,295 voters &quot;potentially voted in multiple counties&quot; in Arizona. The county found, however, that, in reality, just&nbsp;<i>5</i>&nbsp;voters&nbsp;<i>may</i>&nbsp;have done so. (They&#39;ve forwarded their findings to the state AG). The&nbsp;<i>Arizona Republic&#39;s</i>&nbsp;Jen Fifield offers a helpful,&nbsp;<a href="https://www.azcentral.com/story/news/politics/elections/2022/01/05/maricopa-county-responds-each-cyber-ninjas-election-claim/9083810002/">detailed summary</a>&nbsp;of most of the key rebuttals from the County, explaining how the Ninjas got it so embarrassingly wrong on virtually every &quot;misleading, inaccurate and false&quot; score.</p>

<p>The County&#39;s response to the Ninjas&#39; pathetic report was mostly lost, however, amid the&nbsp;<a href="https://www.huffpost.com/entry/cyber-ninjas-audit-arizona-shut-down-doug-logan_n_61d7b148e4b0d637ae9fb94f?ncid=APPLENEWS00001">news the next day</a>&nbsp;that the Cyber Ninjas were claiming to be no more. A spokesperson announced that they had shut their doors and all employees, including founder and CEO Logan, had been let go, following a contempt ruling from an Arizona Superior Court Judge. He found that failure by the Ninjas to turn over thousands of pages of public records documenting their &quot;audit&quot;, its financing, and their communications with officials about it in two separate lawsuits violated the law. The plaintiffs sought a $1,000/day penalty until the documents were turned over. The judge informed the Ninjas they would be fined&nbsp;<i>$50,000</i>/day instead! They then declared they no longer existed, like a ninja disappearing into the night! Except they are really shitty ninjas.</p>

<p>The judge has stated that their claims at insolvency in an attempt to shut down to avoid the court fines was&nbsp;<a href="https://apnews.com/article/elections-lawsuits-arizona-phoenix-8417d871de10db020ee11e26ab28d03b">not going to work</a>, threatening to apply the $50,000 daily fine to individuals with the company, like &quot;former&quot; CEO Logan. As it turns out, Logan formed a second company last year named Akolytos, using the same business and mailing addresses as the Cyber Ninjas. But his hopes of escaping the court fines through that second company may not work either, as journalist Kim Zetter details in her latest, excellent&nbsp;<a href="https://zetter.substack.com/p/cyber-ninjas-ceo-launched-second">Zero Day newsletter</a>. SAD!</p>

<p>Finally, as the Northeast grapples with a brutal&nbsp;<a href="https://www.nbcnews.com/news/weather/millions-locked-deep-freeze-arctic-air-leads-coldest-day-2019-rcna11753">cold snap</a>&nbsp;today, Desi Doyen joins us for&nbsp;<a href="https://bradblog.com/?p=14130">our latest&nbsp;<i>Green News Report</i></a>, detailing the record&nbsp;<i>warmth</i>&nbsp;of 2021, and the disturbing&nbsp;<i>increase</i>&nbsp;in emissions causing our climate emergency over the past year...</p>

<blockquote>
<p><img src="https://bradblog.com/Images/Speaker_Icon_24.png" />&nbsp;<b><i><a href="https://bradblog.com/audio/BradCast_BradFriedman-BidenFilibusterReform-CyberNinjasClosureMaricopaFailure_011122.mp3">CLICK TO LISTEN OR DOWNLOAD SHOW!...</a></i></b></p>
</blockquote>

<p>&nbsp;</p>]]></content:encoded>
      <media:thumbnail url="https://bradblog.com/images/BradCast_DougLoganCyberNinja-MaricopaAZAudit_011122.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59665</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Green News Report - January 11, 2022</title>
      <description>U.S. emissions spiked in 2021, jeopardizing Paris climate targets; 2021 clocked in as the fifth hottest year ever recorded; PLUS: New York State's new Governor goes big on climate and clean energy... All that and more in today's Green News Report!</description>
      <pubDate>Tue, 11 Jan 2022 19:06:03 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/green-news-report-january-11-2022/</link>
      <guid isPermaLink="false">o237-860-61ddd51eafff0</guid>
      <dc:creator>Brad Friedman</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p style="text-align: center;"><span style="font-size:22px;"><strong><a href="https://bradblog.com/?p=14130">&#39;Green News Report&#39; - January 11, 2022</a></strong></span></p>

<p>With Brad Friedman &amp; Desi Doyen...</p>

<p>By&nbsp;<a href="https://bradblog.com/?author=9" title="Posts by Desi Doyen">DESI DOYEN</a>&nbsp;on 1/11/2022<img align="right" border="0" hspace="6" src="https://bradblog.com/images/GNR_KathyHochul-WeAreNY.jpg" style="width: 310px; height: 205px;" vspace="3" /></p>

<p><strong>IN TODAY&#39;S RADIO REPORT:</strong>&nbsp;U.S. emissions spiked in 2021, jeopardizing Paris climate targets; 2021 clocked in as the fifth hottest year ever recorded;&nbsp;<i>PLUS:</i>&nbsp;New York State&#39;s new Governor goes big on climate and clean energy... All that and more in today&#39;s&nbsp;<i>Green News Report!</i></p>

<center><strong><em>GNR&#39;s now celebrating 12 YEARS of independent green news, politics, analysis, snarky comment and connecting climate change dots over your public airwaves!</em></strong><br />
<a href="https://bradblog.com/Donate"><b><i>PLEASE CLICK HERE TO HELP US CELEBRATE WITH A DONATION!</i></b></a></center>

<p>&nbsp;</p>

<p><a href="https://www.bradblog.com/audio/greennews/GNR_011122.mp3"><img src="https://bradblog.com/Images/Speaker_Icon_Green_24.png" /><i><b>Click here to listen or download MP3</b></i></a>&nbsp;<i>(6 mins)...</i></p>

<p><strong>IN &#39;GREEN NEWS EXTRA&#39;</strong>&nbsp;(<em>see links below</em>): The hidden agenda behind the attack on vaccine mandates; Disinformation rampant on clean energy; USDA to double cover crop planting to address climate change; Manchin&#39;s coal corruption is so much worse than you think; Biden to scrap plan for wider Alaska oil drilling; Lakes are losing their ice cover faster than ever; US has twice as many abandoned oil and gas wells as previously thought; Fusion energy is a reason to be excited about the future...&nbsp;<i>PLUS:</i>&nbsp;From small to large, five green hydrogen projects to watch... and much,&nbsp;<i>MUCH</i>&nbsp;more! ...Got comments, tips, love letters, hate mail? Drop us a line at&nbsp;<a href="mailto:GreenNews@BradBlog.com">GreenNews@BradBlog.com</a>&nbsp;or right here at the comments link below. All GNRs are always archived at&nbsp;<a href="https://bradblog.com/h%20ttps://GreenNews.BradBlog.com">GreenNews.BradBlog.com</a>.</p>

<p><a id="more-14130"></a></p>

<p><i><b>STORIES DISCUSSED ON TODAY&#39;S &#39;GREEN NEWS REPORT&#39;..</b></i></p>

<ul>
  <li><b>2021 clocked in as the 5th warmest year on record:</b>

  <ul>
    <li><a href="https://www.cnbc.com/2022/01/10/2021-ranks-as-fifth-hottest-year-as-carbon-methane-emissions-rise.html"><b>2021 ranks as fifth hottest year on record as global greenhouse gas emissions rise&nbsp;</b></a>(CNBC)</li>
    <li><a href="https://www.axios.com/earth-7-hottest-years-climate-change-56fdd198-baa3-44ab-87e1-2fc53f83ce00.html"><b>The last 7 years have been Earth&#39;s 7 hottest</b></a>&nbsp;(Axios)</li>
    <li><a href="https://climatecrocks.com/2022/01/04/2021-temperature-records-now-coming-in/"><b>2021 Temperature Records Now Coming In&nbsp;</b></a>(Climate Crocks)</li>
  </ul>
  </li>
  <li><b>U.S. emissions spiked in 2021:</b>
  <ul>
    <li><a href="https://www.axios.com/us-carbon-emissions-jumped-2021-coal-rebound-fb2a4b1d-2cfd-4eaf-b453-8f89d6a51b57.html"><b>U.S. greenhouse gas emissions jumped in 2021</b></a>&nbsp;(Axios)</li>
    <li><a href="https://www.msn.com/en-us/weather/topstories/spike-in-coal-use-helped-push-us-greenhouse-gas-emissions-higher-in-2021/ar-AASDwG9"><b>Spike in coal use helped push U.S. greenhouse gas emissions higher in 2021</b></a>&nbsp;(Yahoo News)</li>
    <li><a href="https://www.washingtonpost.com/climate-environment/2022/01/10/us-emissions-surged-2021-putting-nation-further-off-track-its-climate-targets/"><b>U.S. Emissions Surged In 2021, Pushing Nation Off Its Climate Targets</b></a>&nbsp;(Washington Post)</li>
    <li><a href="https://www.npr.org/2022/01/10/1071835575/u-s-greenhouse-gas-emissions-2021-climate"><b>AUDIO: U.S. greenhouse gas emissions jumped in 2021, a threat to climate goals</b></a>&nbsp;(NPR)</li>
  </ul>
  </li>
  <li><b>U.S. saw 20 billion-dollar weather disasters in 2021:</b>
  <ul>
    <li><a href="https://www.ncdc.noaa.gov/billions/"><b>Billion-Dollar Weather and Climate Disasters</b></a>&nbsp;(NOAA)</li>
    <li><a href="https://www.washingtonpost.com/weather/2022/01/10/billion-dollar-disasters-2021/"><b>U.S. saw second-most billion-dollar weather disasters on record in 2021</b></a>&nbsp;(Washington Post):
    <p>A record warm December fueled a pair of devastating tornado outbreaks, two of the year&#39;s 20 billion-dollar events.</p>
    </li>
    <li><a href="https://www.axios.com/us-billion-dollar-disasters-fourth-warmest-year-506dc2bb-64c8-419c-a5a3-81273eef269b.html"><b>U.S. had its second-highest total of billion dollar climate disasters in 2021</b></a>&nbsp;(Axios):
    <p>The 20 separate billion-dollar disasters rank 2021 in second place for the highest number of disasters seen in a single year, behind 2020, which had 22 such events. The cost of these disasters last year was higher than in the 2020 record year, in addition to the death toll.</p>
    </li>
  </ul>
  </li>
  <li><b>NYS Gov. Kathy Hochul unveils ambitious climate agenda:</b>
  <ul>
    <li><a href="https://grist.org/article/from-off-shore-turbines-to-electric-school-buses-new-york-talks-big-on-climate/"><b>From off-shore turbines to electric school buses: New York talks big on climate</b>&nbsp;</a>(Grist)</li>
    <li><a href="https://news.yahoo.com/ny-governor-proposes-first-ever-statewide-ban-on-gas-hookups-in-new-buildings-210023080.html"><b>N.Y. governor proposes 1st-ever statewide ban on gas hookups in new buildings</b></a>&nbsp;(Yahoo News)</li>
    <li><a href="https://www.c-span.org/video/?517021-1/york-state-state-address&amp;live"><b>VIDEO: New York State of the State Address&nbsp;</b></a>(C-SPAN)</li>
  </ul>
  </li>
</ul>

<p><strong><i>&#39;GREEN NEWS EXTRA&#39;</i>&nbsp;(Stuff we didn&#39;t have time for in today&#39;s audio report)...</strong></p>

<p><i>For a comprehensive roundup of daily environmental news you can trust, see the&nbsp;<a href="http://www.sej.org/headlines/list">Society of Environmental Journalists&#39; Daily Headlines</a>&nbsp;pag</i></p>

<ul>
  <li><a href="https://slate.com/news-and-politics/2022/01/supreme-court-biden-vaccine-mandates.html"><b>The Hidden Agenda Behind the Attack on Vaccine Mandates</b></a>&nbsp;(Slate)</li>
  <li><a href="https://climatecrocks.com/2022/01/05/disinformation-rampant-on-clean-energy/"><b>Disinformation Rampant on Clean Energy&nbsp;</b></a>(Climate Crocks)</li>
  <li><a href="https://apnews.com/article/floods-climate-science-business-environment-and-nature-a1d326b4c29c3d1cfdf80b11754e861f"><b>Globally, Hurricane Ida, Europe Floods Made 2021 Costly For Disasters</b></a>&nbsp;(AP)</li>
  <li><a href="https://www.reuters.com/markets/commodities/us-aims-double-cover-crop-planting-address-climate-change-2022-01-10/"><b>U.S. Aims To Double Cover Crop Planting To Address Climate Change</b></a>&nbsp;(Reuters)</li>
  <li><a href="https://www.rollingstone.com/politics/politics-features/joe-manchin-big-coal-west-virginia-1280922/"><b>Manchin&#39;s Coal Corruption Is So Much Worse Than You Knew</b></a>&nbsp;(Rolling Stone)</li>
  <li><a href="https://www.reuters.com/markets/commodities/biden-administration-scrap-trump-plan-wider-alaska-oil-drilling-2022-01-11/"><b>Biden Administration To Scrap Trump Plan For Wider Alaska Oil Drilling</b></a>&nbsp;(Reuters)</li>
  <li><a href="https://thenarwhal.ca/lakes-losing-ice-cover/"><b>Lakes Are Losing Their Ice Cover Faster Than Ever &acirc;&euro;&rdquo; What That Means</b></a>&nbsp;(The Narwhal)</li>
  <li><a href="https://www.theguardian.com/environment/2022/jan/07/lightning-high-arctic-rise-scientists-worried"><b>&acirc;&euro;&tilde;Drastic&acirc;&euro;&trade; Rise In High Arctic Lightning Has Scientists Worried</b></a>&nbsp;(Guardian)</li>
  <li><a href="https://www.latimes.com/environment/story/2022-01-10/study-predicts-rising-heat-and-hardship-in-san-joaquin-valley"><b>Rising heat and hardships could hit San Joaquin Valley within three decades, study predicts</b></a>&nbsp;(LA Times)</li>
  <li><a href="https://news.yahoo.com/interior-us-twice-many-abandoned-192212620.html"><b>Interior: US has twice as many abandoned oil and gas wells as previously thought</b></a>&nbsp;(The Hill/Yahoo News)</li>
  <li><a href="https://www.eenews.net/articles/senate-plans-nord-stream-2-sanctions-vote-this-week/"><b>Senate plans Nord Stream 2 sanctions vote this week</b></a>&nbsp;(E&amp;E News)</li>
  <li><a href="https://www.vox.com/22801265/fusion-energy-electricity-power-climate-change-research-iter"><b>Fusion energy is a reason to be excited about the future</b></a>&nbsp;(Vox)</li>
  <li><a href="https://www.vox.com/recode/22872237/biden-electric-vehicle-batteries-clean-energy"><b>Electric cars aren&acirc;&euro;&trade;t just vehicles. They&acirc;&euro;&trade;re big batteries.</b></a>&nbsp;(Recode)</li>
  <li><a href="https://www.newsweek.com/mass-die-off-penguins-caused-2019-heat-wave-study-says-1666994"><b>Mass Die-Off of Penguins Caused by 2019 Heat Wave, Study Says</b></a>&nbsp;(Newsweek)</li>
  <li><a href="https://www.triplepundit.com/story/2022/five-green-hydrogen-projects-2022/734421"><b>From Small to Large, Five Green Hydrogen Projects to Watch</b></a>&nbsp;(Triple Pundit)</li>
  <li><a href="https://climatecrocks.com/2022/01/09/florida-homeowners-seeing-flood-insurance-sticker-shock/"><b>Florida Homeowners Seeing Flood Insurance Sticker Shock</b>&nbsp;</a>(Climate Crocks)</li>
  <li><a href="https://www.sacbee.com/news/california/fires/article257093052.html"><b>Judge halts mega-resort in California wildfire zone, says residents could die trying to flee</b></a>&nbsp;(Sacramento Bee)</li>
  <li><a href="https://www.nytimes.com/2022/01/03/science/red-wolves-dna-galveston.html?unlocked_article_code=AAAAAAAAAAAAAAAACEIPuonUktbfqYhkSVUbACbOVtkqqBaLwuLCzPkjgXvgITPQRTBLiuscB5aN4FvKY-xje943lXy9deN2DYUOFrZ03_MNeAtkURWpqZ-J355dLStq-InuGzxvgcmIALlhqHq7ZGW1be50m-3m"><b>The Ghost Wolves of Galveston Island</b></a>&nbsp;(NY Times, behind paywall)</li>
  <li><a href="https://climatechangenews.com/2021/12/23/solar-power-changed-syrian-refugees-lives-jordan-want/"><b>Solar power has changed Syrian refugees&#39; lives in Jordan - and they want more</b></a>&nbsp;(Climate Change News)</li>
  <li><a href="https://www.foreignaffairs.com/articles/world/2021-11-30/geopolitics-energy-green-upheaval"><b>Green Upheaval: The New Geopolitics of Energy</b></a>&nbsp;(Foreign Affairs)</li>
  <li><a href="https://www.theguardian.com/environment/video/2021/oct/25/2050-what-happens-if-we-ignore-the-climate-crisis-video-explainer?utm_term=Autofeed&amp;CMP=twt_gu&amp;utm_medium&amp;utm_source=Twitter#Echobox=1635153345"><b>VIDEO: 2050: what happens if we ignore the climate crisis</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://nordot.app/824149301263220736?c=592622757532812385"><b>Guilt, grief and anxiety as young people fear for climate&#39;s future</b></a>&nbsp;(Reuters)</li>
  <li><a href="https://www.theguardian.com/environment/2021/oct/19/case-closed-999-of-scientists-agree-climate-emergency-caused-by-humans"><b>99.9 percent Of Scientists Agree Climate Emergency Caused By Humans</b></a>&nbsp;(Guardian UK)</li>
  <li><a href="https://www.bloomberg.com/features/diversified-energy-natural-gas-wells-methane-leaks-2021/"><b>An Empire of Dying Wells: Old oil and gas sites are a climate menace. Meet the company that owns more of America&#39;s decaying wells than any other.</b></a>&nbsp;(Bloomberg)</li>
  <li><a href="https://finance.yahoo.com/news/climate-fund-choices-investors-multiplying-100008743.html"><b>Climate Fund Choices for Investors Are Multiplying</b></a>&nbsp;(Bloomberg/Yahoo)</li>
  <li><a href="https://grist.org/climate/how-climate-change-could-undo-50-years-of-public-health-gains/?utm_campaign=sprout&amp;utm_source=twitter&amp;utm_medium=social&amp;utm_content=1607385935"><b>How climate change could undo 50 years of public health gains</b></a>&nbsp;(Grist)</li>
  <li><a href="https://www.propublica.org/article/climate-change-will-force-a-new-american-migration"><b>Climate Change Will Force a New American Migration</b></a>&nbsp;(Pro Publica)</li>
  <li><a href="https://www.cjr.org/special_report/exxons_snake_oil.php?mc_cid=35c880dfb2&amp;mc_eid=7741025947"><b>Exxon&#39;s Snake Oil: 100 years of deception</b></a>&nbsp;(Columbia Journalism Review)</li>
  <li><a href="https://insideclimatenews.org/news/27082019/12-years-climate-change-explained-ipcc-science-solutions"><b>What Does &#39;12 Years to Act on Climate Change&#39; (Now 9 Years) Really Mean?</b></a>&nbsp;(Inside Climate News)</li>
  <li><a href="https://www.youtube.com/watch?v=d9uTH0iprVQ&amp;feature=youtu.be"><b>VIDEO: A Message From the Future With Alexandria Ocasio-Cortez</b></a>&nbsp;(The Intercept)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/5/7/17306008/climate-change-global-warming-scenarios-ambition"><b>What genuine, no-bullshit ambition on climate change would look like: How to hit the most stringent targets, with no loopholes.</b></a>&nbsp;(David Roberts, Vox)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/9/5/17816808/sustainability-26-trillion"><b>A Global Shift To Sustainability Would Save Us $26 Trillion</b></a>&nbsp;(Vox)</li>
  <li><a href="https://www.drawdown.org/"><b>Project Drawdown: 100 Solutions to Reverse Global Warming</b></a>&nbsp;(Drawdown.org)</li>
  <li><a href="https://www.vice.com/en_us/article/3kyp8y/an-optimists-guide-to-solving-climate-change-and-saving-the-world"><b>An Optimist&#39;s Guide to Solving Climate Change and Saving the World</b></a>&nbsp;(Vice)</li>
  <li><a href="https://www.politico.com/agenda/story/2017/09/13/food-nutrients-carbon-dioxide-000511"><b>The great nutrient collapse: The atmosphere is literally changing the food we eat, for the worse. And almost nobody is paying attention.</b></a>&nbsp;(Politico)</li>
  <li><a href="https://www.vox.com/energy-and-environment/2018/4/30/17300946/global-warming-degrees-replace-fossil-fuels"><b>The world&#39;s bleak climate situation, in 3 charts: We&#39;ve got a long way to go and a short time to get there.</b></a>&nbsp;(Vox)</li>
  <li><a href="https://www.nytimes.com/2017/11/06/opinion/climate-report-global-warming.html"><b>The Climate Risks We Face</b></a>&nbsp;(NY Times):
  <p>To stabilize global temperature, net carbon dioxide emissions must be reduced to zero. The window of time is rapidly closing to reduce emissions and limit warming to no more than 3.6 degrees Fahrenheit or 2 degrees Celsius above preindustrial levels, the goal set in the Paris climate accord. The further we push the climate system beyond historical conditions, the greater the risks of potentially unforeseen and even catastrophic changes to the climate - so every reduction in emissions helps.</p>
  </li>
  <li><a href="http://nymag.com/daily/intelligencer/2017/07/climate-change-earth-too-hot-for-humans.html"><b>The Uninhabitable Earth: When will climate change make earth too hot for humans?</b></a>&nbsp;(New York Magazine):
  <p>Famine, economic collapse, a sun that cooks us: What climate change could wreak - sooner than you think.</p>
  </li>
  <li><a href="http://www.vox.com/energy-and-environment/2017/4/4/14942764/100-renewable-energy-debate"><b>A beginner&#39;s guide to the debate over 100% renewable energy</b></a>&nbsp;(Vox):
  <p>Clean-energy enthusiasts frequently claim that we can go bigger, that it&#39;s possible for the whole world to run on renewables - we merely lack the &quot;political will.&quot; So, is it true? Do we know how get to an all-renewables system? Not yet. Not really.</p>
  </li>
</ul>]]></content:encoded>
      <media:thumbnail url="https://bradblog.com/images/GNR_KathyHochul-WeAreNY.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59645</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>Latest UN Climate Conference was Predictably Disappointing</title>
      <description>The latest United Nations Climate conference in Glasgow, Scotland, resulted in an agreement that started out as inadequate to meeting the climate catastrophe, and ended up being further watered down to appease oil and gas interests.</description>
      <pubDate>Tue, 28 Dec 2021 04:27:43 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/latest-un-climate-conference-was-predictably-disappointing/</link>
      <guid isPermaLink="false">o237-860-61ca924205c1f</guid>
      <dc:creator>Sonali Kolhatkar</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><span style="font-size:18px;"><strong>UN Climate Conference Predictably Disappoints</strong></span></p>

<p>Listen to story:</p>

<p>
<audio controls="controls" preload="none">&nbsp;</audio>
</p>

<p>Download:&nbsp;<a download="https://ia601406.us.archive.org/0/items/2021-11-16-RUWS/2021_11_16_Darryl_Jordan.mp3" href="https://ia601406.us.archive.org/0/items/2021-11-16-RUWS/2021_11_16_Darryl_Jordan.mp3" rel="nofollow" title="mp3">mp3</a>&nbsp;(Duration: 13:02)</p>

<p>FEATURING DARRYL JORDAN - The latest United Nations Climate conference that just wrapped up in Glasgow, Scotland, resulted in an agreement that started out as inadequate to meeting the climate catastrophe, and ended up being further watered down to appease oil and gas interests.</p>

<p>The 26th Conference of the Parties, or COP26, drew thousands of delegates representing nearly all of the world&rsquo;s nations, as well as hundreds of fossil fuel lobbyists who ensured that the dirty energy fueling climate change remains in use.</p>

<p>But there were also thousands of people from around the world representing civil society, Indigenous and frontline groups experiencing the direct effects of climate change, farmers, trade unionists, students, and more. Their job was to push delegates as far as possible toward a phasing out of fossil fuels.</p>

<p>For more information visit&nbsp;<a href="https://ittakesroots.org/"><em>https://ittakesroots.org</em></a>.</p>

<figure>
<p><iframe allow="autoplay; fullscreen; picture-in-picture" allowfullscreen="" frameborder="0" height="360" src="https://player.vimeo.com/video/646628321?h=6f9fafb048&amp;app_id=122963" title="UN Climate Conference Predictably Disappoints" width="640"></iframe></p>
</figure>

<p><em>GUEST:&nbsp;<strong>Darryl Jordan</strong>, with the&nbsp;</em><a href="https://ggj.ourpowerbase.net/civicrm/mailing/url?u=12532&amp;qid=5325474"><em>East Michigan Environmental Action Council</em></a><em>&nbsp;&amp; the It Takes Roots Black Caucus.</em></p>

<p><em>RisingUp with Sonali can be hear every Tuesday on KPFK at 4PM (PT) also on the site at&nbsp;</em><a href="https://risingupwithsonali.com/">https://risingupwithsonali.com/</a></p>]]></content:encoded>
      <media:thumbnail url="https://risingupwithsonali.com/content/images/2021/11/OTS_Darryl_Johnson.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59563</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>“Our Movement Is Growing”: How Starbucks Workers in Buffalo Fought Company’s Union Busting and Won</title>
      <description>Democracy Now! looks at the historic workers’ victory at the Elmwood Starbucks store in Buffalo, New York, where workers successfully voted to unionize last week, making them the first to do so among the coffee chain’s 9,000 locations in the United States</description>
      <pubDate>Tue, 14 Dec 2021 18:34:28 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/our-movement-is-growing-how-starbucks-workers-in-buffalo-fought-companys-union-busting-and-won/</link>
      <guid isPermaLink="false">o237-860-61b8e3b766c19</guid>
      <dc:creator>Amy Goodman</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<h1>&ldquo;Our Movement Is Growing&rdquo;: How Starbucks Workers in Buffalo Fought Company&rsquo;s Union Busting and Won</h1>

<p>DECEMBER 14, 2021&nbsp;<a data-ga-action="Story: Watch Full Show" href="https://www.democracynow.org/shows/2021/12/14?autostart=true">Watch Full Show</a><button aria-label="Next Up Close" type="button">&nbsp;</button></p>

<div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.25%;"><iframe src="https://www.democracynow.org/embed/story/2021/12/14/how_starbucks_workers_unionized_jaz_brisack" style="top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0;" allowfullscreen scrolling="no" allow="encrypted-media *;"></iframe></div>

<p><button aria-label="Next Up Close" type="button"></button></p>

<h5>GUESTS</h5>

<ul>
  <li><a data-ga-action="Story: Appearance" href="https://www.democracynow.org/appearances/jaz_brisack">Jaz Brisack</a>

  <p>barista at Starbucks in Buffalo, New York.</p>
  </li>
</ul>

<hr />
<h5>LINKS</h5>

<ul>
  <li><a data-ga-action="Story: Related Link" href="https://twitter.com/jazbrisack">Jaz Brisack on Twitter</a></li>
  <li><a data-ga-action="Story: Related Link" href="https://twitter.com/SBWorkersUnited">Starbucks Workers United on Twitter</a></li>
</ul>

<p>Image Credit: Twitter: SBWorkersUnited</p>

<p>We look at the historic workers&rsquo; victory at the Elmwood Starbucks store in Buffalo, New York, where workers successfully voted to unionize last week, making them the first to do so among the coffee chain&rsquo;s 9,000 locations in the United States, and sparking new efforts at stores across the country. We speak to one of the 19 employees who voted in favor of forming a union about confronting the company and overcoming the challenges. Starbucks hired &ldquo;the most notorious union-busting law firm in the country and literally ran not even a textbook anti-union campaign but an almost unprecedented anti-union campaign,&rdquo; says Jaz Brisack, a barista at the Starbucks located in Buffalo.</p>

<hr />
<h5>Transcript</h5>

<p>This is a rush transcript. Copy may not be in its final form.</p>

<p><strong>AMY&nbsp;GOODMAN:</strong>&nbsp;This is&nbsp;<em>Democracy Now!</em>, democracynow.org,&nbsp;<em>The War and Peace Report</em>. I&rsquo;m Amy Goodman, with Juan Gonz&aacute;lez, as we turn now to look at the historic workers&rsquo; victory at the Elmwood Starbucks store in Buffalo, New York, where workers successfully voted to unionize last week, making them the first to do so among Starbucks&rsquo; 9,000 locations in the United States.</p>

<blockquote>
<p><strong>WORKERS:</strong>&nbsp;[cheering]</p>
</blockquote>

<p><strong>AMY&nbsp;GOODMAN:</strong>&nbsp;Workers cheered as the results of their vote were announced. Nineteen workers voted in favor, eight against, forming the union. A union vote failed at a second Buffalo Starbucks location, and a third election at the Buffalo airport Starbucks has not yet been confirmed after nearly half the &ldquo;yes&rdquo; votes were challenged. The National Labor Relations Board, or&nbsp;NLRB, will now review those votes. The victory in Buffalo came despite Starbucks&rsquo; union-busting efforts and could trigger similar drives at more of its stores across the country. Already, on Monday, workers at two Massachusetts Starbucks, in Boston and Brookline, filed paperwork with the&nbsp;NLRB&nbsp;petitioning to unionize.</p>

<p>For more, we&rsquo;re joined by one of the Starbucks workers you just heard cheering in Buffalo. Jaz Brisack is a barista at the Elmwood Starbucks store there. She is now the first &mdash;&nbsp;this is now the first location of Starbucks to unionize. She&rsquo;s with Starbucks Workers United.</p>

<p>Welcome to&nbsp;<em>Democracy Now!</em>&nbsp;It&rsquo;s great to have you with us, Jaz. Why don&rsquo;t you explain the significance of your victory, and also what Starbucks did, bringing in management from all over, the highest levels, to try to pressure workers?</p>

<p><strong>JAZ&nbsp;BRISACK:</strong>&nbsp;Thanks so much for having me. And I think, like you&rsquo;re saying, it&rsquo;s important we won our union, thank goodness. And the Genesee store, which was actually packed with people who don&rsquo;t even vote at that store, to try to inflate the voter list, we&rsquo;re confident that they&rsquo;re going to also be the other of the first unionized Starbucks. But it shouldn&rsquo;t have had &mdash;&nbsp;we shouldn&rsquo;t have had to go through all of the union busting that we&rsquo;ve gone through in the past four months.</p>

<p>Starbucks sent in a&nbsp;SWAT&nbsp;team, they called it, of upper managers, over a hundred of them, led by the president of Starbucks North America, Rossann Williams. And these managers came into our stores. They were there in every shift, every day part, pulling people off the floor, working on the floor so that they could prevent us from being able to have honest conversations with our partners. And we went from having, you know, 85% at my store &mdash;&nbsp;100% of voters signed up on union cards at Genesee &mdash; to fighting for our lives to even win one of these first Starbucks unions.</p>

<p><strong>JUAN&nbsp;GONZ&Aacute;LEZ:</strong>&nbsp;And could you talk, Jaz, about some of the conditions that prompted the employees to believe that they needed to unionize?</p>

<p><strong>JAZ&nbsp;BRISACK:</strong>&nbsp;I mean, honestly, we were unionizing because we wanted a voice in the workplace. We didn&rsquo;t think that Starbucks was by any means the worst employer. There&rsquo;s things that could always be better. I had a co-worker &mdash;&nbsp;when we started the union campaign, she had been there 11 years. She was making 16 cents more than a new hire. And certainly, like, healthcare and mental health and certain things could be better. But we really just want a voice on the job. And we want &mdash;&nbsp;we don&rsquo;t believe that any job should not have a union, because we think that everything should have more democracy.</p>

<p>And I think the real crisis or tragedy here is, we would have won so many more stores already if we had actually had a fair process for these votes. But instead, Starbucks took advantage of every delay tactic possible, most of which were loopholes created by the Trump labor board, to delay us getting to our votes and actually being able to unionize, and to give them more time to have anti-union meetings and threaten us with losing benefits, losing the right to pick up shifts or transfer, and trying to pit us against our fellow partners, against our managers, and blame the union for all of the stress and tensionn that we were feeling.</p>

<p><strong>JUAN&nbsp;GONZ&Aacute;LEZ:</strong>&nbsp;And could you talk about the company tactics? Starbucks portrays itself as an enlightened, socially conscious company. Were you surprised by the vehemence with which they marshaled their forces to prevent this union drive?</p>

<p><strong>JAZ&nbsp;BRISACK:</strong>&nbsp;One hundred percent. In the beginning, we actually asked them to sign the fair election principles, which is a set of guidelines that sets a higher standard than U.S. labor law for how companies act during union elections. And, you know, it seems naive that we expected them to sign it, but, instead, this company, that says that they&rsquo;re a social justice company &mdash;&nbsp;they say they&rsquo;re a different kind of company &mdash; hired Littler Mendelson, which is the most notorious union-busting law firm in the country, and literally ran not even a textbook anti-union campaign but an almost unprecedented anti-union campaign of bringing in literally the&nbsp;COO, the president of Starbucks North America and all of their other corporate underlings to try to disrupt Buffalo and turn our stores upside down.</p>

<p><strong>AMY&nbsp;GOODMAN:</strong>&nbsp;And can you talk about what happened at the other two Starbucks where the workers were attempting to unionize? The results, not completely in &mdash; is that right? &mdash; are being challenged on both sides.</p>

<p><strong>JAZ&nbsp;BRISACK:</strong>&nbsp;So, at Camp, they were totally disrupted. And there were some ballots that weren&rsquo;t actually counted, so we&rsquo;re still figuring out what all happened there. And then, at Genesee, they had stacked the voter list with partners from other stores that were remodeling. Not every worker who worked at that store got a ballot. They selectively picked who they wanted to receive ballots and put on that voter list. One of our partners told Bernie Sanders during the town hall that he hosted that it was like if you had partners &mdash; sorry, if you had tourists from Texas visit Vermont and then vote in Senator Sanders&rsquo; Senate election. So, I think once those ballots are cleared up, it&rsquo;s going to be a clear victory at the Genesee store.</p>

<p><strong>AMY&nbsp;GOODMAN:</strong>&nbsp;And finally, your response to hearing that Brookline and a Boston store are already attempting to unionize there? And go beyond just Starbucks, your message?</p>

<p><strong>JAZ&nbsp;BRISACK:</strong>&nbsp;I think our movement is growing. I&rsquo;m incredibly proud of the Boston partners, the Arizona partners and the partners in the other stores in Buffalo. I do want to note that there&rsquo;s three more stores that are going to union elections. And Starbucks is terrified that Elmwood will be the first domino, so they&rsquo;re already cracking down much harder. We have an organizing committee leader, Angel, in one of these stores who&rsquo;s being written up and retaliated against for the most minor of things. They&rsquo;re finding ways to target her, because they realize that what they were doing earlier wasn&rsquo;t enough to stop us and break us apart, so they&rsquo;re trying to go even harder. So we need even more community pressure on Starbucks to stop union busting and actually come to the bargaining table and work with our union instead of busting it.</p>

<p><strong>AMY&nbsp;GOODMAN:</strong>&nbsp;Jaz Brisack, I want to thank you for being with us, barista at the Starbucks store in Buffalo, New York, which has become the first location in the United States to unionize, the first Starbucks location. She&rsquo;s with Starbucks Workers United.</p>

<p>The original content of this program is licensed under a&nbsp;<a href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License</a>. Please attribute legal copies of this work to democracynow.org. Some of the work(s) that this program incorporates, however, may be separately licensed. For further information or additional permissions, contact us.</p>]]></content:encoded>
      <media:thumbnail url="https://media-cldnry.s-nbcnews.com/image/upload/rockcms/2021-12/211209-starbuck-buffalo-mn-1419-848037.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59472</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>PowerPoint Doc via Meadows Spells Out Trump's Failed Scheme to STEAL the 2020 Election: 'BradCast' 12/13/2021</title>
      <description>Breaking news over the weekend, the release of a PowerPoint document called "Election Fraud, Foreign Interference &amp; Options for JAN 6". It was obtained by the U.S. House Select Committee investigating January 6, from Donald Trump's former Chief of Staff Mike Meadows. </description>
      <pubDate>Tue, 14 Dec 2021 06:11:55 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/powerpoint-doc-via-meadows-spells-out-trumps-failed-scheme-to-steal-the-2020-election-bradcast-12-13-2021/</link>
      <guid isPermaLink="false">o237-860-61b835ae8c6ca</guid>
      <dc:creator>Brad Friedman</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><a href="https://bradblog.com/?p=14100">PowerPoint Doc via Meadows Spells Out Trumps Failed Scheme to STEAL the 2020 Election: &#39;BradCast&#39; 12/13/2021</a></p>

<p>Also: We finally got boosted!; And, another deadly climate change fueled disaster devastates Midwest...</p>

<p>By&nbsp;<a href="https://bradblog.com/?author=3" title="Posts by Brad Friedman">BRAD FRIEDMAN</a>&nbsp;on 12/13/2021, 6:26pm PT&nbsp;&nbsp;</p>

<p><img align="right" border="0" hspace="6" src="https://bradblog.com/images/BradCast_TrumpFaceJan6_121321.jpg" vspace="3" />We&#39;ve got a lot to catch up with on today&#39;s&nbsp;<a href="https://bradblog.com/BradCast"><i>BradCast</i></a>, after a weekend lost to recovery from our Moderna booster shots. [<i>Audio link to full show is posted below this summary.</i>]</p>

<p>First up, we discuss how things went following Friday boosters for both Desi and myself. For me, as after the second shot, not so good (though&nbsp;<i>much</i>&nbsp;better than actual COVID!) For Desi...it was pretty much business as usual beyond a bit of fatigue. Either way: Go get your shots! Also, just before air, California&nbsp;<a href="https://www.reuters.com/world/us/california-re-institute-statewide-mask-mandate-amid-rise-covid-cases-2021-12-13/">announced</a>&nbsp;they are re-instituting a statewide mask mandate for indoor, public spaces amid another surge in COVID cases.</p>

<p>Next, 74 people are now&nbsp;<a href="https://apnews.com/article/tornadoes-business-arkansas-kentucky-mayfield-b6ef6a901cc2e4552e760a36c749937c">confirmed dead</a>&nbsp;in Kentucky alone, and more than a dozen were killed in four other Midwestern states on Friday night after a swarm of very late season tornadoes devastated an eight-state area, as unusually warm December air met with a cold front. Predictably, a climate change-fueled disaster ensued as the states, particularly Kentucky, now wrestle with mass power and water outages amid freezing temperatures for tens of thousands of residents while trying to sift through rubble and continue recovery efforts. Desi details the extreme weather&#39;s known&nbsp;<a href="https://twitter.com/climateguyw/status/1469508172390019073">connections to climate change</a>&nbsp;and how (and if) corporate media are bothering to cite the causes for yet another deadly, intense, out-of-season extreme weather event.</p>

<p>Then, also breaking over the weekend, the release of a&nbsp;<a href="https://bradblog.com/Docs/ElectionFraud-ForeignOperations-OptionsJan6_010521.pdf">PowerPoint document</a>&nbsp;called &quot;Election Fraud, Foreign Interference &amp; Options for JAN 6&quot;. It was obtained by the U.S. House Select Committee investigating January 6, from Donald Trump&#39;s former Chief of Staff Mike Meadows. The document was&nbsp;<a href="https://www.theguardian.com/us-news/2021/dec/10/trump-powerpoint-mark-meadows-capitol-attack">turned over to the Committee</a>&nbsp;as part of a tranche of email and text message documents from Meadows before he decided he would stop cooperating with them. He will now almost certainly face federal&nbsp;<a href="https://www.npr.org/2021/12/13/1063652510/mark-meadows-contempt-vote-jan-6-committee-house">criminal contempt</a>&nbsp;charges, just as Trump&#39;s former aide Steve Bannon is now facing for also failing to answer lawful subpoenas from Congress.</p>

<p>This latest &quot;smoking gun&quot; document --- a 38-page version of which was circulated after the election last year, and a very similar 36-page version dated on Jan. 5 --- further cements the details behind the broad criminal conspiracy to steal the 2020 election from Joe Biden and the American people by Donald Trump and his minions. In this case, those cronies include the bulk of his Campaign staff and attorneys, much of his White House staff,&nbsp;<a href="https://bradblog.com/?p=13720">members of the Dept. of Justice</a>&nbsp;and a whole bunch of elected officials both in Congress and in the states.</p>

<p>We&nbsp;<a href="https://www.independent.co.uk/news/world/americas/us-politics/trump-2020-election-powerpoint-coup-b1973826.html?amp">walk through</a>&nbsp;a number of the evidence-free assertions&nbsp;<a href="https://www.salon.com/2021/12/11/inside-the-38-page-powerpoint-trumpworld-used-to-justify-its-campaign-to-overturn-2020/">made in the PowerPoint presentation</a>&nbsp;which, according to Meadows, was to be shared with people &quot;on the Hill&quot; on January 5. Among those assertions, that China and Venezuela had &quot;systematically gained control over our election system constituting a national security emergency,&quot; after &quot;electronic voting machines were compromised.&quot;</p>

<p>Of course, there is zero evidence included in the document for those extraordinary claims. And those referencing Venezuela are known to be nonsense, since they are directly based on&nbsp;<a href="https://bradblog.com/?p=7906">my own exclusive reporting at The BRAD BLOG from 2008 to 2010</a>, which Team Trump subsequently lifted, twisted, mangled and&nbsp;<a href="https://bradblog.com/?p=13643">bastardized</a>&nbsp;to somehow support their false, easily-disproven and evidence-free narrative.</p>

<p>As to the &quot;national security emergency&quot; cited by the document, Trump was encouraged to declare one in order to then order ballots collected by the National Guard and U.S. Marshalls in all 50 states, to be counted by them once &quot;invalid&quot; and &quot;fraudulent&quot; ballots were somehow removed. Those same National Guard members, Meadows&#39; documents also assert, according to the House Committee, were also to be tasked to&nbsp;<a href="https://www.politico.com/news/2021/12/12/meadows-jan-6-national-guard-trump-524133">&quot;protect pro Trump people&quot;</a>&nbsp;on January 6 during the attack on the U.S. Capitol after Pence refused to go along with the plan to declare the Electoral College votes invalid. The last effort by Team Trump to steal the election was, as we all know, to hurl thousands of his gullible supporters at the Capitol itself in hopes of preventing the Constitutional certification of Joe Biden&#39;s legitimate election victory. The subsequent deadly attack was exactly what&nbsp;<a href="https://www.salon.com/2021/12/13/jan-6-powerpoint-reveals-many-more-were-in-on-coup-plot/">Bannon blatantly teased</a>&nbsp;on his &quot;War Room&quot; podcast on January 5th. They were&nbsp;<i>all</i>&nbsp;in on it, including a bunch of members of Congress, as the Jan 6 Committee has recently been suggesting.</p>

<p>We explain much more detail on what is revealed by the ridiculous claims in the PowerPoint presentation on today&#39;s program, and how the guy --- retired U.S. Army Colonel Philip Waldron --- who reportedly circulated it among the dupes on the Right, actually&nbsp;<a href="https://www.washingtonpost.com/investigations/phil-waldron-mark-meadows-powerpoint/2021/12/11/4ea67938-59df-11ec-9a18-a506cf3aa31d_story.html">met with Meadows</a>&nbsp;at the White House as many as 10 times in the run-up to January 6th.</p>

<p>But the main point is this: Donald Trump and his minions employed a coordinated attempt to steal the 2020 Presidential election. It was not haphazard and it was not just low level operatives. And it was&nbsp;<i>not</i>, as media and many Dems still mis-describe it, an attempt to overturn or reverse or question or&nbsp;<a href="https://www.judiciary.senate.gov/imo/media/doc/Interim%20Staff%20Report%20FINAL.pdf">subvert</a>&nbsp;the results. It was&nbsp;<i>not</i>&nbsp;an attempt to ferret out &quot;voter fraud&quot; or &quot;election fraud&quot;. Donald Trump tried to&nbsp;<i>STEAL</i>&nbsp;the 2020 election and this was the &quot;Rosetta Stone&quot; road map for it. It would help the nation understand how close we came to losing what is left of our democracy entirely if it was described in those simple, basic and absolutely accurate terms.</p>

<p>What do about it? That will, no doubt, be the subject of future programs. But, at least today, hopefully, you will understand what happened and what didn&#39;t --- along with what they tried to do, and what they failed to do --- so we can all take action to make sure, somehow, something like this can never happen again...</p>

<blockquote>
<p><img src="https://bradblog.com/Images/Speaker_Icon_24.png" />&nbsp;<b><i><a href="https://bradblog.com/audio/BradCast_BradFriedman-BradDesiBooster-DecTornadoSwarm-MeadowsPowerPointDoc-Trump2020ElectionTheft_121321.mp3">CLICK TO LISTEN OR DOWNLOAD SHOW!...</a></i></b></p>
</blockquote>]]></content:encoded>
      <media:thumbnail url="https://bradblog.com/images/BradCast_TrumpFaceJan6_121321.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59469</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>WHEN A MESSAGING PROBLEM ISN’T A MESSAGING PROBLEM</title>
      <description>Sifting through the settled dust of the Virginia elections and the mind-numbing postmortem shouting from every wannabe pundit with a Twitter account, I can’t help but feel as if those of us on the left can be counted on to consistently and sometimes acrobatically miss the point....</description>
      <pubDate>Wed, 01 Dec 2021 18:50:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/when-a-messaging-problem-isnt-a-messaging-problem/</link>
      <guid isPermaLink="false">o237-860-61a7c1594df03</guid>
      <dc:creator>Rick Smith</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<header>
<h1 itemprop="headline"><a href="https://www.thericksmithshow.com/commentary/when-a-messaging-problem-isnt-a-messaging-problem/" rel="bookmark" title="Permanent Link: When a Messaging Problem isn’t a Messaging Problem">WHEN A MESSAGING PROBLEM ISN&rsquo;T A MESSAGING PROBLEM</a></h1>
</header>

<p><img alt="Rick" src="https://mmo.aiircdn.com/237/613a5596b2a11.jpg" style="margin: 4px; float: left; width: 300px; height: 300px;" />Sifting through the settled dust of the Virginia elections and the mind-numbing postmortem shouting from every wannabe pundit with a Twitter account, I can&rsquo;t help but feel as if those of us on the left can be counted on to consistently and sometimes acrobatically miss the point. Rather than working within the confines of what the data tells us about any given public argument, left leaning voices tend to speak to a created world that operates &ldquo;as it should&rdquo; rather than a real world that operates as it does. This is why, even with months to counter the GOP created panic over Critical Race Theory, Democrats simply stood on the tracks and let the train roll right over them, then blamed the usual suspects afterward. And this twirling mass of ineptitude is at its most obvious and most self-serving when we encounter this dead horse of a sentence: Democrats are bad at &ldquo;messaging.&rdquo;</p>

<p>This old trope is as certain a thing as there is in American political discussion, as certain as the right foaming about socialism or the NRA showing up on the third day after a mass shooting to tell us about &ldquo;good guys with guns.&rdquo; But much like many other simple and knowable facts, like&nbsp;<em>we are not on a slippery slope toward communism</em>, and&nbsp;<em>AR-15s do not make anyone safer</em>, we also know that the &ldquo;Dems messaging problem&rdquo; stuff is simply nonsense. The real problem is what it has been for about the last 40 years, a lack of&nbsp;<em>access</em>. We can&rsquo;t reach people who are not in the room to be reached, and right-wing media has successfully placed half of the electorate in their own personal media silos.</p>

<p>Put simply, Dems make cogent, reasonable arguments that would work if only anyone persuadable were present to hear them. To be clear, it is not that no one listens to these arguments. Many do. The problem is that this communication happens almost entirely outside the silo. The people hearing the message already believe it, and those who don&rsquo;t can&rsquo;t be found. Even tired old cliches like &ldquo;preaching to the choir&rdquo; do not accurately describe just how much the left-leaning media environment has become a self-serving feedback loop. It sounds good, but it does very little work beyond giving Democrats a platform to impress each other and turn pretty words into better and more profitable gigs.</p>

<p>On the right, however, this is not the case. Sure, the GOP and its corporate money have created a mighty media juggernaut; this is not new information. But what many don&rsquo;t understand is that the right not only controls its own media empire, but it also controls those who try (honestly or not) to compete with their noise. Evidence of this is everywhere. For example, on a Monday morning a short time ago, an op-ed appeared in the Washington Post. It called on Joe Biden to &ldquo;respect&rdquo; Trump&rsquo;s executive privilege and not force Mark Meadows &ndash; Trump&rsquo;s former chief of staff &ndash; to testify before the January 6 commission. The piece was written by one of the lawyers representing Meadows, yet no one seemed to think this was a conflict-of-interest worthy of a little scrutiny, so the liberal bastion of journalistic fairness ran the piece, and the right-wing media machine pitched its tent right in its opposition&rsquo;s backyard.</p>

<p>Even on Twitter, which is probably about a D+40 environment, a new attack trends every day. A few days ago, it was #RacistJoeBiden, and shortly after they trended one of their favorite bits of projection as the term &ldquo;pedo&rdquo; became a national thing for a day. Tomorrow it will be something equally nonsensical, but it will trend anyway, because the right-wing machine controls it all.</p>

<p>The left defends itself, sometimes well and sometimes not, but it always and only defends. There is no offensive game in progressive media. None whatsoever. If there were, then right wing space would occasionally have left leaning voices present, losing often but sometimes winning and always at least arguing. But this does not happen, and the mere thought of it is almost laughable. The right chooses the ground for every fight, and exists in every competitive space, while at the same time walling off its own territory entirely and without even a hint of a challenge from anyone on the left, or the center for that matter. This has been the case for well over 40 years, beginning with the complete domination of the radio waves, and growing from there. The left now competes with entire generations who grew up on propaganda, and while the propagandists are to blame, so are those who surrendered their lunch money to right-wing bullies half a century ago, and who have made no real attempt to get it back.</p>

<p>So, when Democrats tried to tell well-meaning Virginians that they were being lied to about critical race theory, and that Youngkin is so much more like Trump than he pretends (which he certainly is), it had no effect. When the train of high-profile Democrats, Obama included, came to town to help, it had no effect. Democrats lost the 2021 Virginia Governor&rsquo;s race over 40 years ago, when they chose to stop competing for anyone who didn&rsquo;t already agree with them. This is why, when 2022 arrives, the result will be the same. And when&nbsp;<em>that</em>&nbsp;dust settles, and the bloodbath is fully realized, pundits and wannabe influencers will moan and quake about &ldquo;messaging problems&rdquo; without ever realizing that literally no one who needs to hear the message is listening.</p>

<p>They&rsquo;re not even in the room.</p>

<p><em><strong>RICK SMITH can be heard every Sunday at 11am on KPFK</strong></em><br />
More info at&nbsp;<a href="https://www.thericksmithshow.com/" target="_blank">https://www.thericksmithshow.com/</a></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/613a5596b2a11.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59334</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>RICK SMITH AND CARY HARRISON ON THE IMPORTANCE OF COMMUNITY RADIO</title>
      <description>Listen in as Rick Smith and Cary Harrison discuss the dominance of corporate interests on American radio stations, and what we need to do to restore balance on the airwaves</description>
      <pubDate>Wed, 01 Dec 2021 18:43:00 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/rick-smith-and-cary-harrison-on-the-importance-of-community-radio/</link>
      <guid isPermaLink="false">o237-860-61a7c23a19cff</guid>
      <dc:creator>Rick Smith and Cary Harrison</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p style="text-align: center;"><span style="font-size:18px;"><strong>KPFK&#39;s Rick Smith and Cary Harrison present a relevant and inspiring discussion on the Importance of Community Radio</strong></span></p>

<p style="text-align: center;"><iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="1" height="400" scrolling="no" src="https://www.youtube.com/embed/K1TPqMd-UBg" title="YouTube video player" width="682"></iframe></p>

<p style="text-align: center;"><span style="font-size:18px;">Listen in as Rick Smith and Cary Harrison discuss the dominance of corporate interests on American radio stations, and what we need to do to restore balance on the airwaves!</span></p>

<p style="text-align: center;"><span style="font-size:16px;"><strong><em>The Rick Smith Show</em></strong> can be heard every <strong>Sunday at 11am on KPFK</strong><br />
Cary Harrison&#39;s <em><strong>&quot;Reality Check&quot;</strong></em> can be heard every <strong>Tuesday at 2pm on KPFK</strong></span></p>

<p style="text-align: center;"><strong><span style="font-size:18px;">Show your support for these wonderful programmers and all of the programming at KPFK by making a <a href="https://kpfk.wedid.it/" target="_blank">PLEDGE HERE TODAY!</a></span></strong></p>]]></content:encoded>
      <media:thumbnail url="https://mmo.aiircdn.com/237/6131ba092c386.png"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59335</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>There'd Be No Trucker Shortage If the Industry Took Care of Its Drivers: 'The BradCast'</title>
      <description>We're joined by NICOLÃS RIVERO of Quartz, to discuss his recent myth-busting, deep-dive reporting on our current, pre-Christmas, "post-pandemic" supply chain issues and why, despite no shortage of bad reporting on this, a shortage of truck drivers is not actually to blame.</description>
      <pubDate>Wed, 24 Nov 2021 05:18:08 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/thered-be-no-trucker-shortage-if-the-industry-took-care-of-its-drivers-the-bradcast/</link>
      <guid isPermaLink="false">o237-860-619dcb1381e41</guid>
      <dc:creator>Brad Friedman</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><a href="https://bradblog.com/?p=14079">There&#39;d Be No Trucker Shortage If the Industry Took Care of Its Drivers: &#39;BradCast&#39; 11/19/2021</a></p>

<p>Guest: Nicolas Rivero of Quartz; Also: House finally passes Biden BBB agenda, hard part waits in Senate; VA school board unbans books; Fight for majority control of VA House of Delegates not over yet...</p>

<p>By&nbsp;<a href="https://bradblog.com/?author=3" title="Posts by Brad Friedman">BRAD FRIEDMAN</a>&nbsp;on 11/19/2021 7:00pm PT&nbsp;&nbsp;</p>

<p><img align="right" border="0" hspace="6" src="https://bradblog.com/images/BradCast_TruckShippingContainers-LongBeach_111921.jpg" vspace="3" />Apparently it&#39;s another myth busting episode of&nbsp;<a href="https://bradblog.com/BradCast"><i>The BradCast</i></a>&nbsp;today. It would be nice if lousy reporting from the corporate media --- particularly regarding the economy --- didn&#39;t make these so frequently necessary of late. [<i>Audio link to full show is posted below this summary.</i>]</p>

<p>But, first up today, a few other stories of note today...</p>

<ul>
  <li>The&nbsp;<b>17-year old white kid</b>&nbsp;who crossed a state border into&nbsp;<b>Kenosha, Wisconsin</b>&nbsp;to unlawfully wield a semi-automatic weapon before using it to shoot three anti-racism protesters, killing two of them, was&nbsp;<a href="https://www.npr.org/2021/11/19/1057288807/kyle-rittenhouse-acquitted-all-charges-verdict">acquitted of all charges</a>&nbsp;today. So, we guess it&#39;s now open season to shoot anyone ya like, as long as you claim it was done in self-defense. And, yes, as long as you&#39;re white.</li>
</ul>

<ul>
  <li><b>Democrats in the U.S. House</b>&nbsp;finally came together today to&nbsp;<a href="https://apnews.com/article/climate-immigration-joe-biden-health-lifestyle-bff841da156cb12cd47a564f9e0267eb">pass</a>&nbsp;the&nbsp;<b>Build Back Better Act</b>, President Biden&#39;s nearly $2 trillion landmark spending bill to expand healthcare, childcare, education, eldercare and much MUCH more, including the most substantive action to combat the global climate crisis in the history of the nation. Every Republican in the chamber voted against it. The transformative legislation includes&nbsp;<a href="https://www.nytimes.com/interactive/2021/11/18/upshot/whats-in-democrats-reconciliation-bill.html?referringSource=articleShare">scores and scores of long-overdue provisions</a>&nbsp;that, if virtually any one of them were passed on their own as a standalone bill, it would be, to paraphrase the President, a BFD. But, of course, while getting it through the House took months, that was the easy part. Now, the crowning achievement of Biden&#39;s agenda will have to get through the U.S. Senate, where, without any Republican votes, all 50 Senators who caucus with the Democrats will have to sign off on in order to pass it under Senate budget reconciliation rules. That means obstructionist Democrats like Joe Manchin and Kyrsten Sinema may feel free to water it down further than they already have, or kill it all together. We&#39;ll find out what happens when the upper chamber picks up the measure, after the Thanksgiving holiday.</li>
</ul>

<ul>
  <li>A few days ago, we reported on the&nbsp;<b>Spotsylvania County, Virginia School Board</b>&#39;s<a href="https://fredericksburg.com/news/local/education/spotsylvania-school-board-orders-libraries-to-remove-sexually-explicit-books/article_6c54507a-6383-534d-89b9-c2deb1f6ba17.html">&nbsp;6 to 0 vote last week</a>&nbsp;to begin removing certain books from their school&#39;s libraries after a debate about whether they should ban the books or both ban&nbsp;<i>and</i>&nbsp;burn them. It was one of several stories we highlighted to underscore the&nbsp;<a href="https://bradblog.com/?p=14075">unmistakable drumbeat of rising authoritarianism</a>&nbsp;in our country right now. But, at least on that story, there is some good news this week. Democracy struck back! After 4 and a half hours of public comment at the Board&#39;s subsequent meeting this week, cut off only because it was midnight, the Board&nbsp;<a href="https://fredericksburg.com/news/local/education/spotsylvania-community-turns-out-against-school-library-censorship/article_2c767e3e-a3ea-540a-b748-fab654fa9286.html">voted to reverse it&#39;s ban</a>! Though the Board&#39;s two book burning proponents stood their ground, they lost in a 5 to 2 vote. All thanks to excellent local media reporting and a huge turnout from teachers, librarians, parents and teachers who spoke passionately in favor of libraries and books while calling for the book burners to resign.</li>
</ul>

<ul>
  <li>Following up on another story we&nbsp;<a href="https://bradblog.com/?p=14076">covered earlier this week</a>, on the media&#39;s horrifically&nbsp;<b>misleading reporting on inflation</b>, we share part of a Paul Waldman&nbsp;<a href="https://www.washingtonpost.com/opinions/2021/11/17/inflation-panic-is-out-of-control/">excellent column from&nbsp;<i>WaPo</i></a>&nbsp;that sounds as if it could have been ripped straight from&nbsp;<i>The BradCast&#39;s</i>&nbsp;coverage that day, myth busting the very same issues that we did.</li>
</ul>

<ul>
  <li>Then, picking up on a related-ish myth that needs busting as well this week, we&#39;re joined by&nbsp;<b>NICOL&Atilde;S RIVERO</b>&nbsp;<a href="https://qz.com/author/nriveroqz/">of Quartz</a>, to discuss his recent&nbsp;<a href="https://qz.com/2086977/there-is-no-truck-driver-shortage-in-the-us/amp/">myth-busting, deep-dive reporting</a>&nbsp;on our current, pre-Christmas, &quot;post-pandemic&quot; supply chain issues and why, despite no shortage of bad reporting on this, a&nbsp;<b>shortage of truck drivers</b>&nbsp;is not actually to blame.

  <p>&nbsp;</p>

  <p>In fact, the industry has been claiming virtually every year since 2005 (and, really, going back to the late 1980s as Rivero documents), that they have a shortage of drivers. Last month, the American Trucking Associations&nbsp;<a href="https://www.prnewswire.com/news-releases/ata-chief-economist-pegs-driver-shortage-at-historic-high-301407924.html">announced</a>&nbsp;a shortage of 80,000 drivers, declaring it &quot;an all-time high for the industry.&quot; That, despite the fact that states issue more than 450,000 new commercial driver&#39;s licenses every year. Something doesn&#39;t add up here. At the same time, as Rivero tells me today, &quot;between 1995 and 2017, the turnover rate at big trucking companies averaged 94%,&quot; according to the industry&#39;s own data. &quot;That means that every year, they are refilling the equivalent of virtually every driving position, because people are quitting and leaving.&quot;</p>

  <p>&quot;The real shortage,&quot; he explains, is not of truckers, but &quot;of good trucking&nbsp;<i>jobs</i>&nbsp;that can attract and retain workers in a tight labor market.&quot; So, why isn&#39;t supply keeping up with demand in that supposedly free market? Rivero discusses the industry&#39;s &quot;race to the bottom,&quot; leading drivers to take equal or better paying jobs elsewhere that don&#39;t come with all of the burdens --- especially for long-haulers --- the industry now forces onto their drivers.</p>

  <p>We also discuss the trucker&#39;s unions&#39; part in all of this, and how --- and if --- Biden&#39;s new infrastructure bill might actually improve the situation, for drivers, for the industry and, yes, for our &quot;post-pandemic&quot; supply chain woes.</p>
  </li>
</ul>

<ul>
  <li>Finally, in our closing few minutes (before standing down to hit the road ourselves for the holiday next week!), the fight for control of the&nbsp;<b>Virginia House of Delegates</b>&nbsp;<a href="https://dailykos.com/stories/2021/11/17/2064833/-We-re-headed-to-overtime-in-the-battle-for-Virginia-and-Democrats-need-your-help">may not be as over as it appeared</a>&nbsp;almost three weeks ago, when Republicans were declared by media to have taken the majority back from the Democrats during the off-year elections. A very close race in one district and a tallying error in another very close race (leading the Dem who currently holds that seat to&nbsp;<a href="https://www.dailypress.com/government/elections/dp-nw-mugler-county-20211108-hcr5errchnhvvknqyafomwtqgi-story.html">withdraw her concession</a>), has now resulted in two upcoming recounts. Republicans will control 50 seats in the 100-seat chamber. The question is now whether the GOP will control the chamber outright or --- long shot as it may be --- if both races flip to the Democrats resulting in a 50-50 power sharing agreement. Luckily, the commonwealth recently moved from 100% unverifiable touchscreen voting systems to hand-marked paper ballots. So a fair, overseeable count of voter intent is now possible in the state where Republican Glenn Youngkin was declared the winner in the Gubernatorial race and Republicans swept the other two statewide races on November 2nd for Lt. Governor and Attorney General.</li>
</ul>

<p>We&#39;ll be watching over the holidays, even as &#39;The BradCast&#39; and &#39;GNR&#39; stand down next week for a&nbsp;<i>much</i>&nbsp;needed recharge of batteries and some long-overdue family time. We&#39;ll see ya after the holiday! Desi and I both hope it will be a&nbsp;<i>healthy</i>&nbsp;and happy one for all!...</p>

<blockquote>
<p><img src="https://bradblog.com/Images/Speaker_Icon_24.png" />&nbsp;<b><i><a href="https://bradblog.com/audio/BradCast_BradFriedman-BBBHouse-VACountyUnbansBooks-VAHouseRecounts_NicolasRivero-TruckingShortage_111921.mp3">CLICK TO LISTEN OR DOWNLOAD SHOW!...</a></i></b></p>
</blockquote>]]></content:encoded>
      <media:thumbnail url="https://bradblog.com/images/BradCast_TruckShippingContainers-LongBeach_111921.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59283</aiir:mobileInAppUrl>
    </item>
    <item>
      <title>GET READY FOR THE STRIKETOBER COUNTERPUNCH - The Rick Smith Show</title>
      <description>While October has been renamed #Striketober due to the increasing number of labor actions going on across the country, and the coverage of those actions has been fairly positive, this trend simply can’t continue, and there are a number of very simple reasons why.</description>
      <pubDate>Thu, 28 Oct 2021 18:03:07 +0000</pubDate>
      <link>https://www.kpfk.org/blogs/kpfk-news-department/post/get-ready-for-the-striketober-counterpunch-the-rick-smith-show/</link>
      <guid isPermaLink="false">o237-860-617ae5d122e43</guid>
      <dc:creator>Brett Pransky</dc:creator>
      <category>News</category>
      <content:encoded><![CDATA[<p><img alt="" src="https://mmo.aiircdn.com/237/6136bee7a323c.png" style="margin: 4px; float: left;" />While I hate to be the bringer of bad news at a time when people are finally beginning to secure a few wins in the workplace, we need to talk about what&rsquo;s coming, about how working people are about to be on the receiving end of yet another attack from corporate power and the elite politicians they own.</p>

<p>While October has been renamed #Striketober due to the increasing number of labor actions going on across the country, and the coverage of those actions has been fairly positive, this trend simply can&rsquo;t continue, and there are a number of very simple reasons why.</p>

<p><img alt="Stirke" src="https://www.peoplesworld.org/wp-content/uploads/2021/10/Kelloggs-strike.jpg" style="margin: 4px; float: left; width: 300px; height: 169px; border-width: 1px; border-style: solid;" />The legislative response to the strikes is a key indicator here. In the video below, Rick talks about two proposals meant to &ldquo;address&rdquo; the shortage of labor not by addressing the real shortage (which is in substandard wages &amp; conditions) but by attacking worker safety and finding new ways to exploit the working class. One bill calls for a lowering of the minimum age for CDL drivers from 21 to 18, and the other intends to make it legal for children as young 14 to work until 11pm at night. Both will harm worker safety, and very likely drop wages as well.</p>

<p>To batter an overused cliche&rsquo;, these proposals are the canary in the coal mine, and they signal the coming turn in how the fight for better wages, hours, and conditions is presented to the American people. This is not a prediction. It is a certainty.</p>

<hr />
<p style="text-align: center;"><iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" data-epautoplay="1" data-gtm-yt-inspected-1_25="true" data-no-lazy="1" data-origheight="844" data-origwidth="1500" data-skipgform_ajax_framebjll="" data-vol="0" frameborder="0" height="409px" id="_ytid_64005" scrolling="no" src="https://www.youtube.com/embed/yRx4DPyh2D8?enablejsapi=1&amp;autoplay=0&amp;cc_load_policy=0&amp;cc_lang_pref=&amp;iv_load_policy=1&amp;loop=0&amp;modestbranding=1&amp;rel=0&amp;fs=1&amp;playsinline=1&amp;autohide=2&amp;theme=dark&amp;color=red&amp;controls=1&amp;&amp;wmode=opaque&amp;rel=0" title="YouTube player" width="698"></iframe></p>

<p><strong>Rick:</strong>&nbsp;&ldquo;If we do hit an era, a period of of high, inflation, I can see it coming &ndash; and mark it on your calendar that I said it today &ndash; this is going to turn around and be blamed on all of the striking workers who are demanding better wages hours and conditions.</p>

<p>This is going to be put on all the people who marched out of jobs and said &lsquo;No, we&rsquo;re not working in this service industry for crummy wages. We&rsquo;re not working without health security or retirement security. We demand better for ourselves and for our fellow workers.&rdquo;</p>

<p>I guarantee you that the message will be &lsquo;Well see &ndash;&nbsp;<em>they</em>&nbsp;got what&nbsp;<em>they</em>&nbsp;wanted.&nbsp;<em>They</em>&nbsp;wanted higher wages and&nbsp;<em>they</em>&nbsp;got higher wages and it ends up costing&nbsp;<em>you &ndash;&nbsp;you</em>&nbsp;the consumer &hellip; end up costing&nbsp;<em>you</em>&nbsp;more.&rsquo;</p>

<p>I can see this coming as clear as day.&rdquo;</p>

<hr />
<p>As I said before, this is a certainty, one of several, actually. When it happens, the language used will be exactly what it always is. The words used to describe working people will be &ldquo;them&rdquo; and the words used to describe the corporate marks will be &ldquo;you&rdquo; and even though &ldquo;you&rdquo; and &ldquo;them&rdquo; are economically identical members of the same team, the corporate wedge will try to divide us. And this division will come from everywhere, including the more trusted media sources. After all, every single one of them is owned by the same people who have been dragging down wages for 50 years, and fairness and objectivity left journalism a long time ago.</p>

<p>And if history tells us anything on this subject, it tells us that corporate power wins this fight every single time. But unlike the certainties mentioned above, this outcome has not yet happened this time around, so we can still choose to stick together and support working people through the attacks that we all know are coming.</p>

<p>I&rsquo;m not saying we will, because I don&rsquo;t believe we will. But we could, we should, and I choose to believe that people can still surprise me.</p>

<hr />
<p><img alt="" data-ll-status="loaded" sizes="(max-width: 150px) 100vw, 150px" src="https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-246x300.png" srcset="https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-246x300.png 246w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-844x1030.png 844w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-768x938.png 768w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6-578x705.png 578w, https://www.thericksmithshow.com/wp-content/uploads/2021/09/Cutout6.png 983w" style="margin: 4px; float: left; width: 150px; height: 183px;" /><a href="mailto:%20brettp@thericksmithshow.com">Brett Pransky</a>&nbsp;is a writer, an English professor, and the Executive Producer of The Rick Smith Show. When not in the classroom, Brett uses his graduate degrees in Rhetoric and Business to help people understand the dangers associated with increasing corporate control over the levers of government and how to confront the deception used by those who profit from that control. Brett calls Columbus, Ohio home, and he hates writing about himself in the third person.</p>]]></content:encoded>
      <media:thumbnail url="https://www.peoplesworld.org/wp-content/uploads/2021/10/Kelloggs-strike.jpg"/>
      <aiir:mobileInAppUrl>https://www.kpfk.org/_app_pages/stations/3455/blogs/posts/59031</aiir:mobileInAppUrl>
    </item>
  </channel>
</rss>
