Ringing Room

made by lelandpaul, submitted by rachel
Change ringing is the collaborative art of ringing bells (usually the large ones found in church bell towers, as pictured below) in mathematical permutations. Leland and their collaborators are building a tool to do change ringing in a virtual, socially distanced way!

DevDash: a configurable terminal dashboard

made by Matthieu, submitted by Mai
Pull data from your own computer or from the cloud and display it however it's most useful to you. Read more about Matthieu's process building it here: https://thevaluable.dev/programming-side-project-example-devdash/.

ssh-chat

made by shazow, submitted by nicholasbs
A custom SSH server, which gives you a chat room instead of a shell prompt when you connect!

Talky Blocky

made by Dreeko, georgemandis, submitted by porterjamesj
A JavaScript game that responds to your voice. See the code here: https://github.com/georgemandis/talkyblocky

Towards principled reactive UI

made by Raph, submitted by davidbalbert
Raph continues to explore the best ways to build reactive user interfaces, with a focus on Rust.

Video Call Linter

made by Jörn Zaefferer, submitted by Mai
Instead of critiquing your own video call setup, let this program do it for you (using face-api.js).

Narrated Diffs

made by Thomas Broadley, submitted by nicholasbs
A tool that lets you reorder and comment on each section of your GitHub pull requests (or .diff files) so that your changes tell a clear story and are easier for people to understand and review. Source: https://github.com/tbroadley/narrated-diffs

World Explorer: a simple exploration game for toddlers

made by Jörn Zaefferer, submitted by Mai
Designed for a two-year-old, this game lets you explore the world using a super minimal interface: just tap to zoom in and wait to zoom out.

Spatial algorithms under the hood: Ramer-Douglas-Peucker

made by melanieimfeld, submitted by nicholasbs
An explanation and implementation of the Ramer-Douglas-Peucker algorithm. This algorithm is used when drawing maps to simplify vector lines.

Vitarka

made by GAM, submitted by porterjamesj
A text-based time management system with some unique techinques and a webapp for visualization.