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.

02 Aug 2023 edition
Python

#346 Have you lost your GIL?

Topics include A Steering Council notice about PEP 703 (Making the Global Interpreter Lock Optional in CPython), Google's post-cookie world could turn into DRM for the internet, How ruff changed my Python programming…

Source: Python Bytes Michael Kennedy and Calvin Hendryx-Parker
Go Rust

Slices Package: Binary Search

Series Here are all the posts in this series about the slices package. Binary Search Clip, Clone, and Compact Compare Contains, Delete, and Equal Introduction Go’s most important data structure is the slice and it was…

Source: Ardan Labs Blog