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.

Latest storyOct 26, 2025

Rolling Our Own S3

Nanit built N3, a Rust-based in-memory video storage system, to replace S3 as their primary landing zone for baby monitor footage processing because S3's per-request fees and 24-hour minimum storage rules were costing them significantly on thousands of uploads processed within seconds. The custom solution uses S3 only as an overflow buffer for edge cases, achieving approximately $500,000 in annual cost savings while...

Latest stories

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

How to Control a Robot with Python

PyBullet, Facebook's open-source simulation platform, enables manual control of robotic arms through Python programming in 3D environments. The tutorial demonstrates building a simulation where a robotic arm picks up objects...

How To Deploy a Local AI via Docker

Docker containers now offer a straightforward way to deploy local AI services like Ollama, providing enhanced privacy by keeping AI queries away from external servers and sandboxing the service from the host system. The...