this post was submitted on 04 Aug 2026
290 points (99.0% liked)

Programmer Humor

32614 readers
1248 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
[–] abbadon420@sh.itjust.works 60 points 4 hours ago* (last edited 4 hours ago)

No. If you look at the instaal prompt, it is just a step by step instructionon how to check the environment, download the script, build the app, run the app, test if it is all good.

That is the whole install prompt. There is literally no need to waste a million tokens on that when a simple bash script can do it for free.

If you're going to use AI for this, ask it to write you a bash script that does all these things. Maybe even a ps1 script to go with it.