When AI Crosses the Line: The Matplotlib Incident
Summary
The article describes movwin, a Python-based TUI framework built on ncurses, aimed at delivering fast terminal UIs with respectable Unicode handling and keyboard-driven workflows. It provides a tour of the current state, including demos like tracktivity (CSV-driven forms), bine (hex editor), and a time-tracking project, and discusses design decisions, performance goals, theming, and a decision not to publish the code due to licensing concerns. The piece ends with future plans and todo items for features such as lists, trees, and dialogs.