proomt

Search

Search posts, papers, and topics

All posts

FacebookElizabeth Rivera Hartling, Pascal Pecci, Matthew Mitchell6 min readintermediate

Inside Petal: Building the World’s First Petabit-Class Transoceanic Subsea Cable

Summary

Meta announced Petal, the first petabit-class transoceanic subsea cable, connecting France and the US over 7,000 km. It's the first to deploy multi-core fiber technology at scale, doubling capacity per fiber without a proportional increase in power or physical infrastructure.

  • Petal will be the first subsea cable to deliver 1 Pbps capacity at transoceanic distances (7,000 km).
  • It's the first to deploy 2-core fiber technology at scale, effectively doubling fiber count without increasing physical cable size.
  • Repeaters use a Fan-In/Fan-Out (FIFO) interface to transition 2-core fiber to single-core for amplification and back.
  • This design allows doubling capacity while remaining within existing 18 kV power feeding equipment limits.

This innovation is critical for engineers working on global network infrastructure, as it sets a new standard for subsea cable capacity and efficiency, addressing the exponential growth in data demand.

7/10

Related reading

  1. Article: Your Next DSL Author Is a Language Model

    Typed Domain Grounding (TDG) embeds a DSL inside a mainstream language the LLM already knows (e.g., Kotlin) and uses the host compiler as an oracle. The author describes five building blocks—embedding, choosing a host language with high training‑data frequency, compiler‑driven type safety, a generate‑compile‑repair loop, and an on‑demand teaching tool—and shows measured results from kUML, a Kotli…

    InfoQinfoq.com18 min
  2. How Meshtastic Metrics Exporter Turned Eight Prometheus Queries Into One with Tiger Data

    A Python exporter reads Meshtastic mesh telemetry from MQTT and writes it directly into a TimescaleDB‑enabled PostgreSQL instance, replacing a Prometheus setup that hit ~0.5 M series for 10 k nodes. The single database lets Grafana dashboards join node metadata with eight time‑series tables in one query, eliminates scrape‑budget limits, and uses native retention/compression (14‑day compression, 3…

    Timescaletigerdata.com6 min
  3. Replica-aware routing public beta

    Replica‑aware routing (public beta) lets ClickHouse Cloud users pin a query stream to a specific replica by sending a custom header (HTTP) or overriding the TLS SNI (native). The proxy (Envoy) hashes the tag and consistently forwards all requests with the same tag to that replica, giving read‑after‑write consistency for temporary tables, session objects, and warm replica caches. Stickiness is bes…

    ClickHouseclickhouse.com6 min