this post was submitted on 04 Jan 2026
708 points (98.0% liked)

Programmer Humor

39892 readers
56 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

old, but still funny. i think..

you are viewing a single comment's thread
view the rest of the comments
[–] dumnezero@piefed.social 3 points 6 days ago (1 children)

Close. A script is readable and editable code. The LLM slop is "deep" so it's opaque and you can't really change the system prompt (you can jailbreak it).

[–] CameronDev@programming.dev 5 points 6 days ago (1 children)

Script-kiddie is a derogatory term for a computer user who can't read or edit the code. Scripts might be useful to us, but they may as well be opaque to a script-kiddie.

[–] dumnezero@piefed.social 1 points 5 days ago (1 children)

Would you really claim that a script-kiddie won't alter a number or a string in some script?

[–] CameronDev@programming.dev 1 points 5 days ago* (last edited 5 days ago) (1 children)

For my definition of script-kiddie, its not that they won't change something, they by definition cannot because they dont understand it.

We may have different definitions here, but that is the one I am familiar with.

[–] Cracks_InTheWalls@sh.itjust.works 2 points 5 days ago* (last edited 5 days ago) (1 children)

I'd say a script-kiddie can modify a script, but only if there's some resource that says 'change this part to do x'. They don't understand why that change does what it does, though, or how to troubleshoot if it doesn't actually do the thing.

Signed: config file kiddie - I just do what youtube or forum denizens tell me to do until it works. Imagine there's script-kiddies out there that do something similar.

[–] CameronDev@programming.dev 2 points 5 days ago

there’s some resource that says ‘change this part to do x’.

Arguably, this is just a different type of script.

I think the real separation is that while you might seek out a few different resources, or try a few alternatives to solve a problem, a "script-kiddie" is likely stuck if the first result in Google doesn't solve the problem immediately.