this post was submitted on 04 Jan 2026
709 points (98.0% liked)
Programmer Humor
39892 readers
39 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Would you really claim that a script-kiddie won't alter a number or a string in some script?
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.
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.
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.