Folders: an esolang written in directory structures

made by rottytooth, submitted by Mai
Folders is a programming language that doesn't use any text; programs are encoded into a directory structure. All files within are ignored, as are the names of the folders. Commands and expressions are encoded by the pattern of folders within folders. Gave me a new perspective from which to think about form and content!

Pushing Python toward C speeds with SIMD

made by Lauren Arnett, submitted by davidbalbert
Lauren explores Numba, a vectorizing JIT for Python.

Convert JSON to YAML from the command line

made by peter, submitted by nicholasbs
An easy one-liner for converting between JSON and YAML.

A personal website in the style of Windows 98

made by deedoubleyou, submitted by Mai
You can drag the icons and windows around! The recycle bin takes you to Twitter! This one's really fun.

Media Collection Viewer

made by Ashley Blewer, submitted by Mai
This site takes a MediaInfo JSON and generates charts that provide you with a high-level overview of your audio and/or video collections. You can read more about it on Ashley's blog at https://bits.ashleyblewer.com/blog/2021/04/03/media-collection-viewer/ and check out the code at https://github.com/ablwr/media-collection-viewer.

Logging Virtual Race Results with Selenium, Cron and Python

made and submitted by kellyfoulk
Who else hates doing repetitive tasks that you know could be automated? I know I do 🙋‍♀️. In this article I will discuss how I used Strava’s API and cron jobs to automatically log new activities for my virtual races on RunSignup. I love this project because while tutorials and such are great, it was so satisfying to build something that solved a real issue of my own!

Fugue: An Object System for Janet

made and submitted by zdsmith
Janet is a modern, ergonomic Lisp inspired by Clojure and Lua. Fugue is a library that extends Janet’s prototypal inheritance to provide a CLOS-style set of features.

MIDI to Chiptune

made by Sophie Shears, submitted by Mai
This app uses Tonejs to play back MIDI files in the style of old video game music, or chiptunes. In the image, it's giving a rousing rendition of the Titanic theme song. Check out the code here: https://github.com/SophieShears/MidiToChiptune.

Learning About ELF With Zig

made by g-w1, submitted by nicholasbs
A post about exploring ELF (Executable and Linkable Format) to build a minimal linker in Zig.

Color Guesser

made by Emily, submitted by Mai
This game lets you test your ability to pick out a color based on its CSS name. Check out the code here: https://github.com/EmilyBonar/color-guesser.