Using R Notebooks For Data Analysis Instead of Jupyter Notebooks
https://minimaxir.com/2017/06/r-notebooks/
Great comparison: notebook tech is still young!
Related Posts
I find it really interesting how some areas of tech are widely expected to improve radically (e.g. LLMs and smart home tech), others gradually (CPU speed, battery capacity) and others very slowly (e.g. compiler optimisations).
Predicting the future is hard.
Do any tech streamers try new software live? It'd be a really fun way of doing UX testing.
I've been building an 'extract function' refactor feature. It's surprisingly nuanced.
Where do you put the extracted function? Once you've done the static analysis, what order do you use for the parameters?