turtle-tree

made by mrdrozdov, submitted by nicholasbs
A tool that draws binary and n-ary trees over sentences uses minimal vertical space.

Old Code Gets Younger Every Year

made by bellmar, submitted by Mai
A great blog post that explores and debunks common truisms about legacy systems and technical debt.

Digital Circuits

made by anthonyabeo, submitted by porterjamesj
A collection of digital circuits written in SystemVerilog that can be flashed to an FPGA (including the circuit for the taillight control system of a 1960s Ford Thunderbird!)

Digital Fabrication of Soft Actuated Objects by Machine Knitting

made by lea, submitted by davidbalbert
New techniques for creating movable knitted 3D objects.

Neural Nets from Scratch

made by RnkSngh, submitted by porterjamesj
A Jupyter notebook demoing how to create a neural network from scratch in a few hundred lines of code.

Intel 8080 Emulator

made by anthonyabeo, submitted by davidbalbert
An Intel 8080 emulator written in Rust.

bookshelf

made by gnclmorais, submitted by porterjamesj
A tool for generating web pages from books you've read on Goodreads.

Fast 2D rendering on GPU

made by Raph, submitted by nicholasbs
An overview of a new architecture for high-performance, 2D vector graphics rendering on the GPU.

Airtable as CMS

made and submitted by Kalli
Boilerplate code for a frontend that uses Airtable as a CMS. Built using create-react-app.

A toy compiler from scratch

made by clarete, submitted by nicholasbs
A detailed and clear walkthrough of building a compiler that targets the Python Virtual Machine.