Breaking
GenevaDelegates agree provisional text on deep-sea mineral moratorium after 41-hour session MarketsCopper hits eleven-month high as Andean rail strike enters third week ReykjavíkFissure eruption stabilises; airspace corridor reopens to transatlantic traffic ScienceAntarctic drill team recovers ice core dated beyond 1.4 million years SportKestrel Cup final forced to neutral ground after stadium roof inspection fails TechTwo more states adopt the Lisbon Protocol on cross-border model audits CultureMissing Aurelio panel authenticated in Trieste attic, museum confirms
--:--:-- GMT
International Edition No. 12,481
Today Friday, 24 July 2026
Printed in Lisbon · Nairobi · Osaka
Wire Desk 14 bureaux · 61 correspondents
Independent since 1908
The Geneva Round · Analysis

Forty-One Hours in Room C: How the Seabed Deal Was Salvaged at Dawn

A moratorium nobody expected survived the night because three mid-ranking negotiators refused to leave the building. Our correspondent reconstructs the bargaining that redrew the map of the ocean floor.

Room C, 05:12. Three delegations stayed after the interpreters went home; the compromise annex was drafted on the back of a catering order. Illustration by the Meridian Wire graphics desk.

The coffee ran out at two in the morning, which several delegates would later describe as the turning point. By then the plenary had emptied to nineteen people and a security guard who had begun, politely, to switch off the lights along the corridor.

What survived the night is narrower than campaigners wanted and broader than the mining consortia had budgeted for: a fifteen-year pause on commercial extraction below 1,800 metres, an inspection regime with real teeth, and — the sentence that took eleven hours — a definition of "exploratory" that cannot be stretched to cover a dredge.

The Kiribati delegation had arrived with a single instruction and no fallback. The Norwegian team arrived with four fallbacks and used all of them. Between the two sat a Chilean lawyer who spent most of Thursday refusing to accept the word "reasonable" anywhere in the text.

By dawn there was a document. Whether there is a treaty depends on eleven ratifications, an ocean of implementing regulation, and the patience of governments who have already discovered how much the seabed is worth.

Read the full reconstruction

World

Bureaux: Geneva · Nairobi · Santiago · Reykjavík All world →
Migration · The Long Read

The Village That Rebuilt Itself Twice, Nine Kilometres Uphill

When the delta went salt, four hundred families moved. Then the new water ran out. What happened next is now being studied by three governments as a template — and by the villagers as a warning.

By Ayodele SarrMekong Delta14 min read

Technology

Systems, standards and the people who break them All technology →
Language

The App That Accidentally Saved a Dialect

It was built to teach tourists eleven polite phrases. Six years later it holds the largest recorded corpus of coastal Nuu — and the last four fluent speakers are on the payroll.

Priya Ekwensi6 min
Security

The Firmware Bug That Slept for Fourteen Years

A parsing flaw shipped in 2012 has been found in irrigation controllers, lift systems and one national rail signalling stack. Nobody owns the patch.

L. Mbeki-Rand9 minInvestigation

Science

Field notes, instruments and inconvenient data All science →
0 m9001,8002,7003,214
Antarctica

A Winter That Lasted Ninety Thousand Years

The Ross core reaches back past 1.4 million years and contains a cold interval no reconstruction anticipated. Three teams are now re-running everything.

Halvor Bäck6 min

Culture

Books, stages, screens and the argument around them All culture →
Attribution

Six Decades Behind a Wardrobe: The Aurelio Panel Comes Home

The fifth panel of the Adriatic altarpiece was catalogued as lost in 1963. It was, in fact, ninety metres from the church, holding up a stack of seed catalogues. The authentication took four months; the family argument is ongoing.

By Noor HalimTrieste10 min read
Music

The Orchestra That Fired Its Concert Hall

After a nine-year acoustics dispute, a national ensemble has walked out of a building designed for it — and started playing in a converted grain silo instead.

Séverine Duclos7 min

Sport

Results, rulings and the long game All sport →
Chess

Nine Seconds of Video and a Career on the Line

The arbiters cleared her. The forum did not. A close reading of what the footage actually shows — and what a cheating claim now costs, either way.

Marek Sundh12 minLong read

Opinion

Argument, dissent and the occasional correction All columns →
terval(tick, 1000); /* ---- ticker: duplicate the set so the -50% loop is seamless ---- */ var track = document.getElementById('tickerTrack'); var set = document.getElementById('tickerSet'); track.appendChild(set.cloneNode(true)); /* ---- newsletter ---- */ var form = document.getElementById('nlForm'); var input = document.getElementById('nlEmail'); var ok = document.getElementById('nlOk'); form.addEventListener('submit', function (e) { e.preventDefault(); var v = input.value.trim(); if (v.indexOf('@') > 0 && v.indexOf('.', v.indexOf('@')) > 0) { ok.classList.add('show'); input.value = ''; input.blur(); } else { input.focus(); input.style.outline = '2px solid var(--accent)'; setTimeout(function () { input.style.outline = 'none'; }, 1200); } }); /* ---- back to top ---- */ var toTop = document.getElementById('toTop'); window.addEventListener('scroll', function () { if (window.scrollY > 700) toTop.classList.add('show'); else toTop.classList.remove('show'); }, { passive: true }); toTop.addEventListener('click', function () { window.scrollTo({ top: 0, behavior: 'smooth' }); }); /* ---- smooth anchor scroll ---- */ document.querySelectorAll('nav.sections a[href^="#"], footer a[href^="#"]').forEach(function (a) { a.addEventListener('click', function (e) { var id = a.getAttribute('href'); if (id.length < 2) return; var el = document.querySelector(id); if (!el) return; e.preventDefault(); el.scrollIntoView({ behavior: 'smooth', block: 'start' }); }); }); /* ---- weather widget: rotate the featured city ---- */ var cities = [ { name: 'Geneva', t: 19 }, { name: 'Lisbon', t: 27 }, { name: 'Singapore', t: 31 }, { name: 'Vallenda', t: 24 } ]; var wxCity = document.getElementById('wxCity'); var wi = 0; setInterval(function () { wi = (wi + 1) % cities.length; wxCity.textContent = cities[wi].name; var temp = document.querySelector('.weather__temp'); temp.innerHTML = cities[wi].t + '°C'; }, 6000); })();