kitty-plotnine (k-nine) is a command-line tool that allows users to create plots directly within their terminal using the plotnine library and the terminal graphics protocol supported by terminals like Kitty, Konsole, and WezTerm. It aims for simplicity and ease of use, enabling one-liner plotting for quick data visualization. The tool supports various data formats like CSV, space-separated numbers, and JSONL. It offers features like customization through the Grammar of Graphics, faceting, and even documentation lookup for plotnine elements. It's designed for those who prefer a terminal-centric workflow and quick visual analysis.
The X.Org Server has transitioned its main development branch from "master" to "main", selectively dropping questionable patches and starting from a cleaned-up codebase as of 2024.
An Arduino-compliant library for ESP32 and related boards, designed for driving display devices and touch panels with graphical UI capabilities.
This blog post details the implementation of a 'Particle Life' simulation using WebGPU. It covers the model's mechanics, the rationale for using WebGPU, the simulation loop, force computation techniques (including parallel prefix sum), rendering details, and provides a link to an interactive demo.