Tech News news.wrst.click
🌐 Español
LIVE EDITORIAL

Development & Software

Tech coverage, research breakthroughs, and digital industry insights

GitHub · September 2, 2026 · 1 min read
Development & Software
GitHub · 1 min read

TimesFM - Time Series Foundation Model

TimesFM is a pretrained time-series foundation model by Google Research designed for forecasting both multivariate and univariate series with native covariate support (past-only and past-and-future). It has achieved rank #1 overall on multiple benchmarks including fev-bench, TIME Benchmark, and GIFT-Eval. The latest version (3.0) improves upon previous releases with 200M parameters, extended 16k context length, optional quantile heads for long-range forecasts, and broader ecosystem integrations like BigQuery ML, Google Sheets, and Vertex AI Model Garden. Notably, while the source code is Apache-2.0 licensed, TimesFM 3.0 pretrained weights are under a separate non-commercial license prohibiting commercial or production use.

Development & Software
GitHub · 1 min read

{fmt}: A fast and safe C++ text formatting library

{fmt} is an open-source formatting library that provides a fast and safe alternative to traditional C formatting functions like printf and C++ iostreams. It implements the C++20 std::format and C++23 std::print standards, using a syntax similar to Python's format strings for ease of use. Its simple API allows formatting strings with positional arguments, which is particularly useful for application localization. The library stands out for its high performance, outperforming common standard library implementations, and its small code size in both source files and compiled output. It is fully type-safe, with automatic memory management preventing buffer overflows and the ability to catch format string errors at compile time. It is ideal for C++ developers seeking efficiency, portability, and ease of use without external dependencies, under a permissive MIT license. The library features extensive testing, continuous integration across Linux, macOS, and Windows, and optional header-only configuration via the FMT_HEADER_ONLY macro.

Sponsored
ZeroTrust Data Platform · Enterprise-Grade Security
Automate privileged access control with real-time audit logs and seamless compliance.
Development & Software
Ars Technica · 1 min read

US court rules Google will not have to sell ad exchange after losing antitrust c

The DOJ proved to the court that Google acted illegally, but it won't get the big win it wanted.