ADVERTISEMENT

Biden attacks Trump, warns US democracy at risk in State of Union speech

Published Mar 8, 2024 03:28 am

SOTU PHOTO.jpg

 

WASHINGTON, United States -- President Joe Biden launched a fiery attack on his "dangerous" November presidential election rival Donald Trump in Thursday's State of the Union address, warning that US democracy is under "assault."

In the dramatic start to the speech, Biden said he wanted to "wake up the Congress and alert the American people" to the danger.

"Not since President Lincoln and the Civil War, have freedom and democracy been under assault at home as they are today," he said. "What makes our moment rare is that freedom and democracy are under attack at both at home and overseas."

Then homing in on Trump, he said the Republican was "bowing down" to Russian President Vladimir Putin, and he vowed to cheers from Democrats: "I will not bow down."

Letting the punches fly, Biden never said Trump's name, instead referring repeatedly to him as "my predecessor, a former Republican president."

In what was one of the most important speeches of his long political career, the 81-year-old Democrat hoped that his vigorous and at times humorous delivery will ease concerns about his age as he prepares to face Trump in eight months.

He arrived on the floor of the Capitol, crammed with congressional members, Supreme Court justices and government leaders, to extended cheers from supporters and chants of "four more years."

But in a sign of the multiple challenges facing Biden -- including from the Democratic left -- protesters against his support for Israel's war on Hamas tried to block the motorcade from the White House to Congress.

The annual set-piece presidential speech, which in past years has lasted from around an hour to more than 90 minutes, was a unique chance for Biden to pitch his reelection message in front of his closest political allies and foes -- and a national TV audience.

Some of the Republicans booed and heckled Biden but he shot back with jokes and mocking what he said were their plans to cut taxes for billionaires.

Trump, 77, has a narrow lead over Biden in opinion polls but he faces multiple criminal charges linked to his efforts to overturn his 2020 election loss and refusal to give back boxes of top secret documents after grudgingly leaving the White House.

 

'Greatest comeback' 

In his speech, Biden slammed Republican abortion opponents, saying they have "no clue about the power of women in America," in what Democrats see as a key vote-winning issue.

And he touted the booming US economy, even if Americans are still unhappy with high prices and polls show many saying their economic fortunes have not improved.

Biden said that "in thousands of cities and towns the American people are writing the greatest comeback story never told."

"I inherited an economy that was on the brink," he said. "Now our economy is literally the envy of the world. Fifteen million new jobs in just three years -- a record. Unemployment at 50-year lows."

The Democrat was also expected to take on the war in Gaza and fury among leftists and the Arab-American community over his strong support for Israel's war against Hamas.

He was to announce during the speech that he has ordered the US military to set up a port on Gaza's coast to bring in more aid, reflecting the acute political pressure from many in his own party.

Ahead of the speech, Trump accused Biden of "horrific devastation" during his three years so far in office, focusing on the record numbers of migrants crossing the Mexican border.

"It's time to tell Crooked Joe Biden -- you're fired," Trump said in a video "prebuttal", using the catchphrase of his former TV reality show "The Apprentice."

 

Age concerns 

For the millions of Americans tuning in to the spectacle, much of the interest will be not just what Biden says in the joint session of Congress, but how whether he avoids serious verbal -- or even physical -- stumbles.

Republican right-wingers like Marjorie Taylor Greene were expected to heckle Biden, as they did last year.

In line with tradition, First Lady Jill Biden will host a number of guests chosen to highlight the White House's priorities.

This year they include a Texan woman forced to leave the state for an abortion, a woman whose IVF treatment was halted by an Alabama court ruling, and the prime minister of Sweden, which became NATO newest member on Thursday.

Related Tags

WORLDNEWS US PRESIDENT JOE BIDEN
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.