Skip to content
TILens What matters today in tech v0.0.5
Theme

Daily edition · Languages

The daily ledger

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

25 Jun 2026 edition
Python GitHub Rust

astral-sh/ruff: 0.15.20

Release Notes Released on 2026-06-25. Preview features Allow human-readable names in rule selectors (#25887) Emit a warning instead of an error for unknown rule selectors (#26113) Match noqa shebang handling in…

Source: Ruff Releases github-actions[bot]
Vue.js GitHub JavaScript

vuejs/core: v3.5.39

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]
Java

SBCE: Your Spec Belongs In package-info.java

SBCE is live at sbce.space (you say "space"). It is spec-driven development loop built on bce.design: the spec lives in your code, not in a markdown folder beside it. Usually spec tools maintain the spec / Markdown…

Source: Adam Bien Blog
Rust

The many journeys of learning Rust

This is another post in our series covering what we learned through the Vision Doc process. We previously described the overall approach and what we learned about doing user research, we explored what people love about…

Source: Rust Blog Pete LeVasseur
Rust GitHub

leptos-rs/leptos: v0.8.19

A patch release, mostly of bugfixes. Note: one of these includes a behavior change, which is that the primary server function encodings now respect the Axum/Actix request body size limits, rather than ignoring them. If…

Source: Leptos Releases gbj