Urgent.News

What's breaking now, across thousands of outlets.

Tech

Ukrtelecom announces launch of U Mobile virtual mobile operator

Ukrtelecom, the country's largest fixed-line operator, has announced on social media the launch of a virtual mobile operator, U Mobile, providing a link to the operator's official website.

Ukrtelecom announces launch of U Mobile virtual mobile operator

We haven't written up this one. Interfax-Ukraine has the full story — the link below goes straight to it.

Read the original at en.interfax.com.ua →

More in Tech

Introducing Celmis: self-hosted code intelligence over a symbol graph

Celmis is self-hosted code intelligence. It reads a set of repositories once and keeps a symbol graph of them; asking questions, reviewing pull requests, auditing dependencies, routing alerts and…

  • Celmis is a self-hosted code intelligence tool
  • Creates symbol graph of repositories for answers
  • Serves MCP endpoint using same index

Whoosh on the no-GIL Python: pure-Python search that can finally use your cores

For fifteen years, the standard answer to "why is my pure-Python search slow to index?" was: the GIL . Tokenizing, stemming, and building postings is all CPU-bound Python, and only one thread gets to…

  • Python 3.14 introduced no-GIL build for pure-Python CPU-bound tasks
  • Whoosh search library benefits from no-GIL for parallel indexing
  • Concurrency contract requires one writer per thread to avoid lock contention

More from Thursday 27 August →