2 bookmarks for 2025-07-01

1967.

Writing Code To Be Read at a Glance

jelv.is/blog/Writing-Code-To-Be-Read-at-a-Glance

Code 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.

1966.

Chawan: TUI web browser

chawan.net

Chawan 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.