cartero Tuesday, August 11, 2026 · No. 25889
Mobile Development

Discord Update: June 25, 2026 Changelog

Here's the Discord Changelog from June 25, 2026, so you can stay informed on what’s new in recent app updates!

Package Management

Deno 2.9

Machine Learning

Achieving Near-Linear Training Scalability for Pinterest’s Foundation Models

Sheng Huang | Software Engineer, AI Platform; Pong Eksombatchai | Machine Learning Engineer, Applied Sciences; Saurabh Vishwas Joshi | Software Engineer, AI Platform; Gaurav Arora | Software Engineer, AI Platform; Karthik Anantha Padmanabhan | Engineering Director, AI PlatformAt Pinterest, foundation models power recommendations for over 600 million monthly active users. Our latest Foundation Model (ACM RecSys 2025) pre-trains on two years of user activity data and is deployed into Home feed...

Concurrency

How we built saga rollbacks for Cloudflare Workflows

Cloudflare Workflows, our durable execution engine for multi-step applications, now supports saga-style rollbacks, allowing developers to specify a compensating action for each step.do().

Stripe

Connecting User Generated Content to Loyalty Engines

In the modern e-commerce stack, User-Generated Content (UGC) and Loyalty Programs are often treated as separate silos. One captures the voice of the customer (Ratings, Reviews, Q&A); the other manages the economy of retention. For brands and retailers, the challenge isn’t just “collecting reviews”—it’s building a high-performance bridge between user action and value generation. How […]

JVM

Tuning Android build nodes for maximum throughput

Introduction Our Android team uses Gradle as our build tool of choice. Gradle offers lots of options for tuning its resource consumption, giving engineers an opportunity to optimize performance for running tasks on well-known hardware. In this post, we’ll explore how the team tuned our Gradle setup for Amazon’s m7i.8xlarge EC2 instances. General concepts  Before... Read more

Artificial Intelligence

Toward an AI-Corps

The time is right for a federally supported, scalable framework that integrates AI education, research, and civic service to build a diverse, ethical, and technically capable AI workforce.

Artificial Intelligence

Repositioning retail for the AI era

Artificial intelligence is rapidly reshaping retail, but not in the ways consumers might immediately notice. The biggest transformation may not be flashy virtual try-ons or chatbot shopping assistants, but in how decisions are made behind the scenes: how products surface in search results, how inventory moves through supply chains, how engineers ship code faster, and…

Privacy

A Look in the Mirror: ACM Demographics

Based on more than 110,000 responses, the first ACM Demographic Report reveals a profession in transition.

Privacy

Epistemic Parity: Reproducibility as an Evaluation Metric for Differential Privacy

In this paper, we propose an evaluation methodology for synthetic data that avoids assumptions about the representativeness of proxy tasks, instead measuring the likelihood that published conclusions would change had the authors used synthetic data, a condition we call epistemic parity.

Defense Tech

The Download: Europe’s heat wave hits the grid, and IBM’s chip targets Moore’s Law

This is today’s edition of The Download, our weekday newsletter that provides a daily dose of what’s going on in the world of technology. Europe’s extreme heat is shutting down power plants Europe is in the middle of a record-breaking heat wave, and the grid is being pushed to its limits as people turn to…

Chip Design and Semiconductors

IBM has unveiled chip technology that could help extend Moore’s Law another decade

IBM has built a new prototype chip with around 100 billion transistors on an area the size of a fingernail, which is twice the density of the company’s previous state-of-the-art technology announced in 2021. The design could pave the way for faster and more energy efficient computers for years to come. For more than half…

Database Administration and Tooling

SHRIDHAR KHANAL: PostgreSQL Disaster Recovery with pgBackRest TLS Transport

The Night When Things Almost Went DownHave you ever left for home on a Friday evening feeling confident about your work for the day, at peace knowing your system would survive the coming weekend? We’ve all felt that way at some point.Meanwhile, the disk on the server had quietly reached 90% utilization. Write-Ahead Log (WAL) files had accumulated enormously, one long-running query had been running for over an hour, and nobody noticed because, some time earlier, the dashboard had looked fine...