Stories tagged with #open-source
Found 5 stories
Microsoft open sources pg_durable: Durable workflows inside PostgreSQL
Microsoft open sourced pg_durable, an extension that runs durable execution inside Postgres. HN argues about putting control flow back in the database.
Python 3.15's Most Useful Changes Flew Under the Radar
Python 3.15 ships lazy imports and a Tachyon profiler, but the quietly useful additions are TaskGroup.cancel(), fixed context manager decorators, and…
One minute of 720p video from a single GPU - how did we get here so fast?
SANA-WM is a 2.6B open-source world model that generates minute-long 720p video with 6-DoF camera control on one GPU. NVIDIA trained it on 64 H100s in 15 days.
XS: A 2.9 MB Binary That Is an Entire Programming Toolchain
XS packs compiler, debugger, formatter, package manager, and six backends into one 2.9 MB binary that runs on Linux, macOS, ESP32, and more.
zerostack: the coding agent that runs on 8MB, not 8GB
A solo Rust developer shipped a full-featured coding agent with an 8MB RAM footprint. HN argues about whether that even matters.