Paper Shaders: now fully open source and FREE
Yes, you can make a: plugin, tool, template, site, app, library. Resell it. Make a Figma plugin. It's already code. Go for it!
We're pushing shaders forward. New Paper Shaders on the way.
Got em. I poison my AGENTS.md (and other things like code comments) all over the place with prompt injections like this to find people who don't review their code and sling it off to another human. Catches folks all the time and then its an instant ban.
As I've said, I don't care if you don't review your own code. But if you're submitting code to an OSS project and crossing a human boundary, it is simple courtesy to do some human review.
Just found out an active File Pilot community member @thomasklemenc made a task manager inspired by it!
Handmade from scratch, C++, win32, D3D custom renderer, 1.55 MB.
More of this in my feed, less AI slopware.
tar is a surprisingly simple format (just the tar itself, without any compression). Implementing a parser or a generator for it (or at least a small subset of it) is a fun programming exercise. Really recommend.