OffNet Newsroom The Brief

Saturday, July 18, 2026

6 stories worth your scroll — picked from 44 curated today.

Share on LinkedIn

1 · Copy  →  2 · Share  →  3 · Paste & post

View the post text

Database Technology NEW Planet PostgreSQL

PostgreSQL 18 drops system dir requirement for extensions via extension_control_path

PostgreSQL 18 introduces the extension_control_path GUC, allowing extensions to be installed in arbitrary directories rather than the system-wide extension directory. This change decouples extension location from the core installation structure, enabling more flexible deployment strategies. The update removes the previous hard constraint that forced all extensions into a fixed system path.

Extensions can now reside in custom directories via extension_control_path

LLMs NEW InfoQ

Distilling Frontier LLM Behavior into Local SLMs via OTEL Telemetry

Ben O'Mahony presents a method for building custom AI-powered Language Server Protocols that leverage OpenTelemetry to capture implicit user feedback. By tracking concrete actions like accepting or dismissing code fixes, the system creates a continuous data flywheel. This approach allows organizations to distill capabilities from expensive frontier models into cheaper, local Small Language Models (SLMs).

Instrument AI agents with OpenTelemetry to capture implicit labels from user actions.

AWS NEW Hacker News (100+ points)

AWS Billing Report: $1.7B Estimate Anomaly Sparks Urgent User Response

Users on Hacker News are reporting estimated monthly bills reaching $1.7 billion, a massive deviation from normal usage patterns. One user confirmed they have already opened an urgent support ticket regarding the discrepancy. The issue appears widespread enough to generate significant discussion and concern across multiple platforms.

Verify current AWS Health Dashboard for official outage or billing incident status.

Agentic AI NEW InfoQ

CNCF: Cloud Native Infrastructure Powers Trustworthy Agentic AI

A new CNCF technical analysis argues that agentic AI relies on the existing cloud-native ecosystem rather than new infrastructure. The report highlights how mature distributed application patterns form the foundation for trustworthy AI agents. This perspective positions cloud-native tools as the critical enablers for reliable AI operations.

Agentic AI does not require new infrastructure stacks, leveraging existing cloud-native foundations.

AI / ML NEW GitHub Trending (daily)

turbovec: Rust vector index using TurboQuant for 8x compression and fast SIMD search

turbovec is a Rust-based vector index with Python bindings that leverages Google's TurboQuant algorithm for data-oblivious quantization. It reduces a 10M document float32 corpus to just 4GB of RAM while maintaining search performance that rivals or exceeds FAISS. The library supports online ingestion without rebuilding and offers runtime filtering via allowlists or bitmasks.

Achieves 8x memory reduction (31GB to 4GB) for 10M vectors using TurboQuant quantization.

Automation / DevOps / IaC NEW The Register

Linus challenges haters as Rust rewrite of Linux 0.11 emerges

Linus Torvalds issued a challenge to critics to fork the Linux kernel, prompting a response in the form of a Rust rewrite of the early Linux 0.11 source code. This project represents a significant departure from the original C implementation, utilizing Rust's memory safety features to reinterpret a foundational version of the kernel. The initiative highlights ongoing community engagement with the kernel's core architecture and the growing interest in alternative system programming languages.

Rust rewrite targets Linux 0.11, not the mainline kernel, serving as a historical exercise.