Mexican President Sheinbaum Says The Country Could Go Back To Sending Oil To Cuba
Mexican President Claudia Sheinbaum said the country could go back to sending oil to Cuba, whether it is as humanitarian aid or for commercial purposes.
Mexican President Claudia Sheinbaum said the country could go back to sending oil to Cuba, whether it is as humanitarian aid or for commercial purposes.
Speaking during her daily press conference, Sheinbaum said the government "always seeks (to send) humanitarian aid, and it is in that context that we will make the decision."
She did not give a specific timeline for such a decision, but could be encouraged by President Donald Trump not enforcing a blockade preventing Cuba from receiving fuel and illustrated by the arrival of a Russian tanker this week.
"We don't mind having somebody get a boatload because they need... they have to survive," Trump told reporters aboard the Air Force One on Sunday night.
"If a country wants to send some oil into Cuba right now, I have no problem whether it's Russia or not," Trump added, saying that the country is "finished." "Whether or not they get a boat of oil, it's not going to matter."
Kremlin spokesperson Dmitry Peskov told press that the delivery was "raised well in advance" with the Trump administration.
He claimed that the "brutal blockade" was jeopardizing "life-support systems and electricity generation" and preventing the medical sector from operating properly. "Russia сonsiders it its duty not to stand aside, but to provide the necessary assistance to our Cuban friends."
However, the relief could prove to be short-lived. Experts consulted by CNN estimated that the supply could last between 10 and 30 days once refined and distributed.
"This represents very little," Jorge Piñón, director for Latin America at the University of Texas Energy Institute, told CNN. "It has a very limited economic and humanitarian life." He estimated that once processed into usable fuel, particularly diesel, the supply could last "10 to 15 days."
Energy analyst Ramsés Pech offered a slightly broader range, saying refined fuel could last "15 to 30 days" before shortages return.
The oil must first undergo a multi-step process. It needs to be transported from the port of Matanzas to a refinery in Havana, a process that can take five to seven days. Refining itself may take up to 20 additional days due to outdated infrastructure. "It's not 'arrive and use it,'" Pech said, noting that laboratory testing and conditioning are required before processing begins.
Originally published on Latin Times
International Business Times
https://www.ibtimes.com/mexican-president-sheinbaum-says-country-could-go-back-sending-oil-cuba-3800661Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
country
How I Built Sub-50ms QR Code Redirects with nextjs, performance, Cloudflare Workers
Most QR code services run redirects through their main application server. Here's why that's a terrible idea, and how I solved it with Cloudflare Workers for OwnQR . The Problem When someone scans a dynamic QR code, three things happen: The phone opens a URL (like oq.link/abc123 ) The server looks up where abc123 should redirect to The user gets sent to the destination If you run this through a Next.js/Vercel app, you're looking at: Cold starts : 500ms+ on serverless Single region : User in Tokyo, server in Virginia = 200ms latency Database query : Another 50-100ms That's 750ms+ before the user sees anything. For a QR code scan (which people expect to be instant), that feels broken. The Solution: Edge Redirects I moved the redirect logic to a Cloudflare Worker. The entire lookup + redirect

Why You Should Add Observability to Your Data Extraction with OpenTelemetry
TL;DR: This is a step-by-step tutorial on the quickest way to add observability to any data ingestion pipeline — whether you’re scraping or using an API. Anything that fetches data at scale has a class of failure that error handling won’t catch. Not because your error handling code is bad (it probably isn’t) but because retries that eventually succeed, queries that take 10x longer than average, and domains that silently time out — don’t throw exceptions because they’re not technically errors. And you’ll never know. The solution is actually adding proper observability . Overkill? Not at all. Because a data pipeline — any data pipeline — with network calls, retries, timeouts, and wildly variable latency across different queries and domains is a textbook distributed system . It has all the sa
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.





Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!