friday-the-13th

made by its_computers, submitted by porterjamesj
Find out when the next Friday the 13th is! You can see the code here: https://github.com/itscomputers/friday-the-13th

Day 5: drawing lots of faces with sketch-rnn

made by bork, submitted by davidbalbert
Julia is teaching a recurrent neural network to make good line drawings of faces.

find_github_email

made by jemmaissroff, submitted by porterjamesj
A Ruby gem for finding people's emails from GitHub. You can read more in Jemma's blog post: https://jemma.dev/blog/find-github-email

Center

made by Paul Peng, submitted by Mai
A fun visualization using p5. Invisible circles, each with a color, coming out from the center of the drawing, evenly spaced. When a circle goes past the edge, it comes back in from the other side. Draw a line between the centers of overlapping circles colored the average of the circles' colors, lighter when further apart, heavier when closer together. Code here: https://github.com/paul1peng/center

How I was able to track the location of any Tinder user.

made by mveytsman, submitted by davidbalbert
In 2013, Max realized that you could use triangulation to discover the precise location of any user on Tinder. Max built a proof of concept and notified Tinder, and they fixed the vulnerability.

refrigerator poetry forum

made by bork, submitted by porterjamesj
A website where you can make themed poems out of digital refrigerator magnets. You can see the code here: https://github.com/jvns/refrigerator-forum

Starting to Build a Scrabble Game in Rust

made by amedee, submitted by nicholasbs
Amédée started building a game of scrabble, and is writing about their thinking and decisions in the process. Followup post here: https://amedee.me/2020/11/04/fst-gaddag/

Building a tiny Pomodoro timer!

made by mclare, submitted by rachel
Maryanne built a tiny Pomodoro timer with a Raspberry Pi Zero W, Pimoroni InkpHAT - 3 Color eInk Display, and a Pibow Zero W Case. Read her blog post about the process here: https://mclare.blog/posts/building-a-tiny-pomodoro-timer/

Crossword Puzzle Composer

made by Patrick Weaver, submitted by Mai
An app for creating crossword puzzles that encodes the clues and answers in the URL, storing nothing on the server. The screenshot is from an RC-themed puzzle and the code is here: https://github.com/patrickweaver/crossword

Diffie-Hellman Mandala

made by dtudury, submitted by Peter Stefek
David made a program which visualizes cycles generated by starting from a base number and repeated multiplying it modulo an adjustable p. It turns out to be pretty beautiful.