ADVERTISEMENT

Mikey's big night, and I don't mean the mouse

Published Mar 4, 2025 03:59 pm

At A Glance

  • In my Oscars crystal-ball gazing feature of Feb. 23, I did well on 10 of the 19 awards I predicted.
image1.jpeg
Conan O'Brien

The Academy Awards 2025 is done and dusted, and here in the Philippines, it was streaming live on Disney+. Now we all know that Disney’s all-time biggest mascot would be Mickey Mouse; but on Oscar night, among the biggest stars was another Mikey. That would surprise Best Actress winner, Mikey Madison. The other big winner was her Anora director, Sean Baker, who won four Oscars for a single movie - Best Picture, Best Director, Best Original Screenplay, and Best Editing. 

Coincidentally, Walt Disney would be the other four statuette winners on a single night in Oscar history, but it wasn’t for a single film. And there were several instances when someone took three Oscars home in a single night. So, call Sean Baker and Anora, which win one big salute to indie filmmakers. Anora was produced for a paltry $6 million - a drop in the bucket when considering the cost of Hollywood films nowadays. What that says about the voting members of the various guilds that make up the Academy today, you can also make conjectures about - that they're younger, have a finer appreciation of indie-filmmaking, and the social realism or fantasy elements of its subject matter and attack.

Other than the Mikey Madison upset over Demi Moore; there were no real big surprises this Oscar night. I was rooting for Madison. Nothing against Moore and how physical her role in The Substance was, but it was in the body horror genre, and depended a lot on make-up and special effects. Meanwhile, the Ani of Madison’s Anora was sheer acting, and she took us on a wild journey of her character’s arc as a sex worker and then a stubborn ‘victim’. Plus, I loved Anora and how Pretty Woman was stripped of fairy tale elements. 

image2.jpeg
Cynthia Erivo and Ariana Grande

And yes, Conan O’Brien acquitted himself for a first-time host rather well. He mixed his one-liners with some singing and dancing (surprise!), and struck the right note when talking about the LA wildfires. Cynthia Erivo and Ariana Grande had a fun musical number, incorporating songs from The Wizard of Oz, from The Wiz, and of course, from Wicked. The James Bond musical tribute had great performers, but was off conceptually - and seemed more a nod to Amazon Studios having recently acquired the rights to the franchise. 

Now, let’s see how well I scored with my predictions for this year’s Oscars. I got Best Picture and Best Director with Anora, plus struck gold with Best Original Screenplay and Best Adapted (Conclave). I correctly guessed three of four of the acting awards, but I missed out on Mikey, who predicted Demi. 

In my Oscars crystal-ball gazing feature of Feb. 23, I did well on 10 of the 19 awards I predicted. As I wrote a Who Will Win—Who Should Win report, if you include those I claimed Should along with the Will, my score shoots up to 14 of the 19. So with my 10 of 19, I still got the majority right, but only by a whisker! Better luck next year for me!

Looking back on this year’s big winners, I’d say that the indie film industry truly has its hooks on today's Oscar voting. We saw the first glimmer of that in 2017 when Moonlight won Best Picture over La La Land. And if you reflect on Parasite in 2020, followed by Nomadland in 2021, CODA in 2022, and Everything Everywhere All At Once in 2023, you’ll observe that Oppenheimer of 2024 was more the exception than the rule. When it comes to voting by the guild members, the more artistic films, which excel on a shoestring budget, are getting the voters' attention. 

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.