Natural Language Processing: can a computer solve SAT analogy questions?

made by michelle, submitted by nicholasbs
An exploration of how to use natural language processing to answer SAT-style analogy questions.

LiveGB

made by osnr, submitted by davidbalbert
A live coding environment for making Game Boy games. Edits to the code are hot-swapped into the running game. Source: https://github.com/osnr/livegb

Perfect Pairs

made by Eliot Linton, submitted by dwinston
Searches two pools of synonyms for similar sounding word pairs. You can interactively pin one of the synonyms to find partner words that it sounds like. So fun!

Compiling at Compile Time

made by hellerve, submitted by nicholasbs
How to put a compiler inside of another compiler using macros and dynamic functions.

Text Editing Hates You Too

made by lord, submitted by davidbalbert
A detailed blog post on the ins, outs, and pitfalls of building a rich text editor.

Lunar Bocce

made by Max Bittker, submitted by Mai
Two-player bocce ball in space. Watch out for the gravity wells of the celestial spheres! https://github.com/MaxBittker/lunarbocce

Luna

made by Clarity, submitted by porterjamesj
A programmatic MIDI sequencer written using the LÖVE game framework.

Julia fractal set in Julia

made by oscarbennett, submitted by nicholasbs
Using the Julia programming language to generate beautiful images from the Julia fractal set.

Ghost map

made by ojack, submitted by davidbalbert
Beautiful, ethereal street maps made out of light. Source: https://github.com/ojack/ghost-map.

You can't cURL under pressure

made by Benjojo, submitted by davidbalbert
A game where you have to remember command line flags for cURL under pressure. It comes with a blog post explaining how it was built.