Skip to content
TILens What matters today in tech
Theme

Daily edition

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

22 Jul 2026 edition
AWS GitHub

aws/aws-cdk: v2.262.0

Features ecs: add support ECS-optimized Amazon Linux 2023 (Neuron) AMI (#34689) (ad665c4) mediaconnect: l2 construct (#37945) (8e9e001) update L1 CloudFormation resource definitions (#38275) (2b1c632) apigateway: alb…

Source: AWS CDK Releases aws-cdk-automation
Django Python

Django 6.1 release candidate 1 released

Django 6.1 release candidate 1 is now available. It represents the final opportunity for you to try out the version that offers a harmonious mélange of new features and usability improvements, before Django 6.1 final is…

Source: Django Weblog Jacob Walls
AI

Advancing the next era of national science

OpenAI outlines its commitment to advancing American science working with the U.S. Department of Energy and national labs to use frontier AI to accelerate discovery.

Source: OpenAI Blog
Vue.js GitHub JavaScript

vuejs/core: v3.6.0-rc.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Source: Vue.js Releases github-actions[bot]
Hardware

ESP-IDF User Guide for ESP32-P4, SDK v5.5.5

Language English ESP32-P4The ESP-IDF Programming Guide provides an extensive overview of official development framework by Espressif for its SoCs, enabling the creation of robust and efficient embedded applications. It…

Source: Espressif News Anonymous
Hardware

ESP-IDF User Guide for ESP32-H2, SDK v5.5.5

Language English ESP32-H2The ESP-IDF Programming Guide provides an extensive overview of official development framework by Espressif for its SoCs, enabling the creation of robust and efficient embedded applications. It…

Source: Espressif News Anonymous
Hardware

ESP-IDF User Guide for ESP32-C61, SDK v5.5.5

Language English ESP32-C61The ESP-IDF Programming Guide provides an extensive overview of official development framework by Espressif for its SoCs, enabling the creation of robust and efficient embedded applications. It…

Source: Espressif News Anonymous
Hardware

ESP-IDF User Guide for ESP32-C6, SDK v5.5.5

Language English ESP32-C6The ESP-IDF Programming Guide provides an extensive overview of official development framework by Espressif for its SoCs, enabling the creation of robust and efficient embedded applications. It…

Source: Espressif News Anonymous
Hardware

A new 10″ Raspberry Pi Touch Display 2, available now at $80

Our latest multi-touch display brings a bigger screen and higher resolution to the Touch Display family. The post A new 10″ Raspberry Pi Touch Display 2, available now at $80 appeared first on Raspberry Pi.

Source: Raspberry Pi News Gordon Hollingworth
AI

Introducing OpenAI Presence

Introducing OpenAI Presence, a proven enterprise AI agent platform that helps organizations deploy trusted voice and chat agents for customer and internal workflows.

Source: OpenAI Blog
Python GitHub

astral-sh/uv: 0.11.31

Release Notes Released on 2026-07-21. Enhancements Allow workspace sources to reference members in another workspace by path (#18401) Support .venv files containing paths to centralized project environments (#20022)…

Source: uv Releases astral-automations-bot[bot]
Rust

This Week in Rust 661

Hello and welcome to another issue of This Week in Rust! Rust is a programming language empowering everyone to build reliable and efficient software. This is a weekly summary of its progress and community. Want…

Source: This Week in Rust TWiR Contributors
DevOps

The Standalone ESC CLI Retired: Use pulumi env

Pulumi ESC CLI v0.26.0 is the latest standalone release. We encourage users to use the Pulumi CLI instead. The ESC repository has been archived and the code now lives under pulumi. Why are we making this change Pulumi…

Source: Pulumi Blog Boris Schlosser
PostgreSQL

Now Turso is building Postgres in Rust too

#​658 — July 22, 2026 Web Version Postgres Weekly Making 768 Servers Look Like 1 — A fun, educational animated explainer of how a petabyte of Postgres spread over 256 shards (each with a primary and two replicas) can…

Source: PostgreSQL Weekly
OCaml

Cascade: A Typed CSS Toolkit in OCaml

Porting Tailwind to OCaml needed a CSS parser. The parser grew a typed AST, and a structural diff and a minifier fell out of it. Cascade 1.0.0 is that toolkit, and it turns out to be competitive with the minifiers…

Source: OCaml Planet Thomas Gazagnaire
Web

Rebuilding the World Cup table with CSS Subgrid

🚀 Frontend Focus #​751 — July 22, 2026 | Read on the web ⚽️ Rebuilding FIFA's Standings Layout with CSS Subgrid — The World Cup is over now, but this is an interesting design problem worth unpicking and understanding.…

Source: Frontend Focus