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.

23 Mar 2018 edition
Python

#70 Have you seen my log? It's cute!

Topics include Online CookieCutter Generator, cutelog – GUI for Python's logging module, wagtail 2.0, peewee 3.0 is out, Machine Learning Basics, and Cerberus.

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

Interface Values Are Valueless

Introduction I’ve been seeing a lot of question about interfaces lately on Slack. Most of the time the answers are technical and focus on implementation details. Implementation is important to help with debugging, but…

Source: Ardan Labs Blog