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.

13 Feb 2023 edition
Python

#403: Fusion Ignition Breakthrough and Python

Imagine a world with free and unlimited clean energy. That's the musings of a great science fiction story. But nuclear fusion (the kind that powers the sun) has always been close at hand, we see the sun every day, and…

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

Interfaces 101 : Error Handling With Go Ep. 3

Introduction In episode 2, Miki examined the impact interfaces have on the performance of a Go program. To perform this experiment, Miki invoked a type’s method in two ways: with the concrete type and as an interface…

Source: Ardan Labs Blog