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
I'm experimenting with imitating window UI elements when showing code snippets on my website.
What do you think? Do the familiar dots of the title bar help, or is it just confusing decoration?
First image is the current style, the second image has the window UI.
I've added an eval button to the website of my programming language!
It's a been a lot of work to lock down appropriately. It still needs some UI polish but it's so nice to be able to try snippets immediately.
Playing with Claude and my new programming language has made me add features that it wants. I think they're reasonable.
`for method in methods` -- custom syntax error explaining that `method` is a reserved word
`echo 'println("hello world")' | garden` -- eval snippets from stdin



