2025-05-09
- nnd — A debugger for Linux. Doesn’t use gdb nor lldb.
- DIY SYNTHS DATABASE — Curated collection of 86 DIY-friendly hardware synthesizers and related standalone musical equipment. All open source.
- PAPER MECHATRONICS — Building machines using paper only. Love the idea.
2025-03-07
- Balatro Timeline — Memo about the development and release of Balatro. This stood out to me:
a very important habit I have developed for creative hobby projects is to stop working on something when I no longer feel the drive.
- Command & Conquer Source Code — Electronic Arts seemed to have listened to some smart people and released the source code to some of their older C&C Games.
- colorblind: A C header file & shader for simulating colourblindness and checking contrast — I wonder how accurate you can get with stuff like this.
- Game Accessibility Guidelines — On a similar note, a list of guidelines to make accessible games.
2025-02-18
- lines — Music production forum. Seems like a nice place if you’re looking to talk like it’s 2003.
- Learn Shader Programming with Rick and Morty — Draw stuff using Signed Distance Fields.
- NESFab is a new programming language for creating NES games — Making an NES game in either C/6502 assembler has been on my bucket list for a while; this could be a nice alternative. They claim that it’s
… the best performing 6502 compiler in existence.
2025-02-08
- The Teensy Files — A series of articles on how to create tiny ELF binaries. By Brian Raiter.
- Web design inspiration catalog — A curated collection of design-heavy websites.
- Modest: A musical harmony library for lua — Written in Fennel, by Yegor Budylin.