Lispier Rust with Generics

made by nickdrozd, submitted by nicholasbs
A fun exploration of how to use generic types in Rust to write code that feels more Lisp-like.

Orb

made by charlesc, submitted by porterjamesj
A quirky, object-oriented standard library for OCaml.

Partition problem implementation + viz

made and submitted by Alec
Visualizing algorithms is the most fun way to teach, learn, and comprehend them! I had an actual use case for this at work, and it was gratifying to make a fun visual explanation for it.

Pipet: snippet manager

made by dbalan, submitted by gargi
Pipet is a set of commands to store and retrieve snippets of text. It uses a fuzzy finder for retrieval!

Using a neural network to translate between jokes and punchlines

made by rileywong, submitted by nicholasbs
Using a Sequence to Sequence model to generate punchlines for fake jokes.

Speculative Game Mechanics in Paradigm Shell

made and submitted by isi
Paradigm Shell is an experimental game that explores crude oil as a transformative, vibrant, time-condensing form of matter. Through recalculating vertices in vertex shaders virtual materials morph and mutate.

The Ghost of T.S. Eliot

made by ruby childs, submitted by rachel
This neural network, trained on the works of T.S. Eliot, generates new poetry based on his work. It also raises the question of how much an artist's work--and the new work that comes from it--preserves them once they're gone.

Optimizing Inefficiency: Human folly and the quest for the worst sorting algorithm

made and submitted by DanielMiller
I try to maintain a sense of wonder throughout my process of learning CS. In this blog post I wrote something a bit more philosophical, drawing on training as a musician to try to provide an answer to why seemingly inefficient algorithms can still be interesting and compelling objects of study. (Image is CC BY-NC-ND 2.0; source cited in post.)

Generating Fractals with SQL Queries

made and submitted by malisper
Producing fractals with Postgres. What isn't there to like?

piggy

made by santigepigon, submitted by porterjamesj
A Clojure library that helps you test specs for breaking changes.