Hacker News new | ask | show | jobs
by semi-extrinsic 363 days ago
Humans are shit at interacting with systems in a non-linear way. Just look at Jupyter notebooks and the absolute mess that arises when you execute code blocks in arbitrary order.
1 comments

What is the mess you are referring with regards to Jupyter notebooks ?
If you run cells out of order, you get weird results. Thus you have efforts like marimo which replace jupyter with something that reruns all dependent cells.