this post was submitted on 15 Jan 2026
25 points (80.5% liked)
Programming
24429 readers
271 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I like the way you presented the ctrl-c blog post as sort of introductory to the tonsky.me one. The second one is much more useful in terms of exploring the details and making specific recommendations, but the first one does a good job of motivating why I should care.
Also, it's funny how both authors are kinda beating around the edges of literate programming e.g. in their discussion of code comments being one of the things worth highlighting, without ever quite getting there.
Thanks! I have never heard of literate programming before.
IMO Jupyter notebooks are a good example to look into first, if you want something more contemporary and somewhat widely-used than "tangle and weave."