this post was submitted on 26 Feb 2024
189 points (95.7% liked)

Programming

17010 readers
282 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

As someone who spends time programming, I of course find myself in conversations with people who aren't as familiar with it. It doesn't happen all the time, but these discussions can lead to people coming up with some pretty wild misconceptions about what programming is and what programmers do.

  • I'm sure many of you have had similar experiences. So, I thought it would be interesting to ask.
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 6 months ago (1 children)

I enjoy your comment so much because your methodical and patient approach to debugging code is exactly what's required to fix a printer. You literally are really good at computers even if your aren't armed with a lot of specific knowledge. It's the absolutely worst because troubleshooting without knowledge and experience is painfully slow and the whole time I'm thinking"they know so much more about this than I do! If they'd just slow down and read what's on the screen ..." But many people struggle to do even basic troubleshooting. Their lack of what you have makes them inept.

[–] [email protected] 10 points 6 months ago

I was gonna say, the OP here sounds perfectly good at computers. Most people either have so little knowledge they can't even start on solving their printer problem no matter what, or don't have the problem solving mindset needed to search for and try different things until they find the actual solution.

There's a reason why specific knowledge beyond the basic concepts is rarely a hard requirement in software. The learning and problem solving abilities are way more important.