Nick Farrow has created MeshBoard, a text-based bulletin board system inspired by the BBSes of the 1970s and 1980s, running on a Raspberry Pi using the Meshtastic mesh network. The project allows for menu navigation and interactive games like Tic Tac Toe and an Escape Room, with no internet required. It leverages Python to create a modular and easily extensible platform, with plans to expand features such as file transfer over the Meshtastic network.
Dune is a shell that combines the power of Bash with the functional programming capabilities of Lisp, designed for customizable and efficient scripting tasks. Written in Rust, Dune supports metaprogramming concepts and includes a standard library to simplify sysadmin tasks.