Writing Code To Be Read at a Glance
jelv.is/blog/Writing-Code-To-Be-Read-at-a-GlanceCode is read more than it is written, but it is skimmed more than it is read, so we should write code that is clear at a glance.
I see a positive mention of math notation. The article is probably wrong as hell. Will take a closer look later.
Chawan: TUI web browser
chawan.netChawan is a text-mode web browser and pager for Unix-like systems, with a focus on implementing modern web standards while remaining self-contained, easy to understand and extensible.
It includes functionality like CSS, inline images inside the terminal, and JavaScript through a small, independent browser engine.