Experimental Blockchain Engine for HashiCorp Vault

made and submitted by d10
I had been meaning to learn more about Vault for a while, so I built an integration with Algorand, which I was already familar with. Both of those are open souce projects, and my plugin is open source at src.d10.dev/hashicorp .

thoughts

made by stillgreenmoss, submitted by Mai
Want to tweet but, like, not on Twitter? This shell script's got you.

mAIze-solver

made by anu, submitted by Mai
Teaching an AI to solve a maze using q-learning!

Codio

made by Elad Bogomolny, submitted by rachel
Codio is an open source media format for developers to record and playback the process of programming in VSCode. It combines code editor operations and audio, and allows you to interact with the code at any point during playback!

Idris Algebra

made by nickdrozd, submitted by nicholasbs
A series of increasingly complicated algebraic proofs with clear definitions, implemented in Idris, a purely functional programming language.

Shynet

made by milesmcc, submitted by porterjamesj
A minimal self-hosted, privacy-respecting web analytics tool. For when you want to know how people use your website but don't want to track all their personal data!

knoppers.icu

made by shean-knoppers, submitted by Mai
A programmatically generated photography archive that turns an s3 bucket into a fast-loading static page where you can preview and download high-res images. See the code here: https://github.com/slin63/knoppers-icu

x86, x64, ARM? I Just Want to Download my Program!

made by Marín, submitted by nicholasbs
A fun and clear exploration of some fundamental questions about computer architecture.

webwormhole

made by saljam, submitted by porterjamesj
A "magic wormhole" for securing sending files between two computers using WebRTC in the browser and the PAKE protocol. You can see the code here: https://github.com/saljam/webwormhole

Paint By Numbers in Rust and WebAssembly

made by amedee, submitted by nicholasbs
An overview of how Amédée built their paint-by-numbers app using Rust and WebAssembly, with details about handling interop with JavaScript and performance improvements.