fleuve: an esolang inspired by Italo Calvino

made by zed, submitted by Mai
The rules are made along the way! A small esoteric programming language written in Python.

Ruby Code Coverage: Lines and Branches

made by jemmaissroff, submitted by rachel
Jemma writes about why you need to measure both branch coverage and line coverage to get a full picture of whether every line of code and possible case is executed in Ruby, to make your tests better!

Creative Coding: DIY Webcam Filters

made by ojack, submitted by davidbalbert
Olivia made a set of video tutorials to teach you how to write video filters using the Hydra video synthesizer, a programming environment she created.

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