this post was submitted on 27 Mar 2026
472 points (99.2% liked)

Programmer Humor

30700 readers
2445 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MonkderVierte@lemmy.zip 18 points 5 days ago (3 children)

Something like --dry-run there?

[–] FiskFisk33@startrek.website 29 points 5 days ago (1 children)

does dry running have any meaning on a function that is inherently stochastic?

[–] MajinBlayze@lemmy.world 2 points 5 days ago

It can, if it's passed through to tools without the llm meddling, but the problem is that there is typically a tool for arbitrary shell commands, and unless there's a mechanism to dry run these, there's no way to handle it reliably.

load more comments (1 replies)