SMRTR Programming

Programming stories

Get hand-picked daily summaries of the best, most informative programming articles from around the web. Browse recent summaries, then jump to the original source when you want the full article.

OpenAI has launched Codex, a new AI-powered coding tool for experienced developers. Accessible through the ChatGPT web app, Codex can generate production-ready code and answer programming questions. It operates in a container that replicates the user's development environment. Developers can customize Codex's behavior using an "AGENTS.md" file in their repository. Built on the codex-1 model, Codex uses reinforcement...

Latest stories

My Engineering Craft Regressed

A software developer reflects on their career journey, from passionate open-source contributor to high-paying corporate role. Despite creating popular projects and gaining valuable skills, their open-source work went unrecognized...

SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

More recent stories

Stack overflow is almost dead

Stack Overflow's question volume has declined significantly since peaking in 2014, with a brief surge during 2020 lockdowns. Questions dropped sharply after ChatGPT's launch in November 2022, projected to reach 2009 levels by May...

Java vs Python

Python compiles to bytecode and runs on the PVM, while Java compiles to bytecode, runs on the JVM with JIT compilation, making it faster for enterprise and high-performance applications compared to Python's strength in data...

Why I use WebAssembly

WebAssembly (WASM) is revolutionizing web applications, enabling powerful capabilities like running FFmpeg in browsers and boosting performance for complex tools like Figma. It allows developers to create offline-capable web apps...