Digest - Week 2023/25

The Path to a Staff-Plus Engineer Role: from Management Back to Tech

When working in tech, a managerial career may not be for you. Fabiane Bizinella Nardon went from being a manager back to tech, becoming a staff plus engineer and creating a staff plus friendly company... ㅤ

Managing feature toggles in teams

There are many light- and heavyweight approaches to implementing feature toggles. Some store values in a database table and offer a UI to flip them; others just put them into environment variables. Whatever approach you choose, it should always be a matter of seconds to flip your toggles.. ㅤ

An Illustrated Introduction to Redis

Redis is, as the official documentation puts it, “an open source (BSD licensed), in-memory data structure store used as a database, cache, message broker, and streaming engine.” That’s quite a mouthful! Let’s further explore what this means by discussing when Redis might be useful, why it can be an effective tool, and how it works behind the scenes... ㅤ

The people paid to train AI are outsourcing their work… to AI

Using AI-generated data to train AI could introduce further errors into already error-prone models. Large language models regularly present false information as fact. If they generate incorrect output that is itself used to train other AI models, the errors can be absorbed by those models and amplified over time... ㅤ

vikas5914/google-photos-backup

Backup photos from Google Photos using Playwright. This project uses Playwright to open Google Photos in a headless browser. It then starts downloading all the images from the last image to the top. It also downloads images incrementally and sorts them in year and month folders. It also saves the progress in a .lastdone file... ㅤ

New Study Compares The Body's Hydration Response To Different Beverages

(CNN) -- When you're thirsty and in need of a drink, which beverages are best at keeping you hydrated? Sure, you can always reach for a glass of water -- but plain H20 isn't the most hydrating beverage around, according to a study from Scotland's St. Andrews University that compared the hydration responses of several different drinks. ㅤ

Warp: Your terminal, reimagined

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster. Now available on MacOS.