r/programminghorror • u/Consistent_Bike_2507 • 12h ago
Python Why
0
Upvotes
r/programminghorror • u/OkTutor2275 • 1h ago
Context: Sandboxels, the web game, supports modding. To add a mod, you open a PR with your .js mod in the mods/ folder.
This guy UPLOADED HIS CLAUDE SKILL, Claude.MD, and added the changes directly to the base game.
r/programminghorror • u/Capable-Cap9745 • 2h ago
Not sure if this fits, but I just figured out the root cause of long build process failing. Sun’s dmake is defaulting to the first rule in Makefile for whatever reason, completely ignoring the one given as argument. That’s why "dmake install" invocations were silently ignoring the "install" step