Reverse 1987 DOS game data files for fun and no profit

made and submitted by yomimono
A short description of reverse-engineering the puzzle solutions data file for the 1987 DOS "Wheel of Fortune" game, with OCaml parser and printer examples.

Visual Playground

made and submitted by ilithya
A glitchy experimental interactive experience built with machine learning (body tracking) and real-time shaders. Move your arms, head and knees to interact with the visuals and mutate them.

A Cursed Bug

made by nelhage, submitted by Mai
What makes a bug cursed? A blog post about tracking down a particularly satisfying one.

Proving ML algorithms with zero-knowledge proofs on blockchain

made and submitted by liaopeiyuan
This is a demo of a private machine learning protocol on the Ethereum blockchain, which implements a zk-SNARK proof that verifies a private linear regression model has a certain accuracy under a public dataset.

Building reliable distributed systems with refinement types

made by lkuper, submitted by Mai
In this blog post, Lindsey Kuper shares her research agenda at the intersection of distributed systems and programming languages. Read it for an interesting overview of the problem space, a cool example of working in public, and an invitation to collaborate!

typeset

made by zephraph, submitted by porterjamesj
A library of Rust macros that make it easier to express relationships between types.

Orb Game

made by billmarcy, jckelly, submitted by porterjamesj
A puzzle-platformer where you traverse the environment using projectiles as platforms. See the code here: https://github.com/jackckelly/orb_game

Predicting the tide with a Lego computer

made by pepijndevos, submitted by Mai
Recreating a 19th century analog computer that predicts the tides -- with Legos!

58 Joralemon - A Myst-like game about the MTA

made by tupben, submitted by alizauf
It's a delightful puzzle, imagining what's inside a weird MTA subway vent that looks like a brownstone. Great original music and illustrations! Built with Svelte.

Testing-library user event with fake timers

made by Fabrizzio, submitted by Mai
A blog post about testing user interactions in JavaScript with the userEvent API.