The delegations of Ukraine and Russia prepared this Sunday for their respective meetings with the US on Monday in Saudi Arabia, where the details of cessations to the partial fire are expected to delineate, in what would be steps prior to a total truce that Washington aspires to seal in the coming weeks. On the eve of these meetings, the president of Ukraine, Volodimir Zelenski, asked this Sunday to increase the pressure on Russia to end the bombings against the civilian population after at least three people die, including a minor and his father, in the night attack with drones against the country’s capital. “New solutions are needed, new pressure on Moscow to stop these attacks and this war,” wrote the Ukrainian head of state in his Telegram account. For their part, Russian anti -aircraft defenses reported the demolition during the last night 59 Ukrainian drones, which left a dead man in the southern region of Rostov, bordering on Ukraine. Lee also Lluís Uría Zelenski met Saturday with the commander in chief of the Armed Forces, Oleksandr Sirski; The Minister of Defense, Rustem Umrov;, the head of the General General State, Andrí Jnatov, and the chief and vice head of Cabinet, Andrí Yermak and Pavló Palisa, to prepare the meeting. In principle, Umrov will lead the Ukrainian delegation, which will also be formed by Palisa and a technical profile team, especially energy experts and port infrastructure. The Ukrainian delegation will already fly this Sunday to Saudi Arabia, according to the eve Zelenski, in order to hold preliminary meetings with the US delegation. Lee also Gonzalo Aragonese will be composed of the special envoy of the US for Ukraine, General Keith Kellogg and his assistants, by Michael Anton, director of Policies Planning of the State Department, in addition to representatives of the National Security Minister, Mike Waltz, according to ‘The New Yor Times’. On Monday, the head of the International Affairs Committee of the Russian Senate, Grigori Karasin, and the advisor of the Federal Security Service (FSB, former KGB), Serguéi Beseda, two experienced negotiators “very knowledgeable about international problems”, according to Kremlin. A constructive but combative Russia “our mood is constructive and combative, we hope to make progress,” Karasin told Russian television. Both delegations will be in different rooms, hence the idea of the US is to make indirect conversations, what is known as itinerant diplomacy, that is to say the US delegation will go from one room to another in Riyad to try to mediate among the Ukrainian and Russian representatives, as explained on Thursday Kellogg. Both the Ukrainian and Russian representatives go to Riyadh with different ideas in the mind of how a first part of the partial fire should be, since, according to the US president, Donald Trump, he and his Russian counterpart, Vladimir Putin, agreed in his telephone call on Tuesday a partial truce about energy and infrastructure. However, the Kremlin declared exclusively a unilateral energy truce, which Kyiv supported after his call with Trump on Wednesday, but did not declare because he wanted first to know more details about his implementation. Moscow, who accused Kyiv all week of raping a unilateral truce, warned on Saturday a “symmetrical” response if enemy attacks against energy facilities continue in Russian territory. “If the Russians do not hit our infrastructure we will not hit their own,” Zelenski said Wednesday in Finland. Kyiv wants to also include in a high partial fire on civil infrastructure and in fact Zelenski reiterated on Friday that the Ukrainian team will have prepared for dialogue not only a list of energy objectives that should not attack the Russians, but also one of “civil infrastructure”. The Ukrainian Foreign Minister Andrí Sibiga stressed this Sunday that Russian attacks against the civilian population, such as the night in Kyiv in which at least three people died, contradict Putin’s own statements about the possibility of taking steps towards a stop the fire and undermines US mediating efforts. From a unilateral energy truce to a new maritime in the agenda of Riad’s meetings, the possible resumption of a truce in the black sea will also appear, which was in force for a few months in the first year of the war. Most likely, the Ukrainian delegation insists on the need for Russia to stop attacking port infrastructure, especially Odessa, in the south of the country. Not surprisingly, the negotiating team includes experts in this area. The Kremlin warned this Sunday that these conversations will be “difficult”, because there are “many pitfalls”, in the words of the spokesman, Dmitri Peskov. The truce was in force several months in 2022 by mediation of the UN and Türkiye and allowed Kyiv to safely export its cereal through merchant ships that crossed the Bosphorus Strait. Russia has rejected at the moment a total truce in Ukraine, both six months and the Europeans and the 30 -day raised by the USA. Bloomberg
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!