The Patchworks editor is an interesting project using a 3x2 grid of code snippets to try to help developers navigate code more effectively.
30 second video: https://www.youtube.com/watch?v=tGkGjZI21Mw
Preliminary study: https://austinhenley.com/pubs/Henley2014VLHCC_GC_Patchworks.pdf
In-depth study: https://www.cs.memphis.edu/~sdf/publications/Henley_et_al_VLHCC_2014.pdf
miniblog.
Related Posts
An interesting feature of the Grok TiddlyWiki interface: it has the sidebar on the right.
I see a sidebar on the left way more often, but arguably it makes more sense on the right for a wiki? The content is effectively more prominent.
Strategies for ramping up, working effectively and having fun when you're not using a mainstream programming language: https://morepablo.com/2022/09/so-you-re-using-a-weird-language.html
Difftastic is effectively computing the "tree edit distance" between two ASTs, and there's a bunch of papers on this topic. Literature review is hard though: sometimes a paper takes a while to digest, only to realise that they're solving a slightly different problem.

