this post was submitted on 07 Mar 2026
148 points (98.1% liked)

Programmer Humor

31942 readers
100 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] staircase@programming.dev 5 points 3 months ago* (last edited 3 months ago) (1 children)

Does clean rooming also work the other way round? Where open source models can reverse engineer proprietary binaries, upon which one can make "clean" open source copies?

[–] kibiz0r@midwest.social 4 points 3 months ago* (last edited 3 months ago)

Like, as far as legal basis? Yes, as I understand it — but I am not a lawyer.

But if you’re hoping to leverage an LLM… Part of the reason they’re so good at producing replacements for e.g. react is that the source code for react is in the training data, along with test suites and a ton of commentary related to the source code.

So you’d be at a big disadvantage. That’s on top of the basic legibility challenges of decompiled binaries.