this post was submitted on 13 Mar 2025
1872 points (99.7% liked)

People Twitter

6467 readers
1817 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] RedSnt@feddit.dk 1 points 3 days ago (1 children)

I'm in the kiddie pool, so I do look things up or ask what stuff does. Even though I looked at the man page for printf (printf.3 I believe), there was nothing about %*s for example, and searching for these things outside of asking LLM's is some times too hard to filter down to the correct answer. I'm on 2 lines of code per hour, so I'm not exactly rushing.
Shell scripting is quite annoying to be sure. Thinking of learning python instead.

[โ€“] Nalivai@lemmy.world 1 points 2 days ago

Come on, I just googled printf bash and the first link gave me very comprehensive page on how it works and what parameters are and how to use them. It was 3 pages on my phone.
Please, don't get what I am about to say the wrong way, but if this was too complicated to you, this is your problem, not anything else. This is how people learn, there is no cheat code to it, you need to learn how to find the information and how to absorb it, and no robot will ever do it for you.
Bash is confusing mess, sure, but using random words genrtator to chew it for you will make things worse for you. It's very possible that you're on 2 lines per hour precisely because you're using LLM.