LodeHQSubscribe →

NIST bans FF3, Kafka 4.3 linger.ms, 92°F trick

Data · 2026-07-10

Data Engineering
Kafka 4.3’s linger.ms tweak swaps latency for higher throughput7 MIN

Kafka 4.3’s default linger.ms rose from 0 to 5 ms, shrinking latency under light load but boosting throughput when traffic spikes. The change lets producers accumulate larger batches, cutting CPU overhead at the cost of a few milliseconds extra latency per record. Teams should tune linger.ms to match per‑partition rates for optimal performance.

NIST’s draft FPE update bans FF3, mandates FF1 and larger domains2 MIN

The second public draft of NIST SP 800‑38G Rev. 1 removes the FF3 method after cryptanalysis showed weaknesses, leaving FF1 as the sole approved format‑preserving encryption. It also raises the minimum domain size to one million and disallows the inverse AES cipher and floating‑point arithmetic, tightening security for real‑world deployments.

Analytics & Visualization
A 92°F baseline tricks viewers into exaggerating a 2-degree rise1 MIN

A Fox 8 New Orleans graphic uses a baseline just under 92°F, making a two-degree temperature change appear dramatic. The piece illustrates how baseline choices can distort perception, reminding designers to anchor charts at zero or an appropriate reference point.

ML & AI for Data
SensorFM: A trillion‑minute foundation model that unifies wearable health insights6 MIN

Google Research unveiled SensorFM, a foundation model trained on over a trillion minutes of wearable sensor data from five million users. The model delivers a universal physiological representation that transfers across 35 health tasks, enabling label‑efficient adaptation and powering a Personal Health Agent. This could slash data‑label costs and accelerate personalized preventive care.

Aurora 1.5 adds variables, hourly forecasts, and ensembles for enterprise weather AI7 MIN

Aurora 1.5 expands Microsoft’s open Earth‑system foundation model with 22 new weather variables, hourly resolution, and probabilistic ensemble forecasts. The update makes the model ready for real‑world climate, energy, and agriculture use cases, and ships as open‑source code and checkpoints for developers.

Malloyyo lets AI query data models via a lightweight MCP server8 MIN

Malloyyo provides a thin MCP server and web UI that expose Malloy semantic models to LLMs, guaranteeing consistent SQL generation and shareable query results. It ships with DuckDB support, a CLI for model publishing, and one‑click Vercel deployment, letting teams hand off reliable analytics to AI assistants.

Run Video Summaries on a Laptop with SmolVLM2‑2.2B18 MIN

SmolVLM2‑2.2B fits on a 5 GB GPU yet outperforms larger 2 B models on video benchmarks, letting you generate structured JSON summaries, scene descriptions, key moments, action items, entirely locally. The KDnuggets guide wires frame extraction, batch inference, and timestamped output into a single pipeline that runs on an RTX 3060, MacBook M2, or free Colab T4.

GPU wiring can halve training speed, hardware matters as much as parallelism13 MIN

The article measures DDP, FSDP and DeepSpeed ZeRO on four A100 80GB GPUs and shows that mismatched NVLink wiring on H200 nodes can slow training by up to 2×. It proves that choosing a parallelism strategy without accounting for inter‑GPU bandwidth can waste hardware and time.

Profile PyTorch attention to slash transformer GPU costs19 MIN

The Hugging Face blog walks you through profiling PyTorch's attention layers with the built‑in Profiler, exposing costly matmuls, scaling, masking, and softmax steps. By comparing naive, in‑place, and SDPA implementations, you can pinpoint bottlenecks and choose the fastest kernel for transformer models, shaving GPU time and cost.

Practice & Datasets
19 AI agents automate security reviews, keeping the team size flat9 MIN

Monte Carlo deployed 19 AI‑driven agents to replace manual security architecture and vulnerability reviews. The agents write findings to a shared, git‑tracked folder, which triggers downstream tasks and yields 5-10 high‑severity tickets per day, without expanding the security team.

Get Data in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ