Sol-itude: An Exploration of Randomness through the Art of Sol LeWitt

made by jaryncolbert, submitted by Mai
This project explores Solomon "Sol" LeWitt's wall drawings, where each piece is defined by a set of instructions that are left open to interpretation by other artists that execute the works. It randomizes the ambiguous properties of each drawing to play with the constraints of each work. You can see the code here: https://github.com/jaryncolbert/solitude

Xi, a fast, native text editor

made by cmyr, Raph, submitted by davidbalbert
Xi (pronounced "Zigh") is cross platform, but it has a native UI on every operating system that it runs on. Text is rendered on the GPU, so it's blazing fast.

Building a CO₂ Monitor with Python on a Raspberry Pi

made by ngoldbaum, submitted by porterjamesj
Nathan was inspired by a tweet to measure the CO₂ levels in the RC space, turns out they can get pretty high!

L-Systems Editor

made by Winston, submitted by Mai
A super cool (and pretty!) L-Systems visualization tool

SweetPea: A language for declaratively specifying randomized experimental designs

made by Annie ByReferenceNotByValue Cherkaev, submitted by nicholasbs
SweetPea is an early-stage language for declaratively specifying neuroscience and psychology experiments, as well as a run-time for generating trial sequences for those experiments.

Code Lauren

made by maryrosecook, submitted by davidbalbert
A live programming environment for making games. It supports running code in both directions: forward and reverse.

idris-canvas

made by trillionalyssa, submitted by porterjamesj
Bindings to the browser canvas API for the Idris language.

poetry-lang

made by Sarah Welz Geselowitz, submitted by porterjamesj
A programming language designed to read like poetry!

React from scratch

made by thechutrain, nick, anushriadhia, submitted by porterjamesj
A 2kb implementation of React from scratch, along with a presentation built using the library itself!

Creating your own reverse geocoder with OSM and PostGIS

made and submitted by stevenleeg
Ever wondered how you could leverage OSM data for your own project? This post provides a quick guide on how to import OSM data dumps into your own database and begin running spacial joins using PostGIS.