Urgent.News

What's breaking now, across thousands of outlets.

Tech

eBPF Is "Widely Adopted" — Every Paper Says So. We Censused 189 Repos to Check

Open any recent eBPF systems paper and the first paragraph will tell you eBPF is "widely adopted." In the 2026-05→08 window alone we counted seven cs.OS papers (an access-control system, a typed DSL, a verifier-diagnostics study, an OS policy plane, a compiler extension, an io_uring tracer, a page-cache eviction policy) — and every one of them asserted widespread adoption in its introduction.…

Despite numerous recent papers claiming that eBPF is widely adopted, a census of 189 top-starred open-source repositories found that only 3.4% actually embed and compile their own eBPF programs. The remaining 96.6% merely depend on software containing eBPF. Only 12 projects were found to actually embed eBPF, all of which are part of the anchor ecosystem consisting of projects like Cilium, BCC, bpftrace, Falco, Katran, Calico, Tetragon, aya, libbpf and others.

The census also revealed that the majority of these embeddings are for tracing and observability purposes, rather than for networking. Kubernetes, which is classified as a user rather than an embedder, adds eBPF support without shipping its own programs. The study confirms that eBPF adoption is not a general fact, but rather an ecosystem fact specific to the anchor ecosystem.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

I Thought the Hardest Part of a Trading Bot Was the Strategy

When I started building CryptoBot, I thought the hardest part would be the trading strategy. RSI, MACD, moving averages, momentum, backtesting... That was the fun part.

  • Strategy is only part of trading bot system, not entire challenge
  • Market data, validation, risk management, execution, and reconciliation are critical components
  • Stale data and order execution uncertainty pose significant risks to trading bots

Your App Store reviewer is a user. Your listing is a product page.

Most submission guides are engineering documents. They explain how to make the technical parts work. Almost none treat submission as a UX problem, which it is.

  • Focus review on user experience, not just credentials
  • Walk through app like a product page to ensure features
  • Include screenshots and changelogs for context

More from Wednesday 2 September →