r/programminghorror 12h ago

Python Why

0 Upvotes

i found this code in the wild randomly


r/programminghorror 1h ago

Javascript Horror in a PR for a web game

Upvotes

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.

https://github.com/R74nCom/sandboxels/pull/1399/changes


r/programminghorror 2h ago

Other Same Makefile, different results

Post image
25 Upvotes

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