Skip to content
TILens What matters today in tech
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.

14 Jul 2025 edition
Python

#513: Stories from Python History

Why do people listen to this podcast? Sure, they're looking for technical explorations of new libraries and ideas. But often it's to hear the story behind them. If that speaks to you, then I have the perfect episode…

Source: Talk Python To Me Michael Kennedy (@mkennedy)
Go Rust

Garbage Collection In Go : Part II - GC Traces

Originally published in 2019, this article is part two of a three-part series exploring Go’s garbage collector. Though the Go runtime has continued to evolve, the performance principles covered here remain highly…

Source: Ardan Labs Blog