This is not a formal proposal. It’s just my take on what a working proposal would generally look like. In particular there are real proposals that look a lot like this (and I think they get some of the details wrong but that’s beside the point). If you want a serious takedown of the most […]| Abandonculture
For context, I’m a Rust user, advocate, and fan, and prefer making things in it to any other language. But, wow. The problem with dependency bloat in the Rust ecosystem is not a problem of “you actually need all that code” or “this is a security nightmare”. The former and latter have current usable solutions. […]| Abandonculture
I’m currently working on a single-header public-domain lossless compression and decompression library for C/C++ called LOH. The code is already out there for people who are curious, but it’s not stable yet, and the format might change. I’ll probably release its first proper version in a few weeks, so stay tuned. Until then, here’s a […]| Abandonculture
Audio compression is hard Audio stored on computers (and phones) is generally stored as what’s called “Pulse Code Modulation”. Audio is a bunch of vibrations in the air, and if yo…| Abandonculture
TLDR: I made Filli (this is a link), a Lua/python-like embeddable language written in C23 (or C99 with GNUisms; compiles as C++ too!). The license is permissive. It’s sandboxable, like Lua. I…| Abandonculture