Bio: By day I work at RC, by night I mind my quartet of cats.

Autoresponder for Google Hangouts

made by simon-weber, submitted by rachel
Set up an autoresponse for Hangouts while you're on vacation, or for accounts you don't use often. https://gchat.simon.codes/

Web Sparkle

made by christinecha, submitted by rachel
A toolbox of frontend web development modules to add some ✨sparkle✨to your website!

Kanye.fun

made by michaelwlu, AlliColyer, submitted by rachel
Kanye.fun simulates Kanye West quotes using Markov chains.

One second code: How fast is your computer?

made by kamal, bork, submitted by rachel
Guess, to the nearest order of magnitude, how fast your computer is at running different programs! Source: https://github.com/kamalmarhubi/one-second

Scuttle-chat

made by corlock, submitted by rachel
An experimental p2p chat tool that allows users to chat over encrypted TCP streams, and makes use of Scuttlebutt's social graph and peer discovery.

Microbial Strain Navigator

made by robinovitch61, submitted by rachel
Navigate and edit microbial strains, plasmids, and genes with a Flask web UI and MySQL database.

Pizza Truck Simulator

made by charlietran, submitted by rachel
The creators say this is a pizza truck simulation "painstakingly recreated from our own experiences with pizza and trucks." Become the pizza entrepreneur you've always dreamed of becoming here: https://charlietran.itch.io/pizza-truck-simulator

Kindlizer

made by QuietMisdreavus, submitted by rachel
A "a quick-and-dirty server" to turn web articles to DOCX files and send them to the user's Kindle (with a great name!).

Writing userspace USB drivers for abandoned devices

made by Benjojo, submitted by rachel
A blog post about reverse engineering a no longer supported VGA capture device to make it run on newer versions of Linux.

5 ways to calculate the Nth number in the Fibonacci Sequence

made by robinovitch61, submitted by rachel
Five ways to find numbers in a Fibonacci sequence using recursion, memoization, tabulation, iteration, and VM Code!