Arduino Door Remote

made by talyian, submitted by porterjamesj
An Arduino-powered remote door opener for your New York apartment!

Jumbletron

made by jessechen, submitted by porterjamesj
"Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the frist and lsat ltteer be at the rghit pclae." Jesse made a Chrome extension to test this theory by jumbling the letters of words in your browser while leaving the first and last letter intact. Turns out it's not as true as you might have thought! You can install the extension here: https://chrome.google.com/webstore/detail/jumbletron/mkkhhidcfedbiofenhlnlhjpndfbcpmi

Fractals rendered with raymarching

made by Sol Sarratea, submitted by porterjamesj
Sol implemented a raymarching rendering algorithm to draw fractals; they're beautiful! You can see the code on GitHub and more image examples here: https://gist.github.com/solsarratea/6c5166db6c70c5d09dbd4da52025f3e4

BetterSearch

made by raymxnde, submitted by porterjamesj
A better/faster search interface for the Messages app on macOS.

Compiling and Interpreting the Lambda Calculus in Haskell

made by tyehle, submitted by porterjamesj
An extensive, clear explanation of how to write a lambda calculus interpreter in Haskell.

Hank

made by NQN, submitted by porterjamesj
A narrative scripting engine similar to Ink (http://github.com/inkle/ink), but more portable and implemented using Haxe.

A Deep Dive into Monte Carlo Tree Search

made by brilee, submitted by porterjamesj
Brian gives a deep explanation of how Monte Carlo Tree Search (a key technique for game AIs) works. He implemented the AlphaGo paper from scratch, so he should know!

Rusty CHIP

made by quelledanielle, submitted by porterjamesj
A CHIP-8 (https://en.wikipedia.org/wiki/Chip-8) interpreter written in Rust.

braille-dotgrid

made by rfong, submitted by porterjamesj
A tool for turning text into braille dotgrids.

Lambdex

made by bamorim, submitted by porterjamesj
An implementation of Lamba calculus using Elixir.