Kretes

made by zaiste, submitted by porterjamesj
A TypeScript programming environment based on VSCode with a batteries included approach. You can see the code here: https://github.com/kreteshq/kretes

Streaming into the Void

made by kkitay, submitted by porterjamesj
Find Twitch streams with zero viewers.

Speculative authentication

made by anniebart, submitted by Mai
A blog post about Annie's explorations into speculative authentication techniques. Code for her pass-pixel authenticator is here: https://github.com/anniebart/pixelArtAuthentication

Self-Directed Pandas Crash Course

made and submitted by kellyfoulk
Want to learn pandas, but don't know where to start? That was my position about a week ago. In this post, I'll explain how I structured my learning process during my one week 'crash course.' By no means am I an expert now, but I feel confident to say I can accomplish essential data cleaning and visualization tasks.

emacs-asana

made by lpm, submitted by porterjamesj
Use Asana without leaving Emacs!

react-sequencer

made by jaqarrick, submitted by porterjamesj
A simple but powerful drum sequencer using React and WebAudio! You can see the code here: https://github.com/jaqarrick/react-sequencer

Scaling faders

made by rileyjshaw, submitted by porterjamesj
Audio faders that automatically balance themselves for a perfect mix! You can see the code here: https://github.com/rileyjshaw/rileyjshaw.github.io/blob/dev/src/components/scaling-faders-demo.js

Wave Slicer

made by jaqarrick, submitted by porterjamesj
A simple web-based audio sampler with a really nice design! You can try it out here: https://github.com/jaqarrick/wave-slicer

Bagatto: a transparent, extensible static site generator

made and submitted by zdsmith
Inspired by https://erikwinter.nl/articles/2020/why-i-built-my-own-shitty-static-site-generator/, I built my own hopefully-non-shitty SSG. It lets you write websites using Janet, a delightful and effective Lisp.

Developing a Flask Blog

made and submitted by kellyfoulk
Learn how I started with a blank text editor and created a blog from the ground up with the help of python's Flask framework. It had always been a dream of mine to create a blog from scratch versus using a Wordpress theme...so here it finally is. Complete with a backend that is my humble attempt at integrating the functionality of both Wordpress and MailChimp.