this post was submitted on 25 Jul 2024
254 points (98.8% liked)

Programmer Humor

19171 readers
1458 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 1 year ago
MODERATORS
 

QL was our first game and although it was a big milestone for us, it was created at a time before we understood version control software. We do not have access to the source code anymore and cannot make any fixes or changes to the game. Because of this, we have decided to disable the ability for anyone to buy copies of the game. Thank you for your time and feel free to reach out to us.

The trailer looks like an awesome vaporwave freeze tag indie game.

you are viewing a single comment's thread
view the rest of the comments
[–] FaceDeer@fedia.io 38 points 1 month ago (2 children)

The time at which the source code was lost is irrelevant for decompilation, decompilation uses the binary files. Those are the files that are out there being played right now.

Until recently decompilers tended to produce rough and useless code for the most part, but I'm looking forward to seeing what modern LLMs will bring to decompilation. They could be trained specifically for the task.

You're missing the point of the comment you're replying to, which is that the devs don't understand decompilers RIGHT NOW, and it's formatted in a tongue in cheek way similar to their current comment about VCS

[–] laughterlaughter@lemmy.world -2 points 1 month ago (1 children)

Great. Hallucinated decompiled code.

I'm all for AI, but there's gotta be a better way for machines to become intelligent. Not just "training and predicting without any thought in the process."

[–] FaceDeer@fedia.io 13 points 1 month ago (1 children)

You're welcome to try other methods but LLMs seem to be working best so far.

With a decompiler it should be pretty straightforward to automatically check for "hallucinations," the compiled code is still right there and you can compare the decompiled logic to the original.

[–] laughterlaughter@lemmy.world 3 points 1 month ago

You have a point. I guess we could compile the decompiled code and compare the binaries.