I want everything local – Building my offline AI workspace
instavm.io
Partially Matching Zig Enums
matklad.github.io
DOGE's "Efficiency" Theater: Wasted $21.7B While Destroying Life-Saving Programs
techdirt.com
Tribblix – The Retro Illumos Distribution
tribblix.org
Ultrathin business card runs a fluid simulation
github.com
What the Windsurf sale means for the AI coding ecosystem
ethanding.substack.com
Breaking the Sorting Barrier for Directed Single-Source Shortest Paths
arxiv.org
Sandstorm- self-hostable web productivity suite
sandstorm.org
Why Wisconsin's county highways are lettered, not numbered (2019)
wpr.org
I bought a £16 smartwatch just because it used USB-C
shkspr.mobi
Tor: How a military project became a lifeline for privacy
thereader.mitpress.mit.edu
Virtual 6NF
minimalmodeling.substack.com
I prefer human-readable file formats
adele.pollux.casa
Representing Python notebooks as dataflow graphs
marimo.io
A SPARC makes a little fire
leadedsolder.com
Getting good results from Claude Code
dzombak.com
What's wrong with the JSON gem API?
byroot.github.io
How we replaced Elasticsearch and MongoDB with Rust and RocksDB
radar.com
Efrit: A native elisp coding agent running in Emacs
github.com
Hacking Diffusion into Qwen3 for the Arc Challenge
matthewnewton.com
Our European search index goes live
blog.ecosia.org
Let's properly analyze an AI article for once
nibblestew.blogspot.com
Jim Lovell, Apollo 13 commander, has died
nasa.gov
Astronomy Photographer of the Year 2025 shortlist
rmg.co.uk
Even with data flow extension (also like ipyflow [0] ) I am still struggling with the execution model of notebooks in general. I often still see people defining functions and classes in notebooks to somehow handle prototyping loops.
I would love to see DAGs like in SSA form of compilers, that also supports loop operators. However, IMHO also the notebook interface needs to adjust for that (cell indentation ?). However, the strength of notebooks rather shows in document authoring like quarto, which IMHO mostly contradicts more complex controll flow.
[0] https://github.com/ipyflow/ipyflow